/* EA2FMO v508 — corrección efectiva del tema claro.
   Se carga DESPUÉS del CSS compilado para que no quede anulado por el bundle. */
html[data-theme="light"] { color-scheme: light !important; background:#f3f8fa !important; }
html[data-theme="light"] body,
html[data-theme="light"] #root,
html[data-theme="light"] main { background-color:#f3f8fa !important; color:#173b46 !important; }

/* Superficies generales */
html[data-theme="light"] :is(.logbookModal,.myPanelDashboard,.ddAdmin,.ddControlHub,.ddPanel,.ddFiles,.ddTools,.ddModal,.ddCustomPage>article,.ddPageMenuOptions,.ddLibrarySelector,.ddRich,.ddMediaUpload,.linkedServices,.nowHub,.qsoForm,.lookupService,.logbookTools,.logbookAdvancedFilters) {
  background:#f8fbfc !important; color:#173b46 !important; border-color:#8eb9c5 !important;
}
html[data-theme="light"] :is(h1,h2,h3,h4,h5,strong,b) { color:#173b46; }
html[data-theme="light"] :is(.ddAdmin,.logbookModal,.myPanelDashboard) :is(p,small,label,span) { color:#58727b; }

/* Portada / tarjetas */
html[data-theme="light"] .hubLevels>button,
html[data-theme="light"] .homePortalStack>*,
html[data-theme="light"] .comingSoonHub>* { background:#f8fbfc !important; color:#173b46 !important; border-color:#9bc2cc !important; }
html[data-theme="light"] .hubLevels>button :is(p,span,small) { color:#58727b !important; }

/* Libro de guardia */
html[data-theme="light"] .logbookBack { background:rgba(230,240,244,.97) !important; }
html[data-theme="light"] .quickQsoBar { background:linear-gradient(135deg,#e8f7f2,#edf7fa) !important; color:#173b46 !important; border-color:#39a986 !important; }
html[data-theme="light"] .quickQsoBar :is(b,strong) { color:#19434d !important; }
html[data-theme="light"] .quickQsoBar :is(p,span) { color:#526f78 !important; }
html[data-theme="light"] .quickQsoBar small { color:#187a62 !important; }
html[data-theme="light"] :is(input,select,textarea) { background:#fff !important; color:#173b46 !important; border-color:#8eb9c5 !important; }
html[data-theme="light"] :is(input,textarea)::placeholder { color:#718b93 !important; opacity:1 !important; }
html[data-theme="light"] .lookupService :is(p,span,small) { color:#55737c !important; }
html[data-theme="light"] .externalServicesCard,
html[data-theme="light"] .externalServicesGrid article { background:#f7fbfc !important; color:#173b46 !important; border-color:#9fc6cf !important; }
html[data-theme="light"] .externalServicesHead p,
html[data-theme="light"] .externalServicesNote,
html[data-theme="light"] .externalServiceState { color:#58727b !important; }

/* Panel de Antonio / administración */
html[data-theme="light"] .ddAdmin { background:#f3f8fa !important; }
html[data-theme="light"] .ddAdmin>header { background:#eef4f6 !important; color:#173b46 !important; border-color:#9bc2cc !important; }
html[data-theme="light"] .ddAdmin :is(h1,h2,h3,h4,strong,b) { color:#173b46 !important; }
html[data-theme="light"] .ddAdmin :is(p,small,label,span) { color:#58727b; }
html[data-theme="light"] .ddControlHubGrid>button,
html[data-theme="light"] .ddRow,
html[data-theme="light"] .ddFile,
html[data-theme="light"] .ddFileGallery .ddFile,
html[data-theme="light"] .ddStats article { background:#f7fbfc !important; color:#173b46 !important; border-color:#a9cbd2 !important; }
html[data-theme="light"] .ddControlHubGrid>button:hover { background:#eaf6f7 !important; border-color:#189aad !important; }
html[data-theme="light"] .ddHubIcon { background:#dceff2 !important; }
html[data-theme="light"] .ddHubCopy small { color:#25866e !important; }
html[data-theme="light"] .ddHubCopy b { color:#173b46 !important; }
html[data-theme="light"] .ddHubCopy span { color:#58727b !important; }
html[data-theme="light"] .ddModalBack { background:rgba(216,230,235,.86) !important; }
html[data-theme="light"] .ddRichTools { background:#e8f2f4 !important; border-color:#a9c9d0 !important; }
html[data-theme="light"] .ddRichArea,
html[data-theme="light"] .ddFilePreview,
html[data-theme="light"] .ddFileIcon,
html[data-theme="light"] .ddMediaGrid figure { background:#fff !important; color:#173b46 !important; border-color:#bad4da !important; }

/* Pie */
html[data-theme="light"] main>footer { background:#edf5f7 !important; color:#365965 !important; border-color:#aac8d0 !important; }
html[data-theme="light"] main>footer :is(p,span,small,a) { color:#365965 !important; }
html[data-theme="light"] .linkedServices :is(p,span,small,a) { color:#365965 !important; }

/* Botones: mantener acentos pero evitar aspecto lavado */
html[data-theme="light"] button:disabled { opacity:.58; }
html[data-theme="light"] .themeToggle { background:#fff !important; color:#174b59 !important; border-color:#87b7c2 !important; }

/* Modales/avisos auxiliares */
html[data-theme="light"] :is(.ea2fmoCorrection,.ea2fmoDownloadBack section,.ea2fmoQsoNotice) { background:#f8fbfc !important; color:#173b46 !important; border-color:#8eb9c5 !important; }
html[data-theme="light"] :is(.ea2fmoCorrection,.ea2fmoDownloadBack section,.ea2fmoQsoNotice) p { color:#58727b !important; }
