/* BDX UNLOCKER — Dual Theme Foundation v2
   Dark Mode remains the original default. White Mode is selected with data-theme="light". */
:root{color-scheme:dark;background:#000}
html[data-theme="dark"],html.dark-mode{color-scheme:dark;background:#000}
html[data-theme="dark"] body,html.dark-mode body,body.dark-mode,body.theme-dark{background-color:#000}
html[data-theme="light"],html.light-mode,html.white-mode{color-scheme:light;background:#fff}
html[data-theme="light"] body,html.light-mode body,html.white-mode body,body.light-mode,body.white-mode,body.theme-light{background-color:#fff}
