/* UMS LIVE is intentionally light-only; device dark-mode preferences must not restyle the interface. */
:root { color-scheme: light only !important; }
html, body { color-scheme: light !important; background:#fff !important; }
@media (prefers-color-scheme: dark) {
  html, body { color-scheme: light !important; background:#fff !important; color:#20252b !important; }
}
