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}.tile{display:grid;height:100px;place-content:center;width:100px}.black-tile{background-color:#779556}.white-tile{background-color:#ebecd0}.tile .chess-piece-image{width:80px}.tile .chess-piece:hover{cursor:grab}.tile .chess-piece:active{cursor:grabbing}.tile .chess-piece{background-position:50%;background-repeat:no-repeat;background-size:80px;height:100px;width:100px}.tile-highlight:not(.chess-piece-tile):before{background-color:#0006;border-radius:50%;content:" ";height:25px;width:25px}.tile-highlight.chess-piece-tile:before{border:5px solid #0006;border-radius:50%;content:" ";height:90px;position:absolute;width:90px}#chessboard{background-color:blue;display:grid;grid-template-columns:repeat(8,100px);grid-template-rows:repeat(8,100px);height:800px;width:800px}.modal{bottom:0;left:0;position:absolute;right:0;top:0}.modal.hidden{display:none}.modal .modal-body,.modal>.modal-body{align-items:center;background-color:#7f7f7fcc;display:flex;height:300px;justify-content:space-around;left:calc(50% - 400px);position:absolute;top:calc(50% - 150px);width:800px}.modal>.modal-body>img{border-radius:50%;height:120px;padding:20px}.modal>.modal-body>img:hover{background-color:#ffffff4d;cursor:pointer}.tile-highlight:before{background-color:#0006;border-radius:50%;content:" ";height:25px;width:25px}.modal>.modal-body .checkmate-body{display:flex;flex-direction:column;gap:48px}.modal>.modal-body .checkmate-body>span{font-size:32px}.modal>.modal-body .checkmate-body>button{background-color:#779556;border:none;border-radius:8px;color:#fff;font-size:32px;padding:24px 48px}.modal>.modal-body .checkmate-body>button:hover{cursor:pointer}#app{background:#202020;display:grid;height:100vh;place-content:center}
/*# sourceMappingURL=main.16d8b3eb.css.map*/