html{background-color:#000;background-image:url(/images/bg_tile.png)}html,body{overscroll-behavior:none;touch-action:none;position:fixed;top:0;left:0;margin:0;height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{opacity:0;margin:0;height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{scrollbar-width:8px}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b0b7bc73;background:rgba(176,183,188,.45);width:8px;border-radius:8px}.interface{position:fixed;height:100%;width:100%;top:0;left:0;pointer-events:none;z-index:90}.time{position:absolute;top:0%;left:0;width:100%;font-size:6vh;color:#fff;background:#00000033;padding:5px;text-align:center}.restart{display:flex;justify-content:center;align-items:center;position:absolute;top:40%;left:0;width:100%;background:#00000033;font-size:6vh;color:#fff;padding:5px;pointer-events:auto;cursor:pointer}.controls{position:absolute;bottom:10%;left:0;width:100%}.controls .raw{display:flex;justify-content:center}.controls .key{width:40px;height:40px;margin:4px;border:2px solid #ffffff;background:#ffffff44}.controls .key.large{width:144px}.controls .key.active{background:#ffffff99}.clickStartWrap{display:flex;pointer-events:none;justify-content:center;align-items:center;position:absolute;top:0;left:0;height:100%;width:100%;z-index:9999}.clickStartButton{display:flex;pointer-events:auto;justify-content:center;align-items:center;border-radius:100%;border:4px solid #ffffff;color:#f1f1f1;font-size:26px;font-weight:300;height:200px;width:200px;cursor:pointer;transition:transform .15s}.clickStartButton:hover{transform:scale(1.06)}.dom-loader{border:10px solid #f3f3f3;border-radius:10%;width:30px;height:30px;animation:spin 1s linear infinite}.center{display:flex;justify-content:center;align-items:center;position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;top:0;bottom:0;left:0;right:0;margin:auto}#loader-row{display:flex;justify-content:space-around;transition:opacity 1s;opacity:1;width:400px}@keyframes spin{to{transform:rotate(360deg)}}
