:root{--bg:#07111f;--text:#f5f9ff;--muted:#94a8bf;--accent:#3a8cff;--accent2:#5ce1e6}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 80% 20%,rgba(49,114,255,.14),transparent 28%),var(--bg);color:var(--text);font-family:system-ui,sans-serif}.stage{min-height:100vh;padding:48px;position:relative}.eyebrow{color:var(--accent2);font-size:.75rem;letter-spacing:.16em}.stage h1{font-size:clamp(2rem,5vw,4.5rem);max-width:850px;margin:.35rem 0 1rem}.stage p{color:var(--muted)}#vegaMount{position:fixed;right:28px;bottom:28px;z-index:50}.vega-launcher-wrap{position:fixed;right:28px;bottom:120px;z-index:49;width:min(390px,calc(100vw - 32px))}.vega-drawer{background:rgba(9,21,38,.96);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.11);border-radius:24px;padding:18px;color:#f4f8ff;box-shadow:0 28px 70px rgba(0,0,0,.42)}.vega-drawer header{display:flex;justify-content:space-between}.vega-drawer header>div{display:grid}.vega-drawer small{color:#67dff0;letter-spacing:.16em}.vega-drawer header button{background:none;border:0;color:#b9c6d5;font-size:1.5rem}.state{display:flex;gap:8px;margin:16px 0;color:#94a8bf}.state span{width:8px;height:8px;border-radius:50%;background:#3a8cff}.vega-drawer label{display:grid;gap:8px;color:#94a8bf;font-size:.82rem}.vega-drawer textarea{border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#0e1b2b;color:white;padding:12px}.actions,.tools{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.actions button,.tools button{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:9px 12px;background:#13243a;color:white}.actions [data-send]{background:#2e7cf6}.activity{margin-top:14px;border-radius:14px;background:#0e1b2b;padding:11px;color:#c5d2e0;font-size:.88rem}@media(max-width:640px){.stage{padding:24px 20px}#vegaMount{right:18px;bottom:18px}.vega-launcher-wrap{left:12px;right:12px;bottom:108px;width:auto}.vega-drawer{border-radius:20px;padding:16px}}@media(max-width:380px){.tools,.actions{display:grid;grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}:focus-visible{outline:2px solid #69b3ff;outline-offset:3px}.vega-result-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#0e1b2b;padding:12px;margin-top:10px}.vega-result-card header{display:flex;justify-content:space-between;gap:10px}.vega-result-card pre{white-space:pre-wrap;overflow-wrap:anywhere;color:#bcd0e5;font-size:.78rem;margin:10px 0 0}.vega-results{display:grid;gap:10px;margin-top:12px}.vega-result-card{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;background:rgba(10,22,38,.82);backdrop-filter:blur(10px)}.vega-result-card strong{display:block;margin-bottom:8px}.vega-result-card pre{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.78rem;line-height:1.45;color:#c6d7e8}