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}body{box-sizing:border-box}.game{margin:10px auto;padding:20px}.game__info{text-align:center}.game__state{margin-top:20px}.game__area{border:1px solid #000;margin:0 auto;width:494px;position:relative;line-height:0}.game__pieces{box-sizing:border-box;display:inline-flex;height:26px;width:26px;justify-content:center;align-items:center}.game__pieces--black,.game__pieces--null,.game__pieces--white{width:17px;height:17px}.game__pieces--white{border:1px solid #000;border-radius:50%;background-color:#fff}.game__pieces--black{border:1px solid #000;border-radius:50%;background-color:#000}.game__pieces--null{border:1px solid #fff;border-radius:50%;background-color:#fff;opacity:0;cursor:pointer}.game__pieces--null:hover{border:1px solid orange;border-radius:50%;background-color:orange;z-index:200}.game__lattice{border:1px solid #000;width:468px;position:absolute;top:11px;left:11px;z-index:-100}.game__squares{border:1px solid #000;height:24px;width:24px;display:inline-block}
/*# sourceMappingURL=main.0ab1dfc3.chunk.css.map */