:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;color:var(--text);background:var(--bg);font:18px/145% var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text-h);font-family:var(--heading);letter-spacing:0;font-weight:500}pre,code{font-family:var(--mono)}.app-shell{border-inline:1px solid var(--border);width:1126px;max-width:100%;min-height:100svh;margin:0 auto}.topbar{z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 92%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.brand{color:var(--text-h);font-family:var(--mono);font-weight:500}.nav-links{flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.nav-links a{color:var(--text)}.nav-links a.active{color:var(--text-h)}.hero,.page-header,.section-grid,.architecture-map{border-bottom:1px solid var(--border);padding:3rem 1.25rem}.hero,.page-header{gap:1rem;display:grid}.eyebrow{color:var(--accent);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem}h1{max-width:19ch;font-size:clamp(2.25rem,5.8vw,4.1rem);line-height:1.02}.lead{max-width:680px;color:var(--text);font-size:1.08rem;line-height:1.7}.actions{flex-wrap:wrap;gap:.75rem;display:flex}.button{border:1px solid var(--border);border-radius:6px;justify-content:center;align-items:center;min-height:2.5rem;padding:.65rem 1rem;font-size:.92rem;font-weight:500;display:inline-flex}.button:hover{text-decoration:none}.button-primary{border-color:var(--accent);background:var(--accent);color:var(--bg)}.button-secondary{color:var(--text-h);background:0 0}.section-grid{grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);gap:2rem;display:grid}.section-heading{align-content:start;gap:.55rem;display:grid}.section-heading h2{max-width:12ch;font-size:clamp(1.75rem,4vw,2.6rem);line-height:1.05}.card-grid,.demo-grid,.timeline,.architecture-map{gap:1rem;display:grid}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.architecture-map{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.demo-card,.layer-card,.split-panel article,.timeline li{border:1px solid var(--border);background:var(--social-bg);border-radius:8px}.card,.demo-card div,.layer-card,.split-panel article{padding:1.2rem}.demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-card{overflow:hidden}.demo-card img{aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--border);background:var(--code-bg);width:100%;display:block}.card h3,.demo-card h3,.split-panel h3,.layer-card h2{margin-bottom:.45rem;font-size:1.05rem}.card p,.demo-card p,.split-panel p,.layer-card p,.timeline li{color:var(--text);font-size:.96rem;line-height:1.65}.timeline{margin:0;padding:0;list-style:none}.timeline li{grid-template-columns:2.2rem minmax(0,1fr);align-items:center;gap:.75rem;padding:.85rem;display:grid}.timeline span,.layer-card span{color:var(--accent);font-family:var(--mono);font-weight:500}.layer-card{align-content:start;gap:.55rem;display:grid}.split-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.flow-diagram{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;display:grid}.flow-diagram div{border:1px solid var(--border);background:var(--bg);min-height:4.25rem;color:var(--text-h);text-align:center;border-radius:8px;place-items:center;padding:.75rem;font-size:.85rem;font-weight:500;display:grid}@media (width<=760px){:root{font-size:16px}.app-shell{border-inline:0}.topbar,.section-grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.card-grid,.demo-grid,.architecture-map,.split-panel,.flow-diagram{grid-template-columns:1fr}.hero,.page-header,.section-grid,.architecture-map{padding:2.25rem 1rem}}
