.game-tabs{grid-template-columns:repeat(6,minmax(0,1fr))}.ck-icon{background:#ffe1b4;color:#ab480e}.ck-game{width:100%;max-width:510px}.ck-board{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));border:6px solid #87452d;border-radius:12px;overflow:hidden;width:100%;box-shadow:0 6px 0 #ecc6a6}.ck-cell{aspect-ratio:1;border:0;padding:8%;display:grid;place-items:center;min-width:0;border-radius:0;position:relative;touch-action:manipulation}.ck-cell.light{background:#fff0d9}.ck-cell.dark{background:#b97550}.ck-cell:disabled{opacity:1}.ck-cell.target{box-shadow:inset 0 0 0 4px #ffe05a}.ck-cell.selected{box-shadow:inset 0 0 0 4px #fff}.ck-cell:focus-visible{outline:3px solid #222;outline-offset:-5px;z-index:1}.ck-piece{width:100%;height:100%;border-radius:50%;display:grid;place-items:center;font-size:clamp(15px,4vw,32px);line-height:1;box-shadow:inset 0 0 0 3px #ffffff55,0 3px 1px #0004}.ck-piece.orange{background:#ff9b32;border:2px solid #b7480d;color:#70350c}.ck-piece.black{background:#393044;border:2px solid #201923;color:#fff1d3}.ck-status{font-size:19px;font-weight:800}.ck-rules{font-size:13px;line-height:1.6;text-align:left;margin:20px auto;max-width:510px}.ck-rules summary{cursor:pointer;font-weight:700;color:#9b460e}#ck-feedback{font-size:13px;min-height:40px;margin-top:16px}@media(max-width:600px){.game-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.ck-board{border-width:4px}.ck-cell.target{box-shadow:inset 0 0 0 3px #ffe05a}}

.ck-cell.ck-moving{z-index:3}.ck-moving .ck-piece{will-change:transform;pointer-events:none}
