/* Viz Magic — Light/Dark Themes */

/* Dark theme is default (defined in main.css) */

/* Light theme */
[data-theme="light"] {
    --color-bg: #f6f8fa;
    --color-surface: #ffffff;
    --color-surface-2: #f0f3f6;
    --color-text: #1f2328;
    --color-text-muted: #656d76;
    --color-primary: #8b6508;
    --color-primary-glow: rgba(184, 134, 11, 0.2);
    --color-accent: #0969da;
    --color-success: #1a7f37;
    --color-error: #cf222e;
    --color-warning: #9a6700;
    --color-border: #d0d7de;
}

[data-theme="light"] .btn-primary { color: #fff; }
[data-theme="light"] .progress-text { color: #333; }
