/* Heliod's Domain — warm parchment and gold */
[data-theme="theros"] {
    /* Background Colors */
    --bg-color: #faf7f0;
    --bg-gradient: linear-gradient(135deg, #faf7f0 0%, #f5ede0 50%, #faf7f0 100%);
    --panel-bg: #fffdf5eb;
    --panel-bg-opaque: #fffdf5;
    --card-bg: #fffcf0e0;
    --list-bg: #faf5e6e6;
    --entry-bg: #fffcf0d9;
    --entry-hover-bg: #fffaebf7;
    --canvas-bg: #faf7f0;
    --bg-secondary: #ffffff;
    --bg-tertiary: #f5ede0;
    --border-primary: #d9770626;
    --text-accent: #b45309;

    /* Text Colors */
    --text-color: #1c1008;
    --text-muted: #78533a;
    --text-secondary: #5a3e2a;

    /* Accent Colors */
    --accent-color: #d97706;
    --accent-gradient: linear-gradient(135deg, #92400e 0%, #d97706 50%, #fde68a 100%);
    --accent-glow: #d977064d;
    --accent-hover: #d9770666;
    --accent-bg: #d9770612;
    --accent-bg-hover: #d9770624;
    --accent-light: #fde68a;

    /* Border Colors */
    --border-color: #d977062e;
    --border-hover: #d9770673;
    --glass-border: #d977061f;

    /* Input/Form Colors */
    --input-bg: #ffffffe6;
    --input-border: #d9770640;
    --select-option-bg: #ffffff;
    --widget-bg: #fbbf240f;

    /* Button Colors */
    --button-bg: #fffcf0e6;
    --button-border: #d9770640;
    --button-text: #1c1008;

    /* Tab Colors */
    --tab-bg: #faf5e6e6;
    --tab-text: #78533a;
    --tab-active-text: #1c1008;

    /* Scrollbar Colors */
    --scrollbar-track: #d977060d;
    --scrollbar-thumb: #d9770640;
    --scrollbar-thumb-hover: #d9770673;

    /* Deck Group Headers */
    --deck-header-bg: linear-gradient(to right, rgba(217, 119, 6, 0.12), transparent);
    --deck-header-border: #d977064d;
    --deck-header-text: #92400e;

    /* Popup/Modal Colors */
    --popup-bg: linear-gradient(145deg, #fffdf5, #f5ede0);
    --popup-border: #d9770666;
    --popup-shadow: #783c1426;
    --popup-section-border: #d9770626;

    /* Chart/Stat Colors */
    --chart-bg: #fffcf099;
    --chart-title-color: #78533a;

    /* Divider/Collapse Colors */
    --divider-border: #d977061f;
    --divider-btn-bg: #faf5e6e6;
    --divider-btn-text: #78533a;

    /* Scanning/Loading Colors */
    --scanning-bg: #faf7f0f7;
    --scanning-text: #1c1008;

    /* Pro Feature Colors */
    --pro-overlay-bg: #faf7f0e0;
    --pro-overlay-border: #d9770699;
    --pro-text: #5a3e2a;

    /* Card Type Colors */
    --type-creature: #15803d;
    --type-land: #92400e;
    --type-instant: #1d4ed8;
    --type-sorcery: #dc2626;
    --type-enchantment: #7c3aed;
    --type-artifact: #64748b;
    --type-planeswalker: #b45309;
    --type-other: #6b7280;

    /* Semantic Colors */
    --success-color: #15803d;
    --success-bg: #15803d14;
    --success-border: #15803d4d;
    --success-bg-hover: #15803d33;

    --danger-color: #dc2626;
    --danger-bg: #dc262614;
    --danger-border: #dc262640;
    --danger-bg-hover: #dc262633;

    --warning-color: #b45309;
    --warning-bg: #b4530914;
    --warning-border: #b453094d;

    --info-color: #0284c7;
    --info-bg: #0284c714;
    --info-border: #0284c740;
    --info-bg-hover: #0284c733;

    /*Social colors*/
    --discord-color: #5865F2;

    /* Functional Curve Colors (cast timing visualization) — high contrast on light bg */
    --fc-sweet-spot: #1d4ed8;
    --fc-less-value: #92400e;
    --fc-reactive: #dc2626;

    /* Accent RGB (decomposed for use in rgba()) */
    --accent-rgb: 217, 119, 6;
    --color-accent-rgb: 217, 119, 6; /* alias for --accent-rgb */

    /* Overlay/Banner Colors */
    --overlay-bg: #783c1499;
    --impersonation-bg: linear-gradient(135deg, #d97706, #92400e);

    /* Effects */
    --glass-blur: blur(12px);
}
