@import url(https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap);*{margin:0;padding-bottom:0}body{background-color:#082d50;font-family:Press Start\ 2P,cursive;line-height:1.5;position:relative;text-transform:uppercase}a{color:#000;text-decoration:none}.canvas{aspect-ratio:16/10;display:block;margin:0 auto;max-height:100vh;max-width:1280px;object-fit:contain;width:100%}.wrapper{flex-direction:column;height:100%;justify-content:center;text-align:center}.mobile-controls,.wrapper{align-items:center;display:flex}.mobile-controls{bottom:30vh;pointer-events:none;position:fixed;width:100%;z-index:100}.control-group{display:flex;gap:20px;pointer-events:auto;position:absolute}.vertical{flex-direction:column;left:25%}.horizontal,.vertical{top:50%;transform:translate(-50%,-50%)}.horizontal{flex-direction:row;left:75%}.ctrl-btn{align-items:center;background:#333;border:3px solid #555;border-radius:15px;color:#fff;display:flex;font-family:Arial,sans-serif;font-size:32px;font-weight:700;height:15vw;justify-content:center;line-height:1;padding:0;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:15vw;-webkit-tap-highlight-color:transparent}.ctrl-btn.active-state,.ctrl-btn:active{background:#007bff!important;border-color:#00bcff;box-shadow:inset 0 0 15px rgba(0,0,0,.5);transform:scale(.9) translateY(4px)}@media (hover:hover) and (pointer:fine){.mobile-controls{display:none}}.start-menu__img,.start-menu__text{bottom:60px;height:80px;left:calc(50% - 100px);position:absolute;transition:all .3s ease;width:200px;z-index:3}.start-menu__text{bottom:57px;cursor:pointer;font-size:55px;text-align:center}.restart-menu__btn:hover .start-menu__img,.restart-menu__btn:hover .start-menu__text,.start-menu__btn:hover .start-menu__img,.start-menu__btn:hover .start-menu__text{transform:scale(1.1)}.end-menu{background-size:cover;height:850px;left:35%;position:absolute;top:50px;width:720px;z-index:2}.end-menu__img,.end-menu__text{bottom:60px;height:80px;left:35%;position:absolute;transition:all .3s ease;width:200px;z-index:3}.end-menu__text{bottom:57px;cursor:pointer;font-size:55px;text-align:center}.end-menu__btn:hover .end-menu__img,.end-menu__btn:hover .end-menu__text{transform:scale(1.1)}.end-menu__highscore,.end-menu__score{font-size:55px;left:20%;position:absolute;top:120px;transition:all .3s ease;z-index:3}.end-menu__score{top:190px}.hide{display:none}.loading{align-items:center;display:flex;flex-direction:column;font-size:90px;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:4}.hollowLoader{animation:loaderAnim 2s ease-in-out infinite;top:65%}.hollowLoader,.hollowLoader .largeBox{height:60px;outline:1px solid transparent;width:60px}.hollowLoader .largeBox{animation:largeBoxAnim 2s ease-in-out infinite alternate;background:rgba(0,0,0,.39)}.hollowLoader .smallBox{animation:smallBoxAnim 2s ease-in-out infinite alternate;background-color:#000;height:60px;outline:1px solid transparent;width:60px;z-index:1}@keyframes largeBoxAnim{0%{transform:scale(1)}50%{background-color:rgba(0,0,0,.8);transform:scale(.7)}to{transform:scale(1)}}@keyframes smallBoxAnim{0%{transform:scale(.2)}50%{background-color:rgba(0,0,0,.8);transform:scale(1)}to{transform:scale(.2)}}@keyframes loaderAnim{0%{transform:rotate(0deg)}50%{transform:rotate(145deg)}to{transform:rotate(0deg)}}.modal{background-color:#000;background-color:rgba(0,0,0,.4);display:none;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:12}.info_modal_content,.userdata_modal_content{background-color:#4b4c6f;color:#ffe9ac;margin:auto;padding:20px}#info_modal{display:none;position:fixed;z-index:11}#leaderboard-window{display:none;left:2vw;position:fixed;top:10px;z-index:10}.leaderboarddiv{align-items:center;flex-direction:column;width:100%}#rotate-window{display:none;left:25%;position:fixed;top:35%;width:50%;z-index:8}.rotatediv{align-items:center;flex-direction:column;width:100%}#restart-window{display:none;left:2vw;position:fixed;top:0;z-index:9}.restartdiv{flex-direction:column}#header,.restartdiv{align-items:center;width:100%}#header{justify-content:space-between}h1{color:#141a39;cursor:default;font-size:1.7rem;text-transform:uppercase}#leaderboard,#score{position:relative;width:100%}.modal-table{border-collapse:collapse;color:#ffe9ac;cursor:default;table-layout:fixed;width:100%}.modal-table tr{border-radius:.2rem;transition:all .2s ease-in-out}.modal-table tr:nth-child(odd){background-color:#60618d}.modal-table td{font-family:Press Start\ 2P,cursive;font-size:1.4rem;height:0;line-height:1.5;padding:.5rem 2rem;position:relative;text-transform:uppercase}.number{font-size:2rem;font-weight:700;width:0}.name,.number{text-align:left}.name{font-size:1.2rem}.points{font-size:1.3rem;font-weight:700;justify-content:flex-end}#controls-window,#game-window,#info-window,#leaderboard-window,#restart-window,#rotate-window,#userdata-window{justify-content:center;margin-top:60px}.window{background:#4b4c6f;border:4px solid #4b4c6f;border-radius:8px;box-shadow:1px 1px 10px 0 #000;margin:auto;max-width:95vw;overflow:hidden}.window-header{align-items:center;background:#4b4c6f;color:#ffe9ac;cursor:move;display:flex;font-family:Press Start\ 2P,cursive;font-size:1.7rem;height:30px;justify-content:space-between;line-height:1.5;padding-left:8px;text-transform:uppercase}.window-title{overflow:hidden;text-wrap:nowrap}.window-close{cursor:pointer;display:flex;flex-shrink:0;font-family:Press Start\ 2P,cursive;font-size:20px;justify-content:center;line-height:1.5;margin-right:2px;padding-right:5px;text-transform:uppercase}.window-close:active{color:darkred}.window-content{overflow:auto}.top-button-container{display:flex;gap:10px;left:50%;position:fixed;top:10px;transform:translateX(-50%);z-index:9999}#info-window-open,#leaderboard-level-window-open,#leaderboard-window-open,#tickets-button{align-items:center;background-color:transparent;background-repeat:no-repeat;background-size:100% auto;background-size:100% 100%;border:none;border-radius:5px;color:#583307;cursor:pointer;font-family:Press Start\ 2P,cursive;font-size:11pt;height:46px;justify-content:center;line-height:1.5;position:relative;text-transform:uppercase;transition:all .3s ease;width:224px}#leaderboard-window-open{background-image:url(282a1ad4b945aa050931.png);width:180px}#tickets-button{background-image:url(8b8782d7d17e87d9d9e7.png);width:112px}#leaderboard-level-window-open{background-image:url(8b8782d7d17e87d9d9e7.png);width:90px}#info-window-open{background-image:url(8b8782d7d17e87d9d9e7.png);width:70px}#tickets-button{padding:0;text-align:center}#info-window-open:hover,#leaderboard-level-window-open:hover,#leaderboard-window-open:hover,#tickets-button:hover{scale:1.1}#rotate-img{display:block;margin:auto;width:40%}