.chessboard-container{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:100%;padding:0;display:flex}.chessboard-container.mini{padding:0}.chessboard-container.mini .chessboard-wrapper{border-width:1px;max-width:100%}.chessboard-container.mobile .chessboard-wrapper{width:100%;max-width:100%}.chessboard-container.desktop .chessboard-wrapper{width:100%;max-width:600px}.chessboard-wrapper{aspect-ratio:1;box-sizing:border-box;background:#b58863;border:2px solid #333;border-radius:4px;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);width:100%;max-width:100%;display:grid;overflow:hidden}.square{cursor:pointer;-webkit-user-select:none;user-select:none;aspect-ratio:1;box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.square.light{background-color:#f0d9b5}.square.light .rank-label,.square.light .file-label{color:#b58863}.square.dark{background-color:#b58863}.square.dark .rank-label,.square.dark .file-label{color:#f0d9b5}.square.selected{box-shadow:inset 0 0 0 3px #7b9c6e;background-color:#7b9c6e!important}.square.valid-move:after{content:"";pointer-events:none;background:#00000040;border-radius:50%;width:30%;height:30%;position:absolute}.square.king-in-check{animation:.8s ease-in-out infinite alternate check-flash}.square.check-path-green{box-shadow:inset 0 0 10px #00ff0080;background-color:#00c80066!important}.square.check-path-red{box-shadow:inset 0 0 15px #ff0000b3;background-color:#c8000099!important}.square.pulse{animation:.6s ease-in-out infinite alternate pulse-path}.square .piece{justify-content:center;align-items:center;width:86%;height:86%;transition:transform .1s;display:flex}.square .piece:hover{transform:scale(1.05)}.square .piece-image{object-fit:contain;display:block;width:100%!important;height:100%!important}.square .rank-label{pointer-events:none;z-index:2;font-size:clamp(8px,1.8vw,12px);font-weight:700;line-height:1;display:none;position:absolute;top:1px;left:3px}.square .file-label{pointer-events:none;z-index:2;font-size:clamp(8px,1.8vw,12px);font-weight:700;line-height:1;display:none;position:absolute;bottom:1px;right:3px}.chessboard-container:not(.mini) .square .rank-label,.chessboard-container:not(.mini) .square .file-label{display:block}@keyframes check-flash{0%{background-color:#ff00004d;box-shadow:inset 0 0 10px #f003}to{background-color:#f00c;box-shadow:inset 0 0 20px #f009}}@keyframes pulse-path{0%{opacity:.75;box-shadow:inset 0 0 8px #00ff0040}to{opacity:1;box-shadow:inset 0 0 18px #00ff00d9}}
