.page-module__ULLVQa__gamepage-main{touch-action:none;justify-content:center;align-items:center;display:flex}
.gameOf15-module__EHUBIq__game-section{--btn-short-length:35px;--border-rad:15px;flex-direction:column;display:flex;position:relative}.gameOf15-module__EHUBIq__game-board{background-color:var(--dark-color);--gap:clamp(.2rem, .1rem + 1vw, .5rem);gap:var(--gap);padding:var(--gap);box-shadow:0px 0px 30px 4px var(--dark-color);--cell-width:clamp(50px, 45px + 4vw, 100px);--cell-height:clamp(50px, 45px + 4vw, 100px);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.gameOf15-module__EHUBIq__board-cell{background-color:var(--light-color);width:var(--cell-width);height:var(--cell-height);border-radius:var(--border-rad)}.gameOf15-module__EHUBIq__tiles-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.gameOf15-module__EHUBIq__board-tile{width:var(--cell-width);height:var(--cell-height);border-radius:calc(var(--border-rad) - 2px);background-color:var(--medium-color);color:var(--light-color);will-change:all;justify-content:center;align-items:center;font-size:clamp(1rem,.8rem + 2vw,2.2rem);transition:all 70ms linear;display:flex;position:absolute}.gameOf15-module__EHUBIq__board-wrapper{display:flex}.gameOf15-module__EHUBIq__move-button{background-color:var(--dark-color);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;display:flex}.gameOf15-module__EHUBIq__move-button img{width:40px;filter:var(--light-color-filter);pointer-events:none;-webkit-user-select:none;user-select:none}.gameOf15-module__EHUBIq__move-button:hover,.gameOf15-module__EHUBIq__move-button:active,.gameOf15-module__EHUBIq__move-button:focus{background-color:var(--medium-color)}.gameOf15-module__EHUBIq__move-left,.gameOf15-module__EHUBIq__move-right{width:var(--btn-short-length)}.gameOf15-module__EHUBIq__move-up,.gameOf15-module__EHUBIq__move-down{height:var(--btn-short-length)}.gameOf15-module__EHUBIq__move-up{border-top-left-radius:var(--border-rad);border-top-right-radius:var(--border-rad)}.gameOf15-module__EHUBIq__move-down{border-bottom-left-radius:var(--border-rad);border-bottom-right-radius:var(--border-rad)}.gameOf15-module__EHUBIq__move-down img{transform:rotate(180deg)}.gameOf15-module__EHUBIq__move-left img{transform:rotate(-90deg)}.gameOf15-module__EHUBIq__move-right img{transform:rotate(90deg)}.gameOf15-module__EHUBIq__reset-btn{cursor:pointer;background:0 0;border:none;width:clamp(2px,15px + 2vw,30px);transition:transform .1s linear;display:flex;position:absolute;bottom:103%;left:5%}.gameOf15-module__EHUBIq__reset-btn img{width:100%}.gameOf15-module__EHUBIq__reset-btn:hover{transform:scale(1.1)rotate(60deg)}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile1:before{content:"1"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile2:before{content:"2"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile3:before{content:"3"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile4:before{content:"4"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile5:before{content:"5"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile6:before{content:"6"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile7:before{content:"7"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile8:before{content:"8"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile9:before{content:"9"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile10:before{content:"10"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile11:before{content:"11"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile12:before{content:"12"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile13:before{content:"13"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile14:before{content:"14"}.gameOf15-module__EHUBIq__board-tile.gameOf15-module__EHUBIq__tile15:before{content:"15"}.gameOf15-module__EHUBIq__board-tile[data-row="0"]{top:calc(var(--gap))}.gameOf15-module__EHUBIq__board-tile[data-row="1"]{top:calc((var(--gap) * 2) + var(--cell-height))}.gameOf15-module__EHUBIq__board-tile[data-row="2"]{top:calc((var(--gap) * 3) + (var(--cell-height) * 2))}.gameOf15-module__EHUBIq__board-tile[data-row="3"]{top:calc((var(--gap) * 4) + (var(--cell-height) * 3))}.gameOf15-module__EHUBIq__board-tile[data-col="0"]{left:calc(var(--gap))}.gameOf15-module__EHUBIq__board-tile[data-col="1"]{left:calc((var(--gap) * 2) + var(--cell-width))}.gameOf15-module__EHUBIq__board-tile[data-col="2"]{left:calc((var(--gap) * 3) + (var(--cell-width) * 2))}.gameOf15-module__EHUBIq__board-tile[data-col="3"]{left:calc((var(--gap) * 4) + (var(--cell-width) * 3))}@media only screen and (max-width:426px){.gameOf15-module__EHUBIq__move-button{display:none}.gameOf15-module__EHUBIq__game-board{border-radius:var(--border-rad);box-shadow:none}}
.popop-module__fCmpSa__popup{background-color:var(--light-color);border:2px solid var(--dark-color);border-radius:5px;align-items:center;gap:.5rem;padding:.1rem .2rem;display:flex;position:absolute}.popop-module__fCmpSa__popup.popop-module__fCmpSa__centered{width:fit-content;margin:0 auto;left:0;right:0}.popop-module__fCmpSa__popup-msg{color:var(--dark-color);font-size:clamp(.8rem,.6rem + 2vw,1.1rem)}.popop-module__fCmpSa__popup-btn{cursor:pointer;background:0 0;border:none;width:30px;display:flex}.popop-module__fCmpSa__popup-btn img{width:100%;filter:var(--dark-color-filter)}.popop-module__fCmpSa__popup.popop-module__fCmpSa__fadeout{animation-name:popop-module__fCmpSa__fadeout;animation-duration:.4s;animation-timing-function:linear;animation-delay:1s;animation-fill-mode:forwards}@keyframes popop-module__fCmpSa__fadeout{0%{opacity:1}to{opacity:0}}
