@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Space+Grotesk:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{color-scheme:dark;--bg: #1f2026;--surface: #2a2d35;--surface-2: #323743;--surface-alpha: rgba(42, 45, 53, .92);--stroke: rgba(148, 163, 184, .2);--text: #e7edf5;--muted: #a1a9b8;--accent: #5bc0ff;--accent-2: #9ce0ff;--accent-3: #b6ff9b;--shadow: rgba(10, 12, 18, .55)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{font-family:Space Grotesk,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><rect width='60' height='60' fill='none'/><path d='M0 0H60M0 0V60' stroke='%235bc0ff' stroke-opacity='0.16' stroke-width='1'/><circle cx='0' cy='0' r='1.2' fill='%235bc0ff' fill-opacity='0.35'/></svg>");background-size:60px 60px;opacity:.45;pointer-events:none;z-index:0}.page{max-width:1200px;margin:0 auto;padding:24px 20px 48px;position:relative;z-index:1}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button{font:inherit;border:none;background:none;cursor:pointer;color:inherit}pre,code{font-family:IBM Plex Mono,monospace}.nav{position:sticky;top:16px;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-radius:16px;background:var(--surface-alpha);border:1px solid var(--stroke);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 48px var(--shadow);gap:16px;z-index:10}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:#0b1220;box-shadow:0 12px 24px #5bc0ff59}.brand-mark svg{width:22px;height:22px}.brand-name{display:block;font-weight:600;letter-spacing:-.02em}.brand-tag{display:block;font-size:.75rem;color:var(--muted)}.nav-links{display:flex;gap:20px;font-size:.95rem;color:var(--muted)}.nav-actions{display:flex;align-items:center;gap:12px}.ghost-btn,.outline-btn,.primary-btn{border-radius:999px;padding:10px 18px;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.primary-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#0b1220;box-shadow:0 16px 30px #5bc0ff40}.primary-btn:hover{transform:translateY(-2px)}.lang-switcher{display:flex;align-items:center}.lang-dropdown{position:relative;display:flex;align-items:center}.lang-current{width:40px;height:40px;border-radius:50%;background:#ffffff14;border:1px solid var(--stroke);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--accent)}.lang-current:hover{background:#ffffff1f;transform:translateY(-2px)}.earth-icon{width:20px;height:20px}.lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface-2);border:1px solid var(--stroke);border-radius:12px;overflow:hidden;min-width:140px;box-shadow:0 8px 24px #0006;opacity:0;transform:translateY(-10px);pointer-events:none;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:1000}.lang-dropdown.is-open .lang-menu{opacity:1;transform:translateY(0);pointer-events:auto}.lang-option{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;position:relative}.lang-option:hover{background:#5bc0ff1a;border-left-color:var(--accent);padding-left:20px}.lang-option.active{background:#5bc0ff26;border-left-color:var(--accent)}.lang-flag{font-size:16px}.lang-label{font-size:.9rem;font-weight:500}.outline-btn{border:1px solid var(--stroke);background:#ffffff0a}.outline-btn:hover,.ghost-btn:hover{background:#ffffff14}.ghost-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--stroke);color:var(--muted);background:transparent}.ghost-btn .dot{width:8px;height:8px;border-radius:50%;background:var(--accent-3);box-shadow:0 0 12px #b6ff9b99}main{display:flex;flex-direction:column;gap:96px;margin-top:36px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;align-items:center}.hero-copy h1{font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1;margin:18px 0}.hero-copy h1 span{display:block;color:var(--accent)}.hero-copy p{font-size:1.1rem;color:var(--muted);max-width:560px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;border:1px solid rgba(91,192,255,.4);background:#5bc0ff1f;font-family:IBM Plex Mono,monospace;font-size:.75rem;color:var(--accent)}.pill .signal{width:8px;height:8px;border-radius:50%;background:var(--accent-3);box-shadow:0 0 10px #b6ff9b99}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0 28px}.hero-visual{display:grid;place-items:center}.ui-preview{width:min(520px,92vw);border-radius:20px;border:1px solid var(--stroke);background:var(--surface);padding:36px 32px;box-shadow:0 30px 60px var(--shadow);display:flex;flex-direction:column;gap:18px}.ui-logo{font-family:"Press Start 2P",monospace;font-size:clamp(1.6rem,2.6vw,2.2rem);color:#cfd6df;text-align:center;letter-spacing:.18em}.ui-panel{background:#20222a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.ui-input{display:flex;align-items:center;gap:10px;color:#f8fafc;font-size:1rem}.ui-placeholder{color:#f8fafc;opacity:.85}.caret{color:var(--accent-3)}.ui-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:.8rem}.ui-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:#94a3b833;color:#f8fafc;font-weight:600;letter-spacing:.08em;transition:background .2s ease,color .2s ease}.ui-chip.mode-agent{background:#9ae6b4;color:#0b1220}.ui-chip.mode-debug{background:#facc15;color:#0b1220}.ui-chip.mode-plan{background:#c084fc;color:#0b1220}.ui-model{color:#b1bac7}.ui-hints{display:flex;gap:28px;font-family:IBM Plex Mono,monospace;color:var(--muted);font-size:.85rem;justify-content:center}.ui-hints strong{color:var(--accent);font-weight:600;margin-right:6px}.ui-status{display:flex;justify-content:space-between;color:#8f98a6;font-family:IBM Plex Mono,monospace;font-size:.75rem}.trust{text-align:center}.trust p{text-transform:none;letter-spacing:.02em;font-size:.95rem;color:var(--muted);margin-bottom:20px}.provider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}.provider-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--stroke);background:var(--surface);color:var(--muted);font-size:.85rem;justify-content:flex-start}.provider-card img{width:32px;height:32px}.install header,.features header{max-width:680px;margin-bottom:32px}.install h2,.features h2,.cta h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:12px}.install p,.features p,.cta p{color:var(--muted);font-size:1rem}.install-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.install-grid article{padding:20px;border-radius:16px;border:1px solid var(--stroke);background:var(--surface);min-height:170px;display:flex;flex-direction:column;gap:12px}.install-grid pre{margin:0;padding:14px;border-radius:10px;background:#1b1d24;color:#e2e8f0;font-size:.85rem;border:1px solid rgba(255,255,255,.08);overflow-x:auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.feature-grid article{padding:20px;border-radius:16px;border:1px solid var(--stroke);background:var(--surface);min-height:180px;display:flex;flex-direction:column;gap:12px}.feature-grid h3{margin:0}.tag{margin-top:auto;font-family:IBM Plex Mono,monospace;font-size:.7rem;color:var(--accent)}.mode-metrics{border-radius:16px;border:1px solid var(--stroke);background:#191e2ad9;padding:20px;position:relative;overflow:hidden}.modes-section{display:flex;justify-content:center}.modes-section .mode-metrics{width:min(1040px,100%);padding:28px}.mode-metrics:before{content:"";position:absolute;inset:0;border:1px solid rgba(91,192,255,.2);border-radius:14px;pointer-events:none}.mode-header{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.mode-header h3{margin:0;font-size:1.2rem}.mode-header p{margin:0;color:var(--muted);font-size:.95rem}.mode-kicker{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--accent)}.mode-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.mode-grid--horizontal{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.mode-tile{padding:18px;border-radius:14px;border:1px solid rgba(91,192,255,.25);background:var(--surface-2);position:relative;overflow:hidden}.mode-tile:after{content:none}.mode-badge{display:inline-flex;padding:6px 12px;border-radius:999px;font-family:IBM Plex Mono,monospace;font-size:.75rem;margin-bottom:12px;letter-spacing:.08em;color:#0b1220;background:#ffffff1a}.mode-badge.mode-agent{background:#9ae6b4;color:#0b1220}.mode-badge.mode-debug{background:#facc15;color:#0b1220}.mode-badge.mode-plan{background:#c084fc;color:#0b1220}.cta{padding:28px;border-radius:20px;border:1px solid rgba(91,192,255,.4);background:#151a24b3;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}.cta-actions{display:flex;gap:12px}footer{margin-top:80px;padding-top:40px;border-top:1px solid var(--stroke)}.footer-simple{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.85rem}.footer-licenses{margin-top:8px;color:var(--muted);font-size:.75rem}.footer-licenses a{color:inherit;text-decoration:underline;text-underline-offset:3px}.footer-licenses a:hover{color:var(--accent)}.footer-brand{text-transform:lowercase;font-weight:600;letter-spacing:.08em;color:var(--text)}.reveal{animation:fadeUp .9s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.nav-links{display:none}.nav{flex-wrap:wrap}}@media(max-width:720px){.nav{top:8px}.hero{gap:32px}.ui-preview{padding:28px 20px}.ui-hints{flex-direction:column;gap:8px;align-items:center}.cta{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
