/* Theme-aware Tailwind overrides kept intentionally small and calm. */

[data-theme="light"] .bg-white {
    background-color: rgba(255, 255, 255, 0.92) !important;
}

[data-theme="light"] .bg-gray-50 {
    background-color: #f5f7fa !important;
}

[data-theme="light"] .bg-gray-100 {
    background-color: #edf1f5 !important;
}

[data-theme="light"] .bg-gray-200 {
    background-color: #dde4ec !important;
}

[data-theme="light"] .bg-gray-300 {
    background-color: #ccd5df !important;
}

[data-theme="light"] .text-gray-900 {
    color: #18212b !important;
}

[data-theme="light"] .text-gray-800 {
    color: #2a3441 !important;
}

[data-theme="light"] .text-gray-700 {
    color: #405061 !important;
}

[data-theme="light"] .text-gray-600 {
    color: #5c6978 !important;
}

[data-theme="light"] .text-gray-500 {
    color: #758191 !important;
}

[data-theme="light"] .text-gray-400 {
    color: #94a0ae !important;
}

[data-theme="light"] .border-gray-100 {
    border-color: #e8edf2 !important;
}

[data-theme="light"] .border-gray-200 {
    border-color: #d9e0e7 !important;
}

[data-theme="light"] .border-gray-300 {
    border-color: #c8d1db !important;
}

[data-theme="light"] .shadow-sm {
    box-shadow: 0 8px 18px rgba(24, 33, 43, 0.05) !important;
}

[data-theme="light"] .shadow,
[data-theme="light"] .shadow-md {
    box-shadow: 0 14px 30px rgba(24, 33, 43, 0.07) !important;
}

[data-theme="light"] .shadow-lg {
    box-shadow: 0 20px 44px rgba(24, 33, 43, 0.1) !important;
}

[data-theme="light"] .shadow-xl {
    box-shadow: 0 26px 60px rgba(24, 33, 43, 0.12) !important;
}

[data-theme="light"] .bg-indigo-50 {
    background-color: #eef3fb !important;
}

[data-theme="light"] .bg-indigo-100 {
    background-color: #dbe6f6 !important;
}

[data-theme="light"] .bg-indigo-600 {
    background-color: #295ea8 !important;
}

[data-theme="light"] .bg-indigo-700 {
    background-color: #214c87 !important;
}

[data-theme="light"] .text-indigo-600 {
    color: #295ea8 !important;
}

[data-theme="light"] .text-indigo-700,
[data-theme="light"] .text-indigo-800 {
    color: #214c87 !important;
}

[data-theme="light"] .border-indigo-200 {
    border-color: #bfd0ea !important;
}

[data-theme="light"] .border-indigo-500 {
    border-color: #6d90c5 !important;
}

[data-theme="light"] .hover\:bg-gray-50:hover {
    background-color: #edf2f7 !important;
}

[data-theme="light"] .hover\:bg-indigo-600:hover,
[data-theme="light"] .hover\:bg-indigo-700:hover {
    background-color: #214c87 !important;
}

[data-theme="light"] .hover\:text-indigo-500:hover,
[data-theme="light"] .hover\:text-indigo-600:hover,
[data-theme="light"] .hover\:text-indigo-700:hover {
    color: #214c87 !important;
}

[data-theme="light"] .hover\:border-indigo-300:hover {
    border-color: #9fb8dc !important;
}

[data-theme="light"] .focus\:ring-indigo-500:focus,
[data-theme="light"] .focus\:ring-indigo-600:focus {
    --tw-ring-color: rgba(41, 94, 168, 0.24) !important;
}

[data-theme="light"] .focus\:border-indigo-500:focus {
    border-color: #295ea8 !important;
}

[data-theme="light"] .bg-green-50 {
    background-color: #edf6ef !important;
}

[data-theme="light"] .bg-green-100 {
    background-color: #dceee0 !important;
}

[data-theme="light"] .text-green-700,
[data-theme="light"] .text-green-800 {
    color: #2e6b44 !important;
}

[data-theme="light"] .border-green-200 {
    border-color: #b8dbbf !important;
}

[data-theme="light"] .bg-yellow-50,
[data-theme="light"] .bg-orange-50 {
    background-color: #fbf4e7 !important;
}

[data-theme="light"] .bg-yellow-100,
[data-theme="light"] .bg-orange-100 {
    background-color: #f5e7c8 !important;
}

[data-theme="light"] .text-yellow-700,
[data-theme="light"] .text-orange-700,
[data-theme="light"] .text-yellow-800,
[data-theme="light"] .text-orange-800 {
    color: #8a5f16 !important;
}

[data-theme="light"] .border-yellow-200,
[data-theme="light"] .border-orange-200 {
    border-color: #e7ca88 !important;
}

[data-theme="light"] .bg-red-50 {
    background-color: #fbeeee !important;
}

