*,:before,:after{box-sizing:border-box}:root{--bg:#0a0b0f;--bg-card:#12141c;--bg-hover:#1a1d2a;--border:#1f2235;--border-hi:#2d3150;--text:#d1d5e0;--text-dim:#9ca3af;--text-hi:#f0f1f5;--accent:#f97316;--accent-bg:#f973161a;--accent-hi:#fb923c;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--blue:#3b82f6;--radius-sm:6px;--radius:10px;--radius-lg:14px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:var(--font-size-base,15px);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;line-height:1.5}body{margin:0}#root{text-align:left;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}h1,h2,h3{color:var(--text-hi);margin:0;font-weight:600}p{margin:0}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes sonar-ring{0%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}@keyframes price-flash{0%,to{opacity:1}50%{opacity:.5}}.pulse-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite pulse-dot;display:inline-block}.sonar-wrap{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;position:relative}.sonar-dot{z-index:1;background:#818cf8;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot;position:relative}.sonar-ring{border:1.5px solid #818cf8;border-radius:50%;width:6px;height:6px;animation:2s ease-out infinite sonar-ring;position:absolute}
