/* Flare Dijital — ek stiller (Tailwind CDN ile birlikte) */

/* Global Dark Theme Overrides */
html.dark, html.dark body {
    background-color: #0f172a !important; /* slate-900 */
    color: #f8fafc !important; /* slate-50 */
}

/* Base structural colors */
html.dark .bg-white { background-color: #1e293b !important; } /* slate-800 */
html.dark .bg-gray-50, html.dark .bg-slate-50 { background-color: #0f172a !important; }
html.dark .bg-gray-100 { background-color: #334155 !important; } /* slate-700 */

/* Borders */
html.dark .border-gray-200, 
html.dark .border-gray-300,
html.dark .border-r { 
    border-color: #334155 !important; 
}

/* Text colors */
html.dark .text-gray-900,
html.dark .text-gray-800 { color: #f8fafc !important; }
html.dark .text-gray-700 { color: #cbd5e1 !important; } /* slate-300 */
html.dark .text-gray-600,
html.dark .text-gray-500 { color: #94a3b8 !important; } /* slate-400 */

/* Table styles */
html.dark table thead th {
    background-color: #1e293b !important;
    color: #94a3b8 !important;
}
html.dark table tbody tr {
    border-color: #334155 !important;
}
html.dark table tbody tr:hover {
    background-color: #334155 !important;
}

/* Form elements */
html.dark input, 
html.dark select, 
html.dark textarea {
    background-color: #0f172a !important;
    border-color: #334155 !important;
    color: #f8fafc !important;
}

/* Specific color block adjustments */
html.dark .bg-amber-50 { background-color: #451a03 !important; }
html.dark .bg-amber-100 { background-color: #78350f !important; color: #fcd34d !important; }
html.dark .text-amber-800, html.dark .text-amber-900 { color: #fde68a !important; }
html.dark .text-amber-600 { color: #fbbf24 !important; }
html.dark .border-amber-200 { border-color: #78350f !important; }

html.dark .bg-emerald-50 { background-color: #064e3b !important; }
html.dark .bg-emerald-100 { background-color: #065f46 !important; color: #6ee7b7 !important; }
html.dark .text-emerald-800 { color: #a7f3d0 !important; }
html.dark .text-emerald-600 { color: #34d399 !important; }
html.dark .border-emerald-200 { border-color: #065f46 !important; }

html.dark .bg-red-50 { background-color: #450a0a !important; }
html.dark .text-red-700 { color: #fca5a5 !important; }
