.profile-page{max-width:600px;margin:var(--space-xl) auto;gap:var(--space-md);flex-direction:column;display:flex}.profile-page__loading{text-align:center;color:var(--text-muted);padding:var(--space-2xl)}.profile-page__login-prompt{text-align:center;padding:var(--space-2xl);color:var(--text-secondary);font-size:var(--text-lg)}.profile-card__header{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.profile-card__avatar{background:var(--accent);color:#fff;width:48px;height:48px;font-size:var(--text-xl);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.profile-card__name{font-size:var(--text-lg);font-weight:600}.profile-card__email{font-size:var(--text-sm);color:var(--text-muted)}.profile-card__signout{width:100%}.profile-section h3{font-size:var(--text-base);margin-bottom:var(--space-md);font-weight:600}.profile-stats{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.profile-stat{background:var(--bg-input);border-radius:var(--radius-sm);padding:var(--space-md);text-align:center}.profile-stat__value{font-size:var(--text-2xl);color:var(--text-primary);font-weight:700;display:block}.profile-stat__label{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-xs);display:block}.profile-prefs{gap:var(--space-xs);flex-direction:column;display:flex}.profile-pref{padding:var(--space-sm) 0;border-bottom:1px solid var(--bg-input);justify-content:space-between;display:flex}.profile-pref__label{font-size:var(--text-sm);color:var(--text-secondary)}.profile-pref__value{font-size:var(--text-sm);color:var(--text-primary);font-weight:500}.profile-pref__toggle{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;display:flex}.profile-pref__toggle input{width:auto;margin:0}.profile-pref__select{width:auto;min-width:70px;font-size:var(--text-sm);padding:var(--space-xs) var(--space-sm)}.profile-data-actions{gap:var(--space-sm);margin-bottom:var(--space-sm);flex-wrap:wrap;display:flex}.profile-data-hint{font-size:var(--text-xs);color:var(--text-muted)}.legal-page{max-width:700px;margin:var(--space-xl) auto;line-height:1.7}.legal-page h1{margin-bottom:var(--space-md)}.legal-page h2{margin-top:var(--space-xl);margin-bottom:var(--space-sm)}.legal-page h3{margin-top:var(--space-md);margin-bottom:var(--space-xs)}.legal-page p,.legal-page ul{margin-bottom:var(--space-md);color:var(--text-secondary)}.legal-page ul{padding-left:var(--space-lg)}.legal-page li{margin-bottom:var(--space-xs)}.legal-page a{color:var(--text-accent)}.profile-password-form{gap:var(--space-sm);flex-direction:column;display:flex}.profile-password-form .auth-modal__field{margin-bottom:0}.profile-password-form__error{border:1px solid var(--danger);border-radius:var(--radius-md);color:var(--danger);font-size:var(--text-sm);background:#f871711f;padding:10px 12px}.profile-password-form__actions{gap:var(--space-sm);margin-top:var(--space-xs);flex-wrap:wrap;display:flex}@media (width<=480px){.profile-password-form__actions{flex-direction:column}.profile-password-form__actions .btn{width:100%}}
