:root{--serif: "Newsreader", Georgia, serif;--sans: "Space Grotesk", "Inter Tight", ui-sans-serif, system-ui, -apple-system, sans-serif;--mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;--bg: #07111a;--bg-1: #0b1822;--bg-2: #112230;--line: rgba(190, 220, 240, .1);--line-2: rgba(190, 220, 240, .18);--fg: #e8eef2;--fg-2: #aebac3;--fg-3: #6e7d88;--accent: #6cf2c7;--accent-dim: #2a8c75;--positive: #6cf2c7;--negative: #ff7a7a;--warning: #f4c46a}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg)}body{font-family:var(--sans);font-feature-settings:"ss01","cv01";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;overflow-x:hidden}.mono{font-family:var(--mono);font-feature-settings:"ss01","cv01","tnum";font-variant-numeric:tabular-nums}.serif{font-family:var(--serif)}button{font-family:inherit}::selection{background:var(--accent);color:var(--bg)}.scrollbar::-webkit-scrollbar{width:6px;height:6px}.scrollbar::-webkit-scrollbar-track{background:transparent}.scrollbar::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fadeup{animation:fadeUp .6s cubic-bezier(.2,.7,.3,1) both}@keyframes flashBuy{0%{background:#6cf2c72e}to{background:transparent}}@keyframes flashSell{0%{background:#ff7a7a2e}to{background:transparent}}.flash-buy{animation:flashBuy 1.2s ease-out}.flash-sell{animation:flashSell 1.2s ease-out}
