/* Account entry extends ETHOS; the existing three-tab application is untouched. */
.auth-shell{min-height:100svh;max-width:430px;margin:0 auto;padding:clamp(72px,17vh,160px) 28px calc(40px + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}
.auth-shell .brand{font-size:32px;letter-spacing:.22em;margin-bottom:20px;color:var(--ethos-ink)}
.auth-accent{width:34px;height:3px;border-radius:2px;background:#99444f;margin-bottom:30px}
.auth-shell h1{font-size:30px;line-height:1.25;letter-spacing:-.035em;margin:0 0 18px}.auth-shell p{color:var(--ethos-secondary);font-size:16px;line-height:1.65;margin:0 0 20px}.auth-shell .auth-tagline{font-size:20px;color:#d6c6cc;margin-bottom:46px;letter-spacing:-.025em}
.auth-actions{display:flex;flex-direction:column;gap:12px}.auth-actions a.button{display:flex;align-items:center;justify-content:center;text-decoration:none}.auth-shell .link{display:block;text-align:center;margin-top:14px}.auth-shell .auth-note{font-size:13px;line-height:1.6;color:#a99ba4;margin:24px 0 0}.auth-error{border-left:2px solid #b57a8b;padding:10px 14px;background:#281e24;border-radius:8px;margin-bottom:22px}.auth-error p{font-size:14px;margin:0}.auth-shell .auth-retry{margin-top:12px;text-align:left}
.account-section{border-top:1px solid var(--ethos-line);margin-top:26px;padding-top:24px}.account-section h3{font-size:17px;margin:0 0 10px}.account-email{overflow-wrap:anywhere;font-size:15px!important;color:#ddcbd4!important}.account-section .account-status{font-size:13px;color:var(--ethos-muted);line-height:1.6}.account-section .link{margin-right:14px}.account-status[data-failed="true"]{color:#d9b6c2}.account-notice{display:flex;gap:12px;align-items:center;margin:0 0 18px;font-size:13px;color:#c4b3be}.account-notice button{font-size:13px}.auth-shell .startup-line{margin:16px 0}.auth-shell .auth-detail{font-size:14px}
@media(max-width:400px){.auth-shell{padding-inline:24px}.auth-shell .brand{font-size:29px}}

.auth-shell{animation:ethos-enter 140ms ease-out}@media(prefers-reduced-motion:reduce){.auth-shell{animation:none}}

.provider-unavailable:disabled{opacity:1;color:#9d929a;background:#211c22;border-color:#ffffff16;cursor:not-allowed}.auth-shell .provider-status{margin:0 0 4px;font-size:13px}.auth-divider{display:flex;align-items:center;gap:14px;color:#a1939e;font-size:13px;margin:8px 0}.auth-divider:before,.auth-divider:after{content:'';height:1px;flex:1;background:var(--ethos-line)}.auth-shell .mode-note{margin:0;font-size:13px}.auth-shell .guest-entry{margin-top:4px}.auth-shell{padding-top:clamp(56px,12vh,120px)}.auth-shell .auth-tagline{margin-bottom:30px}
/* Account forms only; the three-tab application retains its existing design. */
.auth-password-field{position:relative}.auth-password-field .field{padding-right:70px}.auth-password-field .auth-visibility{position:absolute;right:6px;top:50%;transform:translateY(-50%);min-width:54px;min-height:44px;margin:0;font-size:14px;display:grid;place-items:center}.auth-shell .auth-form-message{margin:4px 0;font-size:14px}.auth-shell .auth-form-message[hidden]{display:none}
.auth-actions>form .button{width:100%}
