:root{--ground:#f6f8f7;--surface:#ffffff;--ink:#14201f;--ink-2:#3d4d4a;--muted:#5f6d6a;--accent:#1f6f63;--line:#dbe3e1}@media (prefers-color-scheme:dark){:root{--ground:#0d1413;--surface:#141e1d;--ink:#e9efed;--ink-2:#c2ceca;--muted:#8e9d99;--accent:#5fc0af;--line:#25332f}}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--ground);color:var(--ink);font-family:"Source Serif 4",Georgia,Times New Roman,serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}.wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.card{max-width:34rem;width:100%}.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 1.8rem}.eyebrow,h1{font-family:Familjen Grotesk,Helvetica Neue,Arial,sans-serif;font-weight:700}h1{font-size:clamp(2rem,6vw,2.9rem);line-height:1.08;letter-spacing:-.025em;margin:0 0 1.4rem;text-wrap:balance}.lede{color:var(--ink-2);margin:0 0 1rem;max-width:34ch}.rule{height:1px;background:var(--line);margin:2.2rem 0 1.4rem}.foot{font-family:Familjen Grotesk,Helvetica Neue,Arial,sans-serif;font-size:.86rem;line-height:1.75;color:var(--muted);margin:0}a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:2px}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}