.Cell{align-items:center;border:1px solid #000;cursor:pointer;display:flex;height:var(--cell-size);justify-content:center;position:relative;width:var(--cell-size)}.Cell:first-child,.Cell:nth-child(2),.Cell:nth-child(3){border-top:none}.Cell:nth-child(3n+1){border-left:none}.Cell:nth-child(3n+3){border-right:none}.Cell:last-child,.Cell:nth-child(7),.Cell:nth-child(8){border-bottom:none}.Cell.o,.Cell.x{cursor:not-allowed}.Cell.o:before,.Cell.x:after,.Cell.x:before{background-color:#000}.Cell:not(.x):not(.o):hover:after,.Cell:not(.x):not(.o):hover:before{background-color:#d3d3d3}.Board.x .Cell:not(.x):not(.o):hover:after,.Board.x .Cell:not(.x):not(.o):hover:before,.Cell.x:after,.Cell.x:before{content:"";height:var(--mark-size);position:absolute;width:calc(var(--mark-size)*0.15)}.Board.x .Cell:not(.x):not(.o):hover:after,.Cell.x:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.Board.x .Cell:not(.x):not(.o):hover:before,.Cell.x:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Board.o .Cell:not(.x):not(.o):hover:after,.Board.o .Cell:not(.x):not(.o):hover:before,.Cell.o:after,.Cell.o:before{border-radius:50%;content:"";position:absolute}.Board.o .Cell:not(.x):not(.o):hover:before,.Cell.o:before{height:var(--mark-size);width:var(--mark-size)}.Board.o .Cell:not(.x):not(.o):hover:after,.Cell.o:after{background-color:#fff;height:calc(var(--mark-size)*0.7);width:calc(var(--mark-size)*0.7)}.Board{align-content:center;display:grid;grid-template-columns:repeat(3,auto);height:100vh;width:100vw}.Board,.Popup{align-items:center;justify-content:center}.Popup{background-color:rgba(0,0,0,.9);bottom:0;color:#fff;display:flex;flex-direction:column;font-size:5rem;left:0;right:0;top:0;position:fixed}.Popup button{background-color:#fff;border:1px solid #000;color:#000;cursor:pointer;font-size:3rem;padding:.25em .5em}.Popup button:hover{background-color:#000;border-color:#fff;color:#fff}*,:after,:before{box-sizing:border-box}body{margin:0}:root{--cell-size:100px;--mark-size:calc(var(--cell-size)*0.9)}
/*# sourceMappingURL=main.e14e618d.chunk.css.map */