.cr-main{max-width:1050px;margin:auto}.cr-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 14px}.cr-heading h1{font-size:30px;margin:0}.cr-heading a{font-size:13px}.cr-layout{display:grid;grid-template-columns:minmax(280px,490px) minmax(250px,1fr);gap:38px;align-items:start}.cr-play{min-width:0}.cr-score{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px}.cr-score strong{color:#37594f}.cr-score span,.cr-muted{color:#67736e;font-size:12px}.cr-goal{font-size:22px;line-height:1.4;margin:8px 0 14px}.cr-guide>p{margin-top:0}.cr-guide details{border-top:1px solid #d9dfd8;padding:13px 0;font-size:14px}.cr-guide summary{cursor:pointer;font-weight:600}.cr-guide ol{padding-left:22px}.cr-guide li{margin:9px 0}.cr-guide fieldset{border:0;padding:10px 0 0;margin:0;display:grid;gap:10px}.cr-guide label{display:grid;gap:4px}.cr-guide select{max-width:100%;width:100%;padding:8px;border:1px solid #ccd5cd;border-radius:6px;background:#fff;color:#293c33;font:inherit}.cr-guide fieldset:disabled{opacity:.65}#cr-board{width:min(100%,490px,calc(100svh - 310px));min-width:248px;aspect-ratio:1;display:grid;grid-template-columns:repeat(8,1fr);border:1px solid #a8b6a9;margin-inline:auto;touch-action:manipulation;outline:none}#cr-board:focus-visible{outline:3px solid #527c65;outline-offset:4px}.cr-cell{position:relative;display:grid;place-items:center;min-width:0;padding:0;border:0;border-radius:0;background:#f0eee4;cursor:pointer;aspect-ratio:1;touch-action:manipulation}.cr-cell.dark{background:#b7c4b2}.cr-cell.goal-top{box-shadow:inset 0 3px #566b5c}.cr-cell.goal-bottom{box-shadow:inset 0 -3px #566b5c}.cr-piece{width:71%;height:71%;border-radius:50%;box-shadow:0 2px 3px #0003;display:grid;place-items:center;pointer-events:none;z-index:1}.cr-piece.white{background:#fffdf2;border:2px solid #8a8e78}.cr-piece.black{background:#34463f;border:2px solid #162a22}.cr-piece.black:after{content:'';width:39%;height:39%;border:1px solid #a6b6ab;transform:rotate(45deg)}.cr-cell.selected{background:#d4b56c;box-shadow:inset 0 0 0 3px #9d7221}.cr-cell.destination:before{content:'';position:absolute;width:24%;height:24%;border-radius:50%;background:#216348;z-index:2;pointer-events:none}.cr-cell.capture:before{width:85%;height:85%;border:3px solid #a95332;background:none}.cr-cell.last{background-image:linear-gradient(#deb66340,#deb66340)}#cr-board:focus-visible .cr-cell.cursor{outline:3px solid #304b9a;outline-offset:-4px;z-index:3}.cr-lock{position:absolute;z-index:3;bottom:6%;right:6%;font-size:clamp(11px,2vw,17px);line-height:1;background:#f4eee1;border-radius:4px;padding:1px;pointer-events:none}.cr-coord{position:absolute;bottom:2px;left:3px;font-size:9px;color:#3f5548;pointer-events:none}.cr-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cr-tools button{border:1px solid #c2cec2;background:#f9fbf6;color:#304c3e;border-radius:7px;min-height:40px;padding:8px 13px;font:inherit;font-size:14px;cursor:pointer}.cr-tools button:disabled{opacity:.45;cursor:default}#cr-start,#cr-dialog-action{background:#365d48;color:white;border-color:#365d48}.cr-tools label{font-size:13px;white-space:nowrap}.cr-tools input{accent-color:#365d48}.cr-tools [hidden]{display:none}#cr-status{font-size:14px;line-height:1.4;min-height:2.8em;margin:10px 0 6px}#cr-save{margin:8px 0;line-height:1.35}#cr-dialog{max-width:440px;width:calc(100% - 36px);border:1px solid #b5c5b5;border-radius:14px;padding:24px;background:#fafaf4;color:#253b30}#cr-dialog::backdrop{background:#172c2455}#cr-dialog h2{margin-top:0}button:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #527c65;outline-offset:2px}@media(max-width:720px){.cr-layout{grid-template-columns:1fr;gap:24px}.cr-main{max-width:490px}.cr-heading{margin:4px 0 10px}.cr-heading h1{font-size:25px}.cr-heading a{font-size:12px}.cr-page .header{padding-block:10px}.cr-page .brand small{display:none}.cr-page .header .nav{gap:10px}.cr-page .games-nav{margin-block:6px}.cr-goal{font-size:20px}#cr-board{width:min(100%,calc(100svh - 295px));min-width:248px}.cr-tools{gap:6px}.cr-tools button{padding:8px 10px}.cr-guide{padding-bottom:20px}}@media(prefers-reduced-motion:reduce){.cr-page *{scroll-behavior:auto!important;animation:none!important}}
.cr-guide [hidden]{display:none}
@media(max-width:720px){.cr-page .header{gap:4px}.cr-page .header .nav{gap:0 12px}.cr-page .page-nav-buttons{display:none}}
#cr-board{grid-template-rows:repeat(8,minmax(0,1fr))}
#cr-board .cr-cell{min-height:0;width:100%;height:100%;aspect-ratio:auto}
#cr-board{position:relative;isolation:isolate}
.cr-cell.cr-moving>.cr-piece{visibility:hidden}
.cr-motion-layer{position:absolute;inset:0;z-index:10;pointer-events:none}
.cr-motion-layer .cr-flying{position:absolute;outline:2px solid #b18232;outline-offset:2px;will-change:transform}
.cr-history p{text-align:justify;hyphens:auto}
