*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #050b1a;--surface: #0a1628;--cyan: #00d4ff;--violet: #7c3aed;--text: #e8f4ff;--muted: #4d6b8a;--border: rgba(100,180,255,.14)}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased}.grid-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(0,212,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.04) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}.glow-center{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 50% 55%,rgba(124,58,237,.18) 0%,rgba(0,212,255,.08) 40%,transparent 70%)}.flow-svg{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.35}.flow-path{fill:none;stroke-width:1;stroke-dasharray:8 6;animation:flow-dash 4s linear infinite}@keyframes flow-dash{to{stroke-dashoffset:-56}}.container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;padding:32px 20px;max-width:560px}.icon-wrap{width:192px;height:192px;margin-bottom:28px}.icon-wrap img{width:100%;height:100%;object-fit:contain}.wordmark{font-family:Space Grotesk,sans-serif;font-size:clamp(28px,5vw,40px);font-weight:300;letter-spacing:-.02em;color:var(--text);margin-bottom:6px}.wordmark .dot{color:var(--cyan)}.wordmark .network{font-weight:400}.tagline{font-family:Space Grotesk,sans-serif;font-size:clamp(13px,2vw,15px);font-weight:300;color:var(--muted);letter-spacing:.04em;margin-bottom:40px}.divider{width:48px;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);margin-bottom:32px;opacity:.5}.coming-label{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--cyan);letter-spacing:.14em;margin-bottom:14px;opacity:.7}.headline{font-family:Space Grotesk,sans-serif;font-size:clamp(22px,4vw,32px);font-weight:500;line-height:1.25;letter-spacing:-.02em;color:var(--text);margin-bottom:16px}.subtext{font-size:14px;font-weight:300;color:var(--muted);line-height:1.65;max-width:400px;margin-bottom:40px}.status-pill{display:flex;align-items:center;gap:7px;border:1px solid rgba(0,255,136,.22);border-radius:20px;padding:5px 14px;font-size:11px;color:#0f8;background:#00ff880d}.status-dot{width:6px;height:6px;border-radius:50%;background:#0f8;box-shadow:0 0 5px #0f8;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.agent-log-wrap{width:400px;max-width:400px;background:#030912b3;border:1px solid var(--border);border-radius:8px;padding:12px 16px;margin-bottom:32px;text-align:left;height:100px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}#agentLog{display:flex;flex-direction:column;justify-content:flex-end;height:100%}.log-line{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--muted);line-height:1.8}.log-line:last-child{color:var(--cyan)}.log-line:last-child:after{content:"▌";opacity:.7;animation:pulse 1s infinite}.footer{position:fixed;bottom:24px;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--muted);letter-spacing:.08em;z-index:1}
