.board{display:-ms-grid;display:grid;-ms-grid-columns:(13vw)[3];grid-template-columns:repeat(3, 13vw);-ms-grid-rows:(13vw)[3];grid-template-rows:repeat(3, 13vw);-webkit-column-gap:2vw;column-gap:2vw;row-gap:2vw;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;margin-bottom:2vw}.Cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:13vw;height:13vw;-webkit-box-shadow:inset 16.5px 16.5px 33px #181d23,inset -16.5px -16.5px 33px #2c333f;box-shadow:inset 16.5px 16.5px 33px #181d23,inset -16.5px -16.5px 33px #2c333f}.nought{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:10vw;height:10vw;border-radius:50%;-webkit-animation-name:emerge;animation-name:emerge;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}.nought::after{content:"";width:7vw;height:7vw;border-radius:50%;-webkit-animation-name:emerge-inset;animation-name:emerge-inset;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}.cross{background:#222831;height:11vw;width:2vw;position:relative;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation-name:emerge;animation-name:emerge;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}.cross::before{background:#222831;content:"";height:2vw;left:2vw;top:4.5vw;position:absolute;width:4.5vw;-webkit-clip-path:inset(-40px -40px -40px 0px);clip-path:inset(-40px -40px -40px 0px);-webkit-animation-name:emerge;animation-name:emerge;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}.cross::after{background:#222831;content:"";height:2vw;left:-4.5vw;top:4.5vw;position:absolute;width:4.5vw;-webkit-clip-path:inset(-40px 0px -40px -40px);clip-path:inset(-40px 0px -40px -40px);-webkit-animation-name:emerge;animation-name:emerge;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes emerge{0%{}100%{-webkit-box-shadow:16.5px 16.5px 33px #181d23,-16.5px -16.5px 33px #2c333f;box-shadow:16.5px 16.5px 33px #181d23,-16.5px -16.5px 33px #2c333f}}@keyframes emerge{0%{}100%{-webkit-box-shadow:16.5px 16.5px 33px #181d23,-16.5px -16.5px 33px #2c333f;box-shadow:16.5px 16.5px 33px #181d23,-16.5px -16.5px 33px #2c333f}}@-webkit-keyframes emerge-inset{0%{}100%{-webkit-box-shadow:inset 16.5px 16.5px 33px #181d23,inset -16.5px -16.5px 33px #2c333f;box-shadow:inset 16.5px 16.5px 33px #181d23,inset -16.5px -16.5px 33px #2c333f}}@keyframes emerge-inset{0%{}100%{-webkit-box-shadow:inset 16.5px 16.5px 33px #181d23,inset -16.5px -16.5px 33px #2c333f;box-shadow:inset 16.5px 16.5px 33px #181d23,inset -16.5px -16.5px 33px #2c333f}}
/*# sourceMappingURL=TikTakToe.min.css.map */