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}ol li{padding-bottom:10px}.buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 550px){.buttons{grid-template-columns:1fr}}.board{display:inline-block;border:2px solid #333}.row{display:flex}.square{width:60px;height:60px;border:1px solid #999;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;cursor:pointer;background-color:#fff}.square:nth-child(odd){background-color:#f0d9b5}.square:nth-child(2n){background-color:#b58863}.selected{background-color:#7fff00!important}.possible{background-color:#afa!important}.player1{color:#00f}.player2{color:red}.status{margin-top:20px;font-size:24px}
