:root{--color-bg: #0e1716;--color-surface: #13211f;--color-surface2: #18302c;--color-border: #24403b;--color-primary: #3aa58c;--color-accent: #63c7b2;--color-info: #7db7ff;--color-text: #e8f3ef;--color-text-secondary: #94ada7;--color-warning: #e7a73b;--color-danger: #e56f64}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background-color:var(--color-bg);color:var(--color-text);font-family:Avenir Next,SF Pro Display,PingFang SC,Microsoft YaHei,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.stat-card{background:var(--color-surface);border-radius:12px;padding:20px;border:1px solid var(--color-border);transition:border-color .2s}.stat-card:hover{border-color:var(--color-primary)}.stat-value{font-size:2rem;font-weight:700;color:var(--color-text);line-height:1}.stat-label{font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.score-ring{width:120px;height:120px}.page-header{font-size:1.6rem;font-weight:700;color:var(--color-text);margin-bottom:24px;letter-spacing:.01em}.streaming-text{line-height:1.8;color:var(--color-text);white-space:pre-wrap}.ant-layout-sider .ant-menu-item-selected{background:#3aa58c29!important}.chart-container{background:var(--color-surface);border-radius:12px;padding:16px;border:1px solid var(--color-border)}.ant-btn{border-radius:10px}.ant-card{box-shadow:none!important}
