.mc-game{display:flex;flex-direction:column;gap:var(--space-5);margin:var(--space-5) 0}.mc-board{align-items:stretch;padding:var(--space-4);border-radius:999px;background:linear-gradient(160deg,#c89a63,#a97c4c 60%,#96683c);box-shadow:var(--shadow-3),inset 0 2px 10px rgba(255,255,255,.25)}.mc-board,.mc-rows{display:flex;gap:var(--space-3)}.mc-rows{flex:1 1;flex-direction:column;min-width:0}.mc-row{display:flex;gap:var(--space-2);justify-content:space-between}.mc-pit{position:relative;flex:1 1;min-width:0;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0;border:none;border-radius:50%;background:radial-gradient(circle at 50% 35%,#7a5433,#8b6039 60%,#a3764a);box-shadow:inset 0 3px 7px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.25);color:#fff5e6;font-family:inherit}.mc-pit,button.mc-pit{cursor:default}.mc-pit-playable{cursor:pointer;outline:3px solid var(--color-accent);outline-offset:2px;transition:transform .12s ease}.mc-pit-playable:focus-visible,.mc-pit-playable:hover{transform:translateY(-3px)}.mc-pit-landed{box-shadow:inset 0 3px 7px rgba(0,0,0,.5),0 0 0 3px #ffd54a}.mc-pit-captured{box-shadow:inset 0 3px 7px rgba(0,0,0,.5),0 0 0 3px var(--color-danger)}.mc-count{font-size:var(--text-lg);font-weight:700;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.6)}.mc-pit-empty .mc-count{opacity:.35}.mc-stones{display:flex;flex-wrap:wrap;justify-content:center;gap:1px;max-width:76%}.mc-stone{width:5px;height:5px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f6f2e8,#cdbfa6 70%);box-shadow:0 1px 1px rgba(0,0,0,.4)}.mc-store{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);width:74px;flex:none;padding:var(--space-3) var(--space-2);border-radius:999px;background:radial-gradient(circle at 50% 25%,#7a5433,#8b6039 65%,#a3764a);box-shadow:inset 0 4px 10px rgba(0,0,0,.5);color:#fff5e6;text-align:center}.mc-store-mine{box-shadow:inset 0 4px 10px rgba(0,0,0,.5),0 0 0 2px var(--color-accent)}.mc-store-count{font-size:var(--text-2xl);font-weight:700;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.6)}.mc-store-label{font-size:var(--text-xs);opacity:.85;white-space:nowrap}.mc-scores{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-6);font-size:var(--text-sm);color:var(--color-body)}.mc-score strong{font-size:var(--text-lg);color:var(--color-ink)}.mc-score-mine strong{color:var(--color-accent)}.mc-log summary{cursor:pointer;font-size:var(--text-sm);color:var(--color-muted)}.mc-log ol{margin:var(--space-3) 0 0;padding-left:1.4rem;font-size:var(--text-sm);color:var(--color-body);line-height:1.8}@media (max-width:560px){.mc-board{gap:6px;padding:8px;border-radius:40px}.mc-row{gap:3px}.mc-rows{gap:6px}.mc-store{width:46px;padding:var(--space-2) 2px}.mc-store-count{font-size:var(--text-lg)}.mc-count{font-size:var(--text-base)}.mc-stones{gap:1px;max-width:84%}.mc-stone{width:3px;height:3px}}@media (prefers-reduced-motion:reduce){.mc-pit-playable:focus-visible,.mc-pit-playable:hover{transform:none}}