:root { --green: #244f42; --line: #dfe4dc; --muted: #69756d; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #20382f; background: #f7f7f2; line-height: 1.6; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
body:not(.account-page) { display: grid; place-items: center; padding: 24px; }
.auth-card { width: min(100%, 460px); padding: clamp(24px, 6vw, 42px); border: 1px solid #dfe4dc; border-radius: 12px; background: #fffefa; box-shadow: 0 12px 40px #20382f08; }
.eyebrow { color: #69756d; font-size: 11px; letter-spacing: .12em; font-weight: 600; }
h1 { margin: 18px 0 12px; font-size: 32px; line-height: 1.2; letter-spacing: -.03em; }
p { margin: 12px 0; }
form { margin-top: 26px; }
.auth-card label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.auth-card input, .auth-card button { font: inherit; width: 100%; border-radius: 6px; padding: 11px 13px; }
.auth-card input { border: 1px solid #bdc9b8; background: white; color: #20382f; }
.auth-card input + label { margin-top: 18px; }
.auth-card button { border: 1px solid #244f42; margin-top: 16px; background: #244f42; color: white; cursor: pointer; font-weight: 600; }
.auth-card button:hover:not(:disabled) { background: #1c4135; }
.auth-card button:disabled { opacity: .65; cursor: default; }
input:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #688f77; outline-offset: 3px; }
.help { color: #69756d; font-size: 13px; }
a { color: #244f42; text-underline-offset: 3px; }
#auth-status:empty, #password-login-status:empty, #password-status:empty { display: none; }
#auth-status, #password-login-status, #password-status { margin-top: 20px; font-size: 14px; }
.error { color: #9d3d37; }
.email-alternative { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.email-alternative summary { cursor: pointer; font-size: 14px; color: var(--green); }
.email-alternative form { margin-top: 18px; }
.password-card { width: min(100%, 520px); }
.password-card form { margin-top: 0; }
.account-page .masthead button { font-family: inherit; cursor: pointer; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: 16px; top: -60px; background: white; padding: 10px; z-index: 10; }
.skip-link:focus { top: 12px; }
