:root{--bg:#030712;--bg-elevated:#0b1220;--surface:#111827;--border:#1f2937;--text:#f9fafb;--muted:#9ca3af;--accent:#22d3ee;--accent-dim:#0891b2;--glow:rgba(34,211,238,.12);--radius:12px;--font:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--mkt-container:1200px;--mkt-gutter:24px;--mkt-section-y:5rem;--mkt-section-y-tight:2.75rem;--mkt-hero-y:clamp(3.25rem,7vw,5rem);--mkt-grid-gap:1.25rem;--mkt-title-after:0.75rem;--mkt-sub-after:2.5rem}*,:after,:before{box-sizing:border-box}html{color-scheme:light}body{margin:0;min-height:100vh;font-family:var(--font);background:#f1f5f9;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}main{overflow-x:hidden}*{scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.45) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(100,116,139,.4);border-radius:6px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:rgba(71,85,105,.55);background-clip:padding-box}.container{width:100%;max-width:var(--mkt-container);margin-left:auto;margin-right:auto;padding-left:var(--mkt-gutter);padding-right:var(--mkt-gutter)}.bg-grid{background-image:linear-gradient(hsla(0,0%,100%,.03) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:48px 48px}