:root{--color-orange:#f9771f}body,html{max-height:100vh;width:100vw;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-moz-user-select:none;user-select:none;-webkit-user-select:none}h1,h2,h3,h4,h5,h6{font-weight:900}.fullscreen{height:100vh;width:100vw}.black{color:#fff}.black.filled{background-color:#000}.white{color:#000}.white.filled{background-color:#fff}[data-flex]{display:flex;flex-direction:row}[data-flex][data-flex=column]{flex-direction:column}[data-flex][data-align=center]{align-items:center}[data-flex][data-align=start]{align-items:flex-start}[data-flex][data-align=end]{align-items:flex-end}[data-flex][data-align=stretch]{align-items:stretch}[data-flex][data-justify=center]{justify-content:center}[data-flex][data-justify=start]{justify-content:flex-start}[data-flex][data-justify=end]{justify-content:flex-end}[data-flex][data-justify=stretch]{justify-content:stretch}[data-nowrap]{white-space:nowrap}[data-height=full]{height:100%}[data-inactive]{pointer-events:none}[data-style=elevated],[data-style=elevated][data-theme=white]{text-shadow:0 0 2px red,3px 3px 2px #000;color:#fff}[data-style=elevated][data-theme=black],[data-style=elevated][data-theme=white][data-theme=black]{color:#000;text-shadow:0 0 2px red,3px 3px 2px #fff}