:root{color-scheme:light dark;--bg: #0b1220;--bg-elevated: #121a2a;--text: #f4f8fc;--text-muted: #93a4b8;--accent: #0ea5e9;--accent-soft: rgba(14, 165, 233, .16);--border: rgba(255, 255, 255, .08);--max-width: 72rem;--radius: 1rem;font-family:SF Pro Display,Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}@media(prefers-color-scheme:light){:root{--bg: #f3f8fc;--bg-elevated: #ffffff;--text: #0f172a;--text-muted: #5b6b7c;--accent: #0284c7;--accent-soft: rgba(14, 165, 233, .12);--border: rgba(15, 23, 42, .08)}}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(14,165,233,.22),transparent 42%),var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header,.site-footer{width:min(var(--max-width),calc(100% - 2rem));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--text);font-weight:700;font-size:1.05rem;text-decoration:none}.brand-mark{width:2.25rem;height:2.25rem;border-radius:.75rem;display:grid;place-items:center;background:#0ea5e9;color:#fff;font-weight:800}.site-nav{display:flex;gap:1rem;align-items:center}.site-nav a{color:var(--text-muted);text-decoration:none;font-size:.95rem}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text)}.hero{width:min(var(--max-width),calc(100% - 2rem));margin:2rem auto 4rem;display:grid;gap:2rem;align-items:center}@media(min-width:900px){.hero{grid-template-columns:1.1fr .9fr;margin-top:4rem}}.eyebrow{display:inline-block;padding:.35rem .75rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.85rem;font-weight:600;margin-bottom:1rem}h1,h2,h3{line-height:1.15;letter-spacing:-.03em}h1{font-size:clamp(2.4rem,5vw,4rem);margin:0 0 1rem}.lead{font-size:1.125rem;color:var(--text-muted);max-width:38rem;margin:0 0 1.75rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.1rem;border-radius:.85rem;border:1px solid transparent;font-weight:600;text-decoration:none}.button-primary{background:#0ea5e9;color:#fff}.button-secondary{border-color:var(--border);background:var(--bg-elevated);color:var(--text)}.preview-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:calc(var(--radius) + .25rem);padding:1.25rem;box-shadow:0 24px 80px #00000038}.preview-card h3{margin:0 0 .75rem}.preview-list{margin:0;padding-left:1.1rem;color:var(--text-muted);display:grid;gap:.45rem}.feature-grid{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto 4rem;display:grid;gap:1rem}@media(min-width:768px){.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.feature{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.feature h3{margin-top:0}.feature p{margin-bottom:0;color:var(--text-muted)}.feature code{font-size:.9em;word-break:break-all}.legal-page{width:min(48rem,calc(100% - 2rem));margin:2rem auto 4rem}.legal-page h1{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:.5rem}.legal-meta{color:var(--text-muted);margin-bottom:2rem}.legal-page h2{margin-top:2rem;font-size:1.35rem}.legal-page p,.legal-page li{color:var(--text-muted)}.site-footer{padding:2rem 0 3rem;border-top:1px solid var(--border);color:var(--text-muted);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}
