@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Noto+Sans+SC:wght@300;400;500;700&display=swap");:root{--bg:#090a0c;--surface:#13141a;--card:#1c1e26;--card2:#22252f;--green:#00e676;--green-dim:rgba(0,230,118,0.12);--blue:#5c9eff;--blue-dim:rgba(92,158,255,0.12);--gold:#ffc107;--gold-dim:rgba(255,193,7,0.12);--red:#ff4d6d;--red-dim:rgba(255,77,109,0.12);--live:#ff3d3d;--purple:#b388ff;--text:#f0f1f5;--text2:#9297a8;--text3:#555b6e;--border:rgba(255,255,255,0.07);--border2:rgba(255,255,255,0.12);--font-body:"Noto Sans SC";--font-mono:"IBM Plex Mono";--bottom-nav-h:68px;--topbar-h:52px;--radius:12px;--radius-sm:8px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,html{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:var(--font-body),-apple-system,"SF Pro Display",system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased;overflow:hidden}::-webkit-scrollbar{display:none}*{scrollbar-width:none}a{text-decoration:none}a,button{color:inherit}button{border:0;background:none;cursor:pointer}button,input{font:inherit}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}