*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d1a;--surface: #16162a;--surface2: #1e1e36;--border: #2a2a4a;--accent: #7c5cbf;--accent2: #9d7de8;--text: #e8e8f0;--text-muted:#8888aa;--white-sq: #f0d9b5;--dark-sq: #b58863;--sq-size: min(9vw, 76px)}html,body,#root{height:100%;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid var(--accent2);outline-offset:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._wrapper_cmvhm_1{display:flex;align-items:center;gap:.35rem;-webkit-user-select:none;user-select:none}._inner_cmvhm_8{display:flex;flex-direction:column;gap:.2rem}._rankLabels_cmvhm_14{display:flex;flex-direction:column;justify-content:space-around;height:calc(var(--sq-size) * 8)}._fileLabels_cmvhm_21{display:flex;justify-content:space-around;width:calc(var(--sq-size) * 8)}._label_cmvhm_27{font-size:.7rem;font-weight:600;color:var(--text-muted);text-align:center;width:var(--sq-size)}._grid_cmvhm_35{display:grid;grid-template-columns:repeat(8,var(--sq-size));grid-template-rows:repeat(8,var(--sq-size));border-radius:4px;overflow:hidden;box-shadow:0 8px 32px #00000080,0 0 0 2px var(--border)}._square_cmvhm_46{position:relative;display:flex;align-items:center;justify-content:center;transition:background .08s}._light_cmvhm_54{background:var(--white-sq)}._dark_cmvhm_55{background:var(--dark-sq)}._interactive_cmvhm_57{cursor:pointer}._interactive_cmvhm_57:hover{filter:brightness(1.08)}._selected_cmvhm_62{background:#f6f669!important}._lastMove_cmvhm_66._light_cmvhm_54{background:#cdd16e}._lastMove_cmvhm_66._dark_cmvhm_55{background:#aaa230}._inCheck_cmvhm_69{background:#e74c3c!important}._moveDot_cmvhm_73{width:32%;height:32%;border-radius:50%;background:#00000038;pointer-events:none}._captureRing_cmvhm_81{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;border:4px solid rgba(0,0,0,.22);pointer-events:none}._piece_cmvhm_91{font-size:calc(var(--sq-size) * .72);line-height:1;position:relative;z-index:1;pointer-events:none;transition:transform .08s}._interactive_cmvhm_57 ._piece_cmvhm_91{pointer-events:auto;cursor:pointer}._interactive_cmvhm_57:hover ._piece_cmvhm_91{transform:scale(1.06)}._whitePiece_cmvhm_103{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.9),0 0 6px rgba(0,0,0,.6),1px 2px 2px rgba(0,0,0,.7)}._blackPiece_cmvhm_112{color:#1a1a2e;text-shadow:0 0 1px rgba(255,255,255,.15),1px 1px 1px rgba(0,0,0,.3)}._panel_1r024_1{display:flex;flex-direction:column;gap:.75rem;width:240px;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;max-height:calc(var(--sq-size) * 8 + 3rem)}._statusBar_1r024_16{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._status_1r024_16{font-size:.85rem;font-weight:600;color:var(--text)}._status_1r024_16._over_1r024_29{color:#f1c40f}._turnDot_1r024_33{width:10px;height:10px;border-radius:50%;flex-shrink:0}._turnDot_1r024_33[data-turn=w]{background:#eee;box-shadow:0 0 5px #ffffff80}._turnDot_1r024_33[data-turn=b]{background:#333;border:1px solid #666}._players_1r024_43{display:flex;flex-direction:column;gap:.4rem;border-top:1px solid var(--border);padding-top:.6rem}._player_1r024_43{display:flex;align-items:center;gap:.4rem;padding:.35rem .5rem;border-radius:6px;font-size:.82rem;color:var(--text-muted);transition:background .1s}._player_1r024_43._activePlayer_1r024_62{background:var(--surface2);color:var(--text)}._playerIcon_1r024_67{font-size:1rem}._playerName_1r024_69{flex:1;font-weight:500}._captured_1r024_71{font-size:.85rem;letter-spacing:-.1em}._capturedWhite_1r024_72{color:#fff;text-shadow:0 0 2px rgba(0,0,0,.7)}._capturedBlack_1r024_73{color:#1a1a2e;text-shadow:0 0 1px rgba(255,255,255,.2)}._noPieces_1r024_74{color:var(--text-muted);font-size:.75rem}._reviewControls_1r024_78{border-top:1px solid var(--border);padding-top:.6rem;display:flex;flex-direction:column;gap:.4rem}._reviewLabel_1r024_86{font-size:.75rem;font-weight:600;color:var(--accent2);text-align:center}._reviewBtns_1r024_93{display:flex;justify-content:center;gap:.4rem}._reviewBtns_1r024_93 button{padding:.3rem .6rem;border-radius:6px;background:var(--surface2);border:1px solid var(--border);color:var(--text);font-size:.9rem;transition:background .1s}._reviewBtns_1r024_93 button:hover:not(:disabled){background:var(--accent);border-color:var(--accent)}._reviewBtns_1r024_93 button:disabled{opacity:.35;cursor:not-allowed}._historyWrapper_1r024_113{flex:1;display:flex;flex-direction:column;min-height:0;border-top:1px solid var(--border);padding-top:.6rem;gap:.3rem}._historyHeader_1r024_123{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}._history_1r024_113{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.1rem;font-size:.8rem;font-variant-numeric:tabular-nums}._noMoves_1r024_141{color:var(--text-muted);font-size:.78rem;padding:.2rem 0}._movePair_1r024_143{display:grid;grid-template-columns:1.6rem 1fr 1fr;gap:.1rem;align-items:center;border-radius:4px;padding:.1rem .2rem}._moveNum_1r024_152{color:var(--text-muted);font-size:.72rem}._moveCell_1r024_154{padding:.15rem .3rem;border-radius:4px;color:var(--text);cursor:default;transition:background .1s}._moveCell_1r024_154:hover{background:var(--surface2)}._moveHighlight_1r024_163{background:var(--accent);color:#fff;cursor:pointer}._actions_1r024_167{display:flex;flex-direction:column;gap:.4rem;border-top:1px solid var(--border);padding-top:.6rem}._btn_1r024_175{padding:.5rem;border-radius:8px;font-size:.82rem;font-weight:600;text-align:center;transition:all .12s}._btn_1r024_175._primary_1r024_184{background:linear-gradient(135deg,var(--accent),#5a3d9e);color:#fff;box-shadow:0 2px 8px #7c5cbf59}._btn_1r024_175._primary_1r024_184:hover{opacity:.9}._btn_1r024_175._secondary_1r024_191{background:var(--surface2);border:1px solid var(--border);color:var(--text)}._btn_1r024_175._secondary_1r024_191:hover{border-color:var(--accent);color:var(--accent2)}._btn_1r024_175._ghost_1r024_198{background:transparent;color:var(--text-muted);font-size:.78rem}._btn_1r024_175._ghost_1r024_198:hover{color:var(--text)}._overlay_iii6v_1{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100}._card_iii6v_9{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2.5rem 2.5rem 2rem;width:min(460px,92vw);display:flex;flex-direction:column;gap:1.4rem;box-shadow:0 24px 64px #0009}._title_iii6v_19{font-size:2.2rem;font-weight:700;background:linear-gradient(135deg,var(--accent2),#e0b0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}._sub_iii6v_27{color:var(--text-muted);font-size:.9rem;text-align:center;margin-top:-.6rem}._section_iii6v_31{display:flex;flex-direction:column;gap:.5rem}._label_iii6v_33{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}._pills_iii6v_38{display:flex;gap:.5rem;flex-wrap:wrap}._pill_iii6v_38{flex:1;padding:.5rem 1rem;border-radius:8px;background:var(--surface2);color:var(--text-muted);border:1px solid var(--border);font-size:.9rem;font-weight:500;transition:all .15s}._pill_iii6v_38:hover{border-color:var(--accent);color:var(--text)}._pill_iii6v_38._active_iii6v_47{background:var(--accent);color:#fff;border-color:var(--accent)}._startBtn_iii6v_51{margin-top:.4rem;padding:.85rem;border-radius:10px;background:linear-gradient(135deg,var(--accent),#5a3d9e);color:#fff;font-size:1rem;font-weight:600;transition:opacity .15s,transform .1s;box-shadow:0 4px 16px #7c5cbf66}._startBtn_iii6v_51:hover{opacity:.9;transform:translateY(-1px)}._startBtn_iii6v_51:active{transform:translateY(0)}._app_7csir_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}._main_7csir_9{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap;justify-content:center}@media (max-width: 680px){._main_7csir_9{flex-direction:column;align-items:center}}
