@charset "UTF-8";h1,h2,h3,h4,span,p,input,textarea,button{font-family:Mochiy Pop P One,sans-serif}input,textarea{color:#fff}input::placeholder,textarea::placeholder{color:#fff;font-size:16px;font-weight:400;font-family:Inter,sans-serif}h1{font-size:56px;line-height:64px}h2{font-size:32px;line-height:40px}h3{font-size:18px;line-height:26px}p{font-family:Mochiy Pop P One,sans-serif;font-size:14px;line-height:22px;color:#fff}.button{display:flex;align-items:center;justify-content:center;gap:8px;text-shadow:0 4px 7px 0 rgba(0,0,0,.25);position:relative;box-shadow:inset 0 0 26px 8px #0003,inset 1px 1px 2px #ffffff6b;background:#fff;border:none;border-radius:16px;padding:16px 40px;height:40px;overflow:hidden;cursor:pointer;font-family:Mochiy Pop One,sans-serif;font-weight:400;font-size:14px;line-height:155%;text-align:center;color:#000;transition:background .3s ease-out,box-shadow .3s ease-out}.button:hover:not(:disabled){box-shadow:inset 0 0 26px 8px #0003,inset 1px 1px 2px #ffffff6b;background:linear-gradient(135deg,#5e05b7,#d55aeb);color:#fff;transform:translateY(-1px)}.button:active{transform:translateY(1px)}.button--secondary{box-shadow:inset 0 0 26px 8px #0003,inset 1px 1px 2px #ffffff6b;background:linear-gradient(135deg,#5e05b7,#d55aeb);color:#fff;text-shadow:0 4px 7px 0 rgba(0,0,0,.25);font-weight:400;font-size:14px;line-height:155%;text-align:center;font-family:Mochiy Pop One,sans-serif;border:2px solid #c75fe8;border-radius:16px;padding:16px 40px;height:40px}.button--secondary:hover:not(:disabled){transform:translateY(-1px);box-shadow:inset 0 0 26px 8px #0003,inset 1px 1px 2px #ffffff6b;background:#fff;color:#000}.button--secondary:active{background:#fff;color:#000;transform:translateY(1px)}.button:disabled{cursor:not-allowed;color:#fff;background:linear-gradient(135deg,#5e05b7,#d55aeb)}.button-modal{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;height:40px;background:linear-gradient(180deg,#ffacdd,#ff3eb0 40%,#cd0070);border:0;border-radius:100px;box-shadow:0 2px 4px #0000001a;overflow:hidden;cursor:pointer;color:#fff;font-family:Mochiy Pop P One,sans-serif;font-weight:600;font-size:16px;line-height:155%;transition:background .3s ease-out,box-shadow .3s ease-out}.button-modal: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-modal: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-modal:hover:not(:disabled){background:linear-gradient(180deg,#cd0070,#ff3eb0 40%,#ffacdd);box-shadow:0 3px 6px #00000026;transform:translateY(-1px)}.button-modal:hover:not(:disabled):after{opacity:0}.button-modal:hover:not(:disabled):before{opacity:0}.button-modal:active{background:linear-gradient(180deg,#cd0070,#ff3eb0 40%,#ffacdd);box-shadow:0 2px 4px #0000001a;transform:translateY(1px)}.button-modal:active:before{box-shadow:inset -2px -2px 8px #ff57ee73;opacity:1}.button-modal:active:after{box-shadow:inset -1px -1px 2px #dafb009e;opacity:1}a{text-decoration:none;font-family:Mochiy Pop P One,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:#1b0f25;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:#271837;border-bottom:1px solid rgba(255,255,255,.08)}.header--hidden{opacity:0;pointer-events:none}.header__logo-img{width:174px;height:36px}.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 120px;pointer-events:all;transition:all .3s ease}@media(max-width:1280px){.header__content{padding:12px 16px}}@media(max-width:480px){.header__content{padding:12px 16px}}.header__interactive{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}@media(max-width:1024px){.header__interactive{grid-template-columns:1fr auto;gap:12px}}.header__nav{display:flex;align-items:center;gap:48px}@media(max-width:1024px){.header__nav{display:none}}.header__nav a,.header__nav .header__menu-link{font-family:Mochiy Pop P One,sans-serif;font-weight:400;font-size:14px;line-height:133%;letter-spacing:.01em;color:#fff;text-transform:uppercase;transition:color .3s ease-out}.header__nav a:hover,.header__nav .header__menu-link:hover{color:#d55aeb}.header__nav a--active,.header__nav .header__menu-link--active{font-weight:700;font-size:14px;line-height:133%;letter-spacing:.01em;background:#d55aeb;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:16px}.header__support{display:flex;align-items:center;gap:6px}.header__support-text{font-family:Mochiy Pop P One,sans-serif;font-weight:500;font-size:15px;line-height:1;color:#fff}.header__balance{display:flex;align-items:center;gap:9px;position:relative;width:max-content;min-width:148px;flex-shrink:0;justify-content:flex-end;background:#fff3;border:1px solid rgba(255,255,255,.5);border-radius:77px;padding:8px 8px 8px 0;height:40px}.header__balance-value{font-family:Mochiy Pop P One,sans-serif;font-weight:700;font-size:14px;line-height:1;color:#fff}.header__balance-add{display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border:2px solid #7d07a9;border-radius:77px;box-shadow:inset 2px 2px 8px #af4949,inset 1px 1px 2px #ffffff6b,0 2px 4px #0000001a,0 2px 6px #00000045;background:linear-gradient(135deg,#5e05b7,#d55aeb);width:24px;height:24px;transition:filter .3s ease-out,transform .3s ease-out}.header__balance-add-icon{fill:#fff}.header__balance-add-img{position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:44px;height:44px}.header__btn{height:40px;padding:0 18px;border:none;cursor:pointer;transition:filter .3s ease-out,transform .3s ease-out,background .3s ease-out,box-shadow .3s ease-out;text-decoration:none}.header__btn-icon{width:18px;height:18px}.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:Mochiy Pop P One,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}}.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:#271837;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:Mochiy Pop P One,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:#cd0070}.mobile-menu__lang{margin-top:auto;display:flex;justify-content:center}.mobile-menu__actions{display:flex;flex-direction:column;gap:12px}.mobile-menu .header__balance--mob{width:max-content;min-width:100px;padding:6px 8px 6px 32px}.mobile-menu .mobile-menu__btn{width:100%;justify-content:center}.footer{position:relative;width:100%;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 4px 44px #00000040;background:#271837;border-top:1px solid rgba(255,255,255,.08);padding:48px 120px}@media(max-width:1280px){.footer{padding:40px 24px}}.footer__container{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:1200px;margin:0 auto}.footer__top{display:flex;justify-content:space-between;align-items:stretch;width:100%;margin-bottom:48px}@media(max-width:1280px){.footer__top{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer__top{grid-template-columns:1fr}}.footer__left{display:flex;flex-direction:column;justify-content:space-between;gap:32px;margin-right:120px}@media(max-width:1280px){.footer__left{grid-column:1/-1;flex-direction:row;margin-right:0}}@media(max-width:900px){.footer__left{flex-direction:column;gap:0;margin-bottom:24px}}.footer__logo{max-width:160px}@media(max-width:1280px){.footer__logo{grid-column:1/-1;margin-bottom:24px}}.footer__copyright{font-weight:400;font-size:14px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif;white-space:pre-line}@media(max-width:1280px){.footer__copyright{white-space:nowrap}}.footer__nav{display:flex;gap:48px;justify-content:center}@media(max-width:768px){.footer__nav{flex-direction:column;gap:32px}}.footer__nav-col{display:flex;flex-direction:column;gap:20px;width:100%}.footer__nav-title{font-weight:400;font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#fff9}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer__nav-item{margin:0}.footer__nav-link{display:inline-block;line-height:1.2;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;transition:color .2s ease;color:#fff;font-weight:400;font-size:12px;letter-spacing:.01em;text-transform:uppercase}.footer__nav-link:hover{color:#ffffffbf}.footer__support{width:340px;height:140px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;flex-shrink:0;box-sizing:border-box;border-radius:24px;padding:16px 24px;background:linear-gradient(135deg,#2c2058,#5e19a7,#7f14db);width:331px;height:100%}@media(max-width:1280px){.footer__support{margin-left:auto}}@media(max-width:768px){.footer__support{width:100%;margin-top:24px}}.footer__support-title{font-weight:400;font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.footer__support-text{font-weight:400;font-size:14px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif;margin-top:16px}.footer__support-image{position:absolute;top:0;right:0;object-fit:cover;width:134px;height:131px}.footer__support-email{font-weight:400;font-size:14px;line-height:155%;color:#fff;font-family:Mochiy Pop One,sans-serif;margin-top:36px}.footer__support-email:hover{text-decoration:underline}.footer__support-email svg{width:12px;height:12px}.footer__bottom{display:flex;align-items:flex-start;gap:16px;width:100%}@media(max-width:768px){.footer__bottom{flex-direction:column}}.footer__icons{display:flex;gap:8px;flex-shrink:0}.footer__icon{width:31px;height:32px}.footer__disclaimer{font-weight:400;font-size:14px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif;line-height:100%}.global-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#1b0f25;overflow:hidden}.global-loader__content{display:flex;align-items:center;justify-content:center}.global-loader__logo{width:233px;height:auto;animation:pulse 1.8s ease-in-out infinite}@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:700px;background:#271837;color:#fff;font-family:Mochiy Pop P One,sans-serif;display:flex;flex-direction:column;border-radius:32px;padding:24px}@media(max-width:480px){.registration-modal{padding:16px}}.registration-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}.registration-modal__title{font-weight:400;font-size:24px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.registration-modal__subtitle{font-weight:400;font-size:20px;letter-spacing:.01em;color:#fff9;margin-top:16px;font-family:Inter,sans-serif}.registration-modal__tabs{border-radius:12px;display:flex;align-items:center;justify-content:center;width:100%;margin-top:32px;background:#382a47;min-height:48px}.registration-modal__tab{font-weight:400;font-size:16px;line-height:155%;text-align:center;color:#fff9;font-family:Mochiy Pop One,sans-serif;background:none;cursor:pointer;border-radius:12px;height:48px;width:100%;display:flex;align-items:center;justify-content:center;border:none;background:#382a47}.registration-modal__tab--active{background:#d55aeb;color:#fff}.registration-modal__tab--active:hover{box-shadow:inset 0 0 #ab38ba,inset 0 0 1px #ab38ba,inset 0 0 3px #ab38ba,inset 0 0 7px #ab38ba,inset 0 0 12px #ab38ba,inset 0 0 21px #ab38ba}.registration-modal__form{display:flex;flex-direction:column;gap:16px;margin-top:32px}.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;filter:brightness(0) invert(1);opacity:.9}.registration-modal__input-icon-right{position:absolute;right:14px;width:20px;height:20px;pointer-events:none}.registration-modal__input{width:100%;height:48px;background:none;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;border:none;border-radius:12px;padding:16px;height:49px;background:#ffffff14}.registration-modal__input::placeholder{color:#8b7a9e}.registration-modal__input:focus{border-color:#e91e8c80;box-shadow:0 0 0 1px #e91e8c33;background:#251830}.registration-modal__input--dob{padding:0}.registration-modal__input--error{border-color:#c084fc!important}.registration-modal__error{margin-top:4px;font-size:11px;color:#c084fc;line-height:1.2}.registration-modal__checkbox{display:flex;align-items:flex-start;gap:10px;margin-top:4px;cursor:pointer;user-select:none}.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 rgba(200,150,220,.5);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:2px solid #000;border-bottom:2px solid #000;transform:rotate(-45deg);opacity:0;transition:opacity .15s ease}.registration-modal__checkbox-input:checked+.registration-modal__checkbox-box{background:#fff;border-color:#fff}.registration-modal__checkbox-input:checked+.registration-modal__checkbox-box:after{opacity:1;border-left-color:#000;border-bottom-color:#000}.registration-modal__checkbox-text{display:flex;flex-direction:column;gap:2px;font-size:12px;line-height:1.3;color:#fff}.registration-modal__checkbox-title{font-weight:400;font-size:12px;letter-spacing:.01em;color:#fff;font-family:Inter,sans-serif}.registration-modal__checkbox-sub{font-weight:400;font-size:12px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif}.registration-modal__submit{width:100%;max-width:none;margin-top:12px;font-size:16px;font-weight:700;text-transform:none;color:#fff;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;border-radius:48px;padding:16px 40px;min-height:52px}.registration-modal__submit:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 20px #e91e8c66}.registration-modal__submit:disabled{opacity:.7;cursor:not-allowed}.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:14px;font-family:Mochiy Pop P One,sans-serif;color:#8b7a9e;text-decoration:none}.registration-modal__forgot:hover{color:#b8a1ff}.registration-modal__server{margin-top:12px;font-size:12px;text-align:left}.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__password-toggle{position:absolute;right:14px;width:20px;height:20px;padding:0;border:none;background:none;cursor:pointer;color:#8b7a9e;display:flex;align-items:center;justify-content:center}.registration-modal__password-toggle:hover{color:#fff}.registration-modal__password-toggle svg{width:20px;height:20px}.registration-modal__register{font-weight:700;font-size:14px;text-align:center;color:#fff;text-shadow:0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff,0 0 0 0 #fff;background:none;border:none;cursor:pointer;padding:0}.registration-modal--login .registration-modal__top{align-items:center}.registration-modal--login .registration-modal__forgot{text-align:right;font-weight:500;font-size:16px;letter-spacing:.01em;color:#d55aeb;font-family:Inter,sans-serif}.registration-modal--login .registration-modal__forgot:hover{color:#b8a1ff}.registration-modal--reset{max-width:700px;width:100%;background:#271837;color:#fff;font-family:Mochiy Pop P One,sans-serif;display:flex;flex-direction:column;border-radius:32px;padding:24px}.registration-modal--reset .registration-modal__top{margin-bottom:24px}.registration-modal--reset .registration-modal__title{font-weight:400;font-size:24px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.registration-modal--reset .registration-modal__form{gap:16px;margin-top:0}.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;text-transform:none;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;padding:16px 40px}.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{width:100%;max-width:700px;background:#271837;color:#fff;font-family:Mochiy Pop P One,sans-serif;display:flex;flex-direction:column;border-radius:32px;padding:24px}@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;margin-bottom:24px}.profile-modal__title{font-weight:400;font-size:24px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.profile-modal__description{font-weight:400;font-size:20px;letter-spacing:.01em;color:#fff9;margin-top:16px;font-family:Inter,sans-serif}@media(max-width:480px){.profile-modal__description{font-size:14px}}.profile-modal__tabs{border-radius:12px;display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px;background:#382a47;min-height:48px}.profile-modal__tab{font-weight:400;font-size:16px;line-height:155%;text-align:center;color:#fff9;font-family:Mochiy Pop One,sans-serif;background:none;cursor:pointer;border-radius:12px;height:48px;width:100%;display:flex;align-items:center;justify-content:center;border:none;background:#382a47}@media(max-width:1024px){.profile-modal__tab{flex-grow:1;width:100%}}@media(max-width:390px){.profile-modal__tab{font-size:12px;line-height:18px}}.profile-modal__tab--active{background:#d55aeb;color:#fff}@media(max-width:390px){.profile-modal__tab--active{font-size:12px;line-height:18px}}.profile-modal__tab--active:hover{box-shadow:inset 0 0 #ab38ba,inset 0 0 1px #ab38ba,inset 0 0 3px #ab38ba,inset 0 0 7px #ab38ba,inset 0 0 12px #ab38ba,inset 0 0 21px #ab38ba}.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}.profile-modal__field--dob .profile-modal__error{grid-column:1/-1}@media (max-width:){.profile-modal__field--dob{display:flex;gap:10px}}.profile-modal__field-row{display:flex;gap:16px}.profile-modal__input-wrapper{position:relative;display:flex;align-items:center}.profile-modal__input{width:100%;color:#fff;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;border:none;border-radius:12px;padding:16px;height:49px;background:#ffffff14}.profile-modal__input::placeholder{color:#8b7a9e}.profile-modal__input:focus{border-color:#e91e8c80;box-shadow:0 0 0 1px #e91e8c33;background:#251830}.profile-modal__input:disabled{background:#1a0f22;opacity:.85;cursor:not-allowed;border-color:#c896dc33}.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{border:1px solid #d55aeb;border-radius:4px;width:24px;height:24px;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 #000;border-bottom:2px solid #000;transform:rotate(-45deg);opacity:0;transition:opacity .15s ease}.profile-modal__checkbox-input:checked+.profile-modal__checkbox-box{background:#d55aeb}.profile-modal__checkbox-input:checked+.profile-modal__checkbox-box:after{opacity:1;border-left-color:#000;border-bottom-color:#000}.profile-modal__checkbox-text{font-weight:400;font-size:12px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif}.profile-modal__submit{width:100%;max-width:none;margin-top:12px;font-size:16px;font-weight:700;text-transform:none;color:#fff;border:none;cursor:pointer;transition:filter .3s ease-out,box-shadow .3s ease-out,background .3s ease-out;border-radius:48px;padding:16px 40px;min-height:52px}.profile-modal__submit:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 4px 20px #e91e8c66}.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}.purchases-modal{width:100%;max-width:700px;background:#271837;color:#fff;font-family:Mochiy Pop P One,sans-serif;display:flex;flex-direction:column;border-radius:32px;padding:24px}@media(max-width:480px){.purchases-modal{padding:16px}}.purchases-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}.purchases-modal__top{display:flex;flex-direction:column;margin-bottom:24px}.purchases-modal__title{font-weight:400;font-size:24px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.purchases-modal__tabs{border-radius:12px;display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px;background:#382a47;min-height:48px}.purchases-modal__tab{font-weight:400;font-size:16px;line-height:155%;text-align:center;color:#fff9;font-family:Mochiy Pop One,sans-serif;background:none;cursor:pointer;border-radius:12px;height:48px;width:100%;display:flex;align-items:center;justify-content:center;border:none;background:#382a47}@media(max-width:1024px){.purchases-modal__tab{flex-grow:1;width:100%}}@media(max-width:390px){.purchases-modal__tab{font-size:12px;line-height:18px}}.purchases-modal__tab--active{background:#d55aeb;color:#fff}@media(max-width:390px){.purchases-modal__tab--active{font-size:12px;line-height:18px}}.purchases-modal__tab--active:hover{box-shadow:inset 0 0 #ab38ba,inset 0 0 1px #ab38ba,inset 0 0 3px #ab38ba,inset 0 0 7px #ab38ba,inset 0 0 12px #ab38ba,inset 0 0 21px #ab38ba}.purchases-modal__table{margin-top:8px;border-radius:12px;overflow:visible}.purchases-modal__table-head{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:24px;align-items:center;text-transform:uppercase;border-radius:12px;padding:16px;height:49px;background:#fff}@media(max-width:480px){.purchases-modal__table-head{grid-template-columns:1fr 1fr 1fr;column-gap:12px;padding:10px 12px}}.purchases-modal__table-cell--head{display:flex;align-items:center;font-weight:600;font-size:16px;letter-spacing:.01em;color:#000;font-family:Inter,sans-serif}.purchases-modal__table-cell--head.profile-modal__table-cell--product,.purchases-modal__table-cell--head.profile-modal__table-cell--price,.purchases-modal__table-cell--head.profile-modal__table-cell--date{justify-content:flex-start}.purchases-modal__table-body{display:flex;margin-top:8px;flex-direction:column;background:#382a47;border-radius:12px}.purchases-modal__row{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:24px;align-items:center;padding:16px;position:relative}.purchases-modal__row:last-child:after{display:none}.purchases-modal__row:after{position:absolute;content:"";bottom:0;left:0;right:0;margin:auto;width:95%;height:1px;background:#fff3}@media(max-width:480px){.purchases-modal__row{grid-template-columns:1fr 1fr 1fr;column-gap:12px;padding:10px 12px}}.purchases-modal__cell{font-family:Inter,sans-serif;font-weight:400;font-size:16px;letter-spacing:.01em;color:#fff}@media(max-width:480px){.purchases-modal__cell{font-size:12px}}.purchases-modal__cell--product{display:flex;align-items:center;gap:12px}.purchases-modal__cell--price,.purchases-modal__cell--date{text-align:left}.purchases-modal__coin-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.purchases-modal__product-name{font-family:Inter,sans-serif}.purchases-modal__table-placeholder{padding:32px 24px;text-align:center;font-size:14px;color:#ffffffb3;background:#ffffff0a;border-radius:12px}.purchases-modal__table-placeholder--error{color:#ff4d4d}.shop-modal{position:relative;width:100%;max-width:900px;max-height:calc(100vh - 32px);color:#fff;font-family:Mochiy Pop P One,sans-serif;display:flex;flex-direction:column;background-color:#180133;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:32px;padding:24px;background:linear-gradient(135deg,#2c2058,#5e19a7,#7f14db)}@media(max-width:1024px){.shop-modal{max-height:100vh}}@media(max-width:768px){.shop-modal{overflow:visible;max-height:none;padding:16px}}@media(max-width:1024px){.shop-modal{max-width:100%}}@media(max-height:800px)and (min-width:769px){.shop-modal{max-height:100vh;padding-bottom:12px}.shop-modal .shop-modal__headline-text{font-size:14px}.shop-modal .shop-modal__disclaimer{font-size:10px;margin-top:4px}.shop-modal .shop-modal__content{gap:8px;padding:0 16px 8px;margin-top:4px}.shop-modal .shop-modal__grid{gap:6px}.shop-modal .shop-modal__pack{height:56px;padding:8px 10px}.shop-modal .shop-modal__pack-icon{width:22px;height:22px}.shop-modal .shop-modal__pack-coins{font-size:11px}.shop-modal .shop-modal__pack-price{height:30px;font-size:11px}.shop-modal .shop-modal__custom-block{padding:8px 10px}.shop-modal .shop-modal__custom-input-wrap{height:34px}.shop-modal .shop-modal__right{padding:10px}.shop-modal .shop-modal__footer{padding:0 16px;margin-top:2px}}.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__top{flex-shrink:0}.shop-modal__headline-text{font-weight:400;font-size:32px;letter-spacing:.01em;text-transform:uppercase;color:#fff}@media(max-width:768px){.shop-modal__headline-text{font-size:16px;line-height:130%}}.shop-modal__disclaimer{font-weight:400;font-size:20px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif;margin-top:16px}@media(max-width:1024px){.shop-modal__disclaimer{font-size:14px;margin-top:8px;line-height:1.3}}.shop-modal__content{display:flex;flex-direction:column;gap:24px;margin-top:16px;min-height:0;flex:1;overflow:hidden}@media(max-width:1024px){.shop-modal__content{gap:12px;margin-top:8px}}.shop-modal__left{display:flex;flex-direction:column;gap:20px;min-height:0}@media(max-width:1024px){.shop-modal__left{gap:10px}}.shop-modal__custom-block-wrap{display:flex;gap:10px;min-height:0;flex-shrink:0}@media(max-width:1024px){.shop-modal__custom-block-wrap{gap:8px}}@media(max-width:768px){.shop-modal__custom-block-wrap{flex-direction:column}}.shop-modal__custom-label{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.shop-modal__custom-header{display:flex;gap:6px}@media(max-width:768px){.shop-modal__custom-header{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:0;box-sizing:border-box;position:relative;border-radius:12px;padding:16px;height:49px;background:#ffffff14}@media(max-width:1024px){.shop-modal__custom-input-wrap{width:100%;max-width:none;flex:auto}}.shop-modal__custom-input-wrap-inner{display:flex;align-items:center;width:100%}.shop-modal__custom-input-prefix{font-weight:400;font-size:14px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif}.shop-modal__custom-input{flex:1;min-width:0;height:100%;padding:0 16px;border:none;background:transparent;font-weight:400;font-size:14px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif}.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:flex;gap:16px}@media(max-width:1024px){.shop-modal__grid{gap:8px}}@media(max-width:768px){.shop-modal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}}.shop-modal__pack{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px;transition:border-color .2s,box-shadow .2s,background .2s;position:relative;z-index:0;cursor:pointer}@media(max-width:768px){.shop-modal__pack{flex-direction:column;padding:12px 4px}}.shop-modal__pack--active .shop-modal__pack-header{background:#ffffff4d}.shop-modal__pack-header{border-radius:16px;background:#ffffff1a;width:128px;height:100px;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.shop-modal__pack-header{width:100px;height:80px}}@media(max-width:768px){.shop-modal__pack-header{width:100%;min-width:0}}.shop-modal__pack-content{display:flex;flex-direction:column;align-items:center}.shop-modal__pack-icon{width:80px;height:80px;object-fit:contain}@media(max-width:768px){.shop-modal__pack-icon{width:56px;height:56px}}.shop-modal__pack-coins{font-weight:400;font-size:16px;letter-spacing:.01em;text-transform:uppercase;color:#fff}@media(max-width:1024px){.shop-modal__pack-coins{font-size:12px}}@media(max-width:768px){.shop-modal__pack-coins{font-size:10px;text-align:center}}.shop-modal__pack-coins-label{font-weight:400;font-size:10px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.shop-modal__pack-price{padding:0 12px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out;font-weight:400;font-size:14px;line-height:155%;text-align:center;color:#000;font-family:Mochiy Pop One,sans-serif}@media(max-width:1024px){.shop-modal__pack-price{height:34px;padding:0 10px;font-size:12px}}@media(max-width:768px){.shop-modal__pack-price{width:100%;padding:10px 4px;font-size:11px}}.shop-modal__right{display:flex;flex-direction:column;gap:16px;border-radius:12px;padding:24px;background:#2e1d41}@media(max-width:1024px){.shop-modal__right{gap:10px;padding:12px;border-radius:16px}}.shop-modal__custom-top{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.2)}.shop-modal__custom-top>*{flex:0 0 calc(50% - 20px);min-width:0}@media(max-width:1024px){.shop-modal__custom-top>*{flex:auto;width:100%}}@media(max-width:1024px){.shop-modal__custom-top{flex-direction:column;gap:16px;align-items:flex-start}}.shop-modal__payment-box{font-weight:800;font-size:16px;text-transform:uppercase;color:#fff;font-family:Inter,sans-serif}@media(max-width:768px){.shop-modal__payment-box{font-size:14px}}.shop-modal__total-label{font-weight:500;font-size:14px;color:#fff}.shop-modal__total-block{display:flex;flex-direction:column;gap:16px}@media(max-width:1024px){.shop-modal__total-block{gap:6px}}.shop-modal__total-value{font-weight:500;font-size:16px;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{margin-top:32px}@media(max-width:1024px){.shop-modal__footer{margin-top:12px}}@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{width:100%;padding:12px 40px;border-radius:48px;letter-spacing:.05em;font-family:Mochiy Pop One,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;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-size:16px;text-align:center;color:#fff}.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}@media(max-width:768px){.shop-modal__info{display:none}}.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:100px;cursor:pointer;position:relative;backdrop-filter:blur(28px);background:#ffffff14;border:1px solid rgba(255,255,255,.08);border-radius:11px;padding:7px 16px;height:48px}.currency__button{display:flex;align-items:center}.currency__select-flag{display:flex;align-items:center;justify-content:center;letter-spacing:.01em;text-transform:uppercase;color:#fff;box-sizing:border-box;font-weight:600;font-size:16px;font-family:Inter,sans-serif}.currency__arrow{transition:.2s ease}.currency__arrow--open{transform:rotate(180deg)}.currency__dropdown{position:absolute;right:0;top:45px;min-width:100px;padding:4px;display:flex;flex-direction:column;gap:2px;z-index:99999;backdrop-filter:blur(28px);background:#ffffff14;border-radius:11px}@media(max-width:1024px){.currency__dropdown{top:25px;min-width:38px;padding:2px}}.currency__dropdown--portal{top:0;right:auto}.currency__item{display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:8px;cursor:pointer;transition:.12s ease;letter-spacing:.01em;text-transform:uppercase;color:#fff;box-sizing:border-box;font-weight:600;font-size:14px;font-family:Inter,sans-serif}@media(max-width:1024px){.currency__item{padding:6px 8px;font-size:11px}}.currency__item:hover{background:#ffffff14}.currency__item-label{display:block;box-sizing:border-box;font-weight:600;font-size:14px;font-family:Inter,sans-serif}.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:Mochiy Pop P One,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:Mochiy Pop P One,sans-serif;font-size:16px;font-weight:700;color:#fff}.bet-modal__section-subtitle{font-family:Mochiy Pop P One,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%;color:#fff;font-family:Mochiy Pop P One,sans-serif;text-align:center;box-sizing:border-box;display:flex;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:32px;padding:24px;width:600px;height:483px;background:#271837}@media(max-width:768px){.age-modal{height:auto}}.age-modal__content{width:100%}.age-modal__icon{width:154px;height:160px;object-fit:contain}@media(max-width:768px){.age-modal__icon{width:115px;height:120px}}.age-modal__title{font-weight:400;font-size:24px;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin-top:32px}.age-modal__subtitle{font-weight:400;font-size:20px;letter-spacing:.01em;text-align:center;color:#fff9;font-family:Inter,sans-serif;margin-top:16px}@media(max-width:768px){.age-modal__subtitle{font-size:16px}}.age-modal__actions{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-top:32px}.age-modal__btn{width:100%;height:48px;display:flex;justify-content:center;align-items:center;font-family:Mochiy Pop One,sans-serif}@media(max-width:768px){.age-modal__btn{width:100%}}.registration-modal__submit{margin-top:15px}.daily-rewards{position:relative;overflow:hidden;display:flex;flex-direction:column;color:#fff;background:#1b0f25;font-family:Mochiy Pop P One,sans-serif;border:1px solid rgba(255,255,255,.2);border-radius:32px;padding:24px;width:897px;background:linear-gradient(135deg,#2c2058,#5e19a7,#7f14db)}@media(max-width:900px){.daily-rewards{width:100%;max-width:100%;padding: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;z-index:2;position:relative}@media(max-width:1280px){.daily-rewards__super-day-label{text-align:left;margin-left:20px;margin-top:14px}}.daily-rewards__close{position:absolute;top:20px;right:25px;z-index:10;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;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:32px}.daily-rewards__title{font-weight:400;font-size:32px;letter-spacing:.01em;text-transform:uppercase;color:#fff}@media(max-width:480px){.daily-rewards__title{font-size:24px}}.daily-rewards__subtitle{font-weight:400;font-size:20px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif;margin-top:16px}.daily-rewards__footer{display:flex;align-items:flex-start;margin-top:36px;gap:16px;background:#2e1d41;border-radius:12px;padding:24px}@media(max-width:1280px){.daily-rewards__footer{flex-direction:column}}.daily-rewards__disclaimer__title{font-weight:400;font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#fff}.daily-rewards__disclaimer__text{font-weight:400;font-size:14px;letter-spacing:.01em;color:#fff9;font-family:Inter,sans-serif;margin-top:8px}.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{flex-direction:column;gap:8px;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:16px;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{display:flex;flex-direction:column;align-items:center;position:relative;height:220px;width:107px;transition:transform .25s ease,box-shadow .25s ease;z-index:2;justify-content:flex-start}.daily-rewards__day__status--passed{border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(28px);width:108px;height:40px;display:flex;align-items:center;justify-content:center;margin-top:auto}@media(max-width:900px){.daily-rewards__day{width:100%;min-width:0;max-width:none;height:100%;min-height:90px}}.daily-rewards__day--passed{opacity:.5}.daily-rewards__day--passed .daily-rewards__coins{background-image:url(/images/shop_coins.png);background-size:contain;position:relative}.daily-rewards__day--passed .daily-rewards__day-value{color:#fff}@media(max-width:900px){.daily-rewards__day--active{width:100%;height:100%}}.daily-rewards__day--active>*{position:relative;z-index:1}.daily-rewards__day--active .daily-rewards__day-value{color:#fff}.daily-rewards__day-top,.daily-rewards__day-label{font-weight:700;font-size:16px;letter-spacing:.01em;text-transform:uppercase;text-align:center;color:#fff}@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{display:flex;align-items:center;justify-content:center;margin-top:24px}.daily-rewards__day-value{flex-shrink:0;font-weight:400;font-size:16px;line-height:155%;text-align:center;color:#fff;margin-top:12px}@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:80px;height:80px;background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none;z-index:1}.daily-rewards__coins--5000{background-image:url(/images/shop_coins.png)}.daily-rewards__coins--10000{background-image:url(/images/shop_coins.png)}.daily-rewards__coins--20000{background-image:url(/images/shop_coins.png)}.daily-rewards__coins--35000{background-image:url(/images/shop_coins.png)}.daily-rewards__coins--60000{background-image:url(/images/shop_coins.png)}.daily-rewards__coins--100000{background-image:url(/images/shop_coins.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%}}.daily-rewards__super-card{height:220px;width:107px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;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%;overflow:visible}}@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{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:10px 8px;position:relative;background:linear-gradient(135deg,#a92418,#cd6d0e,#f5b402);border-radius:16px;width:108px;height:100px;margin-top:8px}@media(max-width:1280px){.daily-rewards__super-body{position:absolute;width:100%;height:130px}}.daily-rewards__super-body-image{object-fit:contain;width:100px;height:110px;position:absolute;top:-10px}@media(max-width:1280px){.daily-rewards__super-body-image{bottom:0;right:0;top:unset}}@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-weight:400;font-size:16px;line-height:155%;text-align:center;color:#fff;margin-top:8px;position:relative;z-index:2}@media(max-width:900px){.daily-rewards__super-value{text-align:left;margin-left:20px}}.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{border:none;cursor:pointer;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-top:auto}.daily-rewards__collect:disabled,.daily-rewards__collect[disabled]{cursor:not-allowed;pointer-events:none;color:#2a3045;opacity:.4}.daily-rewards__collect--pill{border-radius:16px;padding:16px 40px;width:107px;height:40px;font-weight:400;font-size:14px;line-height:155%;text-align:center;color:#000;font-family:Mochiy Pop One,sans-serif}@media(max-width:900px){.daily-rewards__collect--pill{margin:4px 0 0 20px}}.toast-root{position:fixed;right:24px;bottom:24px;z-index:99999;display:flex;flex-direction:column;gap:12px;pointer-events:none;font-family:Mochiy Pop P One,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:18px;background:#1b0f25;pointer-events:auto;animation:toast-in .26s ease-out;width:320px;padding:14px 44px 14px 14px}@media(max-width:480px){.toast-root .toast{max-width:320px;width:100%;height:fit-content}}.toast-root .toast--success:before{background:linear-gradient(180deg,#5115a9,#3cd7ff)}.toast-root .toast--success:after{background:radial-gradient(circle,#3cd7ff,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;gap:10px;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:#ffffffb8}.toast-root .toast__message{font-size:14px;line-height:1.3;color:#fff9;max-width:280px;font-family:Inter,sans-serif}@media(max-width:480px){.toast-root .toast__message{font-size:13px;max-width:210px}}.toast-root .toast--reward{display:flex;align-items:center;width:460px;min-height:180px;padding:20px 22px 18px}@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:400;font-size:40px;line-height:1;letter-spacing:.02em;color:#fff}@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;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{display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:#fff;min-height:700px;padding:40px;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}.not-found-page__img{width:154px;height:160px}.not-found-page__content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;z-index:2}.not-found-page__title{font-weight:400;font-size:24px;letter-spacing:.01em;text-transform:uppercase;color:#fff;margin-top:40px}.not-found-page__sub{font-weight:400;font-size:20px;letter-spacing:.01em;text-align:center;color:#fff9;font-family:Inter,sans-serif;margin-top:16px}.not-found-page__button{margin-top:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .3s ease-out,box-shadow .3s ease-out}
