/* NFS CRM Dark Mode Overrides */
html.dark{color-scheme:dark;}
html.dark body{background:#0f172a;color:#f1f5f9;}
html.dark .bg-white{background:#1e293b!important;}
html.dark .bg-slate-50{background:#0f172a!important;}
html.dark .bg-slate-100{background:#1e293b!important;}
html.dark .bg-slate-200{background:#334155!important;}
html.dark .text-slate-900{color:#f1f5f9!important;}
html.dark .text-slate-800{color:#e2e8f0!important;}
html.dark .text-slate-700{color:#cbd5e1!important;}
html.dark .text-slate-600{color:#94a3b8!important;}
html.dark .text-slate-500{color:#64748b!important;}
html.dark .border-slate-200{border-color:#334155!important;}
html.dark .border-slate-100{border-color:#1e293b!important;}
html.dark .border-slate-300{border-color:#475569!important;}
html.dark header.bg-white{background:#1e293b!important;border-color:#334155!important;}
html.dark .hover\:bg-slate-100:hover{background:#334155!important;}
html.dark .hover\:bg-slate-50:hover{background:#1e293b!important;}
html.dark input,html.dark textarea,html.dark select{background:#0f172a!important;border-color:#475569!important;color:#f1f5f9!important;}
html.dark input::placeholder,html.dark textarea::placeholder{color:#475569!important;}
html.dark .bg-blue-50{background:#1e3a5f!important;}
html.dark .bg-emerald-50{background:#064e3b!important;}
html.dark .bg-amber-50{background:#451a03!important;}
html.dark .bg-red-50{background:#450a0a!important;}
html.dark .border-blue-200{border-color:#1e40af!important;}
html.dark .border-emerald-200{border-color:#065f46!important;}
html.dark .bg-slate-50.rounded-lg{background:#1e293b!important;}
html.dark [class*="border-slate"]{border-color:#334155!important;}
html.dark .shadow-sm{box-shadow:0 1px 3px rgba(0,0,0,0.5)!important;}
html.dark .shadow{box-shadow:0 1px 3px rgba(0,0,0,0.5)!important;}
