:root{color-scheme:light dark;--bg:#f8fafc;--surface:#fff;--text:#0f172a;--muted:#475569;--line:#e2e8f0;--brand:#4f46e5;--accent:#0f766e}*{box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;background:var(--bg);color:var(--text)}body{margin:0}a{color:var(--brand)}a:hover{text-decoration-thickness:2px}a:focus-visible{outline:3px solid #818cf8;outline-offset:3px;border-radius:3px}.site-header{background:var(--surface);border-bottom:1px solid var(--line)}.nav{max-width:70rem;margin:auto;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav img{width:190px;max-width:52vw;height:auto}.nav-links{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem}.nav-links a{text-decoration:none;font-weight:650}.hero{background:linear-gradient(135deg,#eef2ff,#fff 55%,#f0fdfa);border-bottom:1px solid var(--line)}.hero>div,.content{max-width:52rem;margin:auto;padding:3rem 1.25rem}.eyebrow{color:var(--brand);font-size:.8rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(2rem,7vw,3.5rem);line-height:1.08;margin:.45rem 0 1rem;letter-spacing:-.035em}.lede{font-size:1.18rem;color:var(--muted);max-width:45rem}.content{background:var(--surface);margin-top:2rem;margin-bottom:2rem;border:1px solid var(--line);border-radius:1rem}.content h2{font-size:1.55rem;line-height:1.25;margin-top:2.2rem}.content h3{font-size:1.15rem;margin-top:1.6rem}.content p,.content li{color:var(--muted)}.content li+li{margin-top:.45rem}.note{border-left:4px solid var(--accent);background:#f0fdfa;padding:1rem 1.15rem;border-radius:.5rem}.cta{margin-top:2.5rem;padding:1.35rem;background:#312e81;color:#fff;border-radius:.8rem}.cta p{color:#e0e7ff}.cta a{display:inline-block;background:#fff;color:#312e81;font-weight:750;text-decoration:none;padding:.7rem 1rem;border-radius:.55rem}.site-footer{border-top:1px solid var(--line);padding:2rem 1.25rem;color:var(--muted);text-align:center;font-size:.9rem}@media(max-width:640px){.nav{align-items:flex-start;flex-direction:column}.hero>div{padding-top:2.25rem;padding-bottom:2.25rem}.content{margin:0;border-left:0;border-right:0;border-radius:0}}@media(prefers-color-scheme:dark){:root{--bg:#020617;--surface:#0f172a;--text:#f8fafc;--muted:#cbd5e1;--line:#334155;--brand:#a5b4fc;--accent:#5eead4}.hero{background:linear-gradient(135deg,#1e1b4b,#020617 55%,#042f2e)}.note{background:#042f2e}.cta{background:#3730a3}}
