@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}:root{--bg-primary: #0f0f1a;--bg-secondary: #1a1a2e;--bg-card: #12122a;--text-primary: #eeeeee;--text-secondary:#aaaaaa;--text-muted: #666666;--accent: #f0b90b;--border: #2e2e50;--border-light: #1e1e38;--bull: #4caf50;--bear: #f44336;--input-bg: #1a1a2e;--chart-bg: #12122a;--chart-grid: rgba(255,255,255,.07);--tooltip-bg: #1a1a2e;--btn-border: #444466;--shadow: rgba(0,0,0,.4)}[data-theme=light]{--bg-primary: #f4f5f7;--bg-secondary: #ffffff;--bg-card: #ffffff;--text-primary: #1a1a2e;--text-secondary:#55556a;--text-muted: #8888a0;--accent: #c8960a;--border: #dde0ea;--border-light: #eeeef5;--bull: #2e7d32;--bear: #c62828;--input-bg: #f0f2f5;--chart-bg: #ffffff;--chart-grid: rgba(0,0,0,.07);--tooltip-bg: #ffffff;--btn-border: #c8cad8;--shadow: rgba(0,0,0,.08)}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);font-size:14px;line-height:1.5;margin:0}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;font-size:inherit}input,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
