:root{--bg:#0a0d12;--surface-1:#0f141b;--surface-2:#141a23;--surface-3:#1a212c;--border:#1f2733;--border-strong:#2a3340;--hover-bg:#1c2531;--fg-1:#e6edf3;--fg-2:#aab4c0;--fg-3:#6e7886;--fg-4:#4a5360;--accent:#58a6ff;--accent-soft:#1b2c44;--primary:#3b82f6;--on-primary:#fff;--ok:#00e58e;--warn:#ffcc00;--err:#ff5c5c;--radius-sm:4px;--radius:8px;--radius-lg:14px;--sans:"Inter", system-ui, -apple-system, sans-serif;--mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--shadow:0 1px 0 rgba(255,255,255,.02) inset, 0 8px 30px -12px rgba(0,0,0,.6);--maxw:1160px;--grid-line: rgba(255,255,255,.022)}:where(.astro-j7pv25f6)[data-theme=light]{--bg:#f7f7f4;--surface-1:#ffffff;--surface-2:#ffffff;--surface-3:#f0efe9;--border:#e4e2da;--border-strong:#d6d3c8;--hover-bg:#f0efe9;--fg-1:#1a1a1a;--fg-2:#4a4a4a;--fg-3:#76746c;--fg-4:#a3a097;--accent:#2058c8;--accent-soft:#e0ebff;--primary:#2058c8;--on-primary:#fff;--ok:#1f8a5b;--warn:#c08a2e;--err:#b14a3a;--shadow:0 1px 2px rgba(20,18,12,.04), 0 12px 30px -16px rgba(20,18,12,.18);--grid-line: rgba(20,18,12,.03)}:where(.astro-j7pv25f6){box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--fg-1);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:44px 44px}a:where(.astro-j7pv25f6){color:inherit;text-decoration:none}:where(.astro-j7pv25f6)::selection{background:var(--accent-soft);color:var(--fg-1)}:where(.astro-j7pv25f6):focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.wrap:where(.astro-j7pv25f6){max-width:var(--maxw);margin:0 auto;padding:0 24px}.mono:where(.astro-j7pv25f6){font-family:var(--mono)}.kicker:where(.astro-j7pv25f6){font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);padding-bottom:8px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px}.kicker:where(.astro-j7pv25f6):before{content:"/";color:var(--accent)}.dot:where(.astro-j7pv25f6){width:7px;height:7px;border-radius:999px;flex:none;display:inline-block}.dot:where(.astro-j7pv25f6).ok{background:var(--ok)}.dot:where(.astro-j7pv25f6).warn{background:var(--warn)}.dot:where(.astro-j7pv25f6).err{background:var(--err)}.dot:where(.astro-j7pv25f6).unknown{background:var(--fg-4)}.dot:where(.astro-j7pv25f6).pulse{box-shadow:0 0 0 0 currentColor;animation:pulse 2.4s ease-out infinite}.dot:where(.astro-j7pv25f6).ok.pulse{color:var(--ok)}.dot:where(.astro-j7pv25f6).warn.pulse{color:var(--warn)}@keyframes pulse{0%{box-shadow:0 0 color-mix(in srgb,currentColor 55%,transparent)}70%{box-shadow:0 0 0 7px color-mix(in srgb,currentColor 0%,transparent)}to{box-shadow:0 0 color-mix(in srgb,currentColor 0%,transparent)}}.pill:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px;font-weight:500;color:var(--fg-2);padding:3px 9px;border:1px solid var(--border);border-radius:999px;background:var(--surface-2)}.chip:where(.astro-j7pv25f6){font-family:var(--mono);font-size:10px;font-weight:500;color:var(--fg-3);padding:1px 6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-3)}.btn:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:14px;font-weight:600;padding:10px 18px;border-radius:var(--radius);cursor:pointer;border:1px solid transparent;transition:transform .12s ease,background .15s ease,border-color .15s ease}.btn:where(.astro-j7pv25f6):active{transform:translateY(1px)}.btn-primary:where(.astro-j7pv25f6){background:var(--primary);color:var(--on-primary)}.btn-primary:where(.astro-j7pv25f6):hover{background:color-mix(in srgb,var(--primary) 88%,#fff)}.btn-ghost:where(.astro-j7pv25f6){background:var(--surface-2);color:var(--fg-1);border-color:var(--border-strong)}.btn-ghost:where(.astro-j7pv25f6):hover{background:var(--hover-bg)}.btn:where(.astro-j7pv25f6) .arrow:where(.astro-j7pv25f6){font-family:var(--mono);font-size:13px;opacity:.8}.devnotes:where(.astro-j7pv25f6){border-bottom:1px solid var(--border);background:var(--surface-1);font-family:var(--mono);font-size:11.5px;color:var(--fg-3)}.devnotes:where(.astro-j7pv25f6) summary:where(.astro-j7pv25f6){list-style:none;cursor:pointer;padding:7px 24px;display:flex;gap:10px;align-items:center;max-width:var(--maxw);margin:0 auto}.devnotes:where(.astro-j7pv25f6) summary:where(.astro-j7pv25f6)::-webkit-details-marker{display:none}.devnotes:where(.astro-j7pv25f6) summary:where(.astro-j7pv25f6):before{content:"▸";color:var(--accent);transition:transform .15s}.devnotes:where(.astro-j7pv25f6)[open] summary:where(.astro-j7pv25f6):before{transform:rotate(90deg)}.devnotes:where(.astro-j7pv25f6) summary:where(.astro-j7pv25f6) b:where(.astro-j7pv25f6){color:var(--fg-2);font-weight:500}.devnotes:where(.astro-j7pv25f6) .body:where(.astro-j7pv25f6){max-width:var(--maxw);margin:0 auto;padding:4px 24px 18px}.devnotes:where(.astro-j7pv25f6) .cols:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}.devnotes:where(.astro-j7pv25f6) h4:where(.astro-j7pv25f6){color:var(--fg-2);font-weight:600;font-size:10px;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px}.devnotes:where(.astro-j7pv25f6) table:where(.astro-j7pv25f6){border-collapse:collapse;width:100%}.devnotes:where(.astro-j7pv25f6) td:where(.astro-j7pv25f6){padding:1px 8px 1px 0;color:var(--fg-3);white-space:nowrap}.devnotes:where(.astro-j7pv25f6) td:where(.astro-j7pv25f6):last-child{color:var(--fg-2)}.sw:where(.astro-j7pv25f6){display:inline-block;width:10px;height:10px;border-radius:2px;vertical-align:-1px;margin-right:6px;border:1px solid var(--border-strong)}.devnotes:where(.astro-j7pv25f6) ul:where(.astro-j7pv25f6){margin:0;padding-left:16px}.devnotes:where(.astro-j7pv25f6) li:where(.astro-j7pv25f6){margin:2px 0}header:where(.astro-j7pv25f6).nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--surface-1) 88%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-inner:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;height:58px}.brand:where(.astro-j7pv25f6){display:flex;align-items:center;gap:11px}.mark:where(.astro-j7pv25f6){width:18px;height:18px;position:relative;flex:none}.mark:where(.astro-j7pv25f6) i:where(.astro-j7pv25f6){position:absolute;width:12px;height:12px;border-radius:999px;mix-blend-mode:screen;opacity:.9}.mark:where(.astro-j7pv25f6) i:where(.astro-j7pv25f6).a{left:0;top:0;background:var(--accent)}.mark:where(.astro-j7pv25f6) i:where(.astro-j7pv25f6).b{right:0;bottom:0;background:var(--ok);opacity:.85}:where(.astro-j7pv25f6)[data-theme=light] .mark:where(.astro-j7pv25f6) i:where(.astro-j7pv25f6){mix-blend-mode:multiply;opacity:.95}.wordmark:where(.astro-j7pv25f6){line-height:1}.wordmark:where(.astro-j7pv25f6) .w:where(.astro-j7pv25f6){font-weight:700;font-size:16px;letter-spacing:-.01em;color:var(--fg-1)}.wordmark:where(.astro-j7pv25f6) .sub:where(.astro-j7pv25f6){font-family:var(--mono);font-size:8px;letter-spacing:.18em;color:var(--fg-3);text-transform:uppercase;display:block;margin-top:2px}.nav-links:where(.astro-j7pv25f6){display:flex;align-items:center;gap:4px}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){font-size:13.5px;font-weight:500;color:var(--fg-2);padding:7px 11px;border-radius:var(--radius-sm)}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--fg-1);background:var(--hover-bg)}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6) .ext:where(.astro-j7pv25f6){font-family:var(--mono);font-size:11px;opacity:.6}.toggle:where(.astro-j7pv25f6){width:32px;height:32px;display:grid;place-items:center;margin-left:6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--fg-2);cursor:pointer;font-size:14px}.toggle:where(.astro-j7pv25f6):hover{background:var(--hover-bg);color:var(--fg-1)}.toggle:where(.astro-j7pv25f6) .sun:where(.astro-j7pv25f6){display:none}.toggle:where(.astro-j7pv25f6) .moon:where(.astro-j7pv25f6){display:block}:where(.astro-j7pv25f6)[data-theme=light] .toggle:where(.astro-j7pv25f6) .sun:where(.astro-j7pv25f6){display:block}:where(.astro-j7pv25f6)[data-theme=light] .toggle:where(.astro-j7pv25f6) .moon:where(.astro-j7pv25f6){display:none}.menu-btn:where(.astro-j7pv25f6){display:none}.hero:where(.astro-j7pv25f6){position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.hero-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:40px;align-items:center;padding:84px 0 88px}.hero-left:where(.astro-j7pv25f6){max-width:520px}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:clamp(34px,4.6vw,56px);line-height:1.04;letter-spacing:-.025em;font-weight:700;margin:20px 0 0;text-wrap:balance}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6) em:where(.astro-j7pv25f6){font-style:normal;color:var(--accent)}.hero:where(.astro-j7pv25f6) .ko:where(.astro-j7pv25f6){font-family:var(--mono);font-size:13px;color:var(--fg-3);letter-spacing:.01em;margin-top:16px;padding-left:12px;border-left:2px solid var(--border-strong)}.hero:where(.astro-j7pv25f6) .lede:where(.astro-j7pv25f6){color:var(--fg-2);font-size:16px;margin-top:22px;max-width:480px}.hero-cta:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-meta:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.topo:where(.astro-j7pv25f6){position:relative;height:430px;border:1px solid var(--border);border-radius:var(--radius-lg);background:radial-gradient(120% 120% at 70% 0%,color-mix(in srgb,var(--accent-soft) 40%,transparent),transparent 60%),var(--surface-1);box-shadow:var(--shadow);overflow:hidden}.topo:where(.astro-j7pv25f6) .floatchrome:where(.astro-j7pv25f6){position:absolute;z-index:4;left:14px;top:14px;display:flex;align-items:center;gap:8px;background:color-mix(in srgb,var(--surface-1) 90%,transparent);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:999px;padding:5px 11px;font-family:var(--mono);font-size:10.5px;color:var(--fg-3);letter-spacing:.04em}.topo:where(.astro-j7pv25f6) .zoommeta:where(.astro-j7pv25f6){position:absolute;z-index:4;right:14px;bottom:14px;display:flex;gap:6px}.topo:where(.astro-j7pv25f6) .zoommeta:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){background:color-mix(in srgb,var(--surface-1) 90%,transparent);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:var(--radius-sm);padding:3px 7px;font-family:var(--mono);font-size:10px;color:var(--fg-3)}.edges:where(.astro-j7pv25f6){position:absolute;inset:0;width:100%;height:100%;z-index:1}.edges:where(.astro-j7pv25f6) path:where(.astro-j7pv25f6){fill:none;stroke-width:1.4}.edges:where(.astro-j7pv25f6) .solid:where(.astro-j7pv25f6){stroke:var(--border-strong)}.edges:where(.astro-j7pv25f6) .accent:where(.astro-j7pv25f6){stroke:var(--accent);opacity:.6}.edges:where(.astro-j7pv25f6) .dash:where(.astro-j7pv25f6){stroke:var(--fg-4);stroke-dasharray:4 4}.edges:where(.astro-j7pv25f6) .flow:where(.astro-j7pv25f6){stroke-dasharray:3 6;animation:flow 2.6s linear infinite}@keyframes flow{to{stroke-dashoffset:-18}}.node:where(.astro-j7pv25f6){position:absolute;z-index:2;width:148px;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius);padding:9px 10px;box-shadow:var(--shadow);animation:bob 7s ease-in-out infinite}.node:where(.astro-j7pv25f6).n2{animation-delay:-1.4s}.node:where(.astro-j7pv25f6).n3{animation-delay:-2.8s}.node:where(.astro-j7pv25f6).n4{animation-delay:-4.2s}.node:where(.astro-j7pv25f6).n5{animation-delay:-5.6s}.node:where(.astro-j7pv25f6).n6{animation-delay:-3.5s}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.node:where(.astro-j7pv25f6) .nhead:where(.astro-j7pv25f6){display:flex;align-items:center;gap:6px}.node:where(.astro-j7pv25f6) .nname:where(.astro-j7pv25f6){font-size:12px;font-weight:600;color:var(--fg-1);letter-spacing:-.01em;white-space:nowrap}.node:where(.astro-j7pv25f6) .nkind:where(.astro-j7pv25f6){font-family:var(--mono);font-size:8.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);margin-top:3px;white-space:nowrap}.node:where(.astro-j7pv25f6) .nrow:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;margin-top:7px}.node:where(.astro-j7pv25f6) .nip:where(.astro-j7pv25f6){font-family:var(--mono);font-size:10px;color:var(--fg-2)}.node:where(.astro-j7pv25f6) .nsoft:where(.astro-j7pv25f6){display:flex;align-items:center;gap:4px;margin-top:6px}.node:where(.astro-j7pv25f6) .nsoft:where(.astro-j7pv25f6) .stag:where(.astro-j7pv25f6){font-family:var(--mono);font-size:8.5px;color:var(--accent);background:var(--accent-soft);padding:1px 5px;border-radius:3px}@media(prefers-reduced-motion:reduce){.node:where(.astro-j7pv25f6),.dot:where(.astro-j7pv25f6).pulse,.edges:where(.astro-j7pv25f6) .flow:where(.astro-j7pv25f6){animation:none!important}}section:where(.astro-j7pv25f6).block{padding:76px 0;border-bottom:1px solid var(--border)}.sec-head:where(.astro-j7pv25f6){display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:34px}.sec-head:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-size:clamp(22px,2.4vw,28px);font-weight:700;letter-spacing:-.02em;margin:12px 0 0}.sec-head:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){color:var(--fg-3);font-size:14px;margin:8px 0 0;max-width:440px}.sec-head:where(.astro-j7pv25f6) .left:where(.astro-j7pv25f6){max-width:560px}.feat-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card:where(.astro-j7pv25f6){background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:12px;transition:border-color .15s ease,transform .15s ease}.card:where(.astro-j7pv25f6):hover{border-color:var(--border-strong);transform:translateY(-2px)}.card:where(.astro-j7pv25f6) .clabel:where(.astro-j7pv25f6){font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-4)}.card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-size:16px;font-weight:600;letter-spacing:-.01em;margin:0}.card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:13.5px;color:var(--fg-2);margin:0;line-height:1.5}.card:where(.astro-j7pv25f6) .demo:where(.astro-j7pv25f6){margin-top:auto;padding-top:6px}.card:where(.astro-j7pv25f6).wide{grid-column:span 2}.demo-axes:where(.astro-j7pv25f6){display:flex;gap:8px;align-items:stretch}.axis-box:where(.astro-j7pv25f6){flex:1;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 9px;background:var(--surface-3)}.axis-box:where(.astro-j7pv25f6) .at:where(.astro-j7pv25f6){font-family:var(--mono);font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-4)}.axis-box:where(.astro-j7pv25f6) .av:where(.astro-j7pv25f6){font-family:var(--mono);font-size:11px;color:var(--fg-1);margin-top:3px}.merge:where(.astro-j7pv25f6){display:grid;place-items:center;color:var(--fg-4);font-family:var(--mono);font-size:14px}.gauge:where(.astro-j7pv25f6){background:var(--surface-3);border-radius:999px;height:6px;overflow:hidden}.gauge:where(.astro-j7pv25f6)>i:where(.astro-j7pv25f6){display:block;height:100%;background:var(--accent);border-radius:999px}.gauge-row:where(.astro-j7pv25f6){display:flex;justify-content:space-between;font-family:var(--mono);font-size:10px;color:var(--fg-3);margin-bottom:5px}.gauge-row:where(.astro-j7pv25f6) b:where(.astro-j7pv25f6){color:var(--fg-1);font-weight:500}.statusline:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:6px}.adapters:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;gap:6px}.runbook-demo:where(.astro-j7pv25f6){font-family:var(--mono);font-size:11px;color:var(--fg-2);background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 10px;line-height:1.7}.runbook-demo:where(.astro-j7pv25f6) .lnk:where(.astro-j7pv25f6){color:var(--accent);background:var(--accent-soft);padding:0 4px;border-radius:3px}.browser:where(.astro-j7pv25f6){border:1px solid var(--border-strong);border-radius:var(--radius-lg);overflow:hidden;background:var(--surface-1);box-shadow:var(--shadow)}.browser:where(.astro-j7pv25f6) .bar:where(.astro-j7pv25f6){display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface-2)}.lights:where(.astro-j7pv25f6){display:flex;gap:6px}.lights:where(.astro-j7pv25f6) i:where(.astro-j7pv25f6){width:11px;height:11px;border-radius:999px;display:block}.lights:where(.astro-j7pv25f6) .r:where(.astro-j7pv25f6){background:#ff5f57}.lights:where(.astro-j7pv25f6) .y:where(.astro-j7pv25f6){background:#febc2e}.lights:where(.astro-j7pv25f6) .g:where(.astro-j7pv25f6){background:#28c840}.browser:where(.astro-j7pv25f6) .url:where(.astro-j7pv25f6){flex:1;text-align:center;font-family:var(--mono);font-size:11px;color:var(--fg-3);background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:3px 12px;max-width:340px;margin:0 auto}.shot:where(.astro-j7pv25f6){position:relative;aspect-ratio:16/9;background:repeating-linear-gradient(135deg,var(--surface-2) 0 14px,var(--surface-1) 14px 28px);display:grid;place-items:center}.shot:where(.astro-j7pv25f6) .cap:where(.astro-j7pv25f6){font-family:var(--mono);font-size:12px;color:var(--fg-3);background:color-mix(in srgb,var(--surface-1) 84%,transparent);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px;backdrop-filter:blur(2px)}.shot:where(.astro-j7pv25f6).gif{aspect-ratio:21/9}.shot:where(.astro-j7pv25f6) img:where(.astro-j7pv25f6){position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.showcase-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.qs-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:1fr 1.3fr;gap:36px;align-items:center}.term:where(.astro-j7pv25f6){border:1px solid var(--border-strong);border-radius:var(--radius-lg);overflow:hidden;background:#06090d;box-shadow:var(--shadow)}:where(.astro-j7pv25f6)[data-theme=light] .term:where(.astro-j7pv25f6){background:#16191c}.term:where(.astro-j7pv25f6) .bar:where(.astro-j7pv25f6){display:flex;align-items:center;gap:8px;padding:9px 13px;border-bottom:1px solid rgba(255,255,255,.07)}.term:where(.astro-j7pv25f6) .bar:where(.astro-j7pv25f6) .t:where(.astro-j7pv25f6){font-family:var(--mono);font-size:10.5px;color:#7d8794;margin-left:6px}.term:where(.astro-j7pv25f6) pre:where(.astro-j7pv25f6){margin:0;padding:16px 18px;font-family:var(--mono);font-size:12.5px;line-height:1.85;color:#c7d0db;overflow-x:auto}.term:where(.astro-j7pv25f6) .p:where(.astro-j7pv25f6){color:var(--accent)}.term:where(.astro-j7pv25f6) .cm:where(.astro-j7pv25f6){color:#5e6a78}.term:where(.astro-j7pv25f6) .ok:where(.astro-j7pv25f6){color:var(--ok)}.term:where(.astro-j7pv25f6) .kw:where(.astro-j7pv25f6){color:#9ecbff}footer:where(.astro-j7pv25f6).foot{padding:46px 0 56px}.foot-inner:where(.astro-j7pv25f6){display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}.foot:where(.astro-j7pv25f6) .left:where(.astro-j7pv25f6){display:flex;align-items:center;gap:14px}.foot:where(.astro-j7pv25f6) .fmono:where(.astro-j7pv25f6){font-family:var(--mono);font-size:11.5px;color:var(--fg-3)}.foot:where(.astro-j7pv25f6) .fmono:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--fg-2)}.foot:where(.astro-j7pv25f6) .fmono:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--accent)}.foot:where(.astro-j7pv25f6) .links:where(.astro-j7pv25f6){display:flex;gap:18px;font-family:var(--mono);font-size:11.5px}.foot:where(.astro-j7pv25f6) .links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){color:var(--fg-3)}.foot:where(.astro-j7pv25f6) .links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--fg-1)}@media(max-width:920px){.hero-grid:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:30px;padding:56px 0 64px}.topo:where(.astro-j7pv25f6){height:380px}.feat-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}.card:where(.astro-j7pv25f6).wide{grid-column:span 2}.showcase-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.qs-grid:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:24px}}@media(max-width:620px){.nav-links:where(.astro-j7pv25f6){display:none}.nav-links:where(.astro-j7pv25f6).open{display:flex;position:absolute;top:58px;left:0;right:0;flex-direction:column;gap:0;padding:8px;background:var(--surface-1);border-bottom:1px solid var(--border)}.nav-links:where(.astro-j7pv25f6).open a:where(.astro-j7pv25f6){padding:11px}.menu-btn:where(.astro-j7pv25f6){display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--fg-2);cursor:pointer}.feat-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.card:where(.astro-j7pv25f6).wide{grid-column:span 1}section:where(.astro-j7pv25f6).block{padding:54px 0}}
