.footer{margin:auto;padding:1rem;text-align:center}.dark .footer{color:grey}a.rsschool{display:-webkit-flex;display:flex;margin-bottom:.5rem;height:36px;background-image:url(/static/media/rs_school.ad178c0d.svg);background-repeat:no-repeat;background-size:contain;background-position:50%;transition:opacity .2s;opacity:.55}a.rsschool:hover{opacity:.7}.dark a.rsschool{-webkit-filter:invert(1);filter:invert(1)}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;background-color:#fafafa}body.dark{background-color:#202020}#root{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;padding:1rem 0}.square{border:none;margin:1px;font-weight:700;line-height:34px;padding:0;background-color:hsla(0,0%,100%,.75);text-align:center;cursor:pointer;text-shadow:0 0 8px rgba(0,0,0,.3);transition:opacity .2s,width .5s,height .5s,font .5s,background .5s,border .5s}.square.winner{-webkit-animation:bounce 1s ease-in-out infinite;animation:bounce 1s ease-in-out infinite}.square.fade{-webkit-animation:fade .25s ease-out 1;animation:fade .25s ease-out 1}.square.shake{-webkit-animation:shake .25s ease-out 1;animation:shake .25s ease-out 1}.square.large{width:8rem;height:8rem;font-size:3.5rem}.square.medium{width:7rem;height:7rem;font-size:3rem}.square.small{width:6rem;height:6rem;font-size:2.5rem}.square.extraSmall{width:4rem;height:4rem;font-size:2rem}.square.extraSmall.fade{-webkit-animation:xsFade .25s ease-out 1;animation:xsFade .25s ease-out 1}.square.extraSmall.winner{-webkit-animation:xsBounce 1s ease-in-out infinite;animation:xsBounce 1s ease-in-out infinite}.square:focus{outline:none}.square.focus{opacity:.8}@-webkit-keyframes bounce{50%{font-size:4rem}}@keyframes bounce{50%{font-size:4rem}}@-webkit-keyframes xsBounce{50%{font-size:2.5rem}}@keyframes xsBounce{50%{font-size:2.5rem}}@-webkit-keyframes shake{0%{-webkit-transform:translate(2px,1px) rotate(0deg)}10%{-webkit-transform:translate(-1px,-2px) rotate(-1deg)}20%{-webkit-transform:translate(-3px) rotate(1deg)}30%{-webkit-transform:translateY(2px) rotate(0deg)}40%{-webkit-transform:translate(1px,-1px) rotate(1deg)}50%{-webkit-transform:translate(-1px,2px) rotate(-1deg)}60%{-webkit-transform:translate(-3px,1px) rotate(0deg)}70%{-webkit-transform:translate(2px,1px) rotate(-1deg)}80%{-webkit-transform:translate(-1px,-1px) rotate(1deg)}90%{-webkit-transform:translate(2px,2px) rotate(0deg)}to{-webkit-transform:translate(1px,-2px) rotate(-1deg)}}@keyframes shake{0%{-webkit-transform:translate(2px,1px) rotate(0deg)}10%{-webkit-transform:translate(-1px,-2px) rotate(-1deg)}20%{-webkit-transform:translate(-3px) rotate(1deg)}30%{-webkit-transform:translateY(2px) rotate(0deg)}40%{-webkit-transform:translate(1px,-1px) rotate(1deg)}50%{-webkit-transform:translate(-1px,2px) rotate(-1deg)}60%{-webkit-transform:translate(-3px,1px) rotate(0deg)}70%{-webkit-transform:translate(2px,1px) rotate(-1deg)}80%{-webkit-transform:translate(-1px,-1px) rotate(1deg)}90%{-webkit-transform:translate(2px,2px) rotate(0deg)}to{-webkit-transform:translate(1px,-2px) rotate(-1deg)}}@-webkit-keyframes fade{0%{font-size:0}50%{font-size:4rem;opacity:.5}}@keyframes fade{0%{font-size:0}50%{font-size:4rem;opacity:.5}}@-webkit-keyframes xsFade{0%{font-size:0}50%{font-size:2.5rem;opacity:.5}}@keyframes xsFade{0%{font-size:0}50%{font-size:2.5rem;opacity:.5}}.game-board{padding:1px;display:grid}.menu-li{text-align:center}.btn-info{position:absolute;left:1rem;top:1rem;font-size:1.5rem;color:#fff;cursor:pointer;transition:opacity .1s,-webkit-transform .1s ease-out;transition:transform .1s ease-out,opacity .1s;transition:transform .1s ease-out,opacity .1s,-webkit-transform .1s ease-out}.btn-info:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.btn-info:active{opacity:.5}.settings__sound{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.settings__sound div:last-child{margin-left:20px;width:100%}.ant-radio-button-wrapper.Autumn{background:#f0a500!important}.ant-radio-button-wrapper.Winter{background-color:#79bac1!important}.ant-radio-button-wrapper.Spring{background-color:#a3de83!important}.btn-settings{position:absolute;right:1rem;top:1rem;font-size:1.5rem;color:#fff;cursor:pointer;transition:opacity .1s,-webkit-transform .25s ease-out;transition:transform .25s ease-out,opacity .1s;transition:transform .25s ease-out,opacity .1s,-webkit-transform .25s ease-out}.btn-settings:active,.btn-settings:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-settings:active{opacity:.7}.game{margin:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:.4rem;transition:opacity .5s;-webkit-animation:show .5s ease-in;animation:show .5s ease-in}@-webkit-keyframes show{0%{opacity:0}to{opacity:1}}@keyframes show{0%{opacity:0}to{opacity:1}}.game-controls{padding:1rem;position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;color:#fff}.game-controls button{margin-bottom:1rem}.game-history{padding:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;border-bottom-right-radius:.4rem;border-bottom-left-radius:.4rem;background-color:transparent}.game.Autumn{background:linear-gradient(#f0a500,#e45826);box-shadow:0 0 16px -4px #4a3933}.game.Winter{background:linear-gradient(#79bac1,#2a7886);box-shadow:0 0 16px -4px #512b58}.game.Spring{background:linear-gradient(#a3de83,#2eb872);box-shadow:0 0 16px -4px #ff5d6e}
/*# sourceMappingURL=main.af147b3c.chunk.css.map */