:root{color-scheme: light dark}
@media (prefers-color-scheme: dark){
  html:not(.theme-light){ background:#0f121a; color:#e9eef6; }
}
html.theme-dark{ background:#0f121a; color:#e9eef6; }
:where(a,button,input,textarea,select):focus-visible{ outline:2px solid currentColor; outline-offset:2px; }
@media (prefers-color-scheme: dark){ html:not(.theme-light) a{ color:#9acbff; } }
html.theme-dark a{ color:#9acbff; }
