[hidden] { display: none !important; }
.auth-header { min-height: 76px; display: flex; justify-content: space-between; align-items: center; padding: 16px 32px; background: #fff; border-bottom: 1px solid #dce5eb; }
.auth-header .brand { font-size: 30px; margin: 0; }
.auth-status { text-align: center; color: #526778; margin: 0; padding: 14px 24px; }
.auth-status:empty { display: none; }
.welcome { text-align: center; padding: 44px 20px 8px; }
.welcome h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(38px, 6vw, 54px); font-weight: 500; margin: 10px 0; }
.welcome p { color: #526778; }
.login { display: flex; justify-content: center; padding: 12px 16px 56px; min-height: 300px; }
.login > div { max-width: 100%; }
#login { width: fit-content; max-width: calc(100% - 32px); margin: 12px auto 56px; }
.auth-header .button { min-width: 90px; }
#authenticated .toolbar { flex-wrap: wrap; }
.toolbar-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.recovery-actions { text-align: center; }
.recovery-actions:has(button[hidden]) { display: none; }
.settings-toolbar { justify-content: flex-end; }
.settings-intro { color: #526778; margin: -4px 0 28px; }
#profile-panel { width: 100%; min-width: 0; }
#profile-panel .cl-rootBox, #profile-panel .cl-cardBox { width: 100%; max-width: 100%; min-width: 0; }
#authenticated .workspace { min-width: 0; }
@media (max-width: 600px) { #profile-panel .cl-scrollBox { border-radius: 12px; } }
@media (max-width: 600px) { .toolbar-actions { margin-left: auto; } }
@media (max-width: 600px) { .auth-header { padding: 14px 20px; } .welcome { padding-top: 24px; } }
