:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#07090b;--surface:#0f1418;--border:#2e3740;--text:#e8ecf0;--muted:#9aa6b1;--accent:#1e6fe8;--step-1:.875rem;--step0:1.0625rem;--step1:1.25rem;--step2:1.625rem}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:Archivo,system-ui,-apple-system,sans-serif;font-size:var(--step0);margin:0;line-height:1.5}.shell{flex-direction:column;gap:1.25rem;max-width:40rem;min-height:100vh;margin:0 auto;padding:1.5rem 1.25rem 3rem;display:flex}.eyebrow{font-size:var(--step-1);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0;font-weight:600}.title{font-size:var(--step2);letter-spacing:-.01em;margin:.25rem 0 0;font-weight:700}.card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.25rem}.card__title{font-size:var(--step1);margin:0;font-weight:700}.card__body{color:var(--muted);margin:.5rem 0 0}.shell__footer{font-size:var(--step-1);color:var(--muted);margin-top:auto}
