/* ============================================================
   CropLogIQ Témák (Settings választóhoz)
   ============================================================ */

/* 1. AgTech Modern */
html[data-theme="agtech"], body.theme-agtech {
    --bg-sidebar: #081c15;
    --sidebar-text: #b7e4c7;
    --sidebar-active: #40916c;
    --brand-primary: #1b4332;
    --brand-primary-hover: #2d6a4f;
    --brand-primary-active: #081c15;
    --brand-secondary: #2d6a4f;
    --brand-secondary-hover: #40916c;
    --brand-secondary-active: #1b4332;
    --brand-accent: #52b788;
    --brand-accent-hover: #40916c;
    --brand-accent-active: #2d6a4f;
    --brand-light: #d8f3dc;
    --bg-body: #f8faf9;
    --card-border: #e2e8f0;
}

/* 2. Harvest & Gold */
html[data-theme="harvest"], body.theme-harvest {
    --bg-sidebar: #1e3f28;
    --sidebar-text: #e9edc9;
    --sidebar-active: #d4a373;
    --brand-primary: #2c5e3b;
    --brand-primary-hover: #437a54;
    --brand-primary-active: #1e3f28;
    --brand-secondary: #437a54;
    --brand-secondary-hover: #588157;
    --brand-secondary-active: #2c5e3b;
    --brand-accent: #d4a373;
    --brand-accent-hover: #bc8a5f;
    --brand-accent-active: #99582a;
    --brand-light: #faedcd;
    --bg-body: #fefae0;
    --card-border: #e9d8a6;
}

/* 3. Industrial Lime */
html[data-theme="industrial"], body.theme-industrial {
    --bg-sidebar: #0f172a;
    --sidebar-text: #94a3b8;
    --sidebar-active: #84cc16;
    --brand-primary: #0f172a;
    --brand-primary-hover: #1e293b;
    --brand-primary-active: #020617;
    --brand-secondary: #334155;
    --brand-secondary-hover: #475569;
    --brand-secondary-active: #1e293b;
    --brand-accent: #65a30d;
    --brand-accent-hover: #4d7c0f;
    --brand-accent-active: #3f6212;
    --brand-light: #ecfccb;
    --bg-body: #f1f5f9;
    --card-border: #cbd5e1;
}

/* 4. Sage Minimal */
html[data-theme="sage"], body.theme-sage {
    --bg-sidebar: #2f3e46;
    --sidebar-text: #cad2c5;
    --sidebar-active: #84a98c;
    --brand-primary: #354f52;
    --brand-primary-hover: #52796f;
    --brand-primary-active: #2f3e46;
    --brand-secondary: #52796f;
    --brand-secondary-hover: #6b9275;
    --brand-secondary-active: #354f52;
    --brand-accent: #84a98c;
    --brand-accent-hover: #6b9275;
    --brand-accent-active: #52796f;
    --brand-light: #cad2c5;
    --bg-body: #f4f6f4;
    --card-border: #dcdfdc;
}