:root{--primary: #FF9900;--primary-bright: #FFB340;--primary-dim: #CC7A00;--primary-glow: rgba(255, 153, 0, .15);--primary-glow-strong: rgba(255, 153, 0, .3);--bg: #050507;--surface-dim: #0a0a0d;--surface: #0f0f13;--surface-container: #141418;--surface-container-high: #1a1a1f;--surface-container-highest: #222228;--surface-bright: #2a2a30;--text: #f0f0f2;--text-secondary: #8a8a95;--text-muted: #55555e;--border: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .1);--error: #ff5f56;--violet: #919bff;--blue: #5eaaff;--green: #4ade80;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", "JetBrains Mono", Consolas, monospace;--font-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mouse-x: 50%;--mouse-y: 50%}:where(.astro-qysrmlxs),:where(.astro-qysrmlxs):before,:where(.astro-qysrmlxs):after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden;position:relative}.noise-bg:where(.astro-qysrmlxs):before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");background-size:256px 256px;pointer-events:none;z-index:9999;opacity:.4}:where(.astro-qysrmlxs)::-webkit-scrollbar{width:6px}:where(.astro-qysrmlxs)::-webkit-scrollbar-track{background:var(--bg)}:where(.astro-qysrmlxs)::-webkit-scrollbar-thumb{background:var(--surface-container-high);border-radius:3px}:where(.astro-qysrmlxs)::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}a:where(.astro-qysrmlxs){color:inherit;text-decoration:none}.floating-header:where(.astro-qysrmlxs){position:fixed;top:1.25rem;left:50%;transform:translate(-50%);z-index:1000;background:#0f0f13a6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-light);border-radius:9999px;padding:.6rem 1.25rem .6rem 1.5rem;display:flex;align-items:center;gap:2rem;box-shadow:0 8px 32px #0009,inset 0 1px #ffffff0a}.floating-header-logo:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:800;letter-spacing:-.03em;color:var(--primary);white-space:nowrap}.floating-header-logo:where(.astro-qysrmlxs) .logo-mark:where(.astro-qysrmlxs){font-size:1.25rem}.floating-header-nav:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.25rem}.floating-header-nav:where(.astro-qysrmlxs) a:where(.astro-qysrmlxs){color:var(--text-secondary);font-weight:500;font-size:.875rem;padding:.4rem .85rem;border-radius:9999px;transition:color .2s,background .2s}.floating-header-nav:where(.astro-qysrmlxs) a:where(.astro-qysrmlxs):hover{color:var(--text);background:#ffffff0f}.floating-header-cta:where(.astro-qysrmlxs){background:var(--primary);color:#000;padding:.45rem 1.25rem;border-radius:9999px;font-weight:700;font-size:.8125rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s;white-space:nowrap}.floating-header-cta:where(.astro-qysrmlxs):hover{transform:scale(1.04);box-shadow:0 0 20px #ff990059}.hero-section:where(.astro-qysrmlxs){position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 1.5rem 4rem;text-align:center;overflow:hidden}.hero-canvas:where(.astro-qysrmlxs){position:absolute;inset:0;z-index:0;pointer-events:none}.hero-content:where(.astro-qysrmlxs){position:relative;z-index:2;max-width:960px;margin:0 auto}.hero-badge:where(.astro-qysrmlxs){display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:9999px;background:#ff990014;border:1px solid rgba(255,153,0,.15);color:var(--primary);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2rem}.hero-badge:where(.astro-qysrmlxs) .badge-dot:where(.astro-qysrmlxs){width:6px;height:6px;border-radius:50%;background:var(--primary);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.hero-title:where(.astro-qysrmlxs){font-size:clamp(3.5rem,9vw,7.5rem);font-weight:800;font-style:italic;letter-spacing:-.05em;line-height:.92;margin-bottom:1.5rem;color:var(--text)}.hero-title:where(.astro-qysrmlxs) .accent:where(.astro-qysrmlxs){color:var(--primary);font-style:italic}.hero-subtitle:where(.astro-qysrmlxs){font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-weight:400;line-height:1.7}.hero-actions:where(.astro-qysrmlxs){display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:4rem}.btn-primary:where(.astro-qysrmlxs){background:var(--primary);color:#000;padding:.85rem 2rem;border-radius:9999px;font-size:1rem;font-weight:700;border:none;cursor:pointer;text-decoration:none;box-shadow:0 0 40px #ff990040;transition:transform .2s,box-shadow .2s}.btn-primary:where(.astro-qysrmlxs):hover{transform:scale(1.04);box-shadow:0 0 60px #ff990059}.btn-secondary:where(.astro-qysrmlxs){background:#ffffff0a;backdrop-filter:blur(12px);color:var(--text);padding:.85rem 2rem;border-radius:9999px;font-size:1rem;font-weight:600;border:1px solid var(--border-light);cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s}.btn-secondary:where(.astro-qysrmlxs):hover{background:#ffffff14;border-color:#ffffff26}.hero-terminal-wrap:where(.astro-qysrmlxs){position:relative;max-width:700px;margin:0 auto;z-index:2}.hero-terminal:where(.astro-qysrmlxs){background:#0a0a0ed9;backdrop-filter:blur(8px);border:1px solid var(--border-light);border-radius:12px;overflow:hidden;text-align:left;box-shadow:0 25px 80px #000000b3,0 0 60px #ff99000f}.hero-terminal-header:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:#ffffff05}.hero-terminal-dot:where(.astro-qysrmlxs){width:10px;height:10px;border-radius:50%}.hero-terminal-dot:where(.astro-qysrmlxs).red{background:#ff5f56}.hero-terminal-dot:where(.astro-qysrmlxs).yellow{background:#ffbd2e}.hero-terminal-dot:where(.astro-qysrmlxs).green{background:#27c93f}.hero-terminal-title:where(.astro-qysrmlxs){font-size:.75rem;color:var(--text-muted);margin-left:.5rem;font-family:var(--font-mono)}.hero-terminal-body:where(.astro-qysrmlxs){padding:1.25rem 1.5rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.8;color:var(--text-secondary)}.hero-terminal-body:where(.astro-qysrmlxs) .prompt:where(.astro-qysrmlxs){color:var(--primary);font-weight:600}.hero-terminal-body:where(.astro-qysrmlxs) .cmd:where(.astro-qysrmlxs){color:var(--text)}.hero-terminal-body:where(.astro-qysrmlxs) .output:where(.astro-qysrmlxs){color:var(--text-muted)}.hero-terminal-body:where(.astro-qysrmlxs) .success:where(.astro-qysrmlxs){color:var(--green)}.hero-terminal-body:where(.astro-qysrmlxs) .accent-text:where(.astro-qysrmlxs){color:var(--primary)}.hero-terminal-body:where(.astro-qysrmlxs) .comment:where(.astro-qysrmlxs){color:var(--text-muted);font-style:italic}.data-stream:where(.astro-qysrmlxs){position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.data-stream-line:where(.astro-qysrmlxs){position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(255,153,0,.15),transparent);animation:stream-line linear infinite}@keyframes stream-line{0%{transform:translate(-100%)}to{transform:translate(100vw)}}.stats-section:where(.astro-qysrmlxs){padding:3rem 1.5rem;max-width:900px;margin:0 auto}.stats-grid:where(.astro-qysrmlxs){display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:12px;overflow:hidden}.stat-card:where(.astro-qysrmlxs){background:var(--surface);padding:2.5rem 2rem;text-align:center}.stat-value:where(.astro-qysrmlxs){font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;letter-spacing:-.04em;color:var(--primary);line-height:1;margin-bottom:.5rem}.stat-label:where(.astro-qysrmlxs){font-size:.875rem;color:var(--text-secondary);font-weight:500}.bento-section:where(.astro-qysrmlxs){padding:6rem 1.5rem;max-width:1200px;margin:0 auto}.bento-section-header:where(.astro-qysrmlxs){text-align:center;margin-bottom:4rem}.bento-section-label:where(.astro-qysrmlxs){color:var(--primary);font-weight:700;font-size:.8125rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem}.bento-section-title:where(.astro-qysrmlxs){font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;color:var(--text)}.bento-section-desc:where(.astro-qysrmlxs){color:var(--text-secondary);margin-top:.75rem;max-width:560px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.7}.bento-grid:where(.astro-qysrmlxs){display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(180px,auto);gap:1.25rem}.bento-card:where(.astro-qysrmlxs){background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:transform .15s ease-out,box-shadow .3s ease-out;transform-style:preserve-3d;perspective:1000px}.bento-card:where(.astro-qysrmlxs):before{content:"";position:absolute;inset:0;border-radius:16px;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),rgba(255,153,0,.06),transparent 40%);opacity:0;transition:opacity .3s;pointer-events:none;z-index:1}.bento-card:where(.astro-qysrmlxs):hover:before{opacity:1}.bento-card:where(.astro-qysrmlxs):hover{box-shadow:0 8px 40px #0006,0 0 30px #ff99000d}.bento-card-icon:where(.astro-qysrmlxs){width:44px;height:44px;border-radius:10px;background:#ff990014;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1rem}.bento-card:where(.astro-qysrmlxs) h3:where(.astro-qysrmlxs){font-size:1.25rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.bento-card:where(.astro-qysrmlxs) p:where(.astro-qysrmlxs){color:var(--text-secondary);font-size:.875rem;line-height:1.65}.bento-card:where(.astro-qysrmlxs) .card-terminal:where(.astro-qysrmlxs){margin-top:auto;padding-top:1.25rem}.card-terminal-block:where(.astro-qysrmlxs){background:#000;border-radius:8px;padding:1rem;font-family:var(--font-mono);font-size:.75rem;line-height:1.7;border:1px solid var(--border)}.card-terminal-block:where(.astro-qysrmlxs) .prompt:where(.astro-qysrmlxs){color:var(--primary)}.card-terminal-block:where(.astro-qysrmlxs) .output:where(.astro-qysrmlxs){color:var(--text-muted)}.card-terminal-block:where(.astro-qysrmlxs) .success:where(.astro-qysrmlxs){color:var(--green)}.card-terminal-block:where(.astro-qysrmlxs) .highlight:where(.astro-qysrmlxs){color:var(--text)}.bento-glow:where(.astro-qysrmlxs){position:absolute;width:200px;height:200px;border-radius:50%;pointer-events:none;filter:blur(100px)}.bento-span-8:where(.astro-qysrmlxs){grid-column:span 8}.bento-span-7:where(.astro-qysrmlxs){grid-column:span 7}.bento-span-5:where(.astro-qysrmlxs){grid-column:span 5}.bento-span-4:where(.astro-qysrmlxs){grid-column:span 4}.bento-row-span-2:where(.astro-qysrmlxs){grid-row:span 2}.code-diff:where(.astro-qysrmlxs){margin-top:1rem;background:#0006;border-radius:8px;padding:1rem;font-family:var(--font-mono);font-size:.7rem;line-height:1.8;overflow-x:auto}.code-diff:where(.astro-qysrmlxs) .line-add:where(.astro-qysrmlxs){color:var(--green)}.code-diff:where(.astro-qysrmlxs) .line-remove:where(.astro-qysrmlxs){color:var(--error)}.code-diff:where(.astro-qysrmlxs) .line-context:where(.astro-qysrmlxs){color:var(--text-muted)}.provider-mini-grid:where(.astro-qysrmlxs){display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.provider-mini-item:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;border-radius:8px;background:#ffffff08;border:1px solid var(--border)}.provider-mini-dot:where(.astro-qysrmlxs){width:8px;height:8px;border-radius:50%;background:var(--primary)}.provider-mini-name:where(.astro-qysrmlxs){font-size:.75rem;font-weight:600;color:var(--text-secondary)}.plugin-grid:where(.astro-qysrmlxs){display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1rem}.plugin-item:where(.astro-qysrmlxs){background:#ffffff08;border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;font-size:.7rem;font-weight:600;color:var(--text-secondary);text-align:center}.plugin-item:where(.astro-qysrmlxs) .plugin-tag:where(.astro-qysrmlxs){display:block;font-size:.6rem;color:var(--text-muted);font-weight:400;margin-top:2px;text-transform:uppercase;letter-spacing:.05em}.memory-bars:where(.astro-qysrmlxs){margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.memory-bar-item:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.75rem}.memory-bar-label:where(.astro-qysrmlxs){font-size:.7rem;color:var(--text-muted);min-width:90px;font-family:var(--font-mono)}.memory-bar-track:where(.astro-qysrmlxs){flex:1;height:4px;background:#ffffff0f;border-radius:2px;overflow:hidden}.memory-bar-fill:where(.astro-qysrmlxs){height:100%;background:var(--primary);border-radius:2px;transition:width 1s ease-out}.browser-mockup:where(.astro-qysrmlxs){margin-top:1rem;background:#000;border-radius:8px;border:1px solid var(--border);overflow:hidden}.browser-mockup-bar:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:#ffffff08;border-bottom:1px solid var(--border)}.browser-mockup-dot:where(.astro-qysrmlxs){width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.browser-mockup-dot:where(.astro-qysrmlxs):first-child{background:#ff5f56}.browser-mockup-dot:where(.astro-qysrmlxs):nth-child(2){background:#ffbd2e}.browser-mockup-dot:where(.astro-qysrmlxs):nth-child(3){background:#27c93f}.browser-mockup-url:where(.astro-qysrmlxs){margin-left:.5rem;font-size:.65rem;color:var(--text-muted);background:#ffffff0a;padding:.2rem .6rem;border-radius:4px;font-family:var(--font-mono)}.browser-mockup-content:where(.astro-qysrmlxs){padding:1rem;font-family:var(--font-mono);font-size:.65rem;line-height:1.6;color:var(--text-muted)}.browser-mockup-content:where(.astro-qysrmlxs) .inspect-line:where(.astro-qysrmlxs){border-left:2px solid var(--primary);padding-left:.5rem;color:var(--text)}.phone-mockup:where(.astro-qysrmlxs){width:100px;height:180px;border:2px solid var(--border-light);border-radius:16px;background:var(--surface);display:flex;flex-direction:column;align-items:center;padding:.5rem;margin:1rem auto 0;position:relative}.phone-mockup-notch:where(.astro-qysrmlxs){width:40%;height:4px;background:var(--text-muted);border-radius:2px;margin-bottom:.5rem}.phone-mockup-screen:where(.astro-qysrmlxs){flex:1;width:100%;background:#ff99000d;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:var(--primary);font-family:var(--font-mono);text-align:center;padding:.25rem}.typing-cursor:where(.astro-qysrmlxs){display:inline-block;width:2px;height:1em;background:var(--primary);animation:blink 1s step-end infinite;vertical-align:text-bottom;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.dot-grid:where(.astro-qysrmlxs){position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.3}.dot-grid-dot:where(.astro-qysrmlxs){position:absolute;width:2px;height:2px;background:var(--primary);border-radius:50%;animation:dot-pulse 3s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:.2}50%{opacity:.8}}.swarm-section:where(.astro-qysrmlxs){padding:6rem 1.5rem;max-width:1200px;margin:0 auto}.swarm-inner:where(.astro-qysrmlxs){display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.swarm-visual:where(.astro-qysrmlxs){position:relative}.swarm-grid:where(.astro-qysrmlxs){display:grid;grid-template-columns:1fr 1fr;gap:1rem}.swarm-card:where(.astro-qysrmlxs){background:var(--surface);border:1px solid var(--border);padding:1.75rem;border-radius:12px;text-align:center;transition:transform .2s,box-shadow .3s}.swarm-card:where(.astro-qysrmlxs):hover{transform:scale(1.04);box-shadow:0 8px 30px #0000004d}.swarm-card:where(.astro-qysrmlxs).offset{transform:translateY(1.5rem)}.swarm-card:where(.astro-qysrmlxs).offset:hover{transform:translateY(1.5rem) scale(1.04)}.swarm-card-icon:where(.astro-qysrmlxs){width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.swarm-card-icon:where(.astro-qysrmlxs).orange{background:#ff99001a;color:var(--primary)}.swarm-card-icon:where(.astro-qysrmlxs).red{background:#ff5f561a;color:var(--error)}.swarm-card-icon:where(.astro-qysrmlxs).violet{background:#919bff1a;color:var(--violet)}.swarm-card-icon:where(.astro-qysrmlxs).blue{background:#5eaaff1a;color:var(--blue)}.swarm-card:where(.astro-qysrmlxs) h4:where(.astro-qysrmlxs){font-weight:700;font-size:1rem;margin-bottom:.25rem}.swarm-card:where(.astro-qysrmlxs) .swarm-status:where(.astro-qysrmlxs){font-size:.625rem;color:var(--text-muted);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em}.swarm-text:where(.astro-qysrmlxs) h2:where(.astro-qysrmlxs){font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.swarm-text:where(.astro-qysrmlxs) h2:where(.astro-qysrmlxs) .accent:where(.astro-qysrmlxs){color:var(--primary)}.swarm-text:where(.astro-qysrmlxs) p:where(.astro-qysrmlxs){color:var(--text-secondary);font-size:1rem;line-height:1.75;margin-bottom:2rem}.swarm-features:where(.astro-qysrmlxs){list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.swarm-features:where(.astro-qysrmlxs) li:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.75rem;color:var(--text);font-weight:500;font-size:.9375rem}.swarm-features:where(.astro-qysrmlxs) .check:where(.astro-qysrmlxs){color:var(--primary);font-weight:700;font-size:1rem}.site-footer:where(.astro-qysrmlxs){background:var(--surface-dim);width:100%;border-radius:2rem 2rem 0 0;margin-top:6rem;border-top:1px solid var(--border)}.footer-grid:where(.astro-qysrmlxs){max-width:1200px;margin:0 auto;padding:5rem 2rem 3rem;display:grid;grid-template-columns:2fr repeat(4,1fr);gap:3rem}.footer-brand:where(.astro-qysrmlxs) .footer-logo:where(.astro-qysrmlxs){font-size:1.25rem;font-weight:800;color:var(--primary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.footer-brand:where(.astro-qysrmlxs) p:where(.astro-qysrmlxs){color:var(--text-secondary);font-size:.8125rem;line-height:1.7;max-width:280px}.footer-col:where(.astro-qysrmlxs) h5:where(.astro-qysrmlxs){color:var(--text);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.footer-col:where(.astro-qysrmlxs) ul:where(.astro-qysrmlxs){list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer-col:where(.astro-qysrmlxs) ul:where(.astro-qysrmlxs) li:where(.astro-qysrmlxs) a:where(.astro-qysrmlxs){color:var(--text-secondary);text-decoration:none;font-size:.8125rem;transition:color .15s}.footer-col:where(.astro-qysrmlxs) ul:where(.astro-qysrmlxs) li:where(.astro-qysrmlxs) a:where(.astro-qysrmlxs):hover{color:var(--primary)}.footer-bottom:where(.astro-qysrmlxs){max-width:1200px;margin:0 auto;padding:1.5rem 2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.75rem;flex-wrap:wrap;gap:1rem}.footer-bottom-links:where(.astro-qysrmlxs){display:flex;gap:1.5rem}.footer-bottom-links:where(.astro-qysrmlxs) a:where(.astro-qysrmlxs){color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-bottom-links:where(.astro-qysrmlxs) a:where(.astro-qysrmlxs):hover{color:var(--text-secondary)}.command-deck:where(.astro-qysrmlxs){position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1000}.command-deck-inner:where(.astro-qysrmlxs){background:#0f0f13b3;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:.65rem 1.5rem;border-radius:9999px;border:1px solid var(--border-light);display:flex;align-items:center;gap:1.5rem;box-shadow:0 12px 40px #0009}.command-deck-icon:where(.astro-qysrmlxs){color:var(--primary);display:flex;align-items:center}.command-deck-status:where(.astro-qysrmlxs){display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-mono)}.command-deck-status:where(.astro-qysrmlxs) .lock-icon:where(.astro-qysrmlxs){color:var(--green)}.command-deck-divider:where(.astro-qysrmlxs){width:1px;height:16px;background:var(--border-light)}.command-deck-actions:where(.astro-qysrmlxs){display:flex;gap:.75rem}.command-deck-actions:where(.astro-qysrmlxs) button:where(.astro-qysrmlxs){background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;transition:color .15s;display:flex;align-items:center}.command-deck-actions:where(.astro-qysrmlxs) button:where(.astro-qysrmlxs):hover{color:var(--primary)}.command-deck-console:where(.astro-qysrmlxs){background:#ff99001f;color:var(--primary);padding:.35rem 1rem;border-radius:9999px;font-size:.6875rem;font-weight:700;border:1px solid rgba(255,153,0,.2);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .15s;white-space:nowrap}.command-deck-console:where(.astro-qysrmlxs):hover{background:#f903}.reveal:where(.astro-qysrmlxs){opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal:where(.astro-qysrmlxs).visible{opacity:1;transform:translateY(0)}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(1){transition-delay:0ms}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(2){transition-delay:80ms}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(3){transition-delay:.16s}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(4){transition-delay:.24s}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(5){transition-delay:.32s}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(6){transition-delay:.4s}.stagger-children:where(.astro-qysrmlxs)>:where(.astro-qysrmlxs):nth-child(7){transition-delay:.48s}.card-header:where(.astro-qysrmlxs){display:flex;gap:1rem;align-items:flex-start}.card-header:where(.astro-qysrmlxs) .bento-card-icon:where(.astro-qysrmlxs){flex-shrink:0}.card-header:where(.astro-qysrmlxs) h3:where(.astro-qysrmlxs){margin-bottom:.25rem}.card-live-demo:where(.astro-qysrmlxs){margin-top:1.25rem;position:relative;width:100%;height:140px;border-radius:8px;overflow:hidden}.card-canvas:where(.astro-qysrmlxs){position:absolute;inset:0;width:100%;height:100%}.bento-row-span-2:where(.astro-qysrmlxs) .card-live-demo:where(.astro-qysrmlxs){height:200px}.inline-code:where(.astro-qysrmlxs){background:#ff99001a;color:var(--primary);padding:.1rem .4rem;border-radius:4px;font-family:var(--font-mono);font-size:.8em}.swarm-canvas:where(.astro-qysrmlxs){width:100%;height:400px;display:block}@media(max-width:1024px){.floating-header-nav:where(.astro-qysrmlxs){display:none}.bento-grid:where(.astro-qysrmlxs){grid-template-columns:1fr 1fr}.bento-span-8:where(.astro-qysrmlxs){grid-column:span 2}.bento-span-7:where(.astro-qysrmlxs){grid-column:span 2}.bento-span-5:where(.astro-qysrmlxs){grid-column:span 1}.bento-span-4:where(.astro-qysrmlxs){grid-column:span 1}.bento-row-span-2:where(.astro-qysrmlxs){grid-row:span 1}.swarm-inner:where(.astro-qysrmlxs){grid-template-columns:1fr}.footer-grid:where(.astro-qysrmlxs){grid-template-columns:repeat(3,1fr)}.command-deck:where(.astro-qysrmlxs){display:none}}@media(max-width:768px){.floating-header:where(.astro-qysrmlxs){left:1rem;right:1rem;transform:none;gap:0;justify-content:space-between}.floating-header-nav:where(.astro-qysrmlxs){display:none}.hero-section:where(.astro-qysrmlxs){padding:7rem 1rem 3rem}.hero-title:where(.astro-qysrmlxs){font-size:clamp(2.5rem,10vw,4rem)}.stats-grid:where(.astro-qysrmlxs){grid-template-columns:1fr}.bento-grid:where(.astro-qysrmlxs){grid-template-columns:1fr}.bento-span-8:where(.astro-qysrmlxs),.bento-span-7:where(.astro-qysrmlxs),.bento-span-5:where(.astro-qysrmlxs),.bento-span-4:where(.astro-qysrmlxs){grid-column:span 1}.swarm-grid:where(.astro-qysrmlxs){grid-template-columns:1fr 1fr}.swarm-card:where(.astro-qysrmlxs).offset{transform:none}.swarm-card:where(.astro-qysrmlxs).offset:hover{transform:scale(1.04)}.swarm-inner:where(.astro-qysrmlxs){grid-template-columns:1fr}.footer-grid:where(.astro-qysrmlxs){grid-template-columns:1fr 1fr;gap:2rem}.footer-bottom:where(.astro-qysrmlxs){flex-direction:column;text-align:center}}@media(max-width:480px){.hero-title:where(.astro-qysrmlxs){font-size:2.25rem}.hero-actions:where(.astro-qysrmlxs){flex-direction:column}.btn-primary:where(.astro-qysrmlxs),.btn-secondary:where(.astro-qysrmlxs){width:100%;text-align:center}.swarm-grid:where(.astro-qysrmlxs){grid-template-columns:1fr}.footer-grid:where(.astro-qysrmlxs){grid-template-columns:1fr}.provider-mini-grid:where(.astro-qysrmlxs){grid-template-columns:1fr}.plugin-grid:where(.astro-qysrmlxs){grid-template-columns:repeat(2,1fr)}}.changelog-release:where(.astro-qysrmlxs){max-width:720px;margin:0 auto;padding:6rem 2rem 4rem;color:#e8e8e8}.back-link:where(.astro-qysrmlxs){color:#888;text-decoration:none;font-size:.85rem;font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;display:inline-block;margin-bottom:2rem}.back-link:where(.astro-qysrmlxs):hover{color:#f5a623}.version-badge:where(.astro-qysrmlxs){font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.8rem;color:#f5a623;background:#f5a6231a;padding:4px 12px;border-radius:4px;border:1px solid rgba(245,166,35,.2);display:inline-block;margin-bottom:1rem}h1:where(.astro-qysrmlxs){font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:2rem;color:#fff;margin-bottom:.5rem}.release-date:where(.astro-qysrmlxs){color:#888;font-size:.85rem;margin-bottom:2.5rem}h2:where(.astro-qysrmlxs){font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:1.2rem;color:#f5a623;margin-top:2rem;margin-bottom:.75rem}ul:where(.astro-qysrmlxs){padding-left:1.5rem;margin-bottom:1rem}li:where(.astro-qysrmlxs){margin-bottom:.4rem;line-height:1.6}code:where(.astro-qysrmlxs){background:#1a1a1a;color:#f5a623;padding:2px 6px;border-radius:4px;font-size:.9em}
