:root{--background: #09090b;--foreground: #fafafa;--muted: #a1a1aa;--muted-foreground: #71717a;--border: #27272a;--card: #18181b;--card-hover: #1f1f23;--accent: #ef4444;--accent-hover: #dc2626;--success: #22c55e;--warning: #f59e0b;--surface-0: #0d0d10;--surface-1: #18181b;--surface-2: #1f1f23;--surface-3: #27272a;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--maxw: 1120px;--radius: 12px}*,*:before,*:after{box-sizing:border-box}html{scrollbar-gutter:stable;scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(60rem 40rem at 15% -10%,rgba(239,68,68,.08),transparent 60%),radial-gradient(50rem 40rem at 100% 0%,rgba(34,197,94,.06),transparent 55%)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3{line-height:1.15;letter-spacing:-.02em;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}.section{padding:4.5rem 0}.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:700}.section-lead{color:var(--muted);max-width:46rem;margin-top:.75rem;font-size:1.02rem}.brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.05rem;letter-spacing:-.01em}.brand img{width:26px;height:26px}.brand .accent{color:var(--accent)}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#09090bcc;backdrop-filter:blur(12px)}.site-header .bar{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1rem}.nav-links{display:flex;align-items:center;gap:.35rem}.nav-links a{padding:.4rem .7rem;border-radius:8px;font-size:.9rem;color:var(--muted);transition:color .15s,background .15s}.nav-links a:hover{color:var(--foreground);background:var(--surface-2)}.header-cta{display:flex;align-items:center;gap:.5rem}.csp-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-1);font-size:.76rem;color:var(--muted);transition:border-color .15s,color .15s}.csp-chip:hover{color:var(--foreground);border-color:var(--accent)}.csp-chip img{width:15px;height:15px}@media(max-width:820px){.nav-links{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.62rem 1.05rem;border-radius:10px;font-weight:600;font-size:.92rem;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .05s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--success);color:#062611;box-shadow:0 0 18px #22c55e40}.btn-primary:hover{background:#16a34a;box-shadow:0 0 22px #22c55e66}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-hover)}.btn-ghost{background:var(--surface-1);border-color:var(--border);color:var(--foreground)}.btn-ghost:hover{background:var(--surface-2);border-color:var(--muted-foreground)}.btn-sm{padding:.45rem .8rem;font-size:.85rem}.badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.badge{display:inline-flex;align-items:center;gap:.45rem;padding:.34rem .7rem;border-radius:999px;font-size:.78rem;font-weight:500;border:1px solid var(--border);background:#ffffff05;color:var(--muted)}.badge.green{border-color:#22c55e40;background:#22c55e0f;color:#6ee7a8}.badge .dot{width:6px;height:6px;border-radius:999px;background:currentColor}.hero{padding:4.5rem 0 3rem}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}.hero h1{font-size:clamp(2.2rem,5.2vw,3.4rem);font-weight:800}.hero h1 .accent{color:var(--accent)}.hero p.lead{color:var(--muted);font-size:1.1rem;margin-top:1.1rem;max-width:34rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.8rem}.hero-shot{position:relative;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--surface-0);box-shadow:0 30px 80px -20px #000c}.hero-shot img{width:100%;height:auto}.hero-shot:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 60px #0006;pointer-events:none}@media(max-width:880px){.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-shot{order:-1}}.feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:2.25rem}.feature-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:1.4rem;transition:border-color .18s,background .18s,transform .18s}.feature-card:hover{border-color:#ef444466;background:var(--card-hover);transform:translateY(-2px)}.feature-card .ic{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#ef44441a;color:var(--accent);margin-bottom:.9rem}.feature-card.green .ic{background:#22c55e1a;color:var(--success)}.feature-card h3{font-size:1.05rem;font-weight:700}.feature-card p{color:var(--muted);font-size:.92rem;margin:.5rem 0 0}.feature-card ul{margin:.7rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.88rem}.feature-card ul li{margin-top:.3rem}.feature-card .tag{display:inline-block;margin-top:.9rem;font-size:.72rem;font-weight:600;letter-spacing:.04em;color:var(--success);background:#22c55e14;border:1px solid rgba(34,197,94,.2);padding:.18rem .5rem;border-radius:6px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2.25rem;counter-reset:step}.step{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-0);padding:1.3rem;position:relative}.step:before{counter-increment:step;content:counter(step);display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;font-size:.9rem;margin-bottom:.8rem}.step h3{font-size:.98rem}.step p{color:var(--muted);font-size:.88rem;margin:.45rem 0 0}.step code,.inline-code{font-family:var(--font-mono);font-size:.82em;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:.05rem .35rem;color:#e4e4e7}.console{margin-top:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:#0a0a0c;overflow:hidden}.console-bar{display:flex;align-items:center;gap:.4rem;padding:.6rem .9rem;border-bottom:1px solid var(--border);background:var(--surface-1)}.console-bar .d{width:11px;height:11px;border-radius:999px;background:var(--surface-3)}.console-bar .d.r{background:#f87171}.console-bar .d.y{background:#fbbf24}.console-bar .d.g{background:#34d399}.console pre{margin:0;padding:1rem 1.1rem;font-family:var(--font-mono);font-size:.82rem;line-height:1.7;color:#d4d4d8;overflow-x:auto}.console pre .k{color:var(--accent)}.console pre .g{color:#6ee7a8}.console pre .m{color:var(--muted-foreground)}.spotlight{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-top:2.25rem;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#ef44440d,#ef444403);padding:2rem}.spotlight ul{margin:1.1rem 0 0;padding:0;list-style:none}.spotlight ul li{position:relative;padding-left:1.6rem;margin-top:.6rem;color:var(--muted);font-size:.95rem}.spotlight ul li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:999px;background:var(--accent)}.spotlight ul li strong{color:var(--foreground);font-weight:600}.cfg-mock{border:1px solid var(--border);border-radius:12px;background:var(--surface-0);padding:1.1rem;box-shadow:0 20px 50px -20px #000000b3}.cfg-mock .cfg-title{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.8rem}.cfg-row{display:flex;gap:.6rem}.cfg-btn{flex:1;text-align:center;padding:.55rem;border-radius:8px;font-size:.78rem;font-weight:600;border:1px solid var(--border);background:var(--surface-2);color:var(--foreground)}.cfg-btn.ghost{background:transparent;color:var(--muted)}.cfg-drop{margin-top:.7rem;border:1px dashed var(--surface-3);border-radius:8px;padding:1.2rem;text-align:center;color:var(--muted-foreground);font-size:.82rem;background:#ffffff03}.cfg-paste{margin-top:.7rem;border:1px solid var(--border);border-radius:8px;padding:.7rem;font-family:var(--font-mono);font-size:.72rem;color:var(--muted-foreground);background:var(--background);min-height:3.4rem}@media(max-width:820px){.spotlight{grid-template-columns:1fr;gap:1.6rem}}.band{border:1px solid rgba(34,197,94,.22);background:linear-gradient(180deg,#22c55e12,#22c55e05);border-radius:16px;padding:1.6rem 1.8rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.band .band-text h3{font-size:1.2rem}.band .band-text p{color:var(--muted);margin:.4rem 0 0;font-size:.95rem;max-width:40rem}.band .band-text .pct{color:var(--success);font-weight:700}.faq{margin-top:2rem;display:grid;gap:.6rem}.faq details{border:1px solid var(--border);border-radius:10px;background:var(--card);padding:0 1.1rem}.faq summary{cursor:pointer;padding:1rem 0;font-weight:600;font-size:.96rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--accent);font-size:1.2rem;font-weight:400}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--muted);margin:0 0 1rem;font-size:.92rem}.site-footer{border-top:1px solid var(--border);margin-top:2rem;padding:2.5rem 0;background:var(--surface-0)}.footer-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-links{display:flex;gap:2.5rem;flex-wrap:wrap}.footer-col h4{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 .7rem}.footer-col a{display:block;color:var(--muted);font-size:.9rem;padding:.2rem 0;transition:color .15s}.footer-col a:hover{color:var(--foreground)}.footer-bottom{margin-top:2rem;padding-top:1.3rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--muted-foreground);font-size:.82rem}.footer-bottom a{color:var(--muted)}.footer-bottom a:hover{color:var(--accent)}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
