nav.svelte-1h32yp1{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;border-bottom:1px solid var(--border);background:#080808eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-logo.svelte-1h32yp1{display:flex;align-items:center;gap:.75rem}.nav-tag.svelte-1h32yp1{font-family:var(--font-mono);font-size:11px;color:var(--muted);letter-spacing:.08em;padding:3px 8px;border:1px solid var(--border);border-radius:3px}.nav-cta.svelte-1h32yp1{font-family:var(--font-display);font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--black);background:var(--green);border:none;padding:8px 20px;border-radius:4px;cursor:pointer;transition:opacity .15s}.nav-cta.svelte-1h32yp1:hover{opacity:.88}@media(max-width:900px){nav.svelte-1h32yp1{padding:1rem 1.25rem}}.form.svelte-11zdcmq{display:flex;flex-direction:column;gap:.75rem}.row.svelte-11zdcmq{display:flex;gap:0}input.svelte-11zdcmq{flex:1;font-family:var(--font-mono);font-size:13px;color:var(--text);border:1px solid var(--border);border-right:none;outline:none;transition:border-color .15s}input.svelte-11zdcmq::placeholder{color:var(--muted)}.hero.svelte-11zdcmq input:where(.svelte-11zdcmq){background:var(--surface);padding:12px 16px;border-radius:4px 0 0 4px;max-width:420px}.hero.svelte-11zdcmq input:where(.svelte-11zdcmq):focus{border-color:#5af96766}.cta.svelte-11zdcmq input:where(.svelte-11zdcmq){background:var(--black);padding:13px 18px;border-radius:4px 0 0 4px}.cta.svelte-11zdcmq input:where(.svelte-11zdcmq):focus{border-color:#5af96759}button.svelte-11zdcmq{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--black);background:var(--green);border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s}button.svelte-11zdcmq:hover{opacity:.88}button.svelte-11zdcmq:disabled{opacity:.6;cursor:not-allowed}.hero.svelte-11zdcmq button:where(.svelte-11zdcmq){letter-spacing:.05em;padding:12px 24px;border-radius:0 4px 4px 0}.cta.svelte-11zdcmq button:where(.svelte-11zdcmq){letter-spacing:.06em;text-transform:uppercase;padding:13px 28px;border-radius:0 4px 4px 0}.message.svelte-11zdcmq{font-family:var(--font-mono);font-size:11px}.message.success.svelte-11zdcmq{color:var(--green)}.message.error.svelte-11zdcmq{color:#f87171}.terminal.svelte-fe92n4{width:100%;max-width:520px;background:var(--black);border:1px solid var(--border);border-radius:8px;overflow:hidden;font-family:var(--font-mono);font-size:13px;line-height:1.7}.terminal-bar.svelte-fe92n4{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--surface2);border-bottom:1px solid var(--border)}.dot.svelte-fe92n4{width:10px;height:10px;border-radius:50%}.dot-r.svelte-fe92n4{background:#ff5f56}.dot-y.svelte-fe92n4{background:#ffbd2e}.dot-g.svelte-fe92n4{background:#27c93f}.terminal-title.svelte-fe92n4{flex:1;text-align:center;font-size:11px;color:var(--muted);letter-spacing:.05em}.terminal-body.svelte-fe92n4{padding:1.25rem 1.5rem 1.5rem;min-height:340px}.t-prompt{color:var(--muted)}.t-cmd{color:var(--green)}.t-key{color:var(--lime)}.t-val{color:#88c0d0}.t-dim{color:#444}.t-warn{color:#ebcb8b}.t-ok{color:var(--green)}.t-sep{color:#333}.t-head{color:var(--text);font-weight:500}.t-agent{color:#b48ead}.cursor{display:inline-block;width:7px;height:13px;background:var(--green);vertical-align:middle;animation:svelte-fe92n4-blink 1.1s step-end infinite}@keyframes svelte-fe92n4-blink{50%{opacity:0}}.hero.svelte-1q37ri0{min-height:calc(100vh - 57px);display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center}.hero-left.svelte-1q37ri0{padding:6rem 3rem 6rem 2.5rem;display:flex;flex-direction:column;gap:2rem}.hero-badge.svelte-1q37ri0{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;color:var(--green);letter-spacing:.1em;text-transform:uppercase}.hero-badge.svelte-1q37ri0:before{content:"";display:block;width:6px;height:6px;background:var(--green);border-radius:50%;animation:svelte-1q37ri0-pulse 2s infinite}@keyframes svelte-1q37ri0-pulse{0%,to{opacity:1}50%{opacity:.3}}.hero-headline.svelte-1q37ri0{font-size:clamp(3rem,5vw,5.5rem);font-weight:800;line-height:.95;letter-spacing:-.03em;color:var(--text)}.hero-headline.svelte-1q37ri0 .accent:where(.svelte-1q37ri0){color:var(--green)}.hero-sub.svelte-1q37ri0{font-size:1.125rem;font-weight:400;color:var(--muted);line-height:1.6;max-width:44ch}.hero-sub.svelte-1q37ri0 strong{color:var(--lime);font-weight:500}.hero-right.svelte-1q37ri0{height:100%;min-height:calc(100vh - 57px);background:var(--surface);border-left:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:3rem 2.5rem;position:relative;overflow:hidden}.hero-right.svelte-1q37ri0:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(90,249,103,.04) 0%,transparent 70%);pointer-events:none}@media(max-width:900px){.hero.svelte-1q37ri0{grid-template-columns:1fr}.hero-right.svelte-1q37ri0{display:none}.hero-left.svelte-1q37ri0{padding:4rem 1.25rem}}.features.svelte-1dpem8h{padding:7rem 2.5rem;max-width:1200px;margin:0 auto}.section-label.svelte-1dpem8h{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:1.5rem}.section-title.svelte-1dpem8h{font-size:clamp(2rem,3.5vw,3.25rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;margin-bottom:4rem;max-width:22ch}.section-title.svelte-1dpem8h .dim:where(.svelte-1dpem8h){color:var(--muted)}.features-grid.svelte-1dpem8h{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:8px;overflow:hidden}.feature-card.svelte-1dpem8h{background:var(--black);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem;transition:background .2s}.feature-card.svelte-1dpem8h:hover{background:var(--surface)}.feature-icon.svelte-1dpem8h{font-family:var(--font-mono);font-size:20px;color:var(--green);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#5af9670f;border-radius:6px;border:1px solid rgba(90,249,103,.12)}.feature-title.svelte-1dpem8h{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--text)}.feature-desc.svelte-1dpem8h{font-size:.875rem;color:var(--muted);line-height:1.65}.feature-desc.svelte-1dpem8h strong{color:var(--lime);font-weight:500}@media(max-width:900px){.features.svelte-1dpem8h{padding:5rem 1.25rem}.features-grid.svelte-1dpem8h{grid-template-columns:1fr}}.demo-section.svelte-1e70tiu{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);padding:7rem 2.5rem}.demo-inner.svelte-1e70tiu{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.demo-explain.svelte-1e70tiu{display:flex;flex-direction:column;gap:1.5rem}.section-label.svelte-1e70tiu{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.section-title.svelte-1e70tiu{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:800;line-height:1.05;letter-spacing:-.025em}.section-title.svelte-1e70tiu .dim:where(.svelte-1e70tiu){color:var(--muted)}.demo-steps.svelte-1e70tiu{display:flex;flex-direction:column;gap:0;margin-top:1rem}.demo-step.svelte-1e70tiu{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:flex-start}.demo-step.svelte-1e70tiu:last-child{border-bottom:none}.step-num.svelte-1e70tiu{font-family:var(--font-mono);font-size:11px;color:var(--green);background:#5af96714;border:1px solid rgba(90,249,103,.15);padding:2px 7px;border-radius:3px;white-space:nowrap;margin-top:2px}.step-text.svelte-1e70tiu strong:where(.svelte-1e70tiu){display:block;font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:4px}.step-text.svelte-1e70tiu span:where(.svelte-1e70tiu){font-size:.8125rem;color:var(--muted);line-height:1.6}.step-text.svelte-1e70tiu code:where(.svelte-1e70tiu){font-family:var(--font-mono);color:var(--green);font-size:11px}.demo-terminal.svelte-1e70tiu{background:var(--black);border:1px solid var(--border);border-radius:8px;overflow:hidden;font-family:var(--font-mono);font-size:12px}.demo-terminal-bar.svelte-1e70tiu{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--surface2);border-bottom:1px solid var(--border)}.bar-cmd.svelte-1e70tiu{font-size:11px;color:var(--muted)}.bar-live.svelte-1e70tiu{font-size:10px;background:#5af9671a;color:var(--green);padding:2px 8px;border-radius:3px}.demo-terminal-body.svelte-1e70tiu{padding:1.25rem 1.5rem;line-height:1.8}.d-sep.svelte-1e70tiu{color:#333}.d-key.svelte-1e70tiu{color:var(--lime)}.d-muted.svelte-1e70tiu{color:var(--muted)}.d-text.svelte-1e70tiu{color:var(--text)}.d-blue.svelte-1e70tiu{color:#88c0d0}.d-agent.svelte-1e70tiu{color:#b48ead}.d-green.svelte-1e70tiu{color:var(--green)}.d-warn.svelte-1e70tiu{color:#ebcb8b}.d-indent.svelte-1e70tiu{padding-left:12px;display:block}@media(max-width:900px){.demo-section.svelte-1e70tiu{padding:5rem 1.25rem}.demo-inner.svelte-1e70tiu{grid-template-columns:1fr;gap:3rem}}.why-section.svelte-ylhodv{padding:7rem 2.5rem;max-width:1200px;margin:0 auto}.section-label.svelte-ylhodv{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:4rem}.why-grid.svelte-ylhodv{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.why-manifesto.svelte-ylhodv{display:flex;flex-direction:column;gap:1.5rem}.manifesto-quote.svelte-ylhodv{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--text)}.manifesto-quote.svelte-ylhodv .highlight:where(.svelte-ylhodv){color:var(--green)}.manifesto-body.svelte-ylhodv{font-size:.9375rem;color:var(--muted);line-height:1.8}.manifesto-body.svelte-ylhodv strong{color:var(--lime);font-weight:500}.why-pillars.svelte-ylhodv{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.pillar.svelte-ylhodv{padding:1.5rem 1.75rem;border-bottom:1px solid var(--border);display:flex;gap:1.25rem;align-items:flex-start}.pillar.svelte-ylhodv:last-child{border-bottom:none}.pillar-num.svelte-ylhodv{font-family:var(--font-mono);font-size:11px;color:var(--muted);padding-top:4px;min-width:28px}.pillar-content.svelte-ylhodv strong:where(.svelte-ylhodv){display:block;font-size:.9375rem;font-weight:700;color:var(--text);margin-bottom:6px}.pillar-content.svelte-ylhodv p:where(.svelte-ylhodv){font-size:.8125rem;color:var(--muted);line-height:1.65}.pillar-content.svelte-ylhodv p:where(.svelte-ylhodv) em:where(.svelte-ylhodv){color:var(--lime);font-style:normal}@media(max-width:900px){.why-section.svelte-ylhodv{padding:5rem 1.25rem}.why-grid.svelte-ylhodv{grid-template-columns:1fr;gap:3rem}}.bottom-cta.svelte-1vnihdn{border-top:1px solid var(--border);background:var(--surface);padding:6rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}h2.svelte-1vnihdn{font-size:clamp(2.5rem,4vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1;max-width:18ch}h2.svelte-1vnihdn span:where(.svelte-1vnihdn){color:var(--green)}p.svelte-1vnihdn{font-size:1rem;color:var(--muted);max-width:48ch;line-height:1.6}.fine.svelte-1vnihdn{font-family:var(--font-mono);font-size:11px;color:#444}@media(max-width:900px){.bottom-cta.svelte-1vnihdn{padding:5rem 1.25rem}}footer.svelte-jz8lnl{border-top:1px solid var(--border);padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-left.svelte-jz8lnl{display:flex;align-items:center;gap:1rem}.footer-logo.svelte-jz8lnl{opacity:.5}.footer-tagline.svelte-jz8lnl{font-family:var(--font-mono);font-size:11px;color:#333}.footer-links.svelte-jz8lnl{display:flex;gap:1.5rem}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl){font-family:var(--font-mono);font-size:11px;color:#444;text-decoration:none;transition:color .15s}.footer-links.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--muted)}@media(max-width:900px){footer.svelte-jz8lnl{padding:2rem 1.25rem;flex-direction:column;align-items:flex-start;gap:1rem}}
