/* Dark Mode Styles */
body.dark,
html.dark body {
  background-color: #1a202c !important;
  color: #e2e8f0 !important;
}

html.dark .bg-white {
  background-color: #2d3748 !important;
  color: #e2e8f0 !important;
}

html.dark .bg-gray-50 {
  background-color: #1a202c !important;
}

html.dark .bg-gray-100 {
  background-color: #2d3748 !important;
}

html.dark .bg-gray-200 {
  background-color: #4a5568 !important;
}

html.dark .bg-blue-50 {
  background-color: #1e3a5f !important;
}

html.dark .bg-green-50 {
  background-color: #1a4d2e !important;
}

html.dark .bg-orange-50 {
  background-color: #5a3825 !important;
}

html.dark .bg-purple-50 {
  background-color: #3d2555 !important;
}

html.dark .bg-yellow-50 {
  background-color: #5a4d1a !important;
}

html.dark .text-gray-800 {
  color: #e2e8f0 !important;
}

html.dark .text-gray-700 {
  color: #cbd5e0 !important;
}

html.dark .text-gray-600 {
  color: #a0aec0 !important;
}

html.dark .text-gray-500 {
  color: #718096 !important;
}

html.dark .text-blue-600 {
  color: #63b3ed !important;
}

html.dark .text-green-600 {
  color: #68d391 !important;
}

html.dark .text-orange-600 {
  color: #f6ad55 !important;
}

html.dark .text-purple-600 {
  color: #b794f4 !important;
}

html.dark .text-yellow-600 {
  color: #f6e05e !important;
}

html.dark .border-gray-300 {
  border-color: #4a5568 !important;
}

html.dark .border-b {
  border-color: #4a5568 !important;
}

html.dark .border-t {
  border-color: #4a5568 !important;
}

html.dark .border-l-4 {
  border-color: inherit !important;
}

html.dark input,
html.dark textarea,
html.dark select {
  background-color: #2d3748 !important;
  color: #e2e8f0 !important;
  border-color: #4a5568 !important;
}

html.dark .shadow,
html.dark .shadow-lg,
html.dark .shadow-sm {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.3) !important;
}

html.dark .hover\:bg-gray-50:hover {
  background-color: #374151 !important;
}

/* Tab Buttons */
html.dark .tab-btn {
  color: #a0aec0 !important;
}

html.dark .tab-btn.active,
html.dark .tab-btn.border-blue-600 {
  color: #63b3ed !important;
  border-color: #63b3ed !important;
}

/* Schnellaktionen Buttons in Dark Mode - Better Visibility */
html.dark .bg-green-600 {
  background-color: #48bb78 !important; /* Brighter green */
}

html.dark .bg-blue-600 {
  background-color: #4299e1 !important; /* Brighter blue */
}

html.dark .bg-orange-600 {
  background-color: #ed8936 !important; /* Brighter orange */
}

html.dark .text-green-700 {
  color: #48bb78 !important;
}

html.dark .text-blue-700 {
  color: #4299e1 !important;
}

html.dark .text-orange-700 {
  color: #ed8936 !important;
}

/* Access Notes in Dark Mode */
html.dark .bg-blue-50 {
  background-color: #1e3a8a !important;
}

html.dark .border-blue-200 {
  border-color: #1e40af !important;
}

html.dark .text-blue-700 {
  color: #60a5fa !important;
}

/* Gray backgrounds for form areas */
html.dark .bg-gray-100 {
  background-color: #374151 !important;
}

html.dark .bg-gray-800 {
  background-color: #1f2937 !important;
}
