:root { color-scheme: dark; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #101722; color: #f4f7ff; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
[hidden] { display: none !important; }
.brand { padding: 2rem 2.5rem; }
.brand a { font-weight: 750; color: #f4f7ff; font-size: 1.25rem; text-decoration: none; letter-spacing: -0.045em; }
.brand span { color: #a3ffb0; }
main { flex: 1; display: grid; align-content: center; justify-items: center; padding: 1.5rem 1.25rem 3rem; }
.card { width: min(100%, 28rem); }
.eyebrow { font-size: .75rem; letter-spacing: .14em; font-weight: 700; color: #a3ffb0; margin-bottom: 1rem; }
h1 { font-size: clamp(2rem, 6vw, 2.75rem); line-height: 1.12; letter-spacing: -.045em; margin: 0 0 1rem; font-weight: 750; }
.description { color: #aebacb; line-height: 1.6; margin: 0 0 2rem; }
label { display: block; font-size: .875rem; font-weight: 600; margin: 1.25rem 0 .6rem; }
.label-row { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: .25rem 1rem; }
input { display: block; width: 100%; min-height: 3.1rem; background: #172131; border: 1px solid #39485e; border-radius: .6rem; padding: .75rem .9rem; color: #f4f7ff; font: inherit; }
input:hover { border-color: #687a94; }
input:focus-visible { border-color: #a3ffb0; outline: 2px solid #a3ffb0; outline-offset: 3px; }
button { font: inherit; cursor: pointer; touch-action: manipulation; }
button:focus-visible, a:focus-visible { outline: 2px solid #a3ffb0; outline-offset: 4px; border-radius: .2rem; }
.primary { display: block; width: 100%; border: 0; border-radius: .6rem; background: #a3ffb0; color: #102518; font-weight: 700; padding: .9rem 1rem; min-height: 3.1rem; margin-top: 1.7rem; }
.primary:hover { background: #beffc7; }
.primary:disabled { opacity: .65; cursor: wait; }
.text-button { padding: .3rem 0; color: #c6f9cf; font-size: .875rem; font-weight: 600; border: 0; background: none; text-underline-offset: .25rem; }
.text-button:hover { text-decoration: underline; }
.text-button:disabled { opacity: .5; cursor: wait; }
.switch { margin: 1.5rem 0 .5rem; text-align: center; font-size: .875rem; color: #aebacb; }
.hint { margin: .6rem 0 0; color: #aebacb; font-size: .875rem; line-height: 1.5; }
.back, .secondary-action { display: block; margin: 1rem auto 0; }
.message { border: 1px solid #396748; border-radius: .6rem; background: #162b22; color: #d2f9dc; padding: .9rem 1rem; line-height: 1.5; font-size: .9375rem; overflow-wrap: anywhere; }
.message[data-error="true"] { border-color: #915b61; background: #311e26; color: #ffd9df; }
.account-email { color: #aebacb; overflow-wrap: anywhere; }
footer { color: #aebacb; text-align: center; font-size: .75rem; padding: 1rem; }
.no-script { max-width: 28rem; line-height: 1.5; color: #ffd9df; }
@media (max-width: 480px) { .brand { padding: 1.5rem 1.25rem; } main { align-content: start; padding-top: 2rem; } }