[data-theme="light"] .bg-red-100 {
    background-color: #f5d8d8 !important;
}

[data-theme="light"] .text-red-700,
[data-theme="light"] .text-red-800 {
    color: #9a3e3e !important;
}

[data-theme="light"] .border-red-200 {
    border-color: #e5b8b8 !important;
}

[data-theme="dark"] .bg-white {
    background-color: rgba(22, 32, 43, 0.94) !important;
}

[data-theme="dark"] .bg-gray-50 {
    background-color: #111923 !important;
}

[data-theme="dark"] .bg-gray-100 {
    background-color: #17212d !important;
}

[data-theme="dark"] .bg-gray-200 {
    background-color: #223041 !important;
}

[data-theme="dark"] .bg-gray-300 {
    background-color: #324456 !important;
}

[data-theme="dark"] .text-gray-900 {
    color: #eef3f8 !important;
}

[data-theme="dark"] .text-gray-800,
[data-theme="dark"] .text-gray-700 {
    color: #d7e1ec !important;
}

[data-theme="dark"] .text-gray-600 {
    color: #b8c3d1 !important;
}

[data-theme="dark"] .text-gray-500,
[data-theme="dark"] .text-gray-400 {
    color: #8a97a7 !important;
}

[data-theme="dark"] .border-gray-100,
[data-theme="dark"] .border-gray-200 {
    border-color: #2d3d4e !important;
}

[data-theme="dark"] .border-gray-300 {
    border-color: #415569 !important;
}

[data-theme="dark"] .shadow-sm,
[data-theme="dark"] .shadow,
[data-theme="dark"] .shadow-md {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
}

[data-theme="dark"] .shadow-lg,
[data-theme="dark"] .shadow-xl {
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .bg-indigo-50,
[data-theme="dark"] .bg-indigo-100 {
    background-color: rgba(125, 177, 255, 0.12) !important;
}

[data-theme="dark"] .bg-indigo-600 {
    background-color: #7db1ff !important;
}

[data-theme="dark"] .bg-indigo-700 {
    background-color: #9ec4ff !important;
}

[data-theme="dark"] .text-indigo-600,
[data-theme="dark"] .text-indigo-700,
[data-theme="dark"] .text-indigo-800 {
    color: #9ec4ff !important;
}

[data-theme="dark"] .border-indigo-200,
[data-theme="dark"] .border-indigo-500 {
    border-color: rgba(125, 177, 255, 0.32) !important;
}

[data-theme="dark"] .focus\:ring-indigo-500:focus,
[data-theme="dark"] .focus\:ring-indigo-600:focus {
    --tw-ring-color: rgba(125, 177, 255, 0.34) !important;
}

[data-theme="gray"] .bg-white {
    background-color: rgba(252, 252, 250, 0.92) !important;
}

[data-theme="gray"] .bg-gray-50 {
    background-color: #ededea !important;
}

[data-theme="gray"] .bg-gray-100 {
    background-color: #e2e4df !important;
}

[data-theme="gray"] .bg-gray-200 {
    background-color: #d2d5ce !important;
}

[data-theme="gray"] .text-gray-900 {
    color: #242623 !important;
}

[data-theme="gray"] .text-gray-800,
[data-theme="gray"] .text-gray-700 {
    color: #3e443f !important;
}

[data-theme="gray"] .text-gray-600 {
    color: #5b625c !important;
}

[data-theme="gray"] .text-gray-500,
[data-theme="gray"] .text-gray-400 {
    color: #767d76 !important;
}

[data-theme="gray"] .border-gray-200 {
    border-color: #c2c8c1 !important;
}

[data-theme="gray"] .border-gray-300 {
    border-color: #afb6af !important;
}

[data-theme="gray"] .shadow-sm,
[data-theme="gray"] .shadow,
[data-theme="gray"] .shadow-md {
    box-shadow: 0 12px 24px rgba(36, 38, 35, 0.08) !important;
}

[data-theme="gray"] .shadow-lg,
[data-theme="gray"] .shadow-xl {
    box-shadow: 0 20px 42px rgba(36, 38, 35, 0.11) !important;
}

[data-theme="gray"] .bg-indigo-50,
[data-theme="gray"] .bg-indigo-100 {
    background-color: rgba(63, 110, 165, 0.12) !important;
}

[data-theme="gray"] .bg-indigo-600 {
    background-color: #3f6ea5 !important;
}

[data-theme="gray"] .bg-indigo-700 {
    background-color: #335983 !important;
}

[data-theme="gray"] .text-indigo-600,
[data-theme="gray"] .text-indigo-700,
[data-theme="gray"] .text-indigo-800 {
    color: #3f6ea5 !important;
}

[data-theme="gray"] .border-indigo-200,
[data-theme="gray"] .border-indigo-500 {
    border-color: rgba(63, 110, 165, 0.28) !important;
}
