.chess-nav{font-family:var(--font-mono-stack), monospace;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--line);flex-wrap:wrap;gap:1.5rem;padding:1rem 0;font-size:.75rem;display:flex}.chess-nav a{color:var(--text-muted)}.chess-nav a[aria-current=page]{color:var(--accent)}.chess-nav a:hover{color:var(--text)}.chess-grid{gap:1.5rem;display:grid}@media (min-width:720px){.chess-grid-2{grid-template-columns:1fr 1fr}.chess-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.chess-grid-4{grid-template-columns:repeat(4,1fr)}}.chess-card{border:1px solid var(--line);background:var(--bg-elevated);border-radius:4px;padding:1.25rem 1.5rem}.chess-card h3{font-family:var(--font-display-stack), Georgia, serif;color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.stat{flex-direction:column;gap:.25rem;display:flex}.stat .label-caps{color:var(--text-muted)}.stat .stat-value{font-family:var(--font-display-stack), Georgia, serif;color:var(--text);font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1}.stat .stat-note{color:var(--text-muted);font-size:.85rem}.chess-warning{border-left:2px solid var(--accent);color:var(--text);background:#c9a84c0f;padding:.75rem 1rem;font-size:.95rem}.chess-table{border-collapse:collapse;width:100%;font-size:.9rem}.chess-table th{text-align:left;font-family:var(--font-mono-stack), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--line-strong);padding:.6rem .5rem;font-size:.7rem}.chess-table td{border-bottom:1px solid var(--line);color:var(--text-muted);vertical-align:top;padding:.6rem .5rem}.chess-table td.num,.chess-table th.num{text-align:right;font-variant-numeric:tabular-nums}.chess-table a{color:var(--text)}.chess-table a:hover{color:var(--accent)}.chess-table-wrap{overflow-x:auto}.result-win{color:#8fbf7f}.result-loss{color:#d08a7a}.result-draw{color:var(--text-muted)}.cls-blunder{color:#d08a7a}.cls-mistake{color:#d9a45b}.cls-inaccuracy{color:#c9c27a}.cls-best{color:#8fbf7f}.cls-good{color:var(--text-muted)}.board{width:100%;max-width:100%;height:auto;display:block}.board .sq-light{fill:#d9cdb4}.board .sq-dark{fill:#6f5a45}.board .sq-from,.board .sq-to{fill:#c9a84c8c}.board .piece{text-anchor:middle;dominant-baseline:central;font-family:Apple Symbols,Segoe UI Symbol,DejaVu Sans,Noto Sans Symbols2,sans-serif;font-size:88px}.board .piece-w{fill:#f4efe4;stroke:#2a2419;stroke-width:2.5px;paint-order:stroke fill}.board .piece-b{fill:#1a1613;stroke:#d9cdb4;stroke-width:1.5px;paint-order:stroke fill}.board .coord text{font-family:var(--font-mono-stack), monospace;fill:#00000073;font-size:14px}.moves{font-family:var(--font-mono-stack), monospace;grid-template-columns:3rem 1fr 1fr;gap:.15rem .5rem;max-height:480px;font-size:.9rem;display:grid;overflow-y:auto}.moves .mv-no{color:var(--text-muted)}.moves button{color:var(--text-muted);text-align:left;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:2px;padding:.15rem .4rem}.moves button:hover{color:var(--text);background:#f0ece20f}.moves button[aria-current=true]{color:var(--text);background:#c9a84c2e}.moves .badge{letter-spacing:.05em;margin-left:.35rem;font-size:.65rem}.evalgraph{width:100%;height:auto;display:block}.evalgraph .area{fill:#f0ece2e6}.evalgraph .bg{fill:#2a2622}.evalgraph .mid{stroke:#c9a84c80;stroke-width:1px}.evalgraph .marker{cursor:pointer}.evalgraph .cursor{stroke:var(--accent);stroke-width:1.5px}.leak{border:1px solid var(--line);background:var(--bg-elevated);border-radius:4px;gap:1rem;padding:1.5rem;display:grid}.leak-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem 1.5rem;display:flex}.leak-head h2{font-family:var(--font-display-stack), Georgia, serif;color:var(--text);font-size:1.35rem;font-weight:400}.leak-meta{color:var(--text-muted);flex-wrap:wrap;gap:1.25rem;font-size:.85rem;display:flex}.leak-meta b{color:var(--text);font-weight:500}.leak-evidence{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.leak-evidence figure{margin:0}.leak-evidence figcaption{color:var(--text-muted);margin-top:.35rem;font-size:.75rem;line-height:1.4}.status{font-family:var(--font-mono-stack), monospace;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--line-strong);border-radius:2px;padding:3px 8px;font-size:.65rem}.status-confirmed{color:var(--accent);border-color:#c9a84c80}.status-provisional{color:#c9c27a}.status-watch{color:var(--text-muted)}.chess-footnote{color:var(--text-muted);font-size:.8rem;line-height:1.6}.chess-footnote a{color:var(--text-muted);text-decoration:underline}@media (prefers-reduced-motion:reduce){.board *,.evalgraph *{transition:none!important}}.chess-nav a:focus-visible,.moves button:focus-visible,.leak a:focus-visible,.chess-table a:focus-visible,.chess-card a:focus-visible,.chess-card button:focus-visible,.chess-grid button:focus-visible,.chess-grid input:focus-visible,.chess-grid select:focus-visible,.chess-grid textarea:focus-visible,.evalgraph .marker:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
