:root{--black: #000;--white: #fff;--black-08: rgba(0, 0, 0, .5)}*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}input,button,textarea{background:transparent;font-family:inherit}input::-ms-clear{display:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number],input[type=number]:hover,input[type=number]:focus{-webkit-appearance:none;appearance:none;-moz-appearance:textfield}button{cursor:pointer;transition:all .2s;line-height:1}button::-moz-focus-inner{padding:0;border:0}a,a:visited{transition:all .2s;text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}html,body{font-family:Yatra One,system-ui;background:var(--black);color:var(--white);height:100%;width:100%;font-size:100%;position:relative;line-height:1;font-size:14px;font-weight:var(--400);-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}.btn{font-family:Ubuntu Mono,monospace;width:400px;height:400px;display:flex;align-items:center;justify-content:center;transform:scale(0) translate(550px,750px);opacity:0;transition:all .6s;flex:0 0 auto}.btn img,.btn svg,.btn:after{pointer-events:none}.btn svg,.btn:after{position:absolute}.btn img{width:250px;height:250px;animation:rotate-2 3s linear infinite}.btn svg{width:calc(100% + 80px);height:calc(100% + 80px);pointer-events:none;z-index:1;fill:#bebee5;font-weight:600;animation:rotate 5s linear infinite}.btn svg text{font-size:8px}.btn:after{content:"";display:block;width:calc(100% - 30px);height:calc(100% - 30px);border:50px solid rgba(2,2,8,.4);border-radius:50%;display:none}.btn_setting svg,.btn_back svg{width:calc(100% + 40px);height:calc(100% + 40px)}.btn_setting:after,.btn_back:after{border-width:40px}.btn_setting{right:20%;top:calc(50% + 100px);width:300px;height:300px}.btn_setting img{width:170px;height:170px}.btn_back{width:180px;height:180px}.btn_back img{width:120px;height:120px}.audio-btn{display:flex;width:100px;height:100px;justify-content:center;align-items:center;border-radius:50%;margin:0 20px 0 0;position:relative}.audio-btn:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;display:block;border-radius:50%;animation:rotate 5s ease infinite;border:double 4px transparent;background-image:linear-gradient(#212121,#212121),linear-gradient(137.48deg,#4d451d 10%,#49022d 45%,#28055e 67%,#4d81a3 87%);background-origin:border-box;background-clip:content-box,border-box}.audio-btn .off{display:none}.audio-btn.disable{opacity:.8}.audio-btn.disable .off{display:block}.audio-btn.disable .on{display:none}.audio-btn:last-child{margin:0}.audio-btn img{position:relative;z-index:1;width:60px;height:60px;opacity:1;transition:all .3s}.menu-btn{display:flex;justify-content:center;align-items:center;width:100%;max-width:350px;min-height:80px;overflow:hidden;background-size:300% 300%;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:8px;transition:.5s;animation:gradient_301 5s ease infinite;border:double 2px transparent;background-image:linear-gradient(#212121,#4b1d563b),linear-gradient(137.48deg,#4d451d 10%,#be117a 45%,#28055e 67%,#4d81a3 87%);background-origin:border-box;background-clip:content-box,border-box;margin:0 auto;position:relative}.menu-btn.active{background-image:linear-gradient(137.48deg,#4d451d 10%,#be117a 45%,#28055e 67%,#4d81a3 87%),linear-gradient(137.48deg,#4d451d 10%,#be117a 45%,#28055e 67%,#4d81a3 87%);animation:none;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-size:cover}.menu-btn.active .menu-btn__glow,.menu-btn.active .menu-btn__circle{display:none}.menu-btn span{z-index:2;font-size:24px;letter-spacing:1px;color:#fff;transition:all .3s}.menu-btn__star-wrap{position:absolute;z-index:-1;width:100%;height:100%;overflow:hidden;transition:.5s;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.menu-btn__glow{position:absolute;display:flex;width:100%}.menu-btn__circle{width:100%;height:30px;filter:blur(2rem);animation:pulse_3011 4s infinite;z-index:-1}.menu-btn__circle:nth-of-type(1){background:#fe53baa2}.menu-btn__circle:nth-of-type(2){background:#8e51eab4}.menu-btn:hover .menu-btn__star-wrap{z-index:1;background-color:#212121}.menu-btn:active{border:double 4px #fe53bb;background-origin:border-box;background-clip:content-box,border-box;animation:none}.menu-btn:active .menu-btn__circle{background:#fe53bb}.menu-btn__stars{position:relative;background:transparent;width:200rem;height:200rem}.menu-btn__stars:after{content:"";position:absolute;top:-10rem;left:-100rem;width:100%;height:100%;animation:animStarRotate 90s linear infinite;background-image:radial-gradient(#ffffff 1px,transparent 1%);background-size:50px 50px}.menu-btn__stars:before{content:"";position:absolute;top:0;left:-50%;width:170%;height:500%;animation:animStar 60s linear infinite;background-image:radial-gradient(#ffffff 1px,transparent 1%);background-size:50px 50px;opacity:.5}@media (max-width: 1023px){.menu-btn{min-height:60px}.menu-btn span{font-size:20px}}.modal{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;opacity:0;transform:scale(0) translateY(100%);transition:all .3s;z-index:2}.modal.show{opacity:1;transform:scale(1) translateY(0)}.modal__close{position:absolute;right:-30px;top:-30px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .3s;width:30px;height:30px;background:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M16.95 8.464a1 1 0 0 0-1.414-1.414L12 10.586 8.464 7.05A1 1 0 1 0 7.05 8.464L10.586 12 7.05 15.536a1 1 0 1 0 1.414 1.414L12 13.414l3.536 3.536a1 1 0 0 0 1.414-1.414L13.414 12l3.536-3.536Z" fill="white"/></svg>') center/cover no-repeat,#000}.modal__close img{width:30px;height:30px}.modal__close:hover{transform:rotate(90deg)}.modal__content{width:100%;background:var(--white);color:var(--black-08);font-size:22px;border-radius:10px;padding:5px;line-height:1.2;box-shadow:#9741fc33 0 15px 30px -5px;background-image:linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb);display:flex}.modal__content:after,.modal__content:before{content:"";display:block;position:absolute;background:var(--black)}.modal__content:after{width:40%;height:5px;top:0;left:50%;transform:translate(-50%)}.modal__content:before{left:5px;top:5px;width:calc(100% - 10px);height:20px;border-radius:8px}.modal__title{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:transparent;color:var(--white);padding:0 20px;z-index:1;text-align:center;font-size:40px;margin:0 0 20px;font-weight:700}.modal__text{width:100%;padding:30px 15px 15px;border-radius:10px;background:#000;color:var(--white);overflow:auto}.modal__text .gs-title{background:linear-gradient(275deg,#3f5efb,#fc466b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal__text span{font-weight:700}.modal__text::-webkit-scrollbar{width:6px}.modal__text::-webkit-scrollbar-track{background:#000;border-radius:10px}.modal__text::-webkit-scrollbar-thumb{border-radius:2px;border:2px solid black;padding:2px;background:#5b42f3}.modal__stat{counter-reset:item;opacity:1;transform:scale(1) translate(0);pointer-events:all;transition:all .3s}.modal__stat-item{counter-increment:item;font-size:20px;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 35px;position:relative;margin:0 0 10px}.modal__stat-item:last-child{margin:0}.modal__stat-item:before{content:counter(item) ". ";position:absolute;left:10px;transform:translate(-50%)}.modal__disconnect{opacity:0;pointer-events:none;transform:scale(0) translate(400px);position:absolute;transition:all .3s}.modal__disconnect p{margin:0 0 30px;font-size:24px}.modal.disconnected .modal__stat{position:absolute;opacity:0;transform:scale(0) translate(-400px);pointer-events:none}.modal.disconnected .modal__disconnect{opacity:1;pointer-events:all;transform:scale(1) translate(0);position:static}.modal.achievements-modal .modal__content:after{width:60%}.modal.info-modal .modal__content:after{width:50%}@media (max-width: 1023px){.modal{padding:15px 10px}.modal__title{top:59px;font-size:32px;width:calc(100% - 50px);background:var(--black);padding:20px;border-radius:4px 4px 0 0}.modal__content:before{display:none}.modal__text{padding:80px 15px 40px}.modal__text.achievements{padding-top:100px}.modal__close{top:3px;right:3px}}.achievements__inner{margin:0 0 40px}.achievements__inner:last-child{margin:0}.achievements__inner.planet-inner .achievements__item.unlock{background:linear-gradient(#000,#000) content-box,linear-gradient(360deg,#994fa0,#05e0e0,#2f2463) border-box}.achievements__inner.planet-inner .achievements__item:before{display:none}.achievements__inner.planet-inner .achievements__item.unlock .achievements__image{filter:grayscale(0)}.achievements__list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;overflow:auto;margin:0 -15px;padding:0 15px}.achievements__list::-webkit-scrollbar{display:none}.achievements__item{width:100px;height:100px;border-radius:10px;padding:4px;display:flex;align-items:center;justify-content:center;background:linear-gradient(#000,#000) content-box,linear-gradient(45deg,#59525a,#161b1b,#1b1635) border-box;cursor:pointer;position:relative;overflow:hidden;pointer-events:none}.achievements__item:after,.achievements__item:before{content:"";display:block;position:absolute}.achievements__item:after{background:url('data:image/svg+xml;utf8,<svg width="18" height="24" viewBox="0 0 18 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.75 9H15V6C15 2.691 12.309 0 9 0C5.691 0 3 2.691 3 6V9H2.25C1.65351 9.00079 1.08167 9.2381 0.659886 9.65989C0.238101 10.0817 0.000793738 10.6535 0 11.25V21.75C0 22.991 1.01 24 2.25 24H15.75C16.99 24 18 22.991 18 21.75V11.25C18 10.009 16.99 9 15.75 9ZM5 6C5 3.794 6.794 2 9 2C11.206 2 13 3.794 13 6V9H5V6ZM10 16.722V19C10 19.2652 9.89464 19.5196 9.70711 19.7071C9.51957 19.8946 9.26522 20 9 20C8.73478 20 8.48043 19.8946 8.29289 19.7071C8.10536 19.5196 8 19.2652 8 19V16.722C7.405 16.375 7 15.737 7 15C7 13.897 7.897 13 9 13C10.103 13 11 13.897 11 15C11 15.737 10.595 16.375 10 16.722Z" fill="DarkSlateBlue"/></svg>') center no-repeat;top:50%;left:50%;width:64px;height:64px;display:block;transform:translate(-50%,-50%)}.achievements__item:before{width:100%;height:100%;background:#41035e03;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:10px}.achievements__item.unlock{pointer-events:all}.achievements__item.unlock:after,.achievements__item.unlock:before{display:none}.achievements__item.unlock.active{background:linear-gradient(#000,#000) content-box,linear-gradient(360deg,#994fa0,#05e0e0,#2f2463) border-box}.achievements__item.unlock.active .achievements__image{filter:grayscale(0)}.achievements__image{object-fit:contain;width:90%;height:90%;filter:grayscale(100%)}.achievements__progress-text{display:flex;justify-content:space-between}.achievements__progress{text-align:center;font-size:16px;text-shadow:0 0 2px var(--black);margin:5px 0 20px;padding:2px;border-radius:20px;background:linear-gradient(#000,#000) content-box,linear-gradient(45deg,#994fa0,#05e0e0,#2f2463) border-box;position:relative;overflow:hidden}.achievements__progress span{position:relative;z-index:1}.achievements__progress:before{content:"";position:absolute;top:0;left:0;display:block;height:100%;width:var(--progress-value, 50%);padding:2px;background:linear-gradient(transparent,transparent) border-box,linear-gradient(45deg,#994fa0,#05e0e0,#2f2463) content-box}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-with-centerY{0%{transform:rotate(0) translateY(-50%)}to{transform:rotate(360deg) translateY(-50%)}}@keyframes rotate-2{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes shadow{0%{box-shadow:0 0 20px #630e8a36}25%{box-shadow:-10px -20px 20px #630e8a36}50%{box-shadow:0 0 20px #7c19aa36}75%{box-shadow:20px 20px 20px #630e8a36}to{box-shadow:0 0 20px #9d4ac436}}@keyframes scale{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(3) translateY(-15px);opacity:0}}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-135rem)}}@keyframes animStarRotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes gradient_301{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse_3011{0%{transform:scale(.75);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.75);box-shadow:0 0 #0000}}.start-screen{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column}.start-screen__title{font-family:Titan One,sans-serif;font-size:90px;letter-spacing:3px;z-index:1;transform:rotate(45deg) translateY(-600px);transition:all .6s;background:#1246b6;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;line-height:100px}.start-screen__title:after{content:"Galactic Slice";position:absolute;top:3px;left:3px;background:linear-gradient(275deg,#3f5efb,#fc466b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.start-screen__btn-wrap{padding:0 0 40px 5%;flex:1 1 auto;display:flex;justify-content:center}.start-screen__settings-btn{flex:0 0 auto}.start-screen__arcade-btn.btn{align-self:flex-end}.start-screen__start-btn.btn{margin:0 100px 0 0;align-self:center}.start-screen__settings-btn.btn{align-self:flex-end;right:20%;top:calc(50% + 100px);width:300px;height:300px}.start-screen.show{pointer-events:all}.start-screen.show .start-screen__title{transform:rotate(-10deg) translate(10px)}.start-screen.show .btn{opacity:1;transform:scale(1) translate(0)}@media (max-width: 1219px){.start-screen__title{font-size:60px}.start-screen__btn-wrap{padding:0;flex-direction:column}.start-screen__start-btn.btn,.start-screen__settings-btn.btn,.start-screen__arcade-btn.btn{margin:0;position:absolute}.start-screen__arcade-btn.btn{left:10%;bottom:0}.start-screen__start-btn.btn{left:calc(50% - 100px);bottom:200px;margin:0}.start-screen__settings-btn.btn{right:20px;bottom:-50px;top:auto}.start-screen.show .btn{transform:scale(.8) translate(0)}.start-screen.show .start-screen__title{transform:rotate(-10deg) translate(10px,20px)}}@media (max-width: 767px){.start-screen__arcade-btn.btn{left:0;bottom:0}.start-screen__start-btn.btn{left:calc(50% - 150px);bottom:250px;margin:0}.start-screen__settings-btn.btn{right:0;bottom:-50px;top:auto}}@media (max-width: 575px){.start-screen__title{font-size:40px}.start-screen__arcade-btn.btn{left:-90px;bottom:0}.start-screen__start-btn.btn{left:auto;right:-30px;bottom:200px}.start-screen__settings-btn.btn{right:-60px;bottom:10px;top:auto}.start-screen.show .btn{transform:scale(.6) translate(0)}}.setting-screen{width:100%;max-width:940px;margin:0 auto;transition:all .6s;transform:scale(0);opacity:0;pointer-events:none;display:grid;grid-template-columns:1fr .6fr;gap:80px;max-height:500px;padding:0 20px}.setting-screen.show{pointer-events:all;transform:scale(1);opacity:1}.setting-screen__music-wrap,.setting-screen__back-wrap{display:flex;align-items:center;justify-content:center}.setting-screen__left,.setting-screen__music-wrap{background:#541eb907;border-radius:15px;box-shadow:0 0 20px #7c19aa36;animation:shadow 2s linear infinite}.setting-screen__left{display:flex;align-items:center;grid-row:span 2;position:relative}.setting-screen__btn-wrap{width:100%;display:grid;grid-template-columns:1fr;justify-content:center;gap:20px}.setting-screen__music-wrap{display:flex}.setting-screen__exit-btn.btn{position:relative;transform:scale(1) translate(0);opacity:1;width:200px;height:200px}@media (max-width: 1023px){.setting-screen{max-height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:0}.setting-screen__left,.setting-screen__music-wrap{box-shadow:none;animation:none}.setting-screen__left{padding:30px 0 0;flex:1 1 auto;order:2;position:static}.setting-screen__music-wrap{padding:20px 0;order:1}.setting-screen__back-wrap{order:3;padding:20px 0}.setting-screen__exit-btn.btn{margin:0}.setting-screen .audio-btn{width:60px;height:60px}.setting-screen .audio-btn img{width:35px;height:35px}}.game-screen{position:fixed;left:0;top:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:all .3s;padding:20px 10px}.game-screen.show{opacity:1}.game-screen.arcade .game-screen__score-icon{display:none}.game-screen.arcade .game-screen__timer{display:block}.game-screen.show-menu{z-index:20}.game-screen.show-menu .game-screen__menu{opacity:1;pointer-events:all}.game-screen__timer{display:none}.game-screen__score-icon{display:block}.game-screen__head{display:flex;justify-content:space-between;position:relative}.game-screen__pause-btn{color:var(--white);font-size:20px;display:block;width:24px;height:30px;position:absolute;top:20px;right:20px;z-index:5;opacity:0;transition:all .3s;pointer-events:none}.game-screen__pause-btn:after,.game-screen__pause-btn:before{content:"";position:absolute;top:0;display:block;width:10px;height:100%;border-radius:3px;background:var(--white)}.game-screen__pause-btn:after{right:0}.game-screen__pause-btn:before{left:0}.game-screen__pause-btn.show{opacity:1;transition:all .3s;pointer-events:all}.game-screen__menu{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:4px solid transparent;width:100%;max-width:400px;padding:100px 20px 20px;opacity:0;pointer-events:none;transition:all .3s;background:linear-gradient(#110911,#081d35) padding-box,linear-gradient(275deg,#3f5efb,#fc466b) border-box;border-radius:20px}.game-screen__menu-title{font-size:40px;text-align:center;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:max-content;border:4px solid transparent;background:linear-gradient(#110911,#081d35) padding-box,linear-gradient(275deg,#3f5efb,#fc466b) border-box;border-radius:10px;padding:6px 10px 3px}.game-screen__menu-best,.game-screen__menu-score{font-size:30px;text-align:center}.game-screen__menu-best span,.game-screen__menu-score span{font-weight:600;letter-spacing:1px}.game-screen__menu-score{margin:0 0 10px}.game-screen__menu-buttons{display:flex;justify-content:space-between;margin:50px 0 0;padding:0 10px}.game-screen__btn{color:var(--white);font-size:30px;width:70px;height:70px;background:transparent;display:flex;align-items:center;justify-content:center;opacity:.8}.game-screen__btn img{width:50px;height:50px}.game-screen__btn:nth-child(2){transform:translateY(105px);background:transparent;width:auto;height:auto;display:none}.game-screen__score{position:relative;padding:0 0 0 15px}.game-screen__score-icon-wrap{position:absolute;top:-11px;left:0;width:120px;height:120px;border:7px solid transparent;display:flex;align-items:center;justify-content:center;background:linear-gradient(#110911,#081d35) padding-box,linear-gradient(275deg,#3f5efb,#fc466b) border-box;border-radius:50%}.game-screen__score-title,.game-screen__score-best{padding:0 0 0 90px;opacity:.8}.game-screen__score-icon{width:70px;height:70px;animation:rotate 4s linear infinite}.game-screen__score-title{font-size:24px}.game-screen__score-best{font-size:20px}.game-screen__score-value{border:4px solid transparent;border-radius:40px;font-size:26px;margin:10px 0;padding:26px 20px 24px 110px;background:linear-gradient(#110911,#081d35) padding-box,linear-gradient(70deg,#3f5efb 40%,#fc466b) border-box}.game-screen__score-value span{display:inline-block;width:80px}.game-screen__counter-planet{position:absolute;font-size:14px;left:109px;bottom:119px;opacity:.8}.game-screen__add-score{position:absolute;top:50px;left:calc(100% + 30px)}.game-screen__add-score p{animation:scale 1s linear forwards}@media (max-width: 1023px){.game-screen.arcade .game-screen__timer{font-size:24px;height:54px;width:54px;display:flex;align-items:center;justify-content:center;margin:6px 0 0;border:4px solid transparent;border-radius:50%;background:linear-gradient(#110911,#081d35) padding-box,linear-gradient(70deg,#3f5efb 40%,#fc466b) border-box}.game-screen.arcade .game-screen__score-icon-wrap{top:6px;left:0}.game-screen__score{padding:0;min-width:190px}.game-screen__score-icon-wrap{top:9px;left:3px;border:0;background:none;width:50px;height:50px}.game-screen__score-icon{width:30px;height:30px}.game-screen__score-value{padding:13px 10px 13px 57px;font-size:20px;margin:7px 0 0}.game-screen__score-value span{width:0}.game-screen__counter-planet{left:28px;top:-11px}.game-screen__score-best{padding:5px 0 0 28px;font-size:16px}}@media (max-width: 767px){.game-screen__head{align-items:flex-start}.game-screen__pause-btn{top:calc(100% - 48px);left:auto;right:calc(100% - 40px)}.game-screen__menu{width:calc(100% - 30px)}}.life{display:flex;align-items:center;position:absolute;top:0;left:50%;transform:translate(-50%)}.life__item{height:60px;width:20px;position:relative}.life__item.hide .life__image:first-child{opacity:.3}.life__image{position:absolute;object-fit:contain;width:100%;height:100%;transition:all .3s}@media (max-width: 767px){.life{position:static;transform:translate(0)}.life__item{height:50px;width:15px;position:relative}}.arcade-timer{font-size:40px;position:absolute;width:100%;text-align:center}.wrapper,.ui{display:flex;flex-direction:column;position:relative}.wrapper{height:100dvh;-webkit-user-select:none;user-select:none;overflow:hidden}.game,.ui{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.game canvas,.ui canvas{margin:0!important}.ui,.start-screen,.setting-screen{flex:1 1 auto;pointer-events:none}.ui{flex:1 1 auto;z-index:2;position:relative;justify-content:center;overflow:hidden}.preload{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.preload__image{width:300px;display:block;margin:0 0 50px}.preload__text{text-align:center;font-size:30px}.is-mobile .start-screen.show .start-screen__title{transform:rotate(-10deg) translate(10px,-32px);font-size:40px}.is-mobile #start-btn{width:200px;height:200px;bottom:130px}.is-mobile #start-btn img{width:140px;height:140px}.is-mobile #arcade-btn{width:200px;height:200px;bottom:40px}.is-mobile #arcade-btn img{width:140px;height:140px}.is-mobile #settings-btn{width:200px;height:200px;bottom:40px}.is-mobile #settings-btn img{width:130px;height:130px}.is-mobile #back-btn{width:100px;height:100px}.is-mobile #back-btn img{width:70px;height:70px}.is-mobile .setting-screen{display:grid}.is-mobile .setting-screen__left{order:1;padding:10px 0}.is-mobile .setting-screen__btn-wrap{display:grid;grid-template-columns:repeat(1fr);max-width:600px;margin:0 auto}.is-mobile .game-screen__menu{padding:51px 20px 20px}.is-mobile .game-screen__menu-buttons{margin:20px 0 0}.is-mobile .game-screen__btn:nth-child(2){transform:translateY(86px)}.is-mobile .game-screen__btn img{width:40px;height:40px}.animation{animation:shakeX .7s alternate infinite}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}
