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{background-color:#36454f;color:#fff;flex-direction:column;justify-content:center;min-height:100vh;text-align:center}.App,.color-picker-row{align-items:center;display:flex}.color-picker-row{gap:10px;margin-bottom:20px}.color-selection-container{display:flex;gap:10px;margin-top:0}.color-square{border:2px solid #fff;cursor:pointer;height:50px;transition:border-color .2s;width:50px}.color-square.red{background-color:#dc3545}.color-square.black{background-color:#343a40}.color-square:hover:not(.disabled){border-color:#007bff}.color-square.disabled{border-color:#6c757d;cursor:not-allowed;opacity:.5}.square{align-items:center;box-sizing:border-box;display:flex;font-size:2em;font-weight:700;height:75px;justify-content:center;width:75px}.light{background-color:#f0d9b5}.dark{background-color:#b58863}.piece{align-items:center;border-radius:50%;box-shadow:inset 2px 2px 5px #fff3,inset -2px -2px 5px #0006,5px 5px 10px #0009;color:#fff;display:flex;font-size:1.5em;height:62.5px;justify-content:center;width:62.5px}.piece.selected{box-shadow:inset 3px 3px 8px #fff6,inset -3px -3px 8px #0009,8px 8px 15px #000c}.red{background-color:#b02a37}.black{background-color:#343a40}.king{border:2px solid gold}.board-grid{border:4px solid #333;display:grid;grid-template-columns:repeat(8,75px);grid-template-rows:repeat(8,1fr)}.disabled-board{filter:grayscale(30%);opacity:.7;pointer-events:none}
/*# sourceMappingURL=main.fc6e9579.css.map*/