/* ============================================
   COLOR THEMES — Applied via data-theme attribute
   ============================================ */

[data-theme="gold"]    { --accent: #d4a853; --accent-glow: rgba(212, 168, 83, 0.15); }
[data-theme="emerald"] { --accent: #34d399; --accent-glow: rgba(52, 211, 153, 0.15); }
[data-theme="coral"]   { --accent: #f97066; --accent-glow: rgba(249, 112, 102, 0.15); }
[data-theme="violet"]  { --accent: #a78bfa; --accent-glow: rgba(167, 139, 250, 0.15); }
[data-theme="cyan"]    { --accent: #22d3ee; --accent-glow: rgba(34, 211, 238, 0.15); }
[data-theme="rose"]    { --accent: #fb7185; --accent-glow: rgba(251, 113, 133, 0.15); }
[data-theme="lime"]    { --accent: #a3e635; --accent-glow: rgba(163, 230, 53, 0.15); }
[data-theme="amber"]   { --accent: #fbbf24; --accent-glow: rgba(251, 191, 36, 0.15); }
[data-theme="white"]   { --accent: #ffffff; --accent-glow: rgba(255, 255, 255, 0.1); }
