@charset "UTF-8";h1,h2,h3,h4,span,p,input,textarea,button{font-family:Open Sans,sans-serif}input,textarea{color:#fff}input::placeholder,textarea::placeholder{color:#fff;font-size:16px}h1{font-size:56px;line-height:64px}h2{font-size:32px;line-height:40px}h3{font-size:18px;line-height:26px}p{font-family:Open Sans,sans-serif;font-size:14px;line-height:22px;color:#fff}.button{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Open Sans,sans-serif;position:relative;height:40px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10);border:0;border-radius:100px;box-shadow:0 2px 4px #0000001a;overflow:hidden;cursor:pointer;color:#09081c;font-weight:600;font-size:16px;line-height:155%;transition:background .3s ease-out,box-shadow .3s ease-out}.button:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 2px 2px 8px #ff57ee73;mix-blend-mode:lighten;pointer-events:none;transition:opacity .3s ease-out}.button:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 1px 1px 2px #dafb009e;mix-blend-mode:lighten;pointer-events:none;transition:opacity .3s ease-out}.button:hover{background:linear-gradient(180deg,#e48a10,#ffe3aa);box-shadow:0 3px 6px #00000026}.button:hover:after{opacity:0}.button:hover:before{opacity:0}.button:active{background:linear-gradient(180deg,#e48a10,#ffe3aa);box-shadow:0 2px 4px #0000001a}.button:active:before{box-shadow:inset -2px -2px 8px #ff57ee73;opacity:1}.button:active:after{box-shadow:inset -1px -1px 2px #dafb009e;opacity:1}.button--yellow{background:linear-gradient(180deg,#f9fab2,#ffd30f,#ed9d27);color:#2a3045;transition:background .3s ease-out,box-shadow .3s ease-out,transform .3s ease-out}.button--yellow:before{box-shadow:inset 2px 2px 8px #c3ff0073}.button--yellow:after{box-shadow:inset 1px 1px 2px #ffffff9e}.button--yellow:hover{background:linear-gradient(180deg,#ed9d27,#ffd30f,#f9fab2);transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.button--yellow:hover:before{opacity:0}.button--yellow:hover:after{opacity:0}.button--yellow:active{background:linear-gradient(180deg,#f9fab2,#ffd30f,#ed9d27);transform:translateY(1px)}.button--yellow:active:before{box-shadow:inset 2px 2px 8px #c3ff0073;opacity:1}.button--yellow:active:after{box-shadow:inset -1px -1px 2px #ffffff9e;opacity:1}.button--disabled{background:#5115a9;color:#2a3045;cursor:not-allowed}.button--disabled:before,.button--disabled:after{opacity:0}.button--disabled{pointer-events:none}.gold-fade{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;height:40px;border:0;border-radius:100px;box-shadow:0 2px 4px #0000001a;overflow:hidden;font-family:Open Sans,sans-serif;font-weight:600;font-size:16px;line-height:155%;background:linear-gradient(180deg,#f9fab2,#ffd30f,#ed9d27);color:#2a3045;transition:background .3s ease-out,box-shadow .3s ease-out,transform .3s ease-out}.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;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10);color:#fff;border:0;border-radius:100px;cursor:pointer;transition:background .3s ease-out,box-shadow .3s ease-out,border-color .3s ease-out}.button-modal:hover{background:linear-gradient(180deg,#e48a10,#ffe3aa)}.button-modal:active{background:linear-gradient(180deg,#e48a10,#ffe3aa);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:Open Sans,sans-serif;font-weight:500;font-size:14px;line-height:22px}.gradient-text{display:inline-block;background:linear-gradient(90deg,#852df6,#c859ff);background-clip:text;-webkit-text-fill-color:transparent}.bg-glow{position:absolute;z-index:0;width:400px;height:400px;border-radius:50%;background-color:#3cd7ff;filter:blur(150px);top:80px;left:-180px;opacity:.4;pointer-events:none}.bg-glow--right{right:-180px;top:-180px;left:auto;background-color:#ffcb3b}.bg-glow--left-purple{background-color:#852df6;right:-180px;left:auto}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.fade-in-section--visible{opacity:1;transform:translateY(0)}body.no-scroll{overflow:hidden}.App{background-color:#09081c;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;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}.header{display:flex;justify-content:center;width:100%;min-height:90px;position:fixed;z-index:10;transition:all .3s ease;background:#09081c}.header--hidden{opacity:0;pointer-events:none}.header__logo-img{width:95px;height:56px}.header--scrolled .header__content{background:#0a0d22d9;backdrop-filter:blur(20px);border-radius:64px;padding:12px 24px;max-width:1000px}.header__content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;pointer-events:all;transition:all .3s ease}@media(max-width:480px){.header__content{padding:12px 16px}}.header__interactive{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;width:100%}@media(max-width:1024px){.header__interactive{display:flex;justify-content:space-between;gap:12px}}.header__nav{display:flex;align-items:center;gap:32px}@media(max-width:1024px){.header__nav{display:none}}.header__nav a,.header__nav .header__menu-link{font-family:Open Sans,sans-serif;font-weight:400;font-size:18px;line-height:133%;letter-spacing:.01em;color:#ffffffb3;transition:color .3s ease-out}.header__nav a:hover,.header__nav .header__menu-link:hover{color:#ffffffe6}.header__nav a--active,.header__nav .header__menu-link--active{font-weight:700;font-size:18px;line-height:133%;letter-spacing:.01em;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header__right{display:flex;align-items:center;justify-content:flex-end;gap:10px}@media(max-width:1024px){.header__right{display:none}}.header__support-wrap{display:flex;align-items:center;gap:40px}.header__support{display:flex;align-items:center;gap:6px}.header__support-text{font-family:Open Sans,sans-serif;font-weight:500;font-size:15px;line-height:1;color:#fff}.header__balance{display:flex;align-items:center;gap:16px;height:40px;padding:8px 8px 8px 35px;border-radius:99px;background:#fff3;border:1px solid rgba(255,255,255,.1);position:relative;min-width:120px;justify-content:flex-end}.header__balance-icon{position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:url(/images/header_coin.png) center/contain no-repeat;flex-shrink:0}.header__balance-value{font-family:Open Sans,sans-serif;font-weight:700;font-size:14px;line-height:1;color:#fff}.header__balance-add{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;box-shadow:inset 2px 2px 8px #af4949,inset 1px 1px 2px #ffffff6b,0 2px 4px #0000001a,0 2px 6px #00000045;background:linear-gradient(0deg,#9900d1,#e396ff);border:none;cursor:pointer;flex-shrink:0;transition:filter .3s ease-out,transform .3s ease-out}.header__balance-add:hover{filter:brightness(1.15);transform:scale(1.05)}.header__balance-add-img{width:14px;height:14px;background:url(/images/icons/plus-white.svg) center/contain no-repeat;display:block}.header__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;border-radius:999px;font-family:Open Sans,sans-serif;font-weight:600;border:none;cursor:pointer;font-size:16px;line-height:155%;text-align:center;color:#09081c;transition:filter .3s ease-out,transform .3s ease-out,background .3s ease-out,box-shadow .3s ease-out;text-decoration:none}.header__btn--shop{box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10);border:2px solid #ffaf42;padding:16px 24px;border-radius:48px}.header__btn--shop:hover{background:linear-gradient(180deg,#e48a10,#ffe3aa);box-shadow:0 3px 6px #00000026}.header__btn--shop:hover:after{opacity:0}.header__btn--shop:hover:before{opacity:0}.header__btn--profile{box-shadow:inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(0deg,#9900d1,#e396ff);color:#fff;transition:all .3s ease-out}.header__btn--profile:hover{background:linear-gradient(0deg,#9900d1,#e396ff);box-shadow:0 3px 6px #00000026}.header__btn-icon{width:18px;height:18px;background-size:contain;background-position:center;background-repeat:no-repeat}.header__btn-icon--shop{background-image:url(/images/shop.svg)}.header__btn-icon--profile{background-image:url(/images/icons/icon-person.svg);filter:brightness(0) invert(1)}.header__profile-wrap{position:relative}.header__dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:180px;padding:8px;border-radius:12px;background:#1e2433fa;backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;gap:4px;z-index:20}.header__dropdown-item{display:flex;align-items:center;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;cursor:pointer;font-family:Open Sans,sans-serif;font-size:14px;color:#c3c6d3;text-align:left;transition:background .3s ease-out,color .3s ease-out}.header__dropdown-item:hover{background:#ffffff14;color:#fff}.header__dropdown-icon{width:18px;height:18px;margin-right:10px;flex-shrink:0}.header__dropdown-label{font-weight:500}.header__lang{margin-left:4px}.header__burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;z-index:2}@media(max-width:1024px){.header__burger{display:flex;justify-self:flex-end}}.header__burger-img{width:24px;height:24px;display:block}.mobile-menu{position:fixed;inset:0;z-index:1000}.mobile-menu__overlay{position:absolute;inset:0;background:#0009}.mobile-menu__content{position:absolute;right:0;top:0;bottom:0;width:100%;max-width:320px;padding:24px 20px 32px;display:flex;flex-direction:column;gap:28px;background:#09081c;backdrop-filter:blur(20px);box-shadow:-4px 0 24px #0000004d}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-menu__header-top-inter{display:flex;align-items:center;gap:12px}.mobile-menu__header-top-inter--auth{margin-left:auto}.mobile-menu__close{width:40px;height:40px;border:none;background:url(/images/icons/icon-burger-close.svg) center/contain no-repeat;cursor:pointer;flex-shrink:0}.mobile-menu__nav{display:flex;flex-direction:column;gap:8px}.mobile-menu__nav a,.mobile-menu__link{font-family:Open Sans,sans-serif;font-size:16px;font-weight:500;color:#c3c6d3;text-decoration:none;padding:10px 0;border:none;background:none;cursor:pointer;width:100%;text-align:left;transition:color .3s ease-out}.mobile-menu__nav a:hover,.mobile-menu__nav a.header__menu-link--active,.mobile-menu__link:hover,.mobile-menu__link.header__menu-link--active{color:#ffb347}.mobile-menu__lang{margin-top:auto;display:flex;justify-content:center}.mobile-menu__actions{display:flex;flex-direction:column;gap:12px}.mobile-menu .mobile-menu__btn{width:100%;justify-content:center}.header__balance--mob{display:none;padding:6px 8px 6px 56px;width:100%;max-width:none;justify-content:space-between}@media(max-width:1024px){.header__balance--mob{display:flex}}.footer{position:relative;background:linear-gradient(180deg,#1a192c,#3d003d);box-shadow:inset 0 2px #ffffff0f,inset 0 6px 44px 8px #00000073;border-radius:88px 88px 0 0;padding:48px 120px;width:100%;height:690px;overflow:hidden}@media(max-width:1280px){.footer{padding:40px 16px}}@media(max-width:900px){.footer{height:auto}}.footer__content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer__content__description{margin-top:16px;font-weight:600;font-size:12px;text-align:center;color:#fff;max-width:800px}@media(max-width:900px){.footer__content__description{font-size:12px}}.footer__content__logo{width:181px;height:108px}@media(max-width:1280px){.footer__content__logo{width:142px;height:84px}}.footer__content__title{font-weight:700;font-size:48px;line-height:117%;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}@media(max-width:1280px){.footer__content__title{font-size:40px}}@media(max-width:480px){.footer__content__title{font-size:24px}}.footer__content__bottom{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));justify-content:center;gap:80px;margin-top:40px;width:100%;max-width:800px;align-items:flex-start}@media(max-width:900px){.footer__content__bottom{gap:40px;grid-template-columns:repeat(2,minmax(140px,1fr))}}.footer__content__bottom__item{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;text-align:center}@media(max-width:900px){.footer__content__bottom__item:first-child{grid-column:1/-1;align-items:center}}.footer__content__bottom__item__title{font-weight:700;font-size:16px;line-height:125%;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:#ffffffb3}@media(max-width:900px){.footer__content__bottom__item__title{font-size:14px}}.footer__content__bottom__item__list{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:8px;list-style:none;padding:0;margin:0;text-align:center}.footer__content__bottom__item__list__item{text-align:center}.footer__content__bottom__item__list__link{display:block;font-weight:700;font-size:16px;line-height:125%;letter-spacing:.01em;text-align:center;color:#fff;transition:all .3s ease-in-out}.footer__content__bottom__item__list__link:hover{color:#ffffffb3}@media(max-width:900px){.footer__content__bottom__item__list__link{font-size:14px}}.footer__content__bottom__copyright{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:24px;gap:24px}.footer__content__bottom__copyright__text{font-weight:500;font-size:12px;line-height:167%;letter-spacing:.01em;color:#faeef599}.footer__container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%}.footer__bg{position:absolute;bottom:0;pointer-events:none;object-fit:contain;object-position:bottom;width:370px;height:370px;opacity:.4}@media(max-width:900px){.footer__bg{display:none}}.footer__bg--left{left:0;transform:scaleX(-1)}.footer__bg--right{right:0}.global-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#09081c;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}}.modal{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;padding:16px}.modal__backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(8px)}.modal__content{position:relative;z-index:2;width:100%;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.modal__content{max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow-y:auto;align-items:flex-start;-webkit-overflow-scrolling:touch}}.registration-modal{width:100%;max-width:448px;background:#11142e;border-radius:10px;padding:14px 14px 49px;display:flex;flex-direction:column;color:#fff;font-family:Open Sans,sans-serif;box-shadow:0 32px 64px -12px #a44fff29}@media(max-width:1024px){.registration-modal{padding:24px}}.registration-modal__top{display:flex;flex-direction:column;align-items:center;margin-bottom:31px}.registration-modal__title{font-size:32px;font-weight:700;line-height:40px;text-transform:uppercase;text-align:center}@media(max-width:1024px){.registration-modal__title{font-size:24px;line-height:32px}}@media(max-width:768px){.registration-modal__title{font-size:20px;line-height:28px}}.registration-modal__close{align-self:end;cursor:pointer;background-image:url(/images/icons/icon-close.svg);width:24px;height:24px;background-position:center;background-size:contain}.registration-modal__social{display:flex;gap:12px;margin-bottom:20px}.registration-modal__social-btn{flex:1;height:46px;font-size:14px;font-weight:600;text-transform:capitalize;color:#fff;display:flex;align-items:center;justify-content:center}.registration-modal__auth-icon{width:20px;height:20px;background-size:contain}.registration-modal__auth-icon--facebook{background-image:url(/images/icons/icon-facebook.svg)}.registration-modal__auth-icon--google{background-image:url(/images/icons/icon-google.svg)}.registration-modal__separator{display:flex;align-items:center;gap:7px;margin-bottom:21px;color:#51566c;font-size:12px}.registration-modal__line{flex:1;height:1px;background:#51566c}.registration-modal__or{white-space:nowrap;text-transform:lowercase}.registration-modal__form{display:flex;flex-direction:column;gap:7px}.registration-modal__field{width:100%}.registration-modal__input-wrapper{position:relative;display:flex;align-items:center}.registration-modal__input-icon{position:absolute;left:14px;width:20px;height:20px;pointer-events:none}.registration-modal__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none}.registration-modal__input{width:100%;height:48px;border:1px solid #09081c;border-radius:8px;background:#2a3045;padding:0 48px;color:#51566c;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.registration-modal__input::placeholder{color:#51566c}.registration-modal__input:focus{border-color:#c859ff;box-shadow:0 0 0 1px #c859ff4d;background:#171a3a}.registration-modal__input--dob{padding:0}.registration-modal__checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:7px;cursor:pointer;user-select:none}.registration-modal__checkbox--age-ver{margin-bottom:0}.registration-modal__checkbox-input{position:absolute;opacity:0;pointer-events:none}.registration-modal__checkbox-box{width:18px;height:18px;border-radius:4px;border:2px solid #ffffff;background:transparent;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:background .2s ease,border-color .2s ease}.registration-modal__checkbox-box:after{content:"";width:9px;height:5px;border-left:4px solid #852df6;border-bottom:4px solid #852df6;border-radius:2px;transform:rotate(-45deg);opacity:0;transition:opacity .15s ease}.registration-modal__checkbox-input:checked+.registration-modal__checkbox-box{background:#fff;border-color:transparent}.registration-modal__checkbox-input:checked+.registration-modal__checkbox-box:after{opacity:1}.registration-modal__checkbox-text{display:flex;flex-direction:column;gap:2px;font-size:11px;line-height:1.3}.registration-modal__checkbox-title{font-weight:600}.registration-modal__checkbox-sub{color:#fff}.registration-modal__submit{align-self:center;width:229px;cursor:pointer;font-size:14px;font-weight:700;text-transform:uppercase;line-height:22px;margin-top:15px}@media(max-width:1024px){.registration-modal__submit{width:100%}}.registration-modal__input--error{border-color:#852df6!important}.registration-modal__error{margin:10px 0 0;font-size:14px;color:#852df6;line-height:20px;font-weight:500;text-align:center}.registration-modal__server{align-self:center;margin-top:10px;font-size:12px;text-align:center}.registration-modal__server--success{color:#4dff88}.registration-modal__server--error{color:#ff4d4d}.registration-modal__field--dob{display:flex;gap:8px}.registration-modal__input--dob{width:100%;flex-grow:1;text-align:center}.registration-modal--register{background:#261635;border-radius:16px;padding:24px 24px 32px;box-shadow:0 24px 48px #0006;max-width:700px}@media(max-width:1024px){.registration-modal--register{padding:16px}}.registration-modal--register .registration-modal__top{margin-bottom:24px}.registration-modal--register .registration-modal__title{font-weight:700;font-size:48px;line-height:117%;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}@media(max-width:1024px){.registration-modal--register .registration-modal__title{font-size:24px;line-height:32px}}@media(max-width:768px){.registration-modal--register .registration-modal__title{font-size:20px;line-height:28px}}.registration-modal--register .registration-modal__tabs{display:flex;align-items:center;justify-content:space-between;margin-top:52px;position:relative;width:100%}@media(max-width:1024px){.registration-modal--register .registration-modal__tabs{margin-top:24px}}.registration-modal--register .registration-modal__tabs:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff4d;border-radius:2px}.registration-modal--register .registration-modal__tab{font-weight:400;font-size:18px;line-height:133%;letter-spacing:.01em;text-transform:uppercase;color:#ffffffb3;background:none;border:none;padding:0 0 16px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;flex:1}@media(max-width:1024px){.registration-modal--register .registration-modal__tab{font-size:16px;line-height:24px}}.registration-modal--register .registration-modal__tab--active{font-family:var(--font-family);font-weight:700;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.registration-modal--register .registration-modal__tab--active:after{content:"";position:absolute;left:50%;transform:translate(-50%);right:0;bottom:0;height:4px;background:#f9f;border-radius:2px;width:60%}.registration-modal--register .registration-modal__tab:not(.registration-modal--register .registration-modal__tab--active):hover{color:#bbb}.registration-modal--register .registration-modal__form{gap:16px}.registration-modal--register .registration-modal__input-wrapper .registration-modal__input{background:#ffffff0a;border:1px solid #555555;color:#fff}.registration-modal--register .registration-modal__input-wrapper .registration-modal__input::placeholder{color:#bbb}.registration-modal--register .registration-modal__input-wrapper .registration-modal__input:focus{border-color:#666;box-shadow:0 0 0 1px #55555580;background:#4a3569}.registration-modal--register .registration-modal__input-wrapper .registration-modal__input-icon{filter:brightness(0) invert(1);opacity:.9}.registration-modal--register .registration-modal__password-toggle{position:absolute;right:14px;width:20px;height:20px;padding:0;border:none;background:none;cursor:pointer;color:#bbb;display:flex;align-items:center;justify-content:center}.registration-modal--register .registration-modal__password-toggle:hover{color:#fff}.registration-modal--register .registration-modal__password-toggle svg{width:20px;height:20px}.registration-modal--register .registration-modal__submit{width:100%;max-width:none;font-size:16px;font-weight:700;text-transform:none;color:#09081c;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;border:2px solid #ffaf42;border-radius:48px;padding:16px 40px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10)}.registration-modal--register .registration-modal__submit:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 16px #a0522d66,inset 0 1px #ffffff40}.registration-modal--register .registration-modal__submit:disabled{opacity:.7;cursor:not-allowed}.registration-modal--register .registration-modal__error{color:#c084fc}.registration-modal--register .registration-modal__server{margin-top:12px}.registration-modal--register .registration-modal__checkbox-box{border-color:#f9fc}.registration-modal--register .registration-modal__checkbox-input:checked+.registration-modal__checkbox-box{border-color:transparent}.registration-modal--register .registration-modal__input--dob{background:#ffffff0a;border:1px solid #555555;color:#fff}.registration-modal--register .registration-modal__input--dob::placeholder{color:#bbb}.registration-modal--register .registration-modal__input--dob:focus{border-color:#666;box-shadow:0 0 0 1px #55555580;background:#4a3569}.registration-modal--register .registration-modal__input--error{border-color:#c084fc!important}.registration-modal--login{background:#261635;border-radius:16px;padding:24px 24px 32px;box-shadow:0 24px 48px #0006;max-width:700px}@media(max-width:1024px){.registration-modal--login{padding:16px}}.registration-modal--login .registration-modal__top{margin-bottom:24px}.registration-modal--login .registration-modal__title{font-weight:700;font-size:48px;line-height:117%;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}@media(max-width:1024px){.registration-modal--login .registration-modal__title{font-size:24px;line-height:32px}}@media(max-width:768px){.registration-modal--login .registration-modal__title{font-size:20px;line-height:28px}}.registration-modal--login .registration-modal__tabs{display:flex;align-items:center;justify-content:space-between;margin-top:52px;position:relative;width:100%}@media(max-width:1024px){.registration-modal--login .registration-modal__tabs{margin-top:24px}}.registration-modal--login .registration-modal__tabs:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff4d;border-radius:2px}.registration-modal--login .registration-modal__tab{font-weight:400;font-size:18px;line-height:133%;letter-spacing:.01em;text-transform:uppercase;color:#ffffffb3;background:none;border:none;padding:0 0 16px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;flex:1}.registration-modal--login .registration-modal__tab--active{font-family:var(--font-family);font-weight:700;font-size:18px;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.registration-modal--login .registration-modal__tab--active:after{content:"";position:absolute;left:50%;transform:translate(-50%);right:0;bottom:0;height:4px;background:#f9f;border-radius:2px;width:60%}.registration-modal--login .registration-modal__tab:not(.registration-modal--login .registration-modal__tab--active):hover{color:#bbb}.registration-modal--login .registration-modal__form{gap:16px}.registration-modal--login .registration-modal__input-wrapper .registration-modal__input{background:#ffffff0a;border:1px solid #555555;color:#fff}.registration-modal--login .registration-modal__input-wrapper .registration-modal__input::placeholder{color:#bbb}.registration-modal--login .registration-modal__input-wrapper .registration-modal__input:focus{border-color:#666;box-shadow:0 0 0 1px #55555580;background:#4a3569}.registration-modal--login .registration-modal__input-wrapper .registration-modal__input-icon{filter:brightness(0) invert(1);opacity:.9}.registration-modal--login .registration-modal__password-toggle{position:absolute;right:14px;width:20px;height:20px;padding:0;border:none;background:none;cursor:pointer;color:#bbb;display:flex;align-items:center;justify-content:center}.registration-modal--login .registration-modal__password-toggle:hover{color:#fff}.registration-modal--login .registration-modal__password-toggle svg{width:20px;height:20px}.registration-modal--login .registration-modal__forgot{margin-top:4px;margin-bottom:4px;text-align:right;background:none;border:none;cursor:pointer;padding:0;font-weight:600;font-size:16px;font-family:var(--font-main);color:#f9f;text-decoration:underline;text-decoration-skip-ink:none;text-decoration-thickness:1px}.registration-modal--login .registration-modal__forgot:hover{color:#8a4fff;text-decoration:underline}.registration-modal--login .registration-modal__submit{width:100%;max-width:none;margin-top:8px;font-size:16px;font-weight:700;text-transform:none;color:#09081c;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;border:2px solid #ffaf42;border-radius:48px;padding:16px 40px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10)}.registration-modal--login .registration-modal__submit:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 16px #a0522d66,inset 0 1px #ffffff40}.registration-modal--login .registration-modal__submit:disabled{opacity:.7;cursor:not-allowed}.registration-modal--login .registration-modal__error{color:#c084fc}.registration-modal--login .registration-modal__server{margin-top:12px}.registration-modal--reset{background:#261635;border-radius:16px;padding:24px 24px 32px;box-shadow:0 24px 48px #0006;max-width:700px}.registration-modal--reset .registration-modal__top{margin-bottom:24px}.registration-modal--reset .registration-modal__title{font-weight:700;font-size:48px;line-height:117%;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}.registration-modal--reset .registration-modal__form{gap:16px}.registration-modal--reset .registration-modal__input-wrapper .registration-modal__input{background:#ffffff0a;border:1px solid #555555;color:#fff}.registration-modal--reset .registration-modal__input-wrapper .registration-modal__input::placeholder{color:#bbb}.registration-modal--reset .registration-modal__input-wrapper .registration-modal__input:focus{border-color:#666;box-shadow:0 0 0 1px #55555580;background:#4a3569}.registration-modal--reset .registration-modal__input-wrapper .registration-modal__input-icon{filter:brightness(0) invert(1);opacity:.9}.registration-modal--reset .registration-modal__submit{width:100%;max-width:none;margin-top:8px;font-size:16px;font-weight:700;text-transform:none;color:#09081c;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;border:2px solid #ffaf42;border-radius:48px;padding:16px 40px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10)}.registration-modal--reset .registration-modal__submit:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 16px #a0522d66,inset 0 1px #ffffff40}.registration-modal--reset .registration-modal__submit:disabled{opacity:.7;cursor:not-allowed}.registration-modal--reset .registration-modal__error{color:#c084fc}.registration-modal--reset .registration-modal__server{margin-top:12px}.registration-modal--reset .registration-modal__input--error{border-color:#c084fc!important}.profile-modal__close{align-self:flex-end;cursor:pointer;background-image:url(/images/icons/icon-close.svg);width:24px;height:24px;background-position:center;background-repeat:no-repeat;background-size:contain}.profile-modal__info{font-size:12px;opacity:.7;margin-bottom:8px;color:#bbb}.profile-modal__form{display:flex;flex-direction:column;gap:16px;margin-top:0}.profile-modal__field{width:100%}.profile-modal__field--dob{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@media (max-width:){.profile-modal__field--dob{display:flex;gap:10px}}.profile-modal__input-wrapper{position:relative;display:flex;align-items:center}.profile-modal__input{width:100%;height:48px;border-radius:8px;background:#ffffff0a;border:1px solid #555555;padding:0 14px 0 20px;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.profile-modal__input::placeholder{color:#bbb}.profile-modal__input:focus{border-color:#666;box-shadow:0 0 0 1px #55555580;background:#4a3569}.profile-modal__input:disabled{opacity:.8;cursor:not-allowed}.profile-modal__input--dob{padding:0 8px;text-align:center}@media (max-width:){.profile-modal__input--dob{flex-grow:1;width:100%}}.profile-modal__input--dob:not(:placeholder-shown),.profile-modal__input--dob:focus{padding:0 8px}.profile-modal__input--error{border-color:#c084fc!important}.profile-modal__error{margin-top:4px;font-size:11px;color:#c084fc;line-height:1.2}.profile-modal__checkbox{display:flex;align-items:center;gap:10px;margin-top:4px;cursor:pointer;user-select:none}.profile-modal__checkbox-input{position:absolute;opacity:0;pointer-events:none}.profile-modal__checkbox-box{width:18px;height:18px;border-radius:4px;border:2px solid rgba(255,153,255,.8);background:transparent;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:background .2s ease,border-color .2s ease}.profile-modal__checkbox-box:after{content:"";width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);opacity:0;transition:opacity .15s ease}.profile-modal__checkbox-input:checked+.profile-modal__checkbox-box{background:#f9f;border-color:transparent}.profile-modal__checkbox-input:checked+.profile-modal__checkbox-box:after{opacity:1}.profile-modal__checkbox-text{font-size:12px;color:#fff}.profile-modal__submit{width:100%;max-width:none;margin-top:8px;font-size:16px;font-weight:700;text-transform:none;color:#09081c;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;border:2px solid #ffaf42;border-radius:48px;padding:16px 40px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10)}.profile-modal__submit:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 16px #a0522d66,inset 0 1px #ffffff40}.profile-modal__submit:disabled{opacity:.7;cursor:not-allowed}.profile-modal__forgot{margin-top:4px;margin-bottom:4px;text-align:right;background:none;border:none;cursor:pointer;padding:0;font-weight:600;font-size:16px;font-family:var(--font-main);color:#f9f;text-decoration:underline;text-decoration-skip-ink:none;text-decoration-thickness:1px}.profile-modal__forgot:hover{color:#8a4fff;text-decoration:underline}.profile-modal__server{margin-top:12px;font-size:12px;text-align:left}.profile-modal__server--success{color:#4dff88}.profile-modal__server--error{color:#ff4d4d}.profile-modal{width:100%;max-width:700px;background:#261635;border-radius:16px;padding:24px 24px 32px;box-shadow:0 24px 48px #0006;color:#fff;font-family:Open Sans,sans-serif;display:flex;flex-direction:column}@media(max-width:480px){.profile-modal{padding:16px}}.profile-modal__close{align-self:flex-end;cursor:pointer;background-image:url(/images/icons/icon-close.svg);width:24px;height:24px;background-position:center;background-repeat:no-repeat;background-size:contain}.profile-modal__top{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.profile-modal__title{font-weight:700;font-size:48px;line-height:117%;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}@media(max-width:480px){.profile-modal__title{font-size:32px}}.profile-modal__tabs{display:flex;align-items:center;justify-content:space-between;margin-top:52px;position:relative;width:100%}.profile-modal__tabs:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff4d;border-radius:2px}.profile-modal__tab{font-weight:400;font-size:18px;line-height:133%;letter-spacing:.01em;text-transform:uppercase;color:#ffffffb3;background:none;border:none;padding:0 0 16px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;flex:1}.profile-modal__tab--active{font-weight:700;font-size:18px;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;cursor:default}.profile-modal__tab--active:after{content:"";position:absolute;left:50%;transform:translate(-50%);right:0;bottom:0;height:4px;background:#f9f;border-radius:2px;width:60%}.profile-modal__tab:not(.profile-modal__tab--active):hover{color:#bbb}.profile-modal__table{margin-top:8px;border-radius:12px;overflow:visible}.profile-modal__table-head{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:24px;align-items:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;padding:12px 16px;background:#fff;border:1px solid rgba(255,255,255,.08);border-radius:64px;color:#09081c}@media(max-width:480px){.profile-modal__table-head{grid-template-columns:1fr 1fr 1fr;column-gap:12px;padding:10px 12px}}.profile-modal__table-cell--head{padding:0;display:flex;align-items:center}.profile-modal__table-cell--head.profile-modal__table-cell--product,.profile-modal__table-cell--head.profile-modal__table-cell--price,.profile-modal__table-cell--head.profile-modal__table-cell--date{justify-content:flex-start}.profile-modal__table-body{display:flex;flex-direction:column}.profile-modal__row{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:24px;align-items:center;padding:12px 16px;border-radius:64px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}@media(max-width:480px){.profile-modal__row{grid-template-columns:1fr 1fr 1fr;column-gap:12px;padding:10px 12px}}.profile-modal__cell{font-size:14px;color:#fff}@media(max-width:480px){.profile-modal__cell{font-size:12px}}.profile-modal__cell--product{display:flex;align-items:center;gap:12px}.profile-modal__cell--price,.profile-modal__cell--date{text-align:left}.profile-modal__coin-icon{width:24px;height:24px;object-fit:contain;flex-shrink:0}.profile-modal__product-name{font-weight:600}.profile-modal__table-placeholder{padding:32px 24px;text-align:center;font-size:14px;color:#ffffffb3;background:#ffffff0a;border-radius:12px}.profile-modal__table-placeholder--error{color:#ff4d4d}.shop-modal{position:relative;width:100%;max-width:900px;border-radius:20px;padding:0 0 24px;color:#fff;font-family:Open Sans,sans-serif;display:flex;flex-direction:column;box-shadow:0 24px 48px #0006;background-color:#261635;background-image:linear-gradient(#09081c00,#09081c),linear-gradient(#261635eb,#261635eb),url(/images/features_bg.jpeg);background-size:cover,cover,cover;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;overflow:hidden}@media(max-width:768px){.shop-modal{overflow:visible;max-height:none}}.shop-modal:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#f9fc,#8b5cf6cc);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}@media(max-width:1024px){.shop-modal{max-width:100%;padding:0 0 20px}}.shop-modal__close{position:absolute;right:16px;top:16px;width:24px;height:24px;cursor:pointer;background-image:url(/images/icons/icon-close.svg);background-position:center;background-repeat:no-repeat;background-size:contain;z-index:10}.shop-modal__banner{box-shadow:inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(0deg,#9900d1,#e396ff);padding:16px 24px;text-align:center;border-radius:0 0 48px 48px;width:600px;margin:0 auto}@media(max-width:1024px){.shop-modal__banner{width:100%;max-width:600px}}.shop-modal__banner-title{font-weight:700;font-size:48px;line-height:117%;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:#fff}@media(max-width:768px){.shop-modal__banner-title{font-size:24px}}.shop-modal__top{padding:24px 24px 20px;text-align:center}.shop-modal__headline-text{font-weight:700;font-size:24px;line-height:233%;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:#f9f}@media(max-width:1024px){.shop-modal__headline-text{font-size:13px}}.shop-modal__disclaimer{font-weight:600;font-size:14px;letter-spacing:.01em;text-align:center;color:#fff}@media(max-width:1024px){.shop-modal__disclaimer{font-size:11px}}.shop-modal__content{display:grid;grid-template-columns:1fr 300px;gap:24px;padding:0 24px 24px;margin-top:16px}@media(max-width:768px){.shop-modal__content{grid-template-columns:1fr;padding:16px;gap:40px}}.shop-modal__left{display:flex;flex-direction:column;gap:20px}.shop-modal__custom-block{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;position:relative;padding:16px 20px;margin:0 24px;box-sizing:border-box;max-width:100%;background:linear-gradient(#ffb0ff4d,#ffd5dc4d,#ffe7b04d),#ffffff0a;border-radius:24px}@media(max-width:1024px){.shop-modal__custom-block{margin:0 16px}}.shop-modal__custom-block:before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(90deg,#ffb0ff,#ffd5dc,#ffe7b0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.shop-modal__custom-block>*{position:relative;z-index:1}@media(max-width:768px){.shop-modal__custom-block{flex-direction:column;align-items:flex-start;gap:10px}}.shop-modal__custom-label{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;color:#f9f}.shop-modal__custom-header{display:flex;flex-direction:column;gap:6px}@media(max-width:768px){.shop-modal__custom-header{flex-direction:row;justify-content:space-between;width:100%;align-items:center}}.shop-modal__custom-header-content{display:flex;flex-direction:column}.shop-modal__custom-rate{font-weight:400;font-size:10px;color:#fff}.shop-modal__custom-input-wrap{display:flex;align-items:center;flex:1;min-width:100px;max-width:160px;height:44px;background:#ffffff0f;border:1px solid rgba(255,255,255,.5);border-radius:12px;box-sizing:border-box}@media(max-width:768px){.shop-modal__custom-input-wrap{width:100%;max-width:none;flex:auto}}.shop-modal__custom-input-prefix{padding-left:16px;font-size:16px;font-weight:600;color:#fff;flex-shrink:0}.shop-modal__custom-input{flex:1;min-width:0;height:100%;padding:0 16px;border:none;background:transparent;color:#fff;font-size:16px;font-weight:600}.shop-modal__custom-input::placeholder{color:#ffffff80}.shop-modal__custom-input:focus{outline:none}.shop-modal__custom-input:focus-within{outline:none}.shop-modal__custom-input-wrap:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf64d}.shop-modal__grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:36px;column-gap:6px}.shop-modal__pack{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border-radius:24px;height:100px;transition:border-color .2s,box-shadow .2s,background .2s;box-shadow:0 4px 44px #c50dc54d;background:#351b4a82;position:relative;z-index:0}@media(max-width:768px){.shop-modal__pack{padding:12px;height:80px}}.shop-modal__pack>*{position:relative;z-index:1}.shop-modal__pack:before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,#f9fc,#8b5cf6cc);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}.shop-modal__pack:hover{box-shadow:0 4px 44px #c50dc580}.shop-modal__pack-icon{width:32px;height:32px;object-fit:contain}.shop-modal__pack-coins{font-weight:600;font-size:16px;letter-spacing:.01em;color:#fff}@media(max-width:768px){.shop-modal__pack-coins{font-size:10px;text-align:center}}.shop-modal__pack-price{position:absolute;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10);border:2px solid #ffaf42;border-radius:48px;padding:0 20px;height:40px;text-shadow:0 4px 7px 0 rgba(0,0,0,.25);font-weight:600;font-size:16px;line-height:155%;text-align:center;color:#09081c;display:flex;align-items:center;justify-content:center;bottom:-20px;cursor:pointer;transition:all .3s ease-in-out}.shop-modal__pack-price:hover{filter:brightness(1.06);box-shadow:0 4px 20px #e48a1066}@media(max-width:768px){.shop-modal__pack-price{display:none}}.shop-modal__right{display:flex;flex-direction:column;gap:16px;background:linear-gradient(0deg,#9900d1,#e396ff);border-radius:24px;padding:16px}.shop-modal__payment-box{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;color:#fff;font-family:Roboto,sans-serif}@media(max-width:768px){.shop-modal__payment-box{font-size:12px}}.shop-modal__total-block{background:#ffffff80;border-radius:12px;padding:16px}@media(max-width:768px){.shop-modal__total-block{padding:8px 16px}}.shop-modal__total-value{font-weight:500;font-size:24px;color:#fff}.shop-modal__checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;user-select:none}.shop-modal__checkbox-input{position:absolute;opacity:0;pointer-events:none}.shop-modal__checkbox-box{width:18px;height:18px;border-radius:4px;border:2px solid rgba(255,153,255,.8);background:transparent;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.shop-modal__checkbox-box:after{content:"";width:8px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);opacity:0}.shop-modal__checkbox-input:checked+.shop-modal__checkbox-box{background:#f9f;border-color:transparent}.shop-modal__checkbox-input:checked+.shop-modal__checkbox-box:after{opacity:1}.shop-modal__checkbox-text{font-weight:400;font-size:10px;color:#ffffffb3}.shop-modal__footer{position:relative;display:flex;align-items:center;gap:80px;margin-top:8px;padding:0 40px}@media(max-width:1024px){.shop-modal__footer{padding:0 16px}}@media(max-width:768px){.shop-modal__footer{flex-direction:column;gap:10px}}.shop-modal__warning{font-size:13px;color:#f87171;font-weight:600;text-align:center}.shop-modal__warning--range{flex-basis:100%;width:100%;text-align:right;margin-top:8px;order:10}@media(max-width:768px){.shop-modal__warning--range{text-align:left}}.shop-modal__footer .shop-modal__warning{position:absolute;bottom:-20px;left:0}.shop-modal__confirm{max-width:260px;width:100%;padding:12px 40px;border-radius:48px;letter-spacing:.05em;text-transform:uppercase;border:2px solid #ffaf42;background:linear-gradient(180deg,#ffe3aa,#e48a10);box-shadow:0 0 26px 8px #edc6774d,inset 1px 1px 2px #ffffff4d;cursor:pointer;transition:background .3s ease-in-out,box-shadow .3s ease-in-out,border-color .3s ease-in-out,opacity .3s ease-in-out,filter .3s ease-in-out;font-weight:600;font-size:16px;text-align:center;color:#09081c}.shop-modal__confirm:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 20px #e48a1066}.shop-modal__confirm:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.shop-modal__confirm{max-width:none}}.shop-modal__info{font-weight:600;font-size:12px;letter-spacing:.01em;color:#fff}.shop-modal__info-link{text-decoration:underline;text-decoration-skip-ink:none;color:#f9f}.currency{position:relative;margin-left:8px}.currency__content{display:flex;justify-content:space-between;align-items:center;width:80px;height:40px;background:#fef3f966;border-radius:100px;padding:6px 10px;cursor:pointer}.currency__button{display:flex;align-items:center}.currency__select-flag{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;border-radius:50%;padding:4px;font-weight:600;font-size:16px;letter-spacing:.01em;text-transform:uppercase;color:#000;background-color:#fff;box-sizing:border-box}.currency__select-flag--long{width:32px;height:32px;min-width:32px;min-height:32px;padding:4px 6px;font-size:9px;letter-spacing:.02em}.currency__arrow{transition:.2s ease}.currency__arrow--open{transform:rotate(180deg)}.currency__dropdown{position:absolute;right:0;top:45px;min-width:80px;padding:4px;background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:2px;z-index:99999}@media(max-width:1024px){.currency__dropdown{top:25px;min-width:38px;padding:2px}}.currency__item{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;cursor:pointer;transition:.12s ease;font-weight:600;font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#000}@media(max-width:1024px){.currency__item{padding:6px 8px;font-size:11px}}.currency__item:hover{background:#f9f}.currency__item-label{display:block}.bet-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.bet-modal__content-top{display:flex;flex-direction:column;gap:37px;padding:12px 20px 0;height:300px;background-size:cover;background-position:center;background-repeat:no-repeat}.bet-modal__content-bottom{display:flex;flex-direction:column;gap:32px;padding:0 20px 48px;background:linear-gradient(180deg,#11142e,#11142e63 190%),url(/images/shop/shop-bg.png);background-size:cover}.bet-modal__backdrop{position:absolute;inset:0;background:#000000b3}.bet-modal__content{position:relative;width:471px;max-width:100%;max-height:640px;border-radius:11px;background:#11142e;border:1px solid #852DF6;display:flex;flex-direction:column;gap:32px;box-sizing:border-box}.bet-modal__close{position:absolute;top:16px;right:16px;width:24px;height:24px;border:none;background:transparent;cursor:pointer}.bet-modal__close:before,.bet-modal__close:after{content:"";position:absolute;inset:50%;width:18px;height:2px;background:#fff;transform-origin:center}.bet-modal__close:before{transform:translate(-50%,-50%) rotate(45deg)}.bet-modal__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.bet-modal__header{display:flex;gap:23px;align-items:end}.bet-modal__game-cover{width:106px;height:106px}.bet-modal__game-cover img{width:100%;height:100%;object-fit:cover}.bet-modal__game-info{display:flex;flex-direction:column;gap:12px}.bet-modal__title{margin:0;font-size:32px;font-weight:700;color:#fff;line-height:40px}.bet-modal__provider{width:fit-content;align-items:center;padding:6px 8px;border-radius:999px;font-family:Open Sans,sans-serif;background:#5115a9;font-size:12px;line-height:20px;color:#fff}.bet-modal__section{text-align:center;display:flex;flex-direction:column;gap:8px}.bet-modal__section-title{font-family:Open Sans,sans-serif;font-size:16px;font-weight:700;color:#fff}.bet-modal__section-subtitle{font-family:Open Sans,sans-serif;font-size:18px;line-height:26px;color:#d9d9ea}.bet-modal__controls{margin-top:25px;display:flex;justify-content:center;align-items:center;gap:12px}.bet-modal__round-btn{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(180deg,#ffcb3b,#ff8c00);box-shadow:inset 1px 1px 2px #dafb009e,0 0 9px #ffb7009c;font-size:22px;font-weight:700;color:#5c1a00}.bet-modal__bet-value{width:100%;max-width:114px;height:40px;border-radius:999px;background:#5115a9;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.bet-modal__presets{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.bet-modal__preset{border-radius:16px;border:1px solid #6a3bff;background:#060420e6;padding:8px 8px 10px;width:107px;height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:box-shadow .3s ease-out,border-color .3s ease-out,transform .3s ease-out}.bet-modal__preset:hover{box-shadow:0 0 10px #8445ff99}.bet-modal__preset--5{border-color:#852df6}.bet-modal__preset--50{border-color:#3cd7ff}.bet-modal__preset--100{border-color:#ffcb3b}.bet-modal__preset--200{border-color:#40ffb4}.bet-modal__preset--500{width:230px;border-color:#ff4f8a}.bet-modal__preset--active{border-color:#ffcb3b;box-shadow:0 0 10px #ffcb3bb3}.bet-modal__preset-image{width:81px;height:31px;background-size:contain;background-repeat:no-repeat;background-position:center}.bet-modal__preset-text{font-size:14px;font-weight:700;color:#ffcb3b}.bet-modal__play{width:145px;align-self:center;transition:transform .3s ease-out,box-shadow .3s ease-out}.bet-modal__play:disabled{opacity:.5;cursor:not-allowed}.bet-modal__play:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 12px #753dff80}.age-modal{width:100%;max-width:600px;background:#261635;border-radius:40px;padding:40px;color:#fff;font-family:Open Sans,sans-serif;text-align:center;box-sizing:border-box;display:flex;justify-content:center;box-shadow:0 32px 64px -12px #a44fff29}.age-modal__content{width:100%}.age-modal__icon{width:160px;height:99px;object-fit:contain}.age-modal__title{font-weight:700;font-size:48px;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}@media(max-width:768px){.age-modal__title{font-size:32px}}.age-modal__text{font-weight:400;font-size:16px;line-height:125%;letter-spacing:.01em;text-align:center;color:#fff;margin-top:16px}@media(max-width:768px){.age-modal__text{font-size:14px}}.age-modal__actions{display:flex;justify-content:center;gap:8px;margin-top:32px}@media(max-width:768px){.age-modal__actions{flex-direction:column}}.age-modal__btn{border-radius:48px;padding:16px 24px;width:248px;height:48px}@media(max-width:768px){.age-modal__btn{width:100%}}.age-modal__btn--secondary{box-shadow:inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(0deg,#9900d1,#e396ff)}.age-modal__btn--primary{box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10)}.registration-modal__submit{margin-top:15px}.daily-rewards{width:897px;height:428px;border-radius:20px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;color:#fff;background:#09081c;font-family:Open Sans,sans-serif;box-shadow:inset 0 0 0 2px #ffffff14}@media(max-width:900px){.daily-rewards{width:100%;max-width:100%;padding:0 12px 16px;box-sizing:border-box;height:auto}}.daily-rewards__super-day-label{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:2;position:relative}.daily-rewards__bg{position:absolute;left:0;top:0;width:100%;height:100%;max-height:527px;background-image:linear-gradient(#09081c00,#09081c),linear-gradient(#261635eb,#261635eb),url(/images/features_bg.jpeg);background-size:cover,cover,cover;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat;z-index:0;border-radius:20px}@media(max-width:900px){.daily-rewards__bg{background-position:center}}.daily-rewards__close{position:absolute;top:40px;right:25px;width:32px;height:32px;border:none;background:transparent;cursor:pointer}@media(max-width:900px){.daily-rewards__close{top:20px}}@media(max-width:360px){.daily-rewards__close{right:10px}}.daily-rewards__close:before,.daily-rewards__close:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;background:#ffffffe6}.daily-rewards__close:before{transform:translate(-50%,-50%) rotate(45deg)}.daily-rewards__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.daily-rewards__header{position:relative;z-index:2}.daily-rewards__title{box-shadow:inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(0deg,#9900d1,#e396ff);padding:16px 24px;text-align:center;border-radius:0 0 48px 48px;width:600px;margin:0 auto}@media(max-width:1024px){.daily-rewards__title{width:100%;max-width:600px}}@media(max-width:480px){.daily-rewards__title{font-size:24px}}.daily-rewards__footer{margin-top:36px;text-align:center;z-index:2;position:relative}.daily-rewards__footer-title{margin-top:10px;font-weight:700;font-size:32px;line-height:175%;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:#f9f}@media(max-width:900px){.daily-rewards__footer-title{font-size:14px}}.daily-rewards__footer-disclaimer{font-weight:600;font-size:16px;letter-spacing:.01em;text-align:center;color:#fff}@media(max-width:900px){.daily-rewards__footer-disclaimer{margin-top:10px;font-size:12px}}.daily-rewards__status{width:100%;margin-top:12px;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.daily-rewards__hint{font-size:13px;color:#fffc}.daily-rewards__error{width:100%;max-width:420px;margin:0 auto;padding:10px 14px;border-radius:12px;font-size:13px;text-align:center;background:#ff00001f;border:1px solid rgba(255,0,0,.35);box-sizing:border-box}.daily-rewards__prizes{margin-top:16px;display:flex;flex-wrap:nowrap;gap:10px;align-items:stretch;justify-content:center;z-index:2}@media(max-width:900px){.daily-rewards__prizes{display:grid;grid-template-columns:3fr 2fr;gap:8px;min-height:300px;width:100%;box-sizing:border-box;align-items:stretch}}@media(max-width:480px){.daily-rewards__prizes{grid-template-columns:1fr}}.daily-rewards__days{display:flex;flex-wrap:nowrap;gap:10px;justify-content:center;align-items:center}@media(max-width:900px){.daily-rewards__days{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);row-gap:36px;column-gap:8px;min-width:0;height:100%;align-content:stretch}}.daily-rewards__day{border-radius:16px;padding:16px;width:100px;height:135px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#3c1e5af2,#281641fa);position:relative;transition:transform .25s ease,box-shadow .25s ease;z-index:2}@media(max-width:900px){.daily-rewards__day{width:100%;min-width:0;max-width:none;height:100%;min-height:90px}}.daily-rewards__day--passed{background:linear-gradient(180deg,#56ff3124,#219e0524)}.daily-rewards__day--passed .daily-rewards__day-label,.daily-rewards__day--passed .daily-rewards__day-label-mob{color:#b8e0b8}.daily-rewards__day--passed:before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(180deg,#56ff3124,#219e0524);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.daily-rewards__day--passed>*{position:relative;z-index:1}.daily-rewards__day--passed .daily-rewards__coins{width:39px;height:40px;background-image:url(/images/header_coin.png);background-size:contain;position:relative}.daily-rewards__day--passed .daily-rewards__coins:after{content:"";position:absolute;bottom:-7px;right:-10px;width:24px;height:24px;background-image:url(/images/icons/green-check.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.daily-rewards__day--passed .daily-rewards__day-value{color:#fff}.daily-rewards__day--active{background:linear-gradient(0deg,#9900d170,#e396ff70);box-shadow:0 0 30px #852df6b3,inset 0 0 20px #ffffff0f;width:120px;height:160px}@media(max-width:900px){.daily-rewards__day--active{width:100%;height:100%}}.daily-rewards__day--active:before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(0deg,#9900d170,#e396ff70);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.daily-rewards__day--active>*{position:relative;z-index:1}.daily-rewards__day--active .daily-rewards__day-label,.daily-rewards__day--active .daily-rewards__day-label-mob{background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.daily-rewards__day--active .daily-rewards__day-value{color:#fff}.daily-rewards__day--locked{background:#351b4a82}.daily-rewards__day--locked:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(90deg,#ffb0ff,#ffd5dc,#ffe7b0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.daily-rewards__day--locked>*{position:relative;z-index:1}.daily-rewards__day--locked .daily-rewards__day-label,.daily-rewards__day--locked .daily-rewards__day-label-mob{background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.daily-rewards__day--locked .daily-rewards__day-value{color:#ffffffd9}.daily-rewards__day-top{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#56ff31,#219e05);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(243,189,84,.7)}.daily-rewards__day-label{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;text-align:center;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:900px){.daily-rewards__day-label{display:none}}.daily-rewards__day-label-mob{display:none;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff}@media(max-width:900px){.daily-rewards__day-label-mob{display:inline;text-align:center;padding-inline:8px}}.daily-rewards__day-body{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 0}.daily-rewards__day-value{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;flex-shrink:0}@media(max-width:900px){.daily-rewards__day-value{font-size:14px;margin-bottom:6px}}.daily-rewards__reward-icon{width:92px;height:92px;border-radius:14px;background:#ffffff14;display:flex;align-items:center;justify-content:center}.daily-rewards__coins{width:39px;height:40px;background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none;z-index:1}.daily-rewards__coins--5000{background-image:url(/images/header_coin.png)}.daily-rewards__coins--10000{background-image:url(/images/header_coin.png)}.daily-rewards__coins--20000{background-image:url(/images/header_coin.png)}.daily-rewards__coins--35000{background-image:url(/images/header_coin.png)}.daily-rewards__coins--60000{background-image:url(/images/header_coin.png)}.daily-rewards__coins--100000{background-image:url(/images/header_coin.png)}.daily-rewards__reward-value{font-size:20px;font-weight:700}.daily-rewards__super-day{width:118px;min-width:118px;height:180px;z-index:3;display:flex;align-items:stretch;justify-content:center;overflow:visible;position:relative}@media(max-width:900px){.daily-rewards__super-day{min-width:0;height:100%;align-self:stretch;align-items:stretch;width:100%}}@media(max-width:480px){.daily-rewards__super-day{width:100%;height:193px}}.daily-rewards__super-card{width:120px;height:180px;border-radius:12px;background-image:url(/images/games/daily.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;box-shadow:0 0 30px #ffcb3b40,inset 0 0 20px #ffffff0a}.daily-rewards__super-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(90deg,#ffb0ff,#ffd5dc,#ffe7b0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:0;pointer-events:none}.daily-rewards__super-card>*{position:relative;z-index:1}.daily-rewards__super-card{transition:box-shadow .25s ease,transform .25s ease}@media(max-width:900px){.daily-rewards__super-card{align-items:stretch;height:100%;min-height:0;width:100%}}@media(max-width:480px){.daily-rewards__super-card{margin-top:20px}}.daily-rewards__super-card--passed{background:linear-gradient(180deg,#2d5a2d,#1e3d1e)}.daily-rewards__super-top{width:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default;z-index:2;font-weight:700;font-size:16px;line-height:350%;letter-spacing:.01em;text-transform:uppercase;text-align:center;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:900px){.daily-rewards__super-top{display:none}}.daily-rewards__super-top-mob{display:none}@media(max-width:900px){.daily-rewards__super-top-mob{display:flex;flex-direction:column;padding:10px 12px;align-items:flex-start;justify-content:flex-end;position:absolute;bottom:0;left:0;right:0;height:auto;min-height:72px;border-radius:0 0 12px 12px;background:linear-gradient(0deg,rgba(0,0,0,.75) 0%,transparent 100%);z-index:2}}.daily-rewards__super-bg{border-radius:100%;fill:#d759eb;position:absolute;bottom:-25px;z-index:1}@media(max-width:900px){.daily-rewards__super-bg{width:332px;height:190px;bottom:-80px}}.daily-rewards__super-body{flex:1;margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:10px 8px;position:relative}@media(max-width:900px){.daily-rewards__super-body{position:absolute;inset:0;margin:0;padding:8px;align-items:center;justify-content:flex-end;gap:6px}}@media(max-width:360px){.daily-rewards__super-body{padding:6px}}.daily-rewards__super-value{font-size:16px;font-weight:700;color:#fff;flex-shrink:0;z-index:2;position:relative}@media(max-width:900px){.daily-rewards__super-value{font-size:20px;font-weight:700;order:0}}.daily-rewards__super-card .daily-rewards__collect{margin:0;height:36px;padding:0 18px;font-size:13px;letter-spacing:.08em;border-radius:999px}.daily-rewards__super-card .daily-rewards__collect:disabled,.daily-rewards__super-card .daily-rewards__collect[disabled]{pointer-events:none;cursor:not-allowed;opacity:.45}.daily-rewards__super-bottom{width:100%;height:32px;border-radius:0 0 12px 12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:default;background:linear-gradient(90deg,#ffcb3b80,#f7b50099)}@media(max-width:900px){.daily-rewards__super-bottom{display:none}}.daily-rewards__super-badge{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a}.daily-rewards__collect{margin-bottom:10px;height:28px;padding:4px 12px;border-radius:999px;border:none;cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1a1a1a;background:linear-gradient(180deg,#ffd95a,#f7b500);box-shadow:0 2px 8px #f7b50059}.daily-rewards__collect:disabled,.daily-rewards__collect[disabled]{cursor:not-allowed;pointer-events:none;color:#2a3045;opacity:.4}.daily-rewards__collect--pill{border:2px solid #ffaf42;border-radius:48px;padding:16px 40px;width:100px;height:40px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10);font-weight:600;font-size:16px;line-height:155%;text-align:center;color:#09081c;position:absolute;bottom:-30px}.daily-rewards .daily-rewards__footer-bg{position:absolute;bottom:-130px;pointer-events:none;object-fit:contain;object-position:bottom;width:264px;height:264px;opacity:.4}@media(max-width:900px){.daily-rewards .daily-rewards__footer-bg{display:none}}.daily-rewards .daily-rewards__footer-bg--left{transform:scaleX(-1);left:-130px}.daily-rewards .daily-rewards__footer-bg--right{right:-130px}.toast-root{position:fixed;right:24px;bottom:24px;z-index:99999;display:flex;flex-direction:column;gap:12px;pointer-events:none;font-family:Open Sans,sans-serif}@media(max-width:480px){.toast-root{right:12px;left:12px;bottom:12px;align-items:center}}.toast-root .toast{position:relative;overflow:hidden;border-radius:24px;padding:24px;width:480px;height:89px;box-shadow:0 4px 12px #c50dc580;background:#361c4b;border:2px solid #ff99ff;backdrop-filter:blur(10px);pointer-events:auto;animation:toast-in .26s ease-out}@media(max-width:480px){.toast-root .toast{max-width:320px;width:100%;height:fit-content}}.toast-root .toast:after{content:"";position:absolute;right:50%;transform:translate(50%);top:-80px;width:390px;height:240px;border-radius:999px;filter:blur(18px);opacity:.7;pointer-events:none;z-index:-1}.toast-root .toast--success:after{background:radial-gradient(circle,#d759eb,transparent 70%)}.toast-root .toast__close{position:absolute;top:14px;right:14px;width:28px;height:28px;border:none;background:transparent;cursor:pointer;opacity:.75}.toast-root .toast__close:before,.toast-root .toast__close:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:2px;border-radius:2px;background:#ffffffe6}.toast-root .toast__close:before{transform:translate(-50%,-50%) rotate(45deg)}.toast-root .toast__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.toast-root .toast__close:hover{opacity:1}.toast-root .toast__content{display:flex;align-items:center;justify-content:space-between;gap:18px}.toast-root .toast__left{display:flex;flex-direction:column;min-width:0}.toast-root .toast__top{display:flex;align-items:baseline;gap:10px}.toast-root .toast__title{font-weight:700;font-size:22px;letter-spacing:.12em;text-transform:uppercase;color:#fff}.toast-root .toast__message{font-weight:400;font-size:14px;letter-spacing:.01em;color:#ffffffb3}@media(max-width:480px){.toast-root .toast__message{font-size:13px;max-width:210px}}.toast-root .toast--reward{display:flex;align-items:center;border-radius:24px;padding:24px;width:480px;height:89px}@media(max-width:480px){.toast-root .toast--reward{max-width:320px;width:100%;height:fit-content}}.toast-root .toast--reward .toast__message{max-width:260px}.toast-root .toast__amount{font-weight:700;font-size:24px;letter-spacing:.01em;text-transform:uppercase;background:linear-gradient(180deg,#fadda2,#f3ba4c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 52px 0 rgba(152,241,250,.5)}@media(max-width:480px){.toast-root .toast__amount{font-size:24px}}.toast-root .toast__amount-unit{font-weight:900;font-size:18px;letter-spacing:.08em;opacity:.9}@media(max-width:480px){.toast-root .toast__amount-unit{font-size:16px}}.toast-root .toast__right{width:140px;height:140px;display:flex;align-items:center;justify-content:center}@media(max-width:480px){.toast-root .toast__right{width:96px;height:96px}}.toast-root .toast__icon{width:140px;height:140px;background-repeat:no-repeat;background-position:center;background-size:contain}@media(max-width:480px){.toast-root .toast__icon{width:96px;height:96px}}.toast-root .toast__icon--5000{background-image:url(/images/shop/daily-rewards/coin-5000.png)}.toast-root .toast__icon--10000{background-image:url(/images/shop/daily-rewards/coin-10000.png)}.toast-root .toast__icon--20000{background-image:url(/images/shop/daily-rewards/coin-20000.png)}.toast-root .toast__icon--35000{background-image:url(/images/shop/daily-rewards/coin-35000.png)}.toast-root .toast__icon--60000{background-image:url(/images/shop/daily-rewards/coin-60000.png)}.toast-root .toast__icon--100000{background-image:url(/images/shop/daily-rewards/coin-100000.png)}.toast-root .toast__icon--200000{background-image:url(/images/shop/daily-rewards/coin-200000.png)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px) translate(10px)}to{opacity:1;transform:translateY(0) translate(0)}}.not-found-page{position:relative;display:flex;justify-content:center;padding:192px 120px 72px;box-sizing:border-box;color:#fff}@media(max-width:1024px){.not-found-page{padding:159px 24px 60px}}@media(max-width:480px){.not-found-page{padding:171px 16px 40px}}.not-found-page{position:relative}.not-found-page:before{content:"";position:absolute;inset:0;background-image:url(/images/features_bg.jpeg);background-size:cover;background-repeat:no-repeat;opacity:.1;z-index:0}.not-found-page>*{position:relative;z-index:1}.not-found-page__content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;z-index:2;gap:40px}@media(max-width:1024px){.not-found-page__content{gap:24px}}@media(max-width:480px){.not-found-page__content{gap:16px}}.not-found-page__img{width:328px;height:240px}@media(max-width:480px){.not-found-page__img{width:273px;height:199px}}.not-found-page__sub{font-weight:400;font-size:16px;line-height:125%;letter-spacing:.01em;color:#fff;text-align:center}.not-found-page__button{font-size:14px;line-height:22px;border:2px solid #ffaf42;border-radius:48px;padding:16px 24px;width:240px;height:48px;box-shadow:0 0 26px 8px #edc67766,inset 0 0 26px 8px #71addc33,inset 1px 1px 2px #ffffff6b;background:linear-gradient(180deg,#ffe3aa,#e48a10);font-weight:600;font-size:16px;line-height:155%;text-align:center;color:#09081c;text-shadow:0 4px 7px 0 rgba(0,0,0,.25);transition:background .3s ease-out,box-shadow .3s ease-out}.not-found-page__button:hover{background:linear-gradient(180deg,#fae089,#f0a82e,#e08d1e);box-shadow:0 4px 16px #ed9d2780}
