/* ==========================================================================
   🌾 Harvest Festival Theme — Earthy & Abundant
   Overrides CSS Custom Properties from mabapu-royal.css
   ========================================================================== */

:root {
  --royal-dark: #2D1B00;
  --royal-dark-rgb: 45, 27, 0;
  --royal-deep: #3D2600;
  --royal-deep-rgb: 61, 38, 0;
  --royal-navy: #5C3A00;
  --royal-midnight: #1A0E00;

  --royal-gold: #D4A853;
  --royal-gold-rgb: 212, 168, 83;
  --royal-gold-light: #E8C87A;
  --royal-gold-light-rgb: 232, 200, 122;
  --royal-gold-dark: #A97824;
  --royal-gold-dark-rgb: 169, 120, 36;
  --royal-gold-hover: #E5C276;

  --royal-saffron: #8B4513;
  --royal-saffron-rgb: 139, 69, 19;
  --royal-saffron-light: #B66A2C;
  --royal-saffron-light-rgb: 182, 106, 44;
  --royal-saffron-dark: #67320E;
  --royal-saffron-dark-rgb: 103, 50, 14;
  --royal-saffron-hover: #A0522D;

  --royal-cream: #FDF5E6;
  --royal-cream-rgb: 253, 245, 230;
  --royal-ivory: #F5E6CC;
  --royal-parchment: #E8D5B0;
  --royal-sand: #D4C4A0;

  --royal-emerald: #4CAF50;
  --royal-emerald-rgb: 76, 175, 80;
  --royal-emerald-light: #81C784;
  --royal-maroon: #7A2E12;
  --royal-ruby: #C0392B;

  /* Admin/compat overrides */
  --royal-bg: #2D1B00;
  --royal-card: #3D2600;
  --royal-accent: #5C3A00;
  --royal-glass: rgba(45,27,0,0.85);
  --royal-border: rgba(212,168,83,0.25);
  --orange: var(--royal-saffron);
  --green: var(--royal-emerald);
  --gold:   var(--royal-gold);

  --gradient-primary: linear-gradient(135deg, #D4A853, #8B4513, #4CAF50);
  --gradient-hero: linear-gradient(135deg, #2D1B00 0%, #3D2600 50%, #5C3A00 100%);
  --gradient-card: linear-gradient(145deg, #3D2600 0%, #2D1B00 100%);

  --shadow-gold: 0 4px 20px rgba(212, 168, 83, 0.3);
  --shadow-gold-lg: 0 8px 40px rgba(212, 168, 83, 0.25);
  --theme-page-bg: #FDF5E6;
  --theme-surface: #FFFFFF;
  --theme-surface-muted: #F5E6CC;
  --theme-text: #2D1B00;
  --theme-text-muted: #5C3A00;
  --theme-heading: #2D1B00;
  --theme-border: #7A5A2B;
  --theme-link: #7A2E12;
  --theme-link-hover: #4D1D0B;
  --theme-icon: #5C3A00;
  --theme-focus: #005FCC;
  --theme-hero-bg: #4D2409;
  --theme-hero-text: #FFFFFF;
  --theme-hero-muted: #FDF5E6;
  --theme-accent-bg: #E8D5B0;
  --theme-accent-text: #2D1B00;
  --theme-icon-bg: #E8D5B0;
  --theme-icon-text: #5C3A00;
  --theme-icon-border: #7A5A2B;
  --theme-icon-hover-bg: #67320E;
  --theme-icon-hover-text: #FFFFFF;
  --theme-primary-bg: #67320E;
  --theme-primary-text: #FFFFFF;
  --theme-primary-hover-bg: #4D2409;
  --theme-primary-hover-text: #FFFFFF;
  --theme-input-bg: #FFFFFF;
  --theme-input-text: #2D1B00;
  --theme-input-border: #7A5A2B;
  --theme-disabled-bg: #D4C4A0;
  --theme-disabled-text: #4A3215;
  --theme-success-bg: #DCFCE7;
  --theme-success-text: #14532D;
  --theme-warning-bg: #FEF3C7;
  --theme-warning-text: #78350F;
  --theme-error-bg: #FEE2E2;
  --theme-error-text: #7F1D1D;
}
