body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{align-items:center;display:flex;height:100vh;justify-content:center}.game{border:.125rem solid #483d8b;overflow:hidden;width:25rem}.game-header p{font-size:.75rem;margin:1rem 0;text-align:center}.game-board{background-color:#483d8b;color:#fff;display:grid;justify-content:center;padding:2rem 0;position:relative}.game-board table{aspect-ratio:1/1;display:grid;grid-template-rows:repeat(3,1fr);height:15rem}.game-board table tr{display:grid;grid-template-columns:repeat(3,1fr)}.game-board table tr:not(:last-child){border-bottom:.25rem solid #9400d3}.game-board table tr td{cursor:pointer;font-size:2rem;line-height:0;text-align:center}.game-board table tr td:not(:last-child){-webkit-border-end:.25rem solid #9400d3;border-inline-end:.25rem solid #9400d3}.game-board .status-modal{background-color:#483d8b;cursor:pointer;display:none;font-size:2rem;height:100%;left:0;position:absolute;top:0;width:100%}.game-board .status-modal.show{align-items:center;display:flex;justify-content:center}.game-footer button{background-color:transparent;border:none;color:#483d8b;cursor:pointer;font-weight:700;padding:1rem;width:100%}
/*# sourceMappingURL=main.d17feb88.css.map*/