/* Hunter Themes — override Tailwind color classes via data-theme attribute */

/* DARK (default) — already defined via Tailwind, no overrides needed */

/* ============ LIGHT ============ */
[data-theme="light"] body { background: #f8fafc !important; color: #0f172a !important; }
[data-theme="light"] .bg-slate-950 { background-color: #f8fafc !important; }
[data-theme="light"] .bg-slate-900 { background-color: #ffffff !important; }
[data-theme="light"] .bg-slate-900\/80 { background-color: rgba(255, 255, 255, 0.9) !important; }
[data-theme="light"] .bg-slate-900\/50 { background-color: rgba(255, 255, 255, 0.5) !important; }
[data-theme="light"] .bg-slate-800 { background-color: #f1f5f9 !important; }
[data-theme="light"] .bg-slate-800\/50 { background-color: rgba(241, 245, 249, 0.5) !important; }
[data-theme="light"] .bg-slate-800\/30 { background-color: rgba(241, 245, 249, 0.3) !important; }
[data-theme="light"] .bg-slate-700 { background-color: #e2e8f0 !important; }
[data-theme="light"] .border-slate-800 { border-color: #e2e8f0 !important; }
[data-theme="light"] .border-slate-800\/50 { border-color: rgba(226, 232, 240, 0.5) !important; }
[data-theme="light"] .border-slate-700 { border-color: #cbd5e1 !important; }
[data-theme="light"] .border-slate-600 { border-color: #94a3b8 !important; }
[data-theme="light"] .text-white { color: #0f172a !important; }
[data-theme="light"] .text-slate-300 { color: #334155 !important; }
[data-theme="light"] .text-slate-400 { color: #475569 !important; }
[data-theme="light"] .text-slate-500 { color: #64748b !important; }
[data-theme="light"] .text-slate-600 { color: #94a3b8 !important; }
[data-theme="light"] .text-slate-700 { color: #cbd5e1 !important; }
[data-theme="light"] .hover\:bg-slate-800:hover { background-color: #e2e8f0 !important; }
[data-theme="light"] .hover\:bg-slate-800\/50:hover { background-color: rgba(226, 232, 240, 0.5) !important; }
[data-theme="light"] .hover\:border-slate-700:hover { border-color: #94a3b8 !important; }
[data-theme="light"] .hover\:text-white:hover { color: #0f172a !important; }
[data-theme="light"] .hover\:text-slate-200:hover { color: #0f172a !important; }
[data-theme="light"] .hover\:text-slate-300:hover { color: #475569 !important; }

/* ============ OCEAN ============ */
[data-theme="ocean"] body { background: #0c1a2e !important; color: #e0f2fe !important; }
[data-theme="ocean"] .bg-slate-950 { background-color: #0c1a2e !important; }
[data-theme="ocean"] .bg-slate-900 { background-color: #172a42 !important; }
[data-theme="ocean"] .bg-slate-900\/80 { background-color: rgba(23, 42, 66, 0.9) !important; }
[data-theme="ocean"] .bg-slate-800 { background-color: #1e3a5f !important; }
[data-theme="ocean"] .bg-slate-800\/50 { background-color: rgba(30, 58, 95, 0.5) !important; }
[data-theme="ocean"] .bg-slate-700 { background-color: #2b4b76 !important; }
[data-theme="ocean"] .border-slate-800 { border-color: #1e3a5f !important; }
[data-theme="ocean"] .border-slate-700 { border-color: #2b4b76 !important; }
[data-theme="ocean"] .text-hunter-400 { color: #22d3ee !important; }
[data-theme="ocean"] .text-hunter-500 { color: #06b6d4 !important; }
[data-theme="ocean"] .bg-hunter-600 { background-color: #0891b2 !important; }
[data-theme="ocean"] .hover\:bg-hunter-700:hover { background-color: #0e7490 !important; }
[data-theme="ocean"] .bg-hunter-900\/40 { background-color: rgba(22, 78, 99, 0.4) !important; }
[data-theme="ocean"] .bg-hunter-900\/50 { background-color: rgba(22, 78, 99, 0.5) !important; }
[data-theme="ocean"] .text-hunter-300 { color: #67e8f9 !important; }

/* ============ FOREST ============ */
[data-theme="forest"] body { background: #0d1f0f !important; color: #d1fae5 !important; }
[data-theme="forest"] .bg-slate-950 { background-color: #0d1f0f !important; }
[data-theme="forest"] .bg-slate-900 { background-color: #162d1a !important; }
[data-theme="forest"] .bg-slate-900\/80 { background-color: rgba(22, 45, 26, 0.9) !important; }
[data-theme="forest"] .bg-slate-800 { background-color: #1f3f24 !important; }
[data-theme="forest"] .bg-slate-800\/50 { background-color: rgba(31, 63, 36, 0.5) !important; }
[data-theme="forest"] .bg-slate-700 { background-color: #2d5334 !important; }
[data-theme="forest"] .border-slate-800 { border-color: #1f3f24 !important; }
[data-theme="forest"] .border-slate-700 { border-color: #2d5334 !important; }
[data-theme="forest"] .text-hunter-400 { color: #fbbf24 !important; }
[data-theme="forest"] .bg-hunter-600 { background-color: #ca8a04 !important; }
[data-theme="forest"] .hover\:bg-hunter-700:hover { background-color: #a16207 !important; }
[data-theme="forest"] .text-hunter-300 { color: #fcd34d !important; }

/* ============ MIDNIGHT ============ */
[data-theme="midnight"] body { background: #000000 !important; color: #e9d5ff !important; }
[data-theme="midnight"] .bg-slate-950 { background-color: #000000 !important; }
[data-theme="midnight"] .bg-slate-900 { background-color: #0a0014 !important; }
[data-theme="midnight"] .bg-slate-900\/80 { background-color: rgba(10, 0, 20, 0.9) !important; }
[data-theme="midnight"] .bg-slate-800 { background-color: #1a0833 !important; }
[data-theme="midnight"] .bg-slate-800\/50 { background-color: rgba(26, 8, 51, 0.5) !important; }
[data-theme="midnight"] .bg-slate-700 { background-color: #2a1458 !important; }
[data-theme="midnight"] .border-slate-800 { border-color: #2a1458 !important; }
[data-theme="midnight"] .border-slate-700 { border-color: #3b1e6f !important; }
[data-theme="midnight"] .text-hunter-400 { color: #c084fc !important; }
[data-theme="midnight"] .bg-hunter-600 { background-color: #9333ea !important; }
[data-theme="midnight"] .hover\:bg-hunter-700:hover { background-color: #7e22ce !important; }
[data-theme="midnight"] .text-hunter-300 { color: #d8b4fe !important; }

/* ============ SUNSET ============ */
[data-theme="sunset"] body { background: #1c0e08 !important; color: #fed7aa !important; }
[data-theme="sunset"] .bg-slate-950 { background-color: #1c0e08 !important; }
[data-theme="sunset"] .bg-slate-900 { background-color: #2d160c !important; }
[data-theme="sunset"] .bg-slate-900\/80 { background-color: rgba(45, 22, 12, 0.9) !important; }
[data-theme="sunset"] .bg-slate-800 { background-color: #3f2212 !important; }
[data-theme="sunset"] .bg-slate-800\/50 { background-color: rgba(63, 34, 18, 0.5) !important; }
[data-theme="sunset"] .bg-slate-700 { background-color: #59321b !important; }
[data-theme="sunset"] .border-slate-800 { border-color: #3f2212 !important; }
[data-theme="sunset"] .border-slate-700 { border-color: #59321b !important; }
[data-theme="sunset"] .text-hunter-400 { color: #fb923c !important; }
[data-theme="sunset"] .bg-hunter-600 { background-color: #ea580c !important; }
[data-theme="sunset"] .hover\:bg-hunter-700:hover { background-color: #c2410c !important; }
[data-theme="sunset"] .text-hunter-300 { color: #fdba74 !important; }

/* ============ NORD ============ */
[data-theme="nord"] body { background: #2e3440 !important; color: #eceff4 !important; }
[data-theme="nord"] .bg-slate-950 { background-color: #2e3440 !important; }
[data-theme="nord"] .bg-slate-900 { background-color: #3b4252 !important; }
[data-theme="nord"] .bg-slate-900\/80 { background-color: rgba(59, 66, 82, 0.9) !important; }
[data-theme="nord"] .bg-slate-800 { background-color: #434c5e !important; }
[data-theme="nord"] .bg-slate-800\/50 { background-color: rgba(67, 76, 94, 0.5) !important; }
[data-theme="nord"] .bg-slate-700 { background-color: #4c566a !important; }
[data-theme="nord"] .border-slate-800 { border-color: #434c5e !important; }
[data-theme="nord"] .border-slate-700 { border-color: #4c566a !important; }
[data-theme="nord"] .text-hunter-400 { color: #88c0d0 !important; }
[data-theme="nord"] .bg-hunter-600 { background-color: #5e81ac !important; }
[data-theme="nord"] .hover\:bg-hunter-700:hover { background-color: #4c6a8f !important; }
[data-theme="nord"] .text-hunter-300 { color: #8fbcbb !important; }

/* ============ ROSE ============ */
[data-theme="rose"] body { background: #1a0a12 !important; color: #fce7f3 !important; }
[data-theme="rose"] .bg-slate-950 { background-color: #1a0a12 !important; }
[data-theme="rose"] .bg-slate-900 { background-color: #2a121e !important; }
[data-theme="rose"] .bg-slate-900\/80 { background-color: rgba(42, 18, 30, 0.9) !important; }
[data-theme="rose"] .bg-slate-800 { background-color: #3d1c2c !important; }
[data-theme="rose"] .bg-slate-800\/50 { background-color: rgba(61, 28, 44, 0.5) !important; }
[data-theme="rose"] .bg-slate-700 { background-color: #522839 !important; }
[data-theme="rose"] .border-slate-800 { border-color: #3d1c2c !important; }
[data-theme="rose"] .border-slate-700 { border-color: #522839 !important; }
[data-theme="rose"] .text-hunter-400 { color: #fb7185 !important; }
[data-theme="rose"] .bg-hunter-600 { background-color: #e11d48 !important; }
[data-theme="rose"] .hover\:bg-hunter-700:hover { background-color: #be123c !important; }
[data-theme="rose"] .text-hunter-300 { color: #fda4af !important; }

/* ============ SOLARIZED ============ */
[data-theme="solarized"] body { background: #002b36 !important; color: #eee8d5 !important; }
[data-theme="solarized"] .bg-slate-950 { background-color: #002b36 !important; }
[data-theme="solarized"] .bg-slate-900 { background-color: #073642 !important; }
[data-theme="solarized"] .bg-slate-900\/80 { background-color: rgba(7, 54, 66, 0.9) !important; }
[data-theme="solarized"] .bg-slate-800 { background-color: #0b4453 !important; }
[data-theme="solarized"] .bg-slate-800\/50 { background-color: rgba(11, 68, 83, 0.5) !important; }
[data-theme="solarized"] .bg-slate-700 { background-color: #134a5c !important; }
[data-theme="solarized"] .border-slate-800 { border-color: #0b4453 !important; }
[data-theme="solarized"] .border-slate-700 { border-color: #134a5c !important; }
[data-theme="solarized"] .text-hunter-400 { color: #b58900 !important; }
[data-theme="solarized"] .bg-hunter-600 { background-color: #cb4b16 !important; }
[data-theme="solarized"] .hover\:bg-hunter-700:hover { background-color: #a83d10 !important; }
[data-theme="solarized"] .text-hunter-300 { color: #d4a020 !important; }
