@import url(https://fonts.googleapis.com/css2?family=Chewy&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);*{font-family:"Chewy",cursive;color:#f2b33d}body{display:flex;background-color:#f2e1c2;flex-direction:column;justify-content:center;align-content:center;align-items:center;font-size:21px;width:100%;position:absolute;height:100%;margin:0;padding:0;box-sizing:border-box}.text{order:2;padding-top:40px;width:440px;font-weight:700}.board{order:1;width:440px;height:440px;padding:5px;background-color:rgba(98,0,255,.16);border-radius:7px;outline:none;position:relative;margin-top:60px}.board .cell,.tile{cursor:default}.board .cell,.details-box,.tile{-webkit-user-select:none;-ms-user-select:none;user-select:none}.details-box{display:flex;align-items:center;padding:10px;justify-content:space-between}.details-box h1{color:#f25c69;font-size:4rem;padding:0;margin:0;width:50%}.resetButton{background-color:#3d2963;cursor:pointer;font-size:25px;padding:10px 20px;border-radius:7px;text-align:center;margin-bottom:10px;margin-left:63%;width:27%;color:gold;transition:color .3s ease,background-color .3s ease;-webkit-user-select:none;-ms-user-select:none;user-select:none}.resetButton:hover{background-color:#d3386a;color:#fff;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .09s ease-out}.score-header{font-size:1.2rem}.score-box{background-color:#3d2963;color:hsla(0,0%,100%,.5);min-width:50px;padding:5px 15px;border-radius:7px;margin-left:10px}.points{color:#fff}.score{width:25%}.highest-scroe{width:35%}.cell,.tile{width:100px;height:100px;margin:5px;line-height:90px;display:inline-block;font-size:55px;font-weight:700;text-align:center;vertical-align:middle;border-radius:7px;color:#fff;background-color:#448199}.tile0{background-color:#dcb}.tile2{background-color:#41c9b8}.tile4{background-color:#00b2a1}.tile8{background-color:#ed5471}.tile16{background-color:#e73c75}.tile32{background-color:#b81c64}.tile64{background-color:#9e005d}.tile128{background-color:#ffb33c}.tile256{background-color:#f68530;font-size:45px}.tile512{background-color:#e85938;font-size:45px}.tile1024{background-color:#57407c;font-size:35px}.tile2048{background-size:contain;left:0;right:0;top:0;bottom:0;padding:0;color:#fff;background-image:url(/static/media/2048.f327dac3.gif);font-size:35px}.tile,.tile2048{position:absolute}.tile{display:flex;justify-content:center;align-items:center}.tile.merged{display:none}.tile.merged.isMoving{display:inline}.overlay,.tile.new{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:newTile;animation-name:newTile;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-transform:scale(0);transform:scale(0)}@-webkit-keyframes newTile{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes newTile{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.overlay{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;left:0;right:0;font-size:55px;font-weight:bolder;border-radius:7px}.tryAgain{background-color:#876;color:#fff;height:40px;width:200px;font-size:20px;font-weight:700;cursor:pointer;border-radius:5px;border:2px solid #fff}.gameOver{display:flex;flex-direction:column;align-items:center;position:absolute;padding-top:30%;top:0;right:0;bottom:0;left:0;z-index:100;text-align:center;background:rgba(87,64,124,.51)}.gameOver button{padding:5px 10px;font-size:2rem;color:gold;cursor:pointer;border:none;border-radius:5px;margin-top:10px;background-color:rgba(65,105,225,.7)}.gameOver button:hover{-webkit-transform:scale(1.1);transform:scale(1.1);background-color:#4169e1;transition:all .09s ease-in}.overlay .message{color:#666}.score-addition{position:absolute;z-index:1;top:0;left:50%;font-size:3rem;-webkit-animation:move-up .6s ease-in 1;animation:move-up .6s ease-in 1;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes move-up{0%{top:25px;opacity:1}to{top:-50px;opacity:0}}@keyframes move-up{0%{top:25px;opacity:1}to{top:-50px;opacity:0}}.logo.is-animetion{margin-top:.6em}.logo.is-animetion span{display:inline-block;width:48px;-webkit-animation:wave-text 1s ease-in-out infinite;animation:wave-text 1s ease-in-out infinite;font-size:6rem}.logo.is-animetion span:first-of-type{color:#41c9b8;-webkit-animation-delay:0s;animation-delay:0s}.logo.is-animetion span:nth-of-type(2){color:#00b2a1;-webkit-animation-delay:.1s;animation-delay:.1s}.logo.is-animetion span:nth-of-type(3){color:#ed5471;-webkit-animation-delay:.2s;animation-delay:.2s}.logo.is-animetion span:nth-of-type(4){color:#ed5471;-webkit-animation-delay:.3s;animation-delay:.3s}.logo.is-animetion span:nth-of-type(5){color:#00b2a1;-webkit-animation-delay:.4s;animation-delay:.4s}.logo.is-animetion span:nth-of-type(6){color:#b81c64;-webkit-animation-delay:.3s;animation-delay:.3s}.logo.is-animetion span:nth-of-type(7){color:#ffb33c;-webkit-animation-delay:.2s;animation-delay:.2s}.logo.is-animetion span:nth-of-type(8){color:#f68530;-webkit-animation-delay:.1s;animation-delay:.1s}.logo.is-animetion span:nth-of-type(9){color:#e85938;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes wave-text{00%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes wave-text{00%{-webkit-transform:translateY(0);transform:translateY(0)}60%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.position_0_0:not(.isMoving){top:5px;left:5px}.position_0_1:not(.isMoving){top:5px;left:115px}.position_0_2:not(.isMoving){top:5px;left:225px}.position_0_3:not(.isMoving){top:5px;left:335px}.position_1_0:not(.isMoving){top:115px;left:5px}.position_1_1:not(.isMoving){top:115px;left:115px}.position_1_2:not(.isMoving){top:115px;left:225px}.position_1_3:not(.isMoving){top:115px;left:335px}.position_2_0:not(.isMoving){top:225px;left:5px}.position_2_1:not(.isMoving){top:225px;left:115px}.position_2_2:not(.isMoving){top:225px;left:225px}.position_2_3:not(.isMoving){top:225px;left:335px}.position_3_0:not(.isMoving){top:335px;left:5px}.position_3_1:not(.isMoving){top:335px;left:115px}.position_3_2:not(.isMoving){top:335px;left:225px}.position_3_3:not(.isMoving){top:335px;left:335px}.row_from_0_to_0{top:5px}.row_from_0_to_1{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_0_to_1;animation-name:row_from_0_to_1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_0_to_1{0%{top:5px}to{top:115px}}@keyframes row_from_0_to_1{0%{top:5px}to{top:115px}}.row_from_0_to_2{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_0_to_2;animation-name:row_from_0_to_2;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_0_to_2{0%{top:5px}to{top:225px}}@keyframes row_from_0_to_2{0%{top:5px}to{top:225px}}.row_from_0_to_3{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_0_to_3;animation-name:row_from_0_to_3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_0_to_3{0%{top:5px}to{top:335px}}@keyframes row_from_0_to_3{0%{top:5px}to{top:335px}}.row_from_1_to_0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_1_to_0;animation-name:row_from_1_to_0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_1_to_0{0%{top:115px}to{top:5px}}@keyframes row_from_1_to_0{0%{top:115px}to{top:5px}}.row_from_1_to_1{top:115px}.row_from_1_to_2{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_1_to_2;animation-name:row_from_1_to_2;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_1_to_2{0%{top:115px}to{top:225px}}@keyframes row_from_1_to_2{0%{top:115px}to{top:225px}}.row_from_1_to_3{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_1_to_3;animation-name:row_from_1_to_3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_1_to_3{0%{top:115px}to{top:335px}}@keyframes row_from_1_to_3{0%{top:115px}to{top:335px}}.row_from_2_to_0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_2_to_0;animation-name:row_from_2_to_0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_2_to_0{0%{top:225px}to{top:5px}}@keyframes row_from_2_to_0{0%{top:225px}to{top:5px}}.row_from_2_to_1{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_2_to_1;animation-name:row_from_2_to_1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_2_to_1{0%{top:225px}to{top:115px}}@keyframes row_from_2_to_1{0%{top:225px}to{top:115px}}.row_from_2_to_2{top:225px}.row_from_2_to_3{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_2_to_3;animation-name:row_from_2_to_3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_2_to_3{0%{top:225px}to{top:335px}}@keyframes row_from_2_to_3{0%{top:225px}to{top:335px}}.row_from_3_to_0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_3_to_0;animation-name:row_from_3_to_0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_3_to_0{0%{top:335px}to{top:5px}}@keyframes row_from_3_to_0{0%{top:335px}to{top:5px}}.row_from_3_to_1{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_3_to_1;animation-name:row_from_3_to_1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_3_to_1{0%{top:335px}to{top:115px}}@keyframes row_from_3_to_1{0%{top:335px}to{top:115px}}.row_from_3_to_2{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:row_from_3_to_2;animation-name:row_from_3_to_2;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes row_from_3_to_2{0%{top:335px}to{top:225px}}@keyframes row_from_3_to_2{0%{top:335px}to{top:225px}}.row_from_3_to_3{top:335px}.column_from_0_to_0{left:5px}.column_from_0_to_1{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_0_to_1;animation-name:column_from_0_to_1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_0_to_1{0%{left:5px}to{left:115px}}@keyframes column_from_0_to_1{0%{left:5px}to{left:115px}}.column_from_0_to_2{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_0_to_2;animation-name:column_from_0_to_2;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_0_to_2{0%{left:5px}to{left:225px}}@keyframes column_from_0_to_2{0%{left:5px}to{left:225px}}.column_from_0_to_3{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_0_to_3;animation-name:column_from_0_to_3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_0_to_3{0%{left:5px}to{left:335px}}@keyframes column_from_0_to_3{0%{left:5px}to{left:335px}}.column_from_1_to_0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_1_to_0;animation-name:column_from_1_to_0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_1_to_0{0%{left:115px}to{left:5px}}@keyframes column_from_1_to_0{0%{left:115px}to{left:5px}}.column_from_1_to_1{left:115px}.column_from_1_to_2{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_1_to_2;animation-name:column_from_1_to_2;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_1_to_2{0%{left:115px}to{left:225px}}@keyframes column_from_1_to_2{0%{left:115px}to{left:225px}}.column_from_1_to_3{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_1_to_3;animation-name:column_from_1_to_3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_1_to_3{0%{left:115px}to{left:335px}}@keyframes column_from_1_to_3{0%{left:115px}to{left:335px}}.column_from_2_to_0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_2_to_0;animation-name:column_from_2_to_0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_2_to_0{0%{left:225px}to{left:5px}}@keyframes column_from_2_to_0{0%{left:225px}to{left:5px}}.column_from_2_to_1{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_2_to_1;animation-name:column_from_2_to_1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_2_to_1{0%{left:225px}to{left:115px}}@keyframes column_from_2_to_1{0%{left:225px}to{left:115px}}.column_from_2_to_2{left:225px}.column_from_2_to_3{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_2_to_3;animation-name:column_from_2_to_3;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_2_to_3{0%{left:225px}to{left:335px}}@keyframes column_from_2_to_3{0%{left:225px}to{left:335px}}.column_from_3_to_0{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_3_to_0;animation-name:column_from_3_to_0;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_3_to_0{0%{left:335px}to{left:5px}}@keyframes column_from_3_to_0{0%{left:335px}to{left:5px}}.column_from_3_to_1{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_3_to_1;animation-name:column_from_3_to_1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_3_to_1{0%{left:335px}to{left:115px}}@keyframes column_from_3_to_1{0%{left:335px}to{left:115px}}.column_from_3_to_2{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:column_from_3_to_2;animation-name:column_from_3_to_2;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes column_from_3_to_2{0%{left:335px}to{left:225px}}@keyframes column_from_3_to_2{0%{left:335px}to{left:225px}}.column_from_3_to_3{left:335px}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}.TipsTricks{max-width:450px;position:absolute;top:0;background:#f2e1c2;-webkit-animation:popup .3s ease forwards;animation:popup .3s ease forwards;z-index:10}.TipsTricks h1{color:#827254;padding-bottom:5px;border-bottom:3px solid #827254}.TipsTricks .section p,.TipsTricks h1,.TipsTricks h3{font-family:"Roboto",sans-serif}.TipsTricks .section p{color:#827254}@-webkit-keyframes popup{0%{opacity:0}to{opacity:1}}.TipsTricks-close-btn{display:inline-block;position:absolute;top:2%;right:0;font-size:2rem;cursor:pointer;text-decoration:underline}.TipsTricks-close-btn:hover{color:#9e005d}.TipsTricks-back-btn{display:inline-block;font-size:2rem;cursor:pointer;text-decoration:underline;margin-bottom:40px}.TipsTricks-back-btn:hover{color:#9e005d}.idea-icon{position:absolute;left:90%;top:5%;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer}.idea-icon .tooltiptext{visibility:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}.idea-icon svg{width:50px}.idea-icon svg:hover{fill:#9e005d;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .07s ease-in-out}.idea-icon:hover .tooltiptext{visibility:visible}.howtoplay-btn{position:absolute;right:90%;top:5%;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer}.howtoplay-btn .tooltiptext{visibility:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none;margin-top:10px}.howtoplay-btn svg{width:40px}.howtoplay-btn svg:hover{fill:#9e005d;-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .07s ease-in-out}.howtoplay-btn:hover .tooltiptext{visibility:visible}.popup-background{width:100%;height:100%;background:linear-gradient(90deg,#11998e,#91e4b0);opacity:.7}.howtoplay-popup,.popup-background{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.howtoplay-popup{width:500px;padding:10px 30px;height:500px;background:#f2e1c2;border-radius:10px;-webkit-animation:popup 1.3s ease forwards;animation:popup 1.3s ease forwards;z-index:10;display:flex;flex-direction:column;align-items:center}.howtoplay-popup p{color:#827254;text-align:center}.howtoplay-popup .close-btn{padding:5px 15px;font-size:1.6rem;color:#fff;cursor:pointer;position:absolute;top:0;right:0}.howtoplay-popup .close-btn:hover{color:#9e005d;font-size:1.8rem;transition:all .07s ease-in-out}@keyframes popup{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.a477627a.chunk.css.map */