/* SMARTDA Global Dark/Light Mode - Localhost
   Berlaku untuk dashboard dan semua modul yang memuat file ini. */
:root{color-scheme:light;--smartda-bg:#f6fbf8;--smartda-card:#ffffff;--smartda-text:#0f172a;--smartda-muted:#64748b;--smartda-border:#dbe7df;--smartda-input:#ffffff;--smartda-primary:#16a34a;}
html.smartda-dark{color-scheme:dark;--smartda-bg:#0f172a;--smartda-card:#111827;--smartda-text:#e5e7eb;--smartda-muted:#cbd5e1;--smartda-border:#334155;--smartda-input:#1f2937;--smartda-primary:#22c55e;}
html.smartda-dark body,body.smartda-dark,body.dark{background:#0f172a!important;color:#e5e7eb!important;}
html.smartda-dark .container,html.smartda-dark .content,html.smartda-dark .main,html.smartda-dark .wrapper,html.smartda-dark .page,html.smartda-dark .box,html.smartda-dark .card,html.smartda-dark .panel,html.smartda-dark .section,html.smartda-dark .form-card,html.smartda-dark .table-card{background:#111827!important;color:#e5e7eb!important;border-color:#334155!important;}
html.smartda-dark table{background:#111827!important;color:#e5e7eb!important;border-color:#334155!important;}
html.smartda-dark th{background:#064e3b!important;color:#ecfdf5!important;border-color:#334155!important;}
html.smartda-dark td{background:#111827!important;color:#e5e7eb!important;border-color:#334155!important;}
html.smartda-dark tr:nth-child(even) td{background:#0f172a!important;}
html.smartda-dark input,html.smartda-dark select,html.smartda-dark textarea{background:#1f2937!important;color:#fff!important;border-color:#475569!important;}
html.smartda-dark input::placeholder,html.smartda-dark textarea::placeholder{color:#94a3b8!important;}
html.smartda-dark a{color:#86efac;}
html.smartda-dark .navbar,html.smartda-dark .sidebar,html.smartda-dark .topbar,html.smartda-dark header,html.smartda-dark .header{background:#0b1220!important;color:#e5e7eb!important;border-color:#334155!important;}
html.smartda-dark .menu,html.smartda-dark .submenu,html.smartda-dark .dropdown-menu{background:#111827!important;color:#e5e7eb!important;border-color:#334155!important;}
html.smartda-dark .badge,html.smartda-dark .alert,html.smartda-dark .notice{border-color:#334155!important;}
html.smartda-dark .btn:not(.btn-danger):not(.btn-warning):not(.btn-success):not(.btn-primary),html.smartda-dark button:not(.btn-danger):not(.btn-warning):not(.btn-success):not(.btn-primary){border-color:#475569;}
.smartda-theme-switch{cursor:pointer;user-select:none;}
