/* Ancient Canopy — Naya forest green/gold */
[data-theme="naya"] {
    /* Background Colors */
    --bg-color: #0d1a0a;
    --bg-gradient: linear-gradient(135deg, #0d1a0a 0%, #142210 50%, #0d1a0a 100%);
    --panel-bg: #0f1c0cf2;
    --panel-bg-opaque: #111e0e;
    --card-bg: #12200ecc;
    --list-bg: #0a1208b3;
    --entry-bg: #142610d1;
    --entry-hover-bg: #1c3416eb;
    --canvas-bg: #0d1a0a;
    --bg-secondary: #111e0e;
    --bg-tertiary: #0d1a0a;
    --border-primary: #10693126;
    --text-accent: #106931;

    /* Text Colors */
    --text-color: #ecfdf5;
    --text-muted: #6b9e7a;
    --text-secondary: #92c9a1;

    /* Accent Colors */
    --accent-color: #106931;
    --accent-gradient: linear-gradient(135deg, #004D1D 0%, #106931 50%, #106931 100%);
    --accent-glow: #1069314d;
    --accent-hover: #10693180;
    --accent-bg: #10693114;
    --accent-bg-hover: #10693129;
    --accent-light: #bbf7d0;

    /* Border Colors */
    --border-color: #10693126;
    --border-hover: #10693180;
    --glass-border: #1069311a;

    /* Input/Form Colors */
    --input-bg: #0a1208b3;
    --input-border: #10693140;
    --select-option-bg: #111e0e;
    --widget-bg: var(--input-bg);

    /* Button Colors */
    --button-bg: #142210;
    --button-border: #10693140;
    --button-text: #ecfdf5;

    /* Tab Colors */
    --tab-bg: #142210;
    --tab-text: #6b9e7a;
    --tab-active-text: #ecfdf5;

    /* Scrollbar Colors */
    --scrollbar-track: #1069310d;
    --scrollbar-thumb: #10693140;
    --scrollbar-thumb-hover: #10693173;

    /* Deck Group Headers */
    --deck-header-bg: linear-gradient(to right, rgba(251, 191, 36, 0.15), rgba(134, 239, 172, 0.08), transparent);
    --deck-header-border: #1069314d;
    --deck-header-text: #106931;

    /* Popup/Modal Colors */
    --popup-bg: #111e0e;
    --popup-border: #10693159;
    --popup-shadow: #000000cc;
    --popup-section-border: #10693126;

    /* Chart/Stat Colors */
    --chart-bg: #0a120899;
    --chart-title-color: #6b9e7a;

    /* Divider/Collapse Colors */
    --divider-border: #1069311a;
    --divider-btn-bg: #142210;
    --divider-btn-text: #6b9e7a;

    /* Scanning/Loading Colors */
    --scanning-bg: #0a1208fa;
    --scanning-text: #ecfdf5;

    /* Pro Feature Colors */
    --pro-overlay-bg: #0a1208d9;
    --pro-overlay-border: #10693180;
    --pro-text: #6b9e7a;

    /* Card Type Colors */
    --type-creature: #106931;
    --type-land: #a16207;
    --type-instant: #60a5fa;
    --type-sorcery: #f87171;
    --type-enchantment: #c084fc;
    --type-artifact: #94a3b8;
    --type-planeswalker: #106931;
    --type-other: #6b7280;

    /* Semantic Colors */
    --success-color: #106931;
    --success-bg: #1069311a;
    --success-border: #1069314d;
    --success-bg-hover: #10693133;

    --danger-color: #f87171;
    --danger-bg: #f871711a;
    --danger-border: #f871714d;
    --danger-bg-hover: #f8717133;

    --warning-color: #106931;
    --warning-bg: #1069311a;
    --warning-border: #1069314d;

    --info-color: #60a5fa;
    --info-bg: #60a5fa1a;
    --info-border: #60a5fa4d;
    --info-bg-hover: #60a5fa33;

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

    /* Functional Curve Colors (cast timing visualization) */
    --fc-sweet-spot: #2dd4c4;
    --fc-less-value: #106931;
    --fc-reactive: #f87171;

    /* Accent RGB (decomposed for use in rgba()) */
    --accent-rgb: 134, 239, 172;
    --color-accent-rgb: 134, 239, 172; /* alias for --accent-rgb */

    /* Overlay/Banner Colors */
    --overlay-bg: #000000bf;
    --impersonation-bg: linear-gradient(135deg, #c29012, #106931);

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