/* light-mode-20260826T1132ET */
html[data-theme="light"] body,
html[data-theme="light"] body.text-gray-300,
html[data-theme="light"] body.text-gray-400 {
    background: #f4f5f7 !important;
    color: #1f2937 !important;
}

html[data-theme="light"] header,
html[data-theme="light"] .bg-gray-900,
html[data-theme="light"] .bg-gray-900\/80,
html[data-theme="light"] .bg-gray-800,
html[data-theme="light"] .bg-gray-800\/80,
html[data-theme="light"] .bg-gray-800\/50,
html[data-theme="light"] .bg-gray-800\/30 {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #e5e7eb !important;
}

html[data-theme="light"] .card,
html[data-theme="light"] .glass {
    background: #ffffff !important;
    border-color: #e5e7eb !important;
    color: #1f2937 !important;
}

html[data-theme="light"] .text-white,
html[data-theme="light"] .text-gray-300,
html[data-theme="light"] header .text-white {
    color: #111827 !important;
}

html[data-theme="light"] .text-gray-400,
html[data-theme="light"] .text-gray-500,
html[data-theme="light"] .text-gray-600 {
    color: #4b5563 !important;
}

html[data-theme="light"] a.text-gray-400:hover,
html[data-theme="light"] a.text-gray-300:hover,
html[data-theme="light"] header a:hover {
    color: #111827 !important;
}

html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea,
html[data-theme="light"] .bg-gray-700,
html[data-theme="light"] .bg-gray-900\/70 {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #d1d5db !important;
}

html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder {
    color: #6b7280 !important;
}

html[data-theme="light"] table thead th,
html[data-theme="light"] .border-gray-800,
html[data-theme="light"] .border-gray-700,
html[data-theme="light"] .border-gray-700\/50 {
    border-color: #e5e7eb !important;
}

html[data-theme="light"] tbody tr:hover,
html[data-theme="light"] .hover\:bg-gray-800\/30:hover,
html[data-theme="light"] .hover\:bg-gray-700\/30:hover {
    background: #f3f4f6 !important;
}

html[data-theme="light"] .ll-theme-toggle {
    color: #111827;
    border: 1px solid #d1d5db;
    background: #fff;
}

html[data-theme="dark"] .ll-theme-toggle,
html:not([data-theme="light"]) .ll-theme-toggle {
    color: #e5e7eb;
    border: 1px solid #4b5563;
    background: transparent;
}

html[data-theme="light"] #territoryList .ll-selected {
    background: #fef9c3 !important;
    border-color: #ca8a04 !important;
}

html[data-theme="light"] #addressSearchResults button {
    background: #fff !important;
    color: #111827 !important;
    border-bottom-color: #e5e7eb !important;
}

html[data-theme="light"] #leadCard,
html[data-theme="light"] #bulkBar {
    color: #1f2937;
}
