.board-wrap{display:flex;justify-content:center}.ck{display:grid;grid-template-columns:1.2fr repeat(7,1fr) 1.2fr;grid-template-rows:repeat(2,1fr);gap:var(--space-2);background:var(--board-frame);padding:var(--space-2);border-radius:var(--radius-lg);width:100%;user-select:none;-webkit-user-select:none}.ck-pit{grid-row:var(--hr);grid-column:var(--hc);border:0;padding:var(--space-1);min-height:48px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:var(--radius-md);color:var(--board-frame-text);touch-action:manipulation}.ck-house{aspect-ratio:1;background:var(--board-square-dark);cursor:default}.ck-house.movable{cursor:pointer;outline:3px solid var(--color-accent);outline-offset:-3px}.ck-house.movable:hover{background:var(--color-accent-strong)}.ck-house:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px;z-index:1}.ck--locked .ck-house{cursor:default}.ck-store{background:var(--board-square-light);color:var(--board-frame);border-radius:var(--radius-lg)}.ck-pit.last:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:3px solid var(--color-accent);pointer-events:none}.ck-house.last:not(.movable){background:var(--color-accent-soft)}.ck-pit.empty .ck-count{opacity:.5}.ck-seeds{display:flex;flex-wrap:wrap;justify-content:center;gap:2px;width:30px;min-height:6px}.ck-seed{width:6px;height:6px;border-radius:50%;background:var(--piece-light-fill)}.ck-store .ck-seed{background:var(--board-frame)}.ck-store .ck-seeds{width:44px}.ck-count{font-family:var(--font-heading);font-size:1.1rem;line-height:1}.ck-store .ck-count{font-size:1.6rem}@media (max-width: 599px){.ck{grid-template-columns:1fr 1fr;grid-template-rows:auto repeat(7,1fr) auto;max-width:320px}.ck-pit{grid-row:var(--vr);grid-column:var(--vc)}.ck-house{aspect-ratio:auto;min-height:50px;flex-direction:row;gap:var(--space-2)}.ck-seeds{width:48px}.ck-store{min-height:60px}}
