:root {
    /* ============================================================
       CORES — TEMA ESCURO (padrão DeepSeek)
       ============================================================ */
    --bg-page: #1A1A1A;
    --bg-sidebar: #141414;
    --bg-surface: #2A2A2A;
    --bg-hover: rgba(255, 255, 255, 0.06);

    --text-main: #ECECEC;
    --text-muted: #A0A0A0;
    --text-ter: #6B6B6B;
    --text-on-action: #FFFFFF;

    --border-color: #2F2F2F;

    --color-action: #4D6BFE;
    --color-action-hover: #3D5BEE;
    --color-success: #16A34A;
    --color-error: #DC2626;

    /* ============================================================
       TIPOGRAFIA
       ============================================================ */
    --font-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;

    /* ============================================================
       TRANSIÇÕES
       ============================================================ */
    --transition-speed: 200ms;
    --transition-easing: ease-in-out;

    /* ============================================================
       GANTT
       ============================================================ */
    --gantt-bg: var(--bg-surface);
    --gantt-grid: var(--border-color);
    --gantt-bar: var(--color-action);
    --gantt-bar-progress: var(--color-action-hover);
    --gantt-text: var(--text-main);
    --gantt-today: #DC2626;
}