svg.piece.white.onBlack>path:nth-child(1){fill:#fff}svg.bishop,svg.knight,svg.bishop,svg.queen,svg.king>path:nth-child(2){fill-rule:evenodd}svg.bishop,svg.knight>path:nth-child(2){clip-rule:evenodd}svg.piece.white>path:nth-child(2){fill:#fff}svg.piece.black>path:nth-child(3){fill:#fff}svg.piece.selected>path:nth-child(1){stroke-width:2;stroke-dasharray:3 2;stroke:#0349f4;animation-duration:1s;animation-name:selected-border;animation-iteration-count:infinite;animation-timing-function:linear;animation-direction:reverse}svg.piece.selected.rook>path:nth-child(1){animation-direction:normal}@keyframes selected-border{0%{stroke-dashoffset:0;stroke:#0349f4}50%{stroke:#03a9f4}to{stroke-dashoffset:5;stroke:#0349f4}}svg.piece.selected.black.onBlack>path:nth-child(1){stroke-width:3}svg.piece.rotated{transform:rotate(180deg)}#app{padding:20px;text-align:center}#footer{margin-top:20px;color:gray}#game{display:flex}#sidebar{display:flex;flex-direction:column;width:340px}#sidebar .promotion{display:flex;flex-direction:column}#sidebar .button{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:pointer;border:1px solid black;padding:10px}#sidebar .button.flash{animation:3s ease-out button-flash}@keyframes button-flash{0%{background-color:#d1fad7}}div.square{padding:16px}div.square.white{background-color:#fff}div.square.white.highlight{background-color:#d1fad7}div.square.black{background-color:#000}div.square.black.highlight{background-color:#052e0b}div.square.error{animation-duration:.5s;animation-name:error-flash;animation-iteration-count:1;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes error-flash{0%{background-color:red}}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
