:root{color:#20242a;background:#f7f5f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,sans-serif}*{box-sizing:border-box}body{margin:0}header,footer{color:#fff;background:#243447;padding:1rem max(1rem,50% - 35rem)}header a{color:#fff;font-weight:700;text-decoration:none}footer{margin-top:3rem;font-size:.85rem}main{max-width:70rem;margin:auto;padding:1.5rem 1rem}a{color:#075da8}.cards{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;display:grid}.card{background:#fff;border:1px solid #ddd;border-radius:.4rem;padding:1rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;background:#fff;width:100%}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #ddd;padding:.55rem}code,.long{overflow-wrap:anywhere;word-break:break-all}.muted{color:#687078}.round{margin-top:2rem}dl{grid-template-columns:max-content 1fr;gap:.4rem 1rem;display:grid}dt{font-weight:700}h1{line-height:1.35}@media (max-width:600px){dl{grid-template-columns:1fr}dd{margin:0 0 .5rem}}.gameViewer{margin:1.5rem 0}.viewerMain{grid-template-columns:minmax(18rem,2fr) minmax(16rem,1fr);align-items:start;gap:1.25rem;display:grid}.boardPanel,.movePanel{background:#fff;border:1px solid #d7d2c8;border-radius:.5rem;min-width:0;padding:1rem}.viewerHeading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.viewerHeading h2,.movePanel h2{margin-top:0}.viewerHeading button,.viewerControls button,.moveList button{color:#20242a;cursor:pointer;background:#fff;border:1px solid #8a8175;border-radius:.35rem;min-height:2.75rem}.currentMove{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}.currentMove span{color:#687078}.boardAndHands{max-width:38rem;margin:auto}.viewerHand{min-height:3.5rem;padding:.45rem .2rem}.viewerHand>div{flex-wrap:wrap;gap:.4rem;margin-top:.3rem;display:flex}.handItem{background:#ead19a;border:1px solid #98783e;align-items:baseline;min-width:2rem;padding:.25rem;display:inline-flex}.handItem small{margin-left:.15rem}.boardGrid{aspect-ratio:10/9;grid-template-columns:1.7rem repeat(9,minmax(0,1fr));width:100%;display:grid}.boardRow{display:contents}.boardCorner,.boardCoord{justify-content:center;align-items:center;font-size:.8rem;display:flex}.boardSquare{aspect-ratio:1;background:#d9ad59;border-bottom:1px solid #826735;border-right:1px solid #826735;justify-content:center;align-items:center;min-width:0;display:flex}.boardSquare:nth-child(2){border-left:1px solid #826735}.boardRow:nth-of-type(2) .boardSquare{border-top:1px solid #826735}.boardSquare.lastFrom{box-shadow:inset 0 0 0 3px #287d87}.boardSquare.lastTo{background:#f4ce79;box-shadow:inset 0 0 0 4px #a6472d}.boardPiece{clip-path:polygon(50% 0,78% 10%,94% 100%,6% 100%,22% 10%);color:#20170c;writing-mode:vertical-rl;background:linear-gradient(160deg,#fae8b5,#d9a94f);justify-content:center;align-items:center;width:78%;height:88%;font-size:clamp(.72rem,2.1vw,1.15rem);font-weight:800;display:inline-flex}.boardPiece.opponent{transform:rotate(180deg)}.boardPiece.promoted{color:#9a3412}.viewerControls{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.75rem;display:grid}.viewerControls button:disabled{cursor:not-allowed;color:#888;background:#eee}.moveList{overscroll-behavior:contain;border:1px solid #ddd;flex-direction:column;max-height:min(70vh,38rem);display:flex;overflow-y:auto}.moveList button{text-align:left;border:0;border-bottom:1px solid #ddd;border-radius:0;grid-template-columns:2.5rem 1fr auto;align-items:center;gap:.5rem;padding:.4rem .65rem;display:grid}.moveList button small{color:#687078}.moveList button.selectedMove{background:#e1f0f1;font-weight:700;box-shadow:inset .3rem 0 #176a73}.viewerError{background:#fff4ef;border:2px solid #a6472d;padding:1rem;font-weight:700}@media (max-width:760px){.viewerMain{grid-template-columns:1fr}.boardPanel,.movePanel{padding:.7rem}.moveList{max-height:20rem}.viewerControls button{min-height:3rem}.boardPiece{font-size:clamp(.65rem,4vw,1rem)}}
