.board[data-astro-cid-cymbkd26]{aspect-ratio:1;border:1px solid rgba(var(--foreground-rgb), .35);--square-light:rgba(var(--foreground-rgb), .06);--square-dark:rgba(var(--foreground-rgb), .2);--square-selected:#78a05a8c;--square-target:#78a05a4d;--square-last-move:#bea04652;--square-check:#be463c80;border-radius:4px;grid-template-rows:repeat(8,1fr);width:100%;display:grid;overflow:hidden}@media (prefers-color-scheme:dark){.board[data-astro-cid-cymbkd26]{--square-light:rgba(var(--foreground-rgb), .18);--square-dark:rgba(var(--foreground-rgb), .36)}}.row[data-astro-cid-cymbkd26]{grid-template-columns:repeat(8,1fr);display:grid}.square[data-astro-cid-cymbkd26]{background:var(--square-light);cursor:default;border:none;justify-content:center;align-items:center;padding:0;font-family:inherit;line-height:1;text-decoration:none;display:flex;position:relative}.square[data-astro-cid-cymbkd26].dark{background:var(--square-dark)}.square[data-astro-cid-cymbkd26][data-selected]{background:var(--square-selected)}.square[data-astro-cid-cymbkd26][data-last-move]{background:var(--square-last-move)}.square[data-astro-cid-cymbkd26][data-in-check]{background:var(--square-check)}.square[data-astro-cid-cymbkd26][data-playable]{cursor:pointer}.square[data-astro-cid-cymbkd26]:focus-visible{outline:2px solid rgb(var(--foreground-rgb));outline-offset:-3px}.square[data-astro-cid-cymbkd26][data-target]:after{content:"";background:var(--square-target);border-radius:50%;width:28%;height:28%;margin:auto;position:absolute;inset:0}.square[data-astro-cid-cymbkd26][data-target][data-occupied]:after{border:.22em solid var(--square-target);background:0 0;width:84%;height:84%}.piece[data-astro-cid-cymbkd26]{z-index:1;pointer-events:none;width:88%;height:88%;display:flex;position:relative}.piece[data-astro-cid-cymbkd26] svg{stroke-width:1.4px;stroke-linejoin:round;paint-order:stroke fill;width:100%;height:100%}.piece[data-astro-cid-cymbkd26][data-color=white] svg{fill:#f4f4ef;stroke:#14161a}.piece[data-astro-cid-cymbkd26][data-color=black] svg{fill:#16181c;stroke:#e8e8e2}.coordinate[data-astro-cid-cymbkd26]{opacity:.65;pointer-events:none;font-size:.65rem;line-height:1;position:absolute}.coordinate[data-astro-cid-cymbkd26].rank{top:2px;left:3px}.coordinate[data-astro-cid-cymbkd26].file{bottom:2px;right:3px}.board[data-astro-cid-cymbkd26][data-orientation=black],.board[data-astro-cid-cymbkd26][data-orientation=black] .piece[data-astro-cid-cymbkd26],.board[data-astro-cid-cymbkd26][data-orientation=black] .coordinate[data-astro-cid-cymbkd26]{transform:rotate(180deg)}@media (prefers-reduced-motion:no-preference){.square[data-astro-cid-cymbkd26]{transition:background-color .15s ease-in-out}}.game[data-astro-cid-xufutfgo]{flex-direction:column;gap:1.5rem;display:flex}.board-column[data-astro-cid-xufutfgo]{width:100%;position:relative}.panel[data-astro-cid-xufutfgo]{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.status[data-astro-cid-xufutfgo]{flex:100%;min-height:1.6rem;margin:0;font-weight:700}.controls[data-astro-cid-xufutfgo]{flex-wrap:wrap;gap:.5rem;display:flex}button[data-astro-cid-xufutfgo],select[data-astro-cid-xufutfgo]{color:inherit;border:1px solid rgba(var(--foreground-rgb), .4);cursor:pointer;background:0 0;border-radius:4px;padding:.4rem .7rem;font-family:inherit;font-size:.9rem}button[data-astro-cid-xufutfgo]:hover:not(:disabled),select[data-astro-cid-xufutfgo]:hover{border-color:rgba(var(--foreground-rgb), .9)}button[data-astro-cid-xufutfgo]:disabled{opacity:.45;cursor:not-allowed}.strength[data-astro-cid-xufutfgo]{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.progress[data-astro-cid-xufutfgo]{border:1px solid rgba(var(--foreground-rgb), .4);border-radius:4px;flex:100%;height:1.25rem;position:relative;overflow:hidden}.progress-bar[data-astro-cid-xufutfgo]{background:rgba(var(--foreground-rgb), .25);width:0;height:100%;transition:width .2s linear;display:block}.progress-text[data-astro-cid-xufutfgo]{place-items:center;font-size:.75rem;display:grid;position:absolute;inset:0}.moves[data-astro-cid-xufutfgo]{border:1px solid rgba(var(--foreground-rgb), .2);font-variant-numeric:tabular-nums;border-radius:4px;max-height:8rem;margin:0;padding:.5rem;font-size:.9rem;list-style:inside decimal;overflow-y:auto}.moves[data-astro-cid-xufutfgo]:empty{display:none}.promotion[data-astro-cid-xufutfgo]{background:rgb(var(--background-rgb));border:1px solid rgba(var(--foreground-rgb), .5);border-radius:6px;align-items:center;gap:.35rem;padding:.5rem .75rem;display:flex;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #00000040}.promotion[data-astro-cid-xufutfgo][hidden]{display:none}.promotion-label[data-astro-cid-xufutfgo]{font-size:.85rem}.promotion-choice[data-astro-cid-xufutfgo]{width:2.4rem;height:2.4rem;padding:.15rem;text-decoration:none;display:flex}.promotion-choice[data-astro-cid-xufutfgo] svg{stroke-width:1.4px;stroke-linejoin:round;paint-order:stroke fill;width:100%;height:100%}.promotion-choice[data-astro-cid-xufutfgo][data-color=white] svg{fill:#f4f4ef;stroke:#14161a}.promotion-choice[data-astro-cid-xufutfgo][data-color=black] svg{fill:#16181c;stroke:#e8e8e2}.footnote[data-astro-cid-xufutfgo]{opacity:.8;font-size:.85rem}@media (width>=700px){.moves[data-astro-cid-xufutfgo]{columns:2}}