:root,
[data-theme="dark"] {
    --bg-color: #121212;
    --header-bg: #1f1f1f;
    --card-bg: #1f1f1f;
    --text-color: #e0e0e0;
    --button-bg: #2a2a2a;
    --button-hover: #3a3a3a;
    --border-color: rgba(255, 255, 255, 0.1);
    --footer-bg: #1a1a1a;
    --title-gradient-start: #ffffff;
    --title-gradient-end: #a0a0a0;
    /* Badge colors (dark default) */
    --badge-bg: rgba(255, 255, 255, 0.10);
    --badge-border: rgba(255, 255, 255, 0.25);
    --badge-text: var(--text-color);
    /* Badge variant colors (dark) */
    --badge-success-bg: rgba(34, 197, 94, 0.20);
    --badge-success-border: rgba(34, 197, 94, 0.50);
    --badge-success-text: #bbf7d0;
    --badge-warning-bg: rgba(245, 158, 11, 0.22);
    --badge-warning-border: rgba(245, 158, 11, 0.55);
    --badge-warning-text: #fde68a;
    --badge-danger-bg: rgba(239, 68, 68, 0.20);
    --badge-danger-border: rgba(239, 68, 68, 0.55);
    --badge-danger-text: #fecaca;
}

[data-theme="light"] {
    --bg-color: #f5f5f5;
    --header-bg: #ffffff;
    --card-bg: #ffffff;
    --text-color: #333333;
    --button-bg: #f0f0f0;
    --button-hover: #e0e0e0;
    --border-color: rgba(0, 0, 0, 0.1);
    --footer-bg: #e0e0e0;
    --title-gradient-start: #333333;
    --title-gradient-end: #666666;
    /* Badge colors (light theme) */
    --badge-bg: rgba(0, 0, 0, 0.06);
    --badge-border: rgba(0, 0, 0, 0.15);
    --badge-text: var(--text-color);
    /* Badge variant colors (light) */
    --badge-success-bg: rgba(34, 197, 94, 0.12);
    --badge-success-border: rgba(34, 197, 94, 0.35);
    --badge-success-text: #166534;
    --badge-warning-bg: rgba(245, 158, 11, 0.12);
    --badge-warning-border: rgba(245, 158, 11, 0.35);
    --badge-warning-text: #92400e;
    --badge-danger-bg: rgba(239, 68, 68, 0.12);
    --badge-danger-border: rgba(239, 68, 68, 0.35);
    --badge-danger-text: #991b1b;
}

[data-theme="pitch"] {
    --bg-color: #000000;
    --header-bg: #050505;
    --card-bg: #050505;
    --text-color: #f5f5f5;
    --button-bg: #0f0f0f;
    --button-hover: #1a1a1a;
    --border-color: rgba(255, 255, 255, 0.12);
    --footer-bg: #020202;
    --title-gradient-start: #f7f7f7;
    --title-gradient-end: #b5b5b5;
    /* Badge colors (pitch black theme) */
    --badge-bg: rgba(255, 255, 255, 0.08);
    --badge-border: rgba(255, 255, 255, 0.2);
    --badge-text: var(--text-color);
    /* Badge variant colors (pitch black) */
    --badge-success-bg: rgba(34, 197, 94, 0.18);
    --badge-success-border: rgba(34, 197, 94, 0.45);
    --badge-success-text: #d1fae5;
    --badge-warning-bg: rgba(245, 158, 11, 0.2);
    --badge-warning-border: rgba(245, 158, 11, 0.5);
    --badge-warning-text: #fef3c7;
    --badge-danger-bg: rgba(239, 68, 68, 0.18);
    --badge-danger-border: rgba(239, 68, 68, 0.5);
    --badge-danger-text: #fee2e2;
}
