/* Muestra u oculta elementos según el tema activo del app.
   theme-preload.js pone .light o .dark en <html>. */
html.light .theme-only-dark { display: none !important; }
html:not(.light) .theme-only-light { display: none !important; }
