.dark-theme{--bg-primary: #000000;--bg-secondary: #1d1d1d;--bg-tertiary: #282828;--bg-hover: #3a3a3a;--text-primary: #ffffff;--text-secondary: #e5e7eb;--text-muted: #9ca3af;--border-color: #282828;--border-hover: #3a3a3a;--gradient-start: #1D1D1D;--gradient-end: #111827;--shadow: rgba(0, 0, 0, .5)}.light-theme{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-tertiary: #f3f4f6;--bg-hover: #e5e7eb;--text-primary: #000000;--text-secondary: #1D1D1D;--text-muted: #4b5563;--border-color: #e5e7eb;--border-hover: #d1d5db;--gradient-start: #ffffff;--gradient-end: #f9fafb;--shadow: rgba(0, 0, 0, .1)}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease;background-color:var(--bg-primary);color:var(--text-primary)}*{box-sizing:border-box}#root{min-height:100vh}.dark-theme input,.dark-theme textarea,.dark-theme select{background-color:#282828;color:#fff;border:1px solid #282828}.light-theme input,.light-theme textarea,.light-theme select{background-color:#fff;color:#000;border:1px solid #d1d5db}.dark-theme input:focus,.dark-theme textarea:focus,.dark-theme select:focus{outline:none;border-color:#eab308;box-shadow:0 0 0 2px #eab30833}.light-theme input:focus,.light-theme textarea:focus,.light-theme select:focus{outline:none;border-color:#eab308;box-shadow:0 0 0 2px #eab3081a}.dark-theme input::placeholder,.dark-theme textarea::placeholder{color:#9ca3af}.light-theme input::placeholder,.light-theme textarea::placeholder{color:#6b7280}.dark-theme input:disabled,.dark-theme textarea:disabled,.dark-theme select:disabled{background-color:#1d1d1d;color:#6b7280;cursor:not-allowed}.light-theme input:disabled,.light-theme textarea:disabled,.light-theme select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.dark-theme input[type=date]::-webkit-calendar-picker-indicator,.dark-theme input[type=time]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.2) sepia(1) saturate(5) hue-rotate(10deg);cursor:pointer}.dark-theme input[type=date]::-webkit-datetime-edit,.dark-theme input[type=time]::-webkit-datetime-edit,.dark-theme input[type=date]::-webkit-datetime-edit-fields-wrapper,.dark-theme input[type=time]::-webkit-datetime-edit-fields-wrapper,.dark-theme input[type=date]::-webkit-datetime-edit-text,.dark-theme input[type=time]::-webkit-datetime-edit-text,.dark-theme input[type=date]::-webkit-datetime-edit-month-field,.dark-theme input[type=date]::-webkit-datetime-edit-day-field,.dark-theme input[type=date]::-webkit-datetime-edit-year-field,.dark-theme input[type=time]::-webkit-datetime-edit-hour-field,.dark-theme input[type=time]::-webkit-datetime-edit-minute-field,.dark-theme input[type=time]::-webkit-datetime-edit-ampm-field{color:#fff}.dark-theme input[type=date]::-webkit-datetime-edit-month-field:focus,.dark-theme input[type=date]::-webkit-datetime-edit-day-field:focus,.dark-theme input[type=date]::-webkit-datetime-edit-year-field:focus,.dark-theme input[type=time]::-webkit-datetime-edit-hour-field:focus,.dark-theme input[type=time]::-webkit-datetime-edit-minute-field:focus,.dark-theme input[type=time]::-webkit-datetime-edit-ampm-field:focus{background-color:#eab308;color:#000}.light-theme input[type=date]::-webkit-calendar-picker-indicator,.light-theme input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer}.light-theme input[type=date]::-webkit-datetime-edit,.light-theme input[type=time]::-webkit-datetime-edit,.light-theme input[type=date]::-webkit-datetime-edit-fields-wrapper,.light-theme input[type=time]::-webkit-datetime-edit-fields-wrapper,.light-theme input[type=date]::-webkit-datetime-edit-text,.light-theme input[type=time]::-webkit-datetime-edit-text,.light-theme input[type=date]::-webkit-datetime-edit-month-field,.light-theme input[type=date]::-webkit-datetime-edit-day-field,.light-theme input[type=date]::-webkit-datetime-edit-year-field,.light-theme input[type=time]::-webkit-datetime-edit-hour-field,.light-theme input[type=time]::-webkit-datetime-edit-minute-field,.light-theme input[type=time]::-webkit-datetime-edit-ampm-field{color:#111827}.light-theme input[type=date]::-webkit-datetime-edit-month-field:focus,.light-theme input[type=date]::-webkit-datetime-edit-day-field:focus,.light-theme input[type=date]::-webkit-datetime-edit-year-field:focus,.light-theme input[type=time]::-webkit-datetime-edit-hour-field:focus,.light-theme input[type=time]::-webkit-datetime-edit-minute-field:focus,.light-theme input[type=time]::-webkit-datetime-edit-ampm-field:focus{background-color:#eab308;color:#000}::-webkit-scrollbar{width:8px;height:8px}.dark-theme ::-webkit-scrollbar-track{background:#1d1d1d}.dark-theme ::-webkit-scrollbar-thumb{background:#282828;border-radius:4px}.dark-theme ::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.light-theme ::-webkit-scrollbar-track{background:#f3f4f6}.light-theme ::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.light-theme ::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark-theme .loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#eab308;animation:spin 1s ease-in-out infinite}.light-theme .loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#eab308;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slide-in{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-in{animation:slide-in .3s ease-out forwards}.theme-bg-primary{background-color:var(--bg-primary)}.theme-bg-secondary{background-color:var(--bg-secondary)}.theme-bg-tertiary{background-color:var(--bg-tertiary)}.theme-text-primary{color:var(--text-primary)}.theme-text-secondary{color:var(--text-secondary)}.theme-text-muted{color:var(--text-muted)}.theme-border{border-color:var(--border-color)}.dark-theme .bg-black{background-color:#000!important}.dark\:bg-gray-800{--tw-bg-opacity: 1 !important;background-color:rgb(29 29 29 / var(--tw-bg-opacity))!important}.dark-theme [style*="background-color: rgb(29, 29, 29)"],.dark-theme [style*="background: rgb(29, 29, 29)"]{background-color:#1d1d1d!important}.dark-theme [style*="background-color: rgb(40, 40, 40)"],.dark-theme [style*="background: rgb(40, 40, 40)"]{background-color:#282828!important}.dark-theme .text-white{color:#fff!important}.dark-theme .text-gray-300{color:#d1d5db!important}.dark-theme .text-gray-400{color:#9ca3af!important}.dark-theme .border-gray-700{border-color:#374151!important}.light-theme{background-color:#fff!important;color:#000!important}.light-theme *[class*=bg-black],.light-theme .bg-black{background-color:#fff!important}.light-theme aside[class*=bg-black]{background-color:#fff!important;border-right:1px solid #e5e7eb!important}.light-theme [style*="background-color: rgb(29, 29, 29)"],.light-theme [style*="background: rgb(29, 29, 29)"],.light-theme [class*=bg-][class*="1d1d1d"]{background-color:#f9fafb!important}.light-theme [style*="background-color: rgb(40, 40, 40)"],.light-theme [style*="background: rgb(40, 40, 40)"],.light-theme [class*=bg-][class*="282828"]{background-color:#f3f4f6!important}.light-theme .text-white,.light-theme aside .text-white,.light-theme header .text-white,.light-theme nav .text-white,.light-theme div .text-white,.light-theme span.text-white,.light-theme p.text-white,.light-theme h1.text-white,.light-theme h2.text-white,.light-theme h3.text-white,.light-theme h4.text-white,.light-theme h5.text-white,.light-theme h6.text-white,.light-theme button .text-white,.light-theme a .text-white{color:#000!important}.light-theme .text-gray-300,.light-theme *[class*=text-gray-300]{color:#1d1d1d!important}.light-theme .text-gray-400,.light-theme *[class*=text-gray-400]{color:#4b5563!important}.light-theme .text-gray-200,.light-theme *[class*=text-gray-200]{color:#374151!important}.light-theme .text-gray-100,.light-theme *[class*=text-gray-100]{color:#1d1d1d!important}.light-theme .border-gray-700{border-color:#e5e7eb!important}.light-theme .shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.light-theme .ring-black{--tw-ring-color: rgba(0, 0, 0, .05) !important}.bg-gray-800,div.bg-gray-800,section.bg-gray-800,button.bg-gray-800,td.bg-gray-800,tr.bg-gray-800{background-color:#1d1d1d!important}.light-theme .bg-gray-800,.light-theme div.bg-gray-800,.light-theme section.bg-gray-800{background-color:#f9fafb!important}.bg-gray-900,div.bg-gray-900,section.bg-gray-900,main.bg-gray-900{background-color:#1d1d1d!important}.light-theme .bg-gray-900,.light-theme div.bg-gray-900,.light-theme section.bg-gray-900,.light-theme main.bg-gray-900{background-color:#fff!important}.light-theme .text-gray-200{color:#374151!important}.light-theme .text-gray-100{color:#1d1d1d!important}.light-theme .border-gray-600{border-color:#d1d5db!important}.light-theme .border-gray-800{border-color:#e5e7eb!important}.light-theme .bg-opacity-60{background-color:#0000001a!important}.light-theme [class*=bg-][class*="1d1d1d"],.light-theme [class*="hover:bg-"][class*="1d1d1d"]:hover{background-color:#f9fafb!important}.light-theme [class*=bg-][class*="2d2d2d"],.light-theme [class*=bg-][class*="282828"]{background-color:#f3f4f6!important}.light-theme [class*=bg-][class*="1a1a1a"]{background-color:#fff!important}.light-theme [style*="background-color: black"],.light-theme [style*="background: black"],.light-theme [style*="background-color: #000"],.light-theme [style*="background: #000"]{background-color:#fff!important;background:#fff!important}.light-theme button:not(.bg-yellow-500):not(.bg-red-600):not(.bg-green-600):not(.bg-blue-600){color:inherit}.light-theme .hover\:bg-gray-700:hover{background-color:#e5e7eb!important}.hover\:bg-gray-800:hover{background-color:#1d1d1d!important}.light-theme .hover\:bg-gray-800:hover{background-color:#f3f4f6!important}.light-theme [class*=bg-][class*="3a3a3a"]{background-color:#e5e7eb!important}.light-theme [class*=bg-][class*="4a4a4a"]{background-color:#d1d5db!important}.light-theme .text-gray-500{color:#6b7280!important}.light-theme .text-gray-600{color:#4b5563!important}.light-theme .text-gray-700{color:#374151!important}.light-theme .text-gray-800{color:#1d1d1d!important}.light-theme .text-gray-900{color:#111827!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transition-all{transition:all .2s ease-in-out}@media print{body{background:#fff!important;color:#000!important}}
