html[data-theme="dark"] #alerts-help-popover { border-color: var(--accent-orange) !important; }
html[data-theme="dark"] .chart-card { background: var(--bg-secondary); box-shadow: none; }
html[data-theme="dark"] .collapse-btn { background: #2e3238; border-color: #3a3f4a; }
html[data-theme="dark"] .collapse-all-btn { background: #2e3238; border-color: #3a3f4a; }
html[data-theme="dark"] { --admin-badge: #F5A623; }

html[data-theme="dark"] {
    --bg: #121417;
    --bg-secondary: #1a1d22;
    --text: #e8eaed;
    --text-muted: #8892a4;
    --text-faint: #636e7e;
    --border: #2e3238;
    --border-subtle: #2e3238;
    --border-input: #3a3f4a;
    --hover-bg: #1e2a3a;
    --input-bg: #252930;
    --input-text: #e8eaed;
    --scrollbar-bg: #121417;
    --pipe-color: #F5A623;
    --stripe-bg: rgba(255,255,255,0.025);
}
