.co-game{flex-direction:column;align-items:center;gap:14px;width:100%;padding-top:8px;display:flex}.co-statbar{gap:26px;display:flex}.co-stat{flex-direction:column;align-items:center;line-height:1;display:flex}.co-stat-value{font-family:var(--font-mono);color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.co-stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:3px;font-size:10px;font-weight:600}.co-board{aspect-ratio:1;background:var(--bg-secondary);box-sizing:border-box;touch-action:manipulation;border-radius:12px;width:100%;max-width:min(92vw,340px);padding:12px}.co-cell{fill:color-mix(in srgb, var(--mix-accent-cutoff) 4%, var(--bg-card));stroke:color-mix(in srgb, var(--border-primary) 70%, transparent);stroke-width:.02px;pointer-events:none}.co-clue{fill:var(--text-primary);font-family:var(--font-mono);text-anchor:middle;dominant-baseline:central;pointer-events:none;font-size:.52px;font-weight:800}.co-dot{fill:color-mix(in srgb, var(--text-muted) 70%, transparent);pointer-events:none}.co-edge-ghost{stroke:color-mix(in srgb, var(--text-muted) 35%, transparent);stroke-width:.05px;stroke-linecap:round;pointer-events:none}.co-edge-on{stroke:var(--mix-accent-cutoff);stroke-width:.16px;stroke-linecap:round;pointer-events:none;animation:.18s ease-out co-edge-draw}@keyframes co-edge-draw{0%{stroke-dasharray:1;stroke-dashoffset:1px}to{stroke-dasharray:1;stroke-dashoffset:0}}.co-board--solved .co-edge-on{animation:.5s co-glow}@keyframes co-glow{0%,to{filter:none}50%{filter:drop-shadow(0 0 .12px var(--mix-accent-cutoff)) brightness(1.25)}}.co-board--solved{transform-origin:50%;animation:.5s co-win}@keyframes co-win{0%,to{transform:scale(1)}45%{transform:scale(1.03)}}.co-hit{stroke:#0000;stroke-width:.42px;stroke-linecap:round;pointer-events:stroke;cursor:pointer}.co-hit:hover{stroke:color-mix(in srgb, var(--mix-accent-cutoff) 25%, transparent)}.co-hit:focus-visible{stroke:color-mix(in srgb, var(--mix-accent-cutoff) 45%, transparent);outline:none}@media (prefers-reduced-motion:reduce){.co-edge-on,.co-board--solved,.co-board--solved .co-edge-on{animation:none}}.co-controls{gap:10px;width:100%;max-width:min(92vw,320px);display:flex}.co-btn{flex:1 1 0}.co-hint-line{color:var(--text-muted);text-align:center;max-width:min(92vw,340px);margin:0;font-size:12px}.co-result{flex-direction:column;align-items:center;gap:10px;width:100%;max-width:min(92vw,320px);display:flex}.co-result-line{color:var(--text-primary);margin:0;font-size:15px;font-weight:700}.co-full-btn{width:100%}
