:root{color-scheme:light dark;--color-white: #ffffff;--color-ink: #111111;--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{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul{margin:0}.page{width:min(1040px,calc(100% - 32px));margin:0 auto;padding:28px 0 48px}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;font-size:.95rem;white-space:nowrap}.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{padding:clamp(3.1rem,8vw,5.5rem) 0 clamp(3rem,7vw,4.75rem);background:var(--bg)}.hero-inner{display:grid;gap:1.35rem;max-width:760px;margin:0 auto;text-align:center;justify-items:center}.eyebrow{color:var(--muted);font-size:.95rem}.hero h1{max-width:10ch;margin:0 auto;font-size:clamp(2.35rem,5.2vw,4.4rem);line-height:.94;letter-spacing:-.065em;font-weight:600}.hero p{max-width:44rem;color:var(--muted);font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.65}.hero-meta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border:1px solid var(--line);border-radius:999px;background:var(--color-surface-subtle);color:var(--color-text-secondary);font-size:.95rem}.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center}.highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:0 0 clamp(3rem,6vw,4.5rem)}.highlight-card{padding:1.4rem;border:0;border-radius:var(--radius);background:var(--surface)}.highlight-card h2{font-size:1.1rem;letter-spacing:-.03em;font-weight:600}.highlight-card p{margin-top:.75rem;color:var(--muted);line-height:1.7}.policy{border-top:1px solid var(--color-border-strong)}.policy-section{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr);gap:clamp(1.5rem,4vw,3rem);padding:1.85rem 0;border-bottom:1px solid var(--color-border-strong)}.policy-section h2{font-size:clamp(1.3rem,2.2vw,1.6rem);line-height:1.05;letter-spacing:-.04em;font-weight:600}.policy-copy{display:grid;gap:1rem}.policy-copy p,.policy-copy li{color:var(--muted);line-height:1.75;font-size:1rem}.policy-copy ul{padding-left:1.2rem}.footer{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2.5rem 0 3.5rem;color:var(--muted);font-size:.9rem;text-align:center}.footer-links{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}@media(max-width:900px){.highlights{grid-template-columns:1fr}}@media(max-width:780px){.policy-section{grid-template-columns:1fr;gap:.9rem}.footer{flex-direction:column;align-items:center}}@media(max-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}}
