#root{width:80%;margin:0 auto;padding:0;text-align:center}.black{background-color:#d48e46}.white{background-color:#face9d}.shadow{box-shadow:2px 2px 10px #0009}.chessTable{position:relative;border:2px solid black;border-radius:10px}[id="0"]{border-top-left-radius:8px}[id="7"]{border-top-right-radius:8px}[id="56"]{border-bottom-left-radius:8px}[id="63"]{border-bottom-right-radius:8px}.chessCell{box-sizing:border-box;width:100px;height:100px;position:relative;-webkit-user-select:none;user-select:none;transition:border-width .08s ease-out,border-color .08s ease-out,background-color .08s ease-out}.chessCell.selected{background-color:#dfc242;border:2px solid rgb(0 0 0 / .2)}.chessCell.lastMove:after{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;content:"";z-index:0;background-color:#28ff6433}.chessCell.isValidMove:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:25px;height:25px;background-color:#0003;border-radius:50%}.chessCell.eatable{border:3px solid rgba(84,53,3,.5)}.chessRow{display:flex}.chessRowLabel{width:50px;height:100px;position:absolute;left:-50px;display:flex;justify-content:center;align-items:center;font-size:1.3em;pointer-events:none}.chessColLabel{width:100px;height:50px;position:absolute;bottom:-50px;display:flex;justify-content:center;align-items:center;font-size:1.3em;pointer-events:none}.chessPiece{position:absolute;z-index:1;-webkit-mask-image:radial-gradient(black 70%,transparent 80%);mask-image:radial-gradient(black 70%,transparent 80%);width:100%;height:100%;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease-out}.chessPiece.checked{background-color:red;-webkit-mask-image:radial-gradient(black 50%,transparent 80%);mask-image:radial-gradient(black 50%,transparent 80%)}.chessPiece.end{pointer-events:none}.timer{width:200px;height:800px;display:flex;justify-content:space-between;flex-direction:column}.player{display:flex;width:100%;height:50px;border:1px solid black;border-radius:10px;background-color:#323232;justify-content:center;align-items:center;font-weight:500;transition:box-shadow .3s ease-out}.player.active{box-shadow:1px 0 10px #fff9}.activateIA{margin-top:10px;padding:6%;border:1px solid black;border-radius:10px;background-color:#323232;color:#fff;cursor:pointer;transition:background-color .2s ease-out}.activateIA:hover{background-color:#3a3a3a}.activateIA:active,.activateIA.activated{background-color:#212121}.restartGameContainer{width:150px}.restartGame{width:100%;border:1px solid black;background-color:#323232;color:#fff;border-radius:10px;padding:10px;cursor:pointer}.gameContainer{width:100%;height:100%;display:flex;justify-content:space-evenly;align-items:center}.winnerContainer{z-index:1;position:absolute;background-color:#0000001a;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.winner{z-index:1;font-size:1em;color:#fff;background-color:#060606f2;border:1px solid black;padding:1em;border-radius:10px}.crownedContainer{z-index:2;position:absolute;box-sizing:border-box;background-color:#8b5a29f2;top:-65px;border:2px solid black;padding:8px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:8px}.crownablePiece{border-radius:5px;box-sizing:border-box;width:70px;background-color:#d48e46cc;border:2px solid rgb(106,66,25);transition:background-color .08s ease-out}.crownablePiece:hover{background-color:#a36c34cc;cursor:pointer}.crownablePieceImage{width:100%;height:100%}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1b1b1b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-height:100vh}
