:root{--bg:#0b0b0f;--panel:#14141b;--text:#f4f4f5;--muted:#a1a1aa;--border:#26262e;--accent:#6366f1;--accent-hover:#4f46e5;--max:760px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--border)}.site-header .container{justify-content:space-between;height:64px}.brand,.site-header .container{display:flex;align-items:center}.brand{gap:10px;font-weight:700;font-size:18px;color:var(--text)}.brand:hover{text-decoration:none}.brand-logo{width:28px;height:28px;border-radius:7px;display:block}.hero-logo{width:76px;height:76px;border-radius:18px;display:block;margin:0 auto 24px}.nav a{color:var(--muted);margin-left:20px;font-size:15px}.hero{padding:96px 0 72px;text-align:center}.hero h1{font-size:44px;line-height:1.1;margin:0 0 16px;letter-spacing:-.02em}.hero p{font-size:19px;color:var(--muted);margin:0 auto 32px;max-width:560px}.cta{display:inline-block;background:var(--accent);color:#fff;font-weight:600;padding:12px 22px;border-radius:10px}.cta:hover{background:var(--accent-hover);text-decoration:none}.features{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;padding:8px 0 80px}@media (min-width:640px){.features{grid-template-columns:repeat(3,1fr)}}.feature{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:20px}.feature h3{margin:0 0 6px;font-size:16px}.feature p{margin:0}.feature p,.site-footer{color:var(--muted);font-size:14px}.site-footer{border-top:1px solid var(--border);padding:28px 0}.site-footer .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.site-footer a{color:var(--muted)}.legal{padding:56px 0 96px}.legal h1{font-size:32px;margin:0 0 4px}.legal .updated{color:var(--muted);font-size:14px;margin:0 0 32px}.legal h2{font-size:20px;margin:36px 0 10px}.legal li,.legal p{color:#d4d4d8}.legal code{background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:13px}