@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@9..144,600;700&family=Source+Sans+3:wght@400;500;600&display=swap";:root{--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-body:"Source Sans 3", system-ui, sans-serif;--ink:#0c0a09;--body:#44403c;--muted:#78716c;--bg:#fafaf9;--surface:#fff;--surface-hover:#f5f5f4;--border:#e7e5e4;--accent:#0d9488;--accent-dark:#0f766e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:100%;line-height:1.5}@media (prefers-color-scheme:dark){:root{--ink:#fafaf9;--body:#d6d3d1;--muted:#a8a29e;--bg:#0c0a09;--surface:#1c1917;--surface-hover:#292524;--border:#44403c;--accent:#2dd4bf;--accent-dark:#14b8a6;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.btn--primary{box-shadow:0 4px 14px #2dd4bf33}}*,:before,:after{box-sizing:border-box}body{min-height:100svh;color:var(--body);background:var(--bg);background-image:radial-gradient(120% 80% at 50% -20%,#0d94881f,#0000),radial-gradient(80% 50% at 100% 100%,#0d94880f,#0000);margin:0}#root{min-height:100svh}.page{box-sizing:border-box;flex-direction:column;min-height:100svh;padding:clamp(1.25rem,4vw,2rem);display:flex}.header{text-align:center;flex-direction:column;flex:1;justify-content:center;max-width:36rem;margin:0 auto;display:flex}.eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 .75rem;font-size:.8125rem;font-weight:600}.title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:0 0 1rem;font-size:clamp(2rem,7vw,2.75rem);font-weight:700;line-height:1.15}.lede{color:var(--body);margin:0;font-size:clamp(1rem,3.5vw,1.125rem);line-height:1.55}.actions{flex-direction:column;gap:.75rem;width:100%;max-width:22rem;margin:2rem auto 0;display:flex}.btn{text-align:center;border-radius:.625rem;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:flex}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.btn--primary{color:#fff;background:linear-gradient(165deg, var(--accent) 0%, var(--accent-dark) 100%);box-shadow:0 4px 14px #0d948859}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0d948873}.btn--secondary{color:var(--ink);background:var(--surface);border:1px solid var(--border)}.btn--secondary:hover{background:var(--surface-hover)}.footer{text-align:center;margin-top:auto;padding-top:2.5rem}.footer p{color:var(--muted);margin:0;font-size:.8125rem}
