@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";.modal{position:fixed;inset:0;z-index:100}.modal__backdrop{position:fixed;inset:0;background-color:#00000080;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal__content{position:absolute;z-index:1001;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:96.3rem;max-height:calc(100% - 2rem);background-color:#fff;padding:4.2rem 7rem 3.8rem;border-radius:17px;overflow-x:hidden;overflow-y:auto;background:#0c0c22;border:1px solid #d56ab2}@media(max-width:768px){.modal__content{width:calc(100% - 2rem);left:50%;max-width:100%;max-height:calc(100% - 2.4rem);transform:translate(-50%,-50%);padding:2.5rem 2rem 11rem}}.modal__close{position:absolute;top:2.4rem;right:3.3rem;width:1.9rem;height:1.9rem;background:url(/images/modal-close.png) no-repeat center center/cover;cursor:pointer}@media(max-width:768px){.modal__close{width:30px;height:30px;inset:auto auto 37px 50%;transform:translate(-50%)}}.modal__title{margin-bottom:1.7rem;font-family:Rubik One,sans-serif;text-transform:uppercase;font-size:5rem;line-height:1}@media(max-width:768px){.modal__title{font-size:36px;margin-bottom:13px;text-align:center}}.modal__field{position:relative}.modal__field:not(:last-child){margin-bottom:1rem}.modal__input-wrapper{position:relative}.modal__input-wrapper input{width:100%;height:4.8rem;border-radius:7px;border:none;background:#ffffff12;outline:none;padding:0 1.6rem;font-size:2rem;font-family:Roboto,sans-serif;color:#fff}.modal__input-wrapper input::placeholder{font-family:Roboto,sans-serif;color:#d56ab2bf}@media(max-width:768px){.modal__input-wrapper input{height:38px;padding:0 13.5px;font-size:16px}.modal__input-wrapper input::placeholder{font-size:16px}}.modal__error{font-size:1.2rem;margin-top:.2rem;color:#ff3a3a}.modal__field--error .modal__input-wrapper input{border-color:#ff3a3a;background:#ff3a3a26}.modal__field--error .modal__input-wrapper input::placeholder{color:#ff3a3a}.modal__checkbox{display:flex;gap:1.2rem;cursor:pointer;margin-top:1.5rem;margin-bottom:2.9rem}@media(max-width:768px){.modal__checkbox{gap:9px;margin-bottom:20px}}.modal__checkbox input[type=checkbox]{display:none}.modal__checkbox input[type=checkbox]+span{width:1.6rem;min-width:1.6rem;height:1.6rem;background:transparent;border-radius:50%;border:.5px solid transparent;background:linear-gradient(#0000,#0000) padding-box,linear-gradient(180deg,#ff86cb,#c81e7f) border-box;top:.1rem;position:relative}@media(max-width:768px){.modal__checkbox input[type=checkbox]+span{width:18px;min-width:18px;height:18px}}.modal__checkbox input[type=checkbox]:checked+span{background:url(/images/check.png) center center/.7rem no-repeat,linear-gradient(#0000,#0000) padding-box,linear-gradient(180deg,#ff86cb,#c81e7f) border-box}.modal__checkbox-text{font-size:1.4rem;color:#fff}@media(max-width:768px){.modal__checkbox-text{font-size:11px}}.modal__btn{height:5.7rem!important;max-width:33rem;font-weight:700;font-size:1.6rem!important;text-transform:none!important}.modal__btn span{text-transform:none!important}@media(max-width:768px){.modal__btn{height:44px!important}}.modal__forgot-wrapper{right:0;display:flex;margin:.6rem 0 2.4rem}.modal__forgot{font-size:1.4rem;text-decoration:underline;border:0;background:transparent;color:#fccf40;cursor:pointer}@media(max-width:768px){.modal__forgot{font-size:12px}}.modal__forgot:hover{text-decoration:none}.modal-buttons{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.7rem}@media(max-width:768px){.modal-buttons{gap:10px}}.modal__bottom-link{font-size:1.4rem;background:transparent;border:0;color:#d56ab2;text-decoration:underline}@media(max-width:768px){.modal__bottom-link{font-size:12px}}.modal__bottom-link:hover{text-decoration:none}.modal__success{margin-top:1rem;text-align:center;color:green}@media(max-width:768px){.modal__success{font-size:12px}}.registration-modal__success{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;animation:registration-success-in .4s cubic-bezier(.22,1,.36,1)}@keyframes registration-success-in{0%{opacity:0;transform:scale(.96) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.registration-modal__success-icon{width:14rem;margin:0 auto 1.6rem;flex-shrink:0}.registration-modal__success-icon img{display:block;width:100%;height:auto}@media(max-width:768px){.registration-modal__success-icon{width:11rem;margin-bottom:1.2rem}}.registration-modal__success-title{margin:0 0 .8rem;font-family:Rubik One,sans-serif;font-size:3rem;text-transform:uppercase;text-align:center;color:#fff}@media(max-width:768px){.registration-modal__success-title{font-size:24px;margin-bottom:.6rem}}.registration-modal__success-text{margin:0 0 2.4rem;max-width:34rem;font-size:1.6rem;line-height:1.5;text-align:center;color:#ffffffc7}@media(max-width:768px){.registration-modal__success-text{font-size:14px;margin-bottom:1.8rem}}.registration-modal__success-btn{min-width:18rem}@media(max-width:768px){.registration-modal__success-btn{width:100%;min-width:0}}.registration-modal__server--error,.registration-modal__server--success{color:red;font-size:1.2rem;margin-top:1rem;text-align:center}.registration-modal__server--success{color:green}.modal-reset-buttons{gap:2rem;flex-direction:row;margin-top:2.8rem}@media(max-width:768px){.modal-reset-buttons{margin-top:23px;gap:10px;flex-direction:column}}.reset-modal-back-link{display:flex;align-items:center;width:33rem;gap:1.2rem;justify-content:center;height:4.6rem;border:1px solid #d56ab2;border-radius:.7rem;font-weight:600;font-size:16px;color:#fff;background:transparent}.reset-modal-back-link img{width:2.4rem}@font-face{font-family:Monument Extended;src:url(/fonts/ClashDisplay-Bold.woff2) format("woff2");font-weight:400 900;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Bold.woff2) format("woff2");font-weight:400 900;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Satoshi-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Satoshi-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Satoshi-Medium.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Satoshi-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Rubik One;src:url(/fonts/RubikOne-Regular.woff2) format("woff2"),url(/fonts/RubikOne-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:clip;max-width:100%}@media(max-width:1280px){html{font-size:50.5%}}@media(max-width:1024px){html{font-size:41.5%}}@media(max-width:768px){html{font-size:62.5%}}body{margin:0;min-width:320px;overflow-x:clip;max-width:100%;font-size:1.8rem;font-weight:400;font-family:Roboto,sans-serif;background:#020b1c;color:#fff;-webkit-text-size-adjust:100%;text-size-adjust:100%}body.b-hidden,body.no-scroll{overflow:hidden}#root{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip;max-width:100%}.section{overflow-x:clip;max-width:100%}@media(hover:none)and (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=button]):not([type=submit]):not([type=reset]):not([type=image]),textarea,select{font-size:16px!important}}img{max-width:100%;max-height:100%}.wrapper{flex:1}.container{max-width:120rem;margin:0 auto;width:100%}@media(max-width:1024px){.container{max-width:100%;padding:0 9vw}}@media(max-width:768px){.container{padding:0 2rem;max-width:390px}}.btn{height:4rem;border:0;cursor:pointer;display:inline-flex;text-decoration:none;align-items:center;justify-content:center;font-size:1.4rem;border-radius:100px;background:transparent;position:relative;padding:.4rem;color:#fff;transition:transform .35s cubic-bezier(.34,1.35,.64,1),box-shadow .35s ease}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn-disabled{opacity:.6}.btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 12px 36px #ce53ee59}@media(prefers-reduced-motion:reduce){.btn:hover{transform:none;box-shadow:none}}.btn:hover:before{filter:brightness(1.15) saturate(1.08)}.btn:hover span{filter:brightness(1.1) saturate(1.05);box-shadow:inset 0 1px #ffffff47,0 4px 24px #5b10948c}.btn:active{transform:translateY(0) scale(.99);transition-duration:.12s;box-shadow:0 6px 20px #ce53ee40}@media(prefers-reduced-motion:reduce){.btn:active{transform:none;box-shadow:none}}.btn:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:.2rem;background:linear-gradient(94.79deg,#f3c9c3 6.25%,#c78c53 56.76%,#e6a76d 93.8%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:filter .35s ease}@media(prefers-reduced-motion:reduce){.btn:before{transition:none}}.btn span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:100px;background:linear-gradient(180deg,#ce53ee,#5b1094);text-transform:uppercase;position:relative;z-index:1;transition:filter .35s ease,box-shadow .35s ease}@media(prefers-reduced-motion:reduce){.btn span{transition:none}}button{cursor:pointer}.button{height:4.8rem;position:relative;border-radius:.7rem;border:1px solid #d56ab2;background:linear-gradient(103deg,#66146b 2.57%,#cf1e80);font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;padding:0 2.4rem;text-decoration:none;cursor:pointer;text-transform:uppercase;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.button{transition:background-color .2s ease,color .2s ease}}.button:active{transform:translateY(0) scale(.99);transition-duration:.12s}.button:hover:not(.button-disabled){transform:translateY(-.2rem) scale(1.02);filter:brightness(1.08);box-shadow:0 .8rem 2rem #cf1e8066}.button-disabled{position:relative;border-radius:.7rem;border:1px solid #d56ab2;background:transparent;color:#fff;font-weight:600;opacity:.72;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.button-disabled{transition:background-color .2s ease,color .2s ease}}.button-disabled:active{transform:translateY(0) scale(.99);transition-duration:.12s}.button-disabled:hover{transform:translateY(-.2rem) scale(1.02);background:#d56ab21f;box-shadow:0 .8rem 2rem #d56ab247}.button-gold{background:transparent;box-shadow:inset 0 2px 12px #ffe9a059,inset 0 -2px 12px #e0b52a33,0 0 20px #fccf3e59,0 0 40px #ffe9a026}.button-gold:before{content:"";position:absolute;inset:0;padding:2.34px;border-radius:inherit;background:linear-gradient(94.79deg,#fccf3e 6.25%,#ffe9a0,#e0b52a 44.13%,#d6b035 67.7%,#ffecb1 81.17%,#fccf3e 93.8%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;transition:filter .35s ease}.button-gold.button:hover:not(.button-disabled){filter:brightness(1.06) saturate(1.12);box-shadow:inset 0 2px 18px #fff0be8c,inset 0 -2px 16px #d6b03552,0 0 34px #fccf3e85,0 0 60px #ffe9a052,0 12px 36px #b4911e47}.button-gold.button:hover:not(.button-disabled):before{filter:brightness(1.1) saturate(1.08)}.games-page-bg{background:#020b1c;position:relative}.games-page-bg:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:112rem;background:linear-gradient(180deg,#020b1c00,#020b1c);pointer-events:none}.shop-close-mobile{height:45px;align-items:center;gap:8px;display:none;padding:0 40px;border-radius:.7rem;border:1px solid #d56ab2;background:transparent;font-weight:600;font-size:16px;color:#fff;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.shop-close-mobile{transition:background-color .2s ease,color .2s ease}}.shop-close-mobile:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(max-width:768px){.shop-close-mobile{display:flex}}.shop-close-mobile img{width:18px}.shop-close-mobile:hover{transform:translateY(-.2rem) scale(1.02);background:#d56ab21f;box-shadow:0 .8rem 2rem #d56ab247}.mobile-menu{opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;position:fixed;inset:0;z-index:10;display:none;overflow-y:auto;background:#020b1c}@media(max-width:768px){.mobile-menu{display:block}}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu .container{display:flex;min-height:100%;flex-direction:column;position:relative;padding-top:2.4rem;padding-bottom:2.8rem}.mobile-menu__close{position:absolute;top:2.4rem;right:2rem;z-index:2;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.mobile-menu__close img{width:100%;height:100%;object-fit:contain}@media(hover:hover){.mobile-menu__close:hover{filter:brightness(1.25) drop-shadow(0 0 .6rem rgba(255,134,203,.65))}}.mobile-menu__logo{display:flex;justify-content:center;width:100%;margin:0 0 3.9rem}.mobile-menu__logo img{width:10.13rem;height:6.44rem;object-fit:contain}.mobile-menu__nav{flex:1;display:flex;flex-direction:column;min-height:0}.mobile-menu__nav-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.mobile-menu__nav-item{line-height:1}.mobile-menu__nav-link{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:3.83rem;padding:0 1.2rem;border:0;background:linear-gradient(180deg,#0c0c2240 21.23%,#c81e7f40);color:#fff;text-decoration:none;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;cursor:pointer}.mobile-menu__nav-link--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.295rem;background:linear-gradient(180deg,#ff86cb,#c81e7f)}.mobile-menu__footer{display:grid;gap:1.2rem;margin-top:auto;padding-top:4.8rem}.mobile-menu__footer--guest{gap:1.5rem;padding-top:4.8rem}.mobile-menu__footer--logged-in{gap:2.4rem;padding-top:4.8rem}.mobile-menu__account{display:grid;gap:2.4rem}.mobile-menu__account-links{display:grid;gap:1rem}.mobile-menu__action{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:4.75rem;padding:0 2.4rem;border:1px solid #d56ab2;border-radius:.7rem;font-family:Gilroy,Satoshi,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.mobile-menu__action{transition:background-color .2s ease,color .2s ease}}.mobile-menu__action:active{transform:translateY(0) scale(.99);transition-duration:.12s}.mobile-menu__action--primary{background:linear-gradient(114deg,#66146b 2.57%,#cf1e80);color:#fff}.mobile-menu__action--secondary{background:transparent;color:#fff;font-weight:600}.mobile-menu__logout{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin:1.9rem auto 0;background:transparent;border:0;padding:0;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.mobile-menu__logout{transition:background-color .2s ease,color .2s ease}}.mobile-menu__logout:active{transform:translateY(0) scale(.99);transition-duration:.12s}.mobile-menu__logout img{width:100%;height:100%;object-fit:contain}@media(hover:hover){.mobile-menu__logout:hover{opacity:1;filter:brightness(1.35) drop-shadow(0 0 .6rem rgba(255,134,203,.72))}}.mobile-menu .user-balance--menu{width:100%;min-width:0;height:3.8rem;padding:0 1.4rem 0 .6rem;justify-content:space-between}.mobile-menu .user-balance--menu .user-balance__icon{width:4.5rem;height:3.4rem}.mobile-menu .user-balance--menu .user-balance__meta{display:inline-flex;align-items:center;gap:.8rem;margin-left:auto}.mobile-menu .user-balance--menu .user-balance__amount{flex:none;margin:0;font-family:Roboto,sans-serif;font-size:1.515rem;font-weight:400;line-height:normal;text-align:right}.mobile-menu .user-balance--menu .user-balance__add{width:.95rem;height:.95rem;margin-left:0}.user-balance{display:inline-flex;align-items:center;position:relative;height:3.6rem;min-width:17.7rem;padding:0 1.2rem 0 .4rem;border:1px solid #d56ab2;border-radius:.7rem;background:transparent;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.user-balance{transition:background-color .2s ease,color .2s ease}}.user-balance:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(hover:hover){.user-balance:hover{background:#d56ab21a;border-color:#f29bd5;box-shadow:0 0 1.2rem #d56ab280,inset 0 0 1rem #d56ab21f}.user-balance:hover .user-balance__icon,.user-balance:hover .user-balance__add{filter:brightness(1.2) drop-shadow(0 0 .5rem rgba(255,134,203,.55))}}@media(max-width:768px){.user-balance{height:3.8rem;min-width:0;padding:0 1.2rem 0 .6rem;border-radius:.7rem;justify-content:space-between}}.user-balance__icon{width:3.86rem;height:2.93rem;object-fit:contain;flex-shrink:0}@media(max-width:768px){.user-balance__icon{width:4.5rem;height:3.4rem}}.user-balance__meta{display:inline-flex;align-items:center;gap:.8rem;margin-left:auto}.user-balance__amount{flex:1;margin:0 1rem;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.5146rem;font-weight:400;line-height:normal;text-align:left;white-space:nowrap}@media(max-width:768px){.user-balance__amount{flex:none;margin:0;font-size:1.5146rem;text-align:right}}.user-balance__add{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;flex-shrink:0;border:0;background:transparent;padding:0}.user-balance__add img{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.user-balance__add{width:1rem;height:1rem;margin-left:0}}@media(max-width:768px){.user-balance--compact{width:auto;min-width:0;max-width:14rem;height:3.2rem;padding:0 .8rem 0 .4rem;justify-content:flex-start}.user-balance--compact .user-balance__icon{width:2.8rem;height:2.8rem}.user-balance--compact .user-balance__meta{margin-left:0;gap:.4rem}.user-balance--compact .user-balance__amount{margin:0;font-size:1.3rem;text-align:left}}.header{position:sticky;top:0;background:#0c0c22;z-index:9}.header .container{min-height:7.1rem;display:flex;align-items:stretch;justify-content:space-between;gap:2.4rem}@media(max-width:1280px){.header .container{min-height:6.4rem;gap:1.8rem}}@media(max-width:768px){.header .container{min-height:5.6rem;align-items:center}}.header__gradient{display:none}.header__logo{width:9.9rem;height:6.3rem;display:flex;flex-shrink:0;align-items:center;align-self:center;outline:none;border:none;box-shadow:none}.header__logo:focus,.header__logo:focus-visible,.header__logo:active{outline:none;border:none;box-shadow:none}.header__logo img{width:100%;height:100%;object-fit:contain;outline:none}@media(max-width:1280px){.header__logo{width:8.8rem;height:5.6rem}}@media(max-width:768px){.header__logo{width:8.2rem;height:5.2rem}}.header__menu{display:flex;align-items:stretch;list-style:none;justify-content:center;gap:4.8rem;margin:0 auto;padding:0;align-self:stretch}.header__menu li{display:flex;align-items:stretch;height:auto;line-height:1}@media(max-width:1280px){.header__menu{gap:3.2rem}}@media(max-width:768px){.header__menu{display:none}}.header__menu-link{position:relative;display:flex;align-items:center;justify-content:center;min-width:8.8rem;padding:0 1.2rem;border:0;background:transparent;color:#fff;text-decoration:none;text-transform:none;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;transition:color .2s ease,background .2s ease}.header__menu-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.28rem;background:linear-gradient(180deg,#ff86cb,#c81e7f);opacity:0;transition:opacity .2s ease}.header__menu-link:hover{color:#ff86cb}.header__menu-link--active{font-weight:700;color:#fff;background:linear-gradient(180deg,#0c0c2240 21.23%,#c81e7f40)}.header__menu-link--active:after{opacity:1}.header__menu-link--active:hover{color:#fff}.header__menu-icon{display:none}@media(max-width:768px){.header__menu-icon{display:flex;align-items:center;justify-content:center;background:transparent;border:0;padding:0}}.header__nav{display:flex;align-items:center;justify-content:flex-end;gap:2rem;flex-shrink:0;align-self:center}@media(max-width:1280px){.header__nav{gap:1.2rem}}@media(max-width:768px){.header__nav{display:none}}.header__nav--logged-in{gap:1.6rem}@media(max-width:1280px){.header__nav--logged-in{gap:1.2rem}}.header__action-button{min-width:13.9rem;height:3.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0 2.4rem;border:1px solid #d56ab2;border-radius:.7rem;text-transform:uppercase;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.header__action-button{transition:background-color .2s ease,color .2s ease}}.header__action-button:active{transform:translateY(0) scale(.99);transition-duration:.12s}.header__action-button--primary{background:linear-gradient(103deg,#66146b 2.57%,#cf1e80);color:#fff;font-weight:700}@media(hover:hover){.header__action-button--primary:hover{filter:brightness(1.15);box-shadow:0 0 1.4rem #cf1e809e,0 0 2.8rem #cf1e804d}}.header__action-button--secondary{background:transparent;color:#fff}@media(hover:hover){.header__action-button--secondary:hover{background:#d56ab21f;border-color:#f29bd5;box-shadow:0 0 1.2rem #d56ab280,inset 0 0 1rem #d56ab21f}}.header__avatar{position:relative;display:flex;align-items:center;justify-content:center;align-self:center}.header__avatar-button{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:50%;border:1px solid #d56ab2;background:transparent;padding:.15rem;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.header__avatar-button{transition:background-color .2s ease,color .2s ease}}.header__avatar-button:active{transform:translateY(0) scale(.99);transition-duration:.12s}.header__avatar-button img{width:100%;height:100%;border-radius:50%;object-fit:cover}@media(hover:hover){.header__avatar-button:hover{background:#d56ab21f;border-color:#f29bd5;box-shadow:0 0 1.2rem #d56ab28c,0 0 2.2rem #cf1e8038}.header__avatar-button:hover img{filter:brightness(1.12)}}.header__menu-dropdown{position:absolute;display:grid;right:0;top:calc(100% + 1rem);z-index:3;min-width:17.3rem;padding:.6rem;border-radius:.7rem;overflow:hidden;background:#0c0c22;border:1px solid #d56ab2;box-shadow:0 1.4rem 4.5rem #00000073;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.header__menu-dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.header__nav-link{white-space:nowrap;padding:.9rem 1.2rem;border-radius:.7rem;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.5rem;text-decoration:none;background:linear-gradient(180deg,#0c0c2240 21.23%,#c81e7f40);transition:background .18s ease,color .18s ease,box-shadow .18s ease,text-shadow .18s ease}.header__nav-link:hover{background:#d56ab22e;color:#fff;box-shadow:inset 0 0 1.2rem #d56ab22e,0 0 1rem #cf1e8033;text-shadow:0 0 .8rem rgba(255,134,203,.72)}.header__nav-link:focus-visible{outline:2px solid rgba(213,106,178,.85);outline-offset:2px}.header__nav-link:not(:last-child){margin-bottom:.4rem}.header__logout{display:flex;align-items:center;justify-content:center;width:2.9rem;height:2.9rem;border:0;background:transparent;padding:0;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.header__logout{transition:background-color .2s ease,color .2s ease}}.header__logout:active{transform:translateY(0) scale(.99);transition-duration:.12s}.header__logout img{width:100%;height:100%;object-fit:contain}@media(hover:hover){.header__logout:hover{opacity:1;filter:brightness(1.35) drop-shadow(0 0 .6rem rgba(255,134,203,.72))}}.header__mobile-nav{display:none;align-self:center}@media(max-width:768px){.header__mobile-nav{display:flex;align-items:center;gap:1rem}}.scroll-reveal{opacity:0;transform:translateY(5.6rem);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.scroll-reveal--soft:not(.scroll-reveal--visible){transform:translateY(4rem)}.scroll-reveal--pop:not(.scroll-reveal--visible){transform:translateY(4.8rem) scale(.97)}.scroll-reveal--pop.scroll-reveal--visible{transform:translateY(0) scale(1)}.scroll-reveal--stagger:not(.scroll-reveal--visible) .game-card,.scroll-reveal--stagger:not(.scroll-reveal--visible) .how-it-work__card,.scroll-reveal--stagger:not(.scroll-reveal--visible) .getting-coins__card,.scroll-reveal--stagger:not(.scroll-reveal--visible) .security__item,.scroll-reveal--stagger:not(.scroll-reveal--visible) .hero-bottom__card,.scroll-reveal--stagger:not(.scroll-reveal--visible) .features__item,.scroll-reveal--stagger:not(.scroll-reveal--visible) .faq__item,.scroll-reveal--stagger:not(.scroll-reveal--visible) .games-header-page__tab,.scroll-reveal--stagger:not(.scroll-reveal--visible) .responsible-entertainment__card{opacity:0;transform:translateY(2.4rem)}.scroll-reveal--stagger.scroll-reveal--visible .game-card{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(1){animation-delay:calc(.1s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(2){animation-delay:calc(.1s + 45ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(3){animation-delay:calc(.1s + 90ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(4){animation-delay:calc(.1s + 135ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(5){animation-delay:.28s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(6){animation-delay:calc(.1s + 225ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(7){animation-delay:.37s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(8){animation-delay:calc(.1s + 315ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(9){animation-delay:calc(.1s + .36s)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(10){animation-delay:calc(.1s + 405ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(11){animation-delay:.55s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(12){animation-delay:calc(.1s + 495ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(13){animation-delay:.64s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(14){animation-delay:calc(.1s + 585ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(15){animation-delay:.73s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(16){animation-delay:calc(.1s + 675ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(17){animation-delay:.82s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(18){animation-delay:calc(.1s + 765ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(19){animation-delay:.91s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(20){animation-delay:calc(.1s + 855ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(21){animation-delay:1s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(22){animation-delay:calc(.1s + 945ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(23){animation-delay:1.09s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(24){animation-delay:calc(.1s + 1035ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(25){animation-delay:calc(.1s + 1.08s)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(26){animation-delay:calc(.1s + 1125ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(27){animation-delay:1.27s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(28){animation-delay:calc(.1s + 1215ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(29){animation-delay:1.36s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(30){animation-delay:calc(.1s + 1305ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(31){animation-delay:calc(.1s + 1.35s)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(32){animation-delay:calc(.1s + 1395ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(33){animation-delay:1.54s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(34){animation-delay:calc(.1s + 1485ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(35){animation-delay:calc(.1s + 1.53s)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(36){animation-delay:calc(.1s + 1575ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(37){animation-delay:calc(.1s + 1.62s)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(38){animation-delay:calc(.1s + 1665ms)}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(39){animation-delay:1.81s}.scroll-reveal--stagger.scroll-reveal--visible .game-card:nth-child(40){animation-delay:calc(.1s + 1755ms)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(1){animation-delay:calc(.12s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(2){animation-delay:calc(.12s + 90ms)}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(3){animation-delay:.3s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(4){animation-delay:.39s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(5){animation-delay:.48s}.scroll-reveal--stagger.scroll-reveal--visible .how-it-work__card:nth-child(6){animation-delay:calc(.12s + .45s)}.scroll-reveal--stagger.scroll-reveal--visible .getting-coins__card{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .getting-coins__card:nth-child(1){animation-delay:calc(.12s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .getting-coins__card:nth-child(2){animation-delay:.22s}.scroll-reveal--stagger.scroll-reveal--visible .getting-coins__card:nth-child(3){animation-delay:.32s}.scroll-reveal--stagger.scroll-reveal--visible .getting-coins__card:nth-child(4){animation-delay:.42s}.scroll-reveal--stagger.scroll-reveal--visible .security__item{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(1){animation-delay:calc(.12s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(2){animation-delay:calc(.12s + 80ms)}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(3){animation-delay:.28s}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(4){animation-delay:.36s}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(5){animation-delay:.44s}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(6){animation-delay:.52s}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(7){animation-delay:.6s}.scroll-reveal--stagger.scroll-reveal--visible .security__item:nth-child(8){animation-delay:.68s}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__card{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__card:nth-child(1){animation-delay:80ms}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__card:nth-child(2){animation-delay:calc(80ms + .1s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__card:nth-child(3){animation-delay:calc(80ms + .2s)}.scroll-reveal--stagger.scroll-reveal--visible .hero-bottom__card:nth-child(4){animation-delay:calc(80ms + .3s)}.scroll-reveal--stagger.scroll-reveal--visible .features__item{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(1){animation-delay:calc(.1s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(2){animation-delay:calc(.1s + 75ms)}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(3){animation-delay:.25s}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(4){animation-delay:calc(.1s + 225ms)}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(5){animation-delay:.4s}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(6){animation-delay:calc(.1s + 375ms)}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(7){animation-delay:.55s}.scroll-reveal--stagger.scroll-reveal--visible .features__item:nth-child(8){animation-delay:calc(.1s + 525ms)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(1){animation-delay:calc(.1s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(2){animation-delay:calc(.1s + 70ms)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(3){animation-delay:calc(.1s + .14s)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(4){animation-delay:.31s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(5){animation-delay:.38s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(6){animation-delay:calc(.1s + .35s)}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(7){animation-delay:.52s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(8){animation-delay:.59s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(9){animation-delay:.66s}.scroll-reveal--stagger.scroll-reveal--visible .faq__item:nth-child(10){animation-delay:.73s}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(1){animation-delay:60ms}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(2){animation-delay:130ms}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(3){animation-delay:calc(60ms + .14s)}.scroll-reveal--stagger.scroll-reveal--visible .games-header-page__tab:nth-child(4){animation-delay:calc(60ms + .21s)}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card{opacity:0;animation:scroll-reveal-stagger-in .75s cubic-bezier(.22,1,.36,1) forwards}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(1){animation-delay:calc(.1s + 0ms)}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(2){animation-delay:.22s}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(3){animation-delay:calc(.1s + .24s)}.scroll-reveal--stagger.scroll-reveal--visible .responsible-entertainment__card:nth-child(4){animation-delay:calc(.1s + .36s)}@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none;transition:none;will-change:auto}.scroll-reveal.scroll-reveal--stagger .game-card,.scroll-reveal.scroll-reveal--stagger .how-it-work__card,.scroll-reveal.scroll-reveal--stagger .getting-coins__card,.scroll-reveal.scroll-reveal--stagger .security__item,.scroll-reveal.scroll-reveal--stagger .hero-bottom__card,.scroll-reveal.scroll-reveal--stagger .features__item,.scroll-reveal.scroll-reveal--stagger .faq__item,.scroll-reveal.scroll-reveal--stagger .games-header-page__tab,.scroll-reveal.scroll-reveal--stagger .responsible-entertainment__card{opacity:1;transform:none;animation:none}}@keyframes scroll-reveal-stagger-in{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}.footer{position:relative;padding:4.8rem 0 0;overflow:hidden;background:#020b1c}.footer .container{position:relative}@media(min-width:1025px){.footer .container{max-width:118rem}}@media(min-width:1025px){.footer{padding-top:1.9rem}}.footer__main{display:grid;grid-template-columns:17.76rem minmax(0,1fr) minmax(0,1fr) minmax(0,1.35fr) minmax(14.5rem,18rem);gap:2.2rem 4.8rem;align-items:stretch;padding-bottom:4rem}@media(max-width:1024px)and (min-width:769px){.footer__main{grid-template-columns:minmax(0,1.45fr) minmax(0,1.12fr) minmax(0,1.28fr) minmax(0,1.32fr) minmax(0,1.35fr);gap:2.4rem 2.8rem;padding-bottom:3.2rem}}@media(max-width:768px){.footer__main{grid-template-columns:repeat(2,minmax(0,1fr));gap:3.2rem 2rem;padding-bottom:2.4rem}}.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(min-width:1025px){.footer__brand{gap:1rem}}@media(max-width:1024px)and (min-width:769px){.footer__brand{gap:1.2rem;min-width:0;max-width:100%}}@media(max-width:768px){.footer__brand{gap:.8rem;grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo cookie" "logo support" "logo email";align-items:center;column-gap:1.6rem;row-gap:.8rem}}.footer__logo{display:inline-flex;align-items:center}.footer__logo img{width:16rem;height:auto;max-height:10.16rem;object-fit:contain}@media(min-width:1025px){.footer__logo{margin-bottom:.5rem}}@media(max-width:1024px)and (min-width:769px){.footer__logo img{width:11.5rem;max-height:7rem}}@media(max-width:768px){.footer__logo{grid-area:logo;align-self:start}.footer__logo img{width:12.4rem;max-height:8rem}}.footer__cookie-btn{display:inline-flex;align-items:center;justify-content:center;min-width:17.8rem;height:3.9rem;padding:0 1.6rem;border:1px solid #d56ab2;border-radius:.7rem;background:transparent;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.55;cursor:pointer;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}@media(hover:hover){.footer__cookie-btn:hover{transform:translateY(-.2rem);background:#d56ab21f;box-shadow:0 .8rem 2rem #d56ab247}}@media(min-width:1025px){.footer__cookie-btn{width:17.76rem;min-width:17.76rem;height:3.92rem;border-radius:.7rem;font-size:1.4rem}}@media(max-width:1024px)and (min-width:769px){.footer__cookie-btn{width:100%;max-width:10.3rem;min-width:0;height:3.4rem;padding:0 1rem;font-size:1.2rem}}@media(max-width:768px){.footer__cookie-btn{grid-area:cookie;width:100%;min-width:0;height:3.9rem}}.footer__support-btn{display:inline-flex;align-items:center;justify-content:center;min-width:17.8rem;height:3.9rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.76rem;background:linear-gradient(105deg,#66146b 2.57%,#cf1e80);color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.55;text-decoration:none;transition:transform .3s ease,filter .3s ease,box-shadow .3s ease}@media(hover:hover){.footer__support-btn:hover{transform:translateY(-.2rem);filter:brightness(1.08);box-shadow:0 .8rem 2rem #cf1e8059}}@media(min-width:1025px){.footer__support-btn{width:17.76rem;min-width:17.76rem;height:3.92rem;margin-bottom:0;padding:0 2rem;border-width:1.091px;border-radius:.764rem;font-size:1.53rem}}@media(max-width:1024px)and (min-width:769px){.footer__support-btn{width:100%;max-width:10.3rem;min-width:0;height:3.4rem;padding:0 1rem;font-size:1.3rem}}@media(max-width:768px){.footer__support-btn{grid-area:support;width:100%;min-width:0;height:3.9rem}}.footer__email{color:#2c4168;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;text-decoration:none;transition:color .2s ease}@media(hover:hover){.footer__email:hover{color:#9560ff}}@media(min-width:1025px){.footer__email{width:17.76rem}}@media(max-width:1024px)and (min-width:769px){.footer__email{font-size:1.2rem;word-break:normal;overflow-wrap:anywhere}}@media(max-width:768px){.footer__email{grid-area:email;font-size:1.5rem;text-align:center;width:100%}}.footer__col{min-width:0}@media(max-width:1024px)and (min-width:769px){.footer__col{overflow:hidden}}.footer__heading{margin:0 0 2.4rem;color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:normal}@media(max-width:1024px)and (min-width:769px){.footer__heading{margin-bottom:2rem}}@media(max-width:768px){.footer__heading{margin-bottom:1.6rem;font-size:2rem}}.footer__menu{list-style:none;display:grid;gap:1.2rem;margin:0;padding:0}.footer__menu a{color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal;text-decoration:none;transition:color .2s ease}@media(hover:hover){.footer__menu a:hover{color:#d56ab2}}@media(max-width:768px){.footer__menu a{font-size:1.6rem}}.footer__company{display:grid;gap:1.2rem}.footer__company p{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal}@media(max-width:768px){.footer__company{grid-column:1/-1}}@media(max-width:768px){.footer__col--company{grid-column:1/-1}}.footer__meta{display:flex;flex-direction:column;align-items:flex-end;gap:1.9rem;justify-self:end}@media(max-width:1024px)and (min-width:769px){.footer__meta{gap:1.6rem;align-items:flex-end;min-width:0}}@media(max-width:768px){.footer__meta{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;justify-self:stretch;gap:1.2rem;height:auto}}.footer__payments{display:flex;align-items:center;gap:1.8rem}@media(max-width:768px){.footer__payments{order:2;gap:1.2rem}}.footer__payment{display:block;height:auto;object-fit:contain}.footer__payment--visa{width:6.41rem;height:2.08rem}.footer__payment--mastercard{width:4.04rem;height:2.42rem}@media(max-width:1024px)and (min-width:769px){.footer__payment--visa{width:6.4rem;height:2.1rem}.footer__payment--mastercard{width:4rem;height:2.4rem}}@media(max-width:768px){.footer__payment--visa{width:4.8rem;height:1.6rem}.footer__payment--mastercard{width:3rem;height:1.8rem}}.footer__copyright{margin:0;color:#545454;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal;text-align:right;white-space:nowrap}@media(max-width:768px){.footer__copyright{order:1;text-align:left;font-size:1.3rem}}.footer__trust{display:flex;align-items:center;gap:1rem;margin-top:auto}@media(max-width:1024px)and (min-width:769px){.footer__trust{gap:.8rem}}@media(max-width:768px){.footer__trust{order:3;width:100%;justify-content:flex-end;margin-top:.4rem;gap:.8rem}}.footer__trust-icon{display:block;width:4.45rem;height:4.45rem;object-fit:contain}.footer__trust-icon:last-child{width:5.35rem;height:4.63rem}@media(max-width:1024px)and (min-width:769px){.footer__trust-icon{width:3.6rem;height:3.6rem}.footer__trust-icon:last-child{width:4.3rem;height:3.7rem}}@media(max-width:768px){.footer__trust-icon{width:4rem;height:4rem}.footer__trust-icon:last-child{width:4.8rem;height:4.2rem}}.footer__ticker{position:relative;overflow:hidden;padding:1.6rem 0 2.4rem;border-top:0}.footer__ticker-track{display:inline-flex;width:max-content;animation:footer-ticker 40s linear infinite}.footer__ticker-track span{color:#2c4168;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;white-space:pre}@media(prefers-reduced-motion:reduce){.footer__ticker-track{animation:none}}@keyframes footer-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.global-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#020b1c}.global-loader__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:min(32rem,84vw);padding:2rem}.global-loader__logo{width:12rem;height:auto;object-fit:contain}@media(max-width:768px){.global-loader__logo{width:10rem}}.global-loader__progress{width:100%;height:.4rem;margin-top:3.2rem;border-radius:999px;background:#ffffff14;overflow:hidden}@media(max-width:768px){.global-loader__progress{margin-top:2.8rem}}.global-loader__progress-bar{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#66146b,#cf1e80 45%,#ff89e3)}@media(prefers-reduced-motion:no-preference){.global-loader__progress-bar{animation:global-loader-progress 1.4s cubic-bezier(.45,0,.55,1) infinite}}.global-loader__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes global-loader-progress{0%{transform:translate(-120%)}to{transform:translate(320%)}}.faq{position:relative;z-index:1;padding:7.2rem 0 8rem;overflow:hidden;background:#041027}.faq:before{content:"";position:absolute;inset:0;z-index:0;background:url(/images/FAQ-bg.png) center/cover no-repeat;opacity:.35;pointer-events:none}.faq>.container{position:relative;z-index:1}@media(max-width:1024px){.faq{padding:5.6rem 0 6.4rem}}@media(max-width:768px){.faq{padding:4.8rem 0 5.6rem}}.faq__title{margin:0 0 3.2rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:400;line-height:5.9rem;text-transform:uppercase}@media(max-width:1280px){.faq__title{font-size:4rem;line-height:4.8rem}}@media(max-width:768px){.faq__title{margin-bottom:2.4rem;font-size:2.8rem;line-height:3.4rem}}.faq__list{display:flex;flex-direction:column;gap:1.5rem}.faq__item{overflow:hidden;border:1px solid #9561ff;border-radius:1rem;background:#111c32;transition:border-color .25s ease,background .25s ease,transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.faq__item--open{border-color:#d5b6ff66;background:#ffffff0d}@media(hover:hover){.faq__item:hover:not(.faq__item--open){border-color:#b48dff;transform:translateY(-.2rem);box-shadow:0 1rem 2.8rem #9560ff38,0 0 0 1px #d5b6ff1f}.faq__item:hover:not(.faq__item--open) .faq__header{background:#16233f}.faq__item:hover:not(.faq__item--open) .faq__toggle{filter:brightness(1.1);box-shadow:0 0 1.2rem #9560ff73}.faq__item--open:hover{border-color:#d5b6ffb3;transform:translateY(-.2rem);box-shadow:0 1.2rem 3.2rem #9560ff47,0 0 0 1px #d5b6ff33}.faq__item--open:hover .faq__header{filter:brightness(1.06)}.faq__item--open:hover .faq__toggle{filter:brightness(1.15);box-shadow:0 0 1rem #d5b6ff59}}.faq__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;width:100%;min-height:5.4rem;padding:1.4rem 2.4rem;border:0;background:#111c32;text-align:left;cursor:pointer;transition:background .25s ease,filter .25s ease}.faq__item--open .faq__header{background:linear-gradient(90deg,#9560ff,#d5b6ff)}@media(max-width:768px){.faq__header{min-height:5rem;padding:1.2rem 1.6rem;gap:1.2rem}}.faq__question{color:#fff;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:500;line-height:1.35;transition:color .25s ease}@media(max-width:768px){.faq__question{font-size:1.5rem}}.faq__toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.1rem;height:3.1rem;border-radius:.4rem;color:#fff;background:linear-gradient(90deg,#9560ff,#d5b6ff);transition:background .25s ease,filter .25s ease,box-shadow .25s ease,transform .25s ease}.faq__toggle svg{display:block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.faq__item--open .faq__toggle{background:linear-gradient(180deg,#193468,#041027)}.faq__item--open .faq__toggle svg{transform:rotate(45deg)}.faq__answer{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .35s ease}.faq__answer--open{grid-template-rows:1fr}.faq__answer-inner{overflow:hidden;min-height:0}.faq__answer p{margin:0;padding:1.6rem 2.4rem 2rem;color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4}@media(max-width:768px){.faq__answer p{padding:1.2rem 1.6rem 1.6rem;font-size:1.4rem}}.faq__email{color:#d5b6ff;text-decoration:underline;text-underline-offset:.2rem}@media(hover:hover){.faq__email:hover{color:#fff}}.game-card{position:relative;width:100%;aspect-ratio:1;background-size:cover;background-position:center;border-radius:3.25rem;border:3px solid #935dfe;overflow:hidden;cursor:pointer;box-shadow:0 0 1.2rem #935dfe38;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease,filter .35s ease}@media(hover:hover){.game-card:hover{z-index:1;transform:translateY(-.8rem) scale(1.05);border-color:#e88fd0;box-shadow:0 1.6rem 4rem #935dfe73,0 0 2.4rem #c61d7e59,0 0 4.8rem #935dfe47;filter:brightness(1.08) saturate(1.12)}.game-card:hover .game-card__overlay{opacity:1;background:#020b1c85}.game-card:hover .game-card__play{opacity:1;transform:scale(1)}}.game-card__overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:#020b1c00;opacity:0;pointer-events:none;transition:opacity .35s ease,background .35s ease}.game-card__overlay--locked{opacity:1;background:#020b1c9e}.game-card__play{display:flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border:1px solid #d56ab2;border-radius:50%;background:linear-gradient(145deg,#0a0236d1,#020b1cb8);box-shadow:0 0 1.6rem #935dfe73,0 0 3.2rem #c61d7e38;opacity:0;transform:scale(.82);transition:opacity .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}@media(max-width:1024px)and (min-width:769px){.game-card__play{width:4.8rem;height:4.8rem}}@media(max-width:768px){.game-card__play{width:3.6rem;height:3.6rem}}.game-card__play-icon{display:block;width:4.2rem;height:4.2rem;margin-left:.25rem;filter:drop-shadow(0 0 .6rem rgba(218,189,255,.45))}@media(max-width:1024px)and (min-width:769px){.game-card__play-icon{width:2.4rem;height:2.4rem}}@media(max-width:768px){.game-card__play-icon{width:2rem;height:2rem;margin-left:.2rem}}.game-card--locked .game-card__play{opacity:1;transform:scale(1)}@media(prefers-reduced-motion:reduce){.game-card{transition:none}.game-card:hover:not(.game-card--locked){transform:none;box-shadow:none;filter:none}.game-card:hover:not(.game-card--locked) .game-card__overlay,.game-card:hover:not(.game-card--locked) .game-card__play{opacity:0;transform:none}}@media(max-width:1024px)and (min-width:769px){.game-card{border:2px solid #935dfe;border-radius:3.5rem}}@media(max-width:768px){.game-card{border:1px solid #935dfe;border-radius:1.25rem;box-shadow:0 0 .6rem #935dfe33}}.hero-top{position:relative;width:100%;height:100%}.hero-top__stage{position:relative;width:100%;min-height:calc(100dvh - 7.1rem);height:100%;overflow:hidden;background:#020b1c;animation:hero-top-enter 1s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.hero-top__stage{animation:none}}@media(max-width:1024px){.hero-top__stage{min-height:338px;height:338px}}@media(max-width:768px){.hero-top__stage{min-height:28.4rem;height:28.4rem;overflow:hidden}}.hero-top__bg{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}@media(max-width:768px){.hero-top__bg{inset:0}}.hero-top__bg-image{position:absolute;pointer-events:none;max-width:none!important;max-height:none!important}.hero-top__bg-image--main{top:0;right:0;width:78%;height:100%;object-fit:cover;object-position:32% center;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.2) 8%,#000 24%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.2) 8%,#000 24%,#000 100%)}@media(max-width:1024px){.hero-top__bg-image--main{display:none}}.hero-top__bg-image--tablet-scene{display:none}@media(max-width:1024px){.hero-top__bg-image--tablet-scene{display:block;top:0;left:34.6870503597%;width:74.1894484412%;height:100%;object-fit:cover;object-position:center right;z-index:0;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 8%,#000 22%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 8%,#000 22%,#000 100%)}}@media(max-width:768px){.hero-top__bg-image--tablet-scene{display:none}}.hero-top__bg-image--mobile-scene,.hero-top__bg-image--mobile-persona{display:none}@media(max-width:768px){.hero-top__bg-image--mobile-scene,.hero-top__bg-image--mobile-persona{display:block;top:0;left:16.3358974359%;width:133.4743589744%;height:100%;object-fit:cover;object-position:top center}}@media(max-width:768px){.hero-top__bg-image--mobile-persona{z-index:2}}@media(max-width:768px){.hero-top__bg-image--mobile-scene{z-index:0}}.hero-top__bg-image--panel{top:0;left:0;width:58%;height:100%;object-fit:cover;object-position:right center;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 48%,rgba(0,0,0,.55) 72%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 48%,rgba(0,0,0,.55) 72%,transparent 100%)}@media(max-width:1024px){.hero-top__bg-image--panel{display:none}}.hero-top__bg-fade-top{display:none}@media(max-width:768px){.hero-top__bg-fade-top{display:block;position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#020b1c 0%,rgba(2,11,28,.85) 14%,rgba(2,11,28,.35) 32%,transparent 48%)}}.hero-top__bg-blend{position:absolute;inset:0;pointer-events:none;z-index:3;background:radial-gradient(ellipse 42% 70% at 42% 55%,rgba(64,39,100,.35) 0%,transparent 70%),linear-gradient(90deg,#020b1c 0%,rgba(2,11,28,.72) 18%,rgba(2,11,28,.2) 38%,transparent 52%)}@media(max-width:1024px){.hero-top__bg-blend{background:linear-gradient(90deg,#020b1c 0%,rgba(2,11,28,.85) 22%,rgba(2,11,28,.35) 42%,transparent 58%)}}@media(max-width:768px){.hero-top__bg-blend{background:linear-gradient(90deg,#020b1c 0%,rgba(2,11,28,.98) 18%,rgba(2,11,28,.82) 32%,rgba(2,11,28,.4) 48%,rgba(2,11,28,.1) 62%,transparent 78%),linear-gradient(180deg,transparent 0%,transparent 58%,rgba(2,11,28,.5) 78%,#020b1c 100%)}}.hero-top__container{position:relative;z-index:2;display:flex;align-items:center;min-height:calc(100dvh - 7.1rem);height:100%;padding-top:4rem;padding-bottom:6rem}@media(max-width:1024px){.hero-top__container{min-height:0;height:100%;align-items:flex-start;padding-top:58px;padding-bottom:16px}}@media(max-width:768px){.hero-top__container{min-height:0;height:100%;align-items:flex-start;padding-top:2.465rem;padding-bottom:1.2rem}}.hero-top__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;max-width:64rem;width:100%}@media(max-width:1024px){.hero-top__content{max-width:50.3597122302vw;gap:10px}}@media(max-width:768px){.hero-top__content{max-width:100%;gap:.8rem}}.hero-top__icons{display:flex;align-items:center;gap:1.4rem;animation:hero-content-rise .9s cubic-bezier(.22,1,.36,1) .15s both}.hero-top__icons img{width:5.6rem;height:5.6rem;max-width:none;max-height:none;object-fit:contain;animation:hero-icon-float 4.2s ease-in-out infinite}.hero-top__icons img:nth-child(1){animation-delay:0s}.hero-top__icons img:nth-child(2){animation-delay:.45s}.hero-top__icons img:nth-child(3){width:6.7rem;height:5.8rem;animation-delay:.9s}@media(max-width:1024px){.hero-top__icons img{width:32px;height:32px}.hero-top__icons img:nth-child(3){width:39px;height:34px}}@media(max-width:768px){.hero-top__icons img{width:3.2rem;height:3.2rem}.hero-top__icons img:nth-child(3){width:3.9rem;height:3.4rem}}@media(max-width:1024px){.hero-top__icons{gap:8px;margin-bottom:0}}@media(max-width:768px){.hero-top__icons{gap:.8rem;margin-bottom:.4rem}}.hero-top__heading{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;width:100%;animation:hero-content-rise .95s cubic-bezier(.22,1,.36,1) .28s both}@media(max-width:1024px){.hero-top__heading{gap:4px}}@media(max-width:768px){.hero-top__heading{gap:.4rem}}.hero-top__tagline{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;white-space:pre}@media(max-width:1024px){.hero-top__tagline{font-size:9px;letter-spacing:-.03em}}@media(max-width:768px){.hero-top__tagline{font-size:.9rem;max-width:100%;letter-spacing:-.04em}}.hero-top__title{margin:0;display:flex;flex-direction:column;gap:0}.hero-top__title-games-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1.2rem;width:100%}@media(max-width:1024px){.hero-top__title-games-row{gap:10px}}@media(max-width:768px){.hero-top__title-games-row{flex-direction:column;align-items:flex-start;gap:1.2rem}}.hero-top__title-line{display:block;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:400;line-height:5.9rem;text-transform:uppercase;letter-spacing:.02rem;flex-shrink:0}.hero-top__title-line--gradient{background-image:linear-gradient(177deg,#dabdff 12.7%,#9059ff 78%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media(max-width:1024px){.hero-top__title-line{font-size:29px;line-height:34px}}@media(max-width:768px){.hero-top__title-line{font-size:2.9rem;line-height:3.4rem}.hero-top__title-line--gradient{max-width:20rem;line-height:2.8rem}}.hero-top__title-sub{display:flex;flex-direction:column;align-items:flex-start;margin-top:0;margin-left:0;max-width:24rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:2.1rem;font-weight:400;line-height:1.15;text-transform:uppercase;white-space:normal}.hero-top__title-sub-line{display:block;white-space:nowrap}@media(max-width:1024px){.hero-top__title-sub{margin-top:0;max-width:27.3776978417vw;font-size:12px;line-height:1.2}}@media(max-width:768px){.hero-top__title-sub{margin-left:0;margin-top:0;max-width:23rem;font-size:1.23rem;line-height:1.25}.hero-top__title-sub-line{white-space:normal}}.hero-top__disclaimer{margin:0;max-width:60rem;color:#8091b0;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.45;animation:hero-content-rise 1s cubic-bezier(.22,1,.36,1) .4s both}@media(max-width:1024px){.hero-top__disclaimer{max-width:41.6223021583vw;font-size:9px;line-height:1.3}}@media(max-width:768px){.hero-top__disclaimer{margin-top:.4rem;max-width:19rem;font-size:.93rem;line-height:1.3;font-family:Roboto,sans-serif}}.hero-top__actions{display:flex;flex-wrap:wrap;gap:2.2rem;margin-top:.8rem;animation:hero-content-rise 1s cubic-bezier(.22,1,.36,1) .52s both}@media(max-width:1024px){.hero-top__actions{gap:12px;margin-top:8px}}@media(max-width:768px){.hero-top__actions{display:none}}.hero-top__actions-mobile{display:none}@media(max-width:768px){.hero-top__actions-mobile{display:flex;flex-direction:column;gap:1rem;width:100%;padding-top:2rem;padding-bottom:.8rem}}.hero-top__button{display:inline-flex;align-items:center;justify-content:center;min-width:15.2rem;height:3.9rem;padding:0 2.4rem;border-radius:.76rem;text-decoration:none;font-family:Gilroy,Satoshi,sans-serif;font-size:1.5rem;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.hero-top__button{transition:background-color .2s ease,color .2s ease}}.hero-top__button:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(max-width:1024px){.hero-top__button{min-width:88px;height:23px;padding:0 12px;border-radius:4.4px;font-size:9px}}.hero-top__button--primary{border:1px solid #d56ab2;background:linear-gradient(103deg,#66146b 2.57%,#cf1e80);color:#fff;font-weight:700}@media(hover:hover){.hero-top__button--primary:hover{transform:translateY(-.25rem) scale(1.03);filter:brightness(1.08);box-shadow:0 1.2rem 2.8rem #cf1e8061}}.hero-top__button--secondary{border:1px solid #d56ab2;background:transparent;color:#fff;font-weight:600}@media(hover:hover){.hero-top__button--secondary:hover{transform:translateY(-.25rem) scale(1.03);background:#d56ab21f;box-shadow:0 1rem 2.4rem #d56ab238}}@media(max-width:768px){.hero-top__button{flex:none;width:100%;min-width:0;height:4rem;font-size:1.6rem;border-radius:.8rem}}.hero-top__token{position:absolute;z-index:4;pointer-events:none;object-fit:contain;max-width:none;max-height:none;filter:drop-shadow(0 .4rem 4rem #402764)}@media(prefers-reduced-motion:reduce){.hero-top__token{animation:none!important}}.hero-top__token--left{left:-4%;bottom:2%;width:26rem;height:auto;animation:hero-token-float-left 8s ease-in-out .8s infinite}@media(max-width:1024px){.hero-top__token--left{display:none}}.hero-top__token--right{left:42%;right:auto;bottom:4%;width:18rem;height:auto;animation:hero-token-float-right 7.2s ease-in-out 1s infinite}@media(max-width:1024px){.hero-top__token--right{display:none}}@media(max-width:768px){.hero-top__token--right{display:block;inset:38.0528169014% auto auto 45.3256410256%;width:21%;height:auto;aspect-ratio:81.9/82.86;z-index:5;animation:none}}.hero-top__token--tablet-left{display:none}@media(max-width:1024px){.hero-top__token--tablet-left{display:block;left:-7.4508393285%;top:59.8846153846%;bottom:auto;width:15.103117506%;height:auto;animation:hero-token-float-left 8s ease-in-out .8s infinite}}@media(max-width:768px){.hero-top__token--tablet-left{display:none}}.hero-top__token--tablet-right{display:none}@media(max-width:1024px){.hero-top__token--tablet-right{display:block;inset:67.7514792899% auto auto 43.8057553957%;width:15.2649880096%;height:auto;animation:hero-token-float-right 7.2s ease-in-out 1s infinite}}@media(max-width:768px){.hero-top__token--tablet-right{display:none}}@media(prefers-reduced-motion:reduce){.hero-top__stage,.hero-top__token,.hero-top__icons,.hero-top__icons img,.hero-top__heading,.hero-top__disclaimer,.hero-top__actions{animation:none!important}}@keyframes hero-top-enter{0%{opacity:0;transform:translateY(1.6rem);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes hero-content-rise{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.5rem)}}@keyframes hero-token-float-left{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-.8rem,-1.2rem,0) rotate(8deg)}}@keyframes hero-token-float-right{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(.8rem,-1rem,0) rotate(-6deg)}}.hero-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;overflow:visible;padding-top:3.2rem}@media(max-width:768px){.hero-bottom{grid-template-columns:1fr;gap:3rem;padding-top:5.6rem}}.hero-bottom__card{position:relative;display:flex;align-items:stretch;min-height:21.8rem;overflow:visible;border:1px solid #935dfe;border-radius:1.5rem;padding:2.3rem 3.1rem;color:#fff;text-decoration:none;background:linear-gradient(113deg,#020b1c .74%,#0a0236);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease}@media(hover:hover){.hero-bottom__card:hover{transform:translateY(-.35rem);border-color:#b48dff;box-shadow:0 1.4rem 3.6rem #935dfe47,0 0 0 1px #935dfe33}.hero-bottom__card:hover .hero-bottom__button{transform:translateY(-.25rem) scale(1.04);filter:brightness(1.1);border-color:#e58bc8;background:linear-gradient(103deg,#7a1a82 2.57%,#e02d9b);box-shadow:0 1.2rem 2.8rem #cf1e8073,0 0 1.6rem #cf1e8047}.hero-bottom__card:hover .hero-bottom__glow{opacity:1;filter:brightness(1.15)}.hero-bottom__card:active .hero-bottom__button{transform:translateY(0) scale(.99)}}@media(max-width:768px){.hero-bottom__card{min-height:12.6rem;height:12.6rem;padding:1.4rem 1.85rem 1.6rem;border-radius:.87rem;border-width:.6px}}.hero-bottom__clip{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:inherit;pointer-events:none}.hero-bottom__glow{position:absolute;left:48%;top:50%;z-index:1;width:70%;height:160%;transform:translateY(-50%);pointer-events:none;opacity:.92;background:radial-gradient(ellipse at center,rgba(198,29,126,.85) 0%,rgba(198,29,126,.45) 28%,rgba(198,29,126,.18) 52%,transparent 72%);transition:opacity .35s ease,filter .35s ease}@media(max-width:1024px){.hero-bottom__glow{left:55%;width:55%}}@media(max-width:768px){.hero-bottom__glow{left:52%;top:50%;width:38%;height:100%;transform:translateY(-50%);opacity:1}}.hero-bottom__content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.6rem;max-width:24rem;width:100%;background:transparent}@media(max-width:768px){.hero-bottom__content{justify-content:flex-start;gap:.55rem;max-width:13.2rem;height:100%}}.hero-bottom__title{margin:0;max-width:21rem;font-family:Monument Extended,Clash Display,sans-serif;font-size:3rem;font-weight:400;line-height:1.15;text-transform:uppercase;background-image:linear-gradient(90deg,#dabdff,#945fff);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media(max-width:768px){.hero-bottom__title{font-size:1.74rem;line-height:1.2;max-width:12.2rem}}.hero-bottom__text{margin:0;max-width:22.5rem;padding-right:10px;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.4;background:transparent}@media(max-width:768px){.hero-bottom__text{padding-right:0;max-width:13rem;font-family:Roboto,sans-serif;font-size:.93rem;line-height:1.2}}.hero-bottom__button{display:inline-flex;align-items:center;justify-content:center;min-width:13.9rem;height:3.6rem;padding:0 1.6rem;border:1px solid #d56ab2;border-radius:.7rem;background:linear-gradient(103deg,#66146b 2.57%,#cf1e80);color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;white-space:nowrap;will-change:transform,filter,box-shadow;transition:transform .3s cubic-bezier(.22,1,.36,1),filter .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease}@media(max-width:768px){.hero-bottom__button{margin-top:auto;min-width:13rem;width:13rem;height:2.08rem;padding:0 .8rem;border-radius:.4rem;border-width:.6px;font-size:.81rem;line-height:1.55}}.hero-bottom__art{position:absolute;z-index:1;pointer-events:none}.hero-bottom__art img{display:block;max-width:none;max-height:none}.hero-bottom__art--enter{right:.5rem;bottom:0;width:44%;max-width:25rem;height:auto}.hero-bottom__art--enter img{width:100%;height:auto;object-fit:contain;object-position:bottom center}@media(max-width:768px){.hero-bottom__art--enter{inset:auto auto .6px 53.6057142857%;width:41.7742857143%;max-width:none;height:auto;z-index:1}.hero-bottom__art--enter img{width:100%;height:auto;object-fit:contain;object-position:bottom center}}.hero-bottom__art--bonus{z-index:2;right:0;bottom:0;width:58%;max-width:68rem;height:148%}@media(max-width:1024px){.hero-bottom__art--bonus{width:58%;height:142%}}@media(max-width:768px){.hero-bottom__art--bonus{top:auto;right:0rem;bottom:.6px;width:54%;max-width:none;height:auto}.hero-bottom__art--bonus .hero-bottom__vault-body{width:100%;max-width:none;height:auto;object-fit:contain;object-position:right bottom}}.hero-bottom__vault-body{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:right bottom}@media(prefers-reduced-motion:reduce){.hero-bottom__card,.hero-bottom__button,.hero-bottom__glow{transition:none}.hero-bottom__card:hover{transform:none;box-shadow:none}.hero-bottom__card:hover .hero-bottom__button{transform:none}}.hero{position:relative;display:flex;flex-direction:column;overflow:visible}.hero__viewport{display:flex;align-items:stretch;width:100%;min-height:calc(100dvh - 7.1rem);box-sizing:border-box}@media(max-width:1024px){.hero__viewport{min-height:0;height:338px}}@media(max-width:768px){.hero__viewport{min-height:0;height:auto}}.hero__viewport .hero-top{width:100%;flex:1}.hero__bottom{margin-top:6.1rem;position:relative;z-index:5;overflow:visible}@media(max-width:1024px){.hero__bottom{margin-top:4rem}}@media(max-width:768px){.hero__bottom{margin-top:3.2rem}}.hero .container{position:relative;z-index:5;overflow:visible}.how-it-work{position:relative;z-index:2;overflow:visible;min-height:43.8rem;padding:8.2rem 0 7rem;background:#041027}@media(max-width:1024px){.how-it-work{min-height:32rem;padding:6rem 0 5rem}}@media(max-width:768px){.how-it-work{min-height:0;padding:3.7rem 0 18rem;overflow:visible}}.how-it-work__inner{position:relative;z-index:2}.how-it-work__title{margin:0 0 1.6rem;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:400;line-height:5.9rem;text-transform:uppercase}@media(max-width:1280px){.how-it-work__title{font-size:4rem;line-height:4.8rem}}@media(max-width:768px){.how-it-work__title{margin-bottom:2rem;font-size:2.8rem;line-height:3.4rem}}.how-it-work__title-plain{color:#fff}.how-it-work__title-gradient{background-image:linear-gradient(178deg,#dabdff 12.7%,#9059ff 78%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.how-it-work__cards{position:relative;z-index:2;display:flex;flex-direction:column;gap:1.6rem;max-width:51rem}@media(max-width:1024px){.how-it-work__cards{max-width:42rem}}@media(max-width:768px){.how-it-work__cards{gap:1rem;max-width:100%}}.how-it-work__card{position:relative;display:flex;align-items:center;gap:2rem;overflow:hidden;border:1px solid #935dfe;border-radius:1rem;padding:1.4rem 2rem 1.4rem 1.2rem;background:linear-gradient(139deg,#020b1c .74%,#0a0236);cursor:default;will-change:transform,box-shadow,border-color;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,border-color .35s ease,background .4s ease}.how-it-work__card--logo{min-height:6.9rem}.how-it-work__card--coins{min-height:11.1rem}@media(hover:hover){.how-it-work__card:hover{transform:translateY(-.45rem) scale(1.015);border-color:#c4a3ff;background:linear-gradient(139deg,#06122a .74%,#14054a);box-shadow:0 1.6rem 3.6rem #935dfe52,0 0 0 1px #c61d7e38,0 0 2.8rem #c61d7e33}.how-it-work__card:hover .how-it-work__card-glow{opacity:1;transform:translateY(-50%) rotate(-6deg) scale(1.25);filter:brightness(1.35) saturate(1.15)}.how-it-work__card:hover .how-it-work__card-glow--coins{transform:translateY(-50%) rotate(-6deg) scale(1.2)}.how-it-work__card:hover .how-it-work__card-media{transform:scale(1.08);filter:drop-shadow(0 .6rem 1.4rem rgba(198,29,126,.35))}.how-it-work__card:hover .how-it-work__card-text{color:#f3e9ff}.how-it-work__card:hover .how-it-work__card-shine{transform:translate(120%) skew(-18deg);opacity:.55}}@media(max-width:768px){.how-it-work__card{gap:1.2rem;padding:.8rem 1.2rem .8rem 1rem}.how-it-work__card--logo{min-height:7.4rem}.how-it-work__card--coins{min-height:12.7rem}}.how-it-work__card-shine{position:absolute;top:-20%;left:-40%;z-index:2;width:35%;height:140%;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.14) 45%,rgba(218,189,255,.18) 50%,transparent 100%);transform:translate(-120%) skew(-18deg);opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .35s ease}.how-it-work__card-glow{position:absolute;left:.8rem;top:50%;z-index:0;width:12rem;height:8rem;transform:translateY(-50%) rotate(-6deg);border-radius:50%;opacity:.85;background:radial-gradient(ellipse at center,rgba(198,29,126,.55) 0%,rgba(198,29,126,.18) 42%,transparent 72%);pointer-events:none;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease,filter .35s ease}.how-it-work__card-glow--coins{width:14rem;height:14rem;left:.4rem;background:radial-gradient(ellipse at center,rgba(198,29,126,.65) 0%,rgba(198,29,126,.22) 40%,transparent 70%)}@media(max-width:768px){.how-it-work__card-glow{width:10.4rem;height:4.6rem;left:.6rem}.how-it-work__card-glow--coins{width:10.2rem;height:8.7rem;left:.4rem}}.how-it-work__card-media{position:relative;z-index:1;flex-shrink:0;transform-origin:bottom center;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .35s ease}.how-it-work__card-media img{display:block;width:100%;height:100%;object-fit:contain}.how-it-work__card-media--logo{width:8.9rem;height:5.7rem}.how-it-work__card-media--coins{width:11.5rem;height:10.5rem;margin-left:-.4rem}.how-it-work__card-media--coins img{width:100%;height:100%;object-fit:contain;object-position:center}@media(max-width:768px){.how-it-work__card-media--logo{width:8.9rem;height:5.7rem}.how-it-work__card-media--coins{width:9.8rem;height:9rem;margin-left:-.4rem}}.how-it-work__card-text{position:relative;z-index:1;margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.35;transition:color .35s ease}.how-it-work__card-text strong{font-weight:700}@media(max-width:768px){.how-it-work__card-text{font-size:1.4rem}}.how-it-work__visual{position:absolute;bottom:-33px;right:max(0rem,(100% - 120rem) / 2 - 4rem);z-index:3;display:flex;align-items:flex-start;justify-content:flex-end;width:min(68rem,52%);pointer-events:none}@media(max-width:1280px){.how-it-work__visual{bottom:-23px;width:min(58rem,48%)}}@media(max-width:1024px){.how-it-work__visual{bottom:-15px;right:-1rem;width:min(46rem,52%)}}@media(max-width:768px){.how-it-work__visual{position:absolute;right:auto;left:50%;bottom:-12px;width:24.7rem;max-width:63.4%;margin:0;transform:translate(-50%);justify-content:center;align-items:flex-end}}.how-it-work__visual-glow{position:absolute;right:8%;top:42%;z-index:0;width:70%;height:55%;border-radius:50%;transform:translateY(-40%);background:radial-gradient(ellipse at center,rgba(198,29,126,.55) 0%,rgba(147,93,254,.22) 42%,transparent 72%)}@media(max-width:768px){.how-it-work__visual-glow{inset:auto auto 8% 50%;width:100%;height:100%;transform:translate(-50%)}}.how-it-work__visual-glow{pointer-events:none}.how-it-work__persona{position:relative;z-index:1;display:block;width:100%;height:auto;max-width:none;max-height:none;object-fit:contain;object-position:right top;filter:drop-shadow(0 1.2rem 3.2rem rgba(198,29,126,.25))}@media(max-width:768px){.how-it-work__persona{object-position:center bottom}}@media(prefers-reduced-motion:reduce){.how-it-work__card,.how-it-work__card-glow,.how-it-work__card-media,.how-it-work__card-text,.how-it-work__card-shine{transition:none}.how-it-work__card:hover{transform:none;box-shadow:none}.how-it-work__card:hover .how-it-work__card-glow,.how-it-work__card:hover .how-it-work__card-media,.how-it-work__card:hover .how-it-work__card-shine{transform:none;filter:none}}.getting-coins{position:relative;z-index:1;overflow:visible;padding:6.4rem 0 8rem;background:#020b1c}@media(max-width:1024px){.getting-coins{padding:5.6rem 0 6.4rem}}@media(max-width:768px){.getting-coins{padding:4.8rem 0 5.6rem}}.getting-coins .container{position:relative;z-index:1;overflow:visible}.getting-coins__title{margin:0 0 7.2rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:400;line-height:5.9rem;text-align:center;text-transform:uppercase}@media(max-width:1280px){.getting-coins__title{margin-bottom:6rem;font-size:4rem;line-height:4.8rem}}@media(max-width:1024px){.getting-coins__title{margin-bottom:4.8rem}}@media(max-width:768px){.getting-coins__title{margin-bottom:3.2rem;font-size:2.8rem;line-height:3.4rem}}.getting-coins__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;overflow:visible}@media(max-width:768px){.getting-coins__grid{grid-template-columns:1fr;gap:2.4rem}}.getting-coins__card{position:relative;display:flex;align-items:center;min-height:13.2rem;overflow:visible;border:1px solid #935dfe;border-radius:1.5rem;padding:2.3rem 3.1rem;background:linear-gradient(125deg,#020b1c .74%,#0a0236);cursor:default;will-change:transform,box-shadow,border-color;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease,border-color .35s ease,background .4s ease}@media(hover:hover){.getting-coins__card:hover{transform:translateY(-.45rem) scale(1.015);border-color:#c4a3ff;background:linear-gradient(125deg,#06122a .74%,#14054a);box-shadow:0 1.6rem 3.6rem #935dfe52,0 0 0 1px #c61d7e38,0 0 2.8rem #c61d7e33}.getting-coins__card:hover .getting-coins__glow{opacity:1;transform:translateY(-50%) rotate(-6deg) scale(1.25);filter:brightness(1.35) saturate(1.15)}.getting-coins__card:hover .getting-coins__art{filter:drop-shadow(0 .8rem 2rem rgba(198,29,126,.45))}.getting-coins__card:hover .getting-coins__art--box,.getting-coins__card:hover .getting-coins__art--coin{transform:scale(1.08)}.getting-coins__card:hover .getting-coins__card-text{color:#f3e9ff}.getting-coins__card:hover .getting-coins__shine{transform:translate(120%) skew(-18deg);opacity:.55}}@media(max-width:768px){.getting-coins__card{min-height:7.6rem;align-items:flex-start;padding:1.35rem 1.8rem;border-radius:.87rem;border-width:.058rem}}.getting-coins__card--virtual{justify-content:flex-end}.getting-coins__clip{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none}.getting-coins__shine{position:absolute;top:-20%;left:-40%;z-index:2;width:35%;height:140%;pointer-events:none;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.14) 45%,rgba(218,189,255,.18) 50%,transparent 100%);transform:translate(-120%) skew(-18deg);opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .35s ease}.getting-coins__glow{position:absolute;top:50%;width:24rem;height:22rem;border-radius:50%;opacity:.85;transform:translateY(-50%) rotate(-6deg);background:radial-gradient(ellipse at center,rgba(198,29,126,.6) 0%,rgba(148,95,255,.28) 38%,transparent 72%);transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s ease,filter .35s ease}.getting-coins__glow--left{left:-1rem}@media(max-width:768px){.getting-coins__glow--left{left:-1.2rem;width:12rem;height:9.6rem}}.getting-coins__glow--right{right:-1rem}@media(max-width:768px){.getting-coins__glow--right{right:-.8rem;width:12.8rem;height:11.6rem}}.getting-coins__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:.6rem}.getting-coins__content--virtual{margin-left:auto;margin-right:0;width:auto;max-width:38rem;text-align:right;align-items:flex-end}@media(max-width:1280px){.getting-coins__content--virtual{max-width:36rem}}@media(max-width:768px){.getting-coins__content--virtual{gap:.5rem;width:201.714px;max-width:201.714px}}.getting-coins__content--buying{width:auto;max-width:30.5rem;margin-right:36%;text-align:left}@media(max-width:1280px){.getting-coins__content--buying{margin-right:32%}}@media(max-width:768px){.getting-coins__content--buying{gap:.5rem;margin-right:0;width:176.389px;max-width:176.389px}}.getting-coins__card-title{margin:0;font-family:Monument Extended,Clash Display,sans-serif;font-size:3rem;font-weight:400;line-height:normal;text-transform:uppercase;background-image:linear-gradient(178deg,#dabdff 12.7%,#945fff 78%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media(max-width:1280px){.getting-coins__card-title{font-size:2.6rem}}@media(max-width:768px){.getting-coins__card-title{font-size:17.375px;line-height:normal}}.getting-coins__card-text{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.35;transition:color .35s ease}@media(max-width:768px){.getting-coins__card-text{font-size:9.267px;line-height:normal}}.getting-coins__text-row{display:block}@media(max-width:768px){.getting-coins__content--virtual .getting-coins__card-title{max-width:182.716px}}@media(max-width:768px){.getting-coins__content--buying .getting-coins__card-title{max-width:166.549px}}@media(max-width:768px){.getting-coins__content--virtual .getting-coins__card-text,.getting-coins__content--buying .getting-coins__card-text{max-width:100%}}.getting-coins__art{position:absolute;z-index:3;pointer-events:none;transform-origin:bottom center;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .35s ease}.getting-coins__art img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;filter:drop-shadow(0 .8rem 2.4rem rgba(198,29,126,.35))}.getting-coins__art--box{left:-10rem;bottom:-2rem;width:38rem;height:22rem;transform-origin:bottom left}@media(max-width:1280px){.getting-coins__art--box{left:-12rem;bottom:-1.5rem;width:40rem;height:22rem}}@media(max-width:768px){.getting-coins__art--box{left:-5.5rem;bottom:-1rem;width:22rem;height:12.2rem}}.getting-coins__art--coin{right:-3.2rem;bottom:calc(-4rem + 29px);width:28rem;height:22rem;transform-origin:bottom right}@media(max-width:1280px){.getting-coins__art--coin{right:-3.5rem;bottom:-1.2rem;width:28rem;height:22rem}}@media(max-width:768px){.getting-coins__art--coin{top:auto;right:-1.8rem;bottom:.058rem;width:15rem;height:11.6rem}.getting-coins__art--coin img{object-position:bottom right}}@media(prefers-reduced-motion:reduce){.getting-coins__card,.getting-coins__glow,.getting-coins__art,.getting-coins__card-text,.getting-coins__shine{transition:none}.getting-coins__card:hover{transform:none;box-shadow:none}.getting-coins__card:hover .getting-coins__glow,.getting-coins__card:hover .getting-coins__art,.getting-coins__card:hover .getting-coins__shine{transform:none;filter:none}}.features{position:relative;z-index:2;overflow:visible;padding:8rem 0 14rem;background:#020b1c}@media(max-width:1024px){.features{padding:6rem 0 10rem}}@media(max-width:768px){.features{overflow:hidden;padding:4.8rem 0 0}}.features .container{position:relative;z-index:2;overflow:visible}.features__inner{position:relative;z-index:2;display:block}.features__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:3.2rem;max-width:52rem}@media(max-width:1024px){.features__content{max-width:42rem;gap:2.4rem}}@media(max-width:768px){.features__content{gap:2.4rem;max-width:100%}}.features__title{margin:0;max-width:52rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:400;line-height:5.9rem;text-transform:uppercase}@media(max-width:1280px){.features__title{font-size:4rem;line-height:4.8rem}}@media(max-width:768px){.features__title{font-size:2.8rem;line-height:3.4rem}}.features__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 2.4rem;margin:0;padding:0;list-style:none;max-width:50rem}@media(max-width:768px){.features__grid{max-width:100%;gap:2rem 1.6rem}}.features__item{display:flex;align-items:center;gap:1.4rem;padding:.6rem .8rem .6rem .4rem;margin:-.6rem -.8rem -.6rem -.4rem;border-radius:1rem;cursor:default;transition:transform .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.features__item:hover{transform:translateY(-.35rem)}.features__item:hover .features__icon{transform:scale(1.12);filter:drop-shadow(0 .6rem 1.4rem rgba(198,29,126,.4))}.features__item:hover .features__icon-glow{opacity:1;transform:scale(1.35);filter:brightness(1.35) saturate(1.15)}.features__item:hover .features__text{color:#f3e9ff}.features__item:hover .features__line{transform:scaleX(1);opacity:1}}.features__icon{position:relative;flex-shrink:0;width:5.7rem;height:5.6rem;transform-origin:bottom center;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .35s ease}.features__icon img{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.features__icon-glow{position:absolute;inset:-18%;z-index:0;border-radius:50%;opacity:.75;background:radial-gradient(circle,rgba(198,29,126,.55) 0%,rgba(198,29,126,.18) 45%,transparent 72%);pointer-events:none;transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1),filter .35s ease}.features__text{position:relative;margin:0;max-width:18rem;color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.35;transition:color .35s ease}@media(max-width:768px){.features__text{max-width:12rem;font-size:1.5rem}}.features__line{display:block;width:3.6rem;height:.2rem;margin-top:.6rem;border-radius:999px;background:linear-gradient(90deg,#dabdff,#945fff);transform:scaleX(0);transform-origin:left center;opacity:0;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease}.features__visual{position:absolute;right:max(-4rem,(100% - 120rem) / 2 - 8rem);bottom:0;z-index:1;width:min(92rem,68%);pointer-events:none}@media(max-width:1280px){.features__visual{right:-2rem;width:min(72rem,58%)}}@media(max-width:1024px){.features__visual{right:-4rem;width:min(64rem,62%)}}@media(max-width:768px){.features__visual{position:relative;right:auto;bottom:auto;display:flex;justify-content:center;align-items:flex-end;width:100%;max-width:100%;height:36rem;margin:3.2rem auto 0;padding:0;overflow:hidden;box-sizing:border-box}}.features__persona{display:block;width:100%;height:auto;max-width:none;max-height:none;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 1.2rem 3.2rem rgba(147,93,254,.28))}@media(max-width:768px){.features__persona{width:auto;max-width:none;height:78.125%;flex-shrink:0;object-fit:contain;object-position:center bottom;transform:translate(-30px) scale(1.28);transform-origin:center bottom}}@media(prefers-reduced-motion:reduce){.features__item,.features__icon,.features__icon-glow,.features__text,.features__line{transition:none}.features__item:hover{transform:none}.features__item:hover .features__icon,.features__item:hover .features__icon-glow,.features__item:hover .features__line{transform:none;filter:none}}.security{position:relative;z-index:1;padding:6.4rem 0 7.2rem;background:#041027}@media(max-width:1024px){.security{padding:5.6rem 0 6rem}}@media(max-width:768px){.security{padding:4.8rem 0 5.6rem}}.security__title{margin:0 0 5.6rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:400;line-height:5.9rem;text-align:center;text-transform:uppercase}@media(max-width:1280px){.security__title{margin-bottom:4.8rem;font-size:4rem;line-height:4.8rem}}@media(max-width:1024px){.security__title{margin-bottom:3.2rem}}@media(max-width:768px){.security__title{margin-bottom:3.2rem;font-size:2.8rem;line-height:3.4rem}}.security__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem;align-items:start}@media(max-width:1024px){.security__grid{gap:2rem 1.6rem}}@media(max-width:768px){.security__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.8rem 1.6rem}}.security__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.6rem;text-align:center;padding:1.2rem .8rem;border-radius:1.2rem;cursor:default;transition:transform .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.security__item:hover{transform:translateY(-.5rem)}.security__item:hover .security__media{transform:scale(1.1);filter:drop-shadow(0 .8rem 1.8rem rgba(198,29,126,.45))}.security__item:hover .security__media-glow{opacity:1;transform:translate(-50%,-50%) scale(1.15)}.security__item:hover .security__text-accent{color:#e8d4ff;text-shadow:0 0 1.6rem rgba(218,189,255,.45)}.security__item:hover .security__text-plain{color:#f3e9ff}.security__item:hover .security__line{transform:scaleX(1);opacity:1}}.security__media{position:relative;z-index:1;width:10.5rem;height:10.7rem;flex-shrink:0;transform-origin:bottom center;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .35s ease}.security__media img{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}@media(max-width:768px){.security__media{width:9.6rem;height:9.6rem}}.security__media-glow{position:absolute;left:50%;top:55%;z-index:0;width:9rem;height:9rem;border-radius:50%;pointer-events:none;opacity:0;transform:translate(-50%,-50%) scale(.85);background:radial-gradient(circle at center,rgba(198,29,126,.55) 0%,rgba(147,93,254,.28) 42%,transparent 72%);transition:opacity .4s ease,transform .45s cubic-bezier(.22,1,.36,1)}.security__text{position:relative;z-index:1;display:flex;flex-direction:column;margin:0;max-width:24rem;font-family:Roboto,sans-serif;font-size:1.6rem;line-height:1.35}.security__text-accent{font-weight:700;color:#dabdff;transition:color .35s ease,text-shadow .35s ease}.security__text-plain{font-weight:400;color:#fff;transition:color .35s ease}.security__line{display:block;width:4.8rem;height:.2rem;margin-top:.2rem;border-radius:999px;background:linear-gradient(90deg,#dabdff,#945fff);transform:scaleX(0);transform-origin:center;opacity:0;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease}@media(prefers-reduced-motion:reduce){.security__item,.security__media,.security__media-glow,.security__text-accent,.security__text-plain,.security__line{transition:none}.security__item:hover{transform:none}.security__item:hover .security__media,.security__item:hover .security__media-glow,.security__item:hover .security__line{transform:none;filter:none}}.home-page{background:#020b1c}.home-page #games,.home-page #how-it-works,.home-page #getting-coins,.home-page #security,.home-page #why,.home-page #faq{scroll-margin-top:10rem}@media(max-width:1280px){.home-page #games,.home-page #how-it-works,.home-page #getting-coins,.home-page #security,.home-page #why,.home-page #faq{scroll-margin-top:9rem}}@media(max-width:768px){.home-page #games,.home-page #how-it-works,.home-page #getting-coins,.home-page #security,.home-page #why,.home-page #faq{scroll-margin-top:8rem}}.home-page__middle{position:relative;z-index:2;overflow:visible}.home-page__middle .scroll-reveal{width:100%;overflow:visible}.home-page__middle .how-it-work-reveal{position:relative;z-index:3;overflow:visible}.home-page__middle .features-reveal{position:relative;z-index:2;overflow:visible}.home-bg-top{position:relative;overflow:visible;background:#020b1c}.home-bg-top .hero-left,.home-bg-top .hero-right{display:none}.home-bg-top>*{position:relative;z-index:1}.home-bg-top .scroll-reveal{width:100%}.home-body-bg{position:relative;overflow:hidden;background:#020b1c}.home-body-bg .scroll-reveal{position:relative;z-index:1}.games-section{position:relative;padding-top:6.4rem;padding-bottom:8rem}.games-section .container{position:relative;z-index:1}@media(max-width:1024px){.games-section{padding-top:5.6rem;padding-bottom:6.4rem}}@media(max-width:768px){.games-section{padding-top:4.8rem;padding-bottom:5.4rem}}.games-section__heading{display:flex;align-items:center;gap:2.4rem;margin-bottom:3rem}@media(max-width:1024px){.games-section__heading{justify-content:space-between;margin-bottom:2.4rem;gap:1.6rem}}@media(max-width:768px){.games-section__heading{margin-bottom:2.4rem;gap:1.2rem}}.games-section__title{margin:0;flex-shrink:0;color:#fff;font-size:5rem;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase;font-family:Monument Extended,Clash Display,sans-serif;font-weight:400}@media(max-width:1280px){.games-section__title{font-size:4rem;line-height:4.8rem}}@media(max-width:768px){.games-section__title{font-size:2.8rem;line-height:3.4rem}}.games-section__line{position:relative;display:flex;align-items:center;flex:1;min-width:2.4rem;height:1.2rem;border:0}.games-section__line:before{content:"";flex:1;height:.2rem;background:repeating-linear-gradient(90deg,#c61d7e 0,#c61d7e .6rem,transparent .6rem,transparent 1.2rem);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 18%,#000 72%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 18%,#000 72%,#000 100%)}.games-section__line:after{content:"";flex-shrink:0;width:0;height:0;border-style:solid;border-width:.55rem 0 .55rem .85rem;border-color:transparent transparent transparent #c61d7e}@media(max-width:1024px){.games-section__line{display:none}}.games-section__btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:15.2rem;height:3.9rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.76rem;background:transparent;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.55;text-decoration:none;cursor:pointer;transition:transform .3s ease,background .3s ease,box-shadow .3s ease,filter .3s ease}@media(hover:hover){.games-section__btn:hover{transform:translateY(-.2rem);background:#d56ab21f;box-shadow:0 .8rem 2rem #d56ab238}}@media(max-width:1024px){.games-section__btn{margin-left:auto}}@media(max-width:768px){.games-section__btn{min-width:0;height:3.6rem;padding:0 1.4rem;font-size:1.3rem}}.games-section__wrap{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.44rem}@media(max-width:1024px){.games-section__wrap{gap:.84rem}}@media(max-width:768px){.games-section__wrap{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.not-found{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - var(--not-found-header-offset) - var(--not-found-footer-offset));background:#020b1c;--not-found-header-offset: 8.8rem;--not-found-footer-offset: 33rem}@media(max-width:1280px){.not-found{--not-found-header-offset: 7.2rem;--not-found-footer-offset: 28rem}}@media(max-width:1024px){.not-found{--not-found-footer-offset: 22rem}}@media(max-width:768px){.not-found{--not-found-header-offset: 4.2rem;--not-found-footer-offset: 62rem;min-height:auto}}.not-found__inner{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:97.7rem;margin:0 auto;padding:4rem 2rem 8rem;box-sizing:border-box;text-align:center}@media(max-width:1024px){.not-found__inner{padding:3.2rem 2rem 6.4rem}}@media(max-width:768px){.not-found__inner{padding:2.4rem 2rem 4.8rem}}.not-found__graphic{flex-shrink:0;width:63.8rem;max-width:100%;height:32.6rem;margin-bottom:3.2rem;overflow:hidden}@media(max-width:1024px){.not-found__graphic{width:36.9rem;height:18.9rem;margin-bottom:2.4rem}}@media(max-width:768px){.not-found__graphic{width:29rem;height:14.8rem;margin-bottom:2rem}}.not-found__image{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none}.not-found__text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;max-width:97.7rem;margin-bottom:3.2rem}@media(max-width:1024px){.not-found__text{max-width:56.6rem;margin-bottom:2.4rem}}@media(max-width:768px){.not-found__text{max-width:33rem;gap:1.6rem;margin-bottom:2.4rem}}.not-found__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.2rem;font-weight:400;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1024px){.not-found__title{font-size:2.4325rem;line-height:3.417rem}}@media(max-width:768px){.not-found__title{font-size:2.6rem;line-height:3.417rem}}.not-found__subtitle{margin:0;color:#8091b0;font-family:Roboto,sans-serif;font-size:2.4rem;font-weight:400;line-height:normal}@media(max-width:1024px){.not-found__subtitle{font-size:1.39rem}}@media(max-width:768px){.not-found__subtitle{font-size:1.6rem}}.not-found__button{display:inline-flex;align-items:center;justify-content:center;min-width:13.9rem;min-height:3.6rem;padding:.8rem 2.4rem;border:.1rem solid #d56ab2;border-radius:.7rem;background:transparent;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}@media(hover:hover){.not-found__button:hover{background:#d56ab21f;border-color:#e07ec4;transform:translateY(-.1rem)}}.not-found__button:active{transform:translateY(0)}@media(max-width:768px){.not-found__button{width:100%;max-width:35rem;min-height:4rem;border-radius:.44rem}}.not-found-page{min-height:100%;padding-top:4.7rem;padding-bottom:4.7rem;background:#020b1c;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:100vh}@media(max-width:768px){.not-found-page{padding-top:30px;padding-bottom:30px}}.not-found-page__img{display:flex;margin:0 auto -1rem;width:48rem}@media(max-width:768px){.not-found-page__img{width:100%;max-width:308px}}.not-found-page__title{text-align:center;font-size:8rem;font-family:Rubik One,sans-serif;text-transform:uppercase;font-weight:400;line-height:1;margin-bottom:1.2rem;color:#fccf40}@media(max-width:768px){.not-found-page__title{font-size:46px;margin-bottom:11px}}.not-found-page__sub{text-align:center;font-size:2rem}@media(max-width:768px){.not-found-page__sub{font-size:15px}}.not-found-page__button{margin:0 auto;width:21.7rem;display:flex}@media(max-width:768px){.not-found-page__button{width:100%}}.not-found-page__image{position:absolute;display:flex;pointer-events:none;bottom:-12rem}@media(max-width:768px){.not-found-page__image{display:none}}.not-found-page__image--left{left:0}.not-found-page__image--right{right:0}.realtime-rtp{position:relative;z-index:2}.realtime-rtp .container{max-width:118rem}.realtime-rtp__top{margin-bottom:2.4rem}@media(max-width:1280px){.realtime-rtp__top{margin-bottom:2rem}}@media(max-width:768px){.realtime-rtp__top{margin-bottom:1.6rem}}.realtime-rtp__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:800;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.realtime-rtp__title{font-size:2.9rem;line-height:3.4rem}}@media(max-width:768px){.realtime-rtp__title{font-size:2.8rem;line-height:3.4rem;letter-spacing:.012rem}}.realtime-rtp__games{display:flex;flex-wrap:wrap;justify-content:center;gap:2.4rem}@media(max-width:1280px){.realtime-rtp__games{gap:1.4rem}}@media(max-width:768px){.realtime-rtp__games{gap:1.2rem}}.realtime-rtp__game{flex:0 0 21.6rem;width:21.6rem;max-width:100%}@media(max-width:1280px){.realtime-rtp__game{flex:0 0 12.5rem;width:12.5rem}}@media(max-width:768px){.realtime-rtp__game{flex:0 0 10.85rem;width:10.85rem}}.realtime-rtp__game .game-card{width:100%}.region-restricted{position:relative;display:flex;flex-direction:column;box-sizing:border-box;margin-top:calc(-1 * var(--region-restricted-bg-offset));min-height:100dvh;height:100dvh;padding-top:var(--region-restricted-bg-offset);background:#050313;overflow:hidden;--region-restricted-bg-offset: 8.8rem}@media(max-width:1280px){.region-restricted{--region-restricted-bg-offset: 7.2rem}}@media(max-width:768px){.region-restricted{--region-restricted-bg-offset: 4.2rem;height:auto;min-height:100dvh}}.region-restricted__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.region-restricted__bg:before{content:"";position:absolute;inset:0;background:url(/images/hero/hero_bg.png) no-repeat center top/cover;opacity:.3}@media(max-width:768px){.region-restricted__bg:before{background-position:58% top}}.region-restricted__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#05031300 87.97%,#050313)}.region-restricted__inner{position:relative;z-index:1;display:flex;flex:1 1 auto;align-items:center;justify-content:center;min-height:0;width:100%;padding:4rem 1.6rem;box-sizing:border-box}@media(max-width:768px){.region-restricted__inner{padding:3.2rem 1.6rem}}.region-restricted__card{display:flex;flex-direction:column;align-items:center;gap:4rem;width:60rem;max-width:100%;padding:4rem;border-radius:1.2rem;background:linear-gradient(254deg,#cf288e,#9728cf 61.18%,#cf288e 97.87%);box-sizing:border-box;animation:region-restricted-card-enter .7s cubic-bezier(.22,1,.36,1) both}@media(prefers-reduced-motion:reduce){.region-restricted__card{animation:none}}@media(max-width:768px){.region-restricted__card{gap:2.4rem;padding:2.4rem 1.6rem}}.region-restricted__icon{display:block;width:16rem;height:16rem;max-width:none;max-height:none;object-fit:contain;object-position:center}@media(max-width:768px){.region-restricted__icon{width:12rem;height:12rem}}.region-restricted__text{display:flex;flex-direction:column;align-items:center;gap:1.6rem;width:100%;text-align:center}.region-restricted__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:2.4rem;font-weight:400;line-height:normal;letter-spacing:.012rem;text-transform:uppercase}@media(max-width:768px){.region-restricted__title{font-size:2rem}}.region-restricted__subtitle{margin:0;color:#fff9;font-family:Gilroy,Satoshi,sans-serif;font-size:2rem;font-weight:400;line-height:normal;letter-spacing:.01rem}@media(max-width:768px){.region-restricted__subtitle{font-size:1.6rem}}@keyframes region-restricted-card-enter{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}.game-page{position:relative;box-sizing:border-box;width:100%;max-width:100%;margin-top:calc(-1 * var(--game-page-bg-offset));padding-top:calc(var(--game-page-bg-offset) + 5.9rem);padding-bottom:8rem;background:#020b1c;overflow-x:visible;--game-page-bg-offset: 8.8rem}@media(max-width:1280px){.game-page{--game-page-bg-offset: 7.2rem;padding-top:calc(var(--game-page-bg-offset) + 4.8rem);padding-bottom:6.4rem}}@media(max-width:768px){.game-page{--game-page-bg-offset: 4.2rem;padding-top:calc(var(--game-page-bg-offset) + 3.6rem);padding-bottom:4.8rem}}.game-page__container{position:relative;z-index:2;max-width:118rem}.game-page__meta{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;margin-bottom:3.4rem}@media(max-width:1280px){.game-page__meta{margin-bottom:2.4rem}}@media(max-width:768px){.game-page__meta{margin-bottom:1.6rem;gap:1.2rem}}.game-page__identity{display:flex;align-items:center;gap:1.7rem;min-width:0}@media(max-width:768px){.game-page__identity{gap:1rem}}.game-page__thumb{flex-shrink:0;width:5.4rem;height:5.3rem;border-radius:.5rem;object-fit:cover;display:block}@media(max-width:1280px){.game-page__thumb{width:3.1rem;height:3.1rem;border-radius:.29rem}}@media(max-width:768px){.game-page__thumb{width:3.1rem;height:3.1rem;border-radius:.29rem}}.game-page__thumb--placeholder{background:#ffffff14}.game-page__title{margin:0;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:2.6rem;font-weight:700;line-height:normal;letter-spacing:0;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1280px){.game-page__title{font-size:1.5rem}}@media(max-width:768px){.game-page__title{font-size:1.5rem}}.game-page__share{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.game-page__share{transition:background-color .2s ease,color .2s ease}}.game-page__share:active{transform:translateY(0) scale(.99);transition-duration:.12s}.game-page__share img{width:100%;height:100%;display:block;object-fit:contain}@media(hover:hover){.game-page__share:hover{opacity:1;filter:brightness(1.35) drop-shadow(0 0 .6rem rgba(255,134,203,.72))}}@media(max-width:1280px){.game-page__share,.game-page__share img{width:2.4rem;height:2.4rem}}@media(max-width:768px){.game-page__share,.game-page__share img{width:2.4rem;height:2.4rem}}.game-page__player{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:55.8rem;overflow:hidden;border:1px solid #020b1c;border-radius:1.5rem;background:linear-gradient(180deg,#0c0c2240 21.23%,#c81e7f40);box-sizing:border-box}@media(max-width:1280px){.game-page__player{height:32.3rem;border-radius:.87rem}}@media(max-width:768px){.game-page__player{height:26.4rem;border-radius:.87rem}}.game-page__play{display:inline-flex;align-items:center;justify-content:center;width:8.6rem;height:8.6rem;padding:0;border:0;border-radius:1.2rem;cursor:pointer;background:linear-gradient(180deg,#ffbbfe,#c51d7e);box-shadow:0 .4rem 4rem #40276473;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}@media(hover:hover){.game-page__play:hover{transform:scale(1.05);box-shadow:0 .8rem 5rem #4027648c}}@media(max-width:1280px){.game-page__play{width:5rem;height:5rem;border-radius:.8rem}}@media(max-width:768px){.game-page__play{width:5rem;height:5rem;border-radius:.8rem}}.game-page__play-icon{width:3.2rem;height:3.2rem;display:block;object-fit:contain}@media(max-width:1280px){.game-page__play-icon{width:2.2rem;height:2.2rem}}@media(max-width:768px){.game-page__play-icon{width:2.2rem;height:2.2rem}}.game-page__frame{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000}.game-page__status{margin:0;color:#ffffffb3;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem}.game-page__error-msg{display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding:2.4rem;text-align:center}.game-page__error-btn{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.game-page__error-btn{transition:background-color .2s ease,color .2s ease}}.game-page__error-btn:active{transform:translateY(0) scale(.99);transition-duration:.12s}.game-page__error-btn img{display:block;width:100%;height:100%;object-fit:contain}@media(hover:hover){.game-page__error-btn:hover{opacity:1;filter:brightness(1.35) drop-shadow(0 0 .6rem rgba(255,134,203,.72))}}.game-page__trending{position:relative;z-index:1;margin-top:6.4rem;overflow:visible}@media(max-width:1280px){.game-page__trending{margin-top:4.8rem}}@media(max-width:768px){.game-page__trending{margin-top:4rem}}.game-page__trending .container{position:relative;z-index:2;max-width:118rem}.game-page__trending-edge{position:absolute;top:0;bottom:0;left:50%;z-index:3;width:100vw;transform:translate(-50%);pointer-events:none;overflow:visible}.game-page__chip{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;max-width:none;max-height:none}.game-page__chip--right{right:0;top:-10rem;width:27.9rem;height:28.2rem;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 .4rem 7rem rgb(64,39,100))}@media(max-width:1280px){.game-page__chip--right{top:-6rem;width:16.2rem;height:16.3rem;filter:drop-shadow(0 .23rem 4rem rgb(64,39,100))}}@media(max-width:768px){.game-page__chip--right{top:-2rem;width:10.4rem;height:10.5rem;filter:drop-shadow(0 .23rem 4rem rgb(64,39,100))}}.game-page__chip--left{left:0;top:14rem;width:25rem;height:auto;object-fit:contain;object-position:left bottom;opacity:.45;transform-origin:center center;filter:drop-shadow(0 .4rem 6rem rgba(64,39,100,.85))}@media(max-width:1280px){.game-page__chip--left{top:8rem;width:14.5rem;filter:drop-shadow(0 .23rem 3.5rem rgba(64,39,100,.85))}}@media(max-width:768px){.game-page__chip--left{top:8rem;width:14.5rem;filter:drop-shadow(0 .23rem 3.5rem rgba(64,39,100,.85))}}.register-shell{display:flex;flex-direction:column;width:100%;padding:5rem 6.7rem 4.3rem;border:.3rem solid #d56ab2;border-radius:2.5rem;background:#041027;box-sizing:border-box}@media(max-width:1280px){.register-shell{padding:4.2rem 5.5rem 3.6rem;border-width:.244rem;border-radius:2.035rem}}@media(max-width:768px){.register-shell{padding:4rem 2rem 2.4rem;border-width:.244rem;border-radius:2.035rem}}.register-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}@media(max-width:768px){.register-shell__header{margin-bottom:1.6rem}}.register-shell__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:800;line-height:1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.register-shell__title{font-size:4.0706rem}}@media(max-width:768px){.register-shell__title{font-size:3.4rem}}.register-shell__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;margin-top:.4rem;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.register-shell__close{transition:background-color .2s ease,color .2s ease}}.register-shell__close:active{transform:translateY(0) scale(.99);transition-duration:.12s}.register-shell__close img{width:1.6rem;height:1.6rem;max-width:none;max-height:none;display:block;transition:filter .2s ease}@media(hover:hover){.register-shell__close:hover{transform:scale(1.08)}.register-shell__close:hover img{filter:brightness(1.25)}}.register-shell__close:active{transform:scale(.96)}.register-shell__body{width:100%}.register-modal__form{display:flex;flex-direction:column;align-items:stretch;width:100%}.register-modal__fields{display:flex;flex-direction:column;gap:1rem;width:100%}.register-modal__field{display:flex;flex-direction:column;width:100%}.register-modal__field--error .register-modal__control{background:#ff7dd326;border-color:#ff7dd3;box-shadow:none}.register-modal__field--error .register-modal__control:focus-within{background:#ff7dd326;border-color:#ff7dd3;box-shadow:none}.register-modal__field--error .register-modal__input{color:#ff7dd3;caret-color:#ff7dd3}.register-modal__field--error .register-modal__input::placeholder{color:#ff7dd3}.register-modal__control{position:relative;display:flex;align-items:center;width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.3);border-radius:.7rem;background:#ffffff24;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15);overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 .4rem 1.6rem #0000001a;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.register-modal__control:focus-within{background:#fff3;border-color:#ffffff80;box-shadow:inset 0 1px #ffffff24,0 .6rem 2rem #00000024}.register-modal__control--password .register-modal__input{padding-right:4.8rem}@media(max-width:1280px){.register-modal__control{border-radius:.5699rem}}@media(max-width:768px){.register-modal__control{border-radius:.5699rem}}.register-modal__input{display:block;width:100%;height:4.7505rem;padding:0 1.635rem;border:0;border-radius:.7rem;background:transparent;color:#fff;caret-color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:normal;outline:none;box-sizing:border-box;appearance:none;-webkit-appearance:none}.register-modal__input::placeholder{color:#7186af;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;opacity:1}.register-modal__input:-webkit-autofill,.register-modal__input:-webkit-autofill:hover,.register-modal__input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:0 0 0 1000px #ffffff24 inset;transition:background-color 99999s ease-out 0s}@media(max-width:1280px){.register-modal__input{height:3.8675rem;padding:0 1.331rem;border-radius:.5699rem;font-size:1.6282rem}.register-modal__input::placeholder{font-size:1.6282rem}}@media(max-width:768px){.register-modal__input{height:3.8675rem;padding:0 1.331rem;border-radius:.5699rem;font-size:1.6282rem}.register-modal__input::placeholder{font-size:1.6282rem}}.register-modal__eye{position:absolute;top:50%;right:1.6rem;display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:0;background:transparent;transform:translateY(-50%);cursor:pointer}.register-modal__eye img{width:2.4rem;height:1.43rem;max-width:none;max-height:none;display:block;transition:opacity .2s ease}.register-modal__eye[aria-pressed=true] img{opacity:1}.register-modal__eye[aria-pressed=false] img{opacity:.6}@media(hover:hover){.register-modal__eye:hover img{opacity:1}}.register-modal__error{margin:.3rem 0 0;color:#ff7dd3;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal}@media(max-width:768px){.register-modal__error{font-size:.977rem}}.register-modal__check{display:flex;align-items:flex-start;gap:1rem;margin-top:.6rem;cursor:pointer}.register-modal__check+.register-modal__check{margin-top:0rem}.register-modal__check-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.register-modal__check-input:checked+.register-modal__check-box{background:#fff;border-color:#fff}.register-modal__check-input:checked+.register-modal__check-box img{opacity:1}.register-modal__check-input:focus-visible+.register-modal__check-box{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.register-modal__check-box{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.56rem;height:1.56rem;margin-top:.1rem;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:transparent;transition:background .15s ease,border-color .15s ease}.register-modal__check-box img{width:.8rem;height:.8rem;max-width:none;max-height:none;opacity:0;filter:brightness(0);transition:opacity .15s ease;pointer-events:none}@media(max-width:768px){.register-modal__check-box{width:1.27rem;height:1.27rem;margin-top:.2rem}.register-modal__check-box img{width:.65rem;height:.65rem}}.register-modal__check-text{color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal}@media(max-width:768px){.register-modal__check-text{font-size:1.4rem}}.register-modal__actions{display:flex;flex-direction:column;align-items:center;margin-top:2.4rem;width:100%}@media(max-width:768px){.register-modal__actions{margin-top:2rem}}.register-modal__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:39.1rem;min-height:3.6rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.7rem;background:linear-gradient(123deg,#66146b 2.57%,#cf1e80);color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.register-modal__submit{transition:background-color .2s ease,color .2s ease}}.register-modal__submit:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(hover:hover){.register-modal__submit--ready:hover{transform:translateY(-.3rem) scale(1.02);filter:brightness(1.08);box-shadow:0 1.6rem 4rem #d1218f6b,0 0 2.4rem #d1218f47}}.register-modal__submit:disabled{cursor:not-allowed;opacity:.65;transform:none;filter:none;box-shadow:none}@media(max-width:768px){.register-modal__submit{max-width:100%;min-height:4.1rem;font-size:1.5rem;font-weight:600}}.register-modal__message{margin:1.2rem 0 0;font-family:Roboto,sans-serif;font-size:1.4rem;text-align:center}.register-modal__message--error{color:#ffd0d0}.register-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;color:#fff}.register-modal__success-icon{width:10rem}.register-modal__success-icon img{display:block;width:100%;height:auto}.register-modal__success-title{margin:0;font-family:Monument Extended,Clash Display,sans-serif;font-size:3.4rem;font-weight:800;line-height:1;text-transform:uppercase}@media(max-width:768px){.register-modal__success-title{font-size:2.8rem}}.register-modal__success-text{margin:0 0 .8rem;max-width:42rem;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;line-height:1.45;color:#ffffffd9}.modal-auth.modal-register .modal__content{max-width:115rem;width:calc(100% - 4rem)}@media(max-width:1280px){.modal-auth.modal-register .modal__content{max-width:78rem}}@media(max-width:768px){.modal-auth.modal-register .modal__content{width:calc(100% - 2rem);max-width:39rem}}.modal-auth .modal__backdrop{background-color:#00000080;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.modal-auth .modal__content{max-width:60rem;width:100%;padding:0;border:0;border-radius:1.2rem;background:transparent;max-height:calc(100% - 2rem);overflow-x:hidden;overflow-y:auto}@media(max-width:768px){.modal-auth .modal__content{width:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 3.2rem);padding:0}}.login-modal{position:relative;display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:2.4rem;border-radius:1.2rem;background:linear-gradient(257.65deg,#cf288e,#9728cf 61.18%,#cf288e 97.87%);box-sizing:border-box}@media(max-width:768px){.login-modal{gap:2rem;padding:2rem 1.6rem}}.login-modal__header{display:flex;flex-direction:column;gap:.8rem}.login-modal__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem}.login-modal__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:2.4rem;font-weight:400;line-height:normal;letter-spacing:.012rem;text-transform:uppercase}@media(max-width:768px){.login-modal__title{font-size:2rem}}.login-modal__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.login-modal__close img{width:1.6rem;height:1.6rem;max-width:none;max-height:none;display:block}.login-modal__close:hover{opacity:.75}.login-modal__subtitle{margin:0;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:2rem;font-weight:400;line-height:normal;letter-spacing:.01rem}@media(max-width:768px){.login-modal__subtitle{font-size:1.6rem}}.login-modal__tabs{display:flex;align-items:center;gap:.8rem;width:100%}.login-modal__tab{flex:1 0 0;display:inline-flex;align-items:center;justify-content:center;min-width:0;height:4rem;padding:0 4rem;border:0;border-radius:.8rem;background:transparent;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:1.4rem;font-weight:400;line-height:1.55;cursor:pointer;transition:background .2s ease,opacity .2s ease}@media(max-width:768px){.login-modal__tab{padding:0 1.6rem;font-size:1.2rem}}.login-modal__tab--active{background:#d1218f}.login-modal__tab:not(.login-modal__tab--active):hover{opacity:.8}.login-modal__form{display:flex;flex-direction:column;gap:2.4rem;width:100%}.login-modal__fields{display:flex;flex-direction:column;gap:1.6rem;width:100%}.login-modal__field{display:flex;flex-direction:column;width:100%}.login-modal__field--password .login-modal__forgot{margin-top:1.2rem}.login-modal__field--error .login-modal__control{border-color:#ff5967;background:#ffa1a133}.login-modal__field--error .login-modal__control:focus-within{border-color:#ff5967;background:#ffa1a147}.login-modal__field--error .login-modal__error{margin-top:.4rem}.login-modal__control{position:relative;display:flex;align-items:center;width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.3);border-radius:1.2rem;background:#fff3;overflow:hidden;transition:border-color .2s ease,background .2s ease}.login-modal__control:focus-within{border-color:#ffffff8c;background:#ffffff3d}.login-modal__control--password .login-modal__input{padding-right:4.8rem}.login-modal__input{width:100%;box-sizing:border-box;padding:1.6rem;border:0;border-radius:1.2rem;background:transparent;color:#fff;caret-color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:1.4rem;font-weight:400;line-height:normal;letter-spacing:.007rem;text-transform:uppercase;outline:none}.login-modal__input::placeholder{color:#fff9;font-family:Monument Extended,Clash Display,sans-serif;font-size:1.4rem;letter-spacing:.007rem;text-transform:uppercase;opacity:1}.login-modal__input:-webkit-autofill,.login-modal__input:-webkit-autofill:hover,.login-modal__input:-webkit-autofill:focus,.login-modal__input:-webkit-autofill:active{-webkit-text-fill-color:#fff!important;caret-color:#fff;background-color:transparent!important;background-image:none!important;-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-background-clip:text!important;background-clip:text!important;transition:background-color 99999s ease-out 0s}.login-modal__eye{position:absolute;top:50%;right:1.6rem;display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:0;background:transparent;transform:translateY(-50%);cursor:pointer}.login-modal__eye img{width:2.4rem;height:1.43rem;max-width:none;max-height:none;display:block;transition:opacity .2s ease}.login-modal__eye[aria-pressed=true] img{opacity:1}.login-modal__eye[aria-pressed=false] img{opacity:.6}.login-modal__eye:hover img{opacity:1}.login-modal__forgot{align-self:flex-end;margin:0;padding:0;border:0;background:transparent;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal;letter-spacing:.006rem;text-transform:uppercase;cursor:pointer;transition:opacity .2s ease}.login-modal__forgot:hover{opacity:.75}.login-modal__error{margin:0;color:#f57a93;font-family:Gilroy,Satoshi,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal;letter-spacing:.006rem}.login-modal__check{display:flex;align-items:center;gap:1.2rem;width:100%;cursor:pointer}.login-modal__check-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.login-modal__check-input:checked+.login-modal__check-box{background:#fff;border-color:#fff}.login-modal__check-input:checked+.login-modal__check-box img{opacity:1}.login-modal__check-input:focus-visible+.login-modal__check-box{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.login-modal__check-box{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.4rem;height:2.4rem;box-sizing:border-box;border:1px solid rgba(255,255,255,.3);border-radius:.4rem;background:#fff3;transition:background .15s ease,border-color .15s ease}.login-modal__check-box img{width:1.6rem;height:1.6rem;max-width:none;max-height:none;opacity:0;transition:opacity .15s ease;pointer-events:none}.login-modal__check-text{display:flex;flex-direction:column;gap:.4rem;min-width:0;color:#fff}.login-modal__check-title{font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:600;line-height:normal;letter-spacing:.007rem}.login-modal__check-desc{font-family:Gilroy,Satoshi,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal;letter-spacing:.006rem}.login-modal__check--error .login-modal__check-box{border-color:#ff5967;background:#ffa1a133}.login-modal__check--error .login-modal__error{margin-top:.4rem;margin-left:3.6rem}.login-modal__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:5.7rem;padding:1.6rem 4rem;border:0;border-radius:.8rem;background:#ffffff80;color:#050313;font-family:Monument Extended,Clash Display,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.55;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.login-modal__submit--ready{background:#fff;opacity:1}.login-modal__submit:disabled{cursor:wait}@media(hover:hover){.login-modal__submit--ready:hover{background:#fff;transform:translateY(-.1rem)}}@media(max-width:768px){.login-modal__submit{min-height:4.8rem;font-size:1.4rem}}.login-modal__server{margin:0;text-align:center;font-family:Gilroy,Satoshi,sans-serif;font-size:1.2rem}.login-modal__server--error{color:#ffd0d0}.login-modal__server--success{color:#d7ffe0}.login-shell{display:flex;flex-direction:column;width:100%;padding:5rem 6.7rem 4.3rem;border:.3rem solid #d56ab2;border-radius:2.5rem;background:#041027;box-sizing:border-box}@media(max-width:1280px){.login-shell{padding:4.2rem 5.5rem 3.6rem;border-width:.244rem;border-radius:2.035rem}}@media(max-width:768px){.login-shell{padding:4rem 2rem 2.4rem;border-width:.244rem;border-radius:2.035rem}}.login-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}@media(max-width:768px){.login-shell__header{margin-bottom:1.6rem}}.login-shell__title{margin:0;max-width:calc(100% - 4rem);color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.5rem;font-weight:800;line-height:1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.login-shell__title{font-size:3.6636rem}}@media(max-width:768px){.login-shell__title{font-size:3rem}}.login-shell__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;margin-top:.4rem;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.login-shell__close{transition:background-color .2s ease,color .2s ease}}.login-shell__close:active{transform:translateY(0) scale(.99);transition-duration:.12s}.login-shell__close img{width:1.6rem;height:1.6rem;max-width:none;max-height:none;display:block;transition:filter .2s ease}@media(hover:hover){.login-shell__close:hover{transform:scale(1.08)}.login-shell__close:hover img{filter:brightness(1.25)}}.login-shell__close:active{transform:scale(.96)}.login-shell__body{width:100%}.login-panel__form{display:flex;flex-direction:column;align-items:stretch;width:100%}.login-panel__fields{display:flex;flex-direction:column;gap:1rem;width:100%}.login-panel__field{display:flex;flex-direction:column;width:100%}.login-panel__field--error .login-panel__control{background:#ff7dd326;border-color:#ff7dd3;box-shadow:none}.login-panel__field--error .login-panel__control:focus-within{background:#ff7dd326;border-color:#ff7dd3;box-shadow:none}.login-panel__field--error .login-panel__input{color:#ff7dd3;caret-color:#ff7dd3}.login-panel__field--error .login-panel__input::placeholder{color:#ff7dd3}.login-panel__control{position:relative;display:flex;align-items:center;width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.3);border-radius:.7rem;background:#ffffff24;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15);overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 .4rem 1.6rem #0000001a;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.login-panel__control:focus-within{background:#fff3;border-color:#ffffff80;box-shadow:inset 0 1px #ffffff24,0 .6rem 2rem #00000024}.login-panel__control--password .login-panel__input{padding-right:4.8rem}@media(max-width:1280px){.login-panel__control{border-radius:.5699rem}}@media(max-width:768px){.login-panel__control{border-radius:.5699rem}}.login-panel__input{display:block;width:100%;height:4.7505rem;padding:0 1.635rem;border:0;border-radius:.7rem;background:transparent;color:#fff;caret-color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:normal;outline:none;box-sizing:border-box;appearance:none;-webkit-appearance:none}.login-panel__input::placeholder{color:#7186af;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;opacity:1}.login-panel__input:-webkit-autofill,.login-panel__input:-webkit-autofill:hover,.login-panel__input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;box-shadow:0 0 0 1000px #ffffff24 inset;transition:background-color 99999s ease-out 0s}@media(max-width:1280px){.login-panel__input{height:3.8675rem;padding:0 1.331rem;border-radius:.5699rem;font-size:1.6282rem}.login-panel__input::placeholder{font-size:1.6282rem}}@media(max-width:768px){.login-panel__input{height:3.8675rem;padding:0 1.331rem;border-radius:.5699rem;font-size:1.6282rem}.login-panel__input::placeholder{font-size:1.6282rem}}.login-panel__eye{position:absolute;top:50%;right:1.6rem;display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border:0;background:transparent;transform:translateY(-50%);cursor:pointer}.login-panel__eye img{width:2.4rem;height:1.43rem;max-width:none;max-height:none;display:block;transition:opacity .2s ease}.login-panel__eye[aria-pressed=true] img{opacity:1}.login-panel__eye[aria-pressed=false] img{opacity:.6}@media(hover:hover){.login-panel__eye:hover img{opacity:1}}.login-panel__forgot{align-self:flex-start;margin:.6rem 0 0;padding:0;border:0;background:transparent;color:#ffabff;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:600;line-height:normal;text-decoration:underline;text-underline-offset:.2rem;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.login-panel__forgot{transition:background-color .2s ease,color .2s ease}}.login-panel__forgot:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(max-width:768px){.login-panel__forgot{font-size:.977rem}}@media(hover:hover){.login-panel__forgot:hover{color:#ffc8ff;transform:translateY(-.1rem)}}.login-panel__error{margin:.3rem 0 0;color:#ff7dd3;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal}@media(max-width:768px){.login-panel__error{font-size:.977rem}}.login-panel__actions{display:flex;flex-direction:column;align-items:center;margin-top:2.4rem;width:100%}@media(max-width:768px){.login-panel__actions{margin-top:2rem}}.login-panel__actions .login-panel__forgot{align-self:center;margin-top:.4rem}.login-panel__submit{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:39.1rem;min-height:3.6rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.7rem;background:linear-gradient(123deg,#66146b 2.57%,#cf1e80);color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.login-panel__submit{transition:background-color .2s ease,color .2s ease}}.login-panel__submit:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(hover:hover){.login-panel__submit--ready:hover{transform:translateY(-.3rem) scale(1.02);filter:brightness(1.08);box-shadow:0 1.6rem 4rem #d1218f6b,0 0 2.4rem #d1218f47}}.login-panel__submit:disabled{cursor:wait;opacity:.65;transform:none;filter:none;box-shadow:none}@media(max-width:768px){.login-panel__submit{max-width:100%;min-height:4.1rem;font-size:1.5rem;font-weight:600}}.login-panel__message{margin:1.2rem 0 0;font-family:Roboto,sans-serif;font-size:1.4rem;text-align:center}.login-panel__message--success{color:#d7ffe0}.login-panel__message--error{color:#ffd0d0}.modal-auth.modal-login .modal__content{max-width:115rem;width:calc(100% - 4rem)}@media(max-width:1280px){.modal-auth.modal-login .modal__content{max-width:78rem}}@media(max-width:768px){.modal-auth.modal-login .modal__content{width:calc(100% - 2rem);max-width:39rem}}.profile-shell{display:flex;flex-direction:column;width:100%;padding:5rem 7.2rem 4.3rem;border:.3rem solid #d56ab2;border-radius:2.5rem;background:#041027;box-sizing:border-box}@media(max-width:1280px){.profile-shell{padding:4.2rem 5.8rem 3.6rem;border-width:.24rem;border-radius:2rem}}@media(max-width:768px){.profile-shell{padding:4rem 2rem 2.4rem;border-width:.24rem;border-radius:2rem}}.profile-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.4rem}@media(max-width:768px){.profile-shell__header{margin-bottom:1.6rem}}.profile-shell__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:5rem;font-weight:800;line-height:1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.profile-shell__title{font-size:4rem}}@media(max-width:768px){.profile-shell__title{font-size:3.4rem}}.profile-shell__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.2rem;height:3.2rem;margin-top:.4rem;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.profile-shell__close{transition:background-color .2s ease,color .2s ease}}.profile-shell__close:active{transform:translateY(0) scale(.99);transition-duration:.12s}.profile-shell__close img{width:1.6rem;height:1.6rem;max-width:none;max-height:none;display:block;transition:filter .2s ease}@media(hover:hover){.profile-shell__close:hover{transform:scale(1.08)}.profile-shell__close:hover img{filter:brightness(1.25)}}.profile-shell__close:active{transform:scale(.96)}.profile-shell__body{flex:1 1 auto;min-height:0;width:100%}.profile-shell__tabs{display:flex;align-items:stretch;gap:2.6rem;margin-bottom:2.8rem}@media(max-width:768px){.profile-shell__tabs{flex-direction:column;gap:1rem;margin-bottom:2rem}}.profile-shell__tab{flex:1 0 0;display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:3.6rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.7rem;background:transparent;color:#fff;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.profile-shell__tab{transition:background-color .2s ease,color .2s ease}}.profile-shell__tab:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(max-width:768px){.profile-shell__tab{min-height:4.1rem;font-size:1.5rem}}.profile-shell__tab--active{border-color:#d56ab2;background:linear-gradient(123deg,#66146b 2.57%,#cf1e80);font-weight:700}@media(hover:hover){.profile-shell__tab--active:hover{transform:translateY(-.2rem) scale(1.02);filter:brightness(1.08);box-shadow:0 1.2rem 3.2rem #cf1e8061,0 0 2rem #cf1e803d}}@media(hover:hover){.profile-shell__tab:not(.profile-shell__tab--active):hover{transform:translateY(-.2rem);border-color:#ff89e3;background:#66146b38;box-shadow:0 0 1.6rem #cf1e8038}}.modal-auth.modal-profile .modal__content{max-width:118.4rem;width:calc(100% - 4rem)}@media(max-width:1280px){.modal-auth.modal-profile .modal__content{max-width:83.4rem}}@media(max-width:768px){.modal-auth.modal-profile .modal__content{width:calc(100% - 2rem);max-width:39rem}}.profile-modal__form{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:none}.profile-modal__fields{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:none}.profile-modal__field{width:100%}.profile-modal__field--error .profile-modal__input{background:#ff7dd326;border-color:#ff7dd3;color:#ff7dd3;caret-color:#ff7dd3;box-shadow:none}.profile-modal__field--error .profile-modal__input::placeholder{color:#ff7dd3}.profile-modal__field--error .profile-modal__input:focus{background:#ff7dd326;border-color:#ff7dd3;box-shadow:none}.profile-modal__input{display:block;width:100%;max-width:none;height:4.7505rem;padding:0 1.635rem;border:1px solid rgba(255,255,255,.3);border-radius:.7rem;background:#ffffff24;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15);overflow:hidden;color:#fff;caret-color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:4.7505rem;letter-spacing:0;outline:none;box-sizing:border-box;appearance:none;-webkit-appearance:none;box-shadow:inset 0 1px #ffffff1a,0 .4rem 1.6rem #0000001a;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.profile-modal__input::placeholder{color:#7186af;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:normal;opacity:1}.profile-modal__input:focus{background:#fff3;border-color:#ffffff80;box-shadow:inset 0 1px #ffffff24,0 .6rem 2rem #00000024}.profile-modal__input:focus-visible{outline:.2rem solid rgba(113,134,175,.35);outline-offset:.1rem}.profile-modal__input:disabled{color:#7186af;-webkit-text-fill-color:#7186af;cursor:not-allowed;opacity:1;background:#ffffff14;border-color:#fff3}.profile-modal__input:-webkit-autofill,.profile-modal__input:-webkit-autofill:hover,.profile-modal__input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;caret-color:#fff;border-color:#ffffff4d;box-shadow:0 0 0 1000px #ffffff24 inset,inset 0 1px #ffffff1a;transition:background-color 99999s ease-out 0s}.profile-modal__input:disabled:-webkit-autofill{-webkit-text-fill-color:#7186af;box-shadow:0 0 0 1000px #ffffff0d inset,inset 0 1px #ffffff14}@media(max-width:1280px){.profile-modal__input{height:3.8675rem;padding:0 1.331rem;border-radius:.5699rem;font-size:1.6282rem;line-height:3.8675rem}.profile-modal__input::placeholder{font-size:1.6282rem}}@media(max-width:768px){.profile-modal__input{height:3.8675rem;padding:0 1.331rem;border-radius:.5699rem;font-size:1.6282rem;line-height:3.8675rem}.profile-modal__input::placeholder{font-size:1.6282rem}}.profile-modal__dob{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;width:100%}@media(max-width:768px){.profile-modal__dob{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.profile-modal__dob--error .profile-modal__input{background:#ff7dd326;border-color:#ff7dd3;color:#ff7dd3;caret-color:#ff7dd3;outline:none;box-shadow:none}.profile-modal__dob--error .profile-modal__input::placeholder{color:#ff7dd3}.profile-modal__dob--error .profile-modal__input:focus{background:#ff7dd326;border-color:#ff7dd3;box-shadow:none}@media(max-width:768px){.profile-modal__input--year{grid-column:1/-1}}.profile-modal__error{margin:.3rem 0 0;color:#ff7dd3;font-family:Roboto,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal}@media(max-width:768px){.profile-modal__error{font-size:.977rem}}.profile-modal__check{display:flex;align-items:flex-start;gap:1rem;margin-top:.6rem;cursor:pointer}.profile-modal__check-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.profile-modal__check-input:checked+.profile-modal__check-box{background:#fff;border-color:#fff}.profile-modal__check-input:checked+.profile-modal__check-box img{opacity:1}.profile-modal__check-input:focus-visible+.profile-modal__check-box{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.profile-modal__check-box{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.56rem;height:1.56rem;margin-top:.1rem;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:transparent;transition:background .15s ease,border-color .15s ease}.profile-modal__check-box img{width:.8rem;height:.8rem;max-width:none;max-height:none;opacity:0;filter:brightness(0);transition:opacity .15s ease;pointer-events:none}@media(max-width:768px){.profile-modal__check-box{width:1.27rem;height:1.27rem;margin-top:.2rem}.profile-modal__check-box img{width:.65rem;height:.65rem}}.profile-modal__check-text{color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.2rem;font-weight:400;line-height:normal}@media(max-width:768px){.profile-modal__check-text{font-size:1.4rem}}.profile-modal__actions{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-top:2.4rem;width:100%}@media(max-width:768px){.profile-modal__actions{margin-top:2rem}}.profile-modal__save{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:39.1rem;min-height:3.6rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.7rem;background:linear-gradient(123deg,#66146b 2.57%,#cf1e80);color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.profile-modal__save{transition:background-color .2s ease,color .2s ease}}.profile-modal__save:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(hover:hover){.profile-modal__save--ready:hover{transform:translateY(-.3rem) scale(1.02);filter:brightness(1.08);box-shadow:0 1.6rem 4rem #d1218f6b,0 0 2.4rem #d1218f47}}.profile-modal__save:disabled{cursor:wait;opacity:.65;transform:none;filter:none;box-shadow:none}@media(max-width:768px){.profile-modal__save{max-width:100%;min-height:4.1rem;font-size:1.5rem;font-weight:600}}.profile-modal__change-password{padding:0;border:0;background:transparent;color:#ffffffbf;font-family:Roboto,sans-serif;font-size:1.2rem;line-height:normal;text-decoration:underline;text-underline-offset:.2rem;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.profile-modal__change-password{transition:background-color .2s ease,color .2s ease}}.profile-modal__change-password:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(hover:hover){.profile-modal__change-password:hover{color:#ff89e3;transform:translateY(-.1rem)}}.profile-modal__status,.profile-modal__message{margin:0;font-family:Roboto,sans-serif;font-size:1.4rem;text-align:center}.profile-modal__status{margin-bottom:1.6rem;color:#ffffffbf;text-align:left}.profile-modal__message{margin-top:1.2rem}.profile-modal__message--success{color:#d7ffe0}.profile-modal__message--error{color:#ffd0d0}.purchases-modal__table{display:flex;flex-direction:column;width:100%}.purchases-modal__head{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:1.6rem;align-items:center;width:100%;padding:0 .3rem .8rem;box-sizing:border-box;color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:normal;text-transform:uppercase}.purchases-modal__head span:last-child{text-transform:uppercase}@media(max-width:1280px){.purchases-modal__head{font-size:1.6rem}}@media(max-width:768px){.purchases-modal__head{grid-template-columns:1fr 1.1fr 1fr;gap:.8rem;font-size:1.6rem;padding-bottom:.6rem}}.purchases-modal__body{display:flex;flex-direction:column;width:100%;max-height:28rem;overflow-y:auto}.purchases-modal__row{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:1.6rem;align-items:center;width:100%;min-height:6.1rem;padding:1.6rem .3rem;box-sizing:border-box;color:#fff;font-family:Roboto,sans-serif;font-size:2rem;font-weight:400;line-height:normal}.purchases-modal__row--alt{background:#061839}.purchases-modal__row--base{background:#0a1529}@media(max-width:1280px){.purchases-modal__row{min-height:5rem;font-size:1.6rem}}@media(max-width:768px){.purchases-modal__row{grid-template-columns:1fr 1.1fr 1fr;gap:.8rem;min-height:5rem;padding:1.4rem .3rem;font-size:1.6rem}}.purchases-modal__price,.purchases-modal__product,.purchases-modal__date{min-width:0}.purchases-modal__placeholder{padding:2.4rem 1.6rem;color:#ffffffbf;font-family:Roboto,sans-serif;font-size:1.6rem;text-align:center}.purchases-modal__placeholder--error{color:#f57a93}.modal-shop .modal__backdrop{background-color:#00000080;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.modal-shop .modal__content{max-width:120rem;width:100%;padding:0;border:0;border-radius:0;background:transparent;overflow-x:hidden;overflow-y:auto;max-height:calc(100% - 2rem)}@media(max-width:768px){.modal-shop .modal__content{width:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 3.2rem)}}.modal-shop .modal__close{display:none}.shop-modal{position:relative;display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:5.6rem 5.7rem 4rem;border:.3rem solid #d56ab2;border-radius:2.5rem;background:#041027;box-sizing:border-box}@media(max-width:1280px){.shop-modal{padding:4.8rem 4rem 3.2rem;border-width:.24rem;border-radius:2rem}}@media(max-width:768px){.shop-modal{gap:2rem;padding:4rem 2rem 2.4rem;border-width:.24rem;border-radius:2rem}}.shop-modal__close{position:absolute;top:2.4rem;right:2.4rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.shop-modal__close img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none}.shop-modal__close:hover{opacity:.75}@media(max-width:768px){.shop-modal__close{top:1.6rem;right:1.6rem}}.shop-modal__hero{padding-right:4rem}.shop-modal__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.5rem;font-weight:800;line-height:1.1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.shop-modal__title{font-size:3.6rem}}@media(max-width:768px){.shop-modal__title{padding-right:3rem;font-size:3rem;line-height:1.15}}.shop-modal__accent{color:#ff68e0}@media(max-width:768px){.shop-modal__bullet-desktop{display:none}}.shop-modal__bullet-mobile{display:none}@media(max-width:768px){.shop-modal__bullet-mobile{display:inline}}.shop-modal__hint,.shop-modal__error,.shop-modal__warning,.shop-modal__muted{margin:0;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;line-height:1.4}.shop-modal__hint{color:#8091b0;text-align:center}.shop-modal__hint--full{grid-column:1/-1}.shop-modal__error{color:#ff7dd3}.shop-modal__warning{color:#ff7dd3;text-align:center}.shop-modal__muted{color:#8091b0}.shop-modal__field-hint{margin-top:.4rem;font-size:1.2rem;line-height:1.35;color:#ff7dd3}.shop-modal__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.4rem;width:100%}@media(max-width:1280px){.shop-modal__grid{gap:1.6rem}}@media(max-width:768px){.shop-modal__grid{grid-template-columns:minmax(0,1fr);gap:1.6rem}}.shop-modal__custom{display:flex;flex-direction:column;gap:2rem;width:100%}.shop-modal__custom-title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.5rem;font-weight:800;line-height:1.1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.shop-modal__custom-title{font-size:3.6rem}}@media(max-width:768px){.shop-modal__custom-title{font-size:3rem}}.shop-modal__list{margin:0;padding:0 0 0 2.7rem;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.8rem;line-height:1.45}.shop-modal__list li+li{margin-top:.8rem}.shop-modal__list strong{font-weight:700}@media(max-width:768px){.shop-modal__list{padding-left:2rem;font-size:1.5rem}}.shop-modal__fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.4rem;align-items:start}@media(max-width:768px){.shop-modal__fields{grid-template-columns:minmax(0,1fr);gap:1.6rem}}.shop-modal__field{display:flex;flex-direction:column;gap:.8rem;min-width:0}.shop-modal__field-label{color:#6a7ea5;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;line-height:normal}@media(max-width:768px){.shop-modal__field-label{font-size:1.4rem}}.shop-modal__amount-row{display:flex;align-items:stretch;gap:1rem;min-width:0}.shop-modal__amount-input,.shop-modal__total{min-width:0;height:4.75rem;padding:0 2.4rem;border:0;border-radius:.7rem;background:#ffffff12;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:2rem;font-weight:700;line-height:4.75rem;outline:none;box-sizing:border-box}@media(max-width:768px){.shop-modal__amount-input,.shop-modal__total{height:4rem;padding:0 1.6rem;font-size:1.6rem;line-height:4rem}}.shop-modal__amount-input{flex:1 1 auto}.shop-modal__amount-input::placeholder{color:#ffffff73}.shop-modal__total{display:flex;align-items:center;flex:0 0 auto;width:100%}.shop-modal__currency{position:relative;flex-shrink:0}.shop-modal__currency-trigger{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;width:5.2rem;height:4.75rem;padding:0 1rem;border:0;border-radius:.7rem;background:#ffffff12;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:2rem;cursor:pointer}.shop-modal__currency-trigger img{display:block;width:1.1rem;height:.7rem;max-width:none;max-height:none;flex-shrink:0;object-fit:contain}@media(max-width:768px){.shop-modal__currency-trigger{width:4.1rem;height:4rem;font-size:1.6rem}}.shop-modal__currency-menu{position:absolute;top:calc(100% + .8rem);right:0;z-index:20;width:max-content;min-width:12rem;margin:0;padding:.6rem;list-style:none;border:1px solid rgba(255,255,255,.2);border-radius:.8rem;background:#041027fa;box-shadow:0 1.6rem 4rem #00000073}.shop-modal__currency-option{display:block;width:100%;padding:1rem 1.2rem;border:0;border-radius:.6rem;background:transparent;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;text-align:left;white-space:nowrap;cursor:pointer}.shop-modal__currency-option:hover,.shop-modal__currency-option--active{background:#ffffff1a}.shop-modal__checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem 4.8rem}@media(max-width:768px){.shop-modal__checks{grid-template-columns:minmax(0,1fr);gap:1.6rem}}.shop-modal__check{display:flex;align-items:flex-start;gap:1.2rem;cursor:pointer}@media(max-width:768px){.shop-modal__check--terms{order:2}}.shop-modal__check--email{display:none}@media(max-width:768px){.shop-modal__check--email{display:flex}}.shop-modal__check-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.shop-modal__check-input:checked+.shop-modal__check-box{border-color:transparent;background:linear-gradient(93.39deg,#66146b 2.57%,#cf1e80);background-origin:border-box;background-clip:border-box;box-shadow:none}.shop-modal__check-input:checked+.shop-modal__check-box img{opacity:1}.shop-modal__check-input:focus-visible+.shop-modal__check-box{outline:2px solid rgba(255,104,224,.7);outline-offset:2px}.shop-modal__check-box{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.559rem;height:1.559rem;margin-top:.15rem;box-sizing:border-box;border:1px solid #bb1c7c;border-radius:50%;background:#1d283d;transition:border-color .15s ease,border-width .15s ease,background .15s ease}.shop-modal__check-box img{display:block;width:.681rem;height:.681rem;max-width:none;max-height:none;object-fit:contain;opacity:0;transition:opacity .15s ease;pointer-events:none}@media(max-width:768px){.shop-modal__check-box{width:1.036rem;height:1.036rem;margin-top:.1rem}.shop-modal__check-box img{width:.453rem;height:.453rem}}.shop-modal__check-text{min-width:0;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;line-height:1.45}@media(max-width:768px){.shop-modal__check-text{font-size:1.1rem}}.shop-modal__terms-link{color:inherit;font:inherit;text-decoration:none}@media(hover:hover){.shop-modal__terms-link:hover{text-decoration:underline}}.shop-modal__purchase{align-self:center;display:inline-flex;align-items:center;justify-content:center;min-width:30rem;min-height:5rem;padding:1.2rem 2.4rem;border:1px solid #d56ab2;border-radius:.7rem;background:transparent;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.8rem;font-weight:600;line-height:1.55;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.shop-modal__purchase--ready{background:#d56ab21f}.shop-modal__purchase:disabled,.shop-modal__purchase--ready:disabled{border-color:#d56ab247;background:#ffffff08;color:#ffffff61;opacity:1;cursor:not-allowed;transform:none;box-shadow:none;filter:none}@media(hover:hover){.shop-modal__purchase--ready:hover:not(:disabled){background:#d56ab238;transform:translateY(-.1rem)}}@media(max-width:768px){.shop-modal__purchase{width:100%;min-width:0;min-height:4.15rem;font-size:1.5rem}}.shop-pack{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:16.7rem;padding:2.6rem 2.8rem 1.2rem;border:1px solid #935dfe;border-radius:1.5rem;background:linear-gradient(113deg,#020b1c .74%,#0a0236);overflow:hidden;box-sizing:border-box}@media(max-width:768px){.shop-pack{min-height:16.3rem;padding:2.4rem 2.6rem 1rem;border-radius:1.46rem}}.shop-pack__clip{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none}.shop-pack__glow{position:absolute;left:50%;top:20%;z-index:1;width:70%;height:160%;transform:translateY(-50%);pointer-events:none;opacity:.92;background:radial-gradient(ellipse at center,rgba(198,29,126,.85) 0%,rgba(198,29,126,.45) 28%,rgba(198,29,126,.18) 52%,transparent 72%)}@media(max-width:768px){.shop-pack__glow{left:52%;top:50%;width:38%;height:100%;transform:translateY(-50%);opacity:1}}.shop-pack__price-badge{position:absolute;top:2.7rem;left:2.8rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:8.6rem;height:2.5rem;padding:0 1rem;border-radius:.43rem;background:#ff68e0;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.95rem;font-weight:700;line-height:1;text-transform:uppercase}@media(max-width:768px){.shop-pack__price-badge{top:2.6rem;left:2.6rem;min-width:8.4rem;height:2.45rem;font-size:1.9rem}}.shop-pack__chip{position:absolute;top:-3.3rem;right:-1.8rem;z-index:2;width:13.7rem;height:auto;max-width:none;max-height:none;object-fit:contain;filter:drop-shadow(0 .4rem 6rem rgb(64,39,100));pointer-events:none}@media(max-width:768px){.shop-pack__chip{top:-3.2rem;right:-1.6rem;width:13.4rem}}.shop-pack__amount{position:relative;z-index:2;margin:0 0 1.2rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:3.26rem;font-weight:800;line-height:1;letter-spacing:.01rem;text-transform:uppercase}@media(max-width:768px){.shop-pack__amount{margin-bottom:1rem;font-size:3.18rem}}.shop-pack__label{font-family:Gilroy,Satoshi,sans-serif;font-size:1.8rem;font-weight:400;text-transform:none;vertical-align:baseline}@media(max-width:768px){.shop-pack__label{font-size:1.76rem}}.shop-pack__buy{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:100%;height:3.6rem;border:1px solid #d56ab2;border-radius:.7rem;background:linear-gradient(115deg,#66146b 2.57%,#cf1e80);color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}@media(hover:hover){.shop-pack__buy:hover{transform:translateY(-.1rem);box-shadow:0 .4rem 1.6rem #cf1e8059}}.shop-pack--active{border-color:#ff68e0;box-shadow:0 0 0 .1rem #ff68e059}.shop-pack--active .shop-pack__buy{box-shadow:0 0 0 .2rem #ff68e040}.game-bet-modal__provider{margin:-1.2rem 0 1.6rem;color:#ffffffbf;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;line-height:normal;text-align:left}@media(max-width:768px){.game-bet-modal__provider{margin-top:-.8rem;font-size:1.2rem}}.game-bet-modal__game{width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:.7rem;background:#ffffff14;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15)}.game-bet-modal__cover{display:block;width:100%;height:18rem;max-width:none;max-height:none;object-fit:cover}.game-bet-modal__section{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;margin-top:2rem;text-align:center}.game-bet-modal__section-title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:2rem;font-weight:800;line-height:1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.game-bet-modal__section-title{font-size:1.6rem}}.game-bet-modal__section-subtitle{margin:0;color:#7186af;font-family:Roboto,sans-serif;font-size:1.4rem;line-height:normal}.game-bet-modal__controls{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-top:.8rem}.game-bet-modal__round-btn{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:#ffffff24;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15);color:#fff;font-family:Roboto,sans-serif;font-size:2.4rem;line-height:1;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.game-bet-modal__round-btn{transition:background-color .2s ease,color .2s ease}}.game-bet-modal__round-btn:active{transform:translateY(0) scale(.99);transition-duration:.12s}.game-bet-modal__round-btn{transition:background .2s ease,border-color .2s ease}@media(hover:hover){.game-bet-modal__round-btn:hover{background:#fff3;border-color:#ffffff80}}.game-bet-modal__bet-value{min-width:8rem;padding:1.2rem 1.6rem;border:1px solid rgba(255,255,255,.3);border-radius:.7rem;background:#ffffff24;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15);color:#fff;font-family:Roboto,sans-serif;font-size:2rem;text-align:center}.game-bet-modal__presets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;width:100%;margin-top:1.6rem}@media(max-width:768px){.game-bet-modal__presets{grid-template-columns:repeat(3,minmax(0,1fr))}}.game-bet-modal__preset{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.2rem .8rem;border:1px solid rgba(255,255,255,.3);border-radius:.7rem;background:#ffffff14;backdrop-filter:blur(1.4rem) saturate(1.15);-webkit-backdrop-filter:blur(1.4rem) saturate(1.15);color:#fff;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.game-bet-modal__preset{transition:background-color .2s ease,color .2s ease}}.game-bet-modal__preset:active{transform:translateY(0) scale(.99);transition-duration:.12s}.game-bet-modal__preset{transition:background .2s ease,border-color .2s ease}.game-bet-modal__preset--active{background:#ffffff2e;border-color:#ff89e3;box-shadow:0 0 1.6rem #cf1e8038}@media(hover:hover){.game-bet-modal__preset:hover{background:#ffffff24;border-color:#ffffff73}}.game-bet-modal__preset-image{width:3.2rem;height:3.2rem;background-position:center;background-repeat:no-repeat;background-size:contain}.game-bet-modal__preset-text{font-family:Roboto,sans-serif;font-size:1.1rem;line-height:normal;text-align:center}.game-bet-modal .login-panel__actions{margin-top:2.4rem}.modal-age .modal__backdrop{background-color:#00000080;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.modal-age .modal__content{max-width:65rem;width:calc(100% - 4rem);padding:0;border:0;border-radius:0;background:transparent;max-height:calc(100% - 2rem);overflow-x:hidden;overflow-y:auto}@media(max-width:768px){.modal-age .modal__content{width:calc(100% - 2rem);max-width:39rem;max-height:calc(100% - 3.2rem);left:50%;transform:translate(-50%,-50%)}}.age-shell{display:flex;flex-direction:column;align-items:center;width:100%;padding:5.6rem 4rem 4.8rem;border:.3rem solid #d56ab2;border-radius:2.5rem;background:#041027;box-sizing:border-box;text-align:center}@media(max-width:1280px){.age-shell{padding:5rem 3.6rem 4.4rem;border-width:.244rem;border-radius:2.035rem}}@media(max-width:768px){.age-shell{padding:4.8rem 2rem 4rem;border-width:.244rem;border-radius:2.035rem}}.age-shell__badge{margin:0;color:#ff6ac0;font-family:Monument Extended,Clash Display,sans-serif;font-size:10rem;font-weight:800;line-height:1;letter-spacing:.02rem;text-transform:uppercase}.age-shell__subtitle{margin:2.4rem 0 0;max-width:65rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:3rem;font-weight:800;line-height:1.15;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.age-shell__subtitle{margin-top:2rem;max-width:30.6rem;font-size:3rem}}.age-shell__actions{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:3.2rem}@media(max-width:768px){.age-shell__actions{margin-top:2.8rem}}.age-shell__confirm,.age-shell__decline{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:39.1rem;min-height:4.379rem;padding:0 2rem;border:1px solid #d56ab2;border-radius:.7rem;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:1.55;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.age-shell__confirm,.age-shell__decline{transition:background-color .2s ease,color .2s ease}}.age-shell__confirm:active,.age-shell__decline:active{transform:translateY(0) scale(.99);transition-duration:.12s}@media(max-width:768px){.age-shell__confirm,.age-shell__decline{max-width:29rem;min-height:4.379rem;font-size:2rem}}.age-shell__confirm{background:linear-gradient(118deg,#66146b 2.57%,#cf1e80);color:#fff}@media(hover:hover){.age-shell__confirm:hover{transform:translateY(-.3rem) scale(1.02);filter:brightness(1.08);box-shadow:0 1.6rem 4rem #d1218f6b,0 0 2.4rem #d1218f47}}.age-shell__decline{background:transparent;color:#fff}@media(hover:hover){.age-shell__decline:hover{transform:translateY(-.2rem);border-color:#ff89e3;background:#66146b38;box-shadow:0 0 1.6rem #cf1e8038}}.ds-rewards .modal__backdrop{background-color:#00000080;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem)}.ds-rewards .modal__content{max-width:118rem;width:100%;padding:0;border:0;border-radius:0;background:transparent;overflow-x:hidden;overflow-y:auto;max-height:calc(100% - 2rem)}@media(max-width:768px){.ds-rewards .modal__content{width:39rem;max-width:39rem;left:50%;transform:translate(-50%,-50%);max-height:calc(100% - 3.2rem)}}.ds-rewards .modal__close{display:none}.daily-rewards{position:relative;display:flex;flex-direction:column;gap:2.4rem;width:100%;padding:5.6rem 5.7rem 4rem;border:.3rem solid #d56ab2;border-radius:2.5rem;background:#041027;box-sizing:border-box}@media(max-width:768px){.daily-rewards{gap:2rem;padding:4rem 3rem 3.6rem;border-width:.24rem;border-radius:2rem}}.daily-rewards__close{position:absolute;top:2.4rem;right:2.4rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer}.daily-rewards__close img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none}.daily-rewards__close:hover{opacity:.75}@media(max-width:768px){.daily-rewards__close{top:1.6rem;right:1.6rem}}.daily-rewards__hero{padding-right:4rem}@media(max-width:768px){.daily-rewards__hero{padding-right:3rem}}.daily-rewards__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.5rem;font-weight:800;line-height:1.1;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:768px){.daily-rewards__title{font-size:3.8rem;line-height:1.15}}.daily-rewards__accent{color:#ff68e0}.daily-rewards__hint,.daily-rewards__error{margin:0;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;text-align:center}.daily-rewards__hint{color:#8091b0}.daily-rewards__error{color:#ff7dd3}.daily-rewards__board{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 33rem;grid-template-rows:repeat(3,9.8rem);gap:1rem 2rem;width:100%}@media(max-width:768px){.daily-rewards__board{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(6,9.4rem) 15.1rem;gap:1rem}}.dr-day{position:relative;display:block;min-height:9.8rem;overflow:hidden;border:1px solid #935dfe;border-radius:1.5rem;background:linear-gradient(119deg,#020b1c .74%,#0a0236);box-sizing:border-box}@media(max-width:768px){.dr-day{min-height:9.4rem;border-radius:1.43rem}}.dr-day--pos-1{grid-column:1;grid-row:1}.dr-day--pos-2{grid-column:1;grid-row:2}.dr-day--pos-3{grid-column:1;grid-row:3}.dr-day--pos-4{grid-column:2;grid-row:1}.dr-day--pos-5{grid-column:2;grid-row:2}.dr-day--pos-6{grid-column:2;grid-row:3}.dr-day--pos-7{grid-column:3;grid-row:1/span 3;min-height:31.4rem}@media(max-width:768px){.dr-day--pos-1{grid-column:1;grid-row:1}.dr-day--pos-2{grid-column:1;grid-row:2}.dr-day--pos-3{grid-column:1;grid-row:3}.dr-day--pos-4{grid-column:1;grid-row:4}.dr-day--pos-5{grid-column:1;grid-row:5}.dr-day--pos-6{grid-column:1;grid-row:6}.dr-day--pos-7{grid-column:1;grid-row:7;min-height:15.1rem}}.dr-day__clip{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit;pointer-events:none}.dr-day__glow{position:absolute;left:50%;top:20%;z-index:1;width:70%;height:160%;transform:translateY(-50%);pointer-events:none;opacity:.55;background:radial-gradient(ellipse at center,rgba(198,29,126,.55) 0%,rgba(198,29,126,.28) 28%,rgba(198,29,126,.1) 52%,transparent 72%)}@media(max-width:768px){.dr-day__glow{left:52%;top:50%;width:38%;height:100%}}.dr-day__label{position:absolute;top:1.5rem;left:2.9rem;z-index:2;color:#8091b0;font-family:Gilroy,Satoshi,sans-serif;font-size:1.8rem;line-height:1}@media(max-width:768px){.dr-day__label{top:1.45rem;left:2.75rem;font-size:1.72rem}}.dr-day__amount{position:absolute;top:3.6rem;left:2.9rem;z-index:2;margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:3.26rem;font-weight:800;line-height:1;letter-spacing:.01rem;text-transform:uppercase}@media(max-width:768px){.dr-day__amount{top:3.5rem;left:2.75rem;font-size:3.12rem}}.dr-day__coin{position:absolute;right:-1.2rem;bottom:0;z-index:1;width:17rem;height:12.9rem;max-width:none;max-height:none;object-fit:contain;object-position:bottom right;pointer-events:none}@media(max-width:768px){.dr-day__coin{right:-1rem;width:16.3rem;height:12.3rem}}.dr-day__coins{position:absolute;inset:0;z-index:1;pointer-events:none}.dr-day__coin-group{position:absolute;left:0;right:0;bottom:0;width:100%;height:auto;max-width:none;max-height:none;pointer-events:none;object-fit:contain;object-position:bottom center}.dr-day__coin-group--desktop{display:block}.dr-day__coin-group--mobile{display:none}.dr-day__claimed{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:#04102738;backdrop-filter:blur(.24rem);-webkit-backdrop-filter:blur(.24rem);pointer-events:none}.dr-day__claimed-badge{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;border-radius:50%;background-image:linear-gradient(93.39deg,#66146b 2.57%,#cf1e80)}.dr-day__claimed-badge img{display:block;width:1.8rem;height:1.8rem;max-width:none;max-height:none;object-fit:contain}@media(max-width:768px){.dr-day__claimed-badge{width:4.6rem;height:4.6rem}.dr-day__claimed-badge img{width:1.6rem;height:1.6rem}}.dr-day__collect{position:absolute;right:2.4rem;bottom:1.2rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:9.2rem;height:2.4rem;padding:0 1.2rem;border:1px solid #d56ab2;border-radius:.46rem;background:#fff;color:#68146b;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.dr-day__collect:disabled{opacity:.7;cursor:wait}@media(hover:hover){.dr-day__collect:not(:disabled):hover{transform:translateY(-.1rem)}}@media(max-width:768px){.dr-day__collect{right:1.8rem;bottom:1rem;min-width:13rem;height:2.3rem;font-size:1.3rem}}.dr-day__timer{position:absolute;right:2.4rem;bottom:1.2rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;min-width:9.2rem;height:2.4rem;padding:0 1rem;border:1px solid rgba(255,255,255,.25);border-radius:.46rem;background:#0410278c;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.2rem;font-weight:600;line-height:1}@media(max-width:768px){.dr-day__timer{right:1.8rem;bottom:1rem;min-width:13rem}}.dr-day--active{border-color:#d56ab2;border-radius:.7rem;background-image:linear-gradient(102deg,#66146b 2.57%,#cf1e80);box-shadow:0 .4rem 5rem #cf1e80b3}.dr-day--active .dr-day__glow{left:50%;opacity:.65;background:radial-gradient(ellipse at center,rgba(255,104,224,.35) 0%,rgba(198,29,126,.22) 28%,rgba(198,29,126,.08) 52%,transparent 72%)}.dr-day--active .dr-day__label{color:#e677cc}.dr-day--super{border-radius:1.5rem;background:linear-gradient(99deg,#020b1c .74%,#0a0236)}.dr-day--super .dr-day__glow--super-a,.dr-day--super .dr-day__glow--super-b{width:68.3%;height:68.5%;transform:none;opacity:.55;background:none;overflow:visible}.dr-day--super .dr-day__glow--super-a img,.dr-day--super .dr-day__glow--super-b img{position:absolute;inset:-93% -89%;width:100%;height:100%;max-width:none;max-height:none;object-fit:fill;pointer-events:none}.dr-day--super .dr-day__glow--super-a{left:-29.5%;top:56.8%}.dr-day--super .dr-day__glow--super-b{left:55.9%;top:63.1%}.dr-day--super .dr-day__label{top:1.56rem;left:50%;transform:translate(-50%);text-align:center}.dr-day--super .dr-day__amount{top:3.67rem;left:50%;transform:translate(-50%);font-size:4.72rem;text-align:center;width:calc(100% - 4rem)}.dr-day--super .dr-day__coins{inset:0}@media(max-width:768px){.dr-day--super .dr-day__glow--super-a{left:-17.2%;top:57.8%;width:65.3%;height:136%}.dr-day--super .dr-day__glow--super-b{left:64.4%;top:70.3%;width:65.3%;height:136%}.dr-day--super .dr-day__label{top:1.45rem;left:2.75rem;transform:none;text-align:left;font-size:1.72rem}.dr-day--super .dr-day__amount{top:3.47rem;left:2.75rem;transform:none;width:auto;font-size:3.12rem;text-align:left}.dr-day--super .dr-day__coin-group--desktop{display:none}.dr-day--super .dr-day__coin-group--mobile{display:block;inset:0 0 0 auto;width:auto;height:100%;object-fit:contain;object-position:right center}}.dr-day--claimed .dr-day__label,.dr-day--claimed .dr-day__amount,.dr-day--claimed .dr-day__coin,.dr-day--claimed .dr-day__coins{filter:blur(.08rem);opacity:.6}.contact-page{position:relative;box-sizing:border-box;margin-top:calc(-1 * var(--contact-page-bg-offset));padding-top:calc(var(--contact-page-bg-offset) + 4rem);padding-bottom:8rem;background:#020b1c;overflow-x:hidden;--contact-page-bg-offset: 8.8rem}@media(max-width:1280px){.contact-page{--contact-page-bg-offset: 7.2rem;padding-top:calc(var(--contact-page-bg-offset) + 3.2rem);padding-bottom:6.4rem}}@media(max-width:768px){.contact-page{--contact-page-bg-offset: 4.2rem;padding-top:calc(var(--contact-page-bg-offset) + 2rem);padding-bottom:4.8rem}}.contact-page__container{position:relative;z-index:1;max-width:118rem}.contact-page__title{margin:0 0 2.4rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4rem;font-weight:800;line-height:1.15;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.contact-page__title{font-size:2.4rem;margin-bottom:2rem}}@media(max-width:768px){.contact-page__title{font-size:2.4rem;margin-bottom:1.6rem;letter-spacing:.012rem}}.contact-page__intro{max-width:118rem;margin-bottom:6.4rem;color:#fff;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:400;line-height:normal}@media(max-width:1280px){.contact-page__intro{font-size:1.6rem;margin-bottom:4.8rem}}@media(max-width:768px){.contact-page__intro{font-size:1.5rem;margin-bottom:4rem}}.contact-page__intro p{margin:0}.contact-page__intro p+p{margin-top:1em}.contact-page__intro a{color:#fff;text-decoration:underline;text-underline-offset:.2rem;transition:color .2s ease}@media(hover:hover){.contact-page__intro a:hover{color:#ff89e3}}.contact-page__columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4.8rem 8rem;max-width:118rem}@media(max-width:1280px){.contact-page__columns{gap:3.2rem 4rem}}@media(max-width:768px){.contact-page__columns{grid-template-columns:1fr;gap:4rem}}.contact-page__section{color:#fff;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:400;line-height:normal}@media(max-width:1280px){.contact-page__section{font-size:1.6rem}}@media(max-width:768px){.contact-page__section{font-size:1.5rem}}.contact-page__section p{margin:0}.contact-page__section p+p,.contact-page__section ul+p{margin-top:1em}.contact-page__section-title{margin:0 0 2.4rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4rem;font-weight:800;line-height:1.15;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.contact-page__section-title{font-size:2.4rem;margin-bottom:1.6rem}}@media(max-width:768px){.contact-page__section-title{font-size:2.4rem;margin-bottom:1.6rem;letter-spacing:.012rem}}.contact-page ul{list-style:disc outside;margin:1em 0 0;padding:0}.contact-page li{margin:0 0 0 2.7rem;padding:0;display:list-item}@media(max-width:768px){.contact-page li{margin-left:2.25rem}}.contact-page li::marker{color:#fff}.hero-million{position:relative;width:100%;z-index:1;margin-top:-7.4rem;margin-bottom:6rem}@media(max-width:1280px){.hero-million{margin-top:-6.4rem;margin-bottom:5rem}}@media(max-width:1024px){.hero-million{margin-bottom:4rem}}@media(max-width:768px){.hero-million{margin-top:-4.2rem;margin-bottom:2rem}}.hero-million__stage{position:relative;width:100%;min-height:52.3rem;height:52.3rem;overflow:visible;background:#020b1c;animation:hero-million-enter 1s cubic-bezier(.22,1,.36,1) both}@media(max-width:1024px){.hero-million__stage{min-height:30.3rem;height:30.3rem;overflow:visible}}@media(max-width:768px){.hero-million__stage{min-height:0;height:auto;overflow:visible;display:flex;flex-direction:column}}@media(prefers-reduced-motion:reduce){.hero-million__stage{animation:none}}.hero-million__visual{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:visible}@media(max-width:1024px){.hero-million__visual{overflow:visible}}@media(max-width:768px){.hero-million__visual{position:relative;inset:auto;order:2;width:100%;height:32.7rem;margin-top:0;overflow:visible}}.hero-million__bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:visible}.hero-million__bg-image{position:absolute;top:0;right:0;width:75.4%;height:57.9rem;max-width:none;max-height:none;object-fit:cover;object-position:center right;opacity:.47;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 10%,#000 28%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.25) 10%,#000 28%,#000 100%)}@media(max-width:1024px){.hero-million__bg-image{width:75.4%;height:33.5rem}}@media(max-width:768px){.hero-million__bg-image{right:auto;left:0;width:100%;height:32.7rem;transform:none;opacity:.32;-webkit-mask-image:none;mask-image:none;object-fit:cover;object-position:center top}}.hero-million__bg-glow{position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 36% 70% at 18% 42%,rgba(147,93,254,.28) 0%,transparent 70%),radial-gradient(ellipse 32% 60% at 12% 18%,rgba(147,93,254,.22) 0%,transparent 68%),radial-gradient(ellipse 28% 48% at 62% 72%,rgba(198,29,126,.35) 0%,transparent 70%),radial-gradient(ellipse 22% 40% at 68% 28%,rgba(198,29,126,.28) 0%,transparent 68%)}@media(max-width:1024px){.hero-million__bg-glow{background:radial-gradient(ellipse 34% 65% at 18% 42%,rgba(147,93,254,.26) 0%,transparent 70%),radial-gradient(ellipse 26% 46% at 64% 70%,rgba(198,29,126,.32) 0%,transparent 70%),radial-gradient(ellipse 20% 36% at 66% 28%,rgba(198,29,126,.24) 0%,transparent 68%)}}@media(max-width:768px){.hero-million__bg-glow{background:radial-gradient(ellipse 45% 50% at 28% 33%,rgba(147,93,254,.32) 0%,transparent 70%),radial-gradient(ellipse 38% 42% at 31% 70%,rgba(198,29,126,.38) 0%,transparent 68%),radial-gradient(ellipse 52% 48% at 66% 18%,rgba(198,29,126,.3) 0%,transparent 70%)}}.hero-million__bg-blend{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,#020b1c 0%,rgba(2,11,28,.88) 16%,rgba(2,11,28,.35) 36%,transparent 52%)}@media(max-width:1024px){.hero-million__bg-blend{background:linear-gradient(90deg,#020b1c 0%,rgba(2,11,28,.9) 20%,rgba(2,11,28,.35) 42%,transparent 58%)}}@media(max-width:768px){.hero-million__bg-blend{background:linear-gradient(180deg,#020b1c66,#020b1c47 45%,#020b1c8c 78%,#020b1cc7)}}.hero-million__personage{position:absolute;top:13.2rem;right:21%;bottom:auto;z-index:1;width:60rem;height:59.3rem;max-width:none;pointer-events:none;object-fit:contain;object-position:right top;filter:drop-shadow(0 .4rem 4rem rgba(64,39,100,.45));animation:hero-million-personage-in 1.1s cubic-bezier(.22,1,.36,1) .2s both}@media(max-width:1280px){.hero-million__personage{right:18%;top:15.6rem;width:50rem;height:49.5rem}}@media(max-width:1024px){.hero-million__personage{top:7.5rem;right:28%;bottom:auto;width:34.7rem;height:34.3rem;max-width:none;object-position:right top}}@media(max-width:768px){.hero-million__personage{top:4.7rem;right:auto;left:50%;bottom:auto;z-index:3;width:40.1rem;height:36.8rem;max-width:none;transform:translate(-50%);object-fit:contain;object-position:center bottom;animation-name:hero-million-personage-in-mobile}}.hero-million__token{position:absolute;z-index:4;pointer-events:none;object-fit:contain;max-width:none}.hero-million__token--plat{top:10rem;left:42%;width:18rem;height:auto;filter:drop-shadow(0 .4rem 6rem rgba(64,39,100,.6));animation:hero-million-fade-in .9s cubic-bezier(.22,1,.36,1) .45s both,hero-million-token-float-left 8s ease-in-out 1.4s infinite}@media(max-width:1280px){.hero-million__token--plat{top:12rem;left:44%;width:20rem}}@media(max-width:1024px){.hero-million__token--plat{top:3.5rem;left:43%;width:9rem;filter:drop-shadow(0 .23rem 3.5rem rgba(64,39,100,.6))}}@media(max-width:768px){.hero-million__token--plat{top:3rem;left:57%;transform:translate(calc(-50% - 15.5rem));width:18rem;filter:drop-shadow(0 .23rem 3.5rem rgba(64,39,100,.6));animation:hero-million-fade-in .9s cubic-bezier(.22,1,.36,1) .45s both,hero-million-token-float-plat-mobile 8s ease-in-out 1.4s infinite}}.hero-million__token--gold{right:10%;bottom:1.8rem;width:17.3rem;height:auto;filter:drop-shadow(0 .4rem 7rem rgba(64,39,100,.6));animation:hero-million-fade-in .9s cubic-bezier(.22,1,.36,1) .55s both,hero-million-token-float-right 7.2s ease-in-out 1.5s infinite}@media(max-width:1280px){.hero-million__token--gold{width:14rem;right:10%}}@media(max-width:1024px){.hero-million__token--gold{right:10%;bottom:1rem;width:10rem;filter:drop-shadow(0 .23rem 4rem rgba(64,39,100,.6))}}@media(max-width:768px){.hero-million__token--gold{top:4rem;left:45%;right:auto;bottom:auto;width:8rem;transform:translate(calc(-50% + 12.62rem)) rotate(-11.75deg);filter:drop-shadow(0 .23rem 4rem rgba(64,39,100,.6));animation:hero-million-fade-in .9s cubic-bezier(.22,1,.36,1) .55s both,hero-million-token-float-gold-mobile 7.2s ease-in-out 1.5s infinite}}.hero-million__container{position:relative;z-index:3;display:flex;align-items:flex-start;min-height:52.3rem;height:100%;padding-top:13rem;padding-bottom:5.2rem}@media(max-width:1024px){.hero-million__container{min-height:0;height:100%;align-items:flex-start;padding-top:7.6rem;padding-bottom:1.6rem}}@media(max-width:768px){.hero-million__container{order:1;min-height:0;height:auto;align-items:flex-start;padding-top:6.3rem;padding-bottom:2.6rem}}.hero-million__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:2rem;max-width:67.2rem;width:100%}@media(max-width:1024px){.hero-million__content{max-width:39rem;gap:1.2rem}}@media(max-width:768px){.hero-million__content{max-width:100%;gap:.9rem}}.hero-million__icons{display:flex;align-items:flex-end;gap:1rem;animation:hero-million-content-rise .9s cubic-bezier(.22,1,.36,1) .15s both}.hero-million__icons img{display:block;object-fit:contain;filter:drop-shadow(0 .4rem 1.2rem rgba(64,39,100,.5));animation:hero-million-icon-float 4.2s ease-in-out infinite}.hero-million__icons img:nth-child(1){width:4.3rem;height:4.2rem;animation-delay:0s}.hero-million__icons img:nth-child(2){width:4.3rem;height:4.3rem;animation-delay:.45s}.hero-million__icons img:nth-child(3){width:5.1rem;height:4.4rem;animation-delay:.9s}@media(max-width:1024px){.hero-million__icons{gap:.8rem}.hero-million__icons img:nth-child(1),.hero-million__icons img:nth-child(2){width:2.5rem;height:2.4rem}.hero-million__icons img:nth-child(3){width:3rem;height:2.6rem}}@media(max-width:768px){.hero-million__icons{gap:.9rem}.hero-million__icons img:nth-child(1){width:3.7rem;height:3.6rem}.hero-million__icons img:nth-child(2){width:3.7rem;height:3.7rem}.hero-million__icons img:nth-child(3){width:4.4rem;height:3.8rem}}.hero-million__title{margin:0;display:flex;flex-direction:column;max-width:67.2rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-weight:400;font-size:5rem;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase;animation:hero-million-content-rise .95s cubic-bezier(.22,1,.36,1) .28s both}@media(max-width:1280px){.hero-million__title{font-size:4rem;line-height:4.8rem}}@media(max-width:1024px){.hero-million__title{max-width:39rem;font-size:2.9rem;line-height:3.4rem}}@media(max-width:768px){.hero-million__title{max-width:35rem;font-size:3.2rem;line-height:3.6rem}}.hero-million__title-line{display:block}.hero-million__subtitle{margin:0;max-width:54.6rem;font-family:Monument Extended,Clash Display,sans-serif;font-weight:400;font-size:2.66rem;line-height:3.14rem;letter-spacing:.013rem;text-transform:uppercase;background:linear-gradient(178deg,#dabdff 12.7%,#9059ff 78%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:hero-million-content-rise 1s cubic-bezier(.22,1,.36,1) .4s both}@media(max-width:1280px){.hero-million__subtitle{font-size:2.2rem;line-height:2.6rem}}@media(max-width:1024px){.hero-million__subtitle{max-width:31.6rem;font-size:1.54rem;line-height:1.82rem}}@media(max-width:768px){.hero-million__subtitle{max-width:34.4rem;font-size:1.7rem;line-height:2.1rem}}.hero-million__description{margin:0;max-width:59.9rem;color:#8091b0;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;line-height:normal;letter-spacing:.008rem;animation:hero-million-content-rise 1s cubic-bezier(.22,1,.36,1) .52s both}@media(max-width:1024px){.hero-million__description{max-width:34.7rem;font-size:.93rem}}@media(max-width:768px){.hero-million__description{max-width:34.7rem;font-size:1.4rem;line-height:1.43}}@media(prefers-reduced-motion:reduce){.hero-million__personage,.hero-million__token--plat,.hero-million__token--gold,.hero-million__icons,.hero-million__icons img,.hero-million__title,.hero-million__subtitle,.hero-million__description{animation:none!important}}@keyframes hero-million-enter{0%{opacity:0;transform:translateY(1.6rem);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes hero-million-content-rise{0%{opacity:0;transform:translateY(1.6rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-million-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hero-million-personage-in{0%{opacity:0;transform:translateY(2.4rem)}to{opacity:1;transform:translateY(0)}}@keyframes hero-million-personage-in-mobile{0%{opacity:0;transform:translate(-50%) translateY(2.4rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes hero-million-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-.5rem)}}@keyframes hero-million-token-float-left{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-.8rem,-1.2rem,0) rotate(8deg)}}@keyframes hero-million-token-float-right{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(.8rem,-1rem,0) rotate(-6deg)}}@keyframes hero-million-token-float-plat-mobile{0%,to{transform:translate(calc(-50% - 15.5rem)) translateY(0)}50%{transform:translate(calc(-50% - 15.5rem)) translateY(-.8rem)}}@keyframes hero-million-token-float-gold-mobile{0%,to{transform:translate(calc(-50% + 12.62rem)) rotate(-11.75deg) translateY(0)}50%{transform:translate(calc(-50% + 12.62rem)) rotate(-11.75deg) translateY(-.7rem)}}.responsible-entertainment{position:relative;z-index:1;padding:6.8rem 0 7.3rem;overflow:hidden;background:#041027}@media(max-width:1024px){.responsible-entertainment{padding:4rem 0 5.6rem}}@media(max-width:768px){.responsible-entertainment{padding:5.1rem 0}}.responsible-entertainment .container{position:relative;z-index:1}.responsible-entertainment__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}@media(max-width:1024px){.responsible-entertainment__cards{gap:1.6rem}}@media(max-width:768px){.responsible-entertainment__cards{grid-template-columns:1fr;gap:1rem}}.responsible-entertainment__card{position:relative;display:flex;flex-direction:column;gap:.8rem;min-height:18.4rem;padding:2.5rem 3.2rem;overflow:hidden;border:1px solid #935dfe;border-radius:1.5rem;background:linear-gradient(116deg,#020b1c .74%,#0a0236)}@media(max-width:1024px){.responsible-entertainment__card{min-height:11rem;padding:1.6rem 1.8rem}}@media(max-width:768px){.responsible-entertainment__card{min-height:auto;padding:1.5rem 1.8rem;border-radius:.9rem}}.responsible-entertainment__card--account{gap:1.2rem}.responsible-entertainment__glow{position:absolute;top:40%;left:-30rem;width:58rem;height:68rem;object-fit:contain;opacity:.9;pointer-events:none}@media(max-width:768px){.responsible-entertainment__glow{width:28rem;height:22rem;left:-8rem;opacity:.85}}.responsible-entertainment__card-title{position:relative;z-index:1;margin:0;max-width:53.3rem;font-family:Monument Extended,Clash Display,sans-serif;font-weight:400;font-size:2.8rem;line-height:normal;letter-spacing:.014rem;text-transform:uppercase;background:linear-gradient(90deg,#dabdff,#945fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.responsible-entertainment__card-title--center{max-width:none;text-align:center}@media(max-width:1280px){.responsible-entertainment__card-title{font-size:2.2rem}}@media(max-width:768px){.responsible-entertainment__card-title{font-size:1.7rem}}.responsible-entertainment__card-text{position:relative;z-index:1;margin:0;max-width:51.3rem;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;line-height:normal;letter-spacing:.008rem}.responsible-entertainment__card-text strong{font-weight:700}@media(max-width:768px){.responsible-entertainment__card-text{font-size:1rem}}.responsible-entertainment__actions{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:.8rem}@media(max-width:1024px){.responsible-entertainment__actions{gap:1.2rem;margin-top:.4rem}}@media(max-width:768px){.responsible-entertainment__actions{gap:1.2rem}}.responsible-entertainment__action{display:flex;flex-direction:column;align-items:center;gap:.8rem}.responsible-entertainment__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:3.9rem;padding:.8rem 1.6rem;border:1px solid #d56ab2;border-radius:.76rem;font-family:Gilroy,Satoshi,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.55;text-align:center;white-space:nowrap;cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,filter .3s ease}@media(prefers-reduced-motion:reduce){.responsible-entertainment__button{transition:background-color .2s ease,color .2s ease}}.responsible-entertainment__button:active{transform:translateY(0) scale(.99);transition-duration:.12s}.responsible-entertainment__button--primary{background:linear-gradient(110deg,#66146b 2.57%,#cf1e80);color:#fff}@media(hover:hover){.responsible-entertainment__button--primary:hover{transform:translateY(-.2rem);filter:brightness(1.08);box-shadow:0 .8rem 2.4rem #cf1e8059}}.responsible-entertainment__button--outline{background:transparent;color:#fff}@media(hover:hover){.responsible-entertainment__button--outline:hover{transform:translateY(-.2rem);background:#d56ab21f;box-shadow:0 .8rem 2rem #d56ab238}}@media(max-width:768px){.responsible-entertainment__button{min-height:2.4rem;padding:.5rem 1rem;font-size:.9rem;border-radius:.46rem}}.responsible-entertainment__action-hint{margin:0;max-width:24.3rem;color:#b8b5ef;font-family:Gilroy,Satoshi,sans-serif;font-size:1.3rem;line-height:normal;text-align:center;opacity:.4}@media(max-width:768px){.responsible-entertainment__action-hint{font-size:.78rem}}.responsible-entertainment__chip-reveal{position:absolute;left:-4.7rem;bottom:-2rem;z-index:2;width:21.7rem;pointer-events:none}@media(max-width:768px){.responsible-entertainment__chip-reveal{left:auto;right:0;top:-1.5rem;bottom:auto;width:11.5rem}}.responsible-entertainment__chip{display:block;width:100%;pointer-events:none;object-fit:contain;filter:drop-shadow(0 .4rem 7rem rgba(64,39,100,.6));animation:responsible-chip-float 6.8s ease-in-out .8s infinite}@media(prefers-reduced-motion:reduce){.responsible-entertainment__chip{animation:none}}@keyframes responsible-chip-float{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(.6rem,-1rem,0) rotate(-4deg)}}.games-header-page{position:relative;z-index:2;padding:8rem 0 0;scroll-margin-top:8rem}@media(max-width:1024px){.games-header-page{padding-top:4.6rem;scroll-margin-top:7.2rem}}@media(max-width:768px){.games-header-page{padding-top:2.7rem;scroll-margin-top:6.4rem}}.games-header-page .container{position:relative;z-index:1}.games-header-page__title{margin:0 0 2.9rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-weight:400;font-size:5rem;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.games-header-page__title{font-size:4rem;line-height:4.8rem}}@media(max-width:1024px){.games-header-page__title{margin-bottom:1.6rem}}@media(max-width:768px){.games-header-page__title{font-size:2.9rem;line-height:3.4rem;margin-bottom:1rem}}.games-header-page__grid-wrap{position:relative;z-index:1;overflow:visible;margin-bottom:2.4rem}@media(max-width:768px){.games-header-page__grid-wrap{margin-bottom:1.6rem}}.games-header-page__games{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.8rem}@media(max-width:1024px){.games-header-page__games{gap:1.4rem}}@media(max-width:768px){.games-header-page__games{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}}.games-header-page__notice-area{position:relative;z-index:1}.games-header-page__page-glow-reveal{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:visible}.games-header-page__page-glow-wrap{position:absolute;right:-2rem;bottom:-6rem;z-index:0;width:64rem;height:64rem;pointer-events:none}@media(max-width:1280px){.games-header-page__page-glow-wrap{right:-2rem;bottom:-8rem;width:52rem;height:52rem}}@media(max-width:1024px){.games-header-page__page-glow-wrap{right:-3rem;bottom:-6rem;width:44rem;height:44rem}}@media(max-width:768px){.games-header-page__page-glow-wrap{right:-4rem;bottom:-6rem;width:36rem;height:36rem}}.games-header-page__page-glow{display:block;width:100%;height:100%;object-fit:contain;transform:rotate(-6deg);filter:brightness(1.2) saturate(1.15)}.games-header-page__notice-wrap{position:relative;z-index:2;margin-bottom:11rem}@media(max-width:1024px){.games-header-page__notice-wrap{margin-bottom:6.4rem}}@media(max-width:768px){.games-header-page__notice-wrap{margin-bottom:3.8rem}}.games-header-page__coin{position:absolute;right:-5.8rem;top:-11.5rem;z-index:4;width:30.8rem;height:23.4rem;pointer-events:none;object-fit:contain;filter:drop-shadow(0 .4rem 4rem rgba(64,39,100,.55));animation:games-notice-coin-float 6.5s ease-in-out .9s infinite}@media(max-width:1280px){.games-header-page__coin{right:-3.2rem;top:-11.5rem;width:30.8rem;height:23.4rem}}@media(max-width:1024px){.games-header-page__coin{right:-1.6rem;top:-6.5rem;width:17.8rem;height:13.5rem}}@media(max-width:768px){.games-header-page__coin{display:none}}@media(prefers-reduced-motion:reduce){.games-header-page__coin{animation:none}}.games-header-page__notice-logo-above{display:none}@media(max-width:768px){.games-header-page__notice-logo-above{display:block;position:absolute;right:0;top:-9.2rem;z-index:3;width:10.8rem;height:6.8rem;pointer-events:none}}.games-header-page__notice-logo-above-img{display:block;width:100%;height:100%;object-fit:contain}.games-header-page__notice{position:relative;z-index:3;display:flex;align-items:center;gap:4.8rem;width:100%;min-height:16rem;margin-bottom:0;padding:2.75rem 2.4rem 2.75rem 2.44rem;overflow:hidden;border:1px solid #935dfe;border-radius:1rem;background:linear-gradient(139.1deg,#020b1c .74%,#0a0236)}@media(max-width:1024px){.games-header-page__notice{min-height:9.3rem;gap:2.4rem;padding:1.6rem 1.4rem}}@media(max-width:768px){.games-header-page__notice{flex-direction:column;align-items:stretch;gap:1.2rem;min-height:auto;padding:1.9rem 1.6rem 1.6rem}}.games-header-page__notice-bg-glow{position:absolute;z-index:0;object-fit:contain;opacity:.9;pointer-events:none}.games-header-page__notice-bg-glow--left{top:50%;left:-12rem;width:48rem;height:38rem;transform:translateY(-50%) rotate(-6deg)}@media(max-width:1024px){.games-header-page__notice-bg-glow--left{left:-8rem;width:28rem;height:22rem}}@media(max-width:768px){.games-header-page__notice-bg-glow--left{top:0;left:-8rem;width:28rem;height:22rem;opacity:.85;transform:rotate(-6deg)}}.games-header-page__notice-bg-glow--right{top:10%;right:-12rem;width:48rem;height:38rem;transform:translateY(-50%) rotate(-6deg)}@media(max-width:1024px){.games-header-page__notice-bg-glow--right{right:-8rem;width:28rem;height:22rem}}@media(max-width:768px){.games-header-page__notice-bg-glow--right{right:-8rem;bottom:-2rem;top:auto;width:28rem;height:22rem;opacity:.85;transform:rotate(-6deg)}}.games-header-page__notice-logo-wrap{position:relative;z-index:1;flex-shrink:0;width:15.4rem;height:9.8rem}@media(max-width:1024px){.games-header-page__notice-logo-wrap{width:8.9rem;height:5.7rem}}@media(max-width:768px){.games-header-page__notice-logo-wrap{display:none}}.games-header-page__notice-logo{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain}.games-header-page__notice-content{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column;gap:2rem;min-width:0}@media(max-width:1024px){.games-header-page__notice-content{gap:.8rem}}@media(max-width:768px){.games-header-page__notice-content{gap:1.2rem}}.games-header-page__notice-text{margin:0;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;line-height:normal;letter-spacing:.008rem}.games-header-page__notice-text strong{font-weight:700}.games-header-page__notice-text span{font-weight:400}@media(max-width:1024px){.games-header-page__notice-text{font-size:.93rem}}@media(max-width:768px){.games-header-page__notice-text{font-size:1.2rem}}@keyframes games-notice-coin-float{0%,to{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-.6rem,-1.1rem,0) rotate(5deg)}}.politic-page{position:relative;box-sizing:border-box;margin-top:calc(-1 * var(--politic-bg-offset));padding-top:calc(var(--politic-bg-offset) + 4rem);padding-bottom:8rem;background:#020b1c;overflow-x:hidden;--politic-bg-offset: 8.8rem}@media(max-width:1280px){.politic-page{--politic-bg-offset: 7.2rem;padding-top:calc(var(--politic-bg-offset) + 3.2rem);padding-bottom:6.4rem}}@media(max-width:768px){.politic-page{--politic-bg-offset: 4.2rem;padding-top:calc(var(--politic-bg-offset) + 2rem);padding-bottom:4.8rem}}.politic-page .container{position:relative;z-index:1;max-width:118rem}.politic-page__badge{display:inline-flex;align-items:center;justify-content:center;min-height:3.2rem;margin-bottom:2.4rem;padding:.55rem 1.8rem;border-radius:50rem;background:linear-gradient(90deg,#da2fb1,#ff89e3);color:#fff;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:600;line-height:1;white-space:nowrap}@media(max-width:768px){.politic-page__badge{min-height:2.4rem;margin-bottom:1.6rem;padding:.45rem 1.4rem;font-size:1.2rem}}.politic-page__title{margin:0 0 2.4rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4rem;font-weight:800;line-height:1.15;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1280px){.politic-page__title{font-size:3.2rem;margin-bottom:2rem}}@media(max-width:768px){.politic-page__title{font-size:2.4rem;margin-bottom:1.6rem;letter-spacing:.012rem}}.politic-page__content{max-width:118rem;color:#fff;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:400;line-height:normal}@media(max-width:1280px){.politic-page__content{font-size:1.6rem}}@media(max-width:768px){.politic-page__content{font-size:1.5rem}}.politic-page__content>ul+p,.politic-page__content>ol+p,.politic-page__content>ul+h2,.politic-page__content>ol+h2,.politic-page__content>p+h2,.politic-page__content>.faq__answer+.faq__question,.politic-page__content>.faq__answer+h3{margin-top:1em}.politic-page__content p{margin:0}.politic-page__content strong{color:#fff;font-weight:700}.politic-page__content a{display:block;color:#fff;text-decoration:underline;text-underline-offset:.2rem;transition:color .2s ease}@media(hover:hover){.politic-page__content a:hover{color:#ff89e3}}.politic-page__content h1,.politic-page__content h2,.politic-page__content h3,.politic-page__content h4,.politic-page__content h5,.politic-page__content h6{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:inherit;font-weight:700;line-height:normal;letter-spacing:0;text-transform:none}.politic-page__content>h2{margin-top:1em}.politic-page__content>h2:first-child{margin-top:0}.politic-page__content ul{list-style:disc outside;margin:0;padding:0}.politic-page__content ol{list-style:decimal outside;margin:0;padding:0}.politic-page__content li{margin:0 0 0 2.7rem;padding:0;display:list-item}@media(max-width:768px){.politic-page__content li{margin-left:2.25rem}}.politic-page__content li::marker{color:#fff}.politic-page__content .faq__question{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:inherit;font-weight:700;text-transform:none}.politic-page__content .faq__answer{margin:0;color:#fff;font-family:Roboto,sans-serif;font-size:inherit;line-height:normal}.politic-page__content .faq__email{color:#fff;text-decoration:underline}.access-page{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - var(--access-header-offset) - var(--access-footer-offset));background:#020b1c;--access-header-offset: 8.8rem;--access-footer-offset: 33rem}@media(max-width:1280px){.access-page{--access-header-offset: 7.2rem;--access-footer-offset: 28rem}}@media(max-width:1024px){.access-page{--access-footer-offset: 22rem}}@media(max-width:768px){.access-page{--access-header-offset: 4.2rem;--access-footer-offset: 62rem;min-height:auto}}.access-page__inner{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:97.7rem;margin:0 auto;padding:4rem 2rem 8rem;box-sizing:border-box;text-align:center}@media(max-width:1024px){.access-page__inner{padding:3.2rem 2rem 6.4rem}}@media(max-width:768px){.access-page__inner{padding:2.4rem 2rem 4.8rem}}.access-page__graphic{flex-shrink:0;width:40.13rem;max-width:100%;height:41rem;margin-bottom:2rem;overflow:hidden}@media(max-width:1024px){.access-page__graphic{width:23.24rem;height:23.74rem;margin-bottom:1.6rem}}@media(max-width:768px){.access-page__graphic{width:23.24rem;height:23.74rem;margin-bottom:1.6rem}}.access-page__image{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none}.access-page__text{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%;max-width:86.3rem}.access-page__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.2rem;font-weight:400;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1024px){.access-page__title{max-width:56.6rem;font-size:2.4325rem;line-height:3.417rem}}@media(max-width:768px){.access-page__title{max-width:33rem;font-size:2.6rem;line-height:3.417rem}}.access-page__subtitle{margin:0;color:#8091b0;font-family:Roboto,sans-serif;font-size:2.4rem;font-weight:400;line-height:normal;max-width:86.3rem}@media(max-width:1024px){.access-page__subtitle{max-width:50rem;font-size:1.39rem}}@media(max-width:768px){.access-page__subtitle{max-width:26.9rem;font-size:1.6rem}}.verify-email{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - var(--verify-email-header-offset) - var(--verify-email-footer-offset));background:#020b1c;--verify-email-header-offset: 8.8rem;--verify-email-footer-offset: 33rem}@media(max-width:1280px){.verify-email{--verify-email-header-offset: 7.2rem;--verify-email-footer-offset: 28rem}}@media(max-width:1024px){.verify-email{--verify-email-footer-offset: 22rem}}@media(max-width:768px){.verify-email{--verify-email-header-offset: 4.2rem;--verify-email-footer-offset: 62rem;min-height:auto}}.verify-email__inner{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:97.7rem;margin:0 auto;padding:4rem 2rem 8rem;box-sizing:border-box;text-align:center}@media(max-width:1024px){.verify-email__inner{padding:3.2rem 2rem 6.4rem}}@media(max-width:768px){.verify-email__inner{padding:2.4rem 2rem 4.8rem}}.verify-email__graphic{flex-shrink:0;width:43.7rem;max-width:100%;height:32.7rem;margin-bottom:2.4rem;overflow:hidden}@media(max-width:1024px){.verify-email__graphic{width:25.3rem;height:18.9rem;margin-bottom:2rem}}@media(max-width:768px){.verify-email__graphic{width:27.3rem;height:20.4rem;margin-bottom:1.6rem}}.verify-email__graphic--success{width:49.3rem;height:35.5rem}@media(max-width:1024px){.verify-email__graphic--success{width:28.6rem;height:20.6rem}}@media(max-width:768px){.verify-email__graphic--success{width:27.3rem;height:20.4rem}}.verify-email__image{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none}.verify-email__text{display:flex;flex-direction:column;align-items:center;gap:1.6rem;width:100%;max-width:97.7rem;margin-bottom:3.2rem}@media(max-width:1024px){.verify-email__text{max-width:56.6rem;margin-bottom:2.4rem}}@media(max-width:768px){.verify-email__text{max-width:33rem;gap:1.2rem;margin-bottom:2.4rem}}.verify-email__title{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:4.2rem;font-weight:400;line-height:5.9rem;letter-spacing:.02rem;text-transform:uppercase}@media(max-width:1024px){.verify-email__title{font-size:2.4325rem;line-height:3.417rem}}@media(max-width:768px){.verify-email__title{font-size:2.6rem;line-height:3.417rem}}.verify-email__subtitle{margin:0;color:#8091b0;font-family:Roboto,sans-serif;font-size:2.4rem;font-weight:400;line-height:normal;max-width:86.3rem}@media(max-width:1024px){.verify-email__subtitle{font-size:1.39rem;max-width:50rem}}@media(max-width:768px){.verify-email__subtitle{font-size:1.6rem;max-width:33rem}}.verify-email__subtitle--error{color:#ff7dd3}.verify-email__status{margin:0;color:#8091b0;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:normal}.verify-email__button{display:inline-flex;align-items:center;justify-content:center;min-width:13.9rem;min-height:3.6rem;padding:.8rem 2.4rem;border:.1rem solid #d56ab2;border-radius:.7rem;background:transparent;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.55;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease}.verify-email__button:disabled{opacity:.7;cursor:wait}@media(hover:hover){.verify-email__button:not(:disabled):hover{background:#d56ab21f;border-color:#e07ec4;transform:translateY(-.1rem)}}.verify-email__button:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){.verify-email__button{width:100%;max-width:35rem;min-height:4rem;border-radius:.44rem}}.restricted-access{position:relative;display:flex;flex-direction:column;box-sizing:border-box;min-height:calc(100dvh - var(--restricted-header-offset) - var(--restricted-footer-offset));background:#020b1c;--restricted-header-offset: 8.8rem;--restricted-footer-offset: 33rem}@media(max-width:1280px){.restricted-access{--restricted-header-offset: 7.2rem;--restricted-footer-offset: 28rem}}@media(max-width:1024px){.restricted-access{--restricted-footer-offset: 22rem}}@media(max-width:768px){.restricted-access{--restricted-header-offset: 4.2rem;--restricted-footer-offset: 62rem;min-height:auto}}.restricted-access__inner{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:97.7rem;margin:0 auto;padding:4rem 2rem 8rem;box-sizing:border-box;text-align:center}@media(max-width:1024px){.restricted-access__inner{padding:3.2rem 2rem 6.4rem}}@media(max-width:768px){.restricted-access__inner{padding:2.4rem 2rem 4.8rem}}.restricted-access__graphic{flex-shrink:0;width:53.3rem;max-width:100%;height:41.5rem;margin-bottom:.8rem;overflow:hidden}@media(max-width:1024px){.restricted-access__graphic{width:30.9rem;height:24rem;margin-bottom:.6rem}}@media(max-width:768px){.restricted-access__graphic{width:29rem;height:22.6rem;margin-bottom:.4rem}}.restricted-access__image{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none}.restricted-access__title{display:flex;flex-direction:column;align-items:center;gap:0;margin:0;width:100%;max-width:97.7rem;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-weight:400;letter-spacing:.02rem;text-transform:uppercase}.restricted-access__title-line{font-size:2.8rem;line-height:5.9rem}@media(max-width:1024px){.restricted-access__title-line{max-width:56.6rem;font-size:1.6217rem;line-height:3.417rem}}@media(max-width:768px){.restricted-access__title-line{max-width:33rem;font-size:2rem;line-height:2.5rem}}.restricted-access__title-accent{font-size:4.2rem;line-height:5.9rem}@media(max-width:1024px){.restricted-access__title-accent{max-width:56.6rem;font-size:2.4325rem;line-height:3.417rem}}@media(max-width:768px){.restricted-access__title-accent{max-width:35rem;font-size:3.4rem;line-height:3.417rem}}@keyframes toast-slide-in-left{0%{opacity:0;transform:translate(-120%)}to{opacity:1;transform:translate(0)}}@keyframes toast-fade-in{0%{opacity:0}to{opacity:1}}.toast-root{position:fixed;top:8.8rem;left:0;right:auto;bottom:auto;z-index:1000;display:flex;flex-direction:column;gap:1.2rem;pointer-events:none}@media(max-width:1280px){.toast-root{top:8rem}}@media(max-width:1024px){.toast-root{top:7.6rem;left:0}}@media(max-width:768px){.toast-root{inset:0;display:flex;align-items:center;justify-content:flex-start;padding:12rem 2rem 2rem}}.toast-root__backdrop{display:none;pointer-events:auto}@media(max-width:768px){.toast-root__backdrop{display:block;position:absolute;inset:0;z-index:0;border:0;padding:0;margin:0;cursor:pointer;background-color:#00000080;backdrop-filter:blur(1.4rem);-webkit-backdrop-filter:blur(1.4rem);animation:toast-fade-in .28s ease both}}.toast-root__stack{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.2rem;pointer-events:none}@media(max-width:768px){.toast-root__stack{width:100%;max-width:35rem;align-items:center;gap:3.2rem}}.toast-root__close-external{display:none;pointer-events:auto}@media(max-width:768px){.toast-root__close-external{display:inline-flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;padding:0;border:0;border-radius:1.2rem;background:#fff;cursor:pointer;animation:toast-fade-in .35s ease .12s both}.toast-root__close-external img{display:block;width:1.6rem;height:1.6rem;max-width:none;max-height:none;filter:invert(1)}.toast-root__close-external:hover{opacity:.9}}.toast{pointer-events:auto;position:relative;width:42rem;max-width:100%;animation:toast-slide-in-left .45s cubic-bezier(.22,1,.36,1) both}@media(max-width:768px){.toast{width:100%}}.toast__content{position:relative;display:flex;align-items:center;justify-content:space-between;overflow:hidden;width:100%;height:11.2rem;min-height:11.2rem;padding:2rem 2.4rem;border:1px solid #935dfe;border-left:0;border-radius:0 1.5rem 1.5rem 0;background:linear-gradient(119deg,#020b1c .74%,#0a0236);box-shadow:0 .4rem 3.2rem #935dfe59;box-sizing:border-box}@media(max-width:768px){.toast__content{height:10.4rem;min-height:10.4rem;padding:1.8rem 2rem;border-left:1px solid #935dfe;border-radius:1.43rem}}.toast__glow{position:absolute;right:-8%;top:50%;z-index:0;width:55%;height:160%;transform:translateY(-50%);pointer-events:none;opacity:.55;background:radial-gradient(ellipse at center,rgba(198,29,126,.55) 0%,rgba(198,29,126,.28) 28%,rgba(198,29,126,.1) 52%,transparent 72%)}.toast__left{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:.6rem;min-width:0;padding-right:1.2rem}.toast__message{margin:0;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.2;text-transform:none}@media(max-width:768px){.toast__message{font-size:1.4rem}}.toast__amount{margin:0;color:#fff;font-family:Monument Extended,Clash Display,sans-serif;font-size:3.6rem;font-weight:800;line-height:1;letter-spacing:.01rem;text-transform:uppercase;white-space:nowrap}@media(max-width:768px){.toast__amount{font-size:2.8rem}}.toast__amount-unit{display:inline;color:#fff;font-family:Gilroy,Satoshi,sans-serif;font-size:2rem;font-weight:400;line-height:1;text-transform:lowercase}@media(max-width:768px){.toast__amount-unit{font-size:1.6rem}}.toast__close{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.toast__close img{display:block;max-width:none;max-height:none}.toast__close:hover{opacity:.75}.toast__close--inline{position:absolute;top:1.2rem;right:1.2rem;z-index:4;width:2.4rem;height:2.4rem;border-radius:.6rem;background:#fff}.toast__close--inline img{width:1rem;height:1rem;filter:invert(1)}@media(max-width:768px){.toast__close--inline{display:none}}.toast__icon-coin{position:absolute;right:0;top:0;z-index:1;width:13rem;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center;pointer-events:none}@media(max-width:768px){.toast__icon-coin{width:11rem}}.toast--reward .toast__content{padding-right:12rem}@media(max-width:768px){.toast--reward .toast__content{padding-right:10rem}}
