*{box-sizing:border-box}html.dark{--text-primary: rgba(255, 255, 255, .92);--text-secondary: rgba(255, 255, 255, .6);--text-tertiary: rgba(255, 255, 255, .38);--bg-surface: #1a1b1e;--bg-page: #0f1012;--bg-hover: rgba(255, 255, 255, .04);--bg-subtle: rgba(255, 255, 255, .03);--bg-card-alt: #141518;--border: rgba(255, 255, 255, .06);--border-light: rgba(255, 255, 255, .04);--border-lighter: rgba(255, 255, 255, .03);--chart-tooltip-bg: rgba(15, 16, 18, .95);--chart-tooltip-border: rgba(255, 255, 255, .08);--chart-axis: rgba(255, 255, 255, .06);--chart-grid: rgba(255, 255, 255, .04);--chart-label: rgba(255, 255, 255, .4);--rail-color: rgba(255, 255, 255, .06);--shadow-color: rgba(0, 0, 0, .4);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--color-primary: #3b82f6;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}html.light{--text-primary: rgba(0, 0, 0, .88);--text-secondary: rgba(0, 0, 0, .55);--text-tertiary: rgba(0, 0, 0, .35);--bg-surface: #ffffff;--bg-page: #f5f6f8;--bg-hover: rgba(0, 0, 0, .03);--bg-subtle: rgba(0, 0, 0, .015);--bg-card-alt: #f8f9fb;--border: rgba(0, 0, 0, .06);--border-light: rgba(0, 0, 0, .04);--border-lighter: rgba(0, 0, 0, .03);--chart-tooltip-bg: rgba(255, 255, 255, .98);--chart-tooltip-border: rgba(0, 0, 0, .08);--chart-axis: rgba(0, 0, 0, .06);--chart-grid: rgba(0, 0, 0, .04);--chart-label: rgba(0, 0, 0, .4);--rail-color: rgba(0, 0, 0, .06);--shadow-color: rgba(0, 0, 0, .08);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--color-primary: #3b82f6;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s;letter-spacing:-.01em}html.dark body{background-color:#0f1012;color:#ffffffeb}html.light body{background-color:#f5f6f8;color:#000000e0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}html.dark ::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}html.dark ::-webkit-scrollbar-thumb:hover{background:#ffffff40}html.light ::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}html.light ::-webkit-scrollbar-thumb:hover{background:#00000040}
