@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");:root{--bg:#0e0e10;--panel:#15161c;--panel-2:#1b1d25;--grid-line:#24262f;--text:#e6e8ec;--muted:#8a93a3;--up:#22e39a;--down:#e5484d;--bet:#d67626;--accent:#f5d20a}*{box-sizing:border-box}body,html{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}