.game{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-30px;margin-top:-30px}.game .board,.game .game-info{margin-left:30px;margin-top:30px}.game .board{display:grid;grid-template-rows:repeat(3,34px);grid-template-columns:repeat(3,34px);width:102px;height:102px;border:1px solid #999}.game .board .square{border:1px solid #999;background:#fff;font-size:24px;font-weight:700;line-height:34px;height:34px;padding:0;text-align:center;width:34px;color:#666;cursor:default}.game .board .square.clickable{cursor:pointer}.game .board .square.highlight{color:#3e9de5}.game .board .square:focus{outline:none}.game .game-info h3{margin-top:0}.game .game-info ul{padding-left:30px}.game .game-info ul li{margin-bottom:12px}.game .game-info ul li p{margin:0}.game .game-info ul li p.enabled{cursor:pointer;color:#3e9de5}.game .game-info ul li p.disabled{font-weight:600}.game .game-info ul li p.mov-row-col-desc{font-size:.8em}body{margin:20px;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}
/*# sourceMappingURL=main.a2f99861.chunk.css.map */