.dark body { background-color: #0f172a !important; color: #f1f5f9; }
.dark .bg-gray-50 { background-color: #0f172a !important; }
.dark .bg-white { background-color: #1e293b !important; }
.dark .bg-gray-100 { background-color: #334155 !important; }
.dark .bg-gray-200 { background-color: #3b4f6b !important; }
.dark .border-gray-100 { border-color: #2d3f55 !important; }
.dark .border-gray-200 { border-color: #334155 !important; }
.dark .border-gray-300 { border-color: #475569 !important; }
.dark .text-gray-900 { color: #f1f5f9 !important; }
.dark .text-gray-800 { color: #e2e8f0 !important; }
.dark .text-gray-700 { color: #cbd5e1 !important; }
.dark .text-gray-600 { color: #94a3b8 !important; }
.dark .text-gray-500 { color: #64748b !important; }
.dark .text-gray-400 { color: #475569 !important; }
.dark .hover\:text-gray-900:hover { color: #f1f5f9 !important; }
.dark .hover\:text-gray-600:hover { color: #94a3b8 !important; }
.dark .hover\:border-gray-300:hover { border-color: #475569 !important; }
.dark .hover\:border-gray-400:hover { border-color: #64748b !important; }
.dark .hover\:bg-gray-50:hover { background-color: #1e293b !important; }
.dark nav { background-color: #1e293b !important; border-color: #334155 !important; }
.dark input, .dark textarea, .dark select {
  background-color: #0f172a !important;
  border-color: #475569 !important;
  color: #f1f5f9 !important;
}
.dark input::placeholder, .dark textarea::placeholder { color: #475569 !important; }
.dark details summary { color: #f1f5f9; }
.dark code { background-color: #334155 !important; color: #94a3b8 !important; }
.dark .shadow-sm { box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5) !important; }
.dark .divide-gray-100 > * + * { border-color: #334155 !important; }
