@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap";.satranc365-chessboard{aspect-ratio:1/1;width:100%;max-width:100vh;max-height:100vh;position:relative;margin-bottom:36px;font-family:Roboto,sans-serif}.chessboard{width:100%;height:100%}.chessboard .cg-wrap coords.files coord:nth-child(2n),.chessboard .cg-wrap coords.files coord:nth-child(odd),.chessboard .cg-wrap coords.files.black coord:nth-child(2n),.chessboard .cg-wrap coords.files.black coord:nth-child(odd),.chessboard .cg-wrap coords.ranks coord:nth-child(2n),.chessboard .cg-wrap coords.ranks coord:nth-child(odd),.chessboard .cg-wrap coords.ranks.black coord:nth-child(2n),.chessboard .cg-wrap coords.ranks.black coord:nth-child(odd){color:#9e9e9e}.chessboard-container{position:absolute;inset:0;width:100%;height:100%;padding:20px;display:inline-block;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:8px;box-sizing:border-box}.chessboard-controls{position:absolute;left:0;right:0;bottom:0;transform:translateY(100%);z-index:9;width:100%;display:flex;border-bottom-right-radius:8px;border-bottom-left-radius:8px;overflow:hidden}.chessboard-controls__button{display:flex;justify-content:center;align-items:center;width:25%;height:36px;border:none;background-color:hsla(0,0%,100%,.5);cursor:pointer;color:#000}.chessboard-controls__button:hover:not(:disabled){background-color:rgba(0,0,0,.05)}.chessboard-controls__button:disabled{color:#d5d5d5}.chessboard-controls__icon{width:24px;height:24px;display:inline-block}.board{position:relative}.board,.cg-wrap{width:100%;height:100%}.cg-wrap{top:0;left:0;position:absolute;display:block}cg-helper{width:12.5%;padding-bottom:12.5%;display:table}cg-container,cg-helper{position:absolute;bottom:0}cg-container{width:800%;height:800%;display:block}cg-board{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:0;background-size:cover;cursor:pointer}cg-board,cg-board square{position:absolute;top:0;left:0}cg-board square{width:12.5%;height:12.5%;pointer-events:none}cg-board square.move-dest{pointer-events:auto}.cg-wrap piece{position:absolute;top:0;left:0;width:12.5%;height:12.5%;background-size:cover;z-index:2;will-change:transform;pointer-events:none}cg-board piece.dragging{cursor:move;z-index:10}cg-board piece.anim{z-index:8}cg-board piece.fading{z-index:1;opacity:.5}.cg-wrap piece.ghost{opacity:.3}.cg-wrap .cg-custom-svgs,.cg-wrap .cg-shapes{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.cg-wrap .cg-shapes{opacity:.6;z-index:2}.cg-wrap .cg-custom-svgs{z-index:9}.cg-wrap coords{position:absolute;display:none;pointer-events:none;font-size:14px;font-weight:500}.coordinates .cg-wrap coords{display:flex}.cg-wrap coords.ranks{left:-14px;flex-flow:column-reverse;height:100%;width:12px}.cg-wrap coords.ranks.black{flex-flow:column}.cg-wrap coords.files{bottom:-18px;line-height:1;flex-flow:row;width:100%;text-transform:uppercase;text-align:center}.cg-wrap coords.files.black{flex-flow:row-reverse}.cg-wrap coords coord{flex:1 1 auto}.cg-wrap coords.ranks coord{display:flex;flex:1 1 auto;align-items:center}.promotion-dialogue{position:absolute;z-index:5;width:100%;height:100%;inset:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.promotion-dialogue,.promotion-dialogue__card{display:flex;align-items:center;justify-content:center}.promotion-dialogue__card{padding:2.5%;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:8px;box-sizing:content-box;height:12.5%;width:50%}.promotion-dialogue__piece{cursor:pointer;width:25%;height:100%;aspect-ratio:1;border:0;padding:0;margin:0}.promotion-dialogue__piece img{width:100%;height:auto}.promotion-dialogue__piece div{width:100%;height:100%;background-size:contain;background-position:50%;background-repeat:no-repeat}.chess-theme-modal{position:fixed;z-index:100;width:100%;height:100%;inset:0;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chess-theme-modal__overlay{position:absolute;width:100%;height:100%;inset:0;background-color:rgba(0,0,0,.5);z-index:0}.chess-theme-modal__title{font-size:1.125rem;font-weight:500;margin-bottom:1rem;text-align:center;display:block}.chess-theme-modal__card{padding:1rem 1.5rem;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:8px;box-sizing:content-box;align-items:center;justify-content:center;background-color:#fff;display:flex;flex-direction:column;z-index:1;position:relative}.chess-theme-modal__card .checkbox{display:flex;margin:0;align-items:center;width:2.75rem;height:1.75rem;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:.2s ease-in-out;padding-left:.25rem;padding-right:.25rem;cursor:pointer}.chess-theme-modal__card .checkbox:before{background-color:#9ca3af;width:1rem;height:1rem;border-radius:999px;content:"";transition:.2s ease-in-out}.chess-theme-modal__card .checkbox:checked:before{background-color:#3818d9;transform:translate(1rem)}.chess-theme-modal__footer{display:flex;width:100%;justify-content:flex-end;margin-top:1rem}.default-board cg-board{background-image:url(/images/board/default.svg)}.default-board.highlight cg-board square.move-dest{background:radial-gradient(circle,rgba(121,176,226,0) 16%,rgba(121,176,226,.8) 0,rgba(121,176,226,.8) 22%,rgba(121,176,226,0) 0)}.default-board.highlight cg-board square.premove-dest{background:radial-gradient(rgba(20,30,85,.5) 22%,#203085 0,rgba(0,0,0,.3) 0,transparent 0)}.default-board.highlight cg-board square.oc.move-dest{background:linear-gradient(180deg,rgba(121,176,226,0) 46.59%,#79b0e2 131.94%)}.default-board.highlight cg-board square.oc.premove-dest{background:radial-gradient(transparent 0,transparent 80%,rgba(20,30,85,.2) 0)}.default-board.highlight cg-board square.move-dest:hover{background:rgba(192,225,255,.6)}.default-board.highlight cg-board square.premove-dest:hover{background:rgba(20,30,85,.2)}.default-board.highlight cg-board square.last-move{will-change:transform;background-color:rgba(192,225,255,.75)}.default-board.highlight cg-board square.selected{background-color:rgba(121,176,226,.8)}.default-board.highlight cg-board square.check{background:radial-gradient(ellipse at center,red 0,#e70000 25%,rgba(169,0,0,0) 89%,rgba(158,0,0,0) 100%)}.default-board.highlight cg-board square.current-premove{background-color:rgba(20,30,85,.5)}.default-board .promotion-dialogue{background-color:hsla(0,0%,100%,.75)}.default-board .promotion-dialogue__card{background:#fff}.default-board .promotion-dialogue__piece{transition:box-shadow .2s linear}.default-board .promotion-dialogue__piece:nth-child(odd){background-color:#b7c0d8}.default-board .promotion-dialogue__piece:nth-child(2n){background-color:#e8edf9}.default-board .promotion-dialogue__piece:hover{box-shadow:inset 0 0 48px 8px #181059}.brown-board cg-board{background-image:url(/images/board/brown.svg)}.brown-board.highlight cg-board square.move-dest{background:radial-gradient(circle,rgba(121,176,226,0) 16%,rgba(121,176,226,.8) 0,rgba(121,176,226,.8) 22%,rgba(121,176,226,0) 0)}.brown-board.highlight cg-board square.premove-dest{background:radial-gradient(rgba(20,30,85,.5) 22%,#203085 0,rgba(0,0,0,.3) 0,transparent 0)}.brown-board.highlight cg-board square.oc.move-dest{background:linear-gradient(180deg,rgba(121,176,226,0) 46.59%,#79b0e2 131.94%)}.brown-board.highlight cg-board square.oc.premove-dest{background:radial-gradient(transparent 0,transparent 80%,rgba(20,30,85,.2) 0)}.brown-board.highlight cg-board square.move-dest:hover{background:rgba(192,225,255,.6)}.brown-board.highlight cg-board square.premove-dest:hover{background:rgba(20,30,85,.2)}.brown-board.highlight cg-board square.last-move{will-change:transform;background-color:rgba(192,225,255,.75)}.brown-board.highlight cg-board square.selected{background-color:rgba(121,176,226,.8)}.brown-board.highlight cg-board square.check{background:radial-gradient(ellipse at center,red 0,#e70000 25%,rgba(169,0,0,0) 89%,rgba(158,0,0,0) 100%)}.brown-board.highlight cg-board square.current-premove{background-color:rgba(20,30,85,.5)}.brown-board .promotion-dialogue{background-color:hsla(0,0%,100%,.75)}.brown-board .promotion-dialogue__card{background:#fff}.brown-board .promotion-dialogue__piece{transition:box-shadow .2s linear}.brown-board .promotion-dialogue__piece:nth-child(odd){background-color:#b7c0d8}.brown-board .promotion-dialogue__piece:nth-child(2n){background-color:#e8edf9}.brown-board .promotion-dialogue__piece:hover{box-shadow:inset 0 0 48px 8px #181059}.green-board cg-board{background-image:url(/images/board/green.svg)}.green-board.highlight cg-board square.move-dest{background:radial-gradient(circle,rgba(121,176,226,0) 16%,rgba(121,176,226,.8) 0,rgba(121,176,226,.8) 22%,rgba(121,176,226,0) 0)}.green-board.highlight cg-board square.premove-dest{background:radial-gradient(rgba(20,30,85,.5) 22%,#203085 0,rgba(0,0,0,.3) 0,transparent 0)}.green-board.highlight cg-board square.oc.move-dest{background:linear-gradient(180deg,rgba(121,176,226,0) 46.59%,#79b0e2 131.94%)}.green-board.highlight cg-board square.oc.premove-dest{background:radial-gradient(transparent 0,transparent 80%,rgba(20,30,85,.2) 0)}.green-board.highlight cg-board square.move-dest:hover{background:rgba(192,225,255,.6)}.green-board.highlight cg-board square.premove-dest:hover{background:rgba(20,30,85,.2)}.green-board.highlight cg-board square.last-move{will-change:transform;background-color:rgba(192,225,255,.75)}.green-board.highlight cg-board square.selected{background-color:rgba(121,176,226,.8)}.green-board.highlight cg-board square.check{background:radial-gradient(ellipse at center,red 0,#e70000 25%,rgba(169,0,0,0) 89%,rgba(158,0,0,0) 100%)}.green-board.highlight cg-board square.current-premove{background-color:rgba(20,30,85,.5)}.green-board .promotion-dialogue{background-color:hsla(0,0%,100%,.75)}.green-board .promotion-dialogue__card{background:#fff}.green-board .promotion-dialogue__piece{transition:box-shadow .2s linear}.green-board .promotion-dialogue__piece:nth-child(odd){background-color:#b7c0d8}.green-board .promotion-dialogue__piece:nth-child(2n){background-color:#e8edf9}.green-board .promotion-dialogue__piece:hover{box-shadow:inset 0 0 48px 8px #181059}.purple-board cg-board{background-image:url(/images/board/purple.png)}.purple-board.highlight cg-board square.move-dest{background:radial-gradient(circle,rgba(121,176,226,0) 16%,rgba(121,176,226,.8) 0,rgba(121,176,226,.8) 22%,rgba(121,176,226,0) 0)}.purple-board.highlight cg-board square.premove-dest{background:radial-gradient(rgba(20,30,85,.5) 22%,#203085 0,rgba(0,0,0,.3) 0,transparent 0)}.purple-board.highlight cg-board square.oc.move-dest{background:linear-gradient(180deg,rgba(121,176,226,0) 46.59%,#79b0e2 131.94%)}.purple-board.highlight cg-board square.oc.premove-dest{background:radial-gradient(transparent 0,transparent 80%,rgba(20,30,85,.2) 0)}.purple-board.highlight cg-board square.move-dest:hover{background:rgba(192,225,255,.6)}.purple-board.highlight cg-board square.premove-dest:hover{background:rgba(20,30,85,.2)}.purple-board.highlight cg-board square.last-move{will-change:transform;background-color:rgba(192,225,255,.75)}.purple-board.highlight cg-board square.selected{background-color:rgba(121,176,226,.8)}.purple-board.highlight cg-board square.check{background:radial-gradient(ellipse at center,red 0,#e70000 25%,rgba(169,0,0,0) 89%,rgba(158,0,0,0) 100%)}.purple-board.highlight cg-board square.current-premove{background-color:rgba(20,30,85,.5)}.purple-board .promotion-dialogue{background-color:hsla(0,0%,100%,.75)}.purple-board .promotion-dialogue__card{background:#fff}.purple-board .promotion-dialogue__piece{transition:box-shadow .2s linear}.purple-board .promotion-dialogue__piece:nth-child(odd){background-color:#b7c0d8}.purple-board .promotion-dialogue__piece:nth-child(2n){background-color:#e8edf9}.purple-board .promotion-dialogue__piece:hover{box-shadow:inset 0 0 48px 8px #181059}.ruby-board cg-board{background-image:url(/images/board/ruby.svg)}.ruby-board.highlight cg-board square.move-dest{background:radial-gradient(circle,rgba(121,176,226,0) 16%,rgba(121,176,226,.8) 0,rgba(121,176,226,.8) 22%,rgba(121,176,226,0) 0)}.ruby-board.highlight cg-board square.premove-dest{background:radial-gradient(rgba(20,30,85,.5) 22%,#203085 0,rgba(0,0,0,.3) 0,transparent 0)}.ruby-board.highlight cg-board square.oc.move-dest{background:linear-gradient(180deg,rgba(121,176,226,0) 46.59%,#79b0e2 131.94%)}.ruby-board.highlight cg-board square.oc.premove-dest{background:radial-gradient(transparent 0,transparent 80%,rgba(20,30,85,.2) 0)}.ruby-board.highlight cg-board square.move-dest:hover{background:rgba(192,225,255,.6)}.ruby-board.highlight cg-board square.premove-dest:hover{background:rgba(20,30,85,.2)}.ruby-board.highlight cg-board square.last-move{will-change:transform;background-color:rgba(192,225,255,.75)}.ruby-board.highlight cg-board square.selected{background-color:rgba(121,176,226,.8)}.ruby-board.highlight cg-board square.check{background:radial-gradient(ellipse at center,red 0,#e70000 25%,rgba(169,0,0,0) 89%,rgba(158,0,0,0) 100%)}.ruby-board.highlight cg-board square.current-premove{background-color:rgba(20,30,85,.5)}.ruby-board .promotion-dialogue{background-color:hsla(0,0%,100%,.75)}.ruby-board .promotion-dialogue__card{background:#fff}.ruby-board .promotion-dialogue__piece{transition:box-shadow .2s linear}.ruby-board .promotion-dialogue__piece:nth-child(odd){background-color:#b7c0d8}.ruby-board .promotion-dialogue__piece:nth-child(2n){background-color:#e8edf9}.ruby-board .promotion-dialogue__piece:hover{box-shadow:inset 0 0 48px 8px #181059}.teal-board cg-board{background-image:url(/images/board/teal.svg)}.teal-board.highlight cg-board square.move-dest{background:radial-gradient(circle,rgba(121,176,226,0) 16%,rgba(121,176,226,.8) 0,rgba(121,176,226,.8) 22%,rgba(121,176,226,0) 0)}.teal-board.highlight cg-board square.premove-dest{background:radial-gradient(rgba(20,30,85,.5) 22%,#203085 0,rgba(0,0,0,.3) 0,transparent 0)}.teal-board.highlight cg-board square.oc.move-dest{background:linear-gradient(180deg,rgba(121,176,226,0) 46.59%,#79b0e2 131.94%)}.teal-board.highlight cg-board square.oc.premove-dest{background:radial-gradient(transparent 0,transparent 80%,rgba(20,30,85,.2) 0)}.teal-board.highlight cg-board square.move-dest:hover{background:rgba(192,225,255,.6)}.teal-board.highlight cg-board square.premove-dest:hover{background:rgba(20,30,85,.2)}.teal-board.highlight cg-board square.last-move{will-change:transform;background-color:rgba(192,225,255,.75)}.teal-board.highlight cg-board square.selected{background-color:rgba(121,176,226,.8)}.teal-board.highlight cg-board square.check{background:radial-gradient(ellipse at center,red 0,#e70000 25%,rgba(169,0,0,0) 89%,rgba(158,0,0,0) 100%)}.teal-board.highlight cg-board square.current-premove{background-color:rgba(20,30,85,.5)}.teal-board .promotion-dialogue{background-color:hsla(0,0%,100%,.75)}.teal-board .promotion-dialogue__card{background:#fff}.teal-board .promotion-dialogue__piece{transition:box-shadow .2s linear}.teal-board .promotion-dialogue__piece:nth-child(odd){background-color:#b7c0d8}.teal-board .promotion-dialogue__piece:nth-child(2n){background-color:#e8edf9}.teal-board .promotion-dialogue__piece:hover{box-shadow:inset 0 0 48px 8px #181059}.default-pieces .pawn.white{background-image:url(/images/pieces/default/wP.svg)}.default-pieces .bishop.white{background-image:url(/images/pieces/default/wB.svg)}.default-pieces .knight.white{background-image:url(/images/pieces/default/wN.svg)}.default-pieces .rook.white{background-image:url(/images/pieces/default/wR.svg)}.default-pieces .queen.white{background-image:url(/images/pieces/default/wQ.svg)}.default-pieces .king.white{background-image:url(/images/pieces/default/wK.svg)}.default-pieces .pawn.black{background-image:url(/images/pieces/default/bP.svg)}.default-pieces .bishop.black{background-image:url(/images/pieces/default/bB.svg)}.default-pieces .knight.black{background-image:url(/images/pieces/default/bN.svg)}.default-pieces .rook.black{background-image:url(/images/pieces/default/bR.svg)}.default-pieces .queen.black{background-image:url(/images/pieces/default/bQ.svg)}.default-pieces .king.black{background-image:url(/images/pieces/default/bK.svg)}.alpha-pieces .pawn.white{background-image:url(/images/pieces/alpha/wP.png)}.alpha-pieces .bishop.white{background-image:url(/images/pieces/alpha/wB.png)}.alpha-pieces .knight.white{background-image:url(/images/pieces/alpha/wN.png)}.alpha-pieces .rook.white{background-image:url(/images/pieces/alpha/wR.png)}.alpha-pieces .queen.white{background-image:url(/images/pieces/alpha/wQ.png)}.alpha-pieces .king.white{background-image:url(/images/pieces/alpha/wK.png)}.alpha-pieces .pawn.black{background-image:url(/images/pieces/alpha/bP.png)}.alpha-pieces .bishop.black{background-image:url(/images/pieces/alpha/bB.png)}.alpha-pieces .knight.black{background-image:url(/images/pieces/alpha/bN.png)}.alpha-pieces .rook.black{background-image:url(/images/pieces/alpha/bR.png)}.alpha-pieces .queen.black{background-image:url(/images/pieces/alpha/bQ.png)}.alpha-pieces .king.black{background-image:url(/images/pieces/alpha/bK.png)}.bases-pieces .pawn.white{background-image:url(/images/pieces/bases/wP.png)}.bases-pieces .bishop.white{background-image:url(/images/pieces/bases/wB.png)}.bases-pieces .knight.white{background-image:url(/images/pieces/bases/wN.png)}.bases-pieces .rook.white{background-image:url(/images/pieces/bases/wR.png)}.bases-pieces .queen.white{background-image:url(/images/pieces/bases/wQ.png)}.bases-pieces .king.white{background-image:url(/images/pieces/bases/wK.png)}.bases-pieces .pawn.black{background-image:url(/images/pieces/bases/bP.png)}.bases-pieces .bishop.black{background-image:url(/images/pieces/bases/bB.png)}.bases-pieces .knight.black{background-image:url(/images/pieces/bases/bN.png)}.bases-pieces .rook.black{background-image:url(/images/pieces/bases/bR.png)}.bases-pieces .queen.black{background-image:url(/images/pieces/bases/bQ.png)}.bases-pieces .king.black{background-image:url(/images/pieces/bases/bK.png)}.cburnett-pieces .pawn.white{background-image:url(/images/pieces/cburnett/wP.svg)}.cburnett-pieces .bishop.white{background-image:url(/images/pieces/cburnett/wB.svg)}.cburnett-pieces .knight.white{background-image:url(/images/pieces/cburnett/wN.svg)}.cburnett-pieces .rook.white{background-image:url(/images/pieces/cburnett/wR.svg)}.cburnett-pieces .queen.white{background-image:url(/images/pieces/cburnett/wQ.svg)}.cburnett-pieces .king.white{background-image:url(/images/pieces/cburnett/wK.svg)}.cburnett-pieces .pawn.black{background-image:url(/images/pieces/cburnett/bP.svg)}.cburnett-pieces .bishop.black{background-image:url(/images/pieces/cburnett/bB.svg)}.cburnett-pieces .knight.black{background-image:url(/images/pieces/cburnett/bN.svg)}.cburnett-pieces .rook.black{background-image:url(/images/pieces/cburnett/bR.svg)}.cburnett-pieces .queen.black{background-image:url(/images/pieces/cburnett/bQ.svg)}.cburnett-pieces .king.black{background-image:url(/images/pieces/cburnett/bK.svg)}.classic-pieces .pawn.white{background-image:url(/images/pieces/classic/wP.png)}.classic-pieces .bishop.white{background-image:url(/images/pieces/classic/wB.png)}.classic-pieces .knight.white{background-image:url(/images/pieces/classic/wN.png)}.classic-pieces .rook.white{background-image:url(/images/pieces/classic/wR.png)}.classic-pieces .queen.white{background-image:url(/images/pieces/classic/wQ.png)}.classic-pieces .king.white{background-image:url(/images/pieces/classic/wK.png)}.classic-pieces .pawn.black{background-image:url(/images/pieces/classic/bP.png)}.classic-pieces .bishop.black{background-image:url(/images/pieces/classic/bB.png)}.classic-pieces .knight.black{background-image:url(/images/pieces/classic/bN.png)}.classic-pieces .rook.black{background-image:url(/images/pieces/classic/bR.png)}.classic-pieces .queen.black{background-image:url(/images/pieces/classic/bQ.png)}.classic-pieces .king.black{background-image:url(/images/pieces/classic/bK.png)}.neo-pieces .pawn.white{background-image:url(/images/pieces/neo/wP.png)}.neo-pieces .bishop.white{background-image:url(/images/pieces/neo/wB.png)}.neo-pieces .knight.white{background-image:url(/images/pieces/neo/wN.png)}.neo-pieces .rook.white{background-image:url(/images/pieces/neo/wR.png)}.neo-pieces .queen.white{background-image:url(/images/pieces/neo/wQ.png)}.neo-pieces .king.white{background-image:url(/images/pieces/neo/wK.png)}.neo-pieces .pawn.black{background-image:url(/images/pieces/neo/bP.png)}.neo-pieces .bishop.black{background-image:url(/images/pieces/neo/bB.png)}.neo-pieces .knight.black{background-image:url(/images/pieces/neo/bN.png)}.neo-pieces .rook.black{background-image:url(/images/pieces/neo/bR.png)}.neo-pieces .queen.black{background-image:url(/images/pieces/neo/bQ.png)}.neo-pieces .king.black{background-image:url(/images/pieces/neo/bK.png)}