.chess-module__YhOliG__page{box-sizing:border-box;flex-direction:column;align-items:center;min-height:100vh;padding:16px;display:flex}.chess-module__YhOliG__title{margin:0 0 4px;font-size:2rem;font-weight:700}.chess-module__YhOliG__subtitle{opacity:.6;margin:0 0 24px;font-size:.875rem}.chess-module__YhOliG__lobby{flex-direction:column;gap:12px;width:100%;max-width:320px;display:flex}.chess-module__YhOliG__lobbyButtons{gap:8px;display:flex}.chess-module__YhOliG__input{box-sizing:border-box;color:#1a1a1a;background:#fff;border:2px solid #ccc;border-radius:8px;width:100%;padding:10px 14px;font-size:1rem}.chess-module__YhOliG__input:focus{border-color:#555;outline:none}.chess-module__YhOliG__btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 20px;font-size:1rem;font-weight:600;transition:opacity .15s}.chess-module__YhOliG__btn:disabled{opacity:.4;cursor:not-allowed}.chess-module__YhOliG__btnPrimary{color:#fff;background:#1a1a1a}.chess-module__YhOliG__btnPrimary:hover:not(:disabled){background:#333}.chess-module__YhOliG__btnSecondary{color:#1a1a1a;background:#e8e8e8}.chess-module__YhOliG__btnSecondary:hover:not(:disabled){background:#d0d0d0}.chess-module__YhOliG__btnDanger{color:#fff;background:#c0392b}.chess-module__YhOliG__btnDanger:hover:not(:disabled){background:#a93226}.chess-module__YhOliG__waiting{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:320px;display:flex}.chess-module__YhOliG__gameCode{letter-spacing:.15em;color:#1a1a1a;background:#f0f0f0;border-radius:8px;padding:8px 20px;font-family:monospace;font-size:2rem;font-weight:700}.chess-module__YhOliG__playerList{width:100%;margin:0;padding:0;list-style:none}.chess-module__YhOliG__playerList li{color:#1a1a1a;background:#f5f5f5;border-radius:6px;align-items:center;gap:8px;margin-bottom:6px;padding:8px 12px;display:flex}.chess-module__YhOliG__colorDot{border:2px solid #888;border-radius:50%;flex-shrink:0;width:12px;height:12px}.chess-module__YhOliG__colorDotWhite{background:#fff}.chess-module__YhOliG__colorDotBlack{background:#1a1a1a}.chess-module__YhOliG__colorDotRed{background:#c0392b}.chess-module__YhOliG__colorDotGreen{background:#27ae60}.chess-module__YhOliG__gameLayout{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.chess-module__YhOliG__playerInfo{justify-content:space-between;font-size:.875rem;display:flex}.chess-module__YhOliG__playerInfo4{flex-wrap:wrap;justify-content:center;gap:6px;font-size:.875rem;display:flex}.chess-module__YhOliG__playerTag{color:#1a1a1a;background:#f0f0f0;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-weight:600;display:flex}.chess-module__YhOliG__playerTag.chess-module__YhOliG__isYou{color:#fff;background:#1a1a1a}.chess-module__YhOliG__playerTagWhite{color:#1a1a1a;background:#f0f0f0}.chess-module__YhOliG__playerTagBlack{color:#fff;background:#2c2c2c}.chess-module__YhOliG__playerTagRed{color:#fff;background:#c0392b}.chess-module__YhOliG__playerTagGreen{color:#fff;background:#27ae60}.chess-module__YhOliG__isYou4{outline-offset:2px;outline:2px solid;font-weight:700}.chess-module__YhOliG__inCheck{color:#fff!important;background:#e74c3c!important}.chess-module__YhOliG__board{-webkit-user-select:none;user-select:none;border:3px solid #1a1a1a;border-radius:4px;display:grid;overflow:hidden}.chess-module__YhOliG__square{cursor:pointer;aspect-ratio:1;justify-content:center;align-items:center;display:flex;position:relative}.chess-module__YhOliG__light{background:#f0d9b5}.chess-module__YhOliG__dark{background:#b58863}.chess-module__YhOliG__square.chess-module__YhOliG__selected{background:#f6f669!important}.chess-module__YhOliG__square.chess-module__YhOliG__legalMove:after{content:"";pointer-events:none;background:#0003;border-radius:50%;width:30%;height:30%;position:absolute}.chess-module__YhOliG__square.chess-module__YhOliG__legalCapture:after{content:"";pointer-events:none;border:4px solid #00000040;border-radius:50%;position:absolute;inset:0}.chess-module__YhOliG__square.chess-module__YhOliG__lastMove{background:#9bc70066!important}.chess-module__YhOliG__piece{z-index:1;font-size:clamp(28px,6vw,48px);line-height:1;transition:opacity .15s;position:relative}.chess-module__YhOliG__whitePiece{color:#fff;text-shadow:0 0 2px #000,0 0 4px #000;filter:drop-shadow(0 1px 2px #0009)}.chess-module__YhOliG__blackPiece{color:#1a1a1a;text-shadow:0 0 1px #ffffff4d;filter:drop-shadow(0 1px 1px #0006)}.chess-module__YhOliG__redPiece{color:#c0392b;text-shadow:0 0 2px #000,0 0 4px #00000080;filter:drop-shadow(0 1px 2px #0009)}.chess-module__YhOliG__greenPiece{color:#27ae60;text-shadow:0 0 2px #000,0 0 4px #00000080;filter:drop-shadow(0 1px 2px #0009)}.chess-module__YhOliG__cooldownPiece{opacity:.4}.chess-module__YhOliG__cooldownOverlay{pointer-events:none;z-index:2;justify-content:center;align-items:flex-end;padding-bottom:2px;display:flex;position:absolute;inset:0}.chess-module__YhOliG__cooldownBadge{color:#fff;background:#000000a6;border-radius:3px;padding:1px 3px;font-size:clamp(8px,1.5vw,11px);font-weight:700;line-height:1.2}.chess-module__YhOliG__keyBadge{color:#fff;pointer-events:none;z-index:4;background:#2980b9d9;border-radius:3px;padding:1px 3px;font-family:monospace;font-size:clamp(8px,1.5vw,11px);font-weight:700;line-height:1.2;position:absolute;bottom:2px;left:3px}.chess-module__YhOliG__cooldownBar{pointer-events:none;z-index:3;background:#e74c3c;height:3px;transition:width .1s linear;position:absolute;bottom:0;left:0}.chess-module__YhOliG__rankLabel{opacity:.5;pointer-events:none;font-size:clamp(8px,1.5vw,11px);font-weight:700;line-height:1;position:absolute;top:2px;left:3px}.chess-module__YhOliG__fileLabel{opacity:.5;pointer-events:none;font-size:clamp(8px,1.5vw,11px);font-weight:700;line-height:1;position:absolute;bottom:2px;right:3px}.chess-module__YhOliG__status{opacity:.7;font-size:.875rem}.chess-module__YhOliG__endScreen{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:320px;padding:24px;display:flex}.chess-module__YhOliG__endTitle{font-size:1.75rem;font-weight:700}.chess-module__YhOliG__endSubtitle{opacity:.7}.chess-module__YhOliG__error{color:#e74c3c;text-align:center;margin:0;font-size:.875rem}.chess-module__YhOliG__opponentHover{outline-offset:-2px;outline:2px dashed #4a90d9a6}.chess-module__YhOliG__opponentSelected{background:#4a90d94d!important}.chess-module__YhOliG__opponentHand{pointer-events:none;z-index:10;filter:drop-shadow(0 1px 1px #0000004d);font-size:clamp(9px,1.8vw,13px);line-height:1;position:absolute;top:1px;right:2px}.chess-module__YhOliG__inactiveSquare{aspect-ratio:1;background:#111;position:relative}.chess-module__YhOliG__teamGroups{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:8px;display:flex}.chess-module__YhOliG__teamGroup{flex-direction:column;align-items:center;gap:4px;display:flex}.chess-module__YhOliG__teamLabel{text-transform:uppercase;letter-spacing:.08em;opacity:.45;font-size:.68rem;font-weight:700}.chess-module__YhOliG__teamPlayers{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.chess-module__YhOliG__teamVs{opacity:.35;padding-top:22px;font-size:.8rem;font-weight:600}.chess-module__YhOliG__teamWaitGroups{flex-direction:column;gap:12px;width:100%;display:flex}.chess-module__YhOliG__teamWaitGroup{width:100%}.chess-module__YhOliG__teamWaitLabel{text-transform:uppercase;letter-spacing:.08em;opacity:.45;margin:0 0 4px;font-size:.7rem;font-weight:700}.chess-module__YhOliG__mapSelector{flex-direction:column;gap:6px;width:100%;display:flex}.chess-module__YhOliG__mapLabel{opacity:.6;font-size:.875rem}.chess-module__YhOliG__mapGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.chess-module__YhOliG__mapBtn{padding:8px 12px;font-size:.875rem}.chess-module__YhOliG__mapBtnSelected{color:#fff;outline-offset:2px;background:#1a1a1a;outline:2px solid #1a1a1a}@media (prefers-color-scheme:dark){.chess-module__YhOliG__mapBtnSelected{color:#1a1a1a;background:#e8e8e8;outline-color:#e8e8e8}}
