@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,Segoe UI,Arial,sans-serif;line-height:1.5;font-weight:400;color:#e6ecff;background:radial-gradient(circle at 20% 20%,#cde8ff,#ffe8cf);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#7fb4ff;margin:0 0 4px}h1{margin:0;font-size:28px;font-weight:600;color:#f6f7fb}.subhead{margin:6px 0 0;color:#98a5c7;font-size:15px}.status-chip{padding:8px 12px;border-radius:999px;background:#0f1d33;border:1px solid rgba(255,255,255,.08);color:#cfe2ff;font-size:12px;white-space:nowrap}.error-banner{background:#ff5a5a1a;color:#ffc7c7;border:1px solid rgba(255,90,90,.3);border-radius:12px;padding:10px 12px;margin-bottom:12px;font-size:14px}.orb-only{display:grid;place-items:center;width:100%}.orb-row{display:flex;flex-direction:column;align-items:center;gap:10px;margin:14px 0 12px}.pulse-button{position:relative;width:180px;height:180px;border-radius:50%;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;transition:transform .18s ease,box-shadow .18s ease}.pulse-button.ring{box-shadow:0 0 0 10px #2e94ff33,inset 0 0 0 12px #2e94ff,inset 0 0 0 2px #f0f7ff;background:transparent}.pulse-button:hover{transform:translateY(-2px) scale(1.02)}.pulse-button:disabled{cursor:wait;opacity:.7}.pulse-ring{position:absolute;inset:8px;border-radius:50%;border:1px solid rgba(255,255,255,.15)}.pulse-core{position:relative;z-index:2;border-radius:50%;width:60px;height:60px;background:transparent;box-shadow:none}.pulse-button.live{box-shadow:0 0 0 14px #ff76761f,0 18px 42px #ff767659,inset 0 0 0 12px #ff9f6f}.pulse-button.connecting{animation:glow 1.1s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 0 0 8px #2bd4ff0f}to{box-shadow:0 0 0 16px #2bd4ff29}}@media(max-width:720px){.pulse-button{width:170px;height:170px}}
