﻿html.dark body { background: #111827; }
html.dark .card { background: #1f2937; border-color: #374151; }
html.dark .text-gray-800 { color: #f3f4f6 !important; }
html.dark .text-gray-700 { color: #b95300 !important; }
html.dark .text-gray-600 { color: #d1d5db !important; }
html.dark .text-gray-500 { color: #9ca3af !important; }
html.dark .text-gray-400 { color: #6b7280 !important; }
html.dark .bg-gray-50 { background: #1f2937 !important; }
html.dark .bg-red-50 { background: #450a0a !important; }
html.dark .bg-red-100 { background: #7f1d1d !important; }
html.dark .bg-red-600 { background: #dc2626 !important; }
html.dark select, html.dark input, html.dark textarea { background: #374151; color: #b95300; border-color: #4b5563; }
html.dark .border-gray-200 { border-color: #374151; }
html.dark .border-gray-100 { border-color: #374151; }
html.dark .bottom-nav { background: #1f2937; border-color: #374151; }
html.dark button:disabled { background: #374151 !important; cursor: not-allowed; }
html.dark .legal-table th, html.dark .legal-table td { border-color: #374151; }
html.dark .legal-table th { background: #111827; }
html.dark .bg-amber-50 { background: #78350f !important; }
html.dark .bg-amber-100 { background: #92400e !important; }
html.dark .text-amber-800 { color: #fbbf24 !important; }
html.dark .text-amber-700 { color: #fcd34d !important; }
html.dark .border-amber-400 { border-color: #f59e0b !important; }
html.dark .border-amber-200 { border-color: #92400e !important; }
