:root{color-scheme:light dark;--color-white:#fff;--color-ink:#111;--color-ink-rgb:17 17 17;--color-slate-rgb:17 24 39;--color-panel-rgb:255 255 255;--color-shadow-rgb:17 17 17;--color-overlay-rgb:17 17 17;--color-logo-filter:none;--color-background:var(--color-white);--color-surface:#f7f7f4;--color-surface-raised:#ededea;--color-surface-subtle:#fbfbf9;--color-control:#f2f2f2;--color-control-hover:#e8e8e8;--color-text:var(--color-ink);--color-text-muted:rgb(var(--color-ink-rgb) / .68);--color-text-secondary:rgb(var(--color-ink-rgb) / .78);--color-border:rgb(var(--color-slate-rgb) / .1);--color-border-strong:rgb(var(--color-ink-rgb) / .12);--color-accent:var(--color-ink);--bg:var(--color-background);--surface:var(--color-surface);--line:var(--color-border);--text:var(--color-text);--muted:var(--color-text-muted);--accent:var(--color-accent);--radius:28px}*{scrollbar-width:thin;scrollbar-color:gray transparent}@media (prefers-color-scheme:dark){:root{--color-ink:#f6f4ee;--color-ink-rgb:246 244 238;--color-slate-rgb:246 244 238;--color-panel-rgb:20 20 18;--color-shadow-rgb:0 0 0;--color-overlay-rgb:0 0 0;--color-logo-filter:invert(1);--color-background:#0c0c0b;--color-surface:#171714;--color-surface-raised:#20201c;--color-surface-subtle:#121210;--color-control:#242420;--color-control-hover:#2e2e29;--color-text:var(--color-ink);--color-text-muted:rgb(var(--color-ink-rgb) / .68);--color-text-secondary:rgb(var(--color-ink-rgb) / .78);--color-border:rgb(var(--color-ink-rgb) / .1);--color-border-strong:rgb(var(--color-ink-rgb) / .16);--color-accent:#34342f}}*{box-sizing:border-box}html{background:var(--bg)}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul{margin:0}.page{width:min(1040px,100% - 32px);margin:0 auto;padding:28px 0 48px}.button,.button-secondary{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 22px;font-size:.95rem;display:inline-flex}.button{background:var(--accent);color:var(--color-white);font-weight:600}.button-secondary{border:1px solid var(--line);color:var(--text);background:var(--color-surface-subtle)}.hero{background:var(--bg);padding:clamp(3.1rem,8vw,5.5rem) 0 clamp(3rem,7vw,4.75rem)}.hero-inner{text-align:center;justify-items:center;gap:1.35rem;max-width:760px;margin:0 auto;display:grid}.eyebrow{color:var(--muted);font-size:.95rem}.hero h1{letter-spacing:-.065em;max-width:10ch;margin:0 auto;font-size:clamp(2.35rem,5.2vw,4.4rem);font-weight:600;line-height:.94}.hero p{max-width:44rem;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.65}.hero-meta{border:1px solid var(--line);background:var(--color-surface-subtle);color:var(--color-text-secondary);border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.95rem;display:inline-flex}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:0 0 clamp(3rem,6vw,4.5rem);display:grid}.highlight-card{border-radius:var(--radius);background:var(--surface);border:0;padding:1.4rem}.highlight-card h2{letter-spacing:-.03em;font-size:1.1rem;font-weight:600}.highlight-card p{color:var(--muted);margin-top:.75rem;line-height:1.7}.policy{border-top:1px solid var(--color-border-strong)}.policy-section{border-bottom:1px solid var(--color-border-strong);grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr);gap:clamp(1.5rem,4vw,3rem);padding:1.85rem 0;display:grid}.policy-section h2{letter-spacing:-.04em;font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:600;line-height:1.05}.policy-copy{gap:1rem;display:grid}.policy-copy p,.policy-copy li{color:var(--muted);font-size:1rem;line-height:1.75}.policy-copy ul{padding-left:1.2rem}.policy-copy a{color:var(--text);text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:.2em}.policy-copy a:hover{text-decoration-color:currentColor}.footer{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:2rem;padding:2.5rem 0 3.5rem;font-size:.9rem;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=900px){.highlights{grid-template-columns:1fr}}@media (width<=780px){.policy-section{grid-template-columns:1fr;gap:.9rem}.footer{flex-direction:column;align-items:center}}@media (width<=560px){.page{width:min(100% - 24px,1040px);padding-top:20px}.hero-actions{flex-direction:column;align-items:stretch}.button,.button-secondary{width:auto;min-width:min(100%,260px)}.highlight-card{border-radius:24px}}
