#root,body,html{position:absolute;top:0;left:0;margin:0;border:none;outline:none;padding:0;height:100%;width:100%;overflow:hidden;transition:background-color .5s ease-in,color .5s ease-in;transform:translateZ(0);z-index:1;overscroll-behavior-x:none;font-family:Roboto Condensed,-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,system-ui,Ubuntu,Droid Sans,sans-serif}[data-theme=light] #root,[data-theme=light] body,[data-theme=light] html{color:#12110f}[data-theme=dark] #root,[data-theme=dark] body,[data-theme=dark] html{color:#d6d6d6}#root,body{font-size:inherit}*{box-sizing:border-box;transition:background-color .3s,color .3s}[data-theme=light] :where(a){color:#12110f}[data-theme=dark] :where(a){color:#d6d6d6}:where(button){outline:none;border:none;background-color:transparent;cursor:pointer;border-radius:1px;font-size:16px}[data-theme=light] :where(button){color:#12110f}[data-theme=dark] :where(button){color:#d6d6d6}[data-theme=light] :where(button):hover{background-color:#e2e3e5}[data-theme=dark] :where(button):hover{background-color:#323232}[data-theme=light] :where(button):active{background-color:#dbdcde}[data-theme=dark] :where(button):active{background-color:#373737}[data-theme=light] :where(button[type=button]){background-color:#1178ff}[data-theme=dark] :where(button[type=button]){background-color:#1178ff}[data-theme=light] :where(button[type=button]){color:#fff}[data-theme=dark] :where(button[type=button]){color:#fff}[data-theme=light] :where(button[type=button]):hover{background-color:#4495ff}[data-theme=dark] :where(button[type=button]):hover{background-color:#4495ff}[data-theme=light] :where(button[type=button]):active{background-color:#0060dd}[data-theme=dark] :where(button[type=button]):active{background-color:#0060dd}.react-rotating-text-cursor{animation:blinking-cursor .8s cubic-bezier(.68,.01,.01,.99) 0s infinite}@keyframes blinking-cursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes grid-up{0%{transform:translateY(-33.33%)}to{transform:translateY(-66.66%)}}@keyframes grid-down{0%{transform:translateY(-33.33%)}to{transform:translateY(0)}}