/* v158: Dark-only product stance. Light mode was removed rather than half-supported. */
html{color-scheme:dark!important;}
html:not([data-theme="dark"]){color-scheme:dark!important;}
html[data-theme="light"]{color-scheme:dark!important;}
.theme-toggle,
[data-theme-toggle],
.theme-control,
.theme-switch,
button[aria-label*="Toggle light"],
button[title*="light mode"],
button[title*="dark mode"]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
