/* ===== Тёмная тема ===== */
:root,
[data-theme="dark"] {
    --bg-primary: #0d1117;
    --bg-secondary: #161b22;
    --bg-card: #1c2333;
    --bg-card-hover: #222d3f;
    --border-color: #30363d;
    --text-primary: #e6edf3;
    --text-secondary: #8b949e;
    --text-muted: #6e7681;
    --accent-green: #3fb950;
    --accent-green-dark: #238636;
    --accent-green-light: #56d364;
    --accent-red: #f85149;
    --accent-red-light: #ff7b72;
    --accent-orange: #d29922;
    --accent-yellow: #e3b341;
    --accent-blue: #58a6ff;
    --gauge-red: #da3633;
    --gauge-orange: #d29922;
    --gauge-green: #238636;
    --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}