*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #070b12;--bg-elevated: #0d1320;--bg-card: #111827;--border: rgba(148, 163, 184, .12);--border-bright: rgba(56, 189, 248, .35);--text: #e2e8f0;--text-muted: #94a3b8;--accent: #38bdf8;--accent-glow: rgba(56, 189, 248, .25);--gradient: linear-gradient(135deg, #38bdf8 0%, #818cf8 50%, #c084fc 100%);--radius: 14px;--radius-sm: 8px;--font: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;--header-h: 72px;--max-w: 1180px;--video-max-w: 960px}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 24px)}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.page-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(56,189,248,.15),transparent),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(129,140,248,.1),transparent),radial-gradient(ellipse 50% 30% at 0% 100%,rgba(14,165,233,.08),transparent),var(--bg)}code{font-family:var(--mono);font-size:.88em;background:#38bdf81a;color:var(--accent);padding:.15em .45em;border-radius:4px}pre{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem 1.5rem;overflow-x:auto;font-family:var(--mono);font-size:.8rem;line-height:1.7;color:#cbd5e1}pre code{background:none;padding:0;color:inherit;font-size:inherit}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;transition:background .3s,border-color .3s,backdrop-filter .3s;border-bottom:1px solid transparent}.site-header.scrolled{background:#070b12d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--border)}.nav{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:2rem}.nav-brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--text);font-weight:700;font-size:1.15rem;flex-shrink:0}.nav-brand img{border-radius:8px}.nav-links{display:flex;gap:1.75rem;flex:1}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.925rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-github{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);color:var(--text-muted);text-decoration:none;transition:color .2s,background .2s;flex-shrink:0}.nav-github svg{width:22px;height:22px}.nav-github:hover{color:var(--text);background:#38bdf814}main{padding-top:var(--header-h)}.hero{max-width:var(--max-w);margin:0 auto;padding:3.5rem 1.5rem 4rem;display:flex;flex-direction:column;gap:2.5rem}.hero-copy{text-align:center}.hero h1{font-size:clamp(1.35rem,2.8vw,2rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin-bottom:.35rem}.hero-tagline{font-size:.95rem;color:var(--text-muted);line-height:1.4}.gradient-text{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-video{width:100%;max-width:var(--video-max-w);margin:0 auto}.video-frame{position:relative;border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:0 24px 64px #00000080}.video-frame video{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;background:#000}.video-toggle{position:absolute;bottom:1.25rem;right:1.25rem;z-index:3;height:44px;border-radius:50%;border:1px solid var(--border);background:#070b12bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.video-toggle:hover{background:#38bdf826;border-color:var(--border-bright)}.video-toggle svg{width:18px;height:18px}.video-toggle .icon-unmuted,.video-toggle.unmuted .icon-muted{display:none}.video-toggle.unmuted .icon-unmuted{display:block}.section{max-width:var(--max-w);margin:0 auto;padding:5rem 1.5rem}.section-alt{max-width:none;background:#0d132099;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-alt>*{max-width:var(--max-w);margin-left:auto;margin-right:auto}.section-header{text-align:center;margin-bottom:3.5rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.section-header.visible{opacity:1;transform:translateY(0)}.section-header h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:36rem;margin:0 auto}.quick-start-grid{display:grid;gap:2rem}.quick-start-step{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.quick-start-step.visible{opacity:1;transform:translateY(0)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--gradient);color:#070b12;font-weight:700;font-size:.875rem;margin-bottom:1rem}.quick-start-step h3{font-size:1.15rem;margin-bottom:.75rem}.quick-start-step p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.925rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease,border-color .2s}.faq-item.visible{opacity:1;transform:translateY(0)}.faq-item[open]{border-color:var(--border-bright)}.faq-item summary{padding:1.15rem 1.5rem;cursor:pointer;font-weight:600;font-size:.95rem;list-style:none;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.25rem;color:var(--accent);font-weight:400;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{padding:0 1.5rem 1.25rem;color:var(--text-muted);font-size:.925rem;line-height:1.65}.site-footer{border-top:1px solid var(--border);padding:3rem 1.5rem;text-align:center}.footer-inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-brand{display:flex;align-items:center;gap:.5rem;font-weight:700}.footer-brand img{border-radius:6px}.site-footer p{color:var(--text-muted);font-size:.875rem}.footer-github{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:color .2s,background .2s}.footer-github svg{width:22px;height:22px}.footer-github:hover{color:var(--text);background:#38bdf814}@media(max-width:768px){.nav-links{display:none}.hero{padding:2.5rem 1.25rem 3rem;gap:2rem}:root{--video-max-w: 100%}.section{padding:3.5rem 1.25rem}}@media(min-width:1200px){:root{--video-max-w: 1040px}}
