.game-wrap.svelte-za8ch{display:flex;flex-direction:column;gap:16px;max-width:520px;margin:0 auto}.game-header.svelte-za8ch{display:flex;justify-content:space-between;align-items:center}.bot-info.svelte-za8ch{display:flex;align-items:center;gap:10px}.bot-avatar.svelte-za8ch{font-size:28px}.bot-info.svelte-za8ch strong:where(.svelte-za8ch){display:block;font-size:16px}.bot-elo.svelte-za8ch{font-size:11px;font-weight:900;letter-spacing:1px;color:var(--p-gold)}.mood-indicator.svelte-za8ch{font-size:18px;margin-left:4px}.move-counter.svelte-za8ch{font-size:13px;font-weight:800;color:var(--p-text-muted)}.dialogue-bubble.svelte-za8ch{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:var(--p-surface);border:1px solid var(--p-border);border-left:3px solid var(--p-blue);border-radius:var(--p-radius-md);animation:svelte-za8ch-slideIn .25s ease-out}.dialogue-bubble.confident.svelte-za8ch{border-left-color:var(--p-green)}.dialogue-bubble.worried.svelte-za8ch{border-left-color:var(--p-red)}.dialogue-avatar.svelte-za8ch{font-size:22px;flex-shrink:0;line-height:1;margin-top:1px}.dialogue-text.svelte-za8ch{font-size:13px;font-weight:600;color:var(--p-text);font-style:italic;line-height:1.4;margin:0}@keyframes svelte-za8ch-slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.board.svelte-za8ch{display:grid;grid-template-columns:repeat(8,1fr);aspect-ratio:1 / 1;width:100%;border:2px solid var(--board-border, var(--p-border));border-radius:var(--p-radius-md);overflow:hidden;position:relative}.board.game-over.svelte-za8ch{opacity:.85}.sq.svelte-za8ch{all:unset;display:grid;place-items:center;cursor:pointer;position:relative;overflow:visible}.sq.light.svelte-za8ch{background:var(--light-sq, #E8D7B4)}.sq.dark.svelte-za8ch{background:var(--dark-sq, #8B6F47)}.sq.selected.svelte-za8ch{background:var(--selected-sq, #F5C842)!important}.sq.highlight.svelte-za8ch: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-za8ch:after{width:82%;height:82%;background:transparent;border:3px solid rgba(255,77,77,.65);border-radius:50%}.sq.svelte-za8ch:focus-visible{outline:2px solid var(--p-blue);outline-offset:-2px;z-index:1}.piece.svelte-za8ch{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-za8ch svg{width:100%;height:100%;filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.piece-animating.svelte-za8ch{position:absolute;z-index:5;transition:transform .25s ease}.status-bar.svelte-za8ch{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)}.status-bar.win.svelte-za8ch{border-left-color:var(--p-green)}.status-bar.loss.svelte-za8ch{border-left-color:var(--p-red)}.status-bar.draw.svelte-za8ch{border-left-color:var(--p-gold)}.status-bar.svelte-za8ch p:where(.svelte-za8ch){font-size:14px;font-weight:700;color:var(--p-text)}.thinking.svelte-za8ch{animation:svelte-za8ch-pulse 1.5s ease-in-out infinite}@keyframes svelte-za8ch-pulse{50%{opacity:.6}}.depth-info.svelte-za8ch{font-size:11px;color:var(--p-text-muted);font-weight:400}.engine-badge.svelte-za8ch{font-size:10px;font-weight:700;letter-spacing:.5px;padding:1px 6px;border-radius:4px;background:var(--p-surface);border:1px solid var(--p-border);color:var(--p-text-muted);margin-left:6px}.controls.svelte-za8ch{display:flex;gap:8px;flex-wrap:wrap}.analysis-header.svelte-za8ch{display:flex;align-items:center;gap:16px;margin-bottom:8px}.analysis-header.svelte-za8ch h3:where(.svelte-za8ch){font-size:18px;font-weight:900}.tc-panel.svelte-za8ch{background:var(--p-surface);border:1px solid var(--p-border);border-radius:var(--p-radius-lg);padding:var(--p-space-xl)}.tc-title.svelte-za8ch{font-size:16px;font-weight:900;margin-bottom:var(--p-space-md)}.tc-grid.svelte-za8ch{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:var(--p-space-lg)}.tc-btn.svelte-za8ch{padding:10px 8px;font-size:12px;font-weight:800;border-radius:var(--p-radius-md);background:var(--p-surface-alt);color:var(--p-text-muted);border:2px solid var(--p-border);cursor:pointer;transition:border-color .15s ease,color .15s ease}.tc-btn.svelte-za8ch:hover{border-color:var(--p-gold);color:var(--p-text)}.tc-btn.tc-active.svelte-za8ch{border-color:var(--p-green);color:var(--p-green);background:#58cc0214}.tc-name.svelte-za8ch{display:block;white-space:nowrap}.tc-start.svelte-za8ch{width:100%}.clock-bar.svelte-za8ch{display:flex;justify-content:flex-end}.clock.svelte-za8ch{display:flex;align-items:center;gap:10px;padding:6px 14px;background:var(--p-surface);border:1.5px solid var(--p-border);border-radius:var(--p-radius-md);transition:border-color .2s ease,background .2s ease}.clock-active.svelte-za8ch{border-color:var(--p-gold);background:var(--p-surface-alt)}.clock-low.svelte-za8ch{border-color:var(--p-red)}.clock-low.svelte-za8ch .clock-time:where(.svelte-za8ch){color:var(--p-red)}.clock-critical.svelte-za8ch .clock-time:where(.svelte-za8ch){animation:svelte-za8ch-clockFlash .5s ease-in-out infinite}.clock-expired.svelte-za8ch{background:var(--p-red);border-color:var(--p-red)}.clock-expired.svelte-za8ch .clock-time:where(.svelte-za8ch),.clock-expired.svelte-za8ch .clock-label:where(.svelte-za8ch){color:#fff}.clock-label.svelte-za8ch{font-size:12px;font-weight:800;color:var(--p-text-muted)}.clock-time.svelte-za8ch{font-family:SF Mono,Cascadia Code,Fira Code,monospace;font-size:18px;font-weight:900;color:var(--p-text);letter-spacing:.5px}@keyframes svelte-za8ch-clockFlash{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:480px){.tc-grid.svelte-za8ch{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.piece-animating.svelte-za8ch{transition:none}.thinking.svelte-za8ch,.dialogue-bubble.svelte-za8ch{animation:none}.clock-critical.svelte-za8ch .clock-time:where(.svelte-za8ch){animation:none}}.back[data-astro-cid-rofj7i7p]{display:inline-block;margin-bottom:var(--p-space-lg);font-weight:800;font-size:13px;color:var(--p-text-muted)}.bot-header[data-astro-cid-rofj7i7p]{display:flex;align-items:center;gap:var(--p-space-lg);margin-bottom:var(--p-space-md)}.avatar[data-astro-cid-rofj7i7p]{width:72px;height:72px;display:grid;place-items:center;font-size:36px;border-radius:var(--p-radius-lg);flex-shrink:0}.bot-header[data-astro-cid-rofj7i7p] h1[data-astro-cid-rofj7i7p]{font-size:28px;margin-bottom:2px}.subtitle[data-astro-cid-rofj7i7p]{font-size:14px;color:var(--p-text-muted);font-weight:700}.elo[data-astro-cid-rofj7i7p]{font-size:12px;font-weight:900;letter-spacing:1px;color:var(--p-gold);margin-top:4px}.play-style[data-astro-cid-rofj7i7p]{font-size:12px;color:var(--p-text-dim);font-weight:600;margin-top:2px}.backstory[data-astro-cid-rofj7i7p]{color:var(--p-text-muted);font-size:14px;font-weight:600;font-style:italic;margin-bottom:var(--p-space-xl);line-height:1.6}.game-section[data-astro-cid-rofj7i7p]{margin-bottom:var(--p-space-xl)}
