/* WINNERSTOCK uses one dark terminal theme across public pages. */
:root{--ws-font-ui:Inter,ui-sans-serif,system-ui,sans-serif;--ws-font-data:"IBM Plex Mono",ui-monospace,monospace;--ws-radius:12px;color-scheme:dark}
html[data-theme="dark"]{color-scheme:dark}

/* Legacy page templates may still contain this control; the public UI is dark-only. */
.ws-theme-toggle{display:none!important}
