.chess-module__TMdxgW__page{flex-direction:column;align-items:center;gap:16px;padding:24px 16px 48px;display:flex}.chess-module__TMdxgW__setup{text-align:center;flex-direction:column;align-items:center;gap:18px;width:100%;max-width:460px;display:flex}.chess-module__TMdxgW__title{font-size:2rem}.chess-module__TMdxgW__subtitle{opacity:.75;line-height:1.5}.chess-module__TMdxgW__fieldset{border:none;width:100%}.chess-module__TMdxgW__legend{text-transform:uppercase;letter-spacing:.08em;opacity:.6;margin-bottom:8px;font-size:.8rem}.chess-module__TMdxgW__optionRow{justify-content:center;gap:8px;display:flex}.chess-module__TMdxgW__option{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #80808066;border-radius:6px;flex:1;padding:10px 8px}.chess-module__TMdxgW__option:hover{border-color:#739552}.chess-module__TMdxgW__optionActive{color:#fff;background:#739552;border-color:#739552}.chess-module__TMdxgW__startButton{color:#fff;width:100%;font:inherit;cursor:pointer;background:#739552;border:none;border-radius:6px;padding:14px;font-weight:700}.chess-module__TMdxgW__startButton:hover:not(:disabled){background:#82a860}.chess-module__TMdxgW__startButton:disabled{opacity:.45;cursor:not-allowed}.chess-module__TMdxgW__slots{opacity:.7;font-size:.85rem}.chess-module__TMdxgW__notice{text-align:center;background:#c8503c26;border:1px solid #c8503c66;border-radius:6px;max-width:460px;padding:10px 14px;font-size:.9rem}.chess-module__TMdxgW__layout{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:24px;display:flex}.chess-module__TMdxgW__boardColumn{flex-direction:column;gap:8px;display:flex}.chess-module__TMdxgW__sidebar{flex-direction:column;gap:12px;width:240px;min-width:200px;display:flex}.chess-module__TMdxgW__statusLine{min-height:1.4em;font-weight:700}.chess-module__TMdxgW__boardWrapper{position:relative}.chess-module__TMdxgW__board{aspect-ratio:1;touch-action:none;border-radius:4px;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);width:min(88vw,560px);display:grid;overflow:hidden}.chess-module__TMdxgW__square{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex;position:relative}.chess-module__TMdxgW__light{background:#ebecd0}.chess-module__TMdxgW__dark{background:#739552}.chess-module__TMdxgW__lastMove:before{content:"";background:#ffff3380;position:absolute;inset:0}.chess-module__TMdxgW__selected:before{content:"";background:#ff9e1a8c;position:absolute;inset:0}.chess-module__TMdxgW__check:before{content:"";background:radial-gradient(circle,#ff2828e6 0%,#ff282899 40%,#ff282800 70%);position:absolute;inset:0}.chess-module__TMdxgW__piece{pointer-events:none;width:100%;height:100%;position:relative}.chess-module__TMdxgW__ghost{opacity:.25}.chess-module__TMdxgW__dragPiece{z-index:20;pointer-events:none;position:fixed;transform:translate(-50%,-50%)}.chess-module__TMdxgW__moveHint,.chess-module__TMdxgW__captureHint{pointer-events:none;position:absolute}.chess-module__TMdxgW__moveHint{background:#00000029;border-radius:50%;width:30%;height:30%}.chess-module__TMdxgW__captureHint{border:6px solid #00000029;border-radius:50%;inset:0}.chess-module__TMdxgW__fileLabel,.chess-module__TMdxgW__rankLabel{pointer-events:none;opacity:.7;font-size:.65rem;font-weight:700;position:absolute}.chess-module__TMdxgW__fileLabel{bottom:1px;right:3px}.chess-module__TMdxgW__rankLabel{top:1px;left:3px}.chess-module__TMdxgW__light .chess-module__TMdxgW__fileLabel,.chess-module__TMdxgW__light .chess-module__TMdxgW__rankLabel{color:#739552}.chess-module__TMdxgW__dark .chess-module__TMdxgW__fileLabel,.chess-module__TMdxgW__dark .chess-module__TMdxgW__rankLabel{color:#ebecd0}.chess-module__TMdxgW__promotionBackdrop{z-index:30;background:#00000073;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.chess-module__TMdxgW__promotionPicker{background:#fff;border-radius:8px;gap:4px;padding:6px;display:flex;box-shadow:0 6px 24px #00000059}.chess-module__TMdxgW__promotionOption{cursor:pointer;background:0 0;border:none;border-radius:6px;width:56px;height:56px;padding:4px}.chess-module__TMdxgW__promotionOption:hover{background:#73955240}.chess-module__TMdxgW__promotionOption img{width:100%;height:100%}.chess-module__TMdxgW__clock{font-variant-numeric:tabular-nums;background:#80808026;border-radius:6px;justify-content:space-between;align-items:baseline;padding:8px 12px;display:flex}.chess-module__TMdxgW__clockRunning{background:#7395524d}.chess-module__TMdxgW__clockUrgent .chess-module__TMdxgW__clockTime{color:#d64545}.chess-module__TMdxgW__clockLabel{opacity:.75;font-size:.85rem}.chess-module__TMdxgW__clockTime{font-size:1.35rem;font-weight:700}.chess-module__TMdxgW__moveList{font-variant-numeric:tabular-nums;border:1px solid #8080804d;border-radius:6px;height:260px;padding:4px;list-style:none;overflow-y:auto}.chess-module__TMdxgW__moveListEmpty{opacity:.55;padding:8px;font-size:.9rem}.chess-module__TMdxgW__moveRow{grid-template-columns:2.2em 1fr 1fr;align-items:center;gap:4px;display:grid}.chess-module__TMdxgW__moveNumber{opacity:.55;text-align:right;padding-right:4px;font-size:.85rem}.chess-module__TMdxgW__move,.chess-module__TMdxgW__moveEmpty{border-radius:4px;padding:3px 6px}.chess-module__TMdxgW__moveClickable{cursor:pointer}.chess-module__TMdxgW__moveClickable:hover{background:#80808033}.chess-module__TMdxgW__moveActive{background:#73955273;font-weight:700}.chess-module__TMdxgW__replayControls{gap:4px;display:flex}.chess-module__TMdxgW__replayControls button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #80808066;border-radius:6px;flex:1;padding:8px 0}.chess-module__TMdxgW__replayControls button:disabled{opacity:.35;cursor:not-allowed}.chess-module__TMdxgW__replayHint{opacity:.65;text-align:center;font-size:.8rem}.chess-module__TMdxgW__resignButton{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #80808066;border-radius:6px;padding:10px}.chess-module__TMdxgW__resignButton:hover{color:#d64545;border-color:#d64545}@media (max-width:720px){.chess-module__TMdxgW__sidebar{width:min(88vw,560px)}.chess-module__TMdxgW__moveList{height:160px}}
