@charset "UTF-8";.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:10;width:100%;transition:transform .28s cubic-bezier(.22,1,.36,1)}body.game-fullscreen .header-wrapper{transform:translateY(-100%);pointer-events:none}.header{display:flex;justify-content:center;height:74px;margin-top:0;width:100%;position:relative;background:linear-gradient(180deg,#14223b,#101c30)}@media(max-width:1024px){.header{height:58px;min-height:58px}}.header--hidden{opacity:0;pointer-events:none;transition:opacity .3s ease}.header--home{position:relative}.header__content{position:relative;display:flex;align-items:center;justify-content:flex-end;width:100%;max-width:1180px;height:100%;padding:0 24px;pointer-events:all}@media(min-width:1024px){.header__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;justify-content:unset;column-gap:16px}}@media(max-width:1024px){.header__content{height:58px;padding:0 16px;gap:12px}}@media(max-width:480px){.header__content{height:58px;padding:0 12px;gap:8px}}.header__brand{display:flex;align-items:center;justify-content:flex-start;min-width:0}@media(min-width:1024px){.header__brand{display:flex;justify-self:start}}@media(max-width:1024px){.header__brand{flex:0 0 auto}}.header__menu.menu{display:none;gap:8px}@media(min-width:1024px){.header__menu.menu{display:flex;justify-self:center;grid-column:2;width:auto;max-width:100%;justify-content:center}}.header__menu.menu{padding:0;min-height:auto;border:none;border-radius:0;background:transparent;box-shadow:none}.header__menu.menu .menu__link{position:relative;display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;flex:0 1 auto;border:none;border-radius:8px;transition:background-color .2s ease}.header__menu.menu .menu__link .text-nav{font-size:16px;font-weight:400;line-height:1;color:#fff}.header__menu.menu .menu__link.menu__link--active .text-nav{font-weight:400}.header__menu.menu .menu__link:hover:not(.menu__link--active){background:#ffffff14}.header__menu.menu .menu__link.menu__link--active{background:#1c2e4a;border:none;box-shadow:none}.header__menu.menu .menu__link.menu__link--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#7eb0e8;border-radius:0 0 8px 8px;pointer-events:none}.header__end{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:1 1 0;min-width:0}@media(min-width:1024px){.header__end{flex:unset;justify-self:end;grid-column:3;width:auto}}.header__right{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;min-width:0}.header__right>.menu{margin-left:auto;height:auto;min-height:auto}@media(max-width:1024px){.header__right{display:none}}.header__interactive{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;min-width:0}.header__settings{position:relative;display:flex;align-items:center}.header__dropdown{position:absolute;right:0;top:45px;min-width:196px;padding:10px 8px;border-radius:12px;border:1px solid rgba(240,208,96,.35);display:flex;flex-direction:column;gap:4px;background:#0b0f19;box-shadow:0 10px 28px #00000073}.header__dropdown-item{display:flex;align-items:center;width:100%;min-height:38px;padding:8px 10px;border-radius:8px;border-bottom:1px solid rgba(240,208,96,.16);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.header__dropdown-item:last-child{border-bottom:none}.header__dropdown-item:hover{background-color:#ffffff14;border-color:#f0d0604d;transform:translate(2px)}.header__dropdown-item:hover .header__dropdown-icon{filter:brightness(1.08)}.header__dropdown-item:hover .header__dropdown-label{color:#fff}.header__dropdown-item:active{background-color:#7eb0e82e;border-color:#7eb0e86b;transform:scale(.99)}.header__dropdown-item:active .header__dropdown-icon{filter:brightness(1.14)}.header__dropdown-item:active .header__dropdown-label{color:#fff;font-weight:600}.header__dropdown-icon{width:18px;height:18px;margin-right:10px;filter:brightness(0) saturate(100%) invert(96%) sepia(8%) saturate(243%) hue-rotate(180deg) brightness(96%) contrast(101%);transition:filter .16s ease}.header__dropdown-label{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.2;color:#ffffffe6;transition:color .16s ease,font-weight .16s ease}.header__auth{display:flex}@media(max-width:1024px){.header__auth{display:none}}.header__btn-auth.button{height:40px;min-height:40px;box-sizing:border-box;min-width:120px;padding:0 20px}.header__btn-auth.button.button--sm{height:40px;min-height:40px;min-width:auto;padding:0 16px}.header__btn-auth.button.button--sign-in{transition:transform .2s cubic-bezier(.34,1.35,.64,1),filter .2s ease,box-shadow .2s ease}.header__btn-auth.button.button--sign-in:hover:not(:disabled){transform:translateY(-3px);filter:brightness(1.1) saturate(1.05);box-shadow:0 8px 22px #29acff6b,0 2px 6px #0000002e}.header__btn-auth.button.button--sign-in:active:not(:disabled){transform:translateY(0) scale(.96);filter:brightness(.94);box-shadow:0 2px 8px #00000040,inset 0 2px 6px #0003}.header__btn-auth.button.button--sign-up{transition:transform .2s cubic-bezier(.34,1.35,.64,1),filter .2s ease,box-shadow .2s ease}.header__btn-auth.button.button--sign-up:hover:not(:disabled){transform:translateY(-3px);filter:brightness(1.12) saturate(1.06);box-shadow:0 0 0 1px #33a9e48c,0 8px 24px #3378e461,0 2px 6px #00000026}.header__btn-auth.button.button--sign-up:active:not(:disabled){transform:translateY(0) scale(.96);filter:brightness(.9);box-shadow:inset 0 2px 8px #00000059,0 1px 3px #0003}.header__user{display:flex;align-items:center;justify-content:flex-end;gap:10px}@media(max-width:1024px){.header__user{display:none}}.header__user.menu{display:flex;align-items:center;gap:10px;padding:0;min-height:auto;border:none;border-radius:0;background:transparent;box-shadow:none}.header__user.menu .balance--desktop .balance__wrap{margin-left:0;height:40px;padding:0 10px 0 8px;gap:8px;border-radius:8px;background:#1c2334;border:1px solid #f0d060;box-shadow:none}.header__user.menu .balance--desktop .balance__wrap:hover{background:#232b3e;border-color:#f5dc7a;transform:none;box-shadow:0 2px 10px #f0d06026}.header__user.menu .balance--desktop .balance__wrap:active{transform:scale(.99)}.header__user.menu .balance--desktop .balance__value{font-weight:700;color:#fff}.header__user.menu .balance--desktop .balance__add{width:22px;height:22px;min-width:22px;border-radius:50%;background:linear-gradient(180deg,#4be04b,#129c00);box-shadow:inset 0 1px #ffffff59,0 1px 3px #00000059}.header__user.menu .balance--desktop .balance__add:hover{background:linear-gradient(180deg,#5ced5c,#15b804);transform:scale(1.06);box-shadow:inset 0 1px #fff6,0 2px 8px #129c0073}.header__user.menu .balance--desktop .balance__add:active{transform:scale(.96)}.header__user.menu .header__profile{position:relative;width:40px;height:40px;min-width:40px;padding:0;border-radius:50%;border:none;background:url(/images/icons/icon-person.png) center/40px 40px no-repeat;flex-shrink:0;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.35,.64,1),filter .2s ease,box-shadow .2s ease}.header__user.menu .header__profile:hover{transform:translateY(-3px);filter:brightness(1.1) saturate(1.05);box-shadow:0 8px 22px #29acff6b,0 2px 6px #0000002e}.header__user.menu .header__profile:focus-visible{outline:2px solid #7eb0e8;outline-offset:2px}.header__user.menu .header__profile:active{transform:translateY(0) scale(.96);filter:brightness(.94);box-shadow:0 2px 8px #00000040,inset 0 2px 6px #0003}.header__btn-shop.button{height:40px;min-height:40px;min-width:96px;padding:0 18px;border-radius:8px;font-weight:700;font-size:15px;letter-spacing:.02em}.header__btn-exit{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:transparent;cursor:pointer;flex-shrink:0;transition:background-color .2s ease,opacity .2s ease}.header__btn-exit:hover{background:#ffffff14}.header__btn-exit:active{opacity:.85}.header__btn-exit:focus-visible{outline:2px solid #7eb0e8;outline-offset:2px}.header__btn-exit-icon{display:block;width:22px;height:22px;object-fit:contain;pointer-events:none}.header__auth.menu{display:flex;align-items:center;gap:14px;padding:0;min-height:auto;border:none;border-radius:0;background:transparent;box-shadow:none}.header__auth-mob{display:none}@media(max-width:1024px){.header__auth-mob{display:flex;align-items:center;gap:8px}.header__auth-mob .button--sign-in,.header__auth-mob .button--sign-up{transition:transform .2s cubic-bezier(.34,1.35,.64,1),filter .2s ease,box-shadow .2s ease}.header__auth-mob .button--sign-in:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1) saturate(1.05);box-shadow:0 6px 16px #29acff66,0 2px 4px #00000026}.header__auth-mob .button--sign-in:active:not(:disabled){transform:translateY(0) scale(.96);filter:brightness(.94);box-shadow:inset 0 2px 5px #00000040}.header__auth-mob .button--sign-up:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1) saturate(1.05);box-shadow:0 0 0 1px #33a9e480,0 6px 18px #3378e459}.header__auth-mob .button--sign-up:active:not(:disabled){transform:translateY(0) scale(.96);filter:brightness(.9);box-shadow:inset 0 2px 6px #0000004d}}.header__stats-mob{display:none}@media(max-width:1024px){.header__stats-mob{display:flex;align-items:center;gap:12px;height:32px;padding:0 8px 0 4px;border-radius:999px;background:#1a237e;box-shadow:inset 0 0 0 1px #6496ff40}}.header__burger{display:none}@media(max-width:1024px){.header__burger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:33px;height:33px;padding:0;background:transparent;border:none;cursor:pointer;z-index:2}}.header__burger-line{display:none}@media(max-width:1024px){.header__burger-line{display:block;width:32px;min-width:32px;height:2px;border-radius:999px;background:#f5f5f5;transition:background .2s ease}}.header--intro .header__brand,.header--intro .header__menu,.header--intro .header__right,.header--intro .header__interactive{opacity:0;transform:translateY(-16px);filter:blur(6px)}.header--intro-ready .header__brand{animation:header-intro-in .55s cubic-bezier(.22,1,.36,1) forwards}.header--intro-ready .header__menu{animation:header-intro-in .62s cubic-bezier(.22,1,.36,1) .08s forwards}.header--intro-ready .header__right{animation:header-intro-in .62s cubic-bezier(.22,1,.36,1) .16s forwards}.header--intro-ready .header__interactive{animation:header-intro-in .62s cubic-bezier(.22,1,.36,1) .22s forwards}@keyframes header-intro-in{0%{opacity:0;transform:translateY(-16px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.mobile-menu{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column}.mobile-menu__overlay{position:absolute;inset:0;z-index:0;background:#0b0f19}.mobile-menu__content{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;min-height:0;width:100%;padding:0;background:transparent}.mobile-menu__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;flex-shrink:0;width:100%;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));gap:8px}.mobile-menu__top-cell{display:flex;align-items:center;min-width:0}.mobile-menu__top-cell--start{justify-content:flex-start}.mobile-menu__top-cell--center{justify-content:center}.mobile-menu__top-cell--end{justify-content:flex-end}.mobile-menu__back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:transparent;color:#fff;cursor:pointer;transition:background-color .2s ease}.mobile-menu__back:hover{background:#ffffff14}.mobile-menu__back:active{transform:scale(.96)}.mobile-menu__back-icon{display:block}.mobile-menu__exit{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:transparent;cursor:pointer;transition:background-color .2s ease}.mobile-menu__exit:hover{background:#ffffff14}.mobile-menu__exit:active{opacity:.88}.mobile-menu__exit-icon{display:block;width:22px;height:22px;object-fit:contain;pointer-events:none}.mobile-menu__close{width:40px;height:40px;border:none;border-radius:8px;background-color:transparent;cursor:pointer;background-image:url(/images/icons/icon-burger-close.svg);background-repeat:no-repeat;background-position:center;background-size:22px;transition:background-color .15s ease,transform .15s ease}.mobile-menu__close:hover{background-color:#ffffff14}.mobile-menu__close:active{background-color:#ffffff1f;transform:scale(.92)}.mobile-menu__body{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:0;padding:16px 24px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu__nav{display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px}.mobile-menu__nav--primary{gap:28px}.mobile-menu__nav--primary .text-nav{font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:1.25;color:#fff}.mobile-menu__nav--secondary{margin-top:28px;gap:18px}.mobile-menu__nav--secondary .text-nav{font-size:15px;font-weight:400;color:#ffffffe0}.mobile-menu__link{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:8px 12px;border:none;background:none;cursor:pointer;text-decoration:none;color:#fff;transition:opacity .15s ease,transform .15s ease}.mobile-menu__link .text-nav{color:inherit}.mobile-menu__link--active .text-nav{font-weight:600;color:#7eb0e8}.mobile-menu__link:active{opacity:.85;transform:scale(.99)}.mobile-menu__nav a{text-decoration:none}.mobile-menu__separator{width:100%;max-width:220px;height:1px;margin-top:24px;background:#f0d060d9}.mobile-menu__bottom-stack{margin-top:auto;flex-shrink:0;width:100%;padding:0 24px;padding-bottom:max(24px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.mobile-menu__actions{display:flex;flex-direction:column;gap:12px;width:100%}.mobile-menu__actions--guest{gap:12px}.mobile-menu__btn{width:100%;max-width:none;min-height:48px;margin:0;border-radius:8px;box-sizing:border-box;transition:transform .15s ease,filter .15s ease}.mobile-menu__btn.header__btn-auth{min-width:0;width:100%}.mobile-menu__btn:active{transform:scale(.99)}.mobile-menu__btn--shop{font-weight:700;font-size:16px;letter-spacing:.02em}.mobile-menu__footer{width:100%;flex-shrink:0}.mobile-menu__balance-strip{width:100%;max-width:420px;margin:0 auto;box-sizing:border-box;min-height:48px;padding:6px 12px 6px 10px;display:flex;align-items:center;border-radius:12px;border:1px solid #f0d060;background:#1c2334}.mobile-menu__balance-strip .balance--mobile{width:100%;justify-content:space-between;gap:12px}.mobile-menu__balance-strip .balance__inner{min-width:0}.mobile-menu__balance-strip .balance__icon{width:32px;height:32px}.mobile-menu__balance-strip .balance__value{font-weight:700;font-size:16px;color:#fff}.mobile-menu__balance-strip .balance__add{width:28px;height:28px;min-width:28px;border-radius:50%;background:linear-gradient(180deg,#4be04b,#129c00);box-shadow:inset 0 1px #ffffff59,0 1px 3px #00000059}.mobile-menu__balance-strip .balance__add:hover{background:linear-gradient(180deg,#5ced5c,#15b804);transform:scale(1.06)}.mobile-menu__balance-strip .balance__add:active{transform:scale(.96)}@media(prefers-reduced-motion:reduce){.header--intro .header__brand,.header--intro .header__menu,.header--intro .header__right,.header--intro .header__interactive,.header--intro-ready .header__brand,.header--intro-ready .header__menu,.header--intro-ready .header__right,.header--intro-ready .header__interactive{opacity:1;transform:none;filter:none;animation:none}}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{background-color:#0e121a;font-family:Roboto,sans-serif}button,input,textarea,select{font-family:inherit}body.no-scroll{overflow:hidden}.App{background-color:#0e121a;overflow-x:hidden}.app__verify-banner{position:fixed;top:80px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:999px;font-size:14px;z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app__verify-banner--loading{background:#ffffff14;border:1px solid #852DF6;color:#fff}.app__verify-banner--success{background:#00b45080;border:1px solid #852DF6;color:#fff}.app__verify-banner--error{background:#c8000080;border:1px solid #852DF6;color:#fff}.logo{flex:0 0 auto;z-index:2;cursor:pointer;display:inline-block;border-radius:8px;transition:filter .2s ease}@media(max-width:480px){.logo--drawer{margin-top:1px}}.logo__img{display:block;width:154px;height:48px;object-fit:contain;object-position:left center;transition:opacity .2s ease,transform .18s cubic-bezier(.34,1.35,.64,1),filter .2s ease}.logo--footer .logo__img{width:180px;height:56px}.logo:hover .logo__img{opacity:1;filter:brightness(1.08) saturate(1.08) drop-shadow(0 6px 14px rgba(0,0,0,.28));transform:translateY(-1px) scale(1.03)}.logo:active .logo__img{opacity:.94;filter:brightness(.92) saturate(.95) drop-shadow(0 2px 6px rgba(0,0,0,.3));transform:translateY(0) scale(.96)}.logo:focus-visible{outline:2px solid rgba(126,176,232,.95);outline-offset:3px}.balance__wrap{display:flex;align-items:center;gap:12px;height:40px;padding:0 8px;border-radius:999px;background:#1a237e;border:1px solid rgba(255,255,255,.2);box-shadow:inset 0 0 0 1px #6496ff40;transition:transform .22s cubic-bezier(.34,1.35,.64,1),box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.balance__wrap:hover{transform:translateY(-2px);border-color:#b4d2ff8c;background:#1e2a9a;box-shadow:inset 0 0 0 1px #82aaff73,0 6px 18px #1e28788c,0 2px 6px #00000040}.balance__wrap:active{transform:translateY(0) scale(.98);box-shadow:inset 0 2px 8px #00000059,inset 0 0 0 1px #6496ff33}.balance--desktop .balance__wrap{margin-left:8px}.balance__inner{display:flex;align-items:center;background:none;border:none;width:auto;min-width:0;padding:0;border-radius:0;height:auto}.balance__icon{position:relative;left:0;top:0;width:28px;height:28px;flex-shrink:0;background-size:cover;background-position:center;background-image:url(/images/coin.png)}.balance__value{padding-left:10px;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;color:#fff1cb;min-width:2.5em}.balance__add{position:relative;width:20px;height:20px;min-width:20px;border-radius:6px;border:none;background:linear-gradient(145deg,#5ba8ff,#2b8eff,#06c 70%,#05a);box-shadow:inset 0 1px #ffffff59,inset 0 -1px 2px #0000001f;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .22s ease,box-shadow .22s ease,transform .22s cubic-bezier(.34,1.45,.64,1)}.balance__add:hover{background:linear-gradient(145deg,#7bc0ff,#4bb0ff,#08e 70%,#0070cc);transform:scale(1.12);box-shadow:inset 0 1px #ffffff73,inset 0 -1px 2px #00000014,0 0 0 2px #78c8ff73,0 4px 14px #0078dc80}.balance__add:active{background:linear-gradient(145deg,#05a,#048 70%,#036);box-shadow:inset 0 3px 6px #00000059,inset 0 0 0 1px #0000001f;transform:scale(.9)}.balance__add-img{width:12px;height:12px;filter:brightness(1.1);background-image:url(/images/icons/plus-white.svg);background-size:contain;background-position:center;display:block}.balance--mobile{display:flex;align-items:center;gap:12px}.balance--drawer{display:flex;align-items:center;min-width:0;padding:0;border:none;background:none;border-radius:0;width:auto;height:auto;gap:12px}.footer{width:100%;background-color:#0b0e14;font-family:Roboto,sans-serif}.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6{font-family:Roboto,sans-serif}.footer__shell{width:100%;max-width:1180px;margin:0 auto;box-sizing:border-box;padding:64px 24px}@media(min-width:1228px){.footer__shell{padding:64px 0}}@media(max-width:1024px){.footer__shell{padding:40px 24px 32px}}.footer__row{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);gap:32px 48px;align-items:start}@media(max-width:1024px){.footer__row{grid-template-columns:1fr 1fr;gap:28px 24px;align-items:stretch}}.footer__nav-group{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:24px 40px;justify-self:center;min-width:0}@media(max-width:1024px){.footer__nav-group{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:28px 24px;justify-self:stretch}}.footer__col{min-width:0}.footer__col--brand{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media(max-width:1024px){.footer__col--brand{grid-column:1/-1;align-items:flex-start;text-align:left}}@media(max-width:1024px){.footer__col--company{grid-column:1/-1}}.footer__col--aside{display:flex;flex-direction:column;align-items:flex-end;gap:24px;text-align:right;min-height:0;height:100%}@media(max-width:1024px){.footer__col--aside{grid-column:1/-1;flex-direction:row;justify-content:space-between;align-items:flex-end;text-align:left;height:auto;gap:16px}}.footer__company{display:flex;flex-direction:column;gap:12px}.footer__company p{margin:0;font-size:16px;font-weight:300;line-height:1.45;color:#fff}@media(max-width:1024px){.footer__company p{font-size:12px}}.footer__logo-link{align-self:flex-start}.footer__email{font-size:16px;font-weight:300;line-height:1.4;color:#fff;text-decoration:none;word-break:break-all}@media(max-width:1024px){.footer__email{font-size:12px}}.footer__email:hover{text-decoration:underline}.footer__meta{display:flex;flex-direction:column;align-items:flex-end;gap:12px;margin-top:auto;flex-shrink:0}@media(max-width:1024px){.footer__meta{gap:8px;margin-top:0}}.footer__payments{display:flex;align-items:center;justify-content:flex-end;gap:18px}@media(max-width:1024px){.footer__payments{gap:12px}}.footer__payment{display:block;height:auto;object-fit:contain}.footer__payment--visa{width:64px;height:21px}.footer__payment--mastercard{width:40px;height:24px}@media(max-width:1024px){.footer__payment--visa{width:48px;height:16px}.footer__payment--mastercard{width:30px;height:18px}}.footer__heading{margin:0 0 16px;font-size:16px;font-weight:700;line-height:1.3;color:#fff}@media(max-width:1024px){.footer__heading{font-size:15px}}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}@media(max-width:1024px){.footer__list{gap:8px}}.footer__link{font-size:16px;font-weight:300;line-height:1.45;color:#fff;text-decoration:none}@media(max-width:1024px){.footer__link{font-size:12px}}.footer__link:hover{text-decoration:underline}.footer__link--button{cursor:pointer;border:0;padding:0;background:transparent;font-family:inherit;text-align:left}.footer__short-disclaimer{margin:0;width:100%;max-width:280px}.footer__short-disclaimer p{margin:0 0 6px;font-size:14px;font-weight:300;line-height:1.45;color:gray}.footer__short-disclaimer p:last-child{margin-bottom:0}@media(max-width:1024px){.footer__short-disclaimer{max-width:220px}.footer__short-disclaimer p{font-size:9px}}.footer__copyright{margin:0;font-size:12px;font-weight:300;line-height:1.45;color:#545454;text-align:right;white-space:nowrap}@media(max-width:1024px){.footer__copyright{font-size:9px}}.footer--intro .footer__col--brand,.footer--intro .footer__nav-group,.footer--intro .footer__col--aside{opacity:0;transform:translateY(20px);filter:blur(8px)}.footer--intro-ready .footer__col--brand{animation:footer-intro-in .62s cubic-bezier(.22,1,.36,1) forwards}.footer--intro-ready .footer__nav-group{animation:footer-intro-in .72s cubic-bezier(.22,1,.36,1) .1s forwards}.footer--intro-ready .footer__col--aside{animation:footer-intro-in .72s cubic-bezier(.22,1,.36,1) .2s forwards}@keyframes footer-intro-in{0%{opacity:0;transform:translateY(20px);filter:blur(8px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.footer--intro .footer__col--brand,.footer--intro .footer__nav-group,.footer--intro .footer__col--aside,.footer--intro-ready .footer__col--brand,.footer--intro-ready .footer__nav-group,.footer--intro-ready .footer__col--aside{opacity:1;transform:none;filter:none;animation:none}}.global-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0e121a;overflow:hidden}.global-loader__content{display:flex;align-items:center;justify-content:center}.global-loader__logo{width:133px;height:auto;animation:pulse 1.8s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(133,45,246,.5))}@keyframes pulse{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.07);opacity:1}to{transform:scale(1);opacity:.9}}.home__section{position:relative;z-index:1;opacity:0;transform:translateY(34px) scale(.985);filter:blur(2px);transition:opacity .7s ease-out,transform .7s cubic-bezier(.22,1,.36,1),filter .7s ease-out}.home__section--in-view{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.home__tab-content{z-index:0;width:100%;background-color:#0e121a;padding:32px 24px 0;position:relative;overflow-x:visible;overflow-y:visible}@media(max-width:1024px){.home__tab-content{padding:24px 24px 40px}}@media(max-width:480px){.home__tab-content{padding:16px 24px 24px}}.home__tabs{display:flex;justify-content:center;margin-bottom:48px;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.home__tabs.menu{min-height:64px;padding:12px}@media(max-width:480px){.home__tabs.menu{min-height:48px}}.home__tabs .menu__link{height:40px;padding-inline:8px}@media(max-width:480px){.home__tabs .menu__link{width:100%}}@media(max-width:480px){.home__tabs{width:100%;margin-bottom:24px}}.home__outlet-wrap .all-games__games .game-card,.home__outlet-wrap .games-collection__games .game-card,.home__outlet-wrap .games-header-page__games .game-card{opacity:0;transform:translateY(36px);transition:opacity .9s ease-out,transform 1.2s ease-out}.home__outlet-wrap .games-header-page__games{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;max-width:1180px;margin:0 auto}@media(min-width:768px){.home__outlet-wrap .games-header-page__games{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.home__outlet-wrap .games-header-page__games{grid-template-columns:repeat(5,1fr);gap:24px}}@media(max-width:480px){.home__outlet-wrap .games-header-page__games{gap:16px}}.home__outlet-wrap .games-header-page__hero-visual:after{content:"";position:absolute;left:50%;bottom:-20px;width:min(260px,38vw);height:min(160px,22vw);transform:translate(-50%) scale(.7);border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(ellipse at center,#e1ebff73,#e1ebff2e 30%,#e1ebff00 70%),radial-gradient(ellipse at center,#afcdff66,#afcdff00 72%);filter:blur(8px)}.home__outlet-wrap .lobby__hero-frame:before{content:"";position:absolute;left:50%;bottom:8%;width:min(260px,38vw);height:min(170px,24vw);transform:translate(-50%) scale(.72);border-radius:50%;pointer-events:none;opacity:0;z-index:2;background:radial-gradient(ellipse at center,#e1ebff85,#e1ebff33 30%,#e1ebff00 72%),radial-gradient(ellipse at center,#afcdff6b,#afcdff00 74%);filter:blur(9px)}.home__outlet-wrap .lobby__hero-img{opacity:0;transform:translateY(40px) scale(.95);filter:blur(14px) saturate(1.08);transition:none}.home__outlet-wrap .games-header-page .games-header-page__hero-character{opacity:0;transform:translateY(56px) scale(.92);filter:blur(16px) saturate(1.08) drop-shadow(0 16px 32px rgba(0,0,0,.5));transition:none}@media(max-width:768px){.home__outlet-wrap .games-header-page .games-header-page__hero-character{transform:translate(-50%) translateY(56px) scale(1.28)}}.home__outlet-wrap--in-view .all-games__games .game-card,.home__outlet-wrap--in-view .games-collection__games .game-card,.home__outlet-wrap--in-view .games-header-page__games .game-card{opacity:1;transform:translateY(0)}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(-n+2),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(-n+2),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(-n+2){transition-delay:0s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+3):nth-child(-n+4),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+3):nth-child(-n+4),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+3):nth-child(-n+4){transition-delay:.24s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+5):nth-child(-n+6),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+5):nth-child(-n+6),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+5):nth-child(-n+6){transition-delay:.48s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+7):nth-child(-n+8),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+7):nth-child(-n+8),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+7):nth-child(-n+8){transition-delay:.72s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+9):nth-child(-n+10),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+9):nth-child(-n+10),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+9):nth-child(-n+10){transition-delay:.96s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+11):nth-child(-n+12),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+11):nth-child(-n+12),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+11):nth-child(-n+12){transition-delay:1.2s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+13):nth-child(-n+15),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+13):nth-child(-n+15),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+13):nth-child(-n+15){transition-delay:1.44s}@media(min-width:768px){.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(-n+3),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(-n+3),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(-n+3){transition-delay:0s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+4):nth-child(-n+6),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+4):nth-child(-n+6),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+4):nth-child(-n+6){transition-delay:.24s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+7):nth-child(-n+9),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+7):nth-child(-n+9),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+7):nth-child(-n+9){transition-delay:.48s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+10):nth-child(-n+12),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+10):nth-child(-n+12),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+10):nth-child(-n+12){transition-delay:.72s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+13):nth-child(-n+15),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+13):nth-child(-n+15),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+13):nth-child(-n+15){transition-delay:.96s}}@media(min-width:1024px){.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(-n+5),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(-n+5),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(-n+5){transition-delay:0s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+6):nth-child(-n+10),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+6):nth-child(-n+10),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+6):nth-child(-n+10){transition-delay:.24s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+11):nth-child(-n+15),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+11):nth-child(-n+15),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+11):nth-child(-n+15){transition-delay:.48s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+16):nth-child(-n+20),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+16):nth-child(-n+20),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+16):nth-child(-n+20){transition-delay:.72s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+21):nth-child(-n+25),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+21):nth-child(-n+25),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+21):nth-child(-n+25){transition-delay:.96s}.home__outlet-wrap--in-view .all-games__games .game-card:nth-child(n+26):nth-child(-n+30),.home__outlet-wrap--in-view .games-collection__games .game-card:nth-child(n+26):nth-child(-n+30),.home__outlet-wrap--in-view .games-header-page__games .game-card:nth-child(n+26):nth-child(-n+30){transition-delay:1.2s}}.home__outlet-wrap--cards-done .lobby__hero-img{animation:home-lobby-hero-smoke-in .9s cubic-bezier(.22,1,.36,1) forwards}.home__outlet-wrap--cards-done .lobby__hero-frame:before{animation:home-games-smoke-fade .95s ease-out forwards}.home__outlet-wrap--cards-done .games-header-page .games-header-page__hero-character{animation:home-games-character-smoke-in .9s cubic-bezier(.22,1,.36,1) forwards}@media(max-width:768px){.home__outlet-wrap--cards-done .games-header-page .games-header-page__hero-character{animation-name:home-games-character-smoke-in-mobile}}.home__outlet-wrap--cards-done .games-header-page__hero-visual:after{animation:home-games-smoke-fade .95s ease-out forwards}@keyframes home-lobby-hero-smoke-in{0%{opacity:0;transform:translateY(40px) scale(.95);filter:blur(14px) saturate(1.08)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0) saturate(1)}}@keyframes home-games-character-smoke-in{0%{opacity:0;transform:translateY(56px) scale(.92);filter:blur(16px) saturate(1.08) drop-shadow(0 16px 32px rgba(0,0,0,.5))}to{opacity:1;transform:translateY(-6%) scale(1);filter:blur(0) saturate(1) drop-shadow(0 16px 32px rgba(0,0,0,.5))}}@keyframes home-games-character-smoke-in-mobile{0%{opacity:0;transform:translate(-50%) translateY(56px) scale(1.28);filter:blur(16px) saturate(1.08) drop-shadow(0 16px 32px rgba(0,0,0,.5))}to{opacity:1;transform:translate(-50%) scale(1.4);filter:blur(0) saturate(1) drop-shadow(0 16px 32px rgba(0,0,0,.5))}}@keyframes home-games-smoke-fade{0%{opacity:0;transform:translate(-50%) scale(.7)}35%{opacity:.68}to{opacity:0;transform:translate(-50%) scale(1.24)}}@media(prefers-reduced-motion:reduce){.home__section{opacity:1;transform:none;filter:none;transition:none}.home__outlet-wrap .all-games__games .game-card,.home__outlet-wrap .games-collection__games .game-card,.home__outlet-wrap .games-header-page__games .game-card{opacity:1;transform:none;transition:none}.home__outlet-wrap .games-header-page__hero-character{opacity:1;transform:none;filter:none;animation:none}.home__outlet-wrap .games-header-page__hero-visual:after{opacity:0;animation:none}.home__outlet-wrap .lobby__hero-img{opacity:1;transform:none;filter:none;animation:none}.home__outlet-wrap .lobby__hero-frame:before{opacity:0;animation:none}}@keyframes benefits-fade-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.benefits{scroll-margin-top:72px}.benefits__title{animation:benefits-fade-in .5s cubic-bezier(.22,1,.36,1) both;animation-delay:0s}.benefits__card{opacity:0;transform:translateY(24px);transition:opacity 1.1s cubic-bezier(.22,1,.36,1),transform 1.1s cubic-bezier(.22,1,.36,1)}.benefits--in-view .benefits__card{opacity:1;transform:translateY(0)}.benefits--in-view .benefits__card:nth-child(1){transition-delay:0s}.benefits--in-view .benefits__card:nth-child(2){transition-delay:.25s}.benefits--in-view .benefits__card:nth-child(3){transition-delay:.5s}.benefits--in-view .benefits__card:nth-child(4){transition-delay:.75s}@media(prefers-reduced-motion:reduce){.benefits__title{animation:none;opacity:1;transform:none}.benefits__card{opacity:1;transform:none;transition:none}}.benefits{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:64px 24px;gap:28px;font-family:Roboto,sans-serif;z-index:2;overflow:visible;width:100%;max-width:1180px;margin-inline:auto;box-sizing:border-box}@media(max-width:768px){.benefits{padding:40px 16px;gap:24px}}@media(max-width:480px){.benefits{padding-bottom:64px}}.benefits__title{margin:0;font-weight:700;font-size:50px;line-height:1.1;text-transform:uppercase;text-align:left;align-self:stretch;color:#fff;letter-spacing:.02em;z-index:1}@media(max-width:768px){.benefits__title{font-size:24px}}@media(max-width:480px){.benefits__title{font-size:36px}}.benefits__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,2vw,20px);width:100%;perspective:1200px}@media(max-width:1024px){.benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.benefits__grid{grid-template-columns:1fr}}.benefits__card{position:relative;display:flex;flex-direction:row;align-items:center;gap:14px;padding:20px;min-height:88px;border-radius:15px;border:1px solid transparent;box-sizing:border-box;transform-style:preserve-3d;transform-origin:center center;will-change:transform}@media(max-width:768px){.benefits__card{min-height:80px;gap:12px}}@media(max-width:480px){.benefits__card{border-radius:9px;padding:12px;min-height:0}}@media(hover:hover)and (pointer:fine){.benefits__card:hover{box-shadow:0 18px 34px #0000006b,0 10px 18px #0000003d}.benefits__card:nth-child(odd):hover{transform:translateY(-6px) rotateY(-7deg) rotateX(2.5deg)}.benefits__card:nth-child(2n):hover{transform:translateY(-6px) rotateY(7deg) rotateX(2.5deg)}}.benefits__card--gambling{background-image:linear-gradient(#0b2029,#0b2029),linear-gradient(180deg,#0e121a,#1c3861);background-origin:border-box;background-clip:padding-box,border-box}.benefits__card--pricing{background-image:linear-gradient(#4373f2,#4373f2),linear-gradient(180deg,#0e121a,#fff);background-origin:border-box;background-clip:padding-box,border-box}.benefits__card--selling{background-image:linear-gradient(#b75a18,#b75a18),linear-gradient(180deg,#0e121a,#ffbb8b);background-origin:border-box;background-clip:padding-box,border-box}.benefits__card--entertainment{background-image:linear-gradient(#6029ad,#6029ad),linear-gradient(180deg,#0e121a,#c49ff7);background-origin:border-box;background-clip:padding-box,border-box}.benefits__card-icon-wrap{flex-shrink:0;width:70px;height:70px;border-radius:5px;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}@media(max-width:480px){.benefits__card-icon-wrap{width:37px;height:37px}}.benefits__card-icon-wrap--gambling{background:linear-gradient(145deg,#ff7a3d,#c41e3a)}.benefits__card-icon-wrap--pricing{background:linear-gradient(145deg,#5b9dff,#2563eb)}.benefits__card-icon-wrap--selling{background:linear-gradient(145deg,#f59e0b,#d97706)}.benefits__card-icon-wrap--entertainment{background:linear-gradient(145deg,#ec4899,#7c3aed)}.benefits__card-icon{width:100%;height:100%;object-fit:contain}.benefits__card-text{flex:1;min-width:0;display:flex;align-items:center}.benefits__card-copy{margin:0;font-weight:400;font-size:15px;line-height:1.35;color:#fff;text-align:left}@media(max-width:768px){.benefits__card-copy{font-size:14px;line-height:1.4}}.benefits__card-emphasis{font-weight:700}.benefits__read-details{align-self:center;margin-top:4px;font-weight:300;font-size:18px;line-height:1.4;color:#b6caff;text-decoration:underline;text-underline-offset:3px}.benefits__read-details:hover{color:#d0ddff}.benefits__read-details:focus-visible{outline:2px solid #b6caff;outline-offset:3px;border-radius:2px}@media(max-width:480px){.benefits__read-details{font-size:15px}}.buying-coins{--buying-coins-py: 48px;--buying-coins-hero-h: 440px;--buying-coins-hero-spot-size: min(400px, 32vw);position:relative;z-index:3;width:100%;min-height:240px;margin:64px 0 32px;padding:var(--buying-coins-py) 0;overflow:visible;isolation:isolate;background:linear-gradient(90deg,#9b5f1b,#d9bc07)}.buying-coins__glow{position:absolute;inset:0;overflow:hidden;z-index:0;pointer-events:none}.buying-coins__glow-ellipse{position:absolute;top:-20px;left:-20px;width:100%;height:100%;display:block;background:radial-gradient(circle 210px at 0 0,#ffee5bf2,#ffe033bf 62%,#cdad0847 88%,#cdad0800);filter:blur(70px);opacity:.99;mix-blend-mode:screen}.buying-coins__inner{position:relative;z-index:2;width:100%;max-width:1180px;min-height:168px;margin:0 auto;padding:0 24px}.buying-coins__hero-spot-clip{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.buying-coins__hero-spot{position:absolute;right:calc((100% - min(1180px,100%))/2 - 50px);bottom:calc((var(--buying-coins-hero-h) - var(--buying-coins-hero-spot-size)) / 2);z-index:0;width:var(--buying-coins-hero-spot-size);height:var(--buying-coins-hero-spot-size);aspect-ratio:1/1;border-radius:50%;pointer-events:none;-webkit-user-select:none;user-select:none;background:radial-gradient(circle closest-side at center,#fffad2d1,#ffec6eb8 34%,#ffd63057 58%,#ffd63000 76%);filter:blur(14px);opacity:1}.buying-coins__copy{position:relative;z-index:5;display:flex;flex-direction:column;max-width:360px}.buying-coins__title,.buying-coins__text,.buying-coins__button{opacity:0;transform:translate(-28px) translateY(4px);filter:blur(1.2px);transition:opacity .8s ease-out,transform .95s cubic-bezier(.22,1,.36,1),filter .8s ease-out}.buying-coins--in-view .buying-coins__title,.buying-coins--in-view .buying-coins__text,.buying-coins--in-view .buying-coins__button{opacity:1;transform:translate(0) translateY(0);filter:blur(0)}.buying-coins--in-view .buying-coins__title{transition-delay:.24s}.buying-coins--in-view .buying-coins__text{transition-delay:.56s}.buying-coins--in-view .buying-coins__button{transition-delay:.9s}.buying-coins__title{margin:0 0 18px;color:#fff;font-family:Play,sans-serif;font-size:48px;font-weight:600;line-height:1;text-transform:uppercase}.buying-coins__title-accent{color:#ffee5b}.buying-coins__title-divider{display:flex;align-items:center;gap:16px;margin-bottom:10px}.buying-coins__title-divider-seg{flex-shrink:0;background:#ffee5c;border-radius:2px}.buying-coins__title-divider-seg--1{width:64px;height:3px}.buying-coins__title-divider-seg--2{width:20px;height:3px}.buying-coins__title-divider-seg--3,.buying-coins__title-divider-seg--4,.buying-coins__title-divider-seg--5{width:8px;height:3px}.buying-coins__text{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;line-height:1.35}.buying-coins__text-wrap{display:flex;flex-direction:column;gap:12px;margin-top:12px;margin-bottom:18px}.buying-coins__button.button{width:fit-content;min-width:136px;will-change:transform,box-shadow,filter;transition:filter .16s ease-out,box-shadow .16s ease-out,transform .1s ease-out}.buying-coins__button.button:hover:not(:disabled):not(.button--disabled){filter:brightness(1.1) saturate(1.06);box-shadow:0 8px 22px #0006,0 14px 36px #ffd73c73,inset 0 1px #ffffffa6;transform:translateY(-2px)}.buying-coins__button.button:active:not(:disabled):not(.button--disabled){filter:brightness(.9);box-shadow:0 2px 8px #00000059,inset 0 5px 14px #00000038;transform:translateY(1px)}.buying-coins__hero{position:absolute;right:-46px;bottom:calc(var(--buying-coins-py) * -1);z-index:3;width:533px;height:440px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;transform:translateY(20px) scale(.98);transition:opacity .7s ease-out,transform .7s cubic-bezier(.22,1,.36,1)}.buying-coins__hero-coins-rail{position:absolute;top:calc(var(--buying-coins-py) * -1);right:8px;bottom:calc(var(--buying-coins-py) * -1);z-index:1;width:clamp(520px,62vw,980px);height:100%;max-width:none;object-fit:cover;object-position:right center;opacity:.98;filter:drop-shadow(0 14px 26px rgba(255,210,90,.22));pointer-events:none;-webkit-user-select:none;user-select:none}.buying-coins__pattern{position:absolute;top:0;bottom:auto;left:50%;z-index:1;width:320px;height:auto;transform:translate(calc(-50% + 540px));transform-origin:center;pointer-events:none;-webkit-user-select:none;user-select:none}.buying-coins__pattern--top-mirror{bottom:0;top:auto;left:50%;width:320px;transform:translate(calc(-50% + 240px)) rotate(180deg);transform-origin:center}.buying-coins__coins-clip{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}.buying-coins__coin{position:absolute;left:50%;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;transition:opacity .55s ease-out}.buying-coins__coin--1{top:-85px;width:170px;transform:translate(calc(-50% - 60px)) rotate(25deg);transform-origin:center}.buying-coins__coin--1-2{top:150px;width:94px;transform:translate(calc(-50% + 40px)) rotate(-45deg);transform-origin:center}.buying-coins__coin--1-3{bottom:-80px;width:170px;transform:translate(calc(-50% - 120px)) rotate(90deg);transform-origin:center}.buying-coins__coin--2{top:38px;width:78px;transform:translate(calc(-50% + 18px)) rotate(22deg);transform-origin:center}.buying-coins__coin--3{top:16px;width:115px;transform:translate(calc(-50% + 160px));transform-origin:center}.buying-coins__coin--3-2{top:-8px;width:95px;transform:translate(calc(-50% + 640px)) rotate(45deg);transform-origin:center}.buying-coins__coin--4{left:auto;bottom:-52px;right:70px;width:131px;transform-origin:center}.buying-coins--in-view .buying-coins__hero{opacity:1;transform:translateY(0) scale(1);transition-delay:.25s}.buying-coins--in-view .buying-coins__coin{opacity:1}.buying-coins--in-view .buying-coins__coin--1,.buying-coins--in-view .buying-coins__coin--3{animation:buying-coin-float 6.4s ease-in-out infinite}@media(max-width:1024px){.buying-coins__coin--4{opacity:0}}@media(max-width:768px){.buying-coins{--buying-coins-py: 28px;--buying-coins-hero-spot-size: min(320px, 88vw);min-height:0;margin:20px 0 36px;padding:var(--buying-coins-py) 0 40px;background:linear-gradient(180deg,#6b3f0c,#946013 24%,#be8e16 46%,#d9b320 62%,#ba8b16 76%,#6b3f0c)}.buying-coins__glow-ellipse{opacity:.55;filter:blur(56px)}.buying-coins__inner{display:flex;flex-direction:column;align-items:center;min-height:0;padding:0 20px}.buying-coins__copy{align-items:center;width:100%;max-width:min(360px,100%);text-align:center}.buying-coins__title{margin-top:24px;margin-bottom:22px;font-size:36px;font-weight:700;color:#fff;text-shadow:none;line-height:1.05}.buying-coins__title-accent{color:#ffee5b;text-shadow:none}.buying-coins__title-divider{justify-content:center;gap:24px;margin-bottom:18px}.buying-coins__text-wrap{gap:10px;margin-top:0;margin-bottom:0}.buying-coins__text{margin-bottom:0;font-size:15px;font-weight:400;line-height:1.45}.buying-coins__hero{position:relative;right:auto;left:auto;z-index:3;width:clamp(300px,94vw,380px);max-width:none;height:auto;margin:16px 0 28px;object-fit:contain;transform:scale(1.16);transform-origin:center bottom;bottom:-52px}.buying-coins__hero-spot{inset:46% auto auto 50%;width:var(--buying-coins-hero-spot-size);height:var(--buying-coins-hero-spot-size);transform:translate(-50%,-50%);filter:blur(14px);opacity:.92}.buying-coins__pattern{opacity:0}.buying-coins__pattern--top-mirror{opacity:1;top:auto;bottom:20%;left:28%;width:200px;transform:translate(-50%) rotate(180deg)}.buying-coins__coin{display:none;opacity:0}.buying-coins__coins-clip{display:none}.buying-coins__coin--1{top:14%;left:auto;right:6%;width:clamp(56px,16vw,88px);transform:rotate(18deg)}.buying-coins__coin--1-2{top:38%;left:4%;width:clamp(48px,14vw,76px);transform:rotate(-28deg)}.buying-coins__coin--1-3{bottom:18%;left:12%;width:clamp(52px,15vw,84px);transform:rotate(72deg)}.buying-coins__coin--3{top:22%;left:8%;width:clamp(64px,18vw,96px);transform:rotate(-12deg)}.buying-coins__coin--3-2{top:12%;right:4%;left:auto;width:clamp(52px,15vw,80px);transform:rotate(36deg)}.buying-coins__coin--4{inset:auto 8% 22% auto;width:clamp(56px,16vw,88px);transform:rotate(-8deg)}.buying-coins__button.button{z-index:5;align-self:center;width:fit-content;max-width:none;min-width:180px;height:48px;min-height:48px;max-height:48px;box-sizing:border-box;margin-top:24px;padding:0 20px;border-radius:3px;font-size:16px;font-weight:700}}@media(max-width:480px){.buying-coins{--buying-coins-py: 22px;--buying-coins-hero-spot-size: min(260px, 92vw);margin:16px 0 28px}.buying-coins__inner{padding:0 20px}.buying-coins__copy{max-width:min(360px,100%)}.buying-coins__title{margin-bottom:18px;font-size:36px}.buying-coins__title-divider{gap:8px;margin-bottom:16px}.buying-coins__title-divider-seg--1{width:48px}.buying-coins__title-divider-seg--2{width:16px}.buying-coins__title-divider-seg--3,.buying-coins__title-divider-seg--4,.buying-coins__title-divider-seg--5{width:7px}.buying-coins__text-wrap{gap:8px}.buying-coins__text{font-size:15px;line-height:1.4}.buying-coins__hero{width:clamp(300px,94vw,380px);margin:12px 0 24px;transform:scale(1.16);transform-origin:center bottom}.buying-coins__pattern{width:min(340px,108vw)}.buying-coins__pattern--top-mirror{width:min(280px,92vw)}.buying-coins__button.button{height:48px;min-height:48px;max-height:48px;margin-top:24px;width:calc(100% - 40px);max-width:calc(100% - 40px);align-self:center;font-size:15px;border-radius:3px}.buying-coins__coin--1{width:clamp(48px,15vw,72px)}.buying-coins__coin--1-2{width:clamp(42px,13vw,64px)}.buying-coins__coin--1-3{width:clamp(44px,14vw,68px)}.buying-coins__coin--3{width:clamp(52px,16vw,76px)}.buying-coins__coin--3-2{width:clamp(44px,14vw,68px)}.buying-coins__coin--4{width:clamp(48px,15vw,72px)}}@media(prefers-reduced-motion:reduce){.buying-coins__title,.buying-coins__text,.buying-coins__button,.buying-coins__hero,.buying-coins__coin{opacity:1;transform:none;transition:none;animation:none}}@keyframes buying-coin-float{0%,to{margin-top:0}50%{margin-top:-8px}}@keyframes buying-coin-float-reverse{0%,to{margin-top:0}50%{margin-top:8px}}.faq{position:relative;padding:56px 0 64px;color:#fff;font-family:Roboto,sans-serif}.faq:before{content:"";position:absolute;left:50%;top:0;bottom:0;z-index:0;width:100vw;margin-left:-50vw;background-color:#1a212f}@media(max-width:480px){.faq{padding:40px 0 48px}}.faq__inner{position:relative;z-index:1;width:100%;max-width:900px;margin:0 auto;padding:0 24px}@media(max-width:480px){.faq__inner{padding:0 16px}}.faq__title{margin:0 0 36px;font-family:Play,sans-serif;font-size:50px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:left;color:#fff}@media(max-width:480px){.faq__title{margin-bottom:28px;font-size:36px}}.faq__list{display:flex;flex-direction:column;width:100%}.faq__item{position:relative;opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .75s cubic-bezier(.22,1,.36,1)}.faq--in-view .faq__item{opacity:1;transform:translateY(0)}.faq--in-view .faq__item:nth-child(1){transition-delay:.08s}.faq--in-view .faq__item:nth-child(2){transition-delay:.16s}.faq--in-view .faq__item:nth-child(3){transition-delay:.24s}.faq--in-view .faq__item:nth-child(4){transition-delay:.32s}.faq--in-view .faq__item:nth-child(5){transition-delay:.4s}.faq__item:first-child:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,#435372,#1a212f);pointer-events:none}.faq__item:not(:last-child):after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#435372,#1a212f);pointer-events:none}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;min-height:0;background:transparent;border:none;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:transform .22s ease-out}@media(max-width:480px){.faq__question{padding:18px 0;gap:14px}}.faq__question-text{flex:1;font-size:22px;font-weight:500;line-height:1.4;color:#fff;transition:color .22s ease-out,transform .22s ease-out}@media(max-width:480px){.faq__question-text{font-size:16px}}.faq__toggle{flex-shrink:0;position:relative;width:30px;height:30px;border-radius:50%;background:#fff;transition:background .25s ease,transform .2s ease-out,box-shadow .25s ease-out}.faq__toggle:before,.faq__toggle:after{content:"";position:absolute;top:50%;left:50%;background:#000;transition:width .2s ease,height .2s ease,transform .25s ease}.faq__toggle:before{width:10px;height:2px;transform:translate(-50%,-50%)}.faq__toggle:after{width:2px;height:10px;transform:translate(-50%,-50%)}.faq__toggle--open{background:#f7e05c}.faq__toggle--open:before{width:10px;height:2px;transform:translate(-50%,-50%) rotate(45deg)}.faq__toggle--open:after{width:10px;height:2px;transform:translate(-50%,-50%) rotate(-45deg)}@media(max-width:480px){.faq__toggle{width:26px;height:26px}.faq__toggle:before{width:8px}.faq__toggle:after{height:8px}.faq__toggle--open:before,.faq__toggle--open:after{width:8px}}@media(hover:hover)and (pointer:fine){.faq__question:hover{transform:translate(4px)}.faq__question:hover .faq__question-text{color:#fff4a8;transform:translate(2px)}.faq__question:hover .faq__toggle{transform:scale(1.06);box-shadow:0 0 0 2px #f7e05c3d,0 8px 18px #00000052}}.faq__answer{display:grid;grid-template-rows:0fr;min-height:0;overflow:hidden;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);transition-delay:.12s}.faq__answer--open{grid-template-rows:1fr;transition-delay:.08s}.faq__answer-inner{min-height:0;overflow:hidden;display:flex;flex-direction:column}.faq__accent{display:flex;align-items:center;gap:6px;padding-bottom:14px;opacity:0;transition:opacity .2s ease}.faq__answer--open .faq__accent{opacity:1;transition-delay:.13s}.faq__accent-bar{display:block;width:40px;height:3px;background:#f7e05c;border-radius:1px}.faq__accent-dash{display:block;width:8px;height:3px;background:#f7e05c;border-radius:1px;opacity:.85}.faq__answer-content{min-height:0;overflow:hidden}.faq__answer-content p{margin:0;padding:0 0 24px;font-size:18px;font-weight:300;line-height:1.65;color:#ffffffeb}@media(max-width:480px){.faq__answer-content p{padding-bottom:20px;font-size:14px}}.fade-in-up{opacity:0;transform:translateY(20px);animation:fade-in-up .5s ease-out forwards}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.how-it-works{position:relative;width:100%;padding:96px 16px 48px;background:#0e121a;overflow:visible;scroll-margin-top:72px}@media(max-width:768px){.how-it-works{padding:16px 12px 40px}}.how-it-works__inner{width:100%;max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:32px}@media(max-width:768px){.how-it-works__inner{gap:24px}}.how-it-works__banner{position:relative;overflow:visible;border-radius:25px 25px 0 0;box-shadow:0 24px 48px #00000059;min-height:280px}@media(max-width:768px){.how-it-works__banner{min-height:0;padding-bottom:211px}}.how-it-works__banner{opacity:0;transform:translateY(24px);transition:opacity .65s ease-out,transform .65s cubic-bezier(.22,1,.36,1)}.how-it-works__banner-bg{position:absolute;inset:0;z-index:0;border-radius:25px 25px 0 0;background:linear-gradient(94.99deg,#13268f 3.18%,#2aa3fe 96.37%);pointer-events:none}.how-it-works__character-glow{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:25px 25px 0 0;pointer-events:none;background:radial-gradient(circle min(440px,58vw) at calc(100% - 250px) 100%,rgba(255,255,255,.92) 0%,rgba(255,255,255,.52) 32%,rgba(255,255,255,.22) 58%,rgba(255,255,255,.06) 72%,transparent 85%)}@media(max-width:768px){.how-it-works__character-glow{background:radial-gradient(circle min(400px,64vw) at 50% 100%,rgba(255,255,255,.84) 0%,rgba(255,255,255,.45) 34%,rgba(255,255,255,.18) 58%,rgba(255,255,255,.06) 74%,transparent 86%)}}@media(max-width:768px){.how-it-works__character-glow{background:radial-gradient(circle min(340px,85vw) at 50% 100%,rgba(255,255,255,.78) 0%,rgba(255,255,255,.4) 36%,rgba(255,255,255,.16) 60%,rgba(255,255,255,.05) 76%,transparent 88%)}}.how-it-works__banner-pattern{position:absolute;inset:0;z-index:2;overflow:hidden;border-radius:25px 25px 0 0;pointer-events:none}.how-it-works__banner-pattern-img{position:absolute;right:240px;top:110px;height:180px;width:auto;max-width:min(90%,640px);max-height:65%;object-fit:contain;object-position:right top;opacity:0;mix-blend-mode:screen;transform:rotate(105deg);transform-origin:center center;transition:opacity .45s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works__banner-pattern-img--mirror{top:20px;right:-60px;height:180px;object-position:right top;transform:rotate(-130deg);transform-origin:center center}@media(max-width:768px){.how-it-works__banner-pattern-img{right:-130px;height:200px;bottom:70px;top:auto;transform:rotate(-145deg);transform-origin:center center}.how-it-works__banner-pattern-img--mirror{bottom:0;right:140px;top:auto;transform:rotate(90deg);transform-origin:center center}}.how-it-works__coins{position:absolute;inset:0;z-index:3;pointer-events:none;animation:hiw-coins-drift 7.6s ease-in-out infinite}.how-it-works__coin-clip{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:25px 25px 0 0;pointer-events:none}.how-it-works__coin{position:absolute;left:50%;z-index:1;width:clamp(48px,9vw,96px);height:auto;object-fit:contain;opacity:0;transition:opacity .45s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works__coin--1{z-index:6;bottom:-60px;width:clamp(80px,10vw,139px);transform:translate(calc(-50% + min(18vw,60px)))}.how-it-works__coin--2{top:-60px;width:clamp(80px,10vw,139px);transform:translate(calc(-50% + min(40vw,520px))) rotate(100deg)}.how-it-works__coin--3{bottom:10px;width:clamp(60px,8vw,120px);transform:translate(calc(-50% + min(40vw,480px))) rotate(70deg)}@media(max-width:768px){.how-it-works__coin--1{bottom:210px;width:140px;transform:translate(calc(-50% + 40vw)) rotate(-20deg)}.how-it-works__coin--2{top:500px;left:25%}.how-it-works__coin--3{bottom:250px;width:120px;transform:translate(calc(-50% - 120px)) rotate(90deg)}}.how-it-works__banner-layout{position:relative;z-index:4;display:block;padding:32px 400px 32px 32px;min-height:300px}@media(max-width:768px){.how-it-works__banner-layout{padding:28px 20px min(220px,38vw);min-height:0}}@media(max-width:768px){.how-it-works__banner-layout{padding:24px 16px min(200px,42vw)}}.how-it-works__banner-copy{position:relative;z-index:3;max-width:400px;min-width:0;padding-bottom:0}@media(max-width:768px){.how-it-works__banner-copy{margin-left:auto;margin-right:auto;text-align:center}}.how-it-works__banner-title{margin:0 0 12px;font-family:Play,sans-serif;font-weight:700;font-size:clamp(28px,4.2vw,50px);line-height:1.05;letter-spacing:0;text-transform:uppercase;color:#fff}@media(max-width:768px){.how-it-works__banner-title{margin:8px 0;font-size:36px;line-height:1.15}}.how-it-works__title-divider{display:flex;align-items:center;gap:16px;margin-bottom:16px}@media(max-width:768px){.how-it-works__title-divider{justify-content:center;margin-bottom:12px}}.how-it-works__title-divider{opacity:0;transform:translateY(10px);transition:opacity .45s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works__title-divider-seg{flex-shrink:0;background:#ffee5c;border-radius:2px}.how-it-works__title-divider-seg--1{width:64px;height:3px}.how-it-works__title-divider-seg--2{width:20px;height:3px}.how-it-works__title-divider-seg--3,.how-it-works__title-divider-seg--4,.how-it-works__title-divider-seg--5{width:8px;height:3px}.how-it-works__banner-lead{margin:0 0 12px;font-family:Roboto,sans-serif;font-weight:300;font-size:16px;line-height:1.35;color:#fff;max-width:36em}@media(max-width:768px){.how-it-works__banner-lead{font-size:15px;margin-bottom:6px;line-height:1.25}}.how-it-works__banner-lead{opacity:0;transform:translateY(10px);transition:opacity .45s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works__banner-legal{margin:0;font-family:Roboto,sans-serif;font-weight:300;font-size:16px;line-height:1.35;color:#fff;max-width:36em}@media(max-width:768px){.how-it-works__banner-legal{font-size:15px;line-height:1.25}}.how-it-works__banner-legal{opacity:0;transform:translateY(10px);transition:opacity .45s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works__banner-legal-accent{font-weight:700;color:#ffee5c}.how-it-works__character{position:absolute;right:90px;bottom:0;z-index:5;width:377px;height:421px;max-width:none;object-fit:contain;object-position:bottom right;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;transform:translateY(20px) scale(.98);transition:opacity .7s ease-out,transform .7s cubic-bezier(.22,1,.36,1)}@media(max-width:768px){.how-it-works__character{right:50%;transform:translate(50%) translateY(20px) scale(.98);width:321px;height:365px;max-width:none;max-height:none;aspect-ratio:auto}}.how-it-works__features-title{margin:12px 0 0;text-align:center;font-family:Play,sans-serif;font-weight:700;font-size:48px;line-height:1.1;letter-spacing:0;text-transform:uppercase;color:#fff}@media(max-width:1024px){.how-it-works__features-title{font-size:clamp(28px,3.5vw,48px)}}@media(max-width:768px){.how-it-works__features-title{font-size:36px;margin-left:auto;margin-right:auto;max-width:20rem;text-align:center}}.how-it-works__features-title{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works__feature-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}@media(max-width:1024px){.how-it-works__feature-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.how-it-works__feature-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.how-it-works__feature-card{position:relative;height:220px;box-sizing:border-box;border-radius:0 0 18px 18px;overflow:hidden;opacity:0;transform:translateY(28px);transition:opacity .55s ease-out,transform .55s ease-out;box-shadow:0 12px 32px #00000059;isolation:isolate}.how-it-works__feature-card:after{content:"";position:absolute;inset:-30%;z-index:1;pointer-events:none;background:radial-gradient(circle at 50% 50%,#ffffff38,#ffffff24 24%,#ffffff0a 46%,#fff0 70%);opacity:0;transform:scale(.86) translateY(8px);transition:opacity .3s ease-out,transform .4s cubic-bezier(.22,1,.36,1)}@media(max-width:768px){.how-it-works__feature-card{height:135px;min-height:135px;border-radius:0;box-shadow:0 8px 20px #00000059}}@media(hover:hover)and (pointer:fine){.how-it-works__feature-card:hover{box-shadow:0 16px 36px #0000006b,0 0 30px #fff3}.how-it-works__feature-card:hover:after{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:768px){.how-it-works__feature-card:nth-child(1){border-radius:15px 0 0}}@media(max-width:768px){.how-it-works__feature-card:nth-child(2){border-radius:0 15px 0 0}}@media(max-width:768px){.how-it-works__feature-card:nth-child(3){border-radius:0 0 0 15px}}@media(max-width:768px){.how-it-works__feature-card:nth-child(4){border-radius:0 0 15px}}.how-it-works__feature-card-bg{position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none}.how-it-works__feature-card--entertainment .how-it-works__feature-card-bg{background:linear-gradient(to top right,#788c13,#222b38 65%)}.how-it-works__feature-card--access .how-it-works__feature-card-bg{background:linear-gradient(to top right,#165d9a,#161b30 65%)}.how-it-works__feature-card--risk .how-it-works__feature-card-bg{background:linear-gradient(to top right,#d51a66,#60256f 65%)}.how-it-works__feature-card--age .how-it-works__feature-card-bg{background:linear-gradient(to top right,#d99524,#421116 65%)}.how-it-works__feature-card-body{position:relative;z-index:2;padding:20px 16px 12px;max-width:62%}@media(max-width:768px){.how-it-works__feature-card-body{padding:8px 6px 4px 8px;max-width:68%}}.how-it-works__feature-card-text{margin:0;font-family:Roboto,sans-serif;font-weight:300;font-size:20px;line-height:1.35;color:#fffffff2}@media(max-width:768px){.how-it-works__feature-card-text{font-size:14px;line-height:1.35}}.how-it-works__feature-card-strong{font-weight:600;color:#fff}.how-it-works__feature-card-img{position:absolute;right:0;bottom:0;z-index:1;width:auto;max-width:min(268px,80%);height:auto;max-height:240px;object-fit:contain;object-position:bottom right;display:block;pointer-events:none;opacity:0;transform:translateY(20px);transition:opacity .45s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}@media(max-width:768px){.how-it-works__feature-card-img{right:0;bottom:0;max-width:min(124px,72%);max-height:104px;width:auto;object-fit:contain;object-position:bottom right}}.how-it-works__feature-card.fade-in-up .how-it-works__feature-card-img{opacity:1;transform:translateY(0);transition-delay:.18s}.how-it-works__cta-wrap{display:flex;justify-content:center;width:100%}.how-it-works__cta{box-sizing:border-box;width:172px;min-width:172px;min-height:48px;height:48px;padding:0 16px;font-family:Play,sans-serif;font-weight:700;font-size:16px;text-transform:none;display:inline-flex;align-items:center;justify-content:center}@media(max-width:480px){.how-it-works__cta{width:100%;min-width:0;padding-inline:16px}}.how-it-works__cta{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.how-it-works--in-view .how-it-works__banner{opacity:1;transform:translateY(0)}.how-it-works--in-view .how-it-works__features-title{opacity:1;transform:translateY(0);transition-delay:.12s}.how-it-works--in-view .how-it-works__cta{opacity:1;transform:translateY(0);transition-delay:.2s}.how-it-works--character-in .how-it-works__character{opacity:1;transform:translateY(0) scale(1)}@media(max-width:768px){.how-it-works--character-in .how-it-works__character{transform:translate(50%) translateY(0) scale(1)}}.how-it-works--details-in .how-it-works__banner-pattern-img{opacity:.5}.how-it-works--details-in .how-it-works__coin{opacity:1}.how-it-works--details-in .how-it-works__title-divider,.how-it-works--details-in .how-it-works__banner-lead,.how-it-works--details-in .how-it-works__banner-legal{opacity:1;transform:translateY(0)}.how-it-works--details-in .how-it-works__title-divider{transition-delay:.04s}.how-it-works--details-in .how-it-works__banner-lead{transition-delay:.1s}.how-it-works--details-in .how-it-works__banner-legal{transition-delay:.16s}@keyframes hiw-coins-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(prefers-reduced-motion:reduce){.how-it-works__banner,.how-it-works__features-title,.how-it-works__cta,.how-it-works__character,.how-it-works__title-divider,.how-it-works__banner-lead,.how-it-works__banner-legal,.how-it-works__banner-pattern-img,.how-it-works__coin,.how-it-works__feature-card-img{opacity:1;transform:none;transition:none}.how-it-works__coins{animation:none}}.title-divider{display:flex;align-items:center;gap:16px}.title-divider__seg{flex-shrink:0;background:#ffee5c;border-radius:2px}.title-divider__seg--1{width:64px;height:3px}.title-divider__seg--2{width:20px;height:3px}.title-divider__seg--3,.title-divider__seg--4,.title-divider__seg--5{width:8px;height:3px}.hero{position:relative;width:100%;margin-bottom:16px;padding:132px 16px 32px;background:#0e121a;overflow:visible}@media(max-width:1024px){.hero{padding:100px 16px 24px}}@media(max-width:768px){.hero{padding:80px 12px 18px}}.hero__inner{width:100%;max-width:1180px;margin:0 auto;overflow:visible}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;overflow:visible}@media(max-width:768px){.hero__grid{row-gap:20px;column-gap:16px}}.hero__bottom-row{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;min-width:0}@media(max-width:900px){.hero__bottom-row{grid-template-columns:1fr;gap:16px}}.hero__card{position:relative;overflow:hidden;border-radius:25px;min-height:0}.hero__card--main{grid-column:1/-1;display:flex;flex-direction:column;min-height:320px;overflow:visible;box-shadow:0 24px 48px #00000059;border-radius:25px 25px 0 0}@media(max-width:768px){.hero__card--main{min-height:0;border-radius:20px 20px 0 0}}.hero__main-bg{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:25px 25px 0 0;background:linear-gradient(95.34deg,#4295e7 30.26%,#53cffb 74.92%);pointer-events:none;animation:hero-bg-breathe 7.5s ease-in-out infinite}.hero__main-bg:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 78% 74%,rgba(255,255,255,.62) 0%,rgba(255,255,255,.4) 20%,rgba(255,255,255,.22) 38%,rgba(255,255,255,.08) 56%,transparent 74%);mix-blend-mode:screen;filter:blur(3px);opacity:.84;animation:hero-bg-glow-shift 7.2s ease-in-out infinite}@media(max-width:768px){.hero__main-bg{border-radius:20px 20px 0 0}}.hero__main-pattern{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:25px 25px 0 0;pointer-events:none}@media(max-width:768px){.hero__main-pattern{border-radius:20px 20px 0 0}}.hero__main-pattern-img{position:absolute;right:160px;top:60px;height:200px;width:auto;max-width:min(90%,720px);max-height:70%;object-fit:contain;object-position:right top;opacity:.55;mix-blend-mode:screen;transform:scaleY(1);transform:rotate(90deg);transform-origin:center center;animation:hero-pattern-drift 10s ease-in-out infinite}.hero__main-pattern-img--mirror{top:0;right:-10px;height:140px;object-position:right top;transform:rotate(-160deg);transform-origin:center center;animation-duration:12s}@media(max-width:768px){.hero__main-pattern-img{right:38%;top:395px;height:156px}.hero__main-pattern-img--mirror{top:350px;right:-8%;height:124px}}.hero__coins{position:absolute;inset:0;z-index:2;pointer-events:none;animation:hero-coins-drift 7.2s ease-in-out infinite}.hero__coin{position:absolute;width:clamp(48px,9vw,96px);height:auto;object-fit:contain}.hero__coin--1{bottom:40px;right:380px;width:clamp(80px,10vw,139px)}.hero__coin--2{top:20px;right:320px;width:clamp(40px,7vw,84px);transform:rotate(22deg)}.hero__coin--3{top:-36px;right:40px;width:clamp(44px,8vw,80px);transform:rotate(12deg)}.hero__coin--4{bottom:38px;right:-56px;width:clamp(52px,10vw,88px)}@media(max-width:768px){.hero__coin--1{right:auto;left:-40px;bottom:260px;width:120px}.hero__coin--2{top:360px;right:68%;width:80px}.hero__coin--3{top:310px;right:-4%;width:80px}.hero__coin--4{right:auto;left:88%;bottom:220px;width:80px}}.hero__main-layout{position:relative;z-index:3;display:grid;grid-template-columns:1fr;gap:8px 24px;align-items:start;padding:32px;flex:1}@media(max-width:768px){.hero__main-layout{padding:18px 20px 0;gap:8px}}.hero__main-copy{position:relative;z-index:4;width:100%;min-width:0;display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.hero__main-copy{align-items:center;text-align:center;gap:8px}}.hero__main-copy .title-divider{margin-block:0px}@media(max-width:768px){.hero__main-copy .title-divider{margin-block:12px}}.hero__character{position:absolute;right:-164px;bottom:44px;z-index:3;height:555px;width:auto;max-width:min(100%,90vw);object-fit:contain;object-position:bottom right;pointer-events:none;transform:translateY(145px);clip-path:inset(0 0 100px 0)}@media(max-width:1024px){.hero__character{height:499.5px;right:-145px}}@media(max-width:768px){.hero__character{height:min(460px,48vh)}}@media(max-width:768px){.hero__character{right:50%;bottom:180px;height:360px;transform:translate(50%);clip-path:none;object-position:bottom center;max-width:none}}.hero__icons-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}@media(max-width:768px){.hero__icons-row{justify-content:center;gap:8px}}.hero__icon{width:49px;height:49px;object-fit:contain;display:block;flex-shrink:0;opacity:0;transform:translateY(10px) scale(.92);transition:opacity .45s ease-out,transform .45s ease-out}.hero__headline{margin:0;font-family:Play,sans-serif;font-weight:700;font-style:normal;font-size:50px;line-height:1;letter-spacing:0;text-transform:uppercase;color:#fff}@media(max-width:1024px){.hero__headline{font-size:clamp(28px,4.5vw,50px);line-height:1.15}}@media(max-width:768px){.hero__headline{font-size:38px;line-height:1.1;max-width:none}}.hero__headline{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.22,1,.36,1);animation:hero-copy-breathe 5.8s ease-in-out infinite}.hero__tagline{margin:0;font-family:Play,sans-serif;font-weight:700;font-style:normal;font-size:26px;line-height:100%;letter-spacing:0;text-transform:uppercase;color:#ffffffeb;max-width:34em}@media(max-width:1024px){.hero__tagline{font-size:clamp(14px,2.2vw,26px)}}@media(max-width:768px){.hero__tagline{font-size:20px;line-height:1.2;max-width:none}}.hero__tagline{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.22,1,.36,1);animation:hero-copy-breathe 6.2s ease-in-out infinite}.hero__bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0}@media(max-width:768px){.hero__bullets{align-items:center;gap:1px}}.hero__bullets{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.hero__bullet{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:1.35;letter-spacing:0;color:#fff}.hero__bullet-text{font-weight:400}.hero__bullet-accent{font-weight:700;font-style:normal;font-size:14px;line-height:1.35;letter-spacing:0;color:#ffee5c}.hero__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}@media(max-width:768px){.hero__actions{flex-direction:column;align-items:stretch;gap:16px;margin-top:360px;margin-bottom:20px;width:100%}.hero__actions .button--start-playing,.hero__actions .button--outline-light{width:100%;height:48px;min-height:48px;box-sizing:border-box;font-size:16px;font-weight:600}}.hero__actions{opacity:0;transform:translateY(18px);transition:opacity .55s ease-out,transform .55s cubic-bezier(.22,1,.36,1)}.hero__ticker{position:relative;z-index:4;display:flex;align-items:center;margin-top:auto;margin-bottom:20px;height:28px;min-height:28px;padding:0;background:linear-gradient(90deg,#193e60,#2d6496 48.56%,#193e60 97.6%);overflow:hidden}.hero__ticker-track{display:flex;width:max-content;flex-shrink:0;animation:hero-ticker 280s linear infinite}.hero__ticker-group{flex-shrink:0;align-self:center;height:28px;white-space:nowrap;font-family:Roboto,sans-serif;font-size:12px;line-height:28px;font-weight:400;color:#ffffffeb;letter-spacing:0;text-transform:none}.hero__card--start,.hero__card--bonus{display:block;overflow:visible;min-height:0;align-self:start;padding:24px 32px}@media(max-width:480px){.hero__card--start,.hero__card--bonus{padding:12px 20px}}.hero__card--start .hero__card-body,.hero__card--bonus .hero__card-body{position:relative;z-index:2}@media(max-width:480px){.hero__card--start .hero__card-body,.hero__card--bonus .hero__card-body{max-width:100%;padding-right:128px;min-height:96px}}.hero__card--start{border-radius:0 0 0 25px}@media(max-width:900px){.hero__card--start{border-radius:25px 25px 0 0}}@media(max-width:480px){.hero__card--start{border-radius:15px 15px 0 0}}.hero__card--bonus{border-radius:0 0 25px}@media(max-width:900px){.hero__card--bonus{border-radius:0 0 25px 25px}}@media(max-width:480px){.hero__card--bonus{border-radius:0 0 15px 15px}}.hero__card-bg{position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;overflow:hidden}.hero__card-bg--start{background:linear-gradient(98.9deg,#161b30 .74% 100%)}.hero__card-bg--start:before{content:"";position:absolute;inset:0;border-radius:inherit;background:url(/images/star-bg-sec.png) no-repeat left 70px bottom/min(190px,78%) auto;transform:rotate(180deg);transform-origin:center;pointer-events:none;z-index:1}@media(max-width:480px){.hero__card-bg--start:before{background:url(/images/star-bg-sec.png) no-repeat left 60px bottom/min(150px,78%) auto}}.hero__card-bg--start:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,transparent 0%,transparent 48%,rgba(110,140,210,.12) 76%,rgba(170,195,255,.16) 100%);pointer-events:none;z-index:2}.hero__card-bg--bonus{background:linear-gradient(98.9deg,#5a236a .74%,#d80f65)}.hero__card-bg--bonus:before{content:"";position:absolute;inset:0;border-radius:inherit;background:url(/images/star-bg-sec.png) no-repeat left 90px bottom/min(190px,78%) auto;transform:rotate(180deg);transform-origin:center;pointer-events:none;z-index:1}@media(max-width:480px){.hero__card-bg--bonus:before{background:url(/images/star-bg-sec.png) no-repeat left 55px bottom/min(150px,78%) auto}}.hero__card--start .button.button--play-now,.hero__card--bonus .button.button--play-now{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:155%;letter-spacing:0;border:2px solid transparent;border-image:none;background-color:transparent;background-origin:border-box;background-clip:padding-box,border-box;transition:transform .1s ease-out,box-shadow .16s ease-out,filter .16s ease-out,background-image .16s ease-out}@media(max-width:480px){.hero__card--start .button.button--play-now,.hero__card--bonus .button.button--play-now{height:48px;min-height:48px;box-sizing:border-box;font-size:16px;font-weight:600;line-height:1.25}}.hero__card--start .button.button--play-now{background-image:linear-gradient(#373034,#373034),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);color:#fff;box-shadow:0 4px 10px #00000047}.hero__card--start .button.button--play-now:hover:not(:disabled):not(.button--disabled){filter:brightness(1.1) saturate(1.06);background-image:linear-gradient(#4a4546,#4a4546),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);box-shadow:0 8px 22px #0006,0 14px 36px #ffd73c61,inset 0 1px #ffffff24;transform:translateY(-2px)}.hero__card--start .button.button--play-now:active:not(:disabled):not(.button--disabled){filter:brightness(.9);background-image:linear-gradient(#2c2926,#2c2926),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);box-shadow:0 2px 8px #00000061,inset 0 5px 14px #00000047;transform:translateY(1px)}.hero__card--bonus .button.button--play-now{background-image:linear-gradient(#983065,#983065),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);color:#fff;box-shadow:0 4px 10px #00000042}.hero__card--bonus .button.button--play-now:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.08);background-image:linear-gradient(#b04582,#b04582),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);box-shadow:0 8px 22px #00000061,0 10px 32px #00000047,0 0 36px #ff97d86b,inset 0 1px #ffffff29;transform:translateY(-2px)}.hero__card--bonus .button.button--play-now:active:not(:disabled):not(.button--disabled){filter:brightness(.92);background-image:linear-gradient(#7d2852,#7d2852),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);box-shadow:0 2px 10px #00000059,inset 0 4px 14px #00000052;transform:translateY(1px)}.hero__card-body{position:relative;display:flex;flex-direction:column;gap:6px;align-items:flex-start}@media(max-width:480px){.hero__card-body{gap:2px;justify-content:center}}.hero__card-media{position:absolute;right:0;bottom:0;z-index:1;display:block;line-height:0;pointer-events:none;animation:hero-card-media-float 6.6s ease-in-out infinite}.hero__card-media--bonus{right:-50px}@media(max-width:480px){.hero__card-media{right:-14px;bottom:-6px}.hero__card-media--bonus{right:-48px;bottom:-14px}}.hero__card-title{margin:0;font-family:Play,sans-serif;font-weight:700;font-size:30px;line-height:1.15;letter-spacing:.05em;text-transform:uppercase;color:#fff}@media(max-width:480px){.hero__card-title{font-size:18px;line-height:1.2;letter-spacing:.03em;max-width:none}}.hero__card-title-accent{font-weight:inherit;letter-spacing:inherit}.hero__card-title-accent--start{display:inline-block;background:linear-gradient(90deg,#ffddb6,#f0a44c);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hero__card-title-accent--bonus{color:#ff97d8}.hero__card-text{margin:0;font-family:Roboto,sans-serif;font-size:16px;font-weight:300;line-height:1.45;color:#ffffffe0;max-width:200px}@media(max-width:480px){.hero__card-text{font-size:14px;line-height:1.4;max-width:none}}.hero__card-text-line{font:inherit;color:inherit}@media(max-width:480px){.hero__card-text-line--second{display:block}}.hero__card-img{display:block;object-fit:contain;object-position:bottom right;filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));animation:hero-card-image-wiggle 7.8s ease-in-out infinite}.hero__card--start .hero__card-img{width:212px;height:202px;max-width:none}@media(max-width:480px){.hero__card--start .hero__card-img{width:150px;height:136px;transform:translateY(-6px) translate(-20px)}}.hero__card--bonus .hero__card-img{width:278px;height:206px;max-width:none}@media(max-width:480px){.hero__card--bonus .hero__card-img{width:195px;height:150px;transform:translateY(-14px) translate(-16px)}}.hero__actions .button{animation:hero-cta-breathe 3.8s ease-in-out infinite}.hero__actions .button:nth-child(2){animation-delay:.32s}.hero__character{animation:none}.home__section--in-view .hero .hero__headline{opacity:1;transform:translateY(0);transition-delay:.08s}.home__section--in-view .hero .hero__tagline{opacity:1;transform:translateY(0);transition-delay:.16s}.home__section--in-view .hero .hero__bullets{opacity:1;transform:translateY(0);transition-delay:.24s}.home__section--in-view .hero .hero__actions{opacity:1;transform:translateY(0);transition-delay:.32s}.home__section--in-view .hero .hero__icon{opacity:1;transform:translateY(0) scale(1)}.home__section--in-view .hero .hero__icon:nth-child(1){transition-delay:.12s}.home__section--in-view .hero .hero__icon:nth-child(2){transition-delay:.18s}.home__section--in-view .hero .hero__icon:nth-child(3){transition-delay:.24s}.home__section--in-view .hero .hero__icon:nth-child(4){transition-delay:.3s}.hero--intro .hero__main-bg,.hero--intro .hero__main-pattern,.hero--intro .hero__character,.hero--intro .hero__headline,.hero--intro .hero__tagline,.hero--intro .hero__bullets,.hero--intro .hero__actions,.hero--intro .hero__ticker,.hero--intro .hero__card--start,.hero--intro .hero__card--bonus{opacity:0}.hero--intro .hero__main-bg{transform:scale(1.08);filter:blur(8px) saturate(1.2)}.hero--intro .hero__main-pattern{transform:scale(1.14) rotate(-3deg);filter:blur(10px)}.hero--intro .hero__character{transform:translateY(110px) scale(.9);filter:blur(14px) saturate(1.18) drop-shadow(0 12px 24px rgba(0,0,0,.4))}@media(max-width:768px){.hero--intro .hero__character{transform:translate(50%) translateY(110px) scale(.9)}}.hero--intro .hero__headline,.hero--intro .hero__tagline,.hero--intro .hero__bullets,.hero--intro .hero__actions{transform:translate(-54px) translateY(12px);filter:blur(9px)}.hero--intro .hero__icon{opacity:0;transform:translateY(24px) scale(.8)}.hero--intro .hero__coins{opacity:0;transform:translateY(22px) scale(1.06);filter:blur(8px)}.hero--intro .hero__ticker{transform:translateY(26px);filter:blur(6px)}.hero--intro .hero__card--start,.hero--intro .hero__card--bonus{transform:translateY(42px) scale(.96);filter:blur(8px)}.hero--intro-ready .hero__main-bg{animation:hero-intro-bg-in .95s cubic-bezier(.22,1,.36,1) forwards}.hero--intro-ready .hero__main-pattern{animation:hero-intro-pattern-in 1.1s cubic-bezier(.22,1,.36,1) .08s forwards}.hero--intro-ready .hero__coins{animation:hero-intro-coins-in .9s cubic-bezier(.22,1,.36,1) .18s forwards}.hero--intro-ready .hero__character{animation:hero-intro-character-in 1.05s cubic-bezier(.16,1,.3,1) .24s forwards,hero-character-tilt 5.8s ease-in-out 1.35s infinite}@media(max-width:768px){.hero--intro-ready .hero__character{animation-name:hero-intro-character-in-mobile,hero-character-tilt-mobile}}.hero--intro-ready .hero__headline{animation:hero-intro-copy-in .8s cubic-bezier(.22,1,.36,1) .32s forwards}.hero--intro-ready .hero__tagline{animation:hero-intro-copy-in .82s cubic-bezier(.22,1,.36,1) .42s forwards}.hero--intro-ready .hero__bullets{animation:hero-intro-copy-in .85s cubic-bezier(.22,1,.36,1) .5s forwards}.hero--intro-ready .hero__actions{animation:hero-intro-copy-in .88s cubic-bezier(.22,1,.36,1) .58s forwards}.hero--intro-ready .hero__ticker{animation:hero-intro-ticker-in .78s cubic-bezier(.22,1,.36,1) .64s forwards}.hero--intro-ready .hero__card--start{animation:hero-intro-cards-in .86s cubic-bezier(.22,1,.36,1) .72s forwards}.hero--intro-ready .hero__card--bonus{animation:hero-intro-cards-in .9s cubic-bezier(.22,1,.36,1) .82s forwards}.hero--intro-ready .hero__icon{opacity:1;transform:translateY(0) scale(1)}.hero--intro-ready .hero__icon:nth-child(1){transition-delay:.48s}.hero--intro-ready .hero__icon:nth-child(2){transition-delay:.54s}.hero--intro-ready .hero__icon:nth-child(3){transition-delay:.6s}.hero--intro-ready .hero__icon:nth-child(4){transition-delay:.66s}@keyframes hero-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes hero-bg-breathe{0%,to{filter:saturate(1) brightness(1)}50%{filter:saturate(1.08) brightness(1.05)}}@keyframes hero-bg-glow-shift{0%,to{opacity:.72;transform:translate(0) translateY(0) scale(1)}50%{opacity:1;transform:translate(12px) translateY(-18px) scale(1.14)}}@keyframes hero-pattern-drift{0%,to{transform:translateY(0) rotate(90deg)}50%{transform:translateY(-8px) rotate(94deg)}}@keyframes hero-copy-breathe{0%,to{text-shadow:0 0 0 rgba(255,255,255,0)}50%{text-shadow:0 0 14px rgba(255,255,255,.18)}}@keyframes hero-card-media-float{0%,to{transform:translate(0)}50%{transform:translate(7px)}}@keyframes hero-card-image-wiggle{0%,to{filter:drop-shadow(0 12px 24px rgba(0,0,0,.45))}50%{filter:drop-shadow(0 16px 28px rgba(0,0,0,.5))}}@keyframes hero-cta-breathe{0%,to{box-shadow:none}50%{box-shadow:0 0 0 1px #ffffff1f,0 8px 20px #0003}}@keyframes hero-character-tilt{0%,to{transform:translateY(145px) perspective(1000px) rotateY(0) scaleX(1);filter:drop-shadow(0 12px 24px rgba(0,0,0,.4))}25%{transform:translateY(145px) perspective(1000px) rotateY(-2.1deg) scaleX(1.018);filter:drop-shadow(0 14px 28px rgba(0,0,0,.44))}75%{transform:translateY(145px) perspective(1000px) rotateY(2.1deg) scaleX(.984);filter:drop-shadow(0 14px 28px rgba(0,0,0,.44))}}@keyframes hero-character-tilt-mobile{0%,to{transform:translate(50%) translateY(0) perspective(900px) rotateY(0) scaleX(1);filter:drop-shadow(0 12px 24px rgba(0,0,0,.4))}25%{transform:translate(50%) translateY(0) perspective(900px) rotateY(-1.8deg) scaleX(1.014);filter:drop-shadow(0 14px 26px rgba(0,0,0,.44))}75%{transform:translate(50%) translateY(0) perspective(900px) rotateY(1.8deg) scaleX(.988);filter:drop-shadow(0 14px 26px rgba(0,0,0,.44))}}@keyframes hero-intro-bg-in{0%{opacity:0;transform:scale(1.08);filter:blur(8px) saturate(1.2)}to{opacity:1;transform:scale(1);filter:blur(0) saturate(1)}}@keyframes hero-intro-pattern-in{0%{opacity:0;transform:scale(1.14) rotate(-3deg);filter:blur(10px)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0)}}@keyframes hero-intro-coins-in{0%{opacity:0;transform:translateY(22px) scale(1.06);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes hero-intro-character-in{0%{opacity:0;transform:translateY(110px) scale(.9);filter:blur(14px) saturate(1.18) drop-shadow(0 12px 24px rgba(0,0,0,.4))}to{opacity:1;transform:translateY(145px) scale(1);filter:blur(0) saturate(1) drop-shadow(0 12px 24px rgba(0,0,0,.4))}}@keyframes hero-intro-character-in-mobile{0%{opacity:0;transform:translate(50%) translateY(110px) scale(.9);filter:blur(14px) saturate(1.18) drop-shadow(0 12px 24px rgba(0,0,0,.4))}to{opacity:1;transform:translate(50%) translateY(0) scale(1);filter:blur(0) saturate(1) drop-shadow(0 12px 24px rgba(0,0,0,.4))}}@keyframes hero-intro-copy-in{0%{opacity:0;transform:translate(-54px) translateY(12px);filter:blur(9px)}to{opacity:1;transform:translate(0) translateY(0);filter:blur(0)}}@keyframes hero-intro-ticker-in{0%{opacity:0;transform:translateY(26px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes hero-intro-cards-in{0%{opacity:0;transform:translateY(42px) scale(.96);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes hero-coins-drift{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(prefers-reduced-motion:reduce){.hero--intro .hero__main-bg,.hero--intro .hero__main-pattern,.hero--intro .hero__coins,.hero--intro .hero__character,.hero--intro .hero__headline,.hero--intro .hero__tagline,.hero--intro .hero__bullets,.hero--intro .hero__actions,.hero--intro .hero__ticker,.hero--intro .hero__card--start,.hero--intro .hero__card--bonus,.hero--intro .hero__icon,.hero--intro-ready .hero__main-bg,.hero--intro-ready .hero__main-pattern,.hero--intro-ready .hero__coins,.hero--intro-ready .hero__character,.hero--intro-ready .hero__headline,.hero--intro-ready .hero__tagline,.hero--intro-ready .hero__bullets,.hero--intro-ready .hero__actions,.hero--intro-ready .hero__ticker,.hero--intro-ready .hero__card--start,.hero--intro-ready .hero__card--bonus,.hero--intro-ready .hero__icon{opacity:1;transform:none;filter:none;animation:none;transition:none}.hero__coins,.hero__ticker-track,.hero__main-bg,.hero__main-bg:after,.hero__main-pattern-img,.hero__headline,.hero__tagline,.hero__card-media,.hero__card-img,.hero__actions .button,.hero__character{animation:none}.hero__icon,.hero__headline,.hero__tagline,.hero__bullets,.hero__actions{opacity:1;transform:none;transition:none}}.lobby{position:relative;width:100%;margin-top:0;padding:8px 0 0;box-sizing:border-box;background:#0f1115;border-radius:24px;overflow:visible}@media(max-width:480px){.lobby{padding-bottom:32px;border-radius:16px}}.lobby__layout{position:relative;width:100%;box-sizing:border-box}@media(min-width:1024px){.lobby__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);column-gap:18px;align-items:start}}.lobby__container{position:relative;z-index:2;isolation:isolate;width:100%;max-width:1180px;margin:0 auto;padding:0 16px;box-sizing:border-box}@media(min-width:1024px){.lobby__container{padding:0}}@media(max-width:1024px){.lobby__container{width:100%;padding:0 16px}}@media(max-width:480px){.lobby__container{padding:0 12px}}.lobby__title{margin:0 0 40px;padding:0;font-family:Play,sans-serif;font-weight:600;font-size:50px;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-align:left}@media(max-width:1024px){.lobby__title{font-size:29px}}@media(max-width:480px){.lobby__title{font-size:36px;margin-bottom:20px}}.lobby__grid{position:relative;z-index:1;width:fit-content;max-width:100%;margin:0}@media(min-width:1024px){.lobby__grid{width:100%}}.lobby__grid.games-header-page__games{display:grid;grid-template-columns:repeat(4,160px);gap:18px;align-content:start;justify-content:start}@media(min-width:1024px){.lobby__grid.games-header-page__games{width:100%;grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1024px){.lobby__grid.games-header-page__games{width:100%;grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.lobby__grid.games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}@media(max-width:768px){.lobby__grid.games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}@media(max-width:480px){.lobby__grid.games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%}}@media(max-width:479px){.lobby__grid.games-header-page__games{gap:10px}}.lobby__grid .game-card{width:100%;height:auto;aspect-ratio:1;max-width:100%;box-sizing:border-box;isolation:isolate;border-radius:32px;border:7px solid #e53935;box-shadow:none;background-clip:padding-box;background-origin:padding-box}@media(max-width:768px){.lobby__grid .game-card{border-radius:20px}}@media(max-width:480px){.lobby__grid .game-card{border-radius:16px}}.lobby__grid .game-card:after{content:"";position:absolute;inset:0;border-radius:25px;pointer-events:none;z-index:1}@media(max-width:768px){.lobby__grid .game-card:after{border-radius:13px}}@media(max-width:480px){.lobby__grid .game-card:after{border-radius:9px}}.lobby__grid .game-card .game-card__overlay{z-index:2;border-radius:25px}@media(max-width:768px){.lobby__grid .game-card .game-card__overlay{border-radius:13px}}@media(max-width:480px){.lobby__grid .game-card .game-card__overlay{border-radius:9px}}.lobby__grid .game-card .game-card__badge{z-index:3}.lobby__grid .game-card:nth-child(6n+1){border-color:#e53935}.lobby__grid .game-card:nth-child(6n+1):after{box-shadow:inset 0 0 0 3px #841411}.lobby__grid .game-card:nth-child(6n+2){border-color:#43a047}.lobby__grid .game-card:nth-child(6n+2):after{box-shadow:inset 0 0 0 3px #1c431e}.lobby__grid .game-card:nth-child(6n+3){border-color:#fdd835}.lobby__grid .game-card:nth-child(6n+3):after{box-shadow:inset 0 0 0 3px #ac8c02}.lobby__grid .game-card:nth-child(6n+4){border-color:#ec407a}.lobby__grid .game-card:nth-child(6n+4):after{box-shadow:inset 0 0 0 3px #980f3d}.lobby__grid .game-card:nth-child(6n+5){border-color:#1e88e5}.lobby__grid .game-card:nth-child(6n+5):after{box-shadow:inset 0 0 0 3px #0d4271}.lobby__grid .game-card:nth-child(6n+6){border-color:#ab47bc}.lobby__grid .game-card:nth-child(6n+6):after{box-shadow:inset 0 0 0 3px #54225d}.lobby__more-card{position:relative;display:block;width:100%;height:auto;aspect-ratio:1;max-width:100%;box-sizing:border-box;padding:0;margin:0;border:none;border-radius:32px;background:linear-gradient(90deg,#ffee57,#fff7b1 52.4%,#ffee57);box-shadow:0 2px 5px #00000040;cursor:pointer;color:#0a0a0a;font-family:Roboto,sans-serif;text-align:center;transition:transform .28s cubic-bezier(.34,1.35,.64,1),box-shadow .28s ease,filter .24s ease}.lobby__more-card:hover{transform:translateY(-6px);filter:brightness(1.09) saturate(1.08);box-shadow:0 14px 32px #00000061,0 6px 14px #00000038,0 0 0 1px #ffffff8c inset,0 0 36px #ffdc46a6}.lobby__more-card:active{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 6px 16px #00000047,0 2px 6px #0000002e;transition-duration:.08s}.lobby__more-card:focus-visible{outline:2px solid #FFFFFF;outline-offset:3px}@media(max-width:768px){.lobby__more-card{border-radius:20px}}@media(max-width:480px){.lobby__more-card{border-radius:16px}}.lobby__more-card-icon-wrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}.lobby__more-card-icon{display:block;width:56px;height:56px;object-fit:contain}@media(max-width:1024px){.lobby__more-card-icon{width:33px;height:33px}}@media(max-width:480px){.lobby__more-card-icon{width:28px;height:28px}}.lobby__more-card-label{position:absolute;left:0;right:0;bottom:14px;margin:0;padding:0 10px;font-weight:400;font-size:15px;line-height:1.2;text-transform:none}@media(max-width:1024px){.lobby__more-card-label{font-size:9px}}@media(max-width:480px){.lobby__more-card-label{padding:0;font-size:10px;bottom:8px}}.lobby__hero{position:absolute;right:-24px;top:-60px;bottom:auto;z-index:0;pointer-events:none}@media(min-width:1024px){.lobby__hero{position:relative;right:auto;top:auto;justify-self:end;align-self:start}}@media(max-width:1024px){.lobby__hero{right:-12px;top:-16px;z-index:0}}.lobby__hero-frame{position:relative;display:inline-block;line-height:0;vertical-align:top}.lobby__hero-frame:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48%;z-index:1;pointer-events:none;background:linear-gradient(to top,#0f1115 0% 34%,#0f1115d1 58%,#0f111500)}@media(max-width:1024px){.lobby__hero-frame:after{height:76%;background:linear-gradient(to top,#0f1115 0% 70%,#0f1115e0 88%,#0f111500)}}.lobby__hero-img{display:block;height:940px;width:auto;max-width:none;object-fit:contain;object-position:right top}@media(min-width:1024px){.lobby__hero-img{width:min(100%,460px);height:auto;max-width:100%}}@media(max-width:1024px){.lobby__hero-img{height:min(62vw,420px);width:auto;max-width:none;object-position:right top;transform:translateY(-40px)}}@media(max-width:480px){.lobby__hero-img{height:min(72vw,360px)}}.lobby__error{color:var(--color-error, #c00);margin:0 0 16px;padding:0;text-align:center}.home__outlet-wrap section.lobby{width:100%;max-width:1180px;margin-inline:auto}.home__outlet-wrap section.lobby .games-header-page__games{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;max-width:100%;margin:0}@media(max-width:900px){.home__outlet-wrap section.lobby .games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:768px){.home__outlet-wrap section.lobby .games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:480px){.home__outlet-wrap section.lobby .games-header-page__games{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%;max-width:none;margin-inline:0}}@media(max-width:479px){.home__outlet-wrap section.lobby .games-header-page__games{gap:10px}}@media(prefers-reduced-motion:reduce){.lobby__more-card{transition:none}.lobby__more-card:hover,.lobby__more-card:active{transform:none;filter:none;box-shadow:0 2px 5px #00000040}}.game-card{width:100%;aspect-ratio:1;border-radius:16px;display:flex;cursor:pointer;position:relative;background-size:cover;background-position:center;overflow:hidden;box-shadow:0 4px 16px #0003}.game-card:hover .game-card__overlay{opacity:1}@media(max-width:1024px){.game-card{border-radius:16px}}@media(max-width:480px){.game-card{border-radius:16px}}.game-card__badge{position:absolute;top:10px;left:10px;width:32px;height:35px;pointer-events:none;z-index:2}.game-card__overlay{position:absolute;inset:0;border-radius:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;background:linear-gradient(180deg,#3cd7ffb3,#3cd7ff80,#3cd7ff00);box-shadow:inset 0 0 20px #ffe066;mix-blend-mode:plus-lighter;opacity:0;transition:opacity .2s ease}.game-card__play{width:56px;height:56px}.game-card__play-icon{width:56px;height:56px;pointer-events:none}.game-card__info{position:absolute;display:flex;flex-direction:column;align-items:center;bottom:8px;text-align:center;width:100%}.game-card__title{font-family:Roboto,sans-serif;color:#3cd7ff;font-weight:700;font-size:12px;line-height:20px}.game-card__provider{font-family:Roboto,sans-serif;color:#3cd7ff;font-weight:500;font-size:12px;line-height:20px}.games-collection{display:flex;justify-content:center;align-items:center;width:100%;max-width:1180px;margin:0 auto;padding:0 24px;box-sizing:border-box}@media(max-width:480px){.games-collection{padding:0 16px}}.games-collection__games{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;z-index:2}@media(min-width:768px){.games-collection__games{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.games-collection__games{grid-template-columns:repeat(5,1fr);gap:24px}}.slots-provider__content{padding:40px 0;max-width:1220px;margin:0 auto;box-sizing:border-box}.slots-provider__subtitle{color:#fff}.not-found-page{position:relative;box-sizing:border-box;min-height:calc(100dvh - 74px);min-height:calc(100vh - 74px);display:flex;align-items:center;justify-content:center;padding:32px 16px 48px;margin-inline:calc(50% - 50vw);width:100vw;max-width:100vw;overflow-x:hidden;background-color:#0b0e14}@media(min-width:480px){.not-found-page{padding:48px 24px 64px}}.not-found-page__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:100%;text-align:center}@media(min-width:1024px){.not-found-page__content{gap:20px;max-width:720px}}.not-found-page__img{display:block;flex-shrink:0;width:min(100%,345px);max-width:100%;height:auto;margin-inline:auto;aspect-ratio:594/273;object-fit:contain;object-position:center}@media(min-width:480px){.not-found-page__img{width:345px;height:158px;aspect-ratio:auto}}@media(min-width:1024px){.not-found-page__img{width:594px;height:273px}}.not-found-page__title-divider{justify-content:center;width:100%}.not-found-page__text{display:flex;flex-direction:column;align-items:center;gap:8px}.not-found-page__title{margin:16px 0;font-family:Roboto,sans-serif;font-weight:700;font-size:42px;line-height:1;letter-spacing:.05em;text-transform:uppercase;color:#ffee5b}@media(min-width:480px){.not-found-page__title{font-size:46px;letter-spacing:.06em}}@media(min-width:1024px){.not-found-page__title{font-size:80px}}.not-found-page__sub{margin:0;font-family:Roboto,sans-serif;font-weight:400;font-size:15px;line-height:1.5;color:#fff}@media(min-width:480px){.not-found-page__sub{font-size:14px}}@media(min-width:1024px){.not-found-page__sub{font-size:24px}}.not-found-page__cta{margin-top:8px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:7px;border:1.5px solid transparent;padding:0 16px;font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;color:#fff;cursor:pointer;background-color:transparent;background-image:linear-gradient(180deg,#29acff 28.91%,#2364f5 74.61%),linear-gradient(177.85deg,#33a9e4 1.88%,#3473e3 98.27%);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:none;transition:transform .2s ease,filter .2s ease;width:100%;height:48px;font-size:16px}@media(min-width:480px){.not-found-page__cta{width:112px;height:32px;font-size:11px;padding:0 8px}}@media(min-width:1024px){.not-found-page__cta{width:195px;height:54px;font-size:19px;padding:0 12px}}.not-found-page__cta:hover{transform:translateY(-1px);filter:brightness(1.05)}.not-found-page__cta:active{transform:translateY(0);filter:brightness(.97)}.all-games{display:flex;justify-content:center;width:100%;padding:0 0 24px}@media(max-width:480px){.all-games{padding:0 0 16px}}.all-games__content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:1180px;padding:0 24px;box-sizing:border-box}@media(max-width:480px){.all-games__content{gap:18px;padding:0 16px}}.all-games__title{margin:0;padding:0;text-align:center}.all-games__games{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;z-index:2}@media(min-width:768px){.all-games__games{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.all-games__games{grid-template-columns:repeat(5,1fr);gap:24px}}.all-games__cta{display:flex;justify-content:center;width:100%;margin-top:24px}.all-games__cta-btn{text-transform:uppercase;min-width:282px;height:64px}@media(max-width:480px){.all-games__cta-btn{width:100%;height:48px}}.game-page{min-height:100vh;background:radial-gradient(120% 80% at 50% 0%,#1a2747,#0b0f19 55%,#060910);padding-bottom:48px;padding-top:140px;font-family:Roboto,sans-serif;position:relative;overflow:hidden}@media(max-width:480px){.game-page{padding-top:112px;padding-bottom:32px}}.game-page__hero{position:relative;width:100%;max-width:1198px;margin:0 auto;padding:0 20px 12px;display:flex;align-items:center;justify-content:flex-start;gap:12px;box-sizing:border-box;z-index:2}@media(min-width:768px){.game-page__hero{gap:14px;padding-bottom:14px}}@media(max-width:480px){.game-page__hero{padding-inline:16px;gap:8px}}.game-page__hero-icon{width:52px;height:52px;border-radius:12px;border:1.5px solid #3D8CFF;background-size:cover;background-position:center;background-repeat:no-repeat;flex-shrink:0;box-shadow:0 0 0 1px #88c1ff59}@media(max-width:1024px){.game-page__hero-icon{width:30px;height:30px;border-radius:8px;border-width:1.2px}}@media(max-width:480px){.game-page__hero-icon{width:40px;height:40px;border-radius:10px;border-width:1.4px}}.game-page__hero-title{font-family:Play,sans-serif;font-weight:700;font-size:32px;line-height:100%;letter-spacing:0;text-align:left;vertical-align:baseline;text-transform:none;color:#fff;margin:0}@media(max-width:1024px){.game-page__hero-title{font-size:19px}}@media(max-width:480px){.game-page__hero-title{font-size:24px}}.game-page__back-btn{width:36px;height:36px;border:0;border-radius:999px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.game-page__back-btn:before{content:"";width:10px;height:10px;border-left:2px solid #FFFFFF;border-bottom:2px solid #FFFFFF;transform:rotate(45deg) translate(1px,-1px)}@media(max-width:1024px){.game-page__back-btn{width:28px;height:28px}.game-page__back-btn:before{width:8px;height:8px}}@media(max-width:480px){.game-page__back-btn{width:32px;height:32px}.game-page__back-btn:before{width:9px;height:9px}}.game-page__back-btn:hover{background-color:#ffffff1a}.game-page__back-btn:active{background-color:#ffffff29}.game-page__hero-banner{width:100%;max-width:1198px;aspect-ratio:16/9;border-radius:16px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}@media(max-width:480px){.game-page__hero-banner{border-radius:12px;aspect-ratio:4/3}}.game-page__frame-wrapper{position:relative;display:flex;justify-content:center;width:100%;max-width:1198px;margin:0 auto;padding:0 20px;box-sizing:border-box;z-index:1}@media(max-width:480px){.game-page__frame-wrapper{padding:0 16px;margin-top:6px}}.game-page__frame-wrapper--fullscreen{position:fixed;inset:0;z-index:10000;display:block;width:100%!important;max-width:none;height:100%!important;height:100dvh!important;max-height:none!important;aspect-ratio:auto;margin:0;padding:0;border-radius:0;background:#000;overflow:hidden}.game-page__frame-stage{position:relative;width:100%;aspect-ratio:16/9;box-sizing:border-box;border:2px solid #5a6781;border-radius:14px;overflow:hidden;background:#1b2337}@media(max-width:480px){.game-page__frame-stage{--game-player-chrome: 12rem;border-width:1.5px;border-radius:12px;aspect-ratio:9/16;width:min(100%,(100svh - var(--game-player-chrome)) * 9 / 16);max-height:calc(100svh - var(--game-player-chrome))}}@media(max-width:480px)and (orientation:landscape){.game-page__frame-stage{--game-player-chrome: 5rem;aspect-ratio:16/9;width:min(100%,(100svh - var(--game-player-chrome)) * 16 / 9);max-height:calc(100svh - var(--game-player-chrome))}}.game-page__frame-wrapper--fullscreen .game-page__frame-stage{position:absolute;inset:0;width:100%!important;height:100%!important;max-height:none!important;aspect-ratio:auto!important;border:0;border-radius:0;background:#000;overflow:hidden}.game-page__frame{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background-color:#1b2337;display:block}.game-page__frame-wrapper--fullscreen .game-page__frame{border-radius:0}.game-page__frame-settings{position:absolute;right:12px;bottom:12px;z-index:3;display:flex;gap:8px;width:auto;max-width:none;margin:0;padding:0;background:transparent;border-radius:0;box-sizing:border-box;pointer-events:none}@media(max-width:480px){.game-page__frame-settings{right:10px;bottom:10px}}.game-page__frame-wrapper--fullscreen .game-page__frame-settings{top:max(12px,env(safe-area-inset-top,0px));right:max(12px,env(safe-area-inset-right,0px));bottom:auto}.game-page__frame-icon{width:42px;height:42px;background-color:#0b0f19b8;border:1px solid rgba(255,255,255,.18);border-radius:10.5px;background-repeat:no-repeat;background-position:center;background-size:24px 24px;cursor:pointer;pointer-events:auto;transition:opacity .2s ease,background-color .2s ease,transform .2s ease;box-shadow:0 4px 16px #00000059}@media(max-width:480px){.game-page__frame-icon{width:36px;height:36px;border-radius:9px;background-size:20px 20px}}.game-page__frame-icon:hover{opacity:.95;background-color:#0b0f19e6}.game-page__frame-icon--full-screen{background-image:url(/images/icons/icon-full-screen.svg)}.game-page__frame-icon--exit-full-screen{transform:rotate(180deg)}.game-page__frame-icon--like{background-image:url(/images/icons/icon-like.svg)}.game-page__bottom{position:relative;z-index:2;max-width:1198px;margin:24px auto 0;padding:0 20px}@media(max-width:480px){.game-page__bottom{margin-top:20px;padding:0 16px}}.game-page__popular-title{margin:0 0 10px;font-family:Play,sans-serif;font-size:50px;line-height:1;text-transform:uppercase;color:#fff}@media(max-width:1024px){.game-page__popular-title{font-size:29px}}@media(max-width:480px){.game-page__popular-title{font-size:36px;margin-bottom:8px}}.game-page__popular-list{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;justify-content:space-between}@media(max-width:480px){.game-page__popular-list{gap:6px}}.game-page__popular-card{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;width:auto;height:auto;aspect-ratio:1/1;border:7px solid #e53935;border-radius:22px;overflow:hidden;box-shadow:none;background-clip:padding-box;background-origin:padding-box;text-decoration:none;transition:transform .2s ease,filter .2s ease}.game-page__popular-card:after{content:"";position:absolute;inset:0;border-radius:15px;pointer-events:none;z-index:1;box-shadow:inset 0 0 0 3px #9a1d1a}.game-page__popular-card:nth-child(6n+1){border-color:#e53935}.game-page__popular-card:nth-child(6n+1):after{box-shadow:inset 0 0 0 3px #9a1d1a}.game-page__popular-card:nth-child(6n+2){border-color:#43a047}.game-page__popular-card:nth-child(6n+2):after{box-shadow:inset 0 0 0 3px #1f5f22}.game-page__popular-card:nth-child(6n+3){border-color:#fdd835}.game-page__popular-card:nth-child(6n+3):after{box-shadow:inset 0 0 0 3px #b09f12}.game-page__popular-card:nth-child(6n+4){border-color:#ec407a}.game-page__popular-card:nth-child(6n+4):after{box-shadow:inset 0 0 0 3px #a71b4c}.game-page__popular-card:nth-child(6n+5){border-color:#1e88e5}.game-page__popular-card:nth-child(6n+5):after{box-shadow:inset 0 0 0 3px #0757a0}.game-page__popular-card:nth-child(6n+6){border-color:#ab47bc}.game-page__popular-card:nth-child(6n+6):after{box-shadow:inset 0 0 0 3px #6f2281}.game-page__popular-card:hover{transform:translateY(-1px);filter:brightness(1.05)}.game-page__popular-card:active{transform:translateY(0);filter:brightness(.96)}@media(max-width:1024px){.game-page__popular-card{border-width:5px;border-radius:18px}.game-page__popular-card:after{border-radius:13px}}@media(max-width:480px){.game-page__popular-card{border-width:3px;border-radius:14px}.game-page__popular-card:after{border-radius:11px}}.game-page__popular-card-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.game-page--centered{min-height:100vh;background:radial-gradient(120% 80% at 50% 0%,#1a2747,#0b0f19 55%,#060910);display:flex;align-items:center;justify-content:center;padding:24px 16px}.game-page__frame-wrapper--centered{display:flex;flex-direction:column;gap:24px;align-items:center;color:#fff;font-family:Roboto,sans-serif;width:100%;max-width:1198px;min-height:260px;border-radius:16px;padding:24px;border:1px solid rgba(95,120,183,.65);background-color:#17233f;justify-content:center}@media(max-width:480px){.game-page__frame-wrapper--centered{min-height:180px;padding:16px;border-radius:12px;gap:16px}}.game-page__status{font-size:18px;color:#fff}.game-page__error-msg{display:flex;flex-direction:column;gap:24px;align-items:center;padding:24px 20px;z-index:2;position:relative}.game-page__error-btn{margin-top:8px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:7px;border:1.5px solid transparent;padding:0 16px;font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;color:#fff;cursor:pointer;background-color:transparent;background-image:linear-gradient(180deg,#29acff 28.91%,#2364f5 74.61%),linear-gradient(177.85deg,#33a9e4 1.88%,#3473e3 98.27%);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:none;transition:transform .2s ease,filter .2s ease;text-decoration:none;width:100%;max-width:320px;height:48px;font-size:16px}@media(min-width:480px){.game-page__error-btn{width:112px;height:32px;font-size:11px;padding:0 8px}}@media(min-width:1024px){.game-page__error-btn{width:195px;height:54px;font-size:19px;padding:0 12px}}.game-page__error-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.game-page__error-btn:active{transform:translateY(0);filter:brightness(.97)}.game-page__bg{position:absolute;pointer-events:none;z-index:0;background-repeat:no-repeat;background-size:contain;background-position:center}.game-page__bg--dice{left:-56px;top:250px;width:280px;height:260px;background-image:url(/images/game-dice.png)}@media(max-width:480px){.game-page__bg--dice{left:-52px;top:170px;width:150px;height:140px}}.game-page__bg--coin{right:-28px;top:92px;width:170px;height:170px;background-image:url(/images/game-coin.png)}@media(max-width:480px){.game-page__bg--coin{right:-18px;top:70px;width:92px;height:92px}}h1,h2,h3,h4,h5,h6{font-family:Play,sans-serif;font-weight:700;color:#fff}h1{font-size:56px;line-height:64px}h2{font-size:32px;line-height:40px}h3{font-size:18px;line-height:26px}h4{font-size:16px;line-height:22px}h5{font-size:14px;line-height:20px}h6{font-size:12px;line-height:18px}p{font-family:Roboto,sans-serif;font-size:14px;line-height:22px;color:#fff}.title{font-family:Play,sans-serif;font-weight:600;font-size:50px;line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;background:linear-gradient(180deg,#fff392 24.14%,#ffa100 68.07%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:480px){.title{font-weight:700;font-size:24px;line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase}}.text{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;color:#fff1cb}@media(max-width:480px){.text{font-size:14px;line-height:20px;letter-spacing:-.31px;text-align:center;color:#fff1cb}}.text--left{text-align:left}@media(max-width:480px){.text--left{text-align:left}}.text--right{text-align:right}@media(max-width:480px){.text--right{text-align:right}}.text-sm{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:-.31px;text-align:center;vertical-align:middle;color:#ffe7a6}@media(max-width:480px){.text-sm{font-size:10px;line-height:100%;letter-spacing:-.31px;text-align:center;vertical-align:middle;color:#ffe7a6}}.text-nav{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:24px;letter-spacing:0;text-align:center;color:#fff}.text-nav--active{font-family:Roboto,sans-serif;font-weight:500;font-style:normal;font-size:16px;line-height:100%;letter-spacing:-.31px;text-align:center;color:#ffe100}.menu{display:flex;align-items:center;gap:0;padding:4px;min-height:44px;border-radius:999px;background:linear-gradient(180deg,#0096e5,#003097);border:2px solid #FDC700;box-shadow:0 4px 12px #00000040}.menu__link{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:44px;padding:0 20px;border-radius:999px;border:2px solid transparent;background:none;cursor:pointer;text-decoration:none;color:#fff;transition:background-color .2s ease,border-color .2s ease}.menu__link:hover:not(.menu__link--active) .text-nav{color:#ffffffe6}.menu__link--active{background:#0065bff0;border-color:#ffe100;box-shadow:0 2px 6px #0003}.menu__link--active .text-nav{font-weight:500;line-height:100%;letter-spacing:-.31px;color:#ffe100}.subtitle{font-family:Play,sans-serif;font-weight:700;font-size:24px;line-height:100%;letter-spacing:0;text-align:right;vertical-align:middle;text-transform:uppercase;background:linear-gradient(180deg,#fff392 24.14%,#ffa100 68.07%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:480px){.subtitle{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;text-align:right;vertical-align:middle;background:linear-gradient(180deg,#fff392 24.14%,#ffa100 68.07%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}.card{padding:24px 16px;border-radius:32px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(170.99deg,#0096e5 6.06%,#003097 92.4%);box-shadow:0 6px 7.8px #1121529c;box-sizing:border-box;display:flex;flex-direction:column}@media(max-width:480px){.card{gap:16px;padding:16px;border-radius:32px;border-width:1px}}.card--md{gap:16px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.15);background:linear-gradient(170.99deg,#0096e5 6.06%,#003097 92.4%)}@media(max-width:480px){.card--md{gap:16px;padding:8px;border-radius:18px;border-width:1px}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;height:40px;padding:0 20px;border:0;border-radius:5px;overflow:hidden;cursor:pointer;color:#fff1cb;font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:155%;letter-spacing:0;transition:background .12s ease-out,box-shadow .12s ease-out,transform 80ms ease-out}.button:active:not(.button--disabled):not(.button--gold):not(.button--sign-in):not(.button--sign-up):not(.button--outline-light):not(.button--start-playing):not(.button--get-coins):not(.button--play-now){transform:translateY(1px)}@media(max-width:480px){.button{padding:0 16px}}.button--sm{height:32px;padding:0 16px}.button--lg{height:72px;padding:0 28px}.button--green{background:linear-gradient(180deg,#37ef37,#129c00);border:3px solid #62E551;box-shadow:0 3px 4.2px #1022498c,inset 0 1px #ffffff1f}.button--green:hover:not(.button--disabled){box-shadow:0 10px 22px #1022498c,0 6px 14px #0000002e,inset 0 2px #ffffff80}.button--green:active:not(.button--disabled){background:linear-gradient(180deg,#129c00,#37ef37);box-shadow:0 1px 2px #1022498c,inset 0 2px 4px #0003}.button--blue{background:linear-gradient(180deg,#00fafff5,#006bcbf5);border:3px solid #05CEFB;box-shadow:0 3px 4.2px #1022498c,inset 0 1px #fff3}.button--blue:hover:not(.button--disabled){box-shadow:0 10px 24px #1022498c,0 6px 16px #0003,inset 0 2px #ffffff8c}.button--blue:active:not(.button--disabled){background:linear-gradient(180deg,#006bcbf5,#00fafff5);box-shadow:0 1px 2px #1022498c,inset 0 2px 4px #00000040}.button--gold{background:linear-gradient(180deg,#ffae00,#ff3b00);border:2px solid rgba(254,240,138,.5019607843);box-shadow:0 8px 10px #0000004d,0 4px #991b1b,inset 0 6px 10.6px #fcd0bb,inset 0 1px #fff3}.button--gold:hover:not(.button--disabled){box-shadow:0 16px 28px #0000004d,0 6px #991b1b,inset 0 6px 10.6px #fcd0bb,inset 0 2px #ffffff8c}.button--gold:active:not(.button--disabled){background:linear-gradient(180deg,#ff3b00,#ffae00);box-shadow:0 4px 6px #0000004d,0 2px #991b1b,inset 0 4px 8px #fcd0bb,inset 0 2px 6px #00000040;transform:translateY(2px)}.button--nav{background:linear-gradient(170.99deg,#0096e5 6.06%,#003097 92.4%);border:3px solid #FDC700;color:#ffe100;box-shadow:0 6px 7.8px #1121529c,inset 0 1px #ffffff26}.button--nav:hover:not(.button--disabled){box-shadow:0 12px 24px #1121529c,0 6px 12px #0003,inset 0 2px #ffffff73}.button--nav:active:not(.button--disabled){background:linear-gradient(170.99deg,#003097 6.06%,#0096e5 92.4%);box-shadow:0 3px 5px #1121529c,inset 0 2px 4px #00000040}.button--nav .button__label-sec{color:#fff1cb}.button--disabled,.button:disabled{background:#51566c!important;color:#2a3045!important;border-color:#51566c!important;box-shadow:none!important;cursor:not-allowed;pointer-events:none;transform:none!important}.button--yellow{background:linear-gradient(180deg,#f9fab2,#ffd30f,#ed9d27);color:#2a3045;box-shadow:0 2px 4px #0000001a,inset 0 1px #fff6}.button--yellow:hover:not(.button--disabled){box-shadow:0 10px 22px #0003,0 5px 12px #0000001f,inset 0 2px #fff9}.button--yellow:active:not(.button--disabled){background:linear-gradient(180deg,#ed9d27,#ffd30f,#f9fab2);box-shadow:0 1px 3px #0000001a,inset 0 2px 4px #00000026;transform:translateY(1px)}.button--sign-in{border-radius:5px;border:2px solid transparent;color:#fff;background-color:#1c2e4a;background-image:linear-gradient(180deg,#29acff 28.91%,#2364f5 74.61%),linear-gradient(177.85deg,#33a9e4 1.88%,#3473e3 98.27%);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:none}.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.05);box-shadow:none;transform:none}.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.95);transform:none}.button--sign-up{border-radius:5px;border:2px solid transparent;color:#fff;background-color:#1c2e4b;background-image:linear-gradient(0deg,#1c2e4b 0% 100%),linear-gradient(177.85deg,#33a9e4 1.88%,#3473e3 98.27%);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:none}.button--sign-up:hover:not(:disabled):not(.button--disabled){filter:brightness(1.06);box-shadow:none;transform:none}.button--sign-up:active:not(:disabled):not(.button--disabled){filter:brightness(.94);transform:none;box-shadow:none}.button--outline-light{border-radius:5px;background:transparent;border:2px solid #ffffff;color:#fff;box-shadow:0 2px 10px #0003;transition:background .16s ease-out,border-color .16s ease-out,box-shadow .16s ease-out,transform .1s ease-out}.button--outline-light:hover:not(:disabled):not(.button--disabled){background:#ffffff38;border-color:#fff;box-shadow:0 0 0 1px #ffffff73,0 10px 32px #00000061,0 0 36px #ffffff47;transform:translateY(-2px)}.button--outline-light:active:not(:disabled):not(.button--disabled){background:#ffffff52;box-shadow:0 2px 10px #00000059,inset 0 3px 14px #00000047;transform:translateY(1px)}.button--start-playing{border-radius:5px;color:#1a0f0a;background:linear-gradient(90deg,#ffee57,#fff7b1 52.4%,#ffee57);border:none;box-shadow:0 4px 10px #00000047;transition:filter .16s ease-out,box-shadow .16s ease-out,transform .1s ease-out}.button--start-playing:hover:not(:disabled):not(.button--disabled){filter:brightness(1.1) saturate(1.06);box-shadow:0 8px 22px #0006,0 14px 36px #ffd73c73,inset 0 1px #ffffffa6;transform:translateY(-2px)}.button--start-playing:active:not(:disabled):not(.button--disabled){filter:brightness(.9);box-shadow:0 2px 8px #00000059,inset 0 5px 14px #00000038;transform:translateY(1px)}.button--get-coins{border-radius:5px;background:#fff;color:#000;border:none;box-shadow:0 2px 8px #00000026}.button--get-coins:hover:not(:disabled):not(.button--disabled){filter:brightness(1.02);transform:none}.button--get-coins:active:not(:disabled):not(.button--disabled){box-shadow:0 1px 4px #0003;transform:none}.button--play-now{border-radius:9999px;padding:0 28px;border:2px solid transparent;color:#fff;background-color:transparent;background-image:linear-gradient(#f0a44b26,#f0a44b26),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 2px 5px #00000040}.button--play-now:hover:not(:disabled):not(.button--disabled){filter:none;background-image:linear-gradient(#f0a44b3d,#f0a44b3d),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);transform:none}.button--play-now:active:not(:disabled):not(.button--disabled){filter:none;background-image:linear-gradient(#f0a44b1c,#f0a44b1c),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);transform:none}.button__play-star-img{display:block;width:18px;height:18px;flex-shrink:0;object-fit:contain}.gold-fade{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;height:40px;border:0;border-radius:5px;box-shadow:0 2px 4px #0000001a;overflow:hidden;font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:155%;letter-spacing:0;background:linear-gradient(180deg,#f9fab2,#ffd30f,#ed9d27);color:#2a3045}.gold-fade:before{box-shadow:inset 2px 2px 8px #c3ff0073}.gold-fade:after{box-shadow:inset 1px 1px 2px #ffffff9e}.gold-fade:active{background:linear-gradient(180deg,#f9fab2,#ffd30f,#ed9d27);transform:translateY(1px)}.gold-fade:active:before{box-shadow:inset 2px 2px 8px #c3ff0073;opacity:1}.gold-fade:active:after{box-shadow:inset -1px -1px 2px #ffffff9e;opacity:1}.button-modal{display:flex;align-items:center;justify-content:center;gap:8px;height:43px;font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:155%;letter-spacing:0;background:#5115a9;color:#fff;border:1px solid #C859FF;border-radius:5px;cursor:pointer}.button-modal:hover{background:#c859ff 50%;border:1px solid #5115A9;box-shadow:0 0 10px #b8a1ff33}.button-modal:active{background-color:#852df6;border-color:#5115a9;box-shadow:0 0 10px #b8a1ff33}.button-modal--disabled{background-color:#51566c;border-color:#51566c;color:#2a3045;cursor:not-allowed;pointer-events:none}.button-modal--disabled:hover,.button-modal--disabled:active{background-color:#51566c;border-color:#51566c;box-shadow:none}a{text-decoration:none;font-family:Roboto,sans-serif;font-weight:500;font-size:14px;line-height:22px}.gradient-text{display:inline-block;background:linear-gradient(90deg,#852df6,#c859ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.error-message{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px;border-radius:12px;background:#ff4d4d26;border:1px solid #ff4d4d;font-family:Roboto,sans-serif;max-width:100%}.error-message__icon{font-size:20px;line-height:1;color:#ff4d4d;margin-top:2px}.error-message__text{color:#fff;font-size:14px;font-weight:500;margin:0}.modal{position:fixed;inset:0;z-index:1000;overflow-x:hidden;overflow-y:auto;max-height:100vh;max-height:100dvh;-webkit-overflow-scrolling:touch;display:flex;justify-content:center;align-items:center;padding:16px}@media(max-width:480px){.modal{align-items:flex-start;justify-content:flex-start;padding:0;height:100vh;height:100dvh;max-height:none}}.modal__backdrop{position:fixed;inset:0;z-index:0;background:#0000006b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal__content{position:relative;z-index:2;width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}@media(max-width:480px){.modal__content{align-items:flex-start;justify-content:flex-start;min-height:min-content;padding:16px 0 32px;flex-shrink:0}}.modal.modal--shop,.modal.modal--daily-rewards{align-items:flex-start;justify-content:center}.modal.modal--shop .modal__content,.modal.modal--daily-rewards .modal__content{align-items:flex-start;justify-content:center;min-height:min-content;padding-bottom:32px}@media(max-width:480px){.modal.modal--shop .modal__content,.modal.modal--daily-rewards .modal__content{justify-content:center;align-items:flex-start;padding:16px 0 32px}}@media(max-width:480px){.modal.modal--dialog-centered{align-items:center;justify-content:center;padding:16px}}@media(max-width:480px){.modal.modal--dialog-centered .modal__content{align-items:center;justify-content:center;padding:16px 0;min-height:min-content}}.register-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(960px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.register-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.register-modal{padding:16px;border-radius:20px}}.register-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease}.register-modal__close:hover{background-color:#fff3}@media(max-width:480px){.register-modal__close{position:relative;top:auto;right:auto;left:auto;align-self:center;margin-top:8px;width:48px;height:48px;background-size:24px}}.register-modal__body{flex:1;padding:0;background:transparent}@media(max-width:1024px){.register-modal__body{padding-right:20px}}@media(max-width:480px){.register-modal__body{padding-right:0}}.register-modal .modal-window__header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:6px}@media(max-width:480px){.register-modal .modal-window__header{align-items:center}}.register-modal .modal-window__title{text-align:left;font-family:Play,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:0;text-transform:none;color:#fff;background:none;-webkit-text-fill-color:#ffffff}@media(max-width:1024px){.register-modal .modal-window__title{font-size:48.85px;line-height:58.62px}}@media(max-width:480px){.register-modal .modal-window__title{font-size:36px;line-height:1.2;text-align:center}}.register-modal .modal-window__form{display:flex;flex-direction:column;gap:12px}.register-modal .modal-window__field{width:100%}.register-modal .modal-window__input-wrapper{position:relative;display:flex;align-items:center;border-radius:6px;overflow:hidden}.register-modal .modal-window__input-icon{position:absolute;left:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s ease}.register-modal .modal-window__input-wrapper:has(.modal-window__input:placeholder-shown) .modal-window__input-icon{opacity:.55}.register-modal .modal-window__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:1}.register-modal .modal-window__input-toggle{position:absolute;right:12px;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease}.register-modal .modal-window__input-toggle img{width:20px;height:20px;display:block;filter:brightness(0) invert(1);opacity:.9}.register-modal .modal-window__input-toggle:hover{opacity:.85}.register-modal .modal-window__input-wrapper:has(.modal-window__input-icon-right) .modal-window__input-toggle{right:40px}.register-modal .modal-window__input{width:100%;height:48px;border-radius:6px;padding:0 44px 0 16px;box-sizing:border-box;color:#b7e7ff;border:none;background:#ffffff0f;font-size:23px;font-family:inherit;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-.2px;outline:none;box-shadow:none;transition:box-shadow .2s ease,background .2s ease}@media(max-width:1024px){.register-modal .modal-window__input{height:38px;font-size:19px;line-height:38px}}@media(max-width:480px){.register-modal .modal-window__input{height:48px;line-height:48px;font-size:16px;border:1px solid #b7e7ff;background:linear-gradient(160deg,#4294e6,#5cb9ea 38%,#a8e8fa);box-shadow:none}.register-modal .modal-window__input:focus{box-shadow:0 0 0 2px #b7e7ff73}.register-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.register-modal .modal-window__input:-webkit-autofill,.register-modal .modal-window__input:-webkit-autofill:hover,.register-modal .modal-window__input:-webkit-autofill:focus,.register-modal .modal-window__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(56,132,210,.45) inset;box-shadow:0 0 0 1000px #3884d273 inset}.register-modal .modal-window__input--error:-webkit-autofill,.register-modal .modal-window__input--error:-webkit-autofill:hover,.register-modal .modal-window__input--error:-webkit-autofill:focus,.register-modal .modal-window__input--error:-webkit-autofill:active{-webkit-text-fill-color:#e53935!important;-webkit-box-shadow:0 0 0 1000px rgba(255,68,68,.2509803922) inset!important;box-shadow:0 0 0 1000px #ff444440 inset!important}}.register-modal .modal-window__input::placeholder{color:#b7e7ff73}.register-modal .modal-window__input:focus{box-shadow:0 0 0 2px #ffffff38}.register-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.register-modal .modal-window__input:-webkit-autofill,.register-modal .modal-window__input:-webkit-autofill:hover,.register-modal .modal-window__input:-webkit-autofill:focus,.register-modal .modal-window__input:-webkit-autofill:active{-webkit-text-fill-color:rgb(183,231,255);-webkit-box-shadow:0 0 0 1000px rgba(66,148,230,.35) inset;box-shadow:0 0 0 1000px #4294e659 inset;transition:background-color 5000s ease-in-out 0s}.register-modal .modal-window__input--error:-webkit-autofill,.register-modal .modal-window__input--error:-webkit-autofill:hover,.register-modal .modal-window__input--error:-webkit-autofill:focus,.register-modal .modal-window__input--error:-webkit-autofill:active{-webkit-text-fill-color:#e53935!important;-webkit-box-shadow:0 0 0 1000px rgba(255,68,68,.2509803922) inset!important;box-shadow:0 0 0 1000px #ff444440 inset!important}.register-modal .modal-window__input.register-modal__input-confirm{vertical-align:middle}.register-modal__confirm-hint{display:block;margin-top:6px;text-align:left;color:#9ad4ff;font-family:Rubik,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:22px;letter-spacing:0}@media(max-width:480px){.register-modal__confirm-hint{font-size:12px;line-height:22px}}@media(min-width:481px)and (max-width:1024px){.register-modal__confirm-hint{font-size:10px;line-height:20px}}.register-modal .modal-window__input--error:focus{box-shadow:0 0 0 1px #e5393573!important}.register-modal .modal-window__error{margin:4px 0 0;font-size:12px;color:#ffe4e4}.register-modal .modal-window__submit.button.button--sign-up{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;margin-left:auto;margin-right:auto;width:350px;max-width:100%;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a!important;font-weight:700;font-size:20px;letter-spacing:.02em;background-color:#fff3a0!important;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a)!important;background-origin:border-box;background-clip:padding-box!important;-webkit-text-fill-color:#0a0a0a!important;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:1024px){.register-modal .modal-window__submit.button.button--sign-up{width:100%;max-width:285px;height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.register-modal .modal-window__submit.button.button--sign-up{height:54px;min-height:54px}}@media(max-width:480px){.register-modal .modal-window__submit.button.button--sign-up{align-self:stretch;width:100%;max-width:none;height:48px;min-height:48px}}.register-modal .modal-window__submit.button.button--sign-up:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.register-modal .modal-window__submit.button.button--sign-up:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.register-modal .modal-window__submit.button.button--sign-up:disabled{cursor:wait;opacity:1!important;transform:none;filter:none!important;background-color:#e8e8ec!important;background-image:linear-gradient(180deg,#f2f2f5,#dadce2)!important;color:#35353f!important;-webkit-text-fill-color:#35353f!important;border:none!important;box-shadow:0 2.37px 5.92px #00000040,inset 0 1px #ffffffbf,0 1px 2px #0000000d!important}.register-modal .modal-window__bottom-container{display:flex;align-items:center;justify-content:center;margin-top:6px;text-align:center}.register-modal .modal-window__bottom-link{margin:0;padding:0;border:none;background:none;font-size:20px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:-.2px;color:#b7e7ff;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;background-image:none;-webkit-text-fill-color:#b7e7ff;transition:color .2s ease,-webkit-text-fill-color .2s ease,text-shadow .2s ease,text-decoration-thickness .2s ease}@media(max-width:1024px){.register-modal .modal-window__bottom-link{font-size:16px}}.register-modal .modal-window__bottom-link:hover{color:#e8f8ff;-webkit-text-fill-color:#e8f8ff;text-shadow:0 0 16px rgba(150,220,255,.65);text-decoration-thickness:2px}.register-modal .modal-window__bottom-link:active{color:#8fd4f5;-webkit-text-fill-color:#8fd4f5;text-shadow:0 0 10px rgba(100,200,255,.4)}.register-modal .modal-window__server{margin:8px 0 0;font-size:13px;text-align:center}.register-modal .modal-window__server--success{color:#b9f6ca}.register-modal .modal-window__server--error{color:#ffcdd2}.register-modal__field-dob{display:flex;gap:8px}.register-modal__input-dob{flex:1 1 0;min-width:0;text-align:center;padding:0 8px!important}.register-modal__checkbox{display:flex;align-items:center;gap:10px;margin-top:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.register-modal__checkbox--age{margin-bottom:4px}.register-modal__checkbox-input{position:absolute;opacity:0;pointer-events:none}.register-modal__checkbox-box{width:22px;height:22px;border-radius:4px;border:1px solid rgba(183,231,255,.65);background:#ffffff0f;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}@media(min-width:481px)and (max-width:1024px){.register-modal__checkbox-box{width:16px;height:16px}}@media(max-width:480px){.register-modal__checkbox-box{width:14px;height:14px}}.register-modal__checkbox-box:after{content:"";width:8px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;border-radius:.5px;transform:rotate(-45deg) translateY(-.5px);margin-top:-1px;opacity:0;transition:opacity .15s ease}@media(min-width:481px)and (max-width:1024px){.register-modal__checkbox-box:after{width:6px;height:3px;border-left-width:1.5px;border-bottom-width:1.5px}}@media(max-width:480px){.register-modal__checkbox-box:after{width:5px;height:2.5px;border-left-width:1.5px;border-bottom-width:1.5px}}.register-modal__checkbox-input:checked+.register-modal__checkbox-box{border:1px solid rgba(255,255,255,.2);background:#1e3d57;box-shadow:none}.register-modal__checkbox-input:checked+.register-modal__checkbox-box:after{opacity:1}.register-modal__checkbox-text{display:flex;flex-direction:column;gap:2px;font-size:14px;font-weight:300;line-height:1.35;color:#ffffffeb}@media(max-width:1024px){.register-modal__checkbox-text{font-size:12px}}.register-modal__checkbox-title{font-weight:300}.register-modal__checkbox-sub{color:#b7e7ffd9;font-weight:300}.login-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(960px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.login-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.login-modal{padding:16px;border-radius:20px}}.login-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease}.login-modal__close:hover{background-color:#fff3}@media(max-width:480px){.login-modal__close{position:relative;top:auto;right:auto;left:auto;align-self:center;margin-top:8px;width:48px;height:48px;background-size:24px}}.login-modal__body{flex:1;padding:0;background:transparent}@media(max-width:1024px){.login-modal__body{padding-right:20px}}@media(max-width:480px){.login-modal__body{padding-right:0}}.login-modal .modal-window__header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:6px}@media(max-width:480px){.login-modal .modal-window__header{align-items:center}}.login-modal .modal-window__title{text-align:left;font-family:Play,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:0;text-transform:uppercase;color:#fff;background:none;-webkit-text-fill-color:#ffffff}@media(max-width:1024px){.login-modal .modal-window__title{font-size:48.85px;line-height:58.62px}}@media(max-width:480px){.login-modal .modal-window__title{font-size:36px;line-height:1.2;text-align:center}}.login-modal .modal-window__form{display:flex;flex-direction:column;gap:12px}.login-modal .modal-window__field{width:100%}.login-modal .modal-window__input-wrapper{position:relative;display:flex;align-items:center;border-radius:6px;overflow:hidden}.login-modal .modal-window__input-icon{position:absolute;left:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s ease}.login-modal .modal-window__input-wrapper:has(.modal-window__input:placeholder-shown) .modal-window__input-icon{opacity:.55}.login-modal .modal-window__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:1}.login-modal .modal-window__input-toggle{position:absolute;right:12px;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease}.login-modal .modal-window__input-toggle img{width:20px;height:20px;display:block;filter:brightness(0) invert(1);opacity:.9}.login-modal .modal-window__input-toggle:hover{opacity:.85}.login-modal .modal-window__input-wrapper:has(.modal-window__input-icon-right) .modal-window__input-toggle{right:40px}.login-modal .modal-window__input{width:100%;height:48px;border-radius:6px;padding:0 44px 0 16px;box-sizing:border-box;color:#b7e7ff;border:none;background:#ffffff0f;font-size:23px;font-family:inherit;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-.2px;outline:none;box-shadow:none;transition:box-shadow .2s ease,background .2s ease}@media(max-width:1024px){.login-modal .modal-window__input{height:38px;font-size:19px;line-height:38px}}@media(max-width:480px){.login-modal .modal-window__input{height:48px;line-height:48px;font-size:16px;border:1px solid #b7e7ff;background:linear-gradient(160deg,#4294e6,#5cb9ea 38%,#a8e8fa);box-shadow:none}.login-modal .modal-window__input:focus{box-shadow:0 0 0 2px #b7e7ff73}.login-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.login-modal .modal-window__input:-webkit-autofill,.login-modal .modal-window__input:-webkit-autofill:hover,.login-modal .modal-window__input:-webkit-autofill:focus,.login-modal .modal-window__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(56,132,210,.45) inset;box-shadow:0 0 0 1000px #3884d273 inset}.login-modal .modal-window__input--error:-webkit-autofill,.login-modal .modal-window__input--error:-webkit-autofill:hover,.login-modal .modal-window__input--error:-webkit-autofill:focus,.login-modal .modal-window__input--error:-webkit-autofill:active{-webkit-text-fill-color:#e53935!important;-webkit-box-shadow:0 0 0 1000px rgba(255,68,68,.2509803922) inset!important;box-shadow:0 0 0 1000px #ff444440 inset!important}}.login-modal .modal-window__input::placeholder{color:#b7e7ff73}.login-modal .modal-window__input:focus{box-shadow:0 0 0 2px #ffffff38}.login-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.login-modal .modal-window__input:-webkit-autofill,.login-modal .modal-window__input:-webkit-autofill:hover,.login-modal .modal-window__input:-webkit-autofill:focus,.login-modal .modal-window__input:-webkit-autofill:active{-webkit-text-fill-color:rgb(183,231,255);-webkit-box-shadow:0 0 0 1000px rgba(66,148,230,.35) inset;box-shadow:0 0 0 1000px #4294e659 inset;transition:background-color 5000s ease-in-out 0s}.login-modal .modal-window__input--error:-webkit-autofill,.login-modal .modal-window__input--error:-webkit-autofill:hover,.login-modal .modal-window__input--error:-webkit-autofill:focus,.login-modal .modal-window__input--error:-webkit-autofill:active{-webkit-text-fill-color:#e53935!important;-webkit-box-shadow:0 0 0 1000px rgba(255,68,68,.2509803922) inset!important;box-shadow:0 0 0 1000px #ff444440 inset!important}.login-modal .modal-window__input--error:focus{box-shadow:0 0 0 1px #e5393573!important}.login-modal .modal-window__error{margin:4px 0 0;font-size:12px;color:#ffe4e4}.login-modal .modal-window__link{align-self:flex-start;margin:-4px 0 0;padding:0;border:none;background:none;color:#ffe94a;text-align:left;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.2px;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease,text-shadow .2s ease,text-decoration-thickness .2s ease}@media(max-width:1024px){.login-modal .modal-window__link{font-size:10px}}.login-modal .modal-window__link:hover{color:#fff7a0;text-shadow:0 0 12px rgba(255,240,120,.55);text-decoration-thickness:2px}.login-modal .modal-window__link:active{color:#fd4;text-shadow:0 0 8px rgba(255,220,80,.45)}.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;margin-left:auto;margin-right:auto;width:350px;max-width:100%;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:1024px){.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in{width:100%;max-width:285px;height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in{height:54px;min-height:54px}}@media(max-width:480px){.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in{align-self:stretch;width:100%;max-width:none;height:48px;min-height:48px}}.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.login-modal .login-modal__submit.modal-window__submit.button.button--sign-in:disabled{cursor:wait;opacity:1!important;transform:none;filter:none!important;background-color:#e8e8ec!important;background-image:linear-gradient(180deg,#f2f2f5,#dadce2)!important;color:#35353f!important;-webkit-text-fill-color:#35353f!important;border:none!important;box-shadow:0 2.37px 5.92px #00000040,inset 0 1px #ffffffbf,0 1px 2px #0000000d!important}.login-modal .modal-window__bottom-container{display:flex;align-items:center;justify-content:center;margin-top:6px;text-align:center}.login-modal .modal-window__bottom-link{margin:0;padding:0;border:none;background:none;font-size:20px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:-.2px;color:#b7e7ff;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;background-image:none;-webkit-text-fill-color:#b7e7ff;transition:color .2s ease,-webkit-text-fill-color .2s ease,text-shadow .2s ease,text-decoration-thickness .2s ease}@media(max-width:1024px){.login-modal .modal-window__bottom-link{font-size:16px}}.login-modal .modal-window__bottom-link:hover{color:#e8f8ff;-webkit-text-fill-color:#e8f8ff;text-shadow:0 0 16px rgba(150,220,255,.65);text-decoration-thickness:2px}.login-modal .modal-window__bottom-link:active{color:#8fd4f5;-webkit-text-fill-color:#8fd4f5;text-shadow:0 0 10px rgba(100,200,255,.4)}.login-modal .modal-window__server{margin:8px 0 0;font-size:13px;text-align:center}.login-modal .modal-window__server--success{color:#b9f6ca}.login-modal .modal-window__server--error{color:#ffcdd2}.request-password-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(960px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.request-password-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.request-password-modal{padding:16px;border-radius:20px}}.request-password-modal__inner{position:static;width:100%;background:transparent}.request-password-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease}.request-password-modal__close:hover{background-color:#fff3}@media(max-width:480px){.request-password-modal__close{position:relative;top:auto;right:auto;left:auto;align-self:center;margin-top:8px;width:48px;height:48px;background-size:24px}}.request-password-modal .modal-window__header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:6px}@media(max-width:480px){.request-password-modal .modal-window__header{align-items:center}}.request-password-modal .modal-window__title{text-align:left;font-family:Play,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:0;text-transform:uppercase;color:#fff;background:none;-webkit-text-fill-color:#ffffff}@media(max-width:1024px){.request-password-modal .modal-window__title{font-size:48.85px;line-height:58.62px}}@media(max-width:480px){.request-password-modal .modal-window__title{font-size:36px;line-height:1.2;text-align:center}}.request-password-modal .modal-window__form{display:flex;flex-direction:column;gap:12px}.request-password-modal .modal-window__field{width:100%}.request-password-modal .modal-window__input-wrapper{position:relative;display:flex;align-items:center;border-radius:6px;overflow:hidden}.request-password-modal .modal-window__input-icon{display:none}.request-password-modal .modal-window__input-wrapper:has(.modal-window__input:placeholder-shown) .modal-window__input-icon{display:none}.request-password-modal .modal-window__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:1}.request-password-modal .modal-window__input{width:100%;height:48px;border-radius:6px;padding:0 44px 0 16px;box-sizing:border-box;color:#b7e7ff;border:none;background:#ffffff0f;font-size:23px;font-family:inherit;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-.2px;outline:none;box-shadow:none;transition:box-shadow .2s ease,background .2s ease}@media(max-width:1024px){.request-password-modal .modal-window__input{height:38px;font-size:19px;line-height:38px}}@media(max-width:480px){.request-password-modal .modal-window__input{height:48px;line-height:48px;font-size:16px;border:1px solid #b7e7ff;background:linear-gradient(160deg,#4294e6,#5cb9ea 38%,#a8e8fa);box-shadow:none}}.request-password-modal .modal-window__input::placeholder{color:#b7e7ff73}.request-password-modal .modal-window__input:focus{box-shadow:0 0 0 2px #ffffff38}.request-password-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.request-password-modal .modal-window__input--error:focus{box-shadow:0 0 0 1px #e5393573!important}.request-password-modal .modal-window__error{margin:4px 0 0;font-size:12px;color:#ffe4e4}.request-password-modal .modal-window__submit.button.button--sign-in{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;margin-left:auto;margin-right:auto;width:350px;max-width:100%;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6}@media(max-width:1024px){.request-password-modal .modal-window__submit.button.button--sign-in{width:100%;max-width:285px;height:40px;min-height:40px;font-size:16px}}@media(max-width:480px){.request-password-modal .modal-window__submit.button.button--sign-in{align-self:stretch;width:100%;max-width:none;height:48px;min-height:48px}}.request-password-modal .modal-window__server{margin:8px 0 0;font-size:13px;text-align:center}.request-password-modal .modal-window__server--success{color:#b9f6ca}.request-password-modal .modal-window__server--error{color:#ffcdd2}.profile-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(960px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.profile-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.profile-modal{max-width:100%;padding:16px;border-radius:20px}}.profile-modal__inner{position:static;width:100%;margin-top:0;padding:0;background:transparent}.profile-modal__main-heading{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:16px}@media(max-width:480px){.profile-modal__main-heading{align-items:center;margin-bottom:12px}}.profile-modal .modal-window__title{text-align:left;font-family:Play,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:1.1;letter-spacing:0;text-transform:uppercase;color:#fff;margin:0;background:none;-webkit-text-fill-color:#ffffff}@media(max-width:1024px){.profile-modal .modal-window__title{font-size:48px;line-height:1.15}}@media(max-width:480px){.profile-modal .modal-window__title{font-size:36px;line-height:1.2;text-align:center}}.profile-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border:none;border-radius:50%;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease}.profile-modal__close:hover{background-color:#fff3}.profile-modal__close:active{opacity:.85}@media(max-width:480px){.profile-modal__close{position:relative;top:auto;right:auto;left:auto;transform:none;display:block;margin-left:auto;margin-right:auto;margin-top:28px;width:48px;height:48px;background-size:24px}}.profile-modal__balance{border-radius:999px;padding:2px 4px;border:1px solid rgba(255,255,255,.2)}.profile-modal__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}@media(max-width:1024px){.profile-modal__top{flex-direction:column;align-items:stretch}}@media(max-width:768px){.profile-modal__top{flex-wrap:wrap}}.profile-modal__head{display:flex;align-items:center;gap:16px;flex-shrink:0}.profile-modal__avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(180deg,#2b6ff9,#4f9aff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-modal__avatar-icon{width:28px;height:28px;filter:brightness(0) invert(1);opacity:.9}.profile-modal__head-info{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-modal__name{font-size:14px;font-weight:400;color:#fffffff2}.profile-modal__uid{font-size:12px;color:#ffffffbf}.profile-modal__nav{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;min-width:0;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.profile-modal__nav::-webkit-scrollbar{height:6px}.profile-modal__nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.profile-modal__tab{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:10px 16px;border-radius:4px;border:1.5px solid #ffffff;background:#ffffff26;color:#fffffff2;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease,background .2s ease,border-color .2s ease,color .2s ease,transform .16s ease,box-shadow .16s ease,filter .16s ease}.profile-modal__tab img{width:18px;height:18px;filter:brightness(0) invert(1);opacity:.9}.profile-modal__tab:hover{background:#ffffff1f;filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 4px 14px #00000038,0 0 0 1px #ffffff47 inset}.profile-modal__tab:active{transform:translateY(0);filter:brightness(.97);box-shadow:0 2px 8px #0003,0 0 0 1px #ffffff38 inset}.profile-modal__tab--active{border:1.5px solid #ffee5b;background:#ffee5b26;color:#fff;box-shadow:0 0 0 1px #ffee5b73 inset,0 0 14px #ffee5b33}.profile-modal__tab--active img{filter:brightness(0) invert(1);opacity:1}.profile-modal__tab--active:hover{background:#ffee5b36;box-shadow:0 0 0 1px #ffee5ba6 inset,0 0 18px #ffee5b57,0 4px 14px #00000038}.profile-modal__tab--active:active{background:#ffee5b2b;box-shadow:0 0 0 1px #ffee5b8c inset,0 0 10px #ffee5b3d,0 2px 8px #0003}.profile-modal__info{font-size:14px;color:#fffc;margin-bottom:12px}.profile-modal__transactions{min-width:0;animation:profile-modal-tab-in .35s ease}.profile-modal__table-head{display:grid;grid-template-columns:1fr 1.35fr .65fr;column-gap:24px;padding:0 16px 12px;font-size:14px;font-weight:600;color:#fffffff2;margin-bottom:12px}.profile-modal__table-head .profile-modal__table-cell:nth-child(1){text-align:left}.profile-modal__table-head .profile-modal__table-cell:nth-child(2){text-align:center}.profile-modal__table-head .profile-modal__table-cell:nth-child(3){text-align:right}@media(max-width:480px){.profile-modal__table-head{grid-template-columns:.72fr 1.05fr .58fr;padding:0 12px 12px;column-gap:16px;font-size:12px}}.profile-modal__table-body{display:flex;flex-direction:column;gap:12px}.profile-modal__table-row{display:grid;grid-template-columns:1fr 1.35fr .65fr;column-gap:24px;align-items:center;padding:0 16px;border-radius:0;border:none;background:#ffffff0f;box-sizing:border-box;min-height:60px;height:60px}@media(max-width:768px){.profile-modal__table-row{min-height:50px;height:50px}}@media(max-width:480px){.profile-modal__table-row{grid-template-columns:.72fr 1.05fr .58fr;padding:0 12px;column-gap:16px;min-height:40px;height:40px}}.profile-modal__table-row .profile-modal__table-cell{font-size:20px}@media(max-width:768px){.profile-modal__table-row .profile-modal__table-cell{font-size:16px}}@media(max-width:480px){.profile-modal__table-row .profile-modal__table-cell{font-size:15px}}.profile-modal__table-row .profile-modal__table-cell:nth-child(1){text-align:left}.profile-modal__table-row .profile-modal__table-cell:nth-child(2){text-align:center;justify-content:center}.profile-modal__table-row .profile-modal__table-cell:nth-child(3){text-align:right}.profile-modal__table-row .profile-modal__table-cell.profile-modal__table-cell--product{width:auto;max-width:100%;border:none;border-radius:0;background:transparent;padding:0;gap:8px}.profile-modal__table-cell{color:#fffffff2}.profile-modal__table-cell--head{font-weight:600;text-transform:uppercase}.profile-modal__table-cell--product{width:max-content;display:flex;align-items:center;gap:10px;padding:2px 8px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#ffffff0f}.profile-modal__table-cell--price{text-align:center}.profile-modal__table-cell--date{text-align:right;color:#ffffffeb}.profile-modal__table-coin{width:24px;height:24px;border-radius:50%;background-image:url(/images/coin.png);background-size:contain;background-position:center;background-repeat:no-repeat;flex-shrink:0}.profile-modal__table-product-name{font-weight:400;color:#fffffff2}.profile-modal__table-placeholder{padding:32px 24px;text-align:center;font-size:14px;color:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.profile-modal__table-placeholder--error{color:#feb2b2}.profile-modal__loader{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff1cb;border-radius:50%;animation:profile-modal-spin .8s linear infinite}.profile-modal__content{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:32px;animation:profile-modal-tab-in .35s ease}@media(max-width:768px){.profile-modal__content{grid-template-columns:1fr}}.profile-modal__content--single{grid-template-columns:1fr;width:100%;max-width:none;margin:0}.profile-modal__section{min-width:0;width:100%}.profile-modal__section-title{font-family:Play,sans-serif;font-size:22px;font-weight:700;color:#fffffffa;margin:0 0 16px;text-transform:uppercase;letter-spacing:.02em}@media(max-width:480px){.profile-modal__section-title{font-size:18px}}.profile-modal__form{display:flex;flex-direction:column;width:100%;gap:12px}.profile-modal__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.profile-modal__row{grid-template-columns:1fr}}.profile-modal__field-dob .profile-modal__dob-inputs{display:flex;gap:8px}.profile-modal__input-dob{flex:1;min-width:0;text-align:center;padding:0 8px!important}.profile-modal__checkbox{display:flex;align-items:center;gap:10px;margin-top:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.profile-modal__checkbox-input{position:absolute;opacity:0;pointer-events:none}.profile-modal__checkbox-box{width:22px;height:22px;border-radius:4px;border:1px solid rgba(183,231,255,.65);background:#ffffff0f;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.profile-modal__checkbox-box:after{content:"";width:8px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;border-radius:.5px;transform:rotate(-45deg) translateY(-.5px);margin-top:-1px;opacity:0;transition:opacity .15s ease}.profile-modal__checkbox-input:checked+.profile-modal__checkbox-box{border:1px solid rgba(255,255,255,.2);background:#1e3d57;box-shadow:none}.profile-modal__checkbox-input:checked+.profile-modal__checkbox-box:after{opacity:1}.profile-modal__checkbox-text{display:flex;flex-direction:column;gap:2px;font-size:14px;font-weight:300;line-height:1.35;color:#ffffffeb}@media(max-width:1024px){.profile-modal__checkbox-text{font-size:12px}}.profile-modal__actions-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:12px;width:100%}@media(max-width:480px){.profile-modal__actions-row{flex-direction:column-reverse;align-items:stretch;gap:12px}}.profile-modal__actions-row--tabs-only{margin-top:16px;justify-content:flex-start}@media(max-width:480px){.profile-modal__actions-row--tabs-only{flex-direction:row;flex-wrap:wrap}}.profile-modal__switch{display:flex;flex-wrap:wrap;gap:16px;align-items:center}@media(max-width:480px){.profile-modal__switch{width:100%;flex-wrap:nowrap}}.profile-modal__save-wrap{flex:0 1 auto;width:350px;min-width:350px;max-width:350px}@media(max-width:768px){.profile-modal__save-wrap{width:285px;min-width:285px;max-width:285px}}@media(max-width:480px){.profile-modal__save-wrap{max-width:none;min-width:0;width:100%}}.profile-modal__tab--compact{gap:0;width:142px;min-width:142px;max-width:142px;height:40px;min-height:40px;padding:0 12px;font-size:14px;font-weight:600;letter-spacing:.02em;text-transform:none;justify-content:center}@media(max-width:768px){.profile-modal__tab--compact{width:116px;min-width:116px;max-width:116px;height:32px;min-height:32px;font-size:12px}}@media(max-width:480px){.profile-modal__tab--compact{flex:1 1 calc(50% - 5px);width:calc(50% - 5px);min-width:0;max-width:none;height:40px;min-height:40px;font-size:14px}}.profile-modal__submit{margin-top:0;align-self:stretch;width:100%;max-width:none}.profile-modal__server{margin-top:8px;font-size:13px}.profile-modal__server--success{color:#68d391}.profile-modal__server--error{color:#feb2b2}.profile-modal .modal-window__field{position:relative;width:100%}.profile-modal .modal-window__input-wrapper{position:relative;display:flex;align-items:center;width:100%;min-width:0;border-radius:6px;overflow:hidden}.profile-modal .modal-window__input-icon{position:absolute;left:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s ease}.profile-modal .modal-window__input-wrapper:has(.modal-window__input:placeholder-shown) .modal-window__input-icon{opacity:.55}.profile-modal .modal-window__input-toggle{position:absolute;right:12px;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease}.profile-modal .modal-window__input-toggle img{width:20px;height:20px;display:block;filter:brightness(0) invert(1);opacity:.9}.profile-modal .modal-window__input-toggle:hover{opacity:.85}.profile-modal .modal-window__input-wrapper:has(.modal-window__input-icon-right) .modal-window__input-toggle{right:40px}.profile-modal .modal-window__input{width:100%;height:48px;border-radius:6px;padding:0 44px 0 16px;box-sizing:border-box;color:#b7e7ff;border:none;background:#ffffff0f;font-size:23px;font-family:inherit;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-.2px;outline:none;box-shadow:none;transition:box-shadow .2s ease,background .2s ease}@media(max-width:1024px){.profile-modal .modal-window__input{height:38px;font-size:19px;line-height:38px}}@media(max-width:480px){.profile-modal .modal-window__input{height:48px;line-height:48px;font-size:16px;border:1px solid #b7e7ff;background:linear-gradient(160deg,#4294e6,#5cb9ea 38%,#a8e8fa);box-shadow:none}.profile-modal .modal-window__input:focus{box-shadow:0 0 0 2px #b7e7ff73}.profile-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.profile-modal .modal-window__input:-webkit-autofill,.profile-modal .modal-window__input:-webkit-autofill:hover,.profile-modal .modal-window__input:-webkit-autofill:focus,.profile-modal .modal-window__input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgba(56,132,210,.45) inset;box-shadow:0 0 0 1000px #3884d273 inset}.profile-modal .modal-window__input--error:-webkit-autofill,.profile-modal .modal-window__input--error:-webkit-autofill:hover,.profile-modal .modal-window__input--error:-webkit-autofill:focus,.profile-modal .modal-window__input--error:-webkit-autofill:active{-webkit-text-fill-color:#e53935!important;-webkit-box-shadow:0 0 0 1000px rgba(255,68,68,.2509803922) inset!important;box-shadow:0 0 0 1000px #ff444440 inset!important}}.profile-modal .modal-window__input::placeholder{color:#b7e7ff73}.profile-modal .modal-window__input:focus{box-shadow:0 0 0 2px #ffffff38}.profile-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.profile-modal .modal-window__input:-webkit-autofill,.profile-modal .modal-window__input:-webkit-autofill:hover,.profile-modal .modal-window__input:-webkit-autofill:focus,.profile-modal .modal-window__input:-webkit-autofill:active{-webkit-text-fill-color:rgb(183,231,255);-webkit-box-shadow:0 0 0 1000px rgba(66,148,230,.35) inset;box-shadow:0 0 0 1000px #4294e659 inset;transition:background-color 5000s ease-in-out 0s}.profile-modal .modal-window__input--error:-webkit-autofill,.profile-modal .modal-window__input--error:-webkit-autofill:hover,.profile-modal .modal-window__input--error:-webkit-autofill:focus,.profile-modal .modal-window__input--error:-webkit-autofill:active{-webkit-text-fill-color:#e53935!important;-webkit-box-shadow:0 0 0 1000px rgba(255,68,68,.2509803922) inset!important;box-shadow:0 0 0 1000px #ff444440 inset!important}.profile-modal .modal-window__input:disabled{opacity:.75;cursor:not-allowed}.profile-modal .modal-window__input-wrapper:has(.modal-window__input-icon) .modal-window__input{padding-left:44px}.profile-modal .modal-window__input.profile-modal__input-dob{padding:0 8px!important;text-align:center;font-size:19px}@media(max-width:480px){.profile-modal .modal-window__input.profile-modal__input-dob{font-size:16px}}.profile-modal .modal-window__input-wrapper:has(.modal-window__input:disabled) .modal-window__input-icon{opacity:.45}.profile-modal .modal-window__error{margin:4px 0 0;font-size:12px;color:#ffe4e4}.profile-modal .modal-window__input--error:focus{box-shadow:0 0 0 1px #e5393573!important}.profile-modal .modal-window__submit.button.button--sign-up{box-sizing:border-box;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;margin-left:0;margin-right:0;width:100%;max-width:none;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a!important;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;background-color:#fff3a0!important;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a)!important;background-origin:border-box;background-clip:padding-box!important;-webkit-text-fill-color:#0a0a0a!important;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:1024px){.profile-modal .modal-window__submit.button.button--sign-up{width:100%;max-width:none;height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.profile-modal .modal-window__submit.button.button--sign-up{height:54px;min-height:54px}}@media(max-width:480px){.profile-modal .modal-window__submit.button.button--sign-up{align-self:stretch;width:100%;max-width:none;height:48px;min-height:48px}}.profile-modal .modal-window__submit.button.button--sign-up:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.profile-modal .modal-window__submit.button.button--sign-up:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.profile-modal .modal-window__submit.button.button--sign-up:disabled{cursor:wait;opacity:1!important;transform:none;filter:none!important;background-color:#e8e8ec!important;background-image:linear-gradient(180deg,#f2f2f5,#dadce2)!important;color:#35353f!important;-webkit-text-fill-color:#35353f!important;border:none!important;box-shadow:0 2.37px 5.92px #00000040,inset 0 1px #ffffffbf,0 1px 2px #0000000d!important}@keyframes profile-modal-tab-in{0%{opacity:0}to{opacity:1}}@keyframes profile-modal-spin{to{transform:rotate(360deg)}}.shop-modal-shell{position:relative;box-sizing:border-box;width:100%;max-width:min(1180px,100vw - 32px);margin-left:auto;margin-right:auto}@media(max-width:480px){.shop-modal-shell{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:100%;padding:0 12px}}.shop-modal-shell .shop-modal__close{position:absolute;top:16px;right:16px;z-index:4;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:26px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease,opacity .2s ease}.shop-modal-shell .shop-modal__close:hover{background-color:#fff3}.shop-modal-shell .shop-modal__close:active{opacity:.85}@media(max-width:1024px){.shop-modal-shell .shop-modal__close{width:40px;height:40px;background-size:18px}}@media(max-width:480px){.shop-modal-shell .shop-modal__close{position:relative;top:auto;right:auto;width:52px;height:52px;background-size:28px}}.shop-modal.modal-window{position:relative;box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;overflow:visible;border-radius:25px;padding:40px 40px 32px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.shop-modal.modal-window{border-radius:20px;border-width:3px;padding:32px 28px 28px}}@media(max-width:480px){.shop-modal.modal-window{padding:20px 14px 24px;border-radius:20px}}.shop-modal__inner{position:relative;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:4px;min-width:0}.shop-modal__bg{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 70% 45% at 50% 0%,rgba(255,255,255,.22) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 100% 100%,rgba(255,220,120,.08) 0%,transparent 50%);border-radius:inherit;z-index:0}.shop-modal__header{position:relative;z-index:1;text-align:center;padding:0 10px 0 0}@media(max-width:1024px){.shop-modal__header{padding:0 56px 0 0}}@media(max-width:480px){.shop-modal__header{text-align:center;padding:0;margin-bottom:16px}}.shop-modal__headline{margin:0 0 6px;padding:0;font-family:Play,sans-serif;font-size:60px;font-weight:800;line-height:1;text-transform:uppercase;text-align:start;letter-spacing:.04em;color:#fff}@media(max-width:1024px){.shop-modal__headline{font-size:35px}}@media(max-width:480px){.shop-modal__headline{text-align:center}}.shop-modal__headline-main{color:#fff}.shop-modal__headline-accent{margin:0;font-family:Play,sans-serif;font-size:45px;font-weight:800;line-height:1;text-transform:uppercase;text-align:start;letter-spacing:.06em;color:#ffe566}@media(max-width:1024px){.shop-modal__headline-accent{font-size:26px}}@media(max-width:480px){.shop-modal__headline-accent{font-size:35px;text-align:center}}.shop-modal__disclaimer{position:relative;z-index:1;margin:10px 0 32px;width:880px;max-width:100%;font-size:18px;line-height:1.25;text-align:start;color:#ffffffeb}@media(max-width:1024px){.shop-modal__disclaimer{font-size:11px;margin:10px 0 20px}}@media(max-width:480px){.shop-modal__disclaimer{font-size:15px;text-align:center;margin-left:auto;margin-right:auto}}.shop-modal__packages-block{position:relative;z-index:1;margin-bottom:22px}@media(max-width:768px){.shop-modal__packages-block{margin-bottom:18px}}.shop-modal__placeholder{display:flex;align-items:center;justify-content:center;min-height:160px;padding:20px;text-align:center;font-size:14px;color:#ffffffe0}.shop-modal__placeholder--error{color:#fecaca}.shop-modal__packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;overflow:visible;padding-top:16px}@media(max-width:768px){.shop-modal__packages-grid{row-gap:40px}}@media(min-width:768px){.shop-modal__packages-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}}.shop-modal__card-wrapper{display:flex;min-height:0;overflow:visible;padding:0;border:none;background:transparent;cursor:pointer;border-radius:8px;transition:transform .18s ease,box-shadow .2s ease,outline .15s ease;outline:2px solid transparent;outline-offset:2px}.shop-modal__card-wrapper:hover{transform:translateY(-3px)}.shop-modal__card-wrapper:active{transform:translateY(0)}.shop-modal__card-wrapper--active{outline-color:#fffffff2;border-radius:8px;box-shadow:0 0 0 4px #ffe66459,0 12px 28px #001e5059}.shop-modal__card-wrapper:has(.shop-card--500){position:relative;z-index:5}.shop-modal__card-wrapper:has(.shop-card--500)+.shop-modal__card-wrapper{position:relative;z-index:1}.shop-modal__custom-block{position:relative;z-index:5;margin-bottom:20px;padding:0;border:none;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}@media(max-width:768px){.shop-modal__custom-block{padding:0;margin-bottom:16px}}.shop-modal__custom-heading{margin:0 0 18px;text-align:left}@media(max-width:768px){.shop-modal__custom-heading{margin-bottom:14px}}@media(max-width:480px){.shop-modal__custom-heading{text-align:center;font-size:24px}}.shop-modal__steps{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.shop-modal__steps{flex-direction:row;gap:10px;margin-bottom:20px}}.shop-modal__step{display:flex;align-items:flex-start;gap:12px;padding:10px;border:1px solid #b7e7ff;border-radius:0 0 8px 8px;background:#d9d9d933;flex:1 1 0;min-width:0}@media(max-width:1024px){.shop-modal__step{padding:6px}}@media(max-width:480px){.shop-modal__step{padding:9px;border:1px solid #b7e7ff;border-radius:8px}}.shop-modal__step-num{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-family:Play,sans-serif;font-size:24px;font-weight:800;color:#fff;background:#0d2c42;border:none}@media(max-width:1024px){.shop-modal__step-num{width:23px;height:23px;font-size:14px;border-radius:4px}}@media(max-width:480px){.shop-modal__step-num{width:35px;height:35px;font-size:20px;border-radius:6px}}.shop-modal__step-text{font-size:18px;line-height:1.125;font-weight:300;color:#fffffff2;padding-top:2px}@media(max-width:1024px){.shop-modal__step-text{font-size:10px}}@media(max-width:480px){.shop-modal__step-text{font-size:15px}}.shop-modal__custom-fields{display:flex;flex-direction:column;gap:14px}@media(min-width:900px){.shop-modal__custom-fields{flex-direction:row;align-items:flex-end;gap:16px}}.shop-modal__field{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px;position:relative}.shop-modal__field-label{font-size:16px;font-weight:300;letter-spacing:.08em;text-transform:none;color:#c8e6ff}@media(max-width:1024px){.shop-modal__field-label{font-size:10px}}@media(max-width:480px){.shop-modal__field-label{font-size:14px}}.shop-modal__amount-row{display:flex;align-items:stretch;gap:0;border-radius:7px;overflow:visible;border:1px solid rgba(0,0,0,.12);box-shadow:none}.shop-modal__field-input{width:100%;min-height:48px;padding:0 16px;border:none;border-radius:7px;background:#fff;color:#111;font-family:Roboto,sans-serif;font-size:20px;font-weight:700;box-sizing:border-box}@media(max-width:1024px){.shop-modal__field-input{min-height:28px;font-size:12px;padding:0 12px}}@media(max-width:480px){.shop-modal__field-input{min-height:32px;font-size:16px;padding:0 12px}}.shop-modal__field-input::placeholder{color:#00000059}.shop-modal__field-input:focus{outline:none;box-shadow:inset 0 0 0 2px #1a7fd473}.shop-modal__field-input--amount{flex:1 1 auto;min-width:0;text-align:left;border-radius:7px 0 0 7px}.shop-modal__field-input--readonly{display:flex;align-items:center;min-height:48px;border-radius:7px;border:1px solid rgba(0,0,0,.1);font-weight:700;color:#111;box-shadow:none}@media(max-width:1024px){.shop-modal__field-input--readonly{min-height:28px}}@media(max-width:480px){.shop-modal__field-input--readonly{min-height:32px}}.shop-modal__currency-slot{flex-shrink:0;position:relative;z-index:60;display:flex;align-items:stretch;background:#caefff;border-radius:0 7px 7px 0;overflow:visible;border-left:1px solid rgba(0,0,0,.1)}.shop-modal__currency-slot .currency{margin-left:0;display:flex;align-items:stretch;position:relative;z-index:61}.shop-modal__currency-slot .currency__content{min-width:88px;height:auto;min-height:48px;border-radius:7px;border:none;background:#caefff;box-shadow:none;padding:0 12px}@media(max-width:1024px){.shop-modal__currency-slot .currency__content{min-height:28px}}@media(max-width:480px){.shop-modal__currency-slot .currency__content{min-height:32px}}.shop-modal__currency-slot .currency__select-flag{color:#111;font-weight:800}.shop-modal__currency-slot .currency__arrow{border-top-color:#333}.shop-modal__currency-slot .currency__dropdown{background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 8px 24px #00000026;z-index:999;border-radius:7px}.shop-modal__currency-slot .currency__item,.shop-modal__currency-slot .currency__item-flag{color:#111}.shop-modal__currency-slot .currency__item:hover{background:#1a7fd41a}.shop-modal__custom-warn{display:block;width:100%;margin-top:8px;font-size:11px;line-height:1.35;color:#ffe566;font-weight:600;text-align:left;white-space:normal}@media(min-width:900px){.shop-modal__custom-warn{margin-top:10px}}.shop-modal__footer{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;align-items:stretch}.shop-modal__payment-text{display:none}.shop-modal__checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.shop-modal__checkbox-input{position:absolute;opacity:0;pointer-events:none}.shop-modal__checkbox-box{width:22px;height:22px;border-radius:4px;border:1px solid rgba(183,231,255,.65);background:#ffffff0f;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}@media(min-width:481px)and (max-width:1024px){.shop-modal__checkbox-box{width:16px;height:16px}}@media(max-width:480px){.shop-modal__checkbox-box{width:14px;height:14px}}.shop-modal__checkbox-box:after{content:"";width:8px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;border-radius:.5px;transform:rotate(-45deg) translateY(-.5px);margin-top:-1px;opacity:0;transition:opacity .15s ease}@media(min-width:481px)and (max-width:1024px){.shop-modal__checkbox-box:after{width:6px;height:3px;border-left-width:1.5px;border-bottom-width:1.5px}}@media(max-width:480px){.shop-modal__checkbox-box:after{width:5px;height:2.5px;border-left-width:1.5px;border-bottom-width:1.5px}}.shop-modal__checkbox-input:checked+.shop-modal__checkbox-box{border:1px solid rgba(255,255,255,.2);background:#1e3d57;box-shadow:none}.shop-modal__checkbox-input:checked+.shop-modal__checkbox-box:after{opacity:1}.shop-modal__checkbox-text{font-size:18px;font-weight:300;line-height:1.35;color:#ffffffeb}@media(max-width:1024px){.shop-modal__checkbox-text{font-size:10px}}@media(max-width:480px){.shop-modal__checkbox-text{font-size:13px}}.shop-modal__terms-link{color:inherit;font:inherit;text-decoration:underline;text-underline-offset:2px}.shop-modal__terms-link:hover{color:#fff}.shop-modal__confirm-wrap{display:flex;justify-content:center;padding-top:4px}@media(max-width:480px){.shop-modal__confirm-wrap{width:100%}}.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin:0;width:350px;min-width:350px;max-width:350px;height:64px;min-height:64px;padding:0 20px;border-radius:5px;border:none;cursor:pointer;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease;will-change:transform,filter,box-shadow}@media(max-width:1024px){.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in{width:204px;min-width:204px;max-width:204px;height:38px;min-height:38px;padding:0 8px;font-size:12px;line-height:1.1}}@media(max-width:480px){.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in{align-self:stretch;width:100%;min-width:0;max-width:none;height:48px;min-height:48px;padding:0 20px;font-size:16px;line-height:normal}}.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in:disabled,.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in.button--disabled{cursor:not-allowed;opacity:1!important;transform:none;filter:none!important;background-color:#e8e8ec!important;background-image:linear-gradient(180deg,#f2f2f5,#dadce2)!important;color:#35353f!important;-webkit-text-fill-color:#35353f!important;border:none!important;box-shadow:0 2.37px 5.92px #00000040,inset 0 1px #ffffffbf,0 1px 2px #0000000d!important}.shop-modal .shop-modal__confirm.modal-window__submit.button.button--sign-in:disabled[aria-busy=true]{cursor:wait}.shop-modal__payment-error,.shop-modal__warning{margin:0;font-size:13px;color:#fecaca;font-weight:600;text-align:center}.shop-modal__info{margin:0;text-align:center;font-size:18px;font-weight:300;line-height:1.5;color:#ffffffb8}@media(max-width:1024px){.shop-modal__info{font-size:10px}}@media(max-width:480px){.shop-modal__info{font-size:13px}}.shop-modal__info-link{color:#ffffffe0;font-size:18px;font-weight:300;text-decoration:underline;text-underline-offset:2px}@media(max-width:1024px){.shop-modal__info-link{font-size:10px}}@media(max-width:480px){.shop-modal__info-link{font-size:13px}}.shop-modal__info-link:hover{color:#fff}.shop-card{--shop-card-border: linear-gradient( 180deg, #4b9fe7 0%, #ffffff 62.02%, #fcd044 100% );position:relative;display:flex;flex-direction:column;align-items:stretch;min-width:0;width:100%;height:100%;min-height:0;border-radius:8px;overflow:visible;box-sizing:border-box;border:none;background:transparent;box-shadow:0 4px 14px #00184047;cursor:pointer;transition:box-shadow .2s ease,transform .18s ease;pointer-events:none;isolation:isolate}.shop-card__media{position:relative;flex:0 0 auto;height:104px;min-height:104px;padding:0 4px;overflow:visible;border:1px solid transparent;border-bottom:none;border-radius:8px 8px 0 0;background-color:#8dcbf1;background-image:linear-gradient(#8dcbf1,#8dcbf1),var(--shop-card-border);background-origin:border-box;background-clip:padding-box,border-box}@media(max-width:1024px){.shop-card__media{height:60px;min-height:60px}}.shop-card__character{position:absolute;left:50%;bottom:0;z-index:2;width:auto;height:auto;max-width:none;max-height:none;transform:translate(-50%);object-fit:contain;object-position:bottom center;pointer-events:none}@media(max-width:1024px){.shop-card__character{transform:translate(-50%) scale(.6);transform-origin:bottom center}}.shop-card--20 .shop-card__character{width:160px;height:143px}.shop-card--50 .shop-card__character{width:199px;height:143px}.shop-card--100 .shop-card__character{width:230px;height:143px}.shop-card--250 .shop-card__character{width:185px;height:150px}.shop-card--500 .shop-card__character{width:355px;height:176px}.shop-card--1000 .shop-card__character{width:266px;height:180px}.shop-card__banner{position:relative;z-index:3;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:60px;min-height:60px;padding:4px 6px;background:linear-gradient(180deg,#ffedb4,#fccf40);border:1px solid transparent;border-top:none;margin-top:-1px;background-image:linear-gradient(180deg,#ffedb4,#fccf40),var(--shop-card-border);background-origin:border-box;background-clip:padding-box,border-box}@media(max-width:1024px){.shop-card__banner{height:34px;min-height:34px;padding:2px 6px}}.shop-card__price{font-family:Roboto,sans-serif;font-size:23px;font-weight:800;line-height:1.05;color:#0a0a0a;letter-spacing:0}@media(max-width:1024px){.shop-card__price{font-size:13px}}@media(max-width:480px){.shop-card__price{font-size:13px}}.shop-card__coins{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;line-height:1.05;color:#1a1a1a;text-align:center;padding:0 4px}@media(max-width:1024px){.shop-card__coins{font-size:10px}}@media(max-width:480px){.shop-card__coins{font-size:11px}}.shop-card__claim{position:relative;z-index:3;flex-shrink:0;margin-top:12px;height:48px;min-height:48px;padding:0 8px;display:flex;align-items:center;justify-content:center;font-family:Play,sans-serif;font-size:20px;font-weight:700;letter-spacing:0;text-transform:none;color:#0a0a0a;background:#fff;border-radius:0 0 8px 8px}@media(max-width:1024px){.shop-card__claim{margin-top:8px;height:28px;min-height:28px;font-size:12px}}.shop-card__claim--premium{background:linear-gradient(90deg,#ffee57,#fff7b1 52.4%,#ffee57);color:#0a0a0a}.currency{position:relative;margin-left:0}.currency__content{display:flex;justify-content:space-between;align-items:center;gap:8px;min-width:72px;height:40px;border-radius:8px;border:.8px solid #0270c7;background:linear-gradient(171deg,#0096e5 6.06%,#003097 92.4%);box-shadow:0 4px 40px #1e02214d;padding:0 12px 0 14px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.currency__content:hover{border-color:#38bdf8cc}.currency__content:focus-within{outline:none;border-color:#38bdf8;box-shadow:0 4px 40px #1e02214d,0 0 0 2px #38bdf84d}@media(max-width:1024px){.currency__content{min-width:60px;height:36px;padding:0 10px}}.currency__button{display:flex;align-items:center}.currency__select-flag{display:flex;align-items:center;justify-content:center;color:#fff1cb;font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1}@media(max-width:1024px){.currency__select-flag{font-size:12px}}.currency__arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid rgba(255,241,203,.9);transition:transform .2s ease}@media(max-width:1024px){.currency__arrow{border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(255,241,203,.9)}}.currency__arrow--open{transform:rotate(180deg)}.currency__dropdown{position:absolute;right:0;top:calc(100% + 6px);min-width:100%;border-radius:8px;border:.8px solid #0270c7;background:linear-gradient(171deg,#0096e5 6.06%,#003097 92.4%);box-shadow:0 4px 40px #1e02214d;padding:6px;display:flex;flex-direction:column;gap:4px;z-index:100}@media(max-width:1024px){.currency__dropdown{top:calc(100% + 4px);padding:4px}}.currency__item{padding:8px 12px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.currency__item:hover{background:#38bdf833}@media(max-width:1024px){.currency__item{padding:6px 10px}}.currency__item-flag{color:#fff1cb;font-family:Roboto,sans-serif;font-size:13px;font-weight:600;line-height:1}@media(max-width:1024px){.currency__item-flag{font-size:12px}}.game-bet-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(600px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:0;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.game-bet-modal{border-radius:20px;border-width:3px}}@media(max-width:480px){.game-bet-modal{border-radius:20px;max-width:100%}}.game-bet-modal__inner{position:relative;width:100%;display:flex;flex-direction:column;min-width:0}.game-bet-modal__close{position:absolute;top:16px;right:16px;z-index:4;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease,opacity .2s ease}.game-bet-modal__close:hover{background-color:#fff3}.game-bet-modal__close:active{opacity:.85}@media(max-width:480px){.game-bet-modal__close{top:12px;right:12px;width:44px;height:44px;background-size:20px}}.game-bet-modal__top{display:flex;flex-direction:column;gap:28px;padding:52px 24px 20px;min-height:280px;background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width:480px){.game-bet-modal__top{padding:48px 16px 16px;min-height:240px;gap:20px}}.game-bet-modal__header{display:flex;gap:20px;align-items:flex-end}.game-bet-modal__game-cover{flex-shrink:0;width:100px;height:100px;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000040}.game-bet-modal__game-cover img{width:100%;height:100%;object-fit:cover}@media(max-width:480px){.game-bet-modal__game-cover{width:88px;height:88px}}.game-bet-modal__game-info{display:flex;flex-direction:column;gap:10px;min-width:0;padding-bottom:2px}.game-bet-modal__title{margin:0;font-family:Play,sans-serif;font-size:28px;font-weight:700;line-height:1.15;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.2)}@media(max-width:480px){.game-bet-modal__title{font-size:22px}}.game-bet-modal__provider{width:fit-content;padding:6px 12px;border-radius:999px;font-size:12px;line-height:1.25;font-weight:600;color:#fff;background:#ffffff2e;border:1px solid rgba(255,255,255,.35)}.game-bet-modal__section{text-align:center;display:flex;flex-direction:column;gap:8px}.game-bet-modal__section-title{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fffffff2}.game-bet-modal__section-subtitle{font-size:17px;line-height:1.35;font-weight:400;color:#b7e7ff}@media(max-width:480px){.game-bet-modal__section-subtitle{font-size:15px}}.game-bet-modal__controls{margin-top:12px;display:flex;justify-content:center;align-items:center;gap:12px}.game-bet-modal__round-btn{width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;flex-shrink:0;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);box-shadow:0 2px 6px #0003,inset 0 1px #ffffffa6;font-size:22px;font-weight:700;color:#0a0a0a;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}.game-bet-modal__round-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px) scale(1.02);box-shadow:0 3px 10px #0000002e,0 0 18px #fff07859}.game-bet-modal__round-btn:active:not(:disabled){filter:brightness(.97);transform:translateY(.5px) scale(.98)}.game-bet-modal__bet-value{width:100%;max-width:120px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;background:#ffffff1f;border:2px solid rgba(255,255,255,.45);box-shadow:inset 0 1px #fff3}.game-bet-modal__range-hint{margin:4px 0 0;font-size:13px;color:#ffffffbf}.game-bet-modal__bottom{display:flex;flex-direction:column;gap:20px;padding:20px 24px 28px;background:#0000001f}@media(max-width:480px){.game-bet-modal__bottom{padding:16px 16px 24px;gap:16px}}.game-bet-modal__presets{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.game-bet-modal__preset{border-radius:8px;border:2px solid rgba(255,255,255,.55);background:#ffffff0f;padding:8px 8px 10px;width:100px;min-height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-sizing:border-box;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.game-bet-modal__preset:hover{border-color:#ffffffe6;background:#ffffff24;transform:translateY(-1px);box-shadow:0 4px 14px #00000026}.game-bet-modal__preset--active{border-color:#fff3a0f2;box-shadow:0 0 0 1px #ffee5b73 inset,0 0 16px #fff07859;background:#ffffff1f}.game-bet-modal__preset-image{width:76px;height:30px;background-size:contain;background-repeat:no-repeat;background-position:center}.game-bet-modal__preset-text{font-size:13px;font-weight:700;color:#fff9c4}.game-bet-modal .game-bet-modal__play.modal-window__submit.button.button--sign-in{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;margin:0 auto;width:100%;max-width:320px;height:56px;min-height:56px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:18px;letter-spacing:.04em;text-transform:uppercase;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:480px){.game-bet-modal .game-bet-modal__play.modal-window__submit.button.button--sign-in{height:48px;min-height:48px;font-size:16px;max-width:none}}.game-bet-modal .game-bet-modal__play.modal-window__submit.button.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.game-bet-modal .game-bet-modal__play.modal-window__submit.button.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.game-bet-modal__play:disabled,.game-bet-modal__play.button--disabled{opacity:.45;cursor:not-allowed;transform:none;filter:grayscale(.15)}.age-gate-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(650px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;text-align:center;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.age-gate-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.age-gate-modal{padding:16px;border-radius:20px}}.age-gate-modal__inner{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.age-gate-modal__badge{margin:0;font-family:Play,sans-serif;font-weight:800;font-size:120px;line-height:.95;letter-spacing:-.02em;color:#fff;text-shadow:0 4px 24px rgba(0,0,0,.18)}@media(max-width:480px){.age-gate-modal__badge{font-size:100px}}.age-gate-modal__heading{margin:4px 0 0;font-family:Play,sans-serif;font-weight:300;font-size:50px;line-height:1.1;letter-spacing:.06em;text-transform:uppercase;color:#fff}@media(max-width:480px){.age-gate-modal__heading{font-size:36px}}.age-gate-modal__text{margin:8px 0 0;max-width:370px;font-family:Roboto,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;font-size:20px;line-height:100%;letter-spacing:0;text-align:center;color:#b7e7ff}@media(max-width:480px){.age-gate-modal__text{max-width:100%;font-size:16px}}.age-gate-modal__actions{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:16px;width:100%;max-width:none;margin-top:20px}@media(max-width:480px){.age-gate-modal__actions{margin-top:16px}}.age-gate-modal__btn{flex:1 1 calc(50% - 8px);width:calc(50% - 8px);min-width:0}.age-gate-modal .age-gate-modal__yes-btn.modal-window__submit.button.button--sign-in{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;margin:0;width:100%;max-width:none;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:1024px){.age-gate-modal .age-gate-modal__yes-btn.modal-window__submit.button.button--sign-in{height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.age-gate-modal .age-gate-modal__yes-btn.modal-window__submit.button.button--sign-in{height:54px;min-height:54px}}@media(max-width:480px){.age-gate-modal .age-gate-modal__yes-btn.modal-window__submit.button.button--sign-in{height:48px;min-height:48px}}.age-gate-modal .age-gate-modal__yes-btn.modal-window__submit.button.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.age-gate-modal .age-gate-modal__yes-btn.modal-window__submit.button.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.age-gate-modal__btn--no{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:2px solid rgba(255,255,255,.95);background:transparent;color:#fff;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;cursor:pointer;box-shadow:0 2px 10px #0000001f;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}@media(max-width:1024px){.age-gate-modal__btn--no{height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.age-gate-modal__btn--no{height:54px;min-height:54px}}@media(max-width:480px){.age-gate-modal__btn--no{height:48px;min-height:48px}}.age-gate-modal__btn--no:hover:not(:disabled){background:#ffffff1a;filter:brightness(1.06);transform:translateY(-1px) scale(1.008);border-color:#fff;box-shadow:0 3px 12px #0000002e,0 0 0 1px #ffffff38 inset,0 0 18px #b7e7ff38}.age-gate-modal__btn--no:active:not(:disabled){background:#ffffff0f;filter:brightness(.97);transform:translateY(.5px) scale(.994);box-shadow:0 2px 8px #00000029,inset 0 2px 5px #0000001f,inset 0 1px #ffffff1f}.reset-password-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(960px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.reset-password-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.reset-password-modal{padding:16px;border-radius:20px}}.reset-password-modal__inner{position:static;width:100%;background:transparent}.reset-password-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease}.reset-password-modal__close:hover{background-color:#fff3}@media(max-width:480px){.reset-password-modal__close{position:relative;top:auto;right:auto;left:auto;align-self:center;margin-top:8px;width:48px;height:48px;background-size:24px}}.reset-password-modal .modal-window__header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:6px}@media(max-width:480px){.reset-password-modal .modal-window__header{align-items:center}}.reset-password-modal .modal-window__title{text-align:left;font-family:Play,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:0;text-transform:uppercase;color:#fff;background:none;-webkit-text-fill-color:#ffffff}@media(max-width:1024px){.reset-password-modal .modal-window__title{font-size:48.85px;line-height:58.62px}}@media(max-width:480px){.reset-password-modal .modal-window__title{font-size:36px;line-height:1.2;text-align:center}}.reset-password-modal .modal-window__form{display:flex;flex-direction:column;gap:12px}.reset-password-modal .modal-window__field{width:100%}.reset-password-modal .modal-window__input-wrapper{position:relative;display:flex;align-items:center;border-radius:6px;overflow:hidden}.reset-password-modal .modal-window__input-icon{display:none}.reset-password-modal .modal-window__input-wrapper:has(.modal-window__input:placeholder-shown) .modal-window__input-icon{display:none}.reset-password-modal .modal-window__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:1}.reset-password-modal .modal-window__input-toggle{position:absolute;right:12px;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease}.reset-password-modal .modal-window__input-toggle img{width:20px;height:20px;display:block;filter:brightness(0) invert(1);opacity:.9}.reset-password-modal .modal-window__input-toggle:hover{opacity:.85}.reset-password-modal .modal-window__input-wrapper:has(.modal-window__input-icon-right) .modal-window__input-toggle{right:40px}.reset-password-modal .modal-window__input{width:100%;height:48px;border-radius:6px;padding:0 44px 0 16px;box-sizing:border-box;color:#b7e7ff;border:none;background:#ffffff0f;font-size:23px;font-family:inherit;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-.2px;outline:none;box-shadow:none;transition:box-shadow .2s ease,background .2s ease}@media(max-width:1024px){.reset-password-modal .modal-window__input{height:38px;font-size:19px;line-height:38px}}@media(max-width:480px){.reset-password-modal .modal-window__input{height:48px;line-height:48px;font-size:16px;border:1px solid #b7e7ff;background:linear-gradient(160deg,#4294e6,#5cb9ea 38%,#a8e8fa);box-shadow:none}}.reset-password-modal .modal-window__input::placeholder{color:#b7e7ff73}.reset-password-modal .modal-window__input:focus{box-shadow:0 0 0 2px #ffffff38}.reset-password-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.reset-password-modal .modal-window__input--error:focus{box-shadow:0 0 0 1px #e5393573!important}.reset-password-modal .modal-window__error{margin:4px 0 0;font-size:12px;color:#ffe4e4}.reset-password-modal .modal-window__submit.button.button--sign-in{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;margin-left:auto;margin-right:auto;width:350px;max-width:100%;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6}@media(max-width:1024px){.reset-password-modal .modal-window__submit.button.button--sign-in{width:100%;max-width:285px;height:40px;min-height:40px;font-size:16px}}@media(max-width:480px){.reset-password-modal .modal-window__submit.button.button--sign-in{align-self:stretch;width:100%;max-width:none;height:48px;min-height:48px}}.reset-password-modal .modal-window__server{margin:8px 0 0;font-size:13px;text-align:center}.reset-password-modal .modal-window__server--success{color:#b9f6ca}.reset-password-modal .modal-window__server--error{color:#ffcdd2}.new-password-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(960px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.new-password-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.new-password-modal{padding:16px;border-radius:20px}}.new-password-modal__inner{position:static;width:100%;background:transparent}.new-password-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease}.new-password-modal__close:hover{background-color:#fff3}@media(max-width:480px){.new-password-modal__close{position:relative;top:auto;right:auto;left:auto;align-self:center;margin-top:8px;width:48px;height:48px;background-size:24px}}.new-password-modal .modal-window__header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:6px}@media(max-width:480px){.new-password-modal .modal-window__header{align-items:center}}.new-password-modal .modal-window__title{text-align:left;font-family:Play,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:72px;letter-spacing:0;text-transform:uppercase;color:#fff;background:none;-webkit-text-fill-color:#ffffff}@media(max-width:1024px){.new-password-modal .modal-window__title{font-size:48.85px;line-height:58.62px}}@media(max-width:480px){.new-password-modal .modal-window__title{font-size:36px;line-height:1.2;text-align:center}}.new-password-modal .modal-window__form{display:flex;flex-direction:column;gap:12px}.new-password-modal .modal-window__field{width:100%}.new-password-modal .modal-window__input-wrapper{position:relative;display:flex;align-items:center;border-radius:6px;overflow:hidden}.new-password-modal .modal-window__input-icon{display:none}.new-password-modal .modal-window__input-wrapper:has(.modal-window__input:placeholder-shown) .modal-window__input-icon{display:none}.new-password-modal .modal-window__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:1}.new-password-modal .modal-window__input-toggle{position:absolute;right:12px;width:24px;height:24px;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease}.new-password-modal .modal-window__input-toggle img{width:20px;height:20px;display:block;filter:brightness(0) invert(1);opacity:.9}.new-password-modal .modal-window__input-toggle:hover{opacity:.85}.new-password-modal .modal-window__input-wrapper:has(.modal-window__input-icon-right) .modal-window__input-toggle{right:40px}.new-password-modal .modal-window__input{width:100%;height:48px;border-radius:6px;padding:0 44px 0 16px;box-sizing:border-box;color:#b7e7ff;border:none;background:#ffffff0f;font-size:23px;font-family:inherit;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-.2px;outline:none;box-shadow:none;transition:box-shadow .2s ease,background .2s ease}@media(max-width:1024px){.new-password-modal .modal-window__input{height:38px;font-size:19px;line-height:38px}}@media(max-width:480px){.new-password-modal .modal-window__input{height:48px;line-height:48px;font-size:16px;border:1px solid #b7e7ff;background:linear-gradient(160deg,#4294e6,#5cb9ea 38%,#a8e8fa);box-shadow:none}}.new-password-modal .modal-window__input::placeholder{color:#b7e7ff73}.new-password-modal .modal-window__input:focus{box-shadow:0 0 0 2px #ffffff38}.new-password-modal .modal-window__input--error{border:1px solid #e53935!important;border-radius:8px;background:#ff444440!important;color:#e53935!important;-webkit-text-fill-color:#e53935!important;box-shadow:none!important}.new-password-modal .modal-window__input--error:focus{box-shadow:0 0 0 1px #e5393573!important}.new-password-modal .modal-window__error{margin:4px 0 0;font-size:12px;color:#ffe4e4}.new-password-modal .modal-window__submit.button.button--sign-in{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin-top:6px;margin-left:auto;margin-right:auto;width:350px;max-width:100%;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6}@media(max-width:1024px){.new-password-modal .modal-window__submit.button.button--sign-in{width:100%;max-width:285px;height:40px;min-height:40px;font-size:16px}}@media(max-width:480px){.new-password-modal .modal-window__submit.button.button--sign-in{align-self:stretch;width:100%;max-width:none;height:48px;min-height:48px}}.new-password-modal .modal-window__server{margin:8px 0 0;font-size:13px;text-align:center}.new-password-modal .modal-window__server--success{color:#b9f6ca}.new-password-modal .modal-window__server--error{color:#ffcdd2}.daily-rewards-shell{position:relative;box-sizing:border-box;width:100%;max-width:min(1180px,100vw - 32px);margin-left:auto;margin-right:auto}@media(max-width:480px){.daily-rewards-shell{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:100%;padding:0 12px}}.daily-rewards-shell .daily-rewards__close{position:absolute;top:16px;right:16px;z-index:4;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:26px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease,opacity .2s ease}.daily-rewards-shell .daily-rewards__close:hover{background-color:#fff3}.daily-rewards-shell .daily-rewards__close:active{opacity:.85}@media(max-width:1024px){.daily-rewards-shell .daily-rewards__close{width:40px;height:40px;background-size:18px}}@media(max-width:480px){.daily-rewards-shell .daily-rewards__close{position:relative;top:auto;right:auto;width:52px;height:52px;background-size:28px}}.daily-rewards{position:relative;box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 40px 32px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.daily-rewards{border-radius:20px;border-width:3px;padding:32px 28px 28px}}@media(max-width:480px){.daily-rewards{padding:20px 14px 24px;border-radius:20px}}.daily-rewards__inner{position:relative;width:100%;display:flex;flex-direction:column;align-items:stretch;gap:20px;min-width:0}.daily-rewards__header{text-align:left;padding:0 40px 0 0}@media(max-width:1024px){.daily-rewards__header{padding:0 56px 0 0}}@media(max-width:480px){.daily-rewards__header{text-align:center;padding:0 12px}}.daily-rewards__title{margin:0;font-family:Play,sans-serif;font-weight:700;font-size:60px;line-height:1.1;letter-spacing:.04em;text-transform:uppercase;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.18)}@media(max-width:1024px){.daily-rewards__title{font-size:35px}}.daily-rewards__hint{text-align:center;font-size:15px;color:#b7e7ff;padding:24px 0}.daily-rewards__error{margin:0;padding:12px 16px;border-radius:12px;font-size:14px;text-align:center;background:#b4000033;border:1px solid rgba(255,160,160,.45);color:#fff5f5}.daily-rewards__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:stretch;gap:18px;width:100%}@media(max-width:1024px){.daily-rewards__grid{gap:10px}}@media(max-width:480px){.daily-rewards__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 10px}}.daily-rewards__card-super-row{flex:1 1 auto;min-height:0;display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;position:relative;width:100%}.daily-rewards__card-super-accent{display:none}.daily-rewards__card{position:relative;isolation:isolate;width:100%;min-width:0;max-width:none;display:flex;flex-direction:column;align-items:stretch;border-radius:13px 13px 0 0;overflow:hidden;background:#fffffff5;box-shadow:0 4px 12px #0000001f;border:3px solid rgba(26,39,64,.1);box-sizing:border-box;height:214px;min-height:214px;max-height:214px}@media(max-width:1024px){.daily-rewards__card{height:124px;min-height:124px;max-height:124px}}@media(max-width:480px){.daily-rewards__card{height:147px;min-height:147px;max-height:147px}}.daily-rewards__card--super{background:#0d2c42;border-color:#ffffff24}.daily-rewards__card--super:before{content:"";position:absolute;left:0;right:0;top:0;height:62%;z-index:-1;pointer-events:none;background:url(/images/modals-icon/sun.png) top center/115% auto no-repeat;mix-blend-mode:screen;opacity:.92}.daily-rewards__card--super .daily-rewards__card-mid{background:transparent}.daily-rewards__card--super .daily-rewards__card-footer{position:relative;color:#fffce3;background:#0d2c42;border-top:none}@media(max-width:480px){.daily-rewards__card--super{grid-column:1/-1;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;height:147px;min-height:147px;max-height:147px;max-width:none;padding:0;overflow:hidden;border-radius:16px 16px 0 0;background:linear-gradient(180deg,#9aaab8,#7a8b9a 48%,#6a7d8d)}.daily-rewards__card--super:before{inset:40px 0 0;height:auto;background-size:min(105%,300px) auto;background-position:18% 28%;opacity:.55}.daily-rewards__card--super .daily-rewards__card-top{flex-shrink:0;width:100%;min-width:0;border-radius:16px 16px 0 0;justify-content:flex-start;padding-left:12px;padding-right:12px;background:#fff9c4;border-bottom:none;position:relative;z-index:2;overflow:visible}.daily-rewards__card--super .daily-rewards__card-top .daily-rewards__card-amount-wrap{position:relative;z-index:6;flex-direction:row;align-items:baseline;justify-content:flex-start;gap:6px}.daily-rewards__card--super .daily-rewards__card-super-row{flex:1 1 auto;align-items:stretch;min-height:0;overflow:visible;justify-content:flex-start}.daily-rewards__card--super .daily-rewards__card-super-accent{display:block;position:relative;flex:1 1 44%;min-width:0;max-width:100%;align-self:stretch;z-index:3;margin:-40px -8px 0 auto;background-color:transparent;background-image:url(/images/modals-icon/1000.png);background-repeat:no-repeat;background-position:-30% 42%;background-size:auto min(120%,218px);background-origin:border-box;pointer-events:none}.daily-rewards__card--super .daily-rewards__card-amount-coins{margin-top:0}.daily-rewards__card--super .daily-rewards__card-super-row .daily-rewards__card-mid{flex:0 0 38%;max-width:42%;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;min-height:0;padding:2px 4px 0 8px}.daily-rewards__card--super .daily-rewards__card-super-row .daily-rewards__card-mid>.daily-rewards__card-icon{position:relative;z-index:0}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-super-row .daily-rewards__card-mid{flex:1 1 auto;max-width:none;align-items:center;justify-content:center;padding:10px 12px 8px}.daily-rewards__card--super .daily-rewards__card-super-row .daily-rewards__card-mid .daily-rewards__card-icon--box-bg{width:118px;height:88px;max-width:118px;max-height:88px;transform:translate(-50%,calc(-25% - 30px))}.daily-rewards__card--super .daily-rewards__card-super-row .daily-rewards__card-super-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:72px;max-height:72px;width:auto;height:auto;object-fit:contain;object-position:center;z-index:4;filter:brightness(0) saturate(100%) invert(32%) sepia(18%) saturate(1200%) hue-rotate(161deg) brightness(.92) contrast(1.05)}.daily-rewards__card--super .daily-rewards__card-footer{position:relative;z-index:2;flex-shrink:0;width:100%;margin-top:-22px;padding:0 10px 3px;font-size:17px;line-height:1.1;font-weight:700;letter-spacing:.1em;text-align:left;color:#fff;background:transparent;border-top:none}.daily-rewards__card--super.daily-rewards__card--locked .daily-rewards__card-footer,.daily-rewards__card--super.daily-rewards__card--claimed .daily-rewards__card-footer{z-index:5;padding-left:8%;box-sizing:border-box}.daily-rewards__card--super.daily-rewards__card--locked .daily-rewards__card-amount-num,.daily-rewards__card--super.daily-rewards__card--claimed .daily-rewards__card-amount-num{font-size:24px;font-weight:700;letter-spacing:.01em}.daily-rewards__card--super.daily-rewards__card--locked .daily-rewards__card-amount-coins,.daily-rewards__card--super.daily-rewards__card--claimed .daily-rewards__card-amount-coins{font-size:11px;font-weight:500;letter-spacing:.06em}.daily-rewards__card--super.daily-rewards__card--active{overflow:visible;background:#0d2c42;border:3px solid #ffee57;box-shadow:0 6px 20px #00000029}.daily-rewards__card--super.daily-rewards__card--active:before{top:40px;opacity:.92;background-size:min(118%,320px) auto;background-position:50% 82%}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-top{background:linear-gradient(90deg,#ffee57,#fff7b1 52.4%,#ffee57)}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-super-accent{margin-top:-40px;background-position:108% 90%;background-size:auto min(150%,200px)}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-footer{color:#fffce3;background:#0d2c42;text-align:center;font-size:14px;letter-spacing:.08em;margin-top:0;padding:4px 10px 6px}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-super-row .daily-rewards__card-super-lock{filter:none;max-width:88px;max-height:88px}}@media(max-width:480px){.daily-rewards__card--super.daily-rewards__card--locked:after{inset:0;z-index:4;background:#ffecaa7a;clip-path:polygon(34% 0,100% 0,100% 100%,0 100%,0 40px,34% 40px);-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,0 100%,0 40px,34% 40px)}.daily-rewards__card--super.daily-rewards__card--locked .daily-rewards__card-super-row .daily-rewards__card-super-lock{z-index:5}.daily-rewards__card--super.daily-rewards__card--claimed:after{inset:0;z-index:4;background:#ffffff47;clip-path:polygon(34% 0,100% 0,100% 100%,0 100%,0 40px,34% 40px);-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,0 100%,0 40px,34% 40px)}.daily-rewards__card--super.daily-rewards__card--claimed .daily-rewards__card-super-row .daily-rewards__card-super-lock{z-index:5}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-mid{position:relative;z-index:2}}.daily-rewards__card--claimed:after,.daily-rewards__card--locked:after{content:"";position:absolute;inset:60px 0 0;z-index:1;border-radius:0;background:#fff9;pointer-events:none}@media(max-width:1024px){.daily-rewards__card--claimed:after,.daily-rewards__card--locked:after{top:40px}}.daily-rewards__card--claimed,.daily-rewards__card--locked{border:none;box-shadow:0 2px 8px #0000000f}.daily-rewards__card--super.daily-rewards__card--claimed,.daily-rewards__card--super.daily-rewards__card--locked{box-shadow:0 2px 8px #0000001f}.daily-rewards__card--locked .daily-rewards__card-amount-num,.daily-rewards__card--locked .daily-rewards__card-amount-coins{color:#1a27408c}@media(max-width:480px){.daily-rewards__card--locked.daily-rewards__card--super .daily-rewards__card-amount-num,.daily-rewards__card--locked.daily-rewards__card--super .daily-rewards__card-amount-coins{color:#afa98d}.daily-rewards__card--locked.daily-rewards__card--super .daily-rewards__card-amount-coins{font-weight:500}}@media(max-width:480px){.daily-rewards__card--claimed.daily-rewards__card--super .daily-rewards__card-amount-num,.daily-rewards__card--claimed.daily-rewards__card--super .daily-rewards__card-amount-coins{color:#afa98d}.daily-rewards__card--claimed.daily-rewards__card--super .daily-rewards__card-amount-coins{font-weight:500}}.daily-rewards__card--claimed .daily-rewards__card-mid,.daily-rewards__card--locked .daily-rewards__card-mid{position:relative}.daily-rewards__card--claimed .daily-rewards__card-icon--coins-bg,.daily-rewards__card--locked .daily-rewards__card-icon--coins-bg,.daily-rewards__card--claimed .daily-rewards__card-icon--box-bg,.daily-rewards__card--locked .daily-rewards__card-icon--box-bg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none}.daily-rewards__card--claimed .daily-rewards__card-icon--status,.daily-rewards__card--locked .daily-rewards__card-icon--status{position:relative;z-index:2}.daily-rewards__card--claimed .daily-rewards__card-super-row .daily-rewards__card-super-lock,.daily-rewards__card--locked .daily-rewards__card-super-row .daily-rewards__card-super-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;width:auto;height:auto;max-width:72px;max-height:72px;object-fit:contain;object-position:center;pointer-events:none}.daily-rewards__card--active{border:3px solid #ffee57;box-shadow:0 6px 20px #00000029}.daily-rewards__card--active .daily-rewards__card-amount-num,.daily-rewards__card--active .daily-rewards__card-amount-coins{color:#0a0a0a;font-weight:800}.daily-rewards__card--super.daily-rewards__card--active .daily-rewards__card-footer{z-index:3}.daily-rewards__card-top{flex-shrink:0;box-sizing:border-box;height:60px;min-height:60px;max-height:60px;padding:4px 8px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(90deg,#ffee57,#fff7b1 52.4%,#ffee57);border-bottom:none}@media(max-width:1024px){.daily-rewards__card-top{height:40px;min-height:40px;max-height:40px}}@media(max-width:480px){.daily-rewards__card-top{height:40px;min-height:40px;max-height:40px;padding:2px 6px}}.daily-rewards__card-amount-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.daily-rewards__card-amount-num{font-size:25px;font-weight:700;letter-spacing:.02em;text-transform:none;color:#0a0a0a}@media(max-width:1024px){.daily-rewards__card-amount-num{font-size:14px}}@media(max-width:768px){.daily-rewards__card-amount-num{font-size:12px}}@media(max-width:480px){.daily-rewards__card-amount-num{font-size:17px}}.daily-rewards__card-amount-coins{margin-top:-6px;font-size:15px;font-weight:700;letter-spacing:.04em;text-transform:none;color:#0a0a0a}@media(max-width:1024px){.daily-rewards__card-amount-coins{margin-top:-5px;font-size:8px}}@media(max-width:768px){.daily-rewards__card-amount-coins{margin-top:-4px;font-size:7px}}@media(max-width:480px){.daily-rewards__card-amount-coins{margin-top:0;font-size:10px}}.daily-rewards__card-mid{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:8px 6px;background:#fff17433}@media(max-width:1024px){.daily-rewards__card-mid{padding:4px}}@media(max-width:480px){.daily-rewards__card-mid{padding:6px 4px}}.daily-rewards__card-icon{display:block;object-fit:contain;max-width:72px;max-height:56px;width:auto;height:auto}@media(max-width:1024px){.daily-rewards__card-icon{max-width:56px;max-height:44px}}.daily-rewards__card-icon--coins{width:133px;height:100px;max-width:133px;max-height:100px}@media(max-width:1024px){.daily-rewards__card-icon--coins{width:90px;height:68px;max-width:90px;max-height:68px}}.daily-rewards__card-icon--box{width:135px;height:102px;max-width:135px;max-height:102px}@media(max-width:1024px){.daily-rewards__card-icon--box{width:96px;height:72px;max-width:96px;max-height:72px}}@media(max-width:480px){.daily-rewards__card-icon--box{width:80px;height:60px;max-width:80px;max-height:60px}}.daily-rewards__card-footer{flex-shrink:0;padding:6px 6px 8px;text-align:center;font-size:25px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0d2c42;background:#fffce3;border-top:none}@media(max-width:1024px){.daily-rewards__card-footer{padding:4px 4px 6px;font-size:14px}}@media(max-width:768px){.daily-rewards__card-footer{font-size:12px}}@media(max-width:480px){.daily-rewards__card-footer{padding:6px 4px 8px;font-size:17px}}.daily-rewards__footer{display:flex;justify-content:center;padding-top:4px}@media(max-width:480px){.daily-rewards__footer{width:100%}}.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in{box-sizing:border-box;align-self:center;display:inline-flex;align-items:center;justify-content:center;margin:0;width:208px;min-width:208px;max-width:208px;height:58px;min-height:58px;padding:0 20px;border-radius:5px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:1024px){.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in{width:120px;min-width:120px;max-width:120px;height:34px;min-height:34px;padding:0 8px;font-size:12px;line-height:1.1}}@media(max-width:480px){.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in{align-self:stretch;width:100%;min-width:0;max-width:none;height:48px;min-height:48px;padding:0 20px;font-size:16px;line-height:normal}}.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in:disabled,.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in.button--disabled{cursor:not-allowed;opacity:1!important;transform:none;filter:none!important;background-color:#e8e8ec!important;background-image:linear-gradient(180deg,#f2f2f5,#dadce2)!important;color:#35353f!important;-webkit-text-fill-color:#35353f!important;border:none!important;box-shadow:0 2.37px 5.92px #00000040,inset 0 1px #ffffffbf,0 1px 2px #0000000d!important}.daily-rewards .daily-rewards__claim.modal-window__submit.button.button--sign-in:disabled[aria-busy=true]{cursor:wait}.logout-confirm-modal{position:relative;box-sizing:border-box;width:100%;max-width:min(560px,100vw - 32px);margin-left:auto;margin-right:auto;overflow:hidden;border-radius:25px;padding:40px 66px;color:#fff;font-family:Roboto,sans-serif;box-shadow:0 24px 48px -12px #00000073;display:flex;flex-direction:column;text-align:center;border:4px solid rgb(202,202,202);background:linear-gradient(100.81deg,#4294e6,#72ceef)}@media(max-width:1024px){.logout-confirm-modal{border-radius:20px;border-width:3px;padding:28px 54px 32px}}@media(max-width:480px){.logout-confirm-modal{padding:16px;border-radius:20px}}.logout-confirm-modal__inner{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.logout-confirm-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);flex-shrink:0;transition:background-color .2s ease,opacity .2s ease}.logout-confirm-modal__close:hover{background-color:#fff3}.logout-confirm-modal__close:active{opacity:.85}@media(max-width:480px){.logout-confirm-modal__close{position:relative;top:auto;right:auto;align-self:center;margin-top:4px;width:48px;height:48px;background-size:24px}}.logout-confirm-modal__heading{margin:0;font-family:Play,sans-serif;font-weight:300;font-size:50px;line-height:1.1;letter-spacing:.06em;text-transform:uppercase;color:#fff}@media(max-width:480px){.logout-confirm-modal__heading{font-size:32px}}.logout-confirm-modal__text{margin:8px 0 0;max-width:370px;font-family:Roboto,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;font-weight:400;font-size:20px;line-height:1.25;letter-spacing:0;text-align:center;color:#b7e7ff}@media(max-width:480px){.logout-confirm-modal__text{max-width:100%;font-size:16px}}.logout-confirm-modal__actions{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:16px;width:100%;max-width:none;margin-top:20px}@media(max-width:480px){.logout-confirm-modal__actions{margin-top:16px}}.logout-confirm-modal__btn{flex:1 1 calc(50% - 8px);width:calc(50% - 8px);min-width:0}.logout-confirm-modal .logout-confirm-modal__yes-btn.modal-window__submit.button.button--sign-in{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;margin:0;width:100%;max-width:none;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:none;color:#0a0a0a;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;background-color:#fff3a0;background-image:linear-gradient(90deg,#ffef7a,ivory 52.4%,#ffef7a);background-origin:border-box;background-clip:padding-box;box-shadow:0 2.37px 5.92px #00000040,0 1px 3px #0000000f,inset 0 1px #ffffffa6;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease}@media(max-width:1024px){.logout-confirm-modal .logout-confirm-modal__yes-btn.modal-window__submit.button.button--sign-in{height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.logout-confirm-modal .logout-confirm-modal__yes-btn.modal-window__submit.button.button--sign-in{height:54px;min-height:54px}}@media(max-width:480px){.logout-confirm-modal .logout-confirm-modal__yes-btn.modal-window__submit.button.button--sign-in{height:48px;min-height:48px}}.logout-confirm-modal .logout-confirm-modal__yes-btn.modal-window__submit.button.button--sign-in:hover:not(:disabled):not(.button--disabled){filter:brightness(1.08) saturate(1.06);transform:translateY(-1px) scale(1.008);box-shadow:0 2.37px 5.92px #00000040,0 3px 10px #0000001f,0 8px 18px #0000001a,0 0 0 1px #fff6 inset,0 0 24px #fff07861}.logout-confirm-modal .logout-confirm-modal__yes-btn.modal-window__submit.button.button--sign-in:active:not(:disabled):not(.button--disabled){filter:brightness(.97) saturate(.98);transform:translateY(.5px) scale(.994);box-shadow:0 2.37px 5.92px #00000040,0 1px 4px #00000024,inset 0 2px 5px #0000001a,inset 0 1px #ffffff8c}.logout-confirm-modal__btn--no{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:66px;min-height:66px;padding:0 24px;border-radius:8px;border:2px solid rgba(255,255,255,.95);background:transparent;color:#fff;font-weight:700;font-size:20px;letter-spacing:.02em;text-transform:none;cursor:pointer;box-shadow:0 2px 10px #0000001f;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}@media(max-width:1024px){.logout-confirm-modal__btn--no{height:40px;min-height:40px;font-size:16px}}@media(min-width:481px)and (max-width:1024px){.logout-confirm-modal__btn--no{height:54px;min-height:54px}}@media(max-width:480px){.logout-confirm-modal__btn--no{height:48px;min-height:48px}}.logout-confirm-modal__btn--no:hover:not(:disabled){background:#ffffff1a;filter:brightness(1.06);transform:translateY(-1px) scale(1.008);border-color:#fff;box-shadow:0 3px 12px #0000002e,0 0 0 1px #ffffff38 inset,0 0 18px #b7e7ff38}.logout-confirm-modal__btn--no:active:not(:disabled){background:#ffffff0f;filter:brightness(.97);transform:translateY(.5px) scale(.994);box-shadow:0 2px 8px #00000029,inset 0 2px 5px #0000001f,inset 0 1px #ffffff1f}.purchases-modal .profile-modal__transactions{margin-top:2px}.purchases-modal .profile-modal__table-cell--product{width:auto;justify-content:center;padding:0;border:none;background:transparent}.purchases-modal .profile-modal__table-product-name{font-weight:500}.contact{position:relative;box-sizing:border-box;min-height:100%;background-color:#0b0e14;color:#fff;font-family:Roboto,sans-serif;padding:120px 24px 80px;margin-inline:calc(50% - 50vw);width:100vw;max-width:100vw;overflow-x:hidden}@media(max-width:480px){.contact{padding:100px 16px 48px}}.contact__inner{max-width:1180px;margin:0 auto}.contact__page-header{width:100%;margin-bottom:20px;text-align:left}@media(min-width:1024px){.contact__page-header{margin-bottom:20px}}.contact__grid{display:grid;grid-template-columns:1fr;column-gap:clamp(24px,4vw,48px);row-gap:32px;align-items:stretch;text-align:left}@media(min-width:1024px){.contact__grid{grid-template-columns:1fr 1fr;row-gap:48px}}.contact__block{min-width:0;max-width:460px;justify-self:start;width:100%}.contact__block--panel{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.contact__page-title{margin:0 0 8px;font-family:Play,sans-serif;font-weight:700;font-size:26px;line-height:1.1;letter-spacing:.05em;text-transform:uppercase;color:#fff}@media(min-width:768px){.contact__page-title{font-size:28px;letter-spacing:.05em}}@media(min-width:1024px){.contact__page-title{font-size:50px}}.contact__section-title{margin:0;font-family:Play,sans-serif;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:#fff}@media(min-width:1024px){.contact__section-title{font-size:28px}}.contact__meta{margin:0 0 12px;font-size:8px;line-height:1.35;font-weight:300;color:#ffffff5e}@media(min-width:1024px){.contact__meta{font-size:14px}}.contact__divider{margin-bottom:8px}.contact__divider--page{margin-bottom:0}.contact__lead,.contact__panel-intro,.contact__response{margin:0;font-size:14px;line-height:1.5;font-weight:300;color:#fff}@media(min-width:1024px){.contact__lead,.contact__panel-intro,.contact__response{font-size:15px}}.contact__panel-intro{margin-top:4px}.contact__list{margin:4px 0 0;padding:0 0 0 1.1em;list-style:disc;color:#fff;font-size:14px;line-height:1.5;font-weight:300}@media(min-width:1024px){.contact__list{font-size:15px}}.contact__list-item{padding-left:2px}.contact__mailto{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;text-decoration:none;color:#fff;font-size:14px;font-weight:300;line-height:1.4;word-break:break-all}@media(min-width:1024px){.contact__mailto{font-size:15px}}.contact__mailto:hover{text-decoration:underline}.contact__mailto-icon{flex-shrink:0;display:block;filter:brightness(0) invert(1)}.contact__form-section{display:none;margin-top:56px;padding-top:40px;border-top:1px solid rgba(255,255,255,.12);max-width:640px}.contact__form-title{margin:0 0 20px;font-family:Play,sans-serif;font-weight:700;font-size:20px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:#fff}.contact__form{display:flex;flex-direction:column;gap:12px}.contact__field{width:100%}.contact__field--textarea{margin-bottom:4px}.contact__input-wrapper{position:relative;display:flex;align-items:center;border-radius:8px;overflow:hidden}.contact__input-icon{position:absolute;left:14px;width:20px;height:20px;pointer-events:none;filter:brightness(0) invert(1);opacity:.7}.contact__input-wrapper:has(.contact__input:placeholder-shown) .contact__input-icon{opacity:.5}.contact__input{width:100%;height:52px;border-radius:8px;padding:0 16px 0 44px;color:#fff;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;font-size:14px;font-family:inherit;font-weight:400;line-height:normal;outline:none;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}.contact__input::placeholder{color:#ffffff73}.contact__input:focus{border-color:#ffee5b;background:#ffffff14}.contact__input:-webkit-autofill,.contact__input:-webkit-autofill:hover,.contact__input:-webkit-autofill:focus{-webkit-text-fill-color:#FFFFFF;-webkit-box-shadow:0 0 0 1000px #1a1f2c inset;box-shadow:0 0 0 1000px #1a1f2c inset}.contact__textarea{width:100%;min-height:120px;border-radius:8px;padding:14px 16px;color:#fff;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;font-size:14px;font-family:inherit;font-weight:400;line-height:1.4;outline:none;resize:vertical;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}.contact__textarea::placeholder{color:#ffffff73}.contact__textarea:focus{border-color:#ffee5b;background:#ffffff14}.contact__checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:4px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;padding:8px 0}.contact__checkbox-input{position:absolute;opacity:0;pointer-events:none}.contact__checkbox-box{width:22px;height:22px;border-radius:6px;border:2px solid rgba(255,255,255,.5);background:transparent;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.contact__checkbox-box:after{content:"";width:8px;height:4px;border-left:2.5px solid #FFFFFF;border-bottom:2.5px solid #FFFFFF;border-radius:1px;transform:rotate(-45deg);opacity:0;transition:opacity .15s ease}.contact__checkbox-input:checked+.contact__checkbox-box{border-color:#ffee5b;background:#ffee5b26}.contact__checkbox-input:checked+.contact__checkbox-box:after{opacity:1}.contact__checkbox-text{font-size:14px;line-height:1.35;font-weight:300;color:#fff}.contact__message{margin:4px 0 0;font-size:13px;text-align:left}.contact__message--success{color:#68d391}.contact__message--error{color:#feb2b2}.contact__actions{display:flex;justify-content:flex-start;margin-top:8px}.contact__button{min-width:200px;height:48px;padding:0 28px;border:none;border-radius:7px;cursor:pointer;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:.02em;background-color:transparent;background-image:linear-gradient(180deg,#29acff 28.91%,#2364f5 74.61%),linear-gradient(177.85deg,#33a9e4 1.88%,#3473e3 98.27%);background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid transparent;box-shadow:none;transition:transform .2s ease,filter .2s ease}.contact__button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.contact__button:active:not(:disabled){transform:translateY(0);filter:brightness(.97)}.contact__button:disabled{cursor:not-allowed;opacity:.72}.games-header-page__hero{position:relative;width:100%;max-width:1180px;margin:0 auto 8px;padding:132px 0 0;box-sizing:border-box;overflow:visible}@media(max-width:1280px){.games-header-page__hero{padding:132px 16px 0}}@media(max-width:768px){.games-header-page__hero{padding:88px 12px 0;margin-inline:0;margin-bottom:16px}}.games-header-page__hero--intro .games-header-page__hero-bg,.games-header-page__hero--intro .games-header-page__hero-pattern,.games-header-page__hero--intro .games-header-page__hero-halftone,.games-header-page__hero--intro .games-header-page__hero-coins,.games-header-page__hero--intro .games-header-page__hero-title,.games-header-page__hero--intro .games-header-page__hero-title-divider,.games-header-page__hero--intro .games-header-page__hero-bullets,.games-header-page__hero--intro .games-header-page__hero-artefacts,.games-header-page__hero--intro .games-header-page__hero-character,.games-header-page__hero--intro .games-header-page__hero-ticker{opacity:0}.games-header-page__hero--intro .games-header-page__hero-bg{transform:scale(1.08);filter:blur(8px) saturate(1.16)}.games-header-page__hero--intro .games-header-page__hero-pattern{transform:scale(1.14) rotate(-3deg);filter:blur(10px)}.games-header-page__hero--intro .games-header-page__hero-coins{transform:translateY(20px) scale(1.05);filter:blur(8px)}.games-header-page__hero--intro .games-header-page__hero-title,.games-header-page__hero--intro .games-header-page__hero-title-divider,.games-header-page__hero--intro .games-header-page__hero-bullets{transform:translate(-50px) translateY(10px);filter:blur(8px)}.games-header-page__hero--intro .games-header-page__hero-artefacts{transform:translateY(34px) scale(.92);filter:blur(10px)}.games-header-page__hero--intro .games-header-page__hero-character{transform:translateY(42px) scale(.9);filter:blur(14px) saturate(1.14)}@media(max-width:768px){.games-header-page__hero--intro .games-header-page__hero-character{transform:translate(-50%) translateY(42px) scale(1.32)}}.games-header-page__hero--intro .games-header-page__hero-ticker{transform:translateY(20px);filter:blur(6px)}.games-header-page__hero--intro-ready .games-header-page__hero-bg{animation:gph-intro-bg-in .92s cubic-bezier(.22,1,.36,1) forwards}.games-header-page__hero--intro-ready .games-header-page__hero-pattern{animation:gph-intro-pattern-in 1.06s cubic-bezier(.22,1,.36,1) .08s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-halftone{animation:gph-intro-fade-in .72s ease-out .14s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-coins{animation:gph-intro-coins-in .85s cubic-bezier(.22,1,.36,1) .18s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-title{animation:gph-intro-copy-in .8s cubic-bezier(.22,1,.36,1) .28s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-title-divider{animation:gph-intro-copy-in .82s cubic-bezier(.22,1,.36,1) .38s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-bullets{animation:gph-intro-copy-in .85s cubic-bezier(.22,1,.36,1) .48s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-artefacts{animation:gph-intro-artefacts-in .92s cubic-bezier(.16,1,.3,1) .44s forwards}.games-header-page__hero--intro-ready .games-header-page__hero-character{animation:gph-intro-character-in 1.02s cubic-bezier(.16,1,.3,1) .5s forwards}@media(max-width:768px){.games-header-page__hero--intro-ready .games-header-page__hero-character{animation-name:gph-intro-character-in-mobile}}.games-header-page__hero--intro-ready .games-header-page__hero-ticker{animation:gph-intro-ticker-in .75s cubic-bezier(.22,1,.36,1) .64s forwards}.games-header-page__hero-panel{position:relative;display:flex;flex-direction:column;overflow:visible;border-radius:32px 32px 0 0;background:linear-gradient(95.34deg,#2e1087 30.26%,#a71de4 74.92%);box-shadow:0 12px 48px #00000073}@media(max-width:768px){.games-header-page__hero-panel{border-radius:24px 24px 0 0;min-height:620px;overflow:hidden}}.games-header-page__hero-bg{position:absolute;inset:0;z-index:0;border-radius:inherit;background:radial-gradient(ellipse 80% 60% at 90% 30%,rgba(180,80,255,.35) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 10% 80%,rgba(0,200,255,.12) 0%,transparent 50%);pointer-events:none}.games-header-page__hero-pattern{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:32px 32px 0 0;pointer-events:none}@media(max-width:768px){.games-header-page__hero-pattern{border-radius:24px 24px 0 0}}.games-header-page__hero-pattern-img{position:absolute;right:130px;top:90px;height:200px;width:auto;max-width:min(90%,720px);max-height:70%;object-fit:contain;object-position:right top;mix-blend-mode:screen;transform:rotate(90deg);transform-origin:center center}@media(max-width:768px){.games-header-page__hero-pattern-img{top:340px;left:50%;right:auto;transform:translate(-10%) scaleX(-1) rotate(90deg)}}.games-header-page__hero-pattern-img--mirror{top:0;right:-200px;height:200px;object-position:right top;transform:rotate(40deg);transform-origin:center center}@media(max-width:768px){.games-header-page__hero-pattern-img--mirror{top:350px;left:50%;right:auto;transform:translate(-80%) rotate(90deg)}}.games-header-page__hero-halftone{position:absolute;inset:0;z-index:2;border-radius:inherit;opacity:.35;background-image:radial-gradient(rgba(255,255,255,.45) 1.2px,transparent 1.5px);background-size:10px 10px;-webkit-mask-image:radial-gradient(ellipse 85% 85% at 0% 0%,black 0%,transparent 72%);mask-image:radial-gradient(ellipse 85% 85% at 0% 0%,black 0%,transparent 72%);pointer-events:none}.games-header-page__hero-coins{position:absolute;inset:0;z-index:5;border-radius:inherit;pointer-events:none}.games-header-page__hero-coin{position:absolute;width:clamp(48px,7vw,86px);height:auto;object-fit:contain}.games-header-page__hero-coin--4{bottom:-18px;right:6px;width:clamp(48px,7vw,86px);animation:games-hero-coin-4-float 2.8s ease-in-out infinite}@media(max-width:768px){.games-header-page__hero-coin{width:80px;bottom:0}}@keyframes games-hero-coin-4-float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes gph-intro-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gph-intro-bg-in{0%{opacity:0;transform:scale(1.08);filter:blur(8px) saturate(1.16)}to{opacity:1;transform:scale(1);filter:blur(0) saturate(1)}}@keyframes gph-intro-pattern-in{0%{opacity:0;transform:scale(1.14) rotate(-3deg);filter:blur(10px)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0)}}@keyframes gph-intro-coins-in{0%{opacity:0;transform:translateY(20px) scale(1.05);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes gph-intro-copy-in{0%{opacity:0;transform:translate(-50px) translateY(10px);filter:blur(8px)}to{opacity:1;transform:translate(0) translateY(0);filter:blur(0)}}@keyframes gph-intro-artefacts-in{0%{opacity:0;transform:translateY(34px) scale(.92);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes gph-intro-character-in{0%{opacity:0;transform:translateY(42px) scale(.9);filter:blur(14px) saturate(1.14)}to{opacity:1;transform:translateY(-6%) scale(1);filter:blur(0) saturate(1)}}@keyframes gph-intro-character-in-mobile{0%{opacity:0;transform:translate(-50%) translateY(42px) scale(1.32);filter:blur(14px) saturate(1.14)}to{opacity:1;transform:translate(-50%) scale(1.4);filter:blur(0) saturate(1)}}@keyframes gph-intro-ticker-in{0%{opacity:0;transform:translateY(20px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.games-header-page__hero--intro .games-header-page__hero-bg,.games-header-page__hero--intro .games-header-page__hero-pattern,.games-header-page__hero--intro .games-header-page__hero-halftone,.games-header-page__hero--intro .games-header-page__hero-coins,.games-header-page__hero--intro .games-header-page__hero-title,.games-header-page__hero--intro .games-header-page__hero-title-divider,.games-header-page__hero--intro .games-header-page__hero-bullets,.games-header-page__hero--intro .games-header-page__hero-artefacts,.games-header-page__hero--intro .games-header-page__hero-character,.games-header-page__hero--intro .games-header-page__hero-ticker,.games-header-page__hero--intro-ready .games-header-page__hero-bg,.games-header-page__hero--intro-ready .games-header-page__hero-pattern,.games-header-page__hero--intro-ready .games-header-page__hero-halftone,.games-header-page__hero--intro-ready .games-header-page__hero-coins,.games-header-page__hero--intro-ready .games-header-page__hero-title,.games-header-page__hero--intro-ready .games-header-page__hero-title-divider,.games-header-page__hero--intro-ready .games-header-page__hero-bullets,.games-header-page__hero--intro-ready .games-header-page__hero-artefacts,.games-header-page__hero--intro-ready .games-header-page__hero-character,.games-header-page__hero--intro-ready .games-header-page__hero-ticker{opacity:1;transform:none;filter:none;animation:none;transition:none}.games-header-page__hero-coin--4{animation:none}}.games-header-page__hero-inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,46%);gap:16px 24px;align-items:end;flex:0 1 auto;min-height:0;padding:32px 32px 16px;overflow:visible}@media(min-width:1024px){.games-header-page__hero-inner{grid-template-columns:minmax(700px,1fr) minmax(260px,1fr)}}@media(max-width:768px){.games-header-page__hero-inner{padding:32px 16px 44px;grid-template-columns:1fr;gap:20px}}.games-header-page__hero-copy{display:flex;flex-direction:column;gap:12px;width:100%;min-width:0}@media(min-width:1024px){.games-header-page__hero-copy{max-width:700px}}@media(max-width:768px){.games-header-page__hero-copy{text-align:center;align-items:center;max-width:none;margin-bottom:30px}}.games-header-page__hero-title{margin:0;display:flex;flex-direction:column;gap:6px;width:100%;min-width:0;font-family:Play,sans-serif;font-weight:700;font-size:50px;line-height:1;letter-spacing:.02em;text-transform:uppercase}@media(max-width:1024px){.games-header-page__hero-title{font-size:29px}}@media(max-width:768px){.games-header-page__hero-title{font-size:38px}}.games-header-page__hero-title-divider{display:flex;align-items:center;gap:16px}.games-header-page__hero-title-divider-seg{flex-shrink:0;background:#ffee5b;border-radius:2px}.games-header-page__hero-title-divider-seg--1{width:64px;height:3px}.games-header-page__hero-title-divider-seg--2{width:20px;height:3px}.games-header-page__hero-title-divider-seg--3,.games-header-page__hero-title-divider-seg--4,.games-header-page__hero-title-divider-seg--5{width:8px;height:3px}.games-header-page__hero-line{display:block;width:100%;min-width:0}.games-header-page__hero-line--white{color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.45)}.games-header-page__hero-line--yellow{color:#ffee5b;text-shadow:none}.games-header-page__hero-bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0;font-family:Roboto,sans-serif;color:#ffffffeb}@media(max-width:768px){.games-header-page__hero-bullets{align-items:center}}.games-header-page__hero-bullet{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.2;letter-spacing:0;color:#fff;padding-left:0}@media(max-width:1024px){.games-header-page__hero-bullet{font-size:11px}}@media(max-width:768px){.games-header-page__hero-bullet{font-size:14px;text-align:center}}.games-header-page__hero-bullet-text{font-weight:400}.games-header-page__hero-bullet-accent{font-weight:700;font-size:16px;line-height:1.2;letter-spacing:0;color:#ffee5b;text-shadow:none}@media(max-width:1024px){.games-header-page__hero-bullet-accent{font-size:11px}}@media(max-width:768px){.games-header-page__hero-bullet-accent{font-size:14px}}.games-header-page__hero-visual{position:relative;align-self:end;justify-self:end;width:100%;height:120px;min-height:120px;max-width:420px;overflow:visible;pointer-events:none}@media(max-width:1024px){.games-header-page__hero-visual{height:100px;min-height:100px;max-width:400px;margin:0 auto}}@media(max-width:768px){.games-header-page__hero-visual{position:absolute;inset:0;height:auto;min-height:0;max-width:100%;margin:0}}.games-header-page__hero-artefacts{position:absolute;right:50px;top:-170px;width:min(92%,160px);height:auto;object-fit:contain;object-position:left bottom;filter:drop-shadow(0 12px 28px rgba(0,0,0,.55))}@media(max-width:1024px){.games-header-page__hero-artefacts{opacity:0}}@media(max-width:768px){.games-header-page__hero-artefacts{display:none}}.games-header-page__hero-character{position:absolute;right:-18%;bottom:-191px;z-index:2;height:440px;width:auto;max-width:none;object-fit:contain;object-position:bottom right;pointer-events:none;transform:translateY(-6%);filter:drop-shadow(0 16px 32px rgba(0,0,0,.5));clip-path:inset(0 0 104px 0)}@media(max-width:1024px){.games-header-page__hero-character{transform:scale(.8) translateY(-4px)}}@media(max-width:768px){.games-header-page__hero-character{left:50%;right:auto;bottom:-350px;height:350px;max-width:none;transform:translate(-50%) scale(1.4);clip-path:none}}.games-header-page__hero-ticker{position:relative;z-index:4;display:flex;align-items:center;margin-top:auto;margin-bottom:16px;height:28px;min-height:28px;padding:0;background:linear-gradient(90deg,#5f3ec2,#8d70e5 48.56%,#5f3ec2 97.6%);overflow:hidden}.games-header-page__hero-ticker-track{display:flex;width:max-content;flex-shrink:0;animation:hero-ticker 840s linear infinite}.games-header-page__hero-ticker-group{flex-shrink:0;align-self:center;height:28px;white-space:nowrap;font-family:Roboto,sans-serif;font-size:14px;line-height:28px;font-weight:400;color:#ffffffeb;letter-spacing:0;text-transform:none}.games-header-page{position:relative;background-color:#0e121a;display:flex;align-items:center;justify-content:center;gap:16px;min-height:40px;max-width:1180px;margin:0 auto;padding:32px 0 72px;box-sizing:border-box;color:#fff}@media(max-width:1280px){.games-header-page{padding:24px 24px 56px}}@media(max-width:480px){.games-header-page{padding:24px 16px 40px;width:100%;justify-content:center}}.games-header-page .menu__link{height:40px;padding-inline:8px;min-width:80px}@media(max-width:480px){.games-header-page .menu__link{flex:1}}.games-header-page__container{display:flex;flex-direction:column;width:100%;margin-top:40px;max-width:1180px;gap:0}@media(max-width:1024px){.games-header-page__container{margin-top:28px}}@media(max-width:480px){.games-header-page__container{margin-top:8px}}.games-header-page__tabs{margin-right:0}.games-header-page__games-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;margin-bottom:32px;flex-wrap:wrap}@media(max-width:480px){.games-header-page__games-toolbar{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px}}.games-header-page__games-heading{margin:0;font-family:Play,sans-serif;font-weight:700;font-size:30px;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:#fff;text-shadow:0 2px 20px rgba(0,200,255,.15)}@media(max-width:480px){.games-header-page__games-heading{font-size:36px}}.games-header-page__games-toolbar-controls{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media(max-width:480px){.games-header-page__games-toolbar-controls{flex-direction:row;width:auto;margin-left:auto;justify-content:flex-end}}.games-header-page__carousel-arrows{display:flex;align-items:center;gap:10px}.games-header-page__carousel-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0;border:1px solid rgba(210,235,255,.92);background:linear-gradient(180deg,#5aadfb,#3d8bea 42%,#256fd4);box-shadow:inset 0 1px #ffffff6b,inset 0 -1px #002d6e59,0 2px 6px #00000047;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease,border-color .15s ease,background .15s ease}@media(max-width:480px){.games-header-page__carousel-btn{width:35px;height:35px}}.games-header-page__carousel-btn:hover:not(:disabled){transform:scale(1.04);filter:brightness(1.05);box-shadow:inset 0 1px #ffffff80,inset 0 -1px #002d6e4d,0 3px 10px #00000052}.games-header-page__carousel-btn:active:not(:disabled){transform:scale(.98);filter:brightness(.97)}.games-header-page__carousel-btn--disabled{cursor:not-allowed;border:1px solid rgba(58,68,90,.75);background:linear-gradient(180deg,#2a3348,#1e2638);box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #00000059;filter:none}.games-header-page__carousel-btn--disabled .games-header-page__carousel-icon{opacity:.48;filter:brightness(.72)}.games-header-page__carousel-icon{display:block;width:16px;height:16px;object-fit:contain;flex-shrink:0;pointer-events:none}.games-header-page__carousel-icon--prev{transform:scaleX(-1)}.games-header-page__outlet-wrap{width:100vw;max-width:100%;margin-left:auto;margin-right:auto;padding:0;position:relative;overflow:visible;box-sizing:border-box}.games-header-page__outlet-wrap .game-card{opacity:0;transform:translateY(24px);animation:none}.games-header-page__outlet-wrap--in-view .game-card{animation:games-header-page-game-card-float-in .45s ease-out forwards}.games-header-page__outlet-wrap--in-view .game-card:nth-child(-n+5){animation-delay:0s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+6):nth-child(-n+10){animation-delay:.2s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+11):nth-child(-n+15){animation-delay:.4s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+16):nth-child(-n+20){animation-delay:.6s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+21):nth-child(-n+25){animation-delay:.8s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+26):nth-child(-n+30){animation-delay:1s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+31):nth-child(-n+35){animation-delay:1.2s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+36):nth-child(-n+40){animation-delay:1.4s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+41):nth-child(-n+45){animation-delay:1.6s}.games-header-page__outlet-wrap--in-view .game-card:nth-child(n+46){animation-delay:1.8s}@keyframes games-header-page-game-card-float-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.games-header-page__pagination-dots{display:flex;align-items:center;justify-content:center;gap:6px;margin:20px 0 32px}.games-header-page__pagination-dot{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;font:inherit;color:inherit;flex-shrink:0}.games-header-page__pagination-dot:before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:#5866808c;box-shadow:inset 0 1px #ffffff0d;transition:width .2s ease,height .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.games-header-page__pagination-dot:focus-visible{outline:2px solid rgba(120,210,255,.9);outline-offset:2px}.games-header-page__pagination-dot--active:before{width:14px;height:14px;box-sizing:border-box;background:#fff;border:solid 3px #3eb6ff;box-shadow:0 0 0 1px #3eb6ff59,0 0 12px #3eb6ff73}.games-header-page__disclaimer{width:100%;max-width:1000px;margin:0 auto 72px;padding:0 8px;text-align:center;display:flex;flex-direction:column;font-size:20px}@media(max-width:480px){.games-header-page__disclaimer{margin-bottom:36px;font-size:12px}}.games-header-page__disclaimer-line{margin:0;font-family:Roboto,sans-serif;font-size:20px;line-height:1.5;color:#ffffffe0}@media(max-width:1024px){.games-header-page__disclaimer-line{font-size:12px}}.games-header-page__disclaimer-line--accent{color:#ffe100;font-weight:600}.games-header-page__bottom-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%;margin-top:8px;padding-bottom:8px;overflow:visible}@media(max-width:900px){.games-header-page__bottom-cards{grid-template-columns:1fr;gap:20px}}.games-header-page__bottom-cards .games-header-page__bottom-card{opacity:0;transform:translateY(32px);animation:none}.games-header-page__bottom-cards--in-view .games-header-page__bottom-card{animation:games-header-page-bottom-card-in .55s ease-out forwards}.games-header-page__bottom-cards--in-view .games-header-page__bottom-card:nth-child(1){animation-delay:0s}.games-header-page__bottom-cards--in-view .games-header-page__bottom-card:nth-child(2){animation-delay:.15s}@keyframes games-header-page-bottom-card-in{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.games-header-page__bottom-card{position:relative;display:flex;flex-direction:row;align-items:flex-end;min-height:220px;border-radius:0;padding:28px 28px 24px;overflow:visible;box-shadow:0 8px 32px #00000059}@media(max-width:480px){.games-header-page__bottom-card{padding:24px 20px 20px;min-height:0;flex-direction:column;align-items:stretch}}.games-header-page__bottom-card--left{background:linear-gradient(98.9deg,#3b96b7 .74%,#62bada);border:none;border-radius:0 0 0 32px}@media(max-width:900px){.games-header-page__bottom-card--left{border-radius:24px 24px 0 0}}@media(max-width:480px){.games-header-page__bottom-card--left{border-radius:15px 15px 0 0}}.games-header-page__bottom-card--left:before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;background:url(/images/star-bg-sec.png) no-repeat left 95px bottom 40px/min(260px,98%) auto,url(/images/star-bg-sec.png) no-repeat left -120px bottom 40px/min(260px,98%) auto;transform:rotate(180deg);transform-origin:center;mix-blend-mode:screen}@media(max-width:480px){.games-header-page__bottom-card--left:before{background:url(/images/star-bg-sec.png) no-repeat left 70px bottom 40px/min(120px,98%) auto,url(/images/star-bg-sec.png) no-repeat left -60px bottom 40px/min(120px,98%) auto}}.games-header-page__bottom-card--right{background:linear-gradient(98.9deg,#5a236a .74%,#d80f65);border:none;align-items:flex-start;border-radius:0 0 32px}@media(max-width:900px){.games-header-page__bottom-card--right{border-radius:0 0 24px 24px}}@media(max-width:480px){.games-header-page__bottom-card--right{border-radius:0 0 15px 15px}}.games-header-page__bottom-card--right:before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;background:url(/images/star-bg-sec.png) no-repeat left 120px bottom 0px/min(260px,78%) auto;transform:rotate(180deg);transform-origin:center;mix-blend-mode:screen}@media(max-width:480px){.games-header-page__bottom-card--right:before{background:url(/images/star-bg-sec.png) no-repeat left 70px bottom 0px/min(180px,78%) auto}}.games-header-page__bottom-card-img{position:absolute;display:block;pointer-events:none;object-fit:contain;z-index:1}.games-header-page__bottom-card-img--trophy{left:auto;right:-28px;bottom:0;width:min(50%,270px);height:auto;max-height:none}@media(max-width:480px){.games-header-page__bottom-card-img--trophy{width:min(50%,180px);right:-15px}}.games-header-page__bottom-card-img--character{right:-22px;bottom:0;width:min(56%,280px);height:auto;max-height:none}@media(max-width:480px){.games-header-page__bottom-card-img--character{width:min(56%,180px);right:-15px}}.games-header-page__bottom-card-body{position:relative;z-index:2;display:flex;flex-direction:column;gap:6px;max-width:52%;margin-left:auto}@media(max-width:480px){.games-header-page__bottom-card-body{max-width:100%;margin-left:0;text-align:center;align-items:center;gap:2px}}.games-header-page__bottom-card--left .games-header-page__bottom-card-body{margin-left:0;margin-right:auto;text-align:left;align-items:flex-start}@media(max-width:480px){.games-header-page__bottom-card--left .games-header-page__bottom-card-body{text-align:left;align-items:flex-start}}.games-header-page__bottom-card-body--right{margin-left:0;margin-right:auto;max-width:56%;align-items:flex-start}@media(max-width:480px){.games-header-page__bottom-card-body--right{margin-right:0;align-items:flex-start;text-align:left}}.games-header-page__bottom-card-title{margin:0;font-family:Play,sans-serif;font-weight:700;font-size:30px;line-height:1;letter-spacing:.03em;text-transform:uppercase;color:#fff}@media(max-width:480px){.games-header-page__bottom-card-title{font-size:18px}}.games-header-page__bottom-card-text{margin:0;font-size:16px;line-height:1.15;font-weight:300;color:#ffffffeb}@media(max-width:480px){.games-header-page__bottom-card-text{font-size:12px}}.games-header-page__bottom-card-sub{margin:0;font-size:16px;line-height:1.35;color:#fff;font-weight:300;max-width:22ch}.games-header-page__bottom-card-sub span{display:block}@media(max-width:480px){.games-header-page__bottom-card-sub{font-size:12px}}.games-header-page__bottom-card-sub-strong{font-weight:700}@media(max-width:480px){.games-header-page__bottom-card--right .games-header-page__bottom-card-sub{width:auto;max-width:none;white-space:nowrap}.games-header-page__bottom-card--right .games-header-page__bottom-card-sub span{display:inline}}@media(max-width:480px){.games-header-page__bottom-card--right .games-header-page__bottom-card-sub-strong{margin-left:.25ch}}@media(max-width:480px){.games-header-page__bottom-card--right .games-header-page__pill-btn{height:30px;min-height:30px;padding:0 14px;font-size:12px}}@media(max-width:480px){.games-header-page__bottom-card--left .games-header-page__bottom-card-title,.games-header-page__bottom-card--left .games-header-page__bottom-card-text{width:100%;max-width:215px}}.games-header-page__bottom-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}@media(max-width:480px){.games-header-page__bottom-actions{justify-content:flex-start;width:100%}}.games-header-page__pill-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:40px;padding:0 22px;border-radius:999px;font-family:Roboto,sans-serif;font-weight:600;font-size:14px;letter-spacing:0;text-transform:none;line-height:1;cursor:pointer;border:2px solid transparent;border-image:none;background-color:transparent;background-origin:border-box;background-clip:padding-box,border-box;transition:transform .15s ease,box-shadow .15s ease}.games-header-page__pill-btn:hover{transform:translateY(-1px)}.games-header-page__pill-btn>span{display:inline-flex;align-items:center;line-height:1}.games-header-page__pill-btn--solid{background-image:linear-gradient(#fff,#eceef6);color:#151922;border-color:#ffffffe6;box-shadow:0 4px 12px #00000038}.games-header-page__pill-btn--solid:hover{filter:brightness(1.02);box-shadow:0 6px 16px #00000040}.games-header-page__pill-btn--outline{background-image:linear-gradient(#983065,#983065),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);color:#fff;box-shadow:0 4px 10px #00000042}.games-header-page__pill-btn--outline:hover{filter:brightness(1.08) saturate(1.08);background-image:linear-gradient(#b04582,#b04582),linear-gradient(132.33deg,#ffddb6 21.67%,#f0a44b 73.84%);box-shadow:0 8px 22px #00000061,0 10px 32px #00000047,0 0 36px #ff97d86b,inset 0 1px #ffffff29}.games-header-page__pill-btn-star{width:18px;height:18px;object-fit:contain;flex-shrink:0}.games-header-page__games{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;width:100%;max-width:1180px;margin:0 auto}@media(max-width:768px){.games-header-page__games{gap:12px}}@media(max-width:480px){.games-header-page__games{gap:8px}}.games-header-page__games .game-card{isolation:isolate;border-radius:32px;border:7px solid #e53935;box-shadow:none;background-clip:padding-box;background-origin:padding-box}@media(max-width:768px){.games-header-page__games .game-card{border-width:5px;border-radius:20px}}@media(max-width:480px){.games-header-page__games .game-card{border-width:3px;border-radius:14px}}.games-header-page__games .game-card:after{content:"";position:absolute;inset:0;border-radius:25px;pointer-events:none;z-index:1}@media(max-width:768px){.games-header-page__games .game-card:after{border-radius:15px}}@media(max-width:480px){.games-header-page__games .game-card:after{border-radius:11px}}.games-header-page__games .game-card .game-card__overlay{z-index:2;border-radius:25px}@media(max-width:768px){.games-header-page__games .game-card .game-card__overlay{border-radius:15px}}@media(max-width:480px){.games-header-page__games .game-card .game-card__overlay{border-radius:11px}}.games-header-page__games .game-card .game-card__badge{z-index:3}.games-header-page__games .game-card:nth-child(6n+1){border-color:#e53935}.games-header-page__games .game-card:nth-child(6n+1):after{box-shadow:inset 0 0 0 3px #841411}.games-header-page__games .game-card:nth-child(6n+2){border-color:#43a047}.games-header-page__games .game-card:nth-child(6n+2):after{box-shadow:inset 0 0 0 3px #1c431e}.games-header-page__games .game-card:nth-child(6n+3){border-color:#fdd835}.games-header-page__games .game-card:nth-child(6n+3):after{box-shadow:inset 0 0 0 3px #ac8c02}.games-header-page__games .game-card:nth-child(6n+4){border-color:#ec407a}.games-header-page__games .game-card:nth-child(6n+4):after{box-shadow:inset 0 0 0 3px #980f3d}.games-header-page__games .game-card:nth-child(6n+5){border-color:#1e88e5}.games-header-page__games .game-card:nth-child(6n+5):after{box-shadow:inset 0 0 0 3px #0d4271}.games-header-page__games .game-card:nth-child(6n+6){border-color:#ab47bc}.games-header-page__games .game-card:nth-child(6n+6):after{box-shadow:inset 0 0 0 3px #54225d}.games-header-page__reminder-section{position:relative;margin-top:80px;width:100vw;left:50%;transform:translate(-50%);height:540px;overflow:hidden}@media(max-width:1024px){.games-header-page__reminder-section{margin-top:48px;height:480px}}@media(max-width:480px){.games-header-page__reminder-section{margin-top:32px;height:420px}}.games-header-page__reminder-section .games-header-page__reminder{opacity:0;transform:translateY(40px);animation:none}.games-header-page__reminder-section--in-view .games-header-page__reminder{animation:games-header-page-reminder-float-in .6s ease-out .25s forwards}@keyframes games-header-page-reminder-float-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.games-header-page__cards-section{width:100%;max-width:1180px;padding:80px 0 48px}@media(max-width:768px){.games-header-page__cards-section{padding:80px 0 64px}}.games-header-page__cards-section .games-header-page__card{opacity:0;transform:translateY(32px);animation:none}.games-header-page__cards-section--in-view .games-header-page__card{animation:games-header-page-card-float-in .55s ease-out forwards}.games-header-page__cards-section--in-view .games-header-page__card:nth-child(1){animation-delay:0s}.games-header-page__cards-section--in-view .games-header-page__card:nth-child(2){animation-delay:.2s}@keyframes games-header-page-card-float-in{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.games-header-page__cards{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:24px;width:100%}@media(max-width:900px){.games-header-page__cards{flex-direction:column;align-items:center;align-items:stretch}}.games-header-page__card{position:relative;display:flex;flex-direction:row;align-items:stretch;justify-content:end;flex:1;min-width:0;min-height:214px;border-radius:32px;padding:32px;background-repeat:no-repeat,no-repeat,no-repeat;background-position:left bottom,left bottom,0 0;box-shadow:0 4px 24px #00000040;cursor:pointer;transition:box-shadow .25s ease,transform .2s ease;overflow:hidden;z-index:2}.games-header-page__card:hover{box-shadow:0 8px 16px #00d7ff59;transform:translateY(-2px)}@media(max-width:1024px){.games-header-page__card{max-width:100%;width:100%;border-radius:32px}}@media(max-width:480px){.games-header-page__card{min-height:152px;border-radius:24px;padding:24px}}.games-header-page__card-deco{position:absolute;pointer-events:none;z-index:0}.games-header-page__card-deco img{display:block;max-width:none;height:auto;object-fit:contain}.games-header-page__card-deco--main{left:-10px;bottom:-16px;width:270px;height:auto;z-index:2}.games-header-page__card-deco--main img{width:270px;height:auto}@media(max-width:480px){.games-header-page__card-deco--main{left:-12px;bottom:-10px;width:180px}.games-header-page__card-deco--main img{width:180px}}.games-header-page__card-deco--top1{left:-30px;bottom:0;width:120px;height:auto;z-index:3}.games-header-page__card-deco--top1 img{width:120px;height:auto}@media(max-width:480px){.games-header-page__card-deco--top1{left:-16px;bottom:0;width:80px;z-index:1}.games-header-page__card-deco--top1 img{width:80px}}.games-header-page__card-deco--top2{left:190px;bottom:0;width:120px;height:auto;z-index:0}.games-header-page__card-deco--top2 img{width:120px;height:auto}@media(max-width:480px){.games-header-page__card-deco--top2{left:90px;bottom:0;width:80px}.games-header-page__card-deco--top2 img{width:80px}}.games-header-page__card-deco--right-top1{left:50px;bottom:94px;width:200px;height:auto;z-index:3}.games-header-page__card-deco--right-top1 img{width:200px;height:auto}@media(max-width:480px){.games-header-page__card-deco--right-top1{left:40px;bottom:64px;width:160px}.games-header-page__card-deco--right-top1 img{width:160px;height:auto}}.games-header-page__card-deco--right-top2{left:100px;bottom:-10px;width:160px;height:auto;z-index:0}.games-header-page__card-deco--right-top2 img{width:160px;height:auto}@media(max-width:480px){.games-header-page__card-deco--right-top2{left:75px;bottom:-10px;width:120px}.games-header-page__card-deco--right-top2 img{width:120px;height:auto}}.games-header-page__card-content{position:relative;z-index:1;display:flex;max-width:290px;flex-direction:column;align-items:end;justify-content:space-between;gap:16px;min-width:0;flex:1}@media(max-width:480px){.games-header-page__card-content{max-width:180px}}.games-header-page__card-title{line-height:1.1}.games-header-page__card-button{height:40px;padding:0 24px;font-weight:400;font-size:16px}@media(max-width:480px){.games-header-page__card-button{font-size:14px}}.politic-page__title-divider{display:flex;align-items:center;gap:16px;margin:0 0 24px;flex-wrap:wrap}.politic-page__title-divider-seg{flex-shrink:0;background:#ffee5c;border-radius:2px}.politic-page__title-divider-seg--1{width:64px;height:3px}.politic-page__title-divider-seg--2{width:20px;height:3px}.politic-page__title-divider-seg--3,.politic-page__title-divider-seg--4,.politic-page__title-divider-seg--5{width:8px;height:3px}.politic-page{position:relative;background-color:#0a0c12;display:flex;justify-content:flex-start;padding:160px max(5vw,24px) 72px;box-sizing:border-box;color:#ccc;min-height:100vh}@media(max-width:1024px){.politic-page{padding-top:142px;padding-bottom:60px}}@media(max-width:480px){.politic-page{padding-top:100px;padding-bottom:40px}}.politic-page__container{display:flex;flex-direction:column;gap:0;width:100%;max-width:1180px;margin:0 auto;z-index:2}.politic-page__title{font-family:Play,sans-serif;font-weight:700;font-size:clamp(28px,4vw,40px);line-height:1.15;letter-spacing:.02em;text-align:left;text-transform:uppercase;color:#fff;margin:0 0 12px}.politic-page__meta{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#666;margin:0 0 16px}.politic-page__body{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:0;text-align:left;color:#ccc}.politic-page__body strong,.politic-page__body b{color:#e0e0e0;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.politic-page__body a{color:#3cd7ff;text-decoration:underline;text-underline-offset:3px}.politic-page__body a:hover{color:#ccc}@media(max-width:480px){.politic-page__body{font-size:14px;line-height:1.55}}.politic-page__text{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.6;text-align:left;color:#ccc;margin:0}@media(max-width:480px){.politic-page__text{font-size:14px;line-height:1.55}}.politic-page .faq__question{font-family:Roboto,sans-serif;font-weight:700;font-size:16px;line-height:1.35;letter-spacing:.03em;text-transform:uppercase;color:#e0e0e0;margin:28px 0 10px;text-align:left}.politic-page .faq__question:first-of-type{margin-top:8px}@media(max-width:480px){.politic-page .faq__question{font-size:14px;margin-top:22px}}.politic-page .faq__answer{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:1.6;color:#ccc;margin:0;text-align:left}@media(max-width:480px){.politic-page .faq__answer{font-size:14px;line-height:1.55}}.politic-page .faq__email{color:#3cd7ff;word-break:break-all}.support-email{margin-right:auto}.promotions{position:relative;background-color:#0e121a;display:flex;justify-content:center;padding:184px 52px 64px;box-sizing:border-box;min-height:100vh}@media(max-width:1024px){.promotions{padding:118px 24px 40px}}@media(max-width:480px){.promotions{padding:118px 16px 40px}}.promotions__bg{position:absolute;top:0;width:100%;height:646px}@media(max-width:1024px){.promotions__bg{height:472px}}@media(max-width:480px){.promotions__bg{height:472px}}.promotions__content{z-index:2;color:#fff;font-family:Roboto,sans-serif}.promotions__top{display:flex;flex-direction:column;width:100%;margin-bottom:120px}.promotions__text{display:flex;flex-direction:column;width:100%;gap:10px}.promotions__title{text-transform:uppercase;font-size:76px}.promotions__sub{font-size:24px;font-weight:600}.promotions__info{width:100%;max-width:585px;font-size:16px;line-height:24px;font-weight:500;align-self:end}.promotions__cards{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:64px}.promotions__card{display:flex;flex-direction:column;max-width:393px;height:448px;border-radius:10px;border:1px solid #2A3045;background-color:#11142e}.promotions__card-ch{width:370px;height:319px;position:absolute;bottom:0;right:auto;left:auto}.promotions__card-top{position:relative;width:100%;height:224px;background-color:#5115a9;border-radius:10px}.promotions__card-bottom{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;padding:15px 24px 24px}.games-header-page__disclaimer--promotions{display:flex;flex-direction:row;flex-wrap:wrap}.games-header-page__disclaimer-sub--promotions{height:100%;display:flex;flex-direction:column}.verify-email{position:relative;box-sizing:border-box;min-height:calc(100dvh - 74px);min-height:calc(100vh - 74px);display:flex;align-items:center;justify-content:center;padding:32px 16px 48px;margin-inline:calc(50% - 50vw);width:100vw;max-width:100vw;overflow-x:hidden;background-color:#0b0e14}@media(min-width:480px){.verify-email{padding:48px 24px 64px}}.verify-email__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:100%;text-align:center}@media(min-width:1024px){.verify-email__content{gap:20px;max-width:1000px}}.verify-email__hero{display:flex;justify-content:center;width:100%;flex-shrink:0;line-height:0}.verify-email__img{display:block;width:min(100%,401px);max-width:100%;height:auto;margin-inline:auto;aspect-ratio:401/325;object-fit:contain;object-position:center}@media(min-width:480px){.verify-email__img{width:307px;height:249px;aspect-ratio:auto}}@media(min-width:1024px){.verify-email__img{width:531px;height:430px}}.verify-email__text{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:1000px}.verify-email__title{margin:0;display:flex;flex-direction:column;align-items:center;gap:4px;font-family:Roboto,sans-serif;font-weight:700;font-size:40px;line-height:1;letter-spacing:.05em;text-transform:uppercase}@media(min-width:480px){.verify-email__title{font-size:46px;letter-spacing:.06em}}@media(min-width:1024px){.verify-email__title{font-size:80px}}.verify-email__title-line{display:block}.verify-email__title-line--light{color:#fff}.verify-email__title-line--accent{color:#ffee5b}.verify-email__message{font-family:Roboto,sans-serif;font-weight:400;font-size:15px;line-height:1.45;text-align:center;margin:0;max-width:42ch}@media(min-width:480px){.verify-email__message{font-size:14px}}@media(min-width:1024px){.verify-email__message{font-size:16px}}.verify-email__message--hint{color:#8990a5}.verify-email__message--success{color:#ffcb3b;font-weight:600}.verify-email__message--error{color:#ff7171;font-weight:600}.verify-email__cta{margin-top:8px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:7px;border:1.5px solid transparent;padding:0 16px;font-family:Roboto,sans-serif;font-weight:700;line-height:1.2;color:#fff;cursor:pointer;background-color:transparent;background-image:linear-gradient(180deg,#29acff 28.91%,#2364f5 74.61%),linear-gradient(177.85deg,#33a9e4 1.88%,#3473e3 98.27%);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:none;transition:transform .2s ease,filter .2s ease;width:100%;height:48px;font-size:16px}@media(min-width:480px){.verify-email__cta{width:112px;height:32px;font-size:11px;padding:0 8px}}@media(min-width:1024px){.verify-email__cta{width:195px;height:54px;font-size:19px;padding:0 12px}}.verify-email__cta:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.verify-email__cta:active:not(:disabled){transform:translateY(0);filter:brightness(.97)}.verify-email__cta:disabled{cursor:not-allowed;opacity:.72;transform:none;filter:none}.forbidden-page{position:relative;box-sizing:border-box;min-height:100dvh;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px 48px;margin-inline:calc(50% - 50vw);width:100vw;max-width:100vw;overflow-x:hidden;background-color:#0b0e11}@media(min-width:480px){.forbidden-page{padding:48px 24px 64px}}.forbidden-page__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:100%;text-align:center}@media(min-width:1024px){.forbidden-page__content{gap:20px;max-width:940px}}.forbidden-page__hero{position:relative;display:flex;justify-content:center;width:100%;flex-shrink:0;line-height:0}.forbidden-page__hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:44%;pointer-events:none;background:linear-gradient(to top,#0b0e11 8%,rgba(11,14,17,.72) 42%,rgba(11,14,17,.2) 78%,transparent 100%)}.forbidden-page__img{display:block;width:min(100%,336px);max-width:100%;height:auto;margin-inline:auto;aspect-ratio:336/383;object-fit:contain;object-position:center}@media(min-width:480px){.forbidden-page__img{width:207px;height:236px;aspect-ratio:auto}}@media(min-width:1024px){.forbidden-page__img{width:357px;height:408px}}.forbidden-page__title-divider{justify-content:center;width:100%}.forbidden-page__title-divider .title-divider__seg{background:#fff}.forbidden-page__text{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:940px}.forbidden-page__title{margin:16px 0 0;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;font-family:Roboto,sans-serif;font-weight:700;font-size:40px;line-height:1;letter-spacing:.05em;text-transform:uppercase}@media(min-width:480px){.forbidden-page__title{font-size:46px;letter-spacing:.06em}}@media(min-width:1024px){.forbidden-page__title{font-size:80px}}.forbidden-page__title-line{display:block}.forbidden-page__title-line--warning{color:#ffee5b}.forbidden-page__title-line--headline{color:#fff}.forbidden-page__sub{display:flex;flex-direction:column;align-items:center;gap:6px;margin:0;max-width:46ch}.forbidden-page__sub-line{margin:0;font-family:Roboto,sans-serif;font-weight:400;font-size:15px;line-height:1.45;text-align:center;color:#fff}@media(min-width:480px){.forbidden-page__sub-line{font-size:14px}}@media(min-width:1024px){.forbidden-page__sub-line{font-size:16px}}.toast-root{position:fixed;right:0;left:0;bottom:0;z-index:99999;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none;font-family:Roboto,sans-serif}@media(max-width:480px){.toast-root{right:0;left:0;bottom:0;align-items:center}}.toast-root .toast{position:relative;width:100%;max-width:448px;border-radius:16px;background:#0f1737;color:#fff;text-align:center;box-sizing:border-box;border:1px solid rgba(240,240,240,.15);box-shadow:0 24px 48px -12px #0006;pointer-events:auto;animation:toast-in .26s ease-out}@media(max-width:480px){.toast-root .toast{max-width:100%;border-radius:12px}}.toast-root .toast__inner{position:relative;padding:48px 24px 32px}@media(max-width:480px){.toast-root .toast__inner{padding:44px 20px 28px}}.toast-root .toast__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;border-radius:50%;background-color:transparent;background-image:url(/images/icons/icon-close.svg);background-size:18px;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(0) invert(1);transition:background-color .2s ease,opacity .2s ease}.toast-root .toast__close:hover{background-color:#fff3}.toast-root .toast__close:active{opacity:.85}.toast-root .toast__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.toast-root .toast__left{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0}.toast-root .toast__top{display:flex;align-items:baseline;justify-content:center;gap:10px}.toast-root .toast__title{font-family:Play,sans-serif;font-weight:600;font-size:32px;line-height:1.2;text-transform:uppercase;margin:0;background:linear-gradient(180deg,#fff392 24.14%,#ffa100 68.07%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:480px){.toast-root .toast__title{font-size:24px}}.toast-root .toast__message{font-weight:400;font-size:16px;line-height:1.45;color:#fff1cb;margin:0;max-width:384px}@media(max-width:480px){.toast-root .toast__message{font-size:14px}}.toast-root .toast--reward{align-self:center;width:min(100%,360px);max-width:360px;border:none;border-radius:12px 12px 0 0;background:linear-gradient(95.34deg,#4295e7 30.26%,#53cffb 74.92%);box-shadow:0 10px 24px #00000059,inset 0 1px #ffffff61;overflow:visible}.toast-root .toast--reward .toast__inner{padding:14px 16px 12px;overflow:visible}.toast-root .toast--reward .toast__close{top:-40px;right:50%;transform:translate(50%);width:34px;height:34px;background-color:transparent;background-size:22px;border:none}.toast-root .toast--reward .toast__close:hover{background-color:transparent;opacity:.9}.toast-root .toast--reward .toast__content{align-items:flex-end;justify-content:space-between;flex-direction:row;gap:8px;position:relative}.toast-root .toast--reward .toast__left{align-items:flex-start;gap:8px;padding-right:92px}.toast-root .toast--reward .toast__top,.toast-root .toast--reward .toast__title{display:none}.toast-root .toast--reward .toast__reward-pill{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:2px 8px;border-radius:4px;background:#ffffff42;color:#fff;font-size:11px;line-height:1.2;font-weight:300}.toast-root .toast--reward .toast__amount{display:flex;flex-direction:column;align-items:flex-start;gap:2px;font-family:Play;font-size:33px;color:#ffd84d;background:none;-webkit-text-fill-color:unset;letter-spacing:.01em}.toast-root .toast--reward .toast__amount-unit{font-size:22px;font-weight:300;letter-spacing:0;text-transform:none;color:#fff;background:none;-webkit-text-fill-color:unset}.toast-root .toast--reward .toast__reward-coins-img{position:absolute;right:-48px;top:-54px;display:block;width:196px;height:auto;margin-right:0;margin-bottom:0;pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:480px){.toast-root .toast--reward{width:min(100%,290px)}.toast-root .toast--reward .toast__inner{padding:12px 12px 10px}.toast-root .toast--reward .toast__amount{font-size:26px}.toast-root .toast--reward .toast__amount-unit{font-size:18px}.toast-root .toast--reward .toast__reward-coins-img{right:-8px;top:-20px;width:150px}}.toast-root .toast__amount{font-weight:700;font-size:40px;line-height:1;letter-spacing:.02em;background:linear-gradient(180deg,#fff392 24.14%,#ffa100 68.07%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:480px){.toast-root .toast__amount{font-size:34px}}.toast-root .toast__amount-unit{font-weight:900;font-size:18px;letter-spacing:.08em;background:linear-gradient(180deg,#fff392 24.14%,#ffa100 68.07%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.95}@media(max-width:480px){.toast-root .toast__amount-unit{font-size:16px}}.toast-root .toast__right,.toast-root .toast__reward-pill,.toast-root .toast__reward-coins-img{display:none}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.region-restricted-page{position:relative;box-sizing:border-box;min-height:100dvh;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 16px 48px;margin-inline:calc(50% - 50vw);width:100vw;max-width:100vw;overflow-x:hidden;background-color:#0b0e14}@media(min-width:480px){.region-restricted-page{padding:48px 24px 64px}}.region-restricted-page__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:100%;text-align:center}@media(min-width:1024px){.region-restricted-page__content{gap:20px;max-width:1100px}}.region-restricted-page__hero{display:flex;justify-content:center;width:100%;flex-shrink:0;line-height:0}.region-restricted-page__img{display:block;width:min(100%,693px);max-width:100%;height:auto;margin-inline:auto;aspect-ratio:693/331;object-fit:contain;object-position:center}@media(min-width:480px){.region-restricted-page__img{width:425px;height:203px;aspect-ratio:auto}}@media(min-width:1024px){.region-restricted-page__img{width:734px;height:351px}}.region-restricted-page__title-divider{justify-content:center;width:100%}.region-restricted-page__title-divider .title-divider__seg{background:#fff}.region-restricted-page__text{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:1100px}.region-restricted-page__title{margin-top:16px;display:flex;flex-direction:column;align-items:center;gap:4px;font-family:Roboto,sans-serif;font-weight:700;font-size:40px;line-height:1;letter-spacing:0em;text-transform:uppercase}@media(min-width:480px){.region-restricted-page__title{font-size:38px;letter-spacing:.06em}}@media(min-width:1024px){.region-restricted-page__title{font-size:60px}}.region-restricted-page__title-line{display:block}.region-restricted-page__title-line--accent{color:#ffee5b}.region-restricted-page__title-line--light{color:#fff}.region-restricted-page__sub{margin:0;font-family:Roboto,sans-serif;font-weight:400;font-size:15px;line-height:1.45;text-align:center;color:#fff;max-width:46ch}@media(min-width:480px){.region-restricted-page__sub{font-size:14px}}@media(min-width:1024px){.region-restricted-page__sub{font-size:16px}}
