*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;max-width:100vw}*{min-width:0}:root{--bg: #0f1117;--bg2: #161b27;--surface: #1c2333;--border: #2a3448;--text: #e8eaf0;--muted: #7a8499;--green: #1db97a;--green-dim: #0f6e48;--red: #e05252;--amber: #f0a030;--blue: #3a8fe8;--radius: 8px;--mono: "IBM Plex Mono", monospace;--sans: "Inter", system-ui, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.6;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.mono{font-family:var(--mono)}.muted{color:var(--muted)}.bull{color:var(--green)}.bear{color:var(--red)}.neutral{color:var(--amber)}
