.chess-module__dIeIKW__page{--ink:#111;--muted:#737373;--line:#e6e6e6;--paper:#fafafa;background:var(--paper);min-height:100vh;color:var(--ink)}.chess-module__dIeIKW__header{border-bottom:1px solid var(--line);background:#fafafaeb;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(24px,5vw,72px);display:flex}.chess-module__dIeIKW__brand{color:var(--ink);font:600 12px/1 var(--font-geist-mono);letter-spacing:.12em;align-items:center;gap:11px;display:flex}.chess-module__dIeIKW__brand span{background:var(--ink);color:#fff;letter-spacing:0;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.chess-module__dIeIKW__headerMeta{color:var(--muted);font:500 12px/1 var(--font-geist-mono);align-items:center;gap:8px;display:flex}.chess-module__dIeIKW__liveDot{background:#3ca66b;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e5f4eb}.chess-module__dIeIKW__gameShell{width:min(1180px,100% - 48px);margin:0 auto;padding:clamp(44px,7vh,76px) 0 56px}.chess-module__dIeIKW__intro{grid-template-columns:minmax(280px,1fr) 1fr;align-items:end;gap:32px;margin-bottom:38px;display:grid}.chess-module__dIeIKW__eyebrow{color:#969696;font:600 10px/1.2 var(--font-geist-mono);letter-spacing:.14em;text-transform:uppercase}.chess-module__dIeIKW__intro .chess-module__dIeIKW__eyebrow{grid-column:1/-1;margin-bottom:-20px}.chess-module__dIeIKW__intro h1{letter-spacing:-.065em;font-size:clamp(46px,6vw,76px);font-weight:580;line-height:.95}.chess-module__dIeIKW__intro p{max-width:410px;color:var(--muted);justify-self:end;font-size:14px;line-height:1.7}.chess-module__dIeIKW__workspace{grid-template-columns:minmax(420px,720px) 280px;align-items:start;gap:clamp(34px,5vw,72px);display:grid}.chess-module__dIeIKW__playArea{min-width:0}.chess-module__dIeIKW__player{min-height:54px;color:var(--muted);grid-template-columns:38px max-content 1fr;align-items:center;gap:12px;display:grid}.chess-module__dIeIKW__avatar{width:34px;height:34px;font:600 11px/1 var(--font-geist-mono);border:1px solid #d8d8d8;border-radius:50%;place-items:center;display:grid}.chess-module__dIeIKW__avatar.chess-module__dIeIKW__black{color:#fff;background:#161616;border-color:#161616}.chess-module__dIeIKW__avatar.chess-module__dIeIKW__white{color:#222;background:#fff}.chess-module__dIeIKW__player>div:nth-child(2){flex-direction:column;gap:4px;display:flex}.chess-module__dIeIKW__player strong{color:var(--ink);font-size:13px;font-weight:600}.chess-module__dIeIKW__player>div>span{font-size:11px}.chess-module__dIeIKW__activePlayer strong:after{content:"";vertical-align:2px;background:#3ca66b;border-radius:50%;width:5px;height:5px;margin-left:7px;display:inline-block}.chess-module__dIeIKW__captured{color:#767676;flex-wrap:wrap;justify-content:flex-end;justify-self:end;font-family:Times New Roman,serif;display:flex}.chess-module__dIeIKW__captured span{width:13px;font-size:20px}.chess-module__dIeIKW__boardFrame{background:#f4f4f4;border:1px solid #dedede;padding:10px;position:relative;box-shadow:0 18px 60px #00000014}.chess-module__dIeIKW__boardFrame:before,.chess-module__dIeIKW__boardFrame:after{content:"";z-index:2;pointer-events:none;background:#ffffff21;position:absolute}.chess-module__dIeIKW__boardFrame:before{width:1px;top:10px;bottom:10px;left:50%}.chess-module__dIeIKW__boardFrame:after{height:1px;top:50%;left:10px;right:10px}.chess-module__dIeIKW__board{aspect-ratio:1;grid-template-columns:repeat(8,1fr);width:100%;display:grid;overflow:hidden}.chess-module__dIeIKW__square{cursor:pointer;border:0;border-radius:0;place-items:center;padding:0;display:grid;position:relative}.chess-module__dIeIKW__light{background:#e9e9e7}.chess-module__dIeIKW__dark{background:#8b8c89}.chess-module__dIeIKW__square:hover{filter:brightness(1.04)}.chess-module__dIeIKW__selected{box-shadow:inset 0 0 0 4px #141414b8}.chess-module__dIeIKW__lastMove:after{content:"";pointer-events:none;background:#f1e39f52;position:absolute;inset:0}.chess-module__dIeIKW__piece{z-index:3;-webkit-user-select:none;user-select:none;font-family:Times New Roman,DejaVu Serif,serif;font-size:clamp(31px,6.2vw,62px);line-height:1;transition:transform .14s;position:relative;transform:translateY(-1px)}.chess-module__dIeIKW__square:hover .chess-module__dIeIKW__piece{transform:translateY(-3px)}.chess-module__dIeIKW__whitePiece{color:#fbfbf9;text-shadow:0 1px #111,1px 0 #111,-1px 0 #111,0 -1px #111,0 2px 5px #00000038}.chess-module__dIeIKW__blackPiece{color:#1a1a1a;text-shadow:0 1px 1px #ffffff38}.chess-module__dIeIKW__moveTarget{z-index:4;aspect-ratio:1;background:#0a0a0a59;border-radius:50%;width:18%;position:absolute}.chess-module__dIeIKW__captureTarget{z-index:4;border:4px solid #0a0a0a61;border-radius:50%;position:absolute;inset:8%}.chess-module__dIeIKW__rank,.chess-module__dIeIKW__file{z-index:5;color:#14141499;font:600 9px/1 var(--font-geist-mono);position:absolute}.chess-module__dIeIKW__rank{top:5px;left:5px}.chess-module__dIeIKW__file{bottom:5px;right:5px}.chess-module__dIeIKW__panel{color:#f7f7f7;background:#151515;border-radius:12px;margin-top:54px;padding:26px;position:sticky;top:32px;box-shadow:0 18px 50px #00000029}.chess-module__dIeIKW__statusBlock{flex-direction:column;gap:12px;display:flex}.chess-module__dIeIKW__statusTitle{letter-spacing:-.035em;align-items:center;gap:10px;font-size:25px;font-weight:550;display:flex}.chess-module__dIeIKW__turnMark{background:#fff;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 5px #303030}.chess-module__dIeIKW__statusBlock p{color:#969696;font-size:12px}.chess-module__dIeIKW__rule{background:#303030;height:1px;margin:24px 0}.chess-module__dIeIKW__moveInfo{font:500 11px/1 var(--font-geist-mono);grid-template-columns:1fr auto;align-items:center;gap:14px;display:grid}.chess-module__dIeIKW__moveInfo span{color:#777}.chess-module__dIeIKW__moveInfo strong{font-weight:500}.chess-module__dIeIKW__panelActions{grid-template-columns:1fr 1fr;gap:8px;margin-top:28px;display:grid}.chess-module__dIeIKW__panelActions button{color:#e9e9e9;cursor:pointer;background:#202020;border:1px solid #363636;border-radius:7px;height:40px;font-size:11px}.chess-module__dIeIKW__panelActions button:hover{background:#2b2b2b}.chess-module__dIeIKW__panelActions button:disabled{color:#555;cursor:not-allowed}.chess-module__dIeIKW__panelActions span{margin-right:5px;font-size:15px}.chess-module__dIeIKW__tip{color:#686868;margin-top:16px;font-size:10px;line-height:1.6}.chess-module__dIeIKW__footer{border-top:1px solid var(--line);color:#999;min-height:66px;font:500 10px/1 var(--font-geist-mono);letter-spacing:.03em;justify-content:space-between;align-items:center;padding:0 clamp(24px,5vw,72px);display:flex}.chess-module__dIeIKW__dialogBackdrop{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fafafad1;place-items:center;display:grid;position:fixed;inset:0}.chess-module__dIeIKW__dialog{background:#fff;border:1px solid #dedede;border-radius:14px;width:min(430px,100% - 32px);padding:30px;box-shadow:0 30px 80px #00000029}.chess-module__dIeIKW__dialog h2{letter-spacing:-.04em;margin:10px 0 24px;font-size:25px}.chess-module__dIeIKW__promotionOptions{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.chess-module__dIeIKW__promotionOptions button{cursor:pointer;background:#f8f8f8;border:1px solid #e4e4e4;border-radius:8px;padding:12px 4px}.chess-module__dIeIKW__promotionOptions button:hover{background:#fff;border-color:#111}.chess-module__dIeIKW__promotionOptions span{color:#151515;font:38px/1 Times New Roman,serif;display:block}@media (max-width:860px){.chess-module__dIeIKW__intro{grid-template-columns:1fr}.chess-module__dIeIKW__intro p{justify-self:start}.chess-module__dIeIKW__workspace{grid-template-columns:1fr}.chess-module__dIeIKW__panel{margin-top:0;position:static}}@media (max-width:540px){.chess-module__dIeIKW__header{height:62px}.chess-module__dIeIKW__headerMeta{font-size:10px}.chess-module__dIeIKW__gameShell{width:min(100% - 24px,720px);padding-top:36px}.chess-module__dIeIKW__intro{gap:22px;margin-bottom:26px}.chess-module__dIeIKW__intro .chess-module__dIeIKW__eyebrow{margin-bottom:-10px}.chess-module__dIeIKW__intro h1{font-size:46px}.chess-module__dIeIKW__player{grid-template-columns:34px max-content 1fr}.chess-module__dIeIKW__boardFrame{padding:5px}.chess-module__dIeIKW__boardFrame:before{top:5px;bottom:5px}.chess-module__dIeIKW__boardFrame:after{left:5px;right:5px}.chess-module__dIeIKW__selected{box-shadow:inset 0 0 0 3px #141414b8}.chess-module__dIeIKW__captureTarget{border-width:3px}.chess-module__dIeIKW__panel{padding:23px}.chess-module__dIeIKW__footer{flex-direction:column;justify-content:center;gap:8px}}@media (prefers-reduced-motion:reduce){.chess-module__dIeIKW__piece{transition:none}}
