:root {
  --royal-dark: #1C0A00;
  --royal-dark-rgb: 28,10,0;
  --royal-deep: #3B1500;
  --royal-deep-rgb: 59,21,0;
  --royal-navy: #5A2100;
  --royal-midnight: #100500;
  --royal-gold: #D89B00;
  --royal-gold-rgb: 216,155,0;
  --royal-gold-light: #F4C542;
  --royal-gold-light-rgb: 244,197,66;
  --royal-gold-dark: #8A5F00;
  --royal-gold-dark-rgb: 138,95,0;
  --royal-gold-hover: #F4C542;
  --royal-saffron: #C2410C;
  --royal-saffron-rgb: 194,65,12;
  --royal-saffron-light: #EA580C;
  --royal-saffron-light-rgb: 234,88,12;
  --royal-saffron-dark: #7C2D12;
  --royal-saffron-dark-rgb: 124,45,18;
  --royal-saffron-hover: #9A3412;
  --royal-cream: #FFF7ED;
  --royal-cream-rgb: 255,247,237;
  --royal-ivory: #FFFBEB;
  --royal-parchment: #FDECC8;
  --royal-sand: #E7C98D;
  --royal-emerald: #166534;
  --royal-emerald-rgb: 22,101,52;
  --royal-emerald-light: #15803D;
  --royal-maroon: #7F1D1D;
  --royal-ruby: #B91C1C;
  --royal-bg: #1C0A00;
  --royal-card: #3B1500;
  --royal-accent: #5A2100;
  --royal-glass: rgba(28,10,0,.86);
  --royal-border: rgba(216,155,0,.35);
  --royal-surface: #FFFFFF;
  --royal-surface-muted: #FFF7ED;
  --royal-text: #292524;
  --royal-text-muted: #57534E;
  --orange: var(--royal-saffron);
  --green: var(--royal-emerald);
  --gold: var(--royal-gold);
  --gradient-primary: linear-gradient(135deg,#C2410C,#8A5F00);
  --gradient-hero: linear-gradient(135deg,#1C0A00,#3B1500,#5A2100);
  --gradient-card: linear-gradient(145deg,#3B1500,#1C0A00);
  --shadow-gold: 0 4px 20px rgba(216,155,0,.28);
  --shadow-gold-lg: 0 8px 40px rgba(216,155,0,.3);
  --shadow-saffron: 0 4px 20px rgba(194,65,12,.28);
  --glow-gold: 0 0 15px rgba(216,155,0,.22);
  --theme-page-bg: #FFF7ED;
  --theme-surface: #FFFFFF;
  --theme-surface-muted: #FFEDD5;
  --theme-text: #292524;
  --theme-text-muted: #57534E;
  --theme-heading: #1C0A00;
  --theme-border: #78716C;
  --theme-link: #9A3412;
  --theme-link-hover: #7C2D12;
  --theme-icon: #7C2D12;
  --theme-focus: #005FCC;
  --theme-hero-bg: #7C2D12;
  --theme-hero-text: #FFFFFF;
  --theme-hero-muted: #FFEDD5;
  --theme-accent-bg: #FDECC8;
  --theme-accent-text: #1C0A00;
  --theme-icon-bg: #FDECC8;
  --theme-icon-text: #7C2D12;
  --theme-icon-border: #78716C;
  --theme-icon-hover-bg: #9A3412;
  --theme-icon-hover-text: #FFFFFF;
  --theme-primary-bg: #9A3412;
  --theme-primary-text: #FFFFFF;
  --theme-primary-hover-bg: #7C2D12;
  --theme-primary-hover-text: #FFFFFF;
  --theme-input-bg: #FFFFFF;
  --theme-input-text: #292524;
  --theme-input-border: #78716C;
  --theme-disabled-bg: #D6D3D1;
  --theme-disabled-text: #57534E;
  --theme-success-bg: #DCFCE7;
  --theme-success-text: #14532D;
  --theme-warning-bg: #FEF3C7;
  --theme-warning-text: #78350F;
  --theme-error-bg: #FEE2E2;
  --theme-error-text: #7F1D1D;
}
