.GameWrapper-module__wxcrsW__wrapper{box-sizing:border-box;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;flex:1;width:100%;max-width:100%;height:100%;min-height:600px;display:flex;position:relative;overflow:hidden}.GameWrapper-module__wxcrsW__gameArea{width:100%;height:100%;position:absolute;top:0;left:0}.GameWrapper-module__wxcrsW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;background:#0a0a0ad9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.GameWrapper-module__wxcrsW__dialog{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#141414bf;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:1.5rem;min-width:350px;padding:3rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) GameWrapper-module__wxcrsW__modalEnter;display:flex;transform:translateY(0);box-shadow:0 10px 50px #0009}.GameWrapper-module__wxcrsW__dialog.GameWrapper-module__wxcrsW__win{border-color:#4ade8066;box-shadow:0 0 50px #4ade8026}.GameWrapper-module__wxcrsW__dialog.GameWrapper-module__wxcrsW__lose{border-color:#f8717166;box-shadow:0 0 50px #f8717126}@keyframes GameWrapper-module__wxcrsW__modalEnter{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GameWrapper-module__wxcrsW__dialog h2{color:#fff;letter-spacing:-1px;margin:0;font-size:2.5rem;font-weight:800}.GameWrapper-module__wxcrsW__scoreText{color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.4}.GameWrapper-module__wxcrsW__playBtn{color:#000;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#00f2fe,#4facfe);border:none;border-radius:30px;padding:14px 32px;font-size:1rem;font-weight:800;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 0 20px #00f2fe66}.GameWrapper-module__wxcrsW__playBtn:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 0 30px #00f2feb3}.GameWrapper-module__wxcrsW__playBtn.GameWrapper-module__wxcrsW__secondary{color:#fff;box-shadow:none;background:0 0;border:1px solid #ffffff4d;margin-top:.5rem}.GameWrapper-module__wxcrsW__playBtn.GameWrapper-module__wxcrsW__secondary:hover{box-shadow:none;background:#ffffff1a;border-color:#ffffff80}.GameWrapper-module__wxcrsW__countdownText{color:#fff;text-shadow:0 0 40px #00f2fecc;margin:0;font-size:10rem;font-weight:900;animation:1s cubic-bezier(.175,.885,.32,1.275) forwards GameWrapper-module__wxcrsW__pulseDown}@keyframes GameWrapper-module__wxcrsW__pulseDown{0%{opacity:0;transform:scale(1.5)}30%{opacity:1;transform:scale(1)}80%{opacity:1;transform:scale(.9)}to{opacity:0;transform:scale(.5)}}.GameWrapper-module__wxcrsW__adContainer{flex-direction:column;gap:1rem;width:100%;display:flex}.GameWrapper-module__wxcrsW__adPlaceholder{width:100%;height:180px;color:var(--text-secondary);letter-spacing:1px;background:#0006;border:1px dashed #fff3;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.GameWrapper-module__wxcrsW__spinner{border:3px solid #00f2fe33;border-top-color:#00f2fe;border-radius:50%;width:32px;height:32px;animation:1s linear infinite GameWrapper-module__wxcrsW__spin}@keyframes GameWrapper-module__wxcrsW__spin{to{transform:rotate(360deg)}}
.AdSpace-module__htOVoW__adContainer{border:1px dashed var(--border-color);background:#0a0a0fcc;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.AdSpace-module__htOVoW__adLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.65rem;position:absolute;top:4px;right:8px}.AdSpace-module__htOVoW__adContent{color:var(--text-secondary);font-family:var(--font-outfit), sans-serif;opacity:.5;width:100%;font-size:.9rem}.AdSpace-module__htOVoW__vertical{width:100%;height:600px}.AdSpace-module__htOVoW__horizontal{width:100%;height:60px;margin:1rem 0}
.MainLayout-module__JQks-q__container{flex-direction:column;max-width:1600px;min-height:100vh;margin:0 auto;padding:0 1rem;display:flex}.MainLayout-module__JQks-q__contentWrapper{flex:1;gap:2rem;padding-bottom:2rem;display:flex}.MainLayout-module__JQks-q__mainContent{flex-direction:column;flex:1;min-width:0;display:flex}.MainLayout-module__JQks-q__desktopAd{flex-shrink:0;width:160px;height:fit-content;display:block;position:sticky;top:2rem}.MainLayout-module__JQks-q__mobileAd{display:none}@media (max-width:1024px){.MainLayout-module__JQks-q__desktopAd{display:none}.MainLayout-module__JQks-q__mobileAd{display:block}}.native-mode .MainLayout-module__JQks-q__container{padding-bottom:calc(80px + env(safe-area-inset-bottom))}
.Footer-module__S6Hkya__webFooter{-webkit-backdrop-filter:blur(10px);background:#0a0a0fcc;border-top:1px solid #ffffff1a;margin-top:4rem;padding:3rem 2rem 1.5rem}.native-mode .Footer-module__S6Hkya__webFooter{display:none!important}.Footer-module__S6Hkya__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__S6Hkya__brand{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-outfit), sans-serif;color:#fff;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);margin:0;font-size:.9rem}.Footer-module__S6Hkya__links{gap:2rem;display:flex}.Footer-module__S6Hkya__link{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:#00f2fe}.Footer-module__S6Hkya__copyright{text-align:center;color:var(--text-tertiary);border-top:1px solid #ffffff0d;max-width:1200px;margin-top:3rem;margin-left:auto;margin-right:auto;padding-top:1.5rem;font-size:.85rem}@media (max-width:768px){.Footer-module__S6Hkya__footerContent{text-align:center;flex-direction:column}.Footer-module__S6Hkya__links{justify-content:center}}
