:root{--bg-deep: #050B18;--bg-primary: #0F172A;--bg-surface: #1E293B;--bg-card: #334155;--bg-card-hover: #3B4F6B;--cta: #22C55E;--cta-hover: #16A34A;--cta-glow: rgba(34, 197, 94, .25);--accent: #38BDF8;--accent-dim: rgba(56, 189, 248, .15);--text-primary: #F8FAFC;--text-secondary: #94A3B8;--text-muted: #64748B;--border: rgba(148, 163, 184, .12);--font-heading: "JetBrains Mono", monospace;--font-body: "IBM Plex Sans", sans-serif;--max-w: 1200px;--radius: 12px;--radius-sm: 8px}:where(.astro-j7pv25f6),:where(.astro-j7pv25f6):before,:where(.astro-j7pv25f6):after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}a:where(.astro-j7pv25f6){color:inherit;text-decoration:none}img:where(.astro-j7pv25f6){max-width:100%;height:auto}.container:where(.astro-j7pv25f6){max-width:var(--max-w);margin:0 auto;padding:0 24px}.section:where(.astro-j7pv25f6){padding:100px 0;position:relative}.section-label:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--cta);margin-bottom:16px;display:block}.section-title:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;margin-bottom:16px;color:var(--text-primary)}.section-sub:where(.astro-j7pv25f6){font-size:1.125rem;color:var(--text-secondary);max-width:640px;line-height:1.8}.highlight:where(.astro-j7pv25f6){color:var(--cta)}.highlight-blue:where(.astro-j7pv25f6){color:var(--accent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--cta-glow)}50%{box-shadow:0 0 40px var(--cta-glow),0 0 60px #22c55e1a}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%,to{border-color:var(--cta)}50%{border-color:transparent}}.animate-in:where(.astro-j7pv25f6){opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-in:where(.astro-j7pv25f6).visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.animate-in:where(.astro-j7pv25f6){opacity:1;transform:none;transition:none}@keyframes pulse-glow{0%,to{box-shadow:none}}@keyframes float{0%,to{transform:none}}}.nav:where(.astro-j7pv25f6){position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;backdrop-filter:blur(20px);background:#050b18cc;border-bottom:1px solid var(--border);transition:background .3s}.nav-inner:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 24px}.nav-logo:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--text-primary)}.nav-logo:where(.astro-j7pv25f6) span:where(.astro-j7pv25f6){color:var(--cta)}.nav-links:where(.astro-j7pv25f6){display:flex;gap:32px;align-items:center}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color .2s;cursor:pointer}.nav-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text-primary)}.nav-cta:where(.astro-j7pv25f6){font-family:var(--font-heading)!important;font-size:.8rem!important;font-weight:600!important;color:var(--bg-deep)!important;background:var(--cta)!important;padding:8px 20px;border-radius:6px;transition:background .2s,transform .2s;cursor:pointer}.nav-cta:where(.astro-j7pv25f6):hover{background:var(--cta-hover)!important;transform:translateY(-1px)}.hero:where(.astro-j7pv25f6){padding:160px 0 120px;text-align:center;position:relative;overflow:hidden}.hero:where(.astro-j7pv25f6):before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(34,197,94,.08) 0%,transparent 70%);pointer-events:none}.hero-badge:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--bg-surface);border:1px solid var(--border);border-radius:100px;font-size:.8rem;font-weight:500;color:var(--text-secondary);margin-bottom:32px;animation:fadeInUp .6s ease}.hero-badge:where(.astro-j7pv25f6) .dot:where(.astro-j7pv25f6){width:6px;height:6px;border-radius:50%;background:var(--cta);animation:pulse-glow 2s infinite}.hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:clamp(2rem,5.5vw,3.5rem);font-weight:700;line-height:1.15;margin-bottom:24px;animation:fadeInUp .6s ease .1s both}.hero-sub:where(.astro-j7pv25f6){font-size:1.2rem;color:var(--text-secondary);max-width:640px;margin:0 auto 48px;line-height:1.8;animation:fadeInUp .6s ease .2s both}.hero-actions:where(.astro-j7pv25f6){display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:fadeInUp .6s ease .3s both}.install-box:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 16px 12px 20px;font-family:var(--font-heading);font-size:.95rem;color:var(--text-primary);cursor:pointer;transition:border-color .2s,background .2s;min-height:48px}.install-box:where(.astro-j7pv25f6):hover{border-color:var(--cta);background:#22c55e0d}.install-box:where(.astro-j7pv25f6) .prompt:where(.astro-j7pv25f6){color:var(--cta)}.install-box:where(.astro-j7pv25f6) .copy-btn:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#94a3b81a;color:var(--text-secondary);border:none;cursor:pointer;transition:background .2s,color .2s}.install-box:where(.astro-j7pv25f6) .copy-btn:where(.astro-j7pv25f6):hover{background:var(--cta);color:var(--bg-deep)}.btn-secondary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-weight:500;font-size:.95rem;cursor:pointer;transition:border-color .2s,color .2s;min-height:48px}.btn-secondary:where(.astro-j7pv25f6):hover{border-color:var(--accent);color:var(--text-primary)}.hero-terminal:where(.astro-j7pv25f6){max-width:720px;margin:64px auto 0;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-align:left;animation:fadeInUp .6s ease .4s both}.terminal-bar:where(.astro-j7pv25f6){display:flex;align-items:center;gap:8px;padding:12px 16px;background:#0000004d;border-bottom:1px solid var(--border)}.terminal-dot:where(.astro-j7pv25f6){width:12px;height:12px;border-radius:50%}.terminal-dot:where(.astro-j7pv25f6).red{background:#ef4444}.terminal-dot:where(.astro-j7pv25f6).yellow{background:#f59e0b}.terminal-dot:where(.astro-j7pv25f6).green{background:#22c55e}.terminal-title:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:.75rem;color:var(--text-muted);margin-left:8px}.terminal-body:where(.astro-j7pv25f6){padding:24px;font-family:var(--font-heading);font-size:.85rem;line-height:1.8;color:var(--text-secondary)}.terminal-body:where(.astro-j7pv25f6) .cmd:where(.astro-j7pv25f6){color:var(--text-primary)}.terminal-body:where(.astro-j7pv25f6) .prompt-sym:where(.astro-j7pv25f6){color:var(--cta)}.terminal-body:where(.astro-j7pv25f6) .comment:where(.astro-j7pv25f6){color:var(--text-muted)}.terminal-body:where(.astro-j7pv25f6) .agent:where(.astro-j7pv25f6){color:var(--accent)}.terminal-body:where(.astro-j7pv25f6) .success:where(.astro-j7pv25f6){color:var(--cta)}.problem:where(.astro-j7pv25f6){background:var(--bg-primary)}.pain-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}.pain-card:where(.astro-j7pv25f6){padding:32px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .3s,transform .3s}.pain-card:where(.astro-j7pv25f6):hover{border-color:#ef44444d;transform:translateY(-2px)}.pain-icon:where(.astro-j7pv25f6){width:40px;height:40px;border-radius:10px;background:#ef44441a;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:16px;color:#ef4444}.pain-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:8px}.pain-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--text-secondary);line-height:1.6}.problem-transition:where(.astro-j7pv25f6){text-align:center;margin-top:64px;font-family:var(--font-heading);font-size:1.25rem;color:var(--cta);font-weight:600}.architecture:where(.astro-j7pv25f6){background:var(--bg-deep)}.arch-diagram:where(.astro-j7pv25f6){display:flex;align-items:center;gap:40px;margin-top:48px;justify-content:center;flex-wrap:wrap}.arch-user-block:where(.astro-j7pv25f6){text-align:center}.arch-node:where(.astro-j7pv25f6){padding:16px 24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-heading);font-size:.85rem;font-weight:500;color:var(--text-primary);text-align:center}.arch-node:where(.astro-j7pv25f6).primary{border-color:var(--cta);background:#22c55e14}.arch-arrow:where(.astro-j7pv25f6){font-size:1.5rem;color:var(--text-muted)}.arch-agents:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.arch-agent-card:where(.astro-j7pv25f6){padding:14px 20px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-heading);font-size:.8rem;color:var(--text-secondary);transition:border-color .2s;white-space:nowrap}.arch-agent-card:where(.astro-j7pv25f6):hover{border-color:var(--accent)}.arch-agent-card:where(.astro-j7pv25f6) .icon:where(.astro-j7pv25f6){color:var(--accent);margin-right:6px}.arch-explain:where(.astro-j7pv25f6){max-width:760px;margin:48px auto 0;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px;font-size:.95rem;color:var(--text-secondary);line-height:1.8}.arch-explain:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:.85rem;color:var(--accent);background:var(--accent-dim);padding:2px 6px;border-radius:4px}.features:where(.astro-j7pv25f6){background:var(--bg-primary)}.bento-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.bento-card:where(.astro-j7pv25f6){padding:32px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .3s,transform .3s;cursor:default}.bento-card:where(.astro-j7pv25f6):hover{border-color:var(--cta);transform:translateY(-3px)}.bento-card:where(.astro-j7pv25f6).wide{grid-column:span 2}.bento-icon:where(.astro-j7pv25f6){width:44px;height:44px;border-radius:10px;background:#22c55e1a;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:1.2rem}.bento-icon:where(.astro-j7pv25f6).blue{background:var(--accent-dim)}.bento-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:8px}.bento-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--text-secondary);line-height:1.6}.bento-card:where(.astro-j7pv25f6) code:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:.8rem;color:var(--cta);background:#22c55e1a;padding:2px 8px;border-radius:4px}.how-it-works:where(.astro-j7pv25f6){background:var(--bg-deep)}.steps:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.step-card:where(.astro-j7pv25f6){text-align:center;padding:40px 24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);position:relative;transition:border-color .3s}.step-card:where(.astro-j7pv25f6):hover{border-color:var(--cta)}.step-num:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#22c55e26;position:absolute;top:16px;left:24px}.step-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin-bottom:12px}.step-code:where(.astro-j7pv25f6){display:inline-block;background:var(--bg-primary);border:1px solid var(--border);border-radius:6px;padding:8px 16px;font-family:var(--font-heading);font-size:.8rem;color:var(--cta);margin-top:16px}.step-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.9rem;color:var(--text-secondary)}.social-proof:where(.astro-j7pv25f6){background:var(--bg-primary);text-align:center}.proof-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.proof-card:where(.astro-j7pv25f6){padding:40px 24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius)}.proof-stat:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--cta);margin-bottom:8px}.proof-stat:where(.astro-j7pv25f6).blue{color:var(--accent)}.proof-label:where(.astro-j7pv25f6){font-size:.9rem;color:var(--text-secondary);font-weight:500}.proof-detail:where(.astro-j7pv25f6){font-size:.8rem;color:var(--text-muted);margin-top:4px}.docs-links:where(.astro-j7pv25f6){background:var(--bg-deep)}.docs-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}.doc-card:where(.astro-j7pv25f6){display:block;padding:32px 24px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:border-color .3s,transform .3s;cursor:pointer}.doc-card:where(.astro-j7pv25f6):hover{border-color:var(--accent);transform:translateY(-3px)}.doc-card-icon:where(.astro-j7pv25f6){font-size:1.5rem;margin-bottom:16px;display:block}.doc-card:where(.astro-j7pv25f6) h3:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:.9rem;font-weight:600;margin-bottom:8px}.doc-card:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:.8rem;color:var(--text-secondary);line-height:1.6}.doc-card:where(.astro-j7pv25f6) .arrow:where(.astro-j7pv25f6){display:inline-block;margin-top:12px;font-size:.8rem;color:var(--accent);font-weight:500;transition:transform .2s}.doc-card:where(.astro-j7pv25f6):hover .arrow:where(.astro-j7pv25f6){transform:translate(4px)}.cta-footer:where(.astro-j7pv25f6){background:var(--bg-primary);text-align:center;padding:120px 0;position:relative}.cta-footer:where(.astro-j7pv25f6):before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(34,197,94,.06) 0%,transparent 70%);pointer-events:none}.cta-footer:where(.astro-j7pv25f6) h2:where(.astro-j7pv25f6){font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:16px}.cta-footer:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6){font-size:1.1rem;color:var(--text-secondary);margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.cta-actions:where(.astro-j7pv25f6){display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:var(--cta);color:var(--bg-deep);font-family:var(--font-heading);font-size:.9rem;font-weight:600;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:background .2s,transform .2s;animation:pulse-glow 3s infinite;min-height:48px}.btn-primary:where(.astro-j7pv25f6):hover{background:var(--cta-hover);transform:translateY(-2px)}.site-footer:where(.astro-j7pv25f6){padding:48px 0;background:var(--bg-deep);border-top:1px solid var(--border);text-align:center}.footer-links:where(.astro-j7pv25f6){display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6){font-size:.85rem;color:var(--text-muted);transition:color .2s;cursor:pointer}.footer-links:where(.astro-j7pv25f6) a:where(.astro-j7pv25f6):hover{color:var(--text-primary)}.footer-copy:where(.astro-j7pv25f6){font-size:.8rem;color:var(--text-muted)}.svg-icon:where(.astro-j7pv25f6){width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:1024px){.bento-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}.bento-card:where(.astro-j7pv25f6).wide{grid-column:span 1}.docs-grid:where(.astro-j7pv25f6){grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links:where(.astro-j7pv25f6){display:none}.section:where(.astro-j7pv25f6){padding:72px 0}.hero:where(.astro-j7pv25f6){padding:120px 0 80px}.pain-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.bento-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.steps:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:20px}.proof-grid:where(.astro-j7pv25f6){grid-template-columns:1fr;gap:16px}.docs-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}.arch-diagram:where(.astro-j7pv25f6){flex-direction:column;gap:20px}.arch-arrow:where(.astro-j7pv25f6){transform:rotate(90deg)}.install-box:where(.astro-j7pv25f6){font-size:.8rem}}
