@import "https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600&display=swap";.chess-game{margin:var(--fc-spacing-xl,1.5rem) 0;background:var(--fc-color-surface,#fff);border-radius:var(--fc-radius-md,.75rem);border:1px solid var(--fc-border-color,#0f172a14);grid-template-columns:minmax(200px,400px) 1fr;gap:0;max-width:860px;display:grid;overflow:hidden;box-shadow:0 16px 40px #0f172a14}.chess-game:focus{outline:2px solid var(--fc-color-accent,#ac4142);outline-offset:2px}.chess-game__board-area{background:#302e2b;border-right:1px solid #00000026;flex-direction:column;align-self:start;display:flex}.chess-game__board{aspect-ratio:1;width:100%}.chess-game .cm-chessboard .markers .marker.marker-square{fill:#b8860b;opacity:.25}.chess-game .cm-chessboard .coordinates{opacity:.7;font-weight:600}.chess-game__controls{background:#302e2b;justify-content:center;align-items:center;gap:2px;padding:8px 10px;display:flex}.chess-game__controls-sep{background:#ffffff26;width:1px;height:20px;margin:0 6px}.chess-game__btn{color:#fffc;cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;justify-content:center;align-items:center;width:44px;height:40px;padding:0;font-family:inherit;transition:background .15s,color .15s;display:inline-flex}.chess-game__btn:hover{color:#fff;background:#fff3}.chess-game__btn:active{background:#ffffff40}.chess-game__btn--muted{opacity:.4}.chess-game__sidebar{background:var(--fc-color-surface,#fff);flex-direction:column;min-width:0;min-height:0;max-height:100%;display:flex}.chess-game__header{border-bottom:1px solid var(--fc-border-color,#0f172a14);flex-shrink:0;padding:12px 16px;font-size:.875rem;line-height:1.4}.chess-game__player-row{align-items:center;gap:8px;padding:3px 0;display:flex}.chess-game__piece-icon{border:1px solid #0f172a33;border-radius:2px;flex-shrink:0;width:14px;height:14px}.chess-game__piece-icon--white{background:#fff}.chess-game__piece-icon--black{background:#302e2b}.chess-game__player-name{color:var(--fc-color-text,#1f2933);font-weight:600}.chess-game__elo{color:var(--fc-color-muted,#51606f);font-size:.8em}.chess-game__score{color:var(--fc-color-text,#1f2933);text-align:center;min-width:1.2em;margin-left:auto;font-size:1em;font-weight:700}.chess-game__opening{color:var(--fc-color-accent,#ac4142);border-top:1px solid var(--fc-border-color,#0f172a0f);margin-top:4px;padding-top:4px;font-size:.8rem;font-weight:600}.chess-game__event-info{color:var(--fc-color-muted,#51606f);margin-top:2px;font-size:.75rem}.chess-game__moves{font-variant-numeric:tabular-nums;flex:1;min-height:0;padding:2px 0;font-size:.9rem;line-height:1.2;overflow-y:auto}.chess-game__move-row{grid-template-columns:2.4em 1fr 1fr;align-items:center;min-height:36px;display:grid}.chess-game__move-row--alt{background:#0f172a06}.chess-game__move-row:hover{background:#0f172a0d}.chess-game__move-number{color:var(--fc-color-muted,#51606f);text-align:center;user-select:none;padding:0 4px;font-family:Source Code Pro,SF Mono,Consolas,monospace;font-size:.78em}.chess-game__move{cursor:pointer;color:var(--fc-color-text,#1f2933);white-space:nowrap;user-select:none;border-radius:3px;padding:6px 8px;font-family:Source Code Pro,SF Mono,Consolas,monospace;font-weight:500;transition:background .1s}.chess-game__move:hover{background:#0f172a0f}.chess-game__move--active{color:#fff;background:#a57c4a}.chess-game__move--active:hover{background:#8f6a3c}.chess-game__move--active .chess-game__nag{color:#fff}.chess-game__move--empty{cursor:default}.chess-game__nag{margin-left:1px;font-size:.9em;font-weight:700}.chess-game__nag--good{color:#2b8a3e}.chess-game__nag--bad{color:#c92a2a}.chess-game__comment{color:var(--fc-color-muted,#51606f);border-left:3px solid var(--fc-border-color,#0f172a1f);background:0 0;padding:8px 14px 8px 1.6em;font-size:.82rem;font-style:italic;line-height:1.55}.chess-game__comment-ref{color:var(--fc-color-text,#1f2933);opacity:.7;font-family:Source Code Pro,SF Mono,Consolas,monospace;font-size:.92em;font-style:normal;font-weight:600}.chess-game__comment--current{border-left-color:var(--fc-color-accent,#ac4142);background:#ac41420d}.chess-game__variation{padding:4px 8px 4px calc(1em + var(--var-depth,1) * .5em);color:var(--fc-color-muted,#51606f);border-left:2px solid #0f172a14;flex-wrap:wrap;align-items:baseline;gap:1px 2px;margin-left:1em;font-size:.8rem;line-height:1.6;display:flex}.chess-game__variation .chess-game__move{color:var(--fc-color-muted,#51606f);padding:2px 4px;font-size:.85rem;font-weight:400}.chess-game__variation .chess-game__move:hover{color:var(--fc-color-text,#1f2933);background:#0f172a0f}.chess-game__variation .chess-game__move--active{color:#fff;background:#a57c4a}.chess-game__var-bracket{color:#0f172a4d;font-size:.9em;font-weight:600}.chess-game__var-movenum{color:#0f172a66;user-select:none;margin-left:2px;font-family:Source Code Pro,SF Mono,Consolas,monospace;font-size:.85em}.chess-game__var-comment{color:var(--fc-color-muted,#51606f);opacity:.85;padding:0 2px;font-size:.92em;font-style:italic}.chess-game__variation .chess-game__variation{border-left-color:#0f172a0d;margin-left:.5em;padding-left:.5em}.chess-game__result{text-align:center;color:var(--fc-color-muted,#51606f);border-top:1px solid var(--fc-border-color,#0f172a0f);margin-top:4px;padding:10px 8px;font-family:Source Code Pro,SF Mono,Consolas,monospace;font-size:.95rem;font-weight:700}.chess-game__status{color:var(--fc-color-muted,#51606f);background:var(--fc-color-surface-muted,#f5f5f4);border-top:1px solid var(--fc-border-color,#0f172a14);flex-shrink:0;padding:8px 16px;font-family:Source Code Pro,SF Mono,Consolas,monospace;font-size:.78rem}.chess-game__caption{color:var(--fc-color-muted,#51606f);text-align:center;border-top:1px solid var(--fc-border-color,#0f172a14);grid-column:1/-1;margin:0;padding:10px 16px;font-size:.88rem;font-style:italic}.chess-game__skeleton-board{aspect-ratio:1;opacity:.5;background:repeating-conic-gradient(#b8a88a 0% 25%,#ecdab9 0% 50%) 0 0/25% 25%;width:100%}.chess-game--loaded .chess-game__skeleton-board{display:none}.chess-game__skeleton-header{flex-direction:column;gap:8px;padding:2px 0;display:flex}.chess-game__skeleton-line{background:#0f172a0f;border-radius:4px;width:70%;height:12px;animation:1.5s ease-in-out infinite chess-skeleton-pulse}.chess-game__skeleton-line--short{width:45%}.chess-game--loaded .chess-game__skeleton-header{display:none}.chess-game__skeleton-moves{color:var(--fc-color-muted,#51606f);text-align:center;padding:16px;font-size:.85rem;animation:1.5s ease-in-out infinite chess-skeleton-pulse}.chess-game--loaded .chess-game__skeleton-moves{display:none}@keyframes chess-skeleton-pulse{0%,to{opacity:.4}50%{opacity:.8}}.chess-game__error{text-align:center;color:var(--fc-color-accent,#ac4142);padding:24px 16px;font-size:.9rem}@media (width<=640px){.chess-game{grid-template-columns:1fr;max-width:100%}.chess-game__board-area{border-bottom:1px solid #00000026;border-right:none}.chess-game__sidebar{max-height:none}.chess-game__moves{max-height:300px}.chess-game__move-row{min-height:40px}.chess-game__btn{width:48px;height:44px}}
