.chess-wrap.svelte-d9lacs{display:flex;flex-direction:column;gap:16px}.board.svelte-d9lacs{display:grid;grid-template-columns:repeat(8,1fr);aspect-ratio:1 / 1;max-width:480px;width:100%;margin:0 auto;border:2px solid var(--p-border);border-radius:var(--p-radius-md);overflow:hidden;transition:border-color .15s ease;position:relative}.board.solved.svelte-d9lacs{border-color:var(--p-green);box-shadow:0 0 0 4px #58cc0226}.board.shake.svelte-d9lacs{animation:svelte-d9lacs-shake .35s ease}@keyframes svelte-d9lacs-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.sq.svelte-d9lacs{all:unset;display:grid;place-items:center;cursor:pointer;position:relative;transition:background-color .15s ease;overflow:visible}.sq.light.svelte-d9lacs{background:var(--light-sq, #E8D7B4)}.sq.dark.svelte-d9lacs{background:var(--dark-sq, #8B6F47)}.sq.selected.svelte-d9lacs{background:var(--selected-sq, #F5C842)!important}.sq.highlight.svelte-d9lacs:after{content:"";position:absolute;width:28%;height:28%;background:var(--legal-move-color, rgba(88, 204, 2, .55));border-radius:50%;pointer-events:none}.sq.highlight.capturable.svelte-d9lacs:after{width:82%;height:82%;background:transparent;border:3px solid rgba(255,77,77,.65);border-radius:50%}.sq.svelte-d9lacs:focus-visible{outline:2px solid var(--p-blue);outline-offset:-2px;z-index:1}.piece.svelte-d9lacs{width:clamp(28px,7vw,48px);height:clamp(28px,7vw,48px);user-select:none;pointer-events:none;display:flex;align-items:center;justify-content:center}.piece.svelte-d9lacs svg{width:100%;height:100%;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.piece-animating.svelte-d9lacs{position:absolute;z-index:5;transition:transform .25s ease}.move-progress.svelte-d9lacs{display:flex;gap:6px;justify-content:center;align-items:center}.move-dot.svelte-d9lacs{width:10px;height:10px;border-radius:50%;background:var(--p-border);transition:background .2s ease,transform .2s ease}.move-dot.done.svelte-d9lacs{background:var(--p-green)}.move-dot.current.svelte-d9lacs{background:var(--p-gold);transform:scale(1.3)}.move-dot.player.svelte-d9lacs{border:2px solid var(--p-text-dim)}.confetti-container.svelte-d9lacs{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:10}.confetti-piece.svelte-d9lacs{position:absolute;top:-20px;animation:svelte-d9lacs-confetti-fall 2s ease forwards;opacity:0}@keyframes svelte-d9lacs-confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(520px) rotate(720deg);opacity:0}}.coach-bubble.svelte-d9lacs{background:var(--p-surface);border:1px solid var(--p-border);border-left:3px solid var(--p-blue);border-radius:var(--p-radius-md);padding:var(--p-space-md) var(--p-space-lg);transition:border-color .15s ease}.coach-bubble.solved.svelte-d9lacs{border-left-color:var(--p-green)}.coach-bubble.wrong.svelte-d9lacs{border-left-color:var(--p-red)}.coach-bubble.svelte-d9lacs p:where(.svelte-d9lacs){font-size:14px;font-weight:700;color:var(--p-text);line-height:1.5}.coach-bubble.svelte-d9lacs .badge:where(.svelte-d9lacs){display:inline-block;margin-top:8px;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase;padding:3px 8px;border-radius:var(--p-radius-sm);background:var(--p-gold);color:#0b1416}.controls.svelte-d9lacs{display:flex;gap:8px}.sound-btn.svelte-d9lacs{min-width:40px}.hint-text.svelte-d9lacs{font-size:13px;color:var(--p-text-muted);font-style:italic;padding:8px 12px;background:#1cb0f60f;border-radius:var(--p-radius-sm)}.reveal-block.svelte-d9lacs{background:var(--p-surface);border:1px solid var(--p-border);border-radius:var(--p-radius-md);padding:var(--p-space-md)}.reveal-block.svelte-d9lacs summary:where(.svelte-d9lacs){cursor:pointer;font-weight:800;font-size:13px;color:var(--p-text-muted)}.reveal-block.svelte-d9lacs p:where(.svelte-d9lacs){margin-top:8px;font-size:13px;color:var(--p-text-muted);line-height:1.5}@media(prefers-reduced-motion:reduce){.board.shake.svelte-d9lacs{animation:none}.sq.svelte-d9lacs,.board.svelte-d9lacs,.coach-bubble.svelte-d9lacs,.piece-animating.svelte-d9lacs{transition:none}.confetti-piece.svelte-d9lacs{animation:none;display:none}.move-dot.svelte-d9lacs{transition:none}}
