:root{--brand:#67499A;--bg:#ffffff;--surface:#f6f4fa;--text:#1c1a22;--text-muted:#58536a;--border:#e3dded;--link:#5b3f8c;--link-hover:#7a57bb;--maxw:42rem;--radius:14px;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--brand:#a184d6;--bg:#141219;--surface:#1e1b25;--text:#ece9f2;--text-muted:#a9a2b9;--border:#2e2937;--link:#b79ee6;--link-hover:#d0bdf2}}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,segoe ui,Roboto,helvetica neue,Arial,sans-serif;font-size:1.0625rem;line-height:1.65;display:flex;flex-direction:column;min-height:100vh}.wrap{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:1.25rem}main.wrap{flex:1 0 auto;padding-block:3rem 2rem}a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover,a:focus-visible{color:var(--link-hover)}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:3px}img{max-width:100%;height:auto}.hero{text-align:center;padding-bottom:2.5rem;border-bottom:1px solid var(--border)}.hero .logo{width:160px;height:160px;filter:drop-shadow(0 6px 18px rgb(103 73 154/22%))}.hero h1{margin:1.25rem 0 .35rem;font-size:clamp(2rem,6vw,2.75rem);line-height:1.15;letter-spacing:-.02em;color:var(--brand)}.tagline{margin:0 auto;max-width:30ch;font-size:1.15rem;color:var(--text-muted);text-wrap:balance}.cta{margin:1.75rem 0 0}.badge{display:inline-block;line-height:0;border-radius:8px;transition:transform 120ms ease}.badge:hover,.badge:focus-visible{transform:translateY(-2px)}.highlights{list-style:none;margin:1.75rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.highlights li{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.3rem .85rem;font-size:.9rem;color:var(--text-muted)}.prose{padding-top:2.5rem}.prose h1{margin:0 0 .25rem;font-size:clamp(1.75rem,5vw,2.25rem);line-height:1.2;letter-spacing:-.02em;color:var(--brand)}.prose h2{margin:2rem 0 .5rem;font-size:1.3rem;line-height:1.3;letter-spacing:-.01em}.prose>h2:first-child{margin-top:0}.prose p,.prose ul{margin:0 0 1rem}.prose ul{padding-left:1.25rem}.prose li{margin-bottom:.35rem}.prose hr{margin:2.5rem 0 1.5rem;border:0;border-top:1px solid var(--border)}.meta{margin:0 0 2rem;font-size:.9rem;color:var(--text-muted)}.site-footer{flex-shrink:0;padding-block:1.75rem 2.5rem;border-top:1px solid var(--border);text-align:center;font-size:.9rem;color:var(--text-muted)}.footer-nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:center;margin-bottom:.9rem}.colophon{margin:0;text-wrap:balance}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.notice{margin:0 0 2rem;padding:.9rem 1.1rem;background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--brand);border-radius:var(--radius);font-size:.95rem}.notice p{margin:0}.notfound{text-align:center}