.profile-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.profile-screen-panel{width:min(100%,560px);padding:32px;border:1px solid var(--global-panel-border);border-radius:28px;background:var(--global-panel-background);box-shadow:var(--global-shadow)}.profile-screen-eyebrow{margin:0 0 12px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--global-text-muted)}.profile-screen-title{margin:0;font-size:clamp(2rem, 5vw, 2.75rem);line-height:1}.profile-screen-copy{margin:16px 0 0;color:var(--global-text-secondary);line-height:1.6}.profile-screen-error{margin-top:20px;padding:14px 16px;border-radius:18px;background:rgba(244,63,94,.12);color:var(--global-danger);line-height:1.5}.profile-screen-sign-out{margin-top:28px;width:100%;padding:14px 16px;border:1px solid var(--global-panel-border);background:0 0;color:var(--global-text-primary);font-weight:700}.profile-screen-sign-out:hover:not(:disabled){border-color:rgba(244,63,94,.4);color:var(--global-danger)}@media (max-width:640px){.profile-screen{padding:16px}.profile-screen-panel{padding:24px;border-radius:22px}}