:root{--color-bg: #0b0e11;--color-panel: #12161c;--color-panel-alt: #161a1e;--color-border: #1e2329;--color-border-light: #2b3139;--color-text: #eaecef;--color-text-secondary: #848e9c;--color-text-muted: #5e6673;--color-green: #02c076;--color-green-bg: rgba(2, 192, 118, .08);--color-red: #f6465d;--color-red-bg: rgba(246, 70, 93, .08);--color-yellow: #fcd535;--color-yellow-bg: rgba(252, 213, 53, .08);--color-accent: #f0b90b;--color-accent-bg: rgba(240, 185, 11, .06);--color-hover: #1e2329;--color-active: #2b3139;--color-scrollbar: #2b3139;--color-tab: #848e9c;--color-tab-active: #eaecef;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;background-color:var(--color-bg);color:var(--color-text);overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-scrollbar);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-light)}
