body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-wrap{width:100%;height:100%;position:absolute}.game-field{background:#bbada0;border-radius:10px;display:flex;flex-wrap:wrap;padding:10px;position:relative;margin:20px auto}.map-cell{background:#ccc0b3;margin:5px;border-radius:5px}.game-cell{display:none;border-radius:5px;display:flex;align-items:center;justify-content:center;font-weight:900;position:absolute;-webkit-transition:all .175s ease;transition:all .175s ease;-webkit-animation:add-cell-anim .1s ease infinite;animation:add-cell-anim .1s ease infinite;-webkit-animation-iteration-count:1;animation-iteration-count:1}.header-wrap{display:flex;justify-content:space-between;margin:0 auto 15px;padding-top:10px}.score{background:#bbada0;border-radius:10px}.score-title{margin:4px 0 0;text-align:center;color:#ebe0d7}.score-value{text-align:center;margin:0;color:#fff;font-weight:900}.new-game-btn{text-align:center;align-self:flex-end;background:#8f7a66;color:#f9f6f2;outline:none;border:none;border-radius:5px}.lose-modal{width:100%;height:100%;background:rgba(217,216,215,.7);position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center}.modal-dialog{align-self:center}.modal-title{font-size:75px;font-family:Helvetica,sans-serif;margin:0 0 10px}.reload-btn{display:block;margin:0 auto;text-align:center;width:160px;height:50px;align-self:flex-end;background:#8f7a66;color:#f9f6f2;font-size:25px;outline:none;border:none;border-radius:5px}@media screen and (min-width:319px){.header-wrap{width:300px}.game-field{width:280px;height:280px}.game-cell,.map-cell{width:60px;height:60px}.game-cell{font-size:23px}.new-game-btn{width:100px;height:43px;font-size:17px}.score{width:100px;height:50px}.score-title{font-size:16px}.score-value{font-size:18px}@-webkit-keyframes add-cell-anim{0%{width:50px;height:50px}50%{width:65px;height:65px}to{width:60px;height:60px}}@keyframes add-cell-anim{0%{width:50px;height:50px}50%{width:65px;height:65px}to{width:60px;height:60px}}}@media screen and (min-width:479px){.header-wrap{width:420px}.game-field{width:440px;height:440px}.game-cell,.map-cell{width:100px;height:100px}.game-cell{font-size:30px}.new-game-btn{width:130px;height:50px;font-size:20px}.score{width:110px;height:60px}.score-title{font-size:18px}.score-value{font-size:20px}@-webkit-keyframes add-cell-anim{0%{width:90px;height:90px}50%{width:105px;height:105px}to{width:100px;height:100px}}@keyframes add-cell-anim{0%{width:90px;height:90px}50%{width:105px;height:105px}to{width:100px;height:100px}}}@media screen and (min-width:739px){.header-wrap{width:660px}.game-field{width:700px;height:700px}.game-cell,.map-cell{width:165px;height:165px}.game-cell{font-size:50px}.new-game-btn{width:150px;height:60px;font-size:25px}.score{width:140px;height:70px}.score-title{font-size:20px}.score-value{font-size:24px}@-webkit-keyframes add-cell-anim{0%{width:150px;height:150px}50%{width:170px;height:170px}to{width:165px;height:165px}}@keyframes add-cell-anim{0%{width:150px;height:150px}50%{width:170px;height:170px}to{width:165px;height:165px}}}
/*# sourceMappingURL=main.a546526e.chunk.css.map */