html :has(>[data-theme-current]){background-color:#00008b}html [data-theme=dark]:has(>[data-theme-current]){background-color:#00bfff}html [data-theme=light]:has(>[data-theme-current]){background-color:#000}html [data-theme-current]{background-color:#00008b}html [data-theme-current]:after{content:"🌞/🌙"}html[data-theme=dark] [data-theme-current]{background-color:#00bfff}html[data-theme=dark] [data-theme-current]:after{content:"🌞"}html[data-theme=light] [data-theme-current]{background-color:#000}html[data-theme=light] [data-theme-current]:after{content:"🌙"}html{color-scheme:dark light;background:var(--col_panelBackground,transparent);color:var(--col_panelForeground,currentColor)}html[data-theme=light] .opposite{color-scheme:dark}html[data-theme=dark] .opposite{color-scheme:light}:root{--stl__columnWidth: 45ch;--stl__columnGap: 1rem;--stl__columnSpace: .5em;--stl__columnMax: 3;--stl__pad: 1rem;--stl__maxWidth: calc(calc(var(--stl__pad) * 2) + calc(calc(calc(var(--stl__columnWidth) + var(--stl__columnGap)) * var(--stl__columnMax)) - var(--stl__columnGap)));--baseFont: 1rem;--minColumn: 30ch;--allowForFooter: 4em;--scheme_bg: 0%;--scheme_subBg: 20%;--scheme_subFg: 80%;--scheme_fg: 100%;--scheme_chrome: 64%;--col_selectedChevron: hsl(100, 70%, 10%);--col_invalid: hsl(0, 100% var(--scheme_subFg));--col_base: hsl(0, 0%, var(--scheme_bg));--col_text: hsl(0, 0%, var(--scheme_fg));--col_base_hl: red;--col_text_hl: white;--col_infoText: hsl(100, 0%, var(--scheme_subFg));--col_headingText: hsl(214, 76%, var(--scheme_chrome));--col_subPanelBackground: hsl(0,0%,var(--scheme_subBg));--col_subPanelForeground: hsl(0,0%,var(--scheme_subFg));--col_buttonBg: var(--col_subPanelBackground);--col_chromeBack: #113F7A;--col_chromeBack2: #0a2952;--col_chromeFront: white;--col_panelForeground: var(--col_text);--col_panelBackground: var(--col_base);--col_panelForegroundHighlight: var(--col_text_hl);--col_panelBackgroundHighlight: var(--col_base_hl);--col_uncheckedForeground: hsl(0, 80%, 46%);--col_uncheckedBackground:hsl(0, 80%, 94%);--col_uncheckedText: white;--col_checkedForeground:hsl(100, 70%, 30%);--col_checkedBackground:hsl(100, 70%, 90%);--col_checkedText: white;--col_toggle-disabledForeground: hsl(0,0%,16%);--col_toggle-disabledBackground: hsl(0,0%,74%);--col_toggle-disabledText: white}html[data-theme=dark]{color-scheme:dark;--scheme_bg: 0%;--scheme_subBg: 20%;--scheme_subFg: 80%;--scheme_fg: 100%;--scheme_chrome: 64%}@media (prefers-color-scheme: light){:root{--scheme_bg: 100%;--scheme_subBg: 80%;--scheme_subFg: 20%;--scheme_fg: 0%;--scheme_chrome: 34%}}html[data-theme=light]{color-scheme:light;--scheme_bg: 100%;--scheme_subBg: 80%;--scheme_subFg: 20%;--scheme_fg: 0%;--scheme_chrome: 34%;--col_base: hsl(0, 0%, var(--scheme_bg));--col_text: hsl(0, 0%, var(--scheme_fg));--col_base_hl: red;--col_text_hl: white}.opposite{--col_panelBackground: var(--col_text);--col_panelForeground: var(--col_base);--col_subPanelBackground: var(--scheme_subFg);--col_subPanelForeground: var(--scheme_subBg);background:var(--col_panelBackground);color:var(--col_panelForeground)}
