body{margin:0;padding:0;background:#0f0f0f;color:#a5a9af;font-family:Montserrat}.noSelect{outline:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.button{flex:1 1;margin:10px 5px;justify-content:center;border:none;background:transparent;cursor:pointer;outline:0}.button--start{width:100%;text-transform:uppercase;color:#a5a9af;letter-spacing:2px;font-size:1.5em;font-weight:100;-webkit-transition:.25s;transition:.25s}.button--start:hover{color:#eee}.button--disable{color:#434851;cursor:default}.button--disable:hover{color:#434851}.game{width:auto;align-items:center;justify-content:center}.game,.game__wrapper{display:flex;height:100vh}.game__wrapper{flex-direction:row;flex-wrap:wrap;width:100%;max-height:600px;max-width:900px;position:relative}.mob{position:absolute;z-index:30;-webkit-transition:all .3s linear;transition:all .3s linear}.mob__bg{width:100%;height:100%;-webkit-transition:none;transition:none;background-position:-50px 0}.endStats{position:absolute;display:flex;flex-direction:column;top:0;left:0;width:100vw;height:100vh;align-items:center;justify-content:center;z-index:99;background:rgba(0,0,0,.7)}.endStats__window{flex:1 1;width:60%;max-height:300px;background:red}.endStatsWindow{position:relative;display:flex;flex-direction:column;width:60%;justify-content:center;background:rgba(0,0,0,.65)}@media (max-width:750px){.endStatsWindow{width:90%}}.endStatsWindow__content{flex:1 1}.endStatsWindow__content h2{margin-bottom:15px;text-transform:uppercase;text-align:center}.endStatsWindow__content p{margin-left:30px;font-weight:700}.endStatsWindow__info{flex:1 1;margin-top:10px;padding:10px 15px;text-align:right;text-transform:uppercase;font-size:10px}.manualMovement{position:absolute;display:none;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);cursor:pointer}@media (max-width:750px){.manualMovement{display:block}}.manualMovement__down,.manualMovement__left,.manualMovement__right,.manualMovement__top{position:absolute;width:40px;height:40px;z-index:99;background:rgba(0,0,0,.5);border-radius:8px}.manualMovement__top{top:25px;left:calc(50% - 20px)}.manualMovement__right{top:calc(50% - 20px);right:25px}.manualMovement__down{bottom:25px;left:calc(50% - 20px)}.manualMovement__left{left:25px;top:calc(50% - 20px)}.manualMovement__pickUp{position:absolute;display:flex;width:95px;height:40px;right:15px;bottom:15px;z-index:99;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border-radius:8px;text-transform:uppercase;font-weight:700;font-size:11px}.arrow{position:relative;width:4px;height:26px;margin:7px 18px 5px;background:#909090}.arrow:after,.arrow:before{position:absolute;content:"";top:-3px;width:4px;height:18px;background:#909090}.arrow:before{left:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.arrow:after{right:-5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.arrow--left{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.arrow--down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.arrow--right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.info{display:flex;position:absolute;width:100%;height:100%;top:0;left:0;justify-content:center;align-items:center;z-index:99;-webkit-animation:fadeIn .4s ease;animation:fadeIn .4s ease;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.info__content{color:#fff;font-size:30px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.controlPanel{flex-grow:1;flex-shrink:1;flex-basis:auto;max-width:290px;min-width:240px;position:relative;background-color:#1f262d;border-top:7px solid #1b1f26;border-left:7px solid #1b1f26}.controlPanel:hover .controlPanel__hideCpBtn{right:-41px}.controlPanel__help{flex:1 1;margin:20px 15px;font-size:11px;letter-spacing:2px;text-transform:uppercase;text-align:left;cursor:pointer;-webkit-transition:.2s;transition:.2s}.controlPanel__help:hover{color:#a5a9af}.controlPanel__hidder{position:absolute;right:-7px;top:calc(50% + 80px);height:70px;width:42px;z-index:2;border-right:7px solid #1b1f26}.controlPanel__hideCpBtn,.controlPanel__showCpBtn{position:absolute;top:calc(50% + 90px);right:0;width:30px;height:50px;z-index:1;border-radius:0 50px 50px 0;border:4px solid #1b1f26;border-left:7px solid transparent;background:#1f262d;-webkit-transition:.5s;transition:.5s}.controlPanel__hideCpBtn:hover,.controlPanel__showCpBtn:hover{cursor:pointer;right:-41px}.controlPanel__hideCpBtn:after,.controlPanel__hideCpBtn:before,.controlPanel__showCpBtn:after,.controlPanel__showCpBtn:before{position:absolute;content:""}.controlPanel__hideCpBtn:before,.controlPanel__showCpBtn:before{top:50%;left:8px;height:3px;width:17px;background:#a5a9af}.controlPanel__hideCpBtn:after,.controlPanel__showCpBtn:after{top:calc(50% - 4px);left:6px;width:8px;height:8px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);background:transparent;border-top:3px solid #a5a9af;border-right:3px solid #a5a9af}.controlPanel__showCpBtn{top:calc(50% + 50px);right:auto;left:0;border-left:7px solid #1b1f26}.controlPanel__showCpBtn:before{left:4px}.controlPanel__showCpBtn:after{left:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.controlPanel__version{position:absolute;flex:1 1;padding:10px 15px;bottom:0;right:0;color:#a5a9af;letter-spacing:2px;font-size:9px;text-align:right;font-weight:700}.gameHeader{flex:1 1;text-transform:uppercase;text-align:center;font-size:1.7em;color:#a5a9af}.gameHeader h1{margin:15px 10px;line-height:1.2em}.credits{display:flex;flex-direction:row;flex-wrap:nowrap;position:absolute;bottom:0;width:calc(100% - 30px);margin:25px 15px}.credits__logo{flex:1 1;max-width:35px;padding:5px 15px 5px 0}.credits__logo img{width:100%}.credits__desc{display:flex;align-items:center;justify-content:center}.credits__desc a{color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:.6em;font-weight:400;text-decoration:none}.characters{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;margin:25px 0;padding:0 15px}.characters__char{flex:1 1;max-width:55px;margin:4px}.characters__char:hover{cursor:pointer;color:#eee!important}.characters__char img{width:100%}.characters__char span{display:block;text-align:center;text-overflow:ellipsis;overflow:hidden;-webkit-transition:.3s;transition:.3s;color:inherit}.help{display:flex;flex-direction:column;z-index:99;max-width:70%;padding:20px 30px 50px;box-sizing:border-box;max-height:60%;overflow-y:auto;background-color:rgba(0,0,0,.6)}.help__header{flex:1 1;margin-bottom:20px;font-weight:700;letter-spacing:4px;text-align:center;text-transform:uppercase}.help__box{flex:1 1}.help__box h3{margin-bottom:0}.help__box ul{margin-top:5px}.helpWrapper{width:100vw;height:100vh;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center}.gameInfo{display:flex;min-width:100%;height:60px;box-sizing:border-box;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto;background-color:#1f262d;border:7px solid #1b1f26}.gameInfo::-webkit-scrollbar{width:8px;height:8px}.gameInfo::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.6)}.gameInfo::-webkit-scrollbar-thumb{background-color:#262d38;outline:1px solid red}.item{display:flex;flex-direction:row;flex-wrap:nowrap;margin:0 15px;max-width:74px}.item__pic{flex:1 1;max-height:100%;padding:8px}.item__pic img{display:block;height:100%}.item__value{display:flex;justify-content:center;align-items:center;padding:8px 4px}.item__value span{display:block;width:40px;font-size:1.2em;font-weight:400}.item__value--timer{min-width:60px}.boardWindow{flex:1 1;height:calc(100% - 60px);position:relative;z-index:0;overflow:hidden;border-top:7px solid #1b1f26;border-right:7px solid #1b1f26;border-left:7px solid #1b1f26;background-color:#1d1d1e}.board{position:absolute;display:flex;flex-direction:row;flex-wrap:wrap;border:3px solid #343a42}
/*# sourceMappingURL=main.8de50998.chunk.css.map */