.chess-module__pEEAuW__studio{--ink:#203e33;--muted:#79847a;--line:#e1e5dc;--paper:#f4f4f5;background:var(--paper);min-height:calc(100vh - 140px);color:var(--ink);font-family:var(--font-geist-sans),Arial,sans-serif;font-size:14px}.chess-module__pEEAuW__studio button,.chess-module__pEEAuW__modal button{cursor:pointer;transition:background .18s,transform .18s,color .18s}.chess-module__pEEAuW__studio button:disabled,.chess-module__pEEAuW__modal button:disabled{opacity:.5;cursor:wait}.chess-module__pEEAuW__studio button:focus-visible,.chess-module__pEEAuW__studio a:focus-visible,.chess-module__pEEAuW__modal button:focus-visible{outline-offset:4px;outline:3px solid #e7a25c}.chess-module__pEEAuW__container{max-width:1152px;margin:auto;padding:40px 16px}.chess-module__pEEAuW__layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:34px;display:grid}.chess-module__pEEAuW__playArea{border:1px solid var(--line);background:#fff;border-radius:17px;min-width:0;padding:20px 23px 17px;box-shadow:0 8px 22px #18382204}.chess-module__pEEAuW__boardTopline{letter-spacing:1.3px;color:#8b9286;justify-content:space-between;gap:8px;margin-bottom:15px;font-size:8px;font-weight:600;display:flex}.chess-module__pEEAuW__boardTopline>span:first-child{color:#57775a;align-items:center;gap:6px;display:flex}.chess-module__pEEAuW__liveDot{background:#6f976a;border-radius:50%;width:5px;height:5px;display:inline-block}.chess-module__pEEAuW__dotSeparator{padding:0 5px}.chess-module__pEEAuW__player{align-items:center;gap:10px;height:60px;padding:0 1px;display:flex;position:relative}.chess-module__pEEAuW__avatar{background:#f1f3ec;border:1px solid #e1e5d9;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chess-module__pEEAuW__avatar>svg{width:35px;height:35px}.chess-module__pEEAuW__avatarComputer{color:#60764c;background:#e9eedf;border-color:#dee5d4}.chess-module__pEEAuW__avatarComputer>svg{width:23px;height:23px}.chess-module__pEEAuW__playerInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.chess-module__pEEAuW__playerInfo>strong{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:650;display:flex;overflow:hidden}.chess-module__pEEAuW__playerInfo>strong>small{letter-spacing:1px;border:1px solid #dde3d8;border-radius:3px;padding:1px 3px;font-size:7px;font-weight:600}.chess-module__pEEAuW__playerInfo>span{color:#8d9389;align-items:center;gap:5px;height:15px;font-size:10px;display:flex}.chess-module__pEEAuW__captured{flex-wrap:wrap;align-items:center;max-width:200px;height:19px;display:flex;overflow:hidden}.chess-module__pEEAuW__captured>svg{width:15px;height:20px;margin-left:-3px}.chess-module__pEEAuW__playerTag{color:#7c8576;white-space:nowrap;background:#f5f6f1;border-radius:6px;align-items:center;gap:6px;margin-left:auto;padding:7px 11px;font-size:10px;font-weight:500;display:flex}.chess-module__pEEAuW__playerActive .chess-module__pEEAuW__playerTag{color:#5a784a;background:#edf3e5}.chess-module__pEEAuW__playerTag i{background:#7c9c5b;border-radius:50%;width:5px;height:5px}.chess-module__pEEAuW__boardFrame{background:#314e3c;border-radius:8px;margin:9px 0 8px;padding:9px;box-shadow:0 12px 25px #203e3320,0 3px #1b3526,inset 0 1px 1px #73856b}.chess-module__pEEAuW__board{aspect-ratio:1;border-radius:3px;grid-template-columns:repeat(8,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 0 0 1px #1e3e2c,inset 0 2px 9px #1a372733}.chess-module__pEEAuW__square{aspect-ratio:1;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:0;justify-content:center;align-items:center;width:100%;padding:0;display:flex;position:relative}.chess-module__pEEAuW__square[aria-disabled=true]{cursor:default}.chess-module__pEEAuW__light{color:#6f8665;background:#e9edda}.chess-module__pEEAuW__dark{color:#e3e9d6;background:#7e9974}.chess-module__pEEAuW__square:hover:not([aria-disabled=true]){box-shadow:inset 0 0 0 3px #f8fbdb7a}.chess-module__pEEAuW__square:focus-visible{z-index:1;box-shadow:inset 0 0 0 4px #df9b4f;outline:none!important}.chess-module__pEEAuW__piece{z-index:1;filter:drop-shadow(0 3px 1px #172d2630);pointer-events:none;width:89%;height:89%;transition:transform .18s;display:block;position:relative}.chess-module__pEEAuW__piece svg{width:100%;height:100%}.chess-module__pEEAuW__square:hover:not([aria-disabled=true]) .chess-module__pEEAuW__piece{transform:translateY(-2px)}.chess-module__pEEAuW__selected{background:#c2cc77;box-shadow:inset 0 0 0 3px #f1e6a3}.chess-module__pEEAuW__selected .chess-module__pEEAuW__piece{filter:drop-shadow(0 6px 3px #172d2640);transform:translateY(-3px)}.chess-module__pEEAuW__lastMove.chess-module__pEEAuW__light{background:#d6ddb0}.chess-module__pEEAuW__lastMove.chess-module__pEEAuW__dark{background:#aab975}.chess-module__pEEAuW__checked{background:radial-gradient(#e68d73,#c8725a)!important}.chess-module__pEEAuW__rank,.chess-module__pEEAuW__file{z-index:2;pointer-events:none;font-size:10px;font-weight:650;line-height:1;position:absolute}.chess-module__pEEAuW__rank{top:5px;left:5px}.chess-module__pEEAuW__file{bottom:4px;right:5px}.chess-module__pEEAuW__moveTarget{z-index:2;pointer-events:none;background:#1d45364a;border-radius:50%;width:23%;height:23%;position:absolute}.chess-module__pEEAuW__captureTarget{z-index:2;pointer-events:none;border:5px solid #243e3b66;border-radius:50%;position:absolute;inset:3px}.chess-module__pEEAuW__boardStatus{border-top:1px solid #eceee6;justify-content:space-between;align-items:center;gap:7px;margin:14px 0 0;padding-top:14px;display:flex}.chess-module__pEEAuW__boardStatus>span{align-items:center;gap:7px;font-size:11px;line-height:1.5;display:flex}.chess-module__pEEAuW__statusDot{background:#99ae78;border-radius:50%;flex-shrink:0;width:6px;height:6px}.chess-module__pEEAuW__thinking .chess-module__pEEAuW__statusDot{animation:1s infinite chess-module__pEEAuW__pulse}.chess-module__pEEAuW__tools{flex-shrink:0;gap:2px;display:flex}.chess-module__pEEAuW__tools button{color:#82907d;border-radius:6px;padding:7px}.chess-module__pEEAuW__tools button:hover{color:#34533b;background:#edf1e7}.chess-module__pEEAuW__underBoard{color:#9ca392;justify-content:space-between;gap:10px;margin-top:15px;font-size:8px;display:flex}.chess-module__pEEAuW__underBoard span:first-child{align-items:center;gap:4px;display:flex}.chess-module__pEEAuW__sidebar{flex-direction:column;gap:17px;display:flex}.chess-module__pEEAuW__setup{border:1px solid var(--line);background:#fff;border-radius:15px;padding:23px}.chess-module__pEEAuW__sectionHead{justify-content:space-between;align-items:center;gap:10px;display:flex}.chess-module__pEEAuW__sectionHead h2{letter-spacing:-.3px;font-size:14px;font-weight:600}.chess-module__pEEAuW__sectionHead>svg{color:#829376}.chess-module__pEEAuW__miniKnight{color:#96a489;font-family:Georgia,serif;font-size:22px;line-height:1}.chess-module__pEEAuW__modeTabs{background:#f3f5ee;border:1px solid #edf0e6;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:3px;margin-top:21px;padding:4px;display:grid}.chess-module__pEEAuW__modeTabs button{color:#85917c;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:11px 3px 9px;font-size:10px;display:flex}.chess-module__pEEAuW__modeTabs .chess-module__pEEAuW__modeActive{color:#284d35;background:#fff;box-shadow:0 2px 5px #183e3312}.chess-module__pEEAuW__fieldLabel{letter-spacing:1.4px;color:#6e7d64;justify-content:space-between;margin-top:24px;font-size:9px;font-weight:600;display:flex}.chess-module__pEEAuW__fieldLabel span{color:#a2ab98;font-size:8px;font-weight:400}.chess-module__pEEAuW__levels{gap:7px;margin-top:11px;display:flex}.chess-module__pEEAuW__levels button{color:#7c8773;border:1px solid #e5e9dd;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:9px;padding:12px 4px 10px;font-size:11px;display:flex}.chess-module__pEEAuW__levels .chess-module__pEEAuW__levelActive{color:#365530;background:#f1f5e9;border-color:#5b7652;box-shadow:0 0 0 1px #5b7652}.chess-module__pEEAuW__levelBars{align-items:flex-end;gap:3px;height:17px;display:flex}.chess-module__pEEAuW__levelBars i{background:currentColor;border-radius:1px;width:4px;display:block}.chess-module__pEEAuW__levelDescription{color:#8c9483;min-height:15px;margin:12px 0 20px;font-size:10px}.chess-module__pEEAuW__colorRow{color:#7d8971;border-top:1px solid #ecede5;justify-content:space-between;align-items:center;gap:8px;padding-top:16px;font-size:11px;display:flex}.chess-module__pEEAuW__colorRow>div{background:#f6f7f1;border-radius:6px;gap:3px;padding:3px;display:flex}.chess-module__pEEAuW__colorRow button{border-radius:4px;align-items:center;gap:6px;padding:6px 9px;font-size:10px;display:flex}.chess-module__pEEAuW__colorRow .chess-module__pEEAuW__colorActive{color:#365037;background:#fff;box-shadow:0 1px 4px #1c352113}.chess-module__pEEAuW__whiteDisc,.chess-module__pEEAuW__blackDisc{background:#f5f1e3;border:1px solid #cbd1bc;border-radius:50%;width:12px;height:12px;display:inline-block;box-shadow:inset 0 -2px 1px #c1b6a340}.chess-module__pEEAuW__blackDisc{background:#3d5140;border-color:#384e34}.chess-module__pEEAuW__primary{background:#294c39;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;width:100%;margin-top:20px;padding:15px 17px;font-size:12px;font-weight:550;display:flex;box-shadow:0 4px 9px #17352112;color:#fff!important}.chess-module__pEEAuW__primary:hover:not(:disabled){background:#386048;transform:translateY(-1px)}.chess-module__pEEAuW__setupFoot{text-align:center;color:#929b87;margin-top:12px;font-size:8px}.chess-module__pEEAuW__modeDescription{color:#668053;align-items:center;gap:14px;min-height:143px;display:flex}.chess-module__pEEAuW__modeDescription p{color:#7f8b74;font-size:12px;line-height:1.8}.chess-module__pEEAuW__modeDescription svg{flex-shrink:0}.chess-module__pEEAuW__share{background:#f0f4e7;border-radius:7px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:9px;padding:11px 5px;font-size:11px;display:flex}.chess-module__pEEAuW__statistics{background:#eaf0e1;border:1px solid #dee6d3;border-radius:15px;padding:21px 23px}.chess-module__pEEAuW__statsIntro{color:#839173;margin:8px 0 17px;font-size:10px}.chess-module__pEEAuW__statGrid{grid-template-columns:repeat(3,1fr);display:grid}.chess-module__pEEAuW__statGrid>div{border-right:1px solid #d7dfcd;flex-direction:column;align-items:center;gap:4px;display:flex}.chess-module__pEEAuW__statGrid>div:last-child{border:0}.chess-module__pEEAuW__statGrid strong{color:#708368;font-family:Georgia,serif;font-size:31px;font-weight:400;line-height:1.3}.chess-module__pEEAuW__statGrid .chess-module__pEEAuW__wins{color:#355e36}.chess-module__pEEAuW__statGrid span{color:#7b8b6c;font-size:9px}.chess-module__pEEAuW__login{border-top:1px solid #dbe4d0;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-top:20px;padding-top:16px;font-size:10px;font-weight:550;display:flex}.chess-module__pEEAuW__statsNote{color:#8a967d;margin-top:8px;font-size:8px;line-height:1.5}.chess-module__pEEAuW__winRate{color:#73846b;justify-content:space-between;margin-top:20px;font-size:10px;display:flex}.chess-module__pEEAuW__winRate strong{color:#405f38}.chess-module__pEEAuW__progress{background:#d8e2c9;border-radius:5px;height:4px;margin:7px 0;overflow:hidden}.chess-module__pEEAuW__progress>span{background:#719652;height:100%;display:block}.chess-module__pEEAuW__statsBottom{color:#849475;justify-content:space-between;font-size:8px;display:flex}.chess-module__pEEAuW__recent{border-top:1px solid #d7e0cc;flex-direction:column;gap:8px;margin-top:14px;padding-top:13px;display:flex}.chess-module__pEEAuW__recent>div{color:#718465;align-items:center;gap:8px;font-size:9px;display:flex}.chess-module__pEEAuW__recent>div>span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chess-module__pEEAuW__recent time{flex-shrink:0;margin-left:auto;font-size:8px}.chess-module__pEEAuW__resultWin,.chess-module__pEEAuW__resultOther{color:#fff;background:#62814e;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:8px;display:flex}.chess-module__pEEAuW__resultOther{color:#7b8971;background:#d7dfca}.chess-module__pEEAuW__movesPanel{border:1px solid var(--line);background:#fff;border-radius:15px;padding:20px 23px 13px}.chess-module__pEEAuW__moveCount{letter-spacing:1px;color:#9aa48e;font-size:8px}.chess-module__pEEAuW__moves{scrollbar-width:thin;min-height:66px;max-height:150px;margin:13px -2px 0;overflow-y:auto}.chess-module__pEEAuW__moves>p{text-align:center;color:#a0a895;padding:11px 0 13px;font-family:Georgia,serif;font-size:11px;font-style:italic;line-height:1.8}.chess-module__pEEAuW__moves>div{font-size:11px;font-family:var(--font-geist-mono),monospace;border-radius:4px;grid-template-columns:34px 1fr 1fr;gap:7px;padding:7px 10px;display:grid}.chess-module__pEEAuW__moves>div:nth-child(odd){background:#f4f6f0}.chess-module__pEEAuW__moves>div>span:first-child{color:#a2ad94;font-size:9px}.chess-module__pEEAuW__moves>div:last-child>span:last-child{color:#648748}.chess-module__pEEAuW__gameActions{border-top:1px solid #eff1e9;justify-content:flex-end;gap:15px;margin-top:9px;padding-top:12px;display:flex}.chess-module__pEEAuW__gameActions button{color:#7a876e;align-items:center;gap:5px;min-height:27px;font-size:9px;display:flex}.chess-module__pEEAuW__gameActions button:first-child{margin-right:auto}.chess-module__pEEAuW__error{color:#9a5a3f;overflow-wrap:anywhere;background:#fcf0e6;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding:12px;font-size:11px;line-height:1.6;display:flex}.chess-module__pEEAuW__error button{flex-shrink:0}.chess-module__pEEAuW__notice{background:#eef4e5;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding:12px;font-size:11px;display:flex}.chess-module__pEEAuW__notice button{font-weight:600;text-decoration:underline}.chess-module__pEEAuW__finished{background:#eef3e6;border:1px solid #d4dfc8;border-radius:9px;align-items:center;gap:10px;margin-top:12px;padding:15px;display:flex}.chess-module__pEEAuW__finished>div{flex-direction:column;gap:5px;display:flex}.chess-module__pEEAuW__finished strong{font-size:12px}.chess-module__pEEAuW__finished span{color:#849675;font-size:10px}.chess-module__pEEAuW__finished button{align-items:center;gap:7px;margin-left:auto;font-size:10px;display:flex}.chess-module__pEEAuW__modal{color:#294534;width:calc(100% - 32px);max-width:450px;font-family:var(--font-geist-sans),Arial,sans-serif;background:#fafbf6;border:1px solid #dbe2d2;border-radius:20px;margin:auto;padding:28px;box-shadow:0 40px 150px #142d3350}.chess-module__pEEAuW__modal::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#182f2a77}.chess-module__pEEAuW__modalHead{justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.chess-module__pEEAuW__modalHead h2{letter-spacing:-.8px;font-family:Georgia,serif;font-size:25px;font-weight:400;line-height:1.2}.chess-module__pEEAuW__modalHead button{color:#809273;border-radius:6px;flex-shrink:0;padding:7px}.chess-module__pEEAuW__modal>p,.chess-module__pEEAuW__rules p{color:#7d8973;font-size:12px;line-height:1.9}.chess-module__pEEAuW__rules p+p{margin-top:14px}.chess-module__pEEAuW__rules strong{color:#385a37;font-weight:650}.chess-module__pEEAuW__modalActions{align-items:center;gap:15px;margin-top:24px;display:flex}.chess-module__pEEAuW__modalActions>button:first-child{white-space:nowrap;font-size:12px}.chess-module__pEEAuW__modalActions .chess-module__pEEAuW__primary{justify-content:center;margin:0}.chess-module__pEEAuW__promotion{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:20px;display:grid}.chess-module__pEEAuW__promotion button{background:#e8eedc;border:1px solid #d8e1cc;border-radius:9px;padding:8px 3px;font-size:10px}.chess-module__pEEAuW__promotion button:hover{background:#d7e4c5;transform:translateY(-3px)}.chess-module__pEEAuW__promotion svg{aspect-ratio:1;width:100%}.chess-module__pEEAuW__resultArt{background:#e6eddb;border:1px solid #d6e1c6;border-radius:50%;width:110px;height:110px;margin:22px auto;padding:10px}.chess-module__pEEAuW__resultArt svg{width:100%;height:100%}.chess-module__pEEAuW__resultText{text-align:center}.chess-module__pEEAuW__retry{padding:10px 0;font-size:11px;text-decoration:underline}.chess-module__pEEAuW__modal .chess-module__pEEAuW__primary{background:#294c39}@keyframes chess-module__pEEAuW__pulse{50%{opacity:.25}}@media (min-width:1500px){.chess-module__pEEAuW__layout{grid-template-columns:minmax(0,1fr) 360px;gap:40px}.chess-module__pEEAuW__setup{padding:25px}}@media (max-width:1000px){.chess-module__pEEAuW__container{padding:32px 16px}.chess-module__pEEAuW__layout{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.chess-module__pEEAuW__playArea{padding:16px 15px}.chess-module__pEEAuW__setup,.chess-module__pEEAuW__statistics,.chess-module__pEEAuW__movesPanel{padding:19px}.chess-module__pEEAuW__boardTopline{letter-spacing:.6px;font-size:7px}.chess-module__pEEAuW__boardStatus{flex-wrap:wrap}.chess-module__pEEAuW__tools{margin-left:auto}.chess-module__pEEAuW__underBoard>span:last-child{display:none}.chess-module__pEEAuW__playerInfo>strong{font-size:11px}.chess-module__pEEAuW__levelDescription{font-size:9px}}@media (max-width:760px){.chess-module__pEEAuW__container{max-width:580px;padding:28px 16px}.chess-module__pEEAuW__layout{flex-direction:column;gap:18px;display:flex}.chess-module__pEEAuW__playArea{border-radius:13px;width:100%;padding:15px 13px 13px}.chess-module__pEEAuW__boardTopline{letter-spacing:.6px;margin-bottom:9px;font-size:7px}.chess-module__pEEAuW__player{gap:8px;height:51px}.chess-module__pEEAuW__avatar{border-radius:9px;width:34px;height:34px}.chess-module__pEEAuW__avatar>svg{width:29px;height:29px}.chess-module__pEEAuW__avatarComputer>svg{width:20px;height:20px}.chess-module__pEEAuW__playerInfo>strong{font-size:11px}.chess-module__pEEAuW__playerInfo>span{font-size:9px}.chess-module__pEEAuW__playerTag{padding:6px 8px;font-size:9px}.chess-module__pEEAuW__boardFrame{border-radius:6px;margin:8px 0 7px;padding:6px}.chess-module__pEEAuW__rank,.chess-module__pEEAuW__file{font-size:8px}.chess-module__pEEAuW__rank{top:4px;left:4px}.chess-module__pEEAuW__file{bottom:3px;right:3px}.chess-module__pEEAuW__piece{width:95%;height:95%}.chess-module__pEEAuW__boardStatus{flex-wrap:nowrap;gap:3px;margin-top:9px;padding-top:10px}.chess-module__pEEAuW__boardStatus>span{gap:5px;font-size:9px}.chess-module__pEEAuW__tools{gap:0}.chess-module__pEEAuW__tools button{min-height:34px;padding:7px 6px}.chess-module__pEEAuW__tools svg{width:16px;height:16px}.chess-module__pEEAuW__underBoard{margin-top:10px;font-size:8px}.chess-module__pEEAuW__sidebar{gap:15px;width:100%}.chess-module__pEEAuW__setup,.chess-module__pEEAuW__statistics,.chess-module__pEEAuW__movesPanel{padding:20px}.chess-module__pEEAuW__sectionHead h2{font-size:15px}.chess-module__pEEAuW__modeTabs{margin-top:17px}.chess-module__pEEAuW__modeTabs button{flex-direction:row;gap:7px;min-height:45px;padding:12px 3px;font-size:11px}.chess-module__pEEAuW__fieldLabel{margin-top:19px}.chess-module__pEEAuW__levels button{flex-direction:row;justify-content:center;gap:10px;min-height:45px;padding:13px 4px;font-size:11px}.chess-module__pEEAuW__levelDescription{margin:11px 0 16px;font-size:10px}.chess-module__pEEAuW__colorRow{padding-top:14px;font-size:12px}.chess-module__pEEAuW__colorRow button{min-height:36px;padding:7px 13px;font-size:11px}.chess-module__pEEAuW__primary{min-height:48px;margin-top:17px;padding:15px 17px;font-size:13px}.chess-module__pEEAuW__setupFoot{font-size:9px}.chess-module__pEEAuW__modeDescription{min-height:100px}.chess-module__pEEAuW__statsIntro{font-size:11px}.chess-module__pEEAuW__statGrid strong{font-size:35px}.chess-module__pEEAuW__statGrid span{font-size:10px}.chess-module__pEEAuW__login{min-height:40px;font-size:11px}.chess-module__pEEAuW__statsNote{font-size:9px}.chess-module__pEEAuW__gameActions button{min-height:40px;font-size:11px}.chess-module__pEEAuW__moves>div{padding:9px 10px}.chess-module__pEEAuW__movesPanel{padding-bottom:15px}.chess-module__pEEAuW__moves{max-height:180px}.chess-module__pEEAuW__finished{gap:7px;padding:11px}.chess-module__pEEAuW__finished>svg{display:none}.chess-module__pEEAuW__finished strong{font-size:11px}.chess-module__pEEAuW__finished button{font-size:9px}.chess-module__pEEAuW__modal{padding:23px}.chess-module__pEEAuW__modalHead h2{font-size:24px}.chess-module__pEEAuW__share,.chess-module__pEEAuW__modalActions>button:first-child{min-height:44px}.chess-module__pEEAuW__notice button{min-height:35px}}@media (prefers-reduced-motion:reduce){.chess-module__pEEAuW__studio *,.chess-module__pEEAuW__modal *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.chess-module__pEEAuW__mobileStart{display:none}@media (max-width:760px){.chess-module__pEEAuW__mobileStart{background:#eaf0e1;border:1px solid #dfe7d5;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin:-5px 0 17px;padding:12px 14px;display:flex}.chess-module__pEEAuW__mobileStart>div{flex-direction:column;gap:4px;display:flex}.chess-module__pEEAuW__mobileStart strong{font-size:11px;font-weight:550}.chess-module__pEEAuW__mobileStart>div>button{color:#7b8d6b;text-align:left;min-height:20px;font-size:9px}.chess-module__pEEAuW__mobileStart>button{color:#fff;background:#294c39;border-radius:7px;align-items:center;gap:12px;min-height:44px;padding:12px 16px;font-size:11px;display:flex}}
