.petCard__wrapper{background-size:cover;background-repeat:no-repeat;background-position:center;height:194px;position:relative;display:flex;justify-content:center;align-items:center;text-align:center;width:calc(50% - 8px);max-width:156px}.available{background-image:url(/assets/visuals/green-bg.svg)}.not-available{background-image:url(/assets/visuals/grey-bg.svg)}.bg-yellow{background-image:url(/assets/visuals/yellow-bg.svg)}.petCard__inner{width:calc(100% - 16px);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:space-around}.petCard__name{color:var(--text-white);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase}.petCard__img{height:110px;background-position:center;background-repeat:no-repeat;background-size:contain}.petCard__info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 8px}.petCard__fights{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400}.petCard__levelBadge{background-image:url(/assets/icons/level_badge.webp);background-position:center;background-repeat:no-repeat;background-size:cover;width:32px;height:32px;position:relative;color:var(--text-white)}.petCard__level{position:absolute;top:58%;left:55%;transform:translate(-50%,-50%) rotate(-8.961deg);color:var(--text-white);font-size:8px;font-style:normal;font-weight:400;line-height:26px;text-transform:uppercase}.petCard__wrapper:active{animation:bounce .6s ease}.countdown__text{margin-top:2px;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400}.petsPage__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:80px 32px 18px;gap:12px;height:calc(100vh - 190px);overflow-y:scroll}.petsPage__pets{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;width:100%}.petsPage__unlock{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;height:100%;width:100%;margin:18px auto}.petsPage__title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:18px}.topBar__wrapper{position:absolute;width:100%;height:50px;top:0;left:0;background-color:transparent}.topBar__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--text-white);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;z-index:10;padding:10px 18px}.topBar__back{background-image:url(/assets/icons/back.webp);background-position:center;background-repeat:no-repeat;width:122px;height:48px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:3px 0 0 10px;cursor:pointer;z-index:16}.topBar__back div{margin-right:30px}.topBar__points{background-image:url(/assets/icons/points_display.webp);background-position:center;background-repeat:no-repeat;background-size:contain;width:138px;height:51px;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:16;position:relative}.topBar__pointsVal{margin-top:4px}.topBar__data{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.topBar__streakWrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:6px;background:var(--yellow-gradient);height:32px;width:50px;box-shadow:0 0 6px #000000b3;animation:slideBackground 4s linear;position:relative;background-position:-128px 0;z-index:16}.topBar__streakWrapper:has(.topBar__streakFireAnim):after{content:"";position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle farthest-side at 0 0,#fff0 90%,#fffc 98%,#fff0) no-repeat;background-position:inherit;mask:url(/assets/icons/token.svg);mask-size:cover;mask-repeat:no-repeat;-webkit-mask:url(/assets/icons/token.svg) center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}.topBar__streak{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;position:relative;border-radius:4px;background:var(--text-white);height:28px;width:46px;color:var(--text-white);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.topBar__streak p{margin:3px 0 0}.topBar__soundWrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:6px;background:var(--grey-gradient);height:32px;width:40px;box-shadow:0 0 6px #000000b3;z-index:16}.topBar__sound{display:flex;flex-direction:row;align-items:center;justify-content:center;height:28px;width:36px;border-radius:4px;background:var(--text-white);color:var(--text-white);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase;cursor:pointer}.topBar__streakFireAnim{width:20px;height:20px;transform:scale(1.2) translateY(-1px)}.topBar__streakValueContainer{position:relative}.topBar__streakOldValue{position:absolute;left:0;top:0;opacity:0;animation:streakValueSlideOut 1s}.topBar__streakNewValue{animation:streakValueSlideIn 1s}@keyframes streakValueSlideIn{0%{transform:translateY(-10px) rotateX(90deg)}to{transform:translateY(0)}}@keyframes streakValueSlideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(10px) rotateX(90deg);opacity:1}}.tooltip__container{position:relative;display:inline-block;cursor:pointer}.tooltip__text{visibility:hidden;width:132px;height:auto;background-color:#fff;border-radius:6px;padding:10px;position:absolute;z-index:1;margin-left:-75px;box-shadow:0 0 6px #000000b3;text-align:center;font-family:GoldmanSans;color:var(--border-black);text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-transform:none;font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-wrap:wrap;z-index:8}.tooltip__container-hover .tooltip__text-hover{visibility:visible;opacity:1;transition:opacity .3s}.tooltip__text:before{content:"";position:absolute;top:-16px;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:transparent transparent white transparent}.tooltip__span{background:var(--orange-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.shiningText__container{position:relative;font-style:normal;font-weight:400;text-transform:uppercase;text-align:center}.shiningText__content_default{color:var(--text-white);text-shadow:0px .7px 1px rgba(0,0,0,.8),0px .5px 0px #000;position:relative}.shiningText__content_yellow{position:relative;background:var(--yellow-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0px .7px 1px rgba(0,0,0,.8),0px .5px 0px #000}.shiningText__overlay_default{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#fff9f0 -webkit-gradient(linear,left top,right top,from(#fff9f0),to(#fff9f0),color-stop(.5,#09090d)) 0 0 no-repeat;animation:shine 2s linear infinite;background-size:200px;background-clip:text;-webkit-text-fill-color:rgba(254,226,14,0);-webkit-background-size:200px;-webkit-background-clip:text;-webkit-animation:shine 2s linear infinite;text-shadow:0 0px 0px rgba(255,255,255,.5)}.shiningText__overlay_yellow{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:#fee20e -webkit-gradient(linear,left top,right top,from(#fee20e),to(#fee20e),color-stop(.5,#09090d)) 0 0 no-repeat;animation:shine 2s linear infinite;background-size:200px;background-clip:text;-webkit-text-fill-color:rgba(255,249,240,0);-webkit-background-size:200px;-webkit-background-clip:text;-webkit-animation:shine 2s linear infinite;text-shadow:0 0px 0px rgba(255,255,255,.2)}.laurierScreen__container{position:fixed;left:0;top:0;bottom:0;right:0;background-color:#f1e4ceeb}.laurierScreen__content{position:fixed;left:0;top:0;bottom:0;right:0;z-index:140;background-color:#f1e4ceeb;display:flex;flex-direction:column}.chestcard__wrapper{background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/yellow-bg.svg);height:194px;position:relative;display:flex;justify-content:center;align-items:center;text-align:center;width:calc(50% - 8px);max-width:156px;cursor:pointer}.chestcard__inner-card{width:calc(100% - 16px);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:space-around}.chestcard__title{color:var(--text-white);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;margin:8px 0 0}.chestcard__img{height:100px;width:auto;margin:auto}.chestcard__stars{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;text-transform:uppercase;margin-bottom:8px}.chestcard__stars div{margin-top:4px}.chestcard__wrapper:active{animation:bounce .6s ease}.laurierScreen__container:has(.chestcard__chest-anim){z-index:14}.chestcard__chest-anim{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}body:has(.chestcard__chest-anim) .navbar-section{display:none}.chestCinematic_wrapper{position:relative}.chestCinematic_card{width:156px;height:194px;background-image:url(/assets/visuals/cardContainer.webp);background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);animation:chestCardAnimation 2s ease-in-out;z-index:10}.chestCinematic_cardImage{max-width:calc(100% - 1rem);max-height:calc(100% - 1rem)}.chestCinematic_video{width:292px;height:265px;margin-top:180px;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}@keyframes chestCardAnimation{0%{top:36%;opacity:0;transform:translate(-50%) rotate(-30deg) scale(.3)}to{top:0}}.confetti{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;overflow:hidden;z-index:1000;pointer-events:none}.confetti-piece{position:absolute;width:10px;height:15px;top:0;opacity:0;animation-name:makeItRain;animation-timing-function:ease-out;animation-fill-mode:forwards;background:var(--orange-gradient)}.confetti-piece:nth-child(odd){background:var(--red-gradient)}.confetti-piece:nth-child(4n-7){background:var(--yellow-300)}.confetti-piece:nth-child(3n){width:7px;height:10px}.confetti-piece:nth-child(4n){width:7px;height:12px}@keyframes makeItRain{0%{opacity:0;top:0%}50%{opacity:1}to{opacity:0;top:100%}}.btn-wrapper{position:relative}.btn-container{width:auto;height:60px;top:10px;left:361px;gap:0px;border-radius:8px;border:1.5px solid var(--border-black);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.container-yellow{background:var(--yellow-gradient)}.container-blue{background:var(--blue-gradient)}.container-grey{background:var(--grey-gradient)}.container-green{background:var(--green-gradient)}.container-wood{background:var(--brown-gradient);border:none}.container-wood:before{content:"";position:absolute;top:-3.5px;left:-3.5px;right:-3.5px;bottom:-3.5px;background:var(--yellow-gradient);border-radius:10px;z-index:-1}.btn-shadow{position:absolute;bottom:1.5px;left:4px;width:calc(100% - 7px);border-radius:0 0 8px 8px;z-index:1;height:2.5px}.shadow-yellow{background:var(--yellow-600)}.shadow-blue{background:var(--blue-500)}.shadow-grey{background:var(--grey-600)}.shadow-green{background:var(--green-600)}.btn-text{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;color:var(--text-white);text-transform:uppercase;font-size:16px;font-weight:400;line-height:24px;text-align:center}.btn-icon{background-color:transparent!important;box-shadow:none!important}.btncountdown__wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;padding:0 4px;border-radius:6px;background:#2d314280;box-shadow:0 0 6px #000000b3;position:absolute;top:-27px;left:50%;transform:translate(-50%)}.btncountdown__text{margin-top:2px;color:var(--text-white);font-size:12px;font-style:normal;line-height:24px;font-weight:700;font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;color:#fff;text-shadow:0px .7px 1px rgba(0,0,0,.8),0px .5px 0px #000;-webkit-text-stroke-width:.6000000238418579;-webkit-text-stroke-color:var(--Border-Black, #09090d)}.btncountdown__timeDecorators{font-size:10px}.btncountdown__numbers{font-size:14px}.btncountdown__clock{width:20px;height:20px}.petPage__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:75px 32px 125px;gap:12px;height:calc(100vh - 190px);overflow-y:scroll}.petPage__pet{height:180px;width:300px;background-position:center;background-repeat:no-repeat;background-size:contain}.petPage__data{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.petPage__experience{background-image:url(/assets/visuals/skills.svg);background-position:center;background-size:cover;background-repeat:no-repeat;height:90px;width:206px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.petPage__xp{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:170px;text-transform:uppercase;color:var(--text-white);font-size:12px;font-style:normal;font-weight:400}.petPage__xpTitle{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}.petPage__skill{background-position:center;background-size:cover;background-repeat:no-repeat;height:98px;width:96px;position:relative}.petPage__skill div{position:absolute;top:6px;left:9px;color:var(--text-white);transform:rotate(-8.961deg);font-size:10px;font-style:normal;font-weight:400;line-height:13.438px;letter-spacing:1.344px;text-transform:uppercase}.petPage__cta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.petPage__skill:active{animation:bounce .6s ease}.levelBar__wrapper{width:257px;height:75px;position:relative}.levelBar__badge{background-image:url(/assets/icons/level_badge.webp);background-position:center;background-repeat:no-repeat;background-size:cover;width:72px;height:75px;position:absolute;color:var(--text-white);z-index:3}.levelBar__level{position:absolute;left:52%;top:56%;transform:translate(-50%,-50%) rotate(-8.961deg);color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.levelBar__statusBar{background-color:var(--text-white);left:42px;top:50%;transform:translateY(-50%);width:211px;height:30px;z-index:1;position:absolute;color:var(--text-white);border-radius:8px;filter:drop-shadow(0px 0px 6px rgba(0,0,0,.7))}.levelBar__bar{background-color:var(--yellow-400);left:0;top:50%;transform:translateY(-50%);height:30px;z-index:2;position:absolute;color:var(--text-white);width:100px;border-radius:8px}.levelBar__experience{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--text-white);font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;z-index:3}.link{text-decoration:none;color:var(--text-white)}.skillPage__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px 32px;gap:48px;height:calc(100vh - 130px);overflow-y:scroll}.skillList__wrapper{display:flex;flex-wrap:wrap;align-items:start;justify-content:center;padding:80px 32px 25px;gap:18px;overflow-y:scroll}.skillDetail__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px}.skillDetail__name{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;width:100%;margin:5px auto}.skillDetail__image{background-position:center;background-size:contain;background-repeat:no-repeat;height:130px;width:128px;position:relative}.skillDetail__image div{position:absolute;top:10px;left:15px;color:var(--text-white);transform:rotate(-8.961deg);font-size:10px;font-style:normal;font-weight:400;line-height:13.438px;letter-spacing:1.344px;text-transform:uppercase}.skillDetail__advantage{display:flex;flex-direction:column;align-items:center;justify-content:center;width:300px;height:110px;position:relative;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/assets/visuals/capacity_card.svg)}.skillDetail__title{color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;margin:0 0 10px}.skillDetail__desc{font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-align:center;width:80%;color:var(--primary-dark);text-wrap:wrap;font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0}.skillDetail__cta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.levelUpPage__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;height:100vh}.levelUpPage__card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background-image:url(/assets/visuals/levelup.svg);background-size:contain;background-repeat:no-repeat;background-position:center;height:500px;width:100%}.levelUpPage__innerCard{height:100%;min-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative;padding:60px 50px 40px}.levelUpPage__cardTitle{position:absolute;top:8px}.levelUpPage__badge{background-image:url(/assets/icons/level_badge.webp);background-position:center;background-repeat:no-repeat;background-size:cover;width:82px;height:80px;position:relative;color:var(--text-white);margin-top:12px}.levelUpPage__level{position:absolute;top:58%;left:55%;transform:translate(-50%,-50%) rotate(-9.222deg);color:var(--text-white);font-size:16px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.levelUpPage__abilities{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:calc(100% - 14px);margin:12px auto 0}.levelUpPage__xp{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.levelUpPage__chooseSkillsTitle{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:18px}.levelUpPage__xpTitle{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-size:14px;font-style:normal;font-weight:400;color:var(--text-white);text-transform:uppercase;width:65%}.levelUpPage__xpValue{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase}.levelUpPage__oldXp{color:var(--text-white)}.levelUpPage__newXp{color:var(--green-300)}.levelUpPage__chooseSkills{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.levelUpPage__skill{background-size:contain;background-repeat:no-repeat;background-position:center;width:176px;height:170px;position:relative;cursor:pointer}.levelUpPage__skill div{position:absolute;top:9px;left:21px;color:var(--text-white);transform:rotate(-8.961deg);font-size:20px;font-style:normal;font-weight:400;line-height:26.875px;letter-spacing:2.688px;text-transform:uppercase}.levelUpPage__skill:active{animation:bounce .6s ease}.tutorial__welcome{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;background:#f1e4ce}.tutorial__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}.tutorial__welcomeWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.5rem 3rem;height:calc(100vh - 4rem);background:#f1e4ceeb}.tutorial__title{color:var(--text-white);text-align:center;text-shadow:0px .7px 1px rgba(0,0,0,.8),0px .5px 0px #000;-webkit-text-stroke-width:.800000011920929;-webkit-text-stroke-color:var(--border-black);font-family:GulfsDisplay;font-size:28px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:4px;text-transform:uppercase;max-width:342px;text-wrap:wrap;margin-top:3rem;margin-bottom:1.5rem}.tutorial__koalaContainer{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.tutorial__koala{position:absolute;max-width:100%;max-height:100%}.tutorial__bubble{display:flex;padding:4px 8px;flex-direction:column;justify-content:center;border-radius:6px;background:#fff;text-wrap:wrap;box-shadow:0 0 6px #000000b3;z-index:2;color:var(--border-black);text-align:center;font-family:GoldmanSans;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;position:relative}.tutorial__bubble p,.tutorial__bubble strong{margin:0}.tutorial__bubble strong{text-align:center;font-family:GoldmanSans;font-size:16px;font-style:normal;font-weight:700;line-height:24px;background:var(--orange-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tutorial__bubbleTriangle{width:12px;height:12px;position:absolute;background-image:url(/assets/visuals/triangle.webp);background-position:center;background-size:cover}.tutorial__bubbleTriangle.top-left{top:-10px;left:20%;transform:translate(-50%)}.tutorial__bubbleTriangle.top-right{top:-10px;right:20%;transform:translate(-50%)}.tutorial__bubbleTriangle.bottom-left{bottom:-10px;left:20%;transform:translate(-50%) rotate(180deg)}.tutotrial__buble_container{position:absolute;left:41%;top:45%}.tutotrial__buble_container.top{top:unset;bottom:270px;left:70px}.tutorial__blackScreen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:13}.tutorial__goFightKoala{width:268px;height:268px;position:absolute;left:-56px;bottom:-42px;z-index:10}.tutorial__goFightKoala.right{transform:scaleX(-1);left:unset;right:-56px}.tutorial__goFightKoala.right p,.tutorial__goFightKoala.right strong{transform:scaleX(-1)}.tutorial__arrow,.tutorial__simpleArrow{position:absolute;z-index:40}.tutorial__arrow{position:absolute;left:50%;transform:translate(-50%);animation:arrowAnimation 1s infinite}.tutorial__simpleArrow.up{transform:rotate(180deg);animation:upArrowAnimation 1s infinite}.tutorial__simpleArrow.down{transform:rotate(0);animation:downArrowAnimation 1s infinite}.tutorial__rewardContainer{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100vh}.tutorial__rewardContent{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.tutorial__front{z-index:100}.tutorial__rewardDesc{font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-wrap:wrap;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:var(--border-black);max-width:278px}.tutorial__claimButton{margin-bottom:1.5rem}@keyframes upArrowAnimation{0%{transform:translateY(-5px) rotate(180deg)}50%{transform:translateY(10px) rotate(180deg)}to{transform:translateY(-5px) rotate(180deg)}}@keyframes downArrowAnimation{0%{transform:translateY(5px)}50%{transform:translateY(-10px)}to{transform:translateY(5px)}}.tutorial__skipContainer{position:absolute;top:1.5rem;z-index:100}.tutorial__skipContainer.left{left:2rem}.tutorial__skipContainer.right{right:2rem}.tutorial__highlight{z-index:100!important}.tutorial__highlight+.tooltip__text{z-index:100}*:has(.tutorial__highlight)>.tooltip__text{z-index:100}.tutorial__unclickable{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100}.coin{background-image:url(/assets/icons/token.svg);background-size:cover;background-repeat:no-repeat;position:absolute;width:30px;height:30px;transition:transform 1.5s ease-in-out;transform-origin:center;top:0;left:87px;z-index:14}@keyframes rotateCoin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.extraFights__wrapper{position:absolute;display:flex;flex-direction:column;align-items:start;justify-content:flex-start;height:100vh;background:#f1e4ceeb;width:100%;top:0;left:0;z-index:999}.extraFights__complete{display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:12px;margin:25px;height:100%}.extraFights__completeInner{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.extraFights__completeMsg{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.extraFights__title{color:var(--text-white);text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:38px;letter-spacing:4px;text-wrap:wrap;text-transform:uppercase}.extraFights__desc{font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-wrap:wrap;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:var(--border-black);max-width:278px}.extraFights__cta{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.airdropPage__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:70px 32px 18px;gap:24px;height:calc(100vh - 100px);overflow-y:hidden}.airdropPage__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:40px}.airdropPage__pointsSections{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.airdropPage__points{font-size:28px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:4px}.airdropPage__desc{background-image:url(/assets/visuals/brown_bg.webp);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center}.airdropPage__desc div{margin:16px;font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;color:var(--text-white);text-wrap:wrap;text-align:center}.airdropPage_details{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background-image:url(/assets/visuals/reward_card.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:326px;height:140px;position:relative}.airdropPage_detail{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--text-white);text-transform:uppercase;width:calc(100% - 60px);font-size:14px;font-style:normal;font-weight:400}.airdropPage_category{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2px}.airdropPage__shiningCoin{width:128px;height:128px;overflow:hidden;display:block;position:relative;text-align:center;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.5));-webkit-filter:drop-shadow(1px 1px 2px rgba(0,0,0,.5));background-position:-128px 0;animation:slideBackground 2s linear infinite}.airdropPage__shiningCoin:after{content:"";position:absolute;pointer-events:none;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle farthest-side at 0 0,#fff0 90%,#fffc 98%,#fff0) no-repeat;background-position:inherit;mask:url(/assets/icons/token.svg);mask-size:cover;mask-repeat:no-repeat;-webkit-mask:url(/assets/icons/token.svg) center;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat}@keyframes slideBackground{0%{background-position:-128px 0}to{background-position:128px 0}}.airdrop__tutoArrow{z-index:100;position:absolute;left:50%;transform:translate(-50%);animation:arrowAnimation 1s infinite}.airdrop__tutoContainer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:120}.airdrop__tutoButtonContainer{position:absolute;bottom:120px;width:50%;left:50%;display:flex;justify-content:center;align-items:center}.home__wrapper{height:100vh;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.background-overlay{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:80px 32px 0;height:calc(100% - 203px)}.home__petSection{height:calc(100vh - 400px);width:300px;background-position:center;background-repeat:no-repeat;background-size:contain;z-index:2;position:relative}.btn-section{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;position:relative}.home__buttonContainer{z-index:11}.home__sparkles{position:absolute;height:calc(100vh - 450px);width:300px;z-index:1}.home__tutoFightButtonContainer{z-index:110;position:relative}.LevelUpAnim{animation:LevelUpAnim__petAnim 3s ease-in-out;position:relative}.LevelUpAnim__container{position:relative}.LevelUpAnim__background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background-color:#fff;border-radius:50%;filter:blur(150px);animation:LevelUpAnim__backgroundAnim 3s ease-in-out;opacity:0}@keyframes LevelUpAnim__petAnim{0%{transform:translateY(0) scale(1);opacity:.6;filter:brightness(1.5)}10%{opacity:.4;filter:brightness(1.1)}20%{transform:translateY(2px) scale(1.03);opacity:.7;filter:brightness(1.6)}30%{opacity:.5;filter:brightness(1.2)}40%{transform:translateY(-2px) scale(1.06);opacity:.8;filter:brightness(1.7)}50%{opacity:.6;filter:brightness(1.3)}60%{transform:translateY(2px) scale(1.09);opacity:.9;filter:brightness(1.8)}70%{transform:translateY(2px) scale(1.09);opacity:.7;filter:brightness(1.4)}80%{transform:translateY(-4px) scale(1);opacity:.8;filter:brightness(1.5)}83%{transform:translateY(4px)}86%{transform:translateY(-4px)}89%{transform:translateY(4px)}92%{transform:translateY(-4px)}95%{transform:translateY(0);opacity:1;filter:brightness(1)}}@keyframes LevelUpAnim__backgroundAnim{0%{filter:blur(150px);opacity:1}78%{filter:blur(20px);opacity:1}to{filter:blur(150px);width:300px;height:300px;opacity:0}}.invitePage__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;gap:8px;height:calc(100vh - 100px)}.invitePage__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:12px;overflow-y:scroll;padding:90px 32px 150px}.invitePage__title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:18px;margin-bottom:12px}.invitePage__inviteSection{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:12px;margin-bottom:24px}.invitePage__inviteDesc{font-family:GoldmanSans;color:var(--border-black);font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-align:left;width:100%;max-width:300px}.invitePage__experience{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;color:var(--text-white);text-wrap:wrap}.invitePage__myPoints{display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;color:var(--text-white);text-wrap:wrap;width:285px}.invitePage__pointDisplay{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}.invitePage__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/invite_card.svg);max-width:360px;min-height:180px}.invitePage__referralSection{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.invitePage__referredCard{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;background-size:contain;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/name_card.svg);width:310px;height:68px}.invitePage__referredInfo{font-size:13px;font-style:normal;font-weight:400;line-height:21px;color:var(--text-white);text-transform:uppercase;margin-left:18px;margin-top:3px}.invitePage__pokeDisabled{opacity:.4}.invitePage__pokeEnabled{opacity:1;cursor:pointer}.invitePage__pokeBtn{margin-right:15px;display:flex;height:20px;width:60px;padding:8px;justify-content:center;align-items:center;gap:6px;border-radius:6px;background:var(--text-white);color:var(--text-white);font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase}.invitePage__points{font-size:9px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase}.invitePage__ctaSection{position:fixed;bottom:100px;width:100%;height:85px;display:flex;flex-direction:row}.invitePage__cta{height:100%;width:100%;display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:center}.invitePage__emptyMsg{background-image:url(/assets/visuals/brown_bg.webp);background-position:center;background-repeat:no-repeat;background-size:contain;width:100%;max-width:calc(326px - 2rem);height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;color:var(--text-white);text-transform:uppercase;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-wrap:wrap;margin-top:12px}.invitePage__total{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;gap:40px;margin-bottom:24px}.invitePage__pointsSections{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.invitePage__totalPoints{font-size:28px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:4px}.shopPage__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px;height:calc(100vh - 100px);z-index:0}.shopPage__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:12px;overflow-y:scroll;padding:70px 32px 100px}.shopPage__stamina,.shopPage__toUnlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.shopPage__cardWrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;width:100%;margin-bottom:24px}.shopPage__title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:18px;margin-bottom:24px}.shopPage__step{color:var(--border-black);text-align:center;font-family:GoldmanSans;font-size:8px;font-style:normal;font-weight:400;line-height:16px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;margin-top:12px}.shopPage__quest{color:var(--border-black);text-align:center;font-family:GoldmanSans;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-wrap:wrap;margin:0 12px}.shopPage__success{margin-bottom:12px}.shopPage__points{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase}.shopPage__pointsText{font-size:8px;font-style:normal;font-weight:400;line-height:24px}.staminaCard__wrapper{background-size:cover;background-repeat:no-repeat;background-position:center;height:194px;position:relative;display:flex;justify-content:center;align-items:center;text-align:center;width:calc(50% - 8px);max-width:156px;cursor:pointer}.staminaCard__inner-card{width:calc(100% - 16px);height:calc(100% - 16px);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:space-around}.staminaCard__title{color:var(--border-black);text-align:center;text-transform:capitalize;margin:8px 0 0;text-wrap:wrap;background-clip:none;-webkit-background-clip:none;text-shadow:none;-webkit-text-stroke:0!important;font-family:GoldmanSans;font-size:14px;font-style:normal;font-weight:700;line-height:24px;text-overflow:ellipsis}.staminaCard__img{height:100px;width:100px;margin:auto}.staminaCard__stars{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase;margin-bottom:8px}.staminaCard__stars div{margin-top:4px}.staminaCard__wrapper:active{animation:bounce .6s ease}.tasksPage__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px;height:calc(100vh - 100px);z-index:0}.tasksPage__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:12px;overflow-y:scroll;padding:80px 32px}.tasksPage__dailyTasks,.tasksPage__seasonQuests{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.taskCard__card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-size:100% 100%;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/task_card.webp);height:auto;width:100%;max-width:calc(100% - 24px);padding:12px 22px}.taskCard__claimable{background-image:url(/assets/visuals/task_card_claimable.webp);z-index:13;cursor:pointer}.taskCard__claimed{background-image:url(/assets/visuals/task_card_claimed.webp);z-index:13}.taskCard__cardContent{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.taskCard__step{color:var(--border-black);text-align:center;font-family:GoldmanSans;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0}.taskCard__quest{color:var(--border-black);text-align:left;font-family:GoldmanSans;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-wrap:wrap}.taskCard__success{margin:12px}.taskCard__points{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase}.taskCard__pointsText{margin-top:2px}.taskCard__completion{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;position:relative}.taskCard__claim{overflow:hidden;color:var(--text-white);text-align:center;text-overflow:ellipsis;-webkit-text-stroke-width:.8444443941116333;-webkit-text-stroke-color:var(--border-black);font-family:GulfsDisplay;font-size:16.889px;font-style:normal;font-weight:400;line-height:25.333px;text-transform:uppercase}.task__loading{height:100px;width:100px;position:absolute;right:-20px}.tasksPage__title{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:18px;margin-bottom:24px}.tasksPage__cardWrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;width:100%;margin-bottom:24px}.homeNavigation{transform:translateY(-200vh)}.homeNavigation__route{width:100vw;height:100vh}.homeNavigation__route:nth-child(1){transform:translate(-200%) translateY(200vh)}.homeNavigation__route:nth-child(2){transform:translate(-100%) translateY(100vh)}.homeNavigation__route:nth-child(3){transform:translate(0)}.homeNavigation__route:nth-child(4){transform:translate(100%) translateY(-100vh)}.homeNavigation__route:nth-child(5){transform:translate(200%) translateY(-200vh)}.navbar-section{position:absolute;bottom:0;width:100%;height:100px;background:url(/assets/visuals/navbar_background.svg);background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#09090db3}.navbar-overlay{position:absolute;bottom:0;width:100%;height:100px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#09090db3;text-transform:uppercase}.navbar-border{background:linear-gradient(270deg,#782b00,#c95b0c);height:5px;position:absolute;top:0;width:100%;z-index:2}.navbar-line{background:linear-gradient(180deg,#fee20e 26.5%,#fcd113 36%,#fcd113 64%,#f6ba06 97%);width:100%;height:3px;position:absolute;top:5px;border-radius:3px;z-index:1}.navbar-element{flex:1;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2;position:relative}.element-selected{flex-grow:1.5}.navbar-image{margin:auto;width:48px!important;height:48px!important;box-shadow:none!important}.image-selected{margin-top:-40px;width:58px!important;height:58px!important;rotate:-16deg}.navbar-title{color:var(--text-white);text-transform:uppercase;font-size:16px;font-weight:400;line-height:24px;text-align:center;margin:6px 0 0}.navbar-notification{position:absolute;width:20px;height:20px;background-image:url(/assets/visuals/notification.svg);background-size:cover;background-repeat:no-repeat;top:-10px;left:12px;z-index:3}.navbar-notifContent{position:relative;top:4px;left:1px;font-size:10px;font-weight:400;line-height:13.44px;letter-spacing:1.34375px;text-align:center}.fightPage__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 12px;gap:12px;height:100vh;box-shadow:0 4px 4px #00000040}.fightPage__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:12px;padding:50px 32px 170px}.fightPage__presentation{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%}.fightPage__counterSection{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.fightPage__counterTitle{color:var(--text-white);text-align:center;font-family:GoldmanSans;font-size:12px;font-style:normal;font-weight:400;text-transform:none}.fightPage__counter{color:var(--text-white);font-size:28px;font-style:normal;font-weight:400}.fightPage__cinematic{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:12px;padding:12px;background-color:#00000080;border-radius:8px;box-shadow:0 4px 4px #00000040}.fightPage__resultWrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100vh;padding:0 12px;background-color:#00000080;border-radius:8px;box-shadow:0 4px 4px #00000040}.fightPage__resultInner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:12px;padding:12px 32px 170px}.fightPage__result{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center;min-height:400px;position:relative}.fightPage__rewards{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/reward_card.svg);width:254px;height:113px}.fightPage__rewardsYellow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/reward_card_yellow.svg);width:254px;height:113px;font-size:12px;font-style:normal;font-weight:400;color:var(--text-white);text-transform:uppercase}.fightPage__resultInner{width:100%;padding:30px 0 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative}.fightPage__resultTitle{position:absolute;top:6px}.fightPage__resultVs{margin-top:18px}.fightPage__resultPet{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;text-transform:uppercase}.fightPage__rewardsTitle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--text-white);font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;width:210px}.fightPage__rewardsValue{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;text-transform:lowercase}.fightPage__pointResult{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.fightPage__coin{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;font-size:24px;font-style:normal;font-weight:400;line-height:38px;letter-spacing:4px}.gamePage__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 12px;gap:12px;height:100vh;box-shadow:0 4px 4px #00000040;overflow:hidden}.game__presWrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:12px;padding:50px 32px 80px}.game__presentation{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%}.petCard__slide-left,.petCard__slide-right{position:relative;transition:transform .4s ease-in-out}.petCard__slide-left{transform:translate(-200%)}.petCard__slide-right{transform:translate(200%)}.slide-in .petCard__slide-left,.slide-in .petCard__slide-right{transform:translate(0)}.game__loaderWrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh;width:100%}.game__loadertitle{color:var(--text-white);text-align:center;font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;font-size:20px;font-style:normal;font-weight:400;line-height:43.125px}.game__loaderCount{color:var(--text-white);text-align:center;font-size:64px;font-style:normal;font-weight:400;line-height:86.25px;letter-spacing:8.625px;text-transform:uppercase}.gameScreen__wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;height:100vh;width:100%}.gameScreen__topbar{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:10%;z-index:3}.gameScreen__xpBar{width:220px;height:75px;position:relative}.gameScreen__xpBarInner{background-color:var(--text-white);top:50%;transform:translateY(-50%);width:211px;height:30px;z-index:1;position:absolute;color:var(--text-white);border-radius:8px;filter:drop-shadow(0px 0px 6px rgba(0,0,0,.7))}.gameScreen__bar-green{background-color:var(--green-500);left:0;top:50%;transform:translateY(-50%);height:30px;z-index:2;position:absolute;color:var(--text-white);width:100px;border-radius:8px 0 0 8px}.gameScreen__bar-red{background-color:var(--red-500);left:0;top:50%;transform:translateY(-50%);height:30px;z-index:2;position:absolute;color:var(--text-white);width:100px;border-radius:8px 0 0 8px}.gameScreen__experience{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--text-white);font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;z-index:3}.gameScreen__counter{display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--text-white);text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:38px;letter-spacing:4px;text-transform:uppercase;min-width:90px;gap:5px;z-index:1}.gameScreen__counterEnds{background:var(--red-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.gameScreenn__clock{width:40px;height:40px}.gameScreen__counter span{margin-top:5px}.gameScreen__inner{height:90%;width:100%;position:relative}.game__head{position:absolute;width:80px;height:80px;font-size:50px;cursor:pointer;transition:opacity .3s;z-index:100;display:flex;justify-content:center;align-items:center;z-index:4}.game__head img{width:80px;height:80px;animation:bouncePet .6s ease-in-out}.game__headExplode{z-index:101}.game__bomb{position:absolute;width:80px;height:80px;font-size:50px;cursor:pointer;transition:opacity .3s;z-index:100;display:flex;justify-content:center;align-items:center;z-index:2}.game__bomb img{width:80px;height:80px;animation:bouncePet .6s ease-in-out}.game__skill{position:absolute;width:80px;height:80px;font-size:50px;cursor:pointer;transition:opacity .3s;z-index:100;display:flex;justify-content:center;align-items:center;z-index:4}.game__skill img{width:80px;height:80px;animation:bouncePet .6s ease-in-out}.game__skill:before,.game__skill:after{position:absolute;content:"";display:block;width:140%;height:100%;left:-20%;z-index:-1000;transition:all ease-in-out .5s;background-repeat:no-repeat}.game__skill.animate{animation:scaleDown .75s ease-in-out forwards,topBubbles .75s ease-in-out forwards,bottomBubbles .75s ease-in-out forwards}.game__skill:before{display:none;top:-75%;background-size:20% 20%,30% 30%,40% 40%,36% 36%,20% 20%,30% 30%,20% 20%,36% 36%}.game__skill:after{display:none;bottom:-75%;background-size:30% 30%,40% 40%,36% 36%,40% 40%,30% 30%,20% 20%,40% 40%}.game__skill_freeze:before{background-image:radial-gradient(circle,#1f98f9 20%,transparent 20%),radial-gradient(circle,#1f98f9 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#1f98f9 15%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#1f98f9 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#1f98f9 20%,transparent 20%)}.game__skill_freeze:after{background-image:radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#1f98f9 20%,transparent 20%),radial-gradient(circle,#ffffff 15%,transparent 20%),radial-gradient(circle,#1f98f9 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#1f98f9 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%)}.game__skill_volcano:before{background-image:radial-gradient(circle,#ffb920 20%,transparent 20%),radial-gradient(circle,#c95e40 20%,transparent 20%),radial-gradient(circle,#ffb920 20%,transparent 20%),radial-gradient(circle,#c95e40 15%,transparent 20%),radial-gradient(circle,#ffb920 20%,transparent 20%),radial-gradient(circle,#c95e40 20%,transparent 20%),radial-gradient(circle,#ffb920 20%,transparent 20%),radial-gradient(circle,#c95e40 20%,transparent 20%)}.game__skill_volcano:after{background-image:radial-gradient(circle,#ffb920 20%,transparent 20%),radial-gradient(circle,#c95e40 20%,transparent 20%),radial-gradient(circle,#ffb920 15%,transparent 20%),radial-gradient(circle,#c95e40 20%,transparent 20%),radial-gradient(circle,#ffb920 20%,transparent 20%),radial-gradient(circle,#c95e40 20%,transparent 20%),radial-gradient(circle,#ffb920 20%,transparent 20%)}.game__skill_shield:before{background-image:radial-gradient(circle,#acacac 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#acacac 20%,transparent 20%),radial-gradient(circle,#ffffff 15%,transparent 20%),radial-gradient(circle,#acacac 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#acacac 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%)}.game__skill_shield:after{background-image:radial-gradient(circle,#acacac 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#acacac 15%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#acacac 20%,transparent 20%),radial-gradient(circle,#ffffff 20%,transparent 20%),radial-gradient(circle,#acacac 20%,transparent 20%)}.game__skill.animate:before{display:block;animation:topBubbles ease-in-out .75s forwards}.game__skill.animate:after{display:block;animation:bottomBubbles ease-in-out .75s forwards}@keyframes topBubbles{0%{background-position:5% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%}50%{background-position:0% 80%,10% 40%,20% 0%,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%}to{background-position:0% 70%,0% 10%,10% 30%,20% -10%,30% 20%,22% 40%,50% 40%,65% 10%,90% 20%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}@keyframes bottomBubbles{0%{background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0%}50%{background-position:0% 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0%}to{background-position:0% 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0% 0%,0% 0%,0% 0%,0% 0%,0% 0%,0% 0%}}@keyframes scaleDown{0%{transform:scale(1)}to{transform:scale(0)}}.game__points{background:var(--green-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase;position:absolute;animation:pointsAnimation 1s ease-in-out forwards;left:70px;top:20px}.game__points.left{left:-30px}.game__pointsLoss{background:var(--red-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;font-size:14px;font-style:normal;font-weight:400;line-height:28px;text-transform:uppercase;position:absolute;animation:pointsAnimation 1s ease-in-out forwards;left:70px;top:25px}@keyframes pointsAnimation{0%{opacity:0;transform:translateY(15px)}30%{opacity:1;transform:translateY(10px)}70%{opacity:1;transform:translateY(5px)}to{opacity:0;transform:translateY(0)}}@keyframes bouncePet{0%{transform:translateY(-5px);opacity:0}50%{transform:translateY(5px);opacity:1}to{transform:translateY(0)}}.gameScreen__counterBg{background:var(--green-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;font-size:43px;font-style:normal;font-weight:400;line-height:68px;letter-spacing:7px;text-transform:uppercase;opacity:.4;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.gameScreen__counterHead{font-size:43px;font-style:normal;font-weight:400;line-height:68px;letter-spacing:7px;text-transform:uppercase;opacity:.4;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.gameScreen__counterHead.green{background:var(--green-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.gameScreen__counterHead.red{background:var(--red-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}.game__rewards{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/reward_card.svg);width:254px;height:113px}.game__rewardsYellow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(/assets/visuals/reward_card_yellow.svg);width:254px;height:113px;font-size:12px;font-style:normal;font-weight:400;color:var(--text-white);text-transform:uppercase}.game__pointsInner{width:100%;padding:30px 0 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative}.game__rewardsTitle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:var(--text-white);font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;width:210px}.game__rewardsValue{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;text-transform:lowercase}.game__pointResult{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.game__coin{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;font-size:24px;font-style:normal;font-weight:400;line-height:38px;letter-spacing:4px}.game__resultInner{width:100%;padding:30px 0 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative}.game__result{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-size:contain;background-repeat:no-repeat;background-position:center;min-height:400px;position:relative}.game__resultTitle{position:absolute;top:6px}.game__resultVs{margin-top:18px}.game__resultPet{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-white);font-size:14px;font-style:normal;font-weight:400;text-transform:uppercase}.gameScreen__freezeTop{display:flex;position:absolute;left:0;right:0;flex-direction:column;justify-content:space-between;height:15%;width:100vw;background-repeat:no-repeat;background-position:bottom;background-image:url(/assets/game/skills/ice_top.svg);z-index:0}.gameScreen__freezeBottom{display:flex;position:absolute;left:0;right:0;bottom:0;flex-direction:column;justify-content:space-between;height:30%;width:100vw;background-repeat:no-repeat;background-position:top;background-image:url(/assets/game/skills/ice_bottom.svg);z-index:0}.gameScreen__freezeCenter{display:flex;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex-direction:column;justify-content:space-between;height:70%;width:100vw;background-repeat:repeat-y;background-position:top;background-image:url(/assets/game/skills/ice_center.svg);z-index:1}.gameScreen__bgShield{display:flex;position:absolute;flex-direction:column;justify-content:space-between;height:100vh;width:100vw;top:0;bottom:0;left:0;right:0;background-repeat:no-repeat;background-position:center;background-image:url(/assets/game/skills/bg_shield.svg);z-index:3}.gameScreen__lavaTop{display:flex;position:absolute;left:0;right:0;flex-direction:column;justify-content:space-between;height:45%;width:100vw;background-repeat:no-repeat;background-position:bottom;background-image:url(/assets/game/skills/lava_top.svg);z-index:0}.gameScreen__lavaBottom{display:flex;position:absolute;left:0;right:0;bottom:0;flex-direction:column;justify-content:space-between;height:35%;width:100vw;background-repeat:no-repeat;background-position:top;background-image:url(/assets/game/skills/lava_bottom.svg);z-index:0}.gameScreen__lavaCenter{display:flex;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex-direction:column;justify-content:space-between;height:100%;width:100vw;background-repeat:repeat-y;background-position:top;background-image:url(/assets/game/skills/lava_center.svg);z-index:1}.gameScreen__lavaTop,.gameScreen__lavaCenter,.gameScreen__freezeTop,.gameScreen__freezeCenter,.gameScreen__freezeBottom,.gameScreen__bgShield{transition:opacity 1s ease-in-out,transform 1s ease-in-out}.game__tutoContainer{position:absolute;top:200px;width:50%;display:flex;justify-content:center;align-items:center}.game__tutoHeadArrow{z-index:100;position:absolute;left:50%;transform:translate(-50%);animation:arrowAnimation 1s infinite}@keyframes arrowAnimation{0%{top:-85px}50%{top:-100px}to{top:-85px}}.loadingPage__bg{background:radial-gradient(50% 50% at 50% 50%,#0000,#09090d99),no-repeat center/cover url(/assets/arena/loading_screen.webp) #d3d3d3;box-shadow:0 4px 4px #00000040;width:100%;height:calc(100vh - 40px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px;padding:24px 0}.loadingPage__logo{width:234px;height:94px}.loadingPage__loadingBar{position:relative;justify-content:flex-end}.loadingPage__statusBar{background-color:var(--text-white);transform:translateY(-50%);width:211px;height:30px;color:var(--text-white);border-radius:8px;filter:drop-shadow(0px 0px 6px rgba(0,0,0,.7))}.loadingPage__bar{background-color:var(--yellow-400);left:0;top:50%;transform:translateY(-50%);height:30px;z-index:2;position:absolute;color:var(--text-white);width:100px;border-radius:8px}.loadingPage__experience{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--text-white);font-size:12px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;z-index:3}.lostStreak__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100vh;background:#f1e4ceeb;width:100%}.lostStreak_firstStep{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.lostStreak__skip{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:3px 0 0 10px;cursor:pointer;text-align:center}.lostStreak__content{display:flex;flex-direction:column;align-items:center}.lostStreak__actions{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.lostStreak__skip div{margin-right:30px;color:var(--text-white);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-transform:uppercase;z-index:10;padding:10px 18px}.lostStreak__fire{display:flex;align-items:center;justify-content:center;width:100%;height:140px;margin-top:40px;margin-bottom:3rem}.lostStreak__paragraph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-top:3rem}.lostStreak__title{color:var(--text-white);text-align:center;font-size:28px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:4px;text-wrap:wrap;text-transform:uppercase}.lostStreak__desc{font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;text-wrap:wrap;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:24px;color:var(--border-black);max-width:278px}.lostStreak__complete{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;margin:25px;height:100%}.lostStreak__completeInner{display:flex;flex-direction:column;align-items:center;justify-content:space-around;height:100%}.lostStreak__completeMsg{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.lostStreak__titleComplete{color:var(--text-white);text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:38px;letter-spacing:4px;text-wrap:wrap;text-transform:uppercase}.notif__wrapper{position:absolute;top:10px;left:50%;transform:translate(-50%);width:calc(100% - 64px);display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px;border-radius:6px;background:#fff;box-shadow:0 0 6px #000000b3;z-index:13;animation:slideIn .5s ease-out forwards}.notif__content{flex:1;text-align:center;font-family:GoldmanSans;color:var(--border-black);font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(-50%)}}.desktopPage__bg{background:#fff;box-shadow:0 4px 4px #00000040;height:calc(100vh - 40px);text-align:center;font-family:GoldmanSans;text-shadow:none;text-overflow:unset;-webkit-text-stroke:0;color:#000;font-size:35px;font-style:normal;font-weight:700;line-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:20px}.desktopPage__code{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:400px;position:relative;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url(/assets/qrcodes/desktop.webp)}.tgui-f23c0e195677169c{background:var(--tgui--bg_color);overflow:hidden}.tgui-947b927060015de8{max-height:0;transition:max-height .1s ease-in-out}.tgui-60e7968097edfa6f{color:var(--tgui--link_color);transition:transform .15s ease-out}.tgui-c900ecbd6d8d6d5e{transform:rotate(180deg)}.tgui-b8dfba0b5c3d054c{--tgui--cell--middle--padding:16px 0;align-items:center;display:flex;gap:24px;padding:0 24px}.tgui-7b5bccbb645b495f{gap:16px}.tgui-7edaaf0c57797623{background:var(--tgui--tertiary_bg_color)}.tgui-56b2e897ed7ccb22,.tgui-aaa795d78c356ac1{align-items:center;display:flex;justify-content:center}.tgui-8735a62be5a8b8a7{display:flex;flex-direction:column;flex-grow:1;gap:2px;max-width:100%;min-width:0;padding:var(--tgui--cell--middle--padding)}.tgui-1c6d7865a76a19bc,.tgui-8735a62be5a8b8a7>*{overflow:hidden;text-overflow:ellipsis}.tgui-b8dfba0b5c3d054c:not(.tgui-6c49dadccf648a5b) .tgui-1c6d7865a76a19bc,.tgui-b8dfba0b5c3d054c:not(.tgui-6c49dadccf648a5b) .tgui-8735a62be5a8b8a7>*{white-space:nowrap}.tgui-46dd90b57ffed25f{color:var(--tgui--subtitle_text_color)}.tgui-a894f59f4c5ad72f{align-items:center;display:inline-flex;gap:4px}.tgui-bb909928b48f948b,.tgui-d528ef65a8b76273,.tgui-fc059ed3ac5799a6{color:var(--tgui--hint_color)}.tgui-7b5bccbb645b495f{--tgui--cell--middle--padding:12px 0;padding:0 16px}@media (hover:hover) and (pointer:fine){.tgui-b8dfba0b5c3d054c:hover{background:var(--tgui--tertiary_bg_color)}}.tgui-b5d680db78c4cc2e{cursor:pointer;isolation:isolate;position:relative;transition:opacity .15s ease-out}.tgui-b5d680db78c4cc2e[readonly]{cursor:default;pointer-events:visible}.tgui-b5d680db78c4cc2e[disabled]{cursor:default;opacity:.35}.tgui-34eb6f8b96874d40:active,.tgui-7c5d6c1f6bbe3eaf:active{opacity:.65}@media (hover:hover) and (pointer:fine){.tgui-34eb6f8b96874d40:hover,.tgui-7c5d6c1f6bbe3eaf:hover{opacity:.85}}.tgui-8071f6e38c77bc0b{border-radius:inherit;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;transition:background-color .15s ease-out}.tgui-e156954daf886976{animation:tgui-81605f53eca39186 .3s cubic-bezier(.3,.3,.5,1);background:var(--tgui--outline);border-radius:50%;content:"";height:24px;margin:-12px 0;opacity:0;position:absolute;width:24px}@keyframes tgui-81605f53eca39186{0%{opacity:1;transform:scale(1)}30%{opacity:1}to{opacity:0;transform:scale(8)}}.tgui-30064fce0d501f17{font-size:var(--tgui--subheadline1--font_size);line-height:var(--tgui--subheadline1--line_height)}.tgui-8f63cd31b2513281{font-size:var(--tgui--subheadline2--font_size);line-height:var(--tgui--subheadline2--line_height)}.tgui-c3e2e598bd70eee6{font-family:var(--tgui--font-family)}.tgui-080a44e6ac3f4d27{margin:0}.tgui-5c92f90c2701fa17{font-weight:var(--tgui--font_weight--accent1)}.tgui-809f1f8a3f64154d{font-weight:var(--tgui--font_weight--accent2)}.tgui-5b8bdfbd2af10f59{font-weight:var(--tgui--font_weight--accent3)}.tgui-c602097b30e4ede9{text-transform:uppercase}.tgui-2916d621b0ea5857{font-size:var(--tgui--caption1--font_size);line-height:var(--tgui--caption1--line_height)}.tgui-937d123c23df98b3{font-size:var(--tgui--caption2--font_size);line-height:var(--tgui--caption2--line_height)}.tgui-65c206f0fd891b6b{font-size:var(--tgui--text--font_size);line-height:var(--tgui--text--line_height)}.tgui-91c5537b51b490a7{border-radius:50%}.tgui-305551eb3f5abb68.tgui-305551eb3f5abb68{background-color:var(--tgui--secondary_fill);color:var(--tgui--link_color)}.tgui-30d8642662534eb5{align-items:center;background-color:var(--tgui--tertiary_bg_color);box-shadow:0 0 0 1px var(--tgui--outline);display:flex;justify-content:center;position:relative}.tgui-1191c597a64dbd25{border-radius:inherit;display:block;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;visibility:hidden;width:100%}.tgui-72bd4140eca37f53 .tgui-1191c597a64dbd25{visibility:visible}.tgui-5ee2f1c6e1da49b5{align-items:center;display:flex;justify-content:center;position:absolute}.tgui-e3bcc434a6ee9317{position:absolute;right:-12px;top:-12px}.tgui-562f7459d74103ea{align-items:center;border-radius:20px;box-sizing:border-box;display:inline-flex;height:20px;justify-content:center;margin:0 6px;min-width:20px;padding:0 5px}.tgui-c1a5e9170826a773{height:24px;padding:0 6px}.tgui-4f69ed647e40e245{border-radius:50%;display:inline-block;height:6px;margin:7px;width:6px}.tgui-6e63faaa2b33f4ae{background:var(--tgui--button_color);color:var(--tgui--button_text_color)}.tgui-4b52474c713ffa7c{background:var(--tgui--destructive_text_color);color:var(--tgui--button_text_color)}.tgui-0278f262d68294f0{background:var(--tgui--secondary_fill);color:var(--tgui--link_color)}.tgui-0883e451f3707277{background:var(--tgui--plain_background);color:var(--tgui--plain_foreground)}.tgui-6b3dbcedd9052940{background:var(--tgui--white);color:var(--tgui--link_color)}.tgui-e05fce4753086879{font-size:var(--tgui--headline--font_size);line-height:var(--tgui--headline--line_height)}.tgui-c6d7432a5c12debe{font-size:var(--tgui--large_title--font_size);line-height:var(--tgui--large_title--line_height)}.tgui-2fc52ee93e8068a6{font-size:var(--tgui--title1--font_size);line-height:var(--tgui--title1--line_height)}.tgui-72c2a480384c4fb1{font-size:var(--tgui--title2--font_size);line-height:var(--tgui--title2--line_height)}.tgui-45c5f45d3e9105f4{font-size:var(--tgui--title3--font_size);line-height:var(--tgui--title3--line_height)}.tgui-54214e0db34f53c3{position:absolute;right:-12px;top:0}.tgui-28e0a2576155be01{display:flex}.tgui-28e0a2576155be01>:not(:first-child){margin-left:-12px}.tgui-28e0a2576155be01>*{box-shadow:0 0 0 3px var(--tgui--bg_color)}.tgui-c3d21871b48e0ba3{background:var(--tgui--bg_color);display:flex;gap:20px;overflow:hidden;padding:16px 20px;position:relative}.tgui-7b260d7ad33f3ba0:not(.tgui-f80265c401d577b0){box-shadow:var(--tgui--base--section--box_shadow)}.tgui-cefdf70a2d9648ea{border-radius:16px}.tgui-f80265c401d577b0{padding:20px}.tgui-f80265c401d577b0 .tgui-2646957e5c9379f3{color:var(--tgui--white)}.tgui-f80265c401d577b0 .tgui-62a759a0c54c3667{color:var(--tgui--white);opacity:.8}.tgui-d67d90bbcab86e14{background:var(--tgui--bg_color)}.tgui-7b260d7ad33f3ba0.tgui-d67d90bbcab86e14{border:1px solid var(--tgui--outline);border-radius:16px;box-shadow:none;margin:8px 20px}.tgui-cefdf70a2d9648ea.tgui-d67d90bbcab86e14{background:var(--tgui--quartenary_bg_color);margin:8px 16px}.tgui-11921b54915b369c{bottom:0;left:0;position:absolute;right:0;top:0}.tgui-a04b768cea14d789{display:flex;flex:1 1 0;flex-direction:column;gap:2px;z-index:var(--tgui--z-index--simple)}.tgui-62a759a0c54c3667{color:var(--tgui--subtitle_text_color)}.tgui-1e638bcb841cdfbc{color:var(--tgui--hint_color)}.tgui-5e0d89b3bc8342d8{display:flex;gap:4px;margin-top:10px}.tgui-fa2f2ea4a4ffc035{border-radius:50%;height:28px}.tgui-79024fcb6d81ad79{background:var(--tgui--secondary_fill);border-left:3px solid var(--tgui--link_color);border-radius:4px;padding:6px 28px 8px 12px;position:relative}.tgui-16ed20e7a6e2daa0{color:var(--tgui--text_color)}.tgui-bd5b6cd161834705{display:block;position:absolute;right:6px;top:4px}.tgui-6c9b3f1fd52a3108{color:var(--tgui--link_color)}.tgui-117e77cd385a9c8d{align-items:center;border:none;border-radius:8px;box-sizing:border-box;display:inline-flex;justify-content:center;max-width:100%;min-width:80px;text-decoration:none}.tgui-726846958fe7f4a0{flex-grow:1;width:100%}.tgui-117e77cd385a9c8d:after{background:var(--tgui--bg_color);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease-out}.tgui-06cc94d03a7c4dd7,.tgui-8310172a5320ab71{align-items:center;display:flex;justify-content:center}.tgui-5f6014c0f063b6de{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:var(--tgui--z-index--simple)}.tgui-014f2b7d196b090d.tgui-014f2b7d196b090d{align-items:center;background:inherit;border-radius:inherit;color:var(--tgui--button--spinner-color);cursor:auto;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.tgui-13f23a224303ddaa{border-radius:20px;gap:6px;height:36px;min-width:34px;padding:8px 12px}.tgui-1a16a49d89076ff4{gap:8px;height:42px;min-width:42px;padding:8px 14px}.tgui-9cef742a22f195c9{gap:10px;height:50px;padding:10px 20px}.tgui-8a1ca9efa24f4809{--tgui--button--hovered-opacity:.15;--tgui--button--spinner-color:var(--tgui--button_text_color);background:var(--tgui--button_color);color:var(--tgui--button_text_color)}.tgui-91bda9a36246a33c{--tgui--button--hovered-opacity:.07;--tgui--button--spinner-color:var(--tgui--link_color);background:var(--tgui--secondary_fill);color:var(--tgui--link_color)}.tgui-48956537c34690db{--tgui--button--hovered-opacity:.03;--tgui--button--spinner-color:var(--tgui--plain_foreground);background:transparent;color:var(--tgui--link_color)}.tgui-93106efd6b6d66ee{background:var(--tgui--plain_background)}.tgui-93106efd6b6d66ee,.tgui-e884e36ff1faa596{--tgui--button--hovered-opacity:.5;--tgui--button--spinner-color:var(--tgui--plain_foreground);color:var(--tgui--plain_foreground)}.tgui-e884e36ff1faa596{background:inherit;box-shadow:0 0 0 1px var(--tgui--outline)}.tgui-ba6d30cc81e39ae5{--tgui--button--hovered-opacity:.5;--tgui--button--spinner-color:var(--tgui--surface_dark);background:var(--tgui--white)}.tgui-55e8aa7f5cea2280.tgui-1a16a49d89076ff4{border-radius:12px}.tgui-55e8aa7f5cea2280:after{content:unset}.tgui-490cb0f5ec4998f3 .tgui-06cc94d03a7c4dd7,.tgui-490cb0f5ec4998f3 .tgui-5f6014c0f063b6de,.tgui-490cb0f5ec4998f3 .tgui-8310172a5320ab71{opacity:0}@media (hover:hover) and (pointer:fine){.tgui-117e77cd385a9c8d:hover:after{opacity:var(--tgui--button--hovered-opacity)}}.tgui-0ac8c3540e603b63{color:var(--tgui--link_color)}.tgui-562a3eae646b486d{color:var(--tgui--hint_color)}.tgui-dbf261f4b3046bb3{background:var(--tgui--tertiary_bg_color);border-radius:20px;box-shadow:0 32px 64px #0000000a,0 0 2px 1px #00000005;display:inline-block;overflow:hidden;position:relative}.tgui-c6ad96fdf8ce4b28{background:var(--tgui--plain_foreground)}.tgui-80c6a0ba7b3c11fd{--tgui--cell--middle--padding:16px 0;background:var(--tgui--card_bg_color);padding:0 20px}.tgui-814d1971a92687e3{--tgui--text_color:var(--tgui--white);--tgui--hint_color:hsla(0,0%,100%,.75);background:linear-gradient(180deg,transparent 0,var(--tgui--black) 100%);bottom:0;left:0;padding-top:48px;position:absolute;right:0}.tgui-422c21c917cc0873{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:break-spaces}.tgui-27c5a061c5f35c04{font-weight:var(--tgui--font_weight--accent2)}.tgui-814d1971a92687e3 .tgui-27c5a061c5f35c04{color:var(--tgui--white)}.tgui-79efb12936705a6f{position:absolute;right:16px;top:16px}.tgui-6372c64c79ad2959{align-items:center;border-radius:10px;box-sizing:border-box;display:inline-flex;gap:8px;justify-content:center;padding:8px 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tgui-b8b077d7e3491b30{background:var(--tgui--surface_primary);box-shadow:0 12px 24px #0000000d}.tgui-ccc3e4a302799418{background:var(--tgui--plain_background)}.tgui-fdfccf8f92c11530{border-radius:10px;box-shadow:0 0 0 1px var(--tgui--outline)}.tgui-9c7ff8cd23a6ea9a{color:var(--tgui--plain_foreground);flex:1 1 0;overflow:hidden;text-overflow:ellipsis}.tgui-0d7ce20ebc0fc7aa{margin-right:2px}.tgui-67f596882eb2b6ab{align-items:center;color:var(--tgui--secondary_hint_color);display:flex;margin-top:1.5px}.tgui-a8ce18a8594cea9b{align-items:center;background:transparent;border:none;color:var(--tgui--link_color);display:flex;gap:24px;height:48px;padding:10px 24px;width:100%}.tgui-6e7ca796043fe6ca{color:var(--tgui--destructive_text_color)}.tgui-f464dba82cb8b46e{gap:18px;height:44px;padding:8px 18px}.tgui-c5be765fabc1327f{text-align:right}.tgui-437ab2028f14c95c{align-items:center;color:var(--tgui--secondary_hint_color);display:flex;gap:12px}.tgui-4af039094fb946b4{color:var(--tgui--hint_color);margin:2px 0 0}.tgui-97dd747d03e9d3e0{align-items:center;color:var(--tgui--hint_color);display:flex;gap:8px}.tgui-64a5a0dc5509605e{flex-grow:1;overflow-wrap:anywhere}.tgui-3b026a2674eb3f4c{flex-shrink:0}.tgui-dda0e80fdf796ba5{border:none;border-radius:12px;display:inline-flex;padding:8px}.tgui-b92d762e02762017{border-radius:50%;padding:6px}.tgui-93cba8aff2e72079{background:var(--tgui--secondary_fill);color:var(--tgui--link_color)}.tgui-08ef1486bc111162{background:transparent;color:var(--tgui--link_color)}.tgui-2250ff52f0b5cf71{background:var(--tgui--plain_background);color:var(--tgui--plain_foreground)}.tgui-53781f3cf83e8be1{background:inherit;box-shadow:0 0 0 1px var(--tgui--outline);color:var(--tgui--plain_foreground)}.tgui-39e9f02ce4b4b950{display:flex;gap:12px}.tgui-b3d7f75461a64b76{gap:8px}.tgui-c5545e0bc6105e48{align-items:center;background:transparent;border:none;border-radius:12px;box-sizing:border-box;color:var(--tgui--link_color);display:flex;flex:1 0 0;flex-direction:column;gap:3px;justify-content:center;max-width:100%;min-height:60px;min-width:64px;padding:0 12px}.tgui-bf32cd3c110b8729{gap:4px;min-height:64px;min-width:72px}.tgui-99a630d0096f2169{background:var(--tgui--secondary_fill)}.tgui-30bf4976f818e8bf{background:var(--tgui--plain_background);color:var(--tgui--plain_foreground)}.tgui-c0c9bf3b1a53a8a4{max-width:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgui-389a43acd684137a>:not(:last-child){margin-bottom:12px}.tgui-cfed40fe81d34ad5{box-sizing:border-box;padding:10px 18px}.tgui-e5c3a5b87f8b1f46{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;overflow:hidden;padding:32px}.tgui-9c3dbc0ef84585d4{margin:0;overflow-wrap:anywhere;text-align:center}.tgui-87cd6af55f73428d{color:var(--tgui--hint_color)}.tgui-87cd6af55f73428d:not(:first-child){margin-top:8px}.tgui-8e15431b81f6601e .tgui-db9be63c4fecf79b{background:var(--tgui--section_bg_color);box-shadow:0 1px 2px #0000001a}.tgui-97eca24324122dbc .tgui-4b78bed6e925088e{background:var(--tgui--section_bg_color);border-radius:12px}.tgui-97eca24324122dbc .tgui-4b78bed6e925088e>:first-child{border-radius:12px 12px 0 0}.tgui-97eca24324122dbc .tgui-4b78bed6e925088e>:last-child{border-radius:0 0 12px 12px}.tgui-97eca24324122dbc .tgui-4b78bed6e925088e>:only-child{border-radius:12px}.tgui-8af0d10d5540c6cc{border-top:none;border-color:var(--tgui--outline);border-width:var(--tgui--border--width);margin:0}.tgui-dbb364e8ced00cc8{padding:12px 24px}.tgui-8c4c6f82ba895475{padding:8px 16px 0}.tgui-8ebba379083b615a{padding:16px 24px 20px;text-align:center}.tgui-8c4c6f82ba895475.tgui-8ebba379083b615a{padding:16px 16px 0}.tgui-67471b69da3e3062{color:var(--tgui--section_header_text_color)}.tgui-d0251b46536ac046{color:var(--tgui--link_color);padding:20px 24px 4px 22px}.tgui-34fd1a25cc171439{color:var(--tgui--text_color);padding-left:24px}.tgui-b7217abb24e8763a{color:var(--tgui--section_header_text_color);padding:16px 16px 8px}.tgui-b7217abb24e8763a.tgui-34fd1a25cc171439{color:var(--tgui--text_color);padding:0 0 12px}.tgui-f492b616576c67fb{display:flex;gap:9px;padding:12px}.tgui-d45985ba4cb27e5f{background:var(--tgui--tertiary_bg_color);border-radius:2px;height:3px;min-width:3px;width:100%}.tgui-352b8d247f473986{background:var(--tgui--link_color)}.tgui-b53f1370d519b689{display:flex;flex-direction:column;gap:24px;margin:0;padding:32px 44px}.tgui-732e8859c58ffb77{flex-direction:row}.tgui-4614301efc783534{display:flex;overflow-x:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tgui-4e145f66199825da::-webkit-scrollbar{display:none}.tgui-caaaa27ccfa566b7{--tgui--timeline--item--thickness:4px;--tgui--timeline--item--size:12px;display:flex;gap:32px}.tgui-caaaa27ccfa566b7:last-child .tgui-3fc2f0d7045d23d8{display:none}.tgui-0f46575488c31b93{min-width:var(--tgui--timeline--item--size);position:relative}.tgui-d7ba9c56743387af{border-radius:50%;height:var(--tgui--timeline--item--size);left:0;top:4px;width:var(--tgui--timeline--item--size)}.tgui-3fc2f0d7045d23d8,.tgui-d7ba9c56743387af{background:var(--tgui--quartenary_bg_color);position:absolute}.tgui-3fc2f0d7045d23d8{border-radius:2px;bottom:0;height:calc(100% - 4px);left:50%;top:24px;transform:translate(-50%);width:var(--tgui--timeline--item--thickness)}.tgui-bf9f87dd32ecad81{overflow:hidden}.tgui-2b850faa8f3a520a{display:inline-block;margin-bottom:4px}.tgui-b9a4d9afcd70e355{color:var(--tgui--hint_color)}.tgui-581d134185fd28b4 .tgui-d7ba9c56743387af,.tgui-dcd66bc07faad440 .tgui-3fc2f0d7045d23d8,.tgui-dcd66bc07faad440 .tgui-d7ba9c56743387af{background:var(--tgui--link_color)}.tgui-566b727e7a35e935 .tgui-0f46575488c31b93{--tgui--timeline--item--size:16px}.tgui-566b727e7a35e935 .tgui-d7ba9c56743387af{top:6px}.tgui-566b727e7a35e935 .tgui-3fc2f0d7045d23d8{height:calc(100% + 26px);top:6px}.tgui-f461f2eeb28c21d0{flex-direction:column;gap:24px}.tgui-f461f2eeb28c21d0 .tgui-0f46575488c31b93{align-items:center;display:flex;height:var(--tgui--timeline--item--size)}.tgui-f461f2eeb28c21d0 .tgui-d7ba9c56743387af{top:0}.tgui-f461f2eeb28c21d0 .tgui-3fc2f0d7045d23d8{height:var(--tgui--timeline--item--thickness);left:0;top:50%;transform:translateY(-50%);width:calc(100% + 36px)}.tgui-f461f2eeb28c21d0 .tgui-2b850faa8f3a520a{white-space:nowrap}.tgui-81a5164cd16c05d5{stroke:var(--tgui--link_color);transform:rotate(-90deg)}.tgui-ced47fd163a53511{border-radius:2px;height:4px;overflow:hidden;position:relative}.tgui-44060f289fdbdb84:after{bottom:0;content:"";left:0;opacity:.4;right:0;top:0}.tgui-027278a6d6708965,.tgui-44060f289fdbdb84:after{background:var(--tgui--link_color);position:absolute}.tgui-027278a6d6708965{border-radius:inherit;height:100%;transition:width .2s ease;z-index:var(--tgui--z-index--simple)}.tgui-97f2df57786b02dc{position:relative}.tgui-3eb6091f664c15d6:after,.tgui-3eb6091f664c15d6:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:var(--tgui--z-index--simple)}.tgui-97f2df57786b02dc:before{background:var(--tgui--secondary_bg_color)}.tgui-97f2df57786b02dc:not(.tgui-ecf101b3117a96c8):after{animation:tgui-3a837cc9661e7502 1.8s linear infinite;background-color:var(--tgui--bg_color);z-index:var(--tgui--z-index--skeleton)}@keyframes tgui-3a837cc9661e7502{0%,to{opacity:.4}50%{opacity:.7}}.tgui-bed09b0692380ce7{animation:tgui-738ce40067f9bb6e .34s cubic-bezier(.3,.3,.5,1);bottom:10px;box-sizing:border-box;left:10px;max-width:460px;position:fixed;right:10px;transition:transform .32s cubic-bezier(.3,.3,.5,1);-webkit-user-select:none;-moz-user-select:none;user-select:none}.tgui-a869502f11f22b6c{align-items:center;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:var(--tgui--surface_dark);border-radius:10px;bottom:0;box-sizing:border-box;display:flex;gap:12px;left:0;padding:10px 16px 10px 10px;position:sticky;right:0;top:0;width:100%}.tgui-a1e25a2488982fc5{transform:translate3d(0,140%,0)}.tgui-c2ca59c94a46245e{bottom:16px}.tgui-c2ca59c94a46245e .tgui-a869502f11f22b6c{border-radius:14px}.tgui-093aea87229643ac,.tgui-229bfa1a0a8ac43f{align-items:center;color:var(--tgui--toast_accent_color);display:flex}.tgui-7d8f183ba67229e9{color:var(--tgui--white);display:flex;flex:1 1 0;flex-direction:column;gap:1px}@keyframes tgui-738ce40067f9bb6e{0%{transform:translate3d(0,140%,0)}to{transform:translateZ(0)}}.tgui-4d26fba7185ffa9f{background:transparent;border:none;color:var(--tgui--toast_accent_color);padding:0}.tgui-86f452d8e92a2075{display:table;position:relative}.tgui-86f452d8e92a2075:before{background-color:var(--tgui--bg_color);background-image:url(/assets/2d82b92e720462f8dd3b-Bh4Fahcw.svg);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:.4s ease;z-index:var(--tgui--z-index--simple)}.tgui-aff2a6268e887037:before{opacity:0}.tgui-abbb25a9ce45033e{cursor:pointer;position:relative}.tgui-6e9776e8c33b2626{cursor:default;opacity:.3}.tgui-21b20ecaad17ccf9{color:var(--tgui--outline);display:block}.tgui-bca5056bf34297b0{color:var(--tgui--link_color);opacity:0;position:absolute;top:0;transition:opacity .15s ease-out}.tgui-60cf4cc79ba44c4f:checked~.tgui-bca5056bf34297b0{opacity:1}.tgui-b9fd8cdf929947df{height:1px;margin:-1px;padding:0;position:absolute;white-space:nowrap;width:1px;clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);opacity:0;overflow:hidden}.tgui-a03137b1ed760aaf{display:flex;gap:10px;min-height:48px;padding:10px 12px 10px 16px}.tgui-ca1c0e2d013ae260{min-height:50px;padding:10px 16px}.tgui-f3ab78c8048cb9dc{align-items:center;background:conic-gradient(from 0deg at 50% 50%,#0c28ff,#03ffff,#24d627,#fdff22,#ff2227,#fe2df6,#7122ff 1turn);border-radius:50%;display:flex;height:24px;justify-content:center;position:relative;width:24px}.tgui-93beab8699996b1e{border-radius:50%;height:16px;width:16px}.tgui-93beab8699996b1e:after,.tgui-93beab8699996b1e:before{border-radius:inherit;content:"";position:absolute}.tgui-93beab8699996b1e:before{background:var(--tgui--bg_color);bottom:2px;left:2px;right:2px;top:2px}.tgui-93beab8699996b1e:after{background:inherit;bottom:4px;left:4px;right:4px;top:4px}.tgui-21dba5277ef0ddd7{flex:1 1 0}.tgui-8ca550c2fc85eff5{background:var(--tgui--bg_color);padding:20px 22px 16px;position:relative}.tgui-8ca550c2fc85eff5 .tgui-9f9a52f695b85cc9{background:var(--tgui--bg_color);border-radius:5px;color:var(--tgui--secondary_hint_color);left:32px;max-width:calc(100% - 86px);overflow:hidden;padding:0 6px;position:absolute;text-overflow:ellipsis;top:6px;white-space:nowrap}.tgui-4a83fef1f04acb0e{pointer-events:none;position:relative}.tgui-7707c5d942b7b9af.tgui-4a83fef1f04acb0e{opacity:.35}.tgui-8ca550c2fc85eff5.tgui-4a83fef1f04acb0e:after{background:var(--tgui--bg_color);bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.tgui-0f5050defacbf813{align-items:center;box-sizing:border-box;display:flex}.tgui-16b3783d394bc7db,.tgui-8f04eff653cfa5e5{display:flex}.tgui-8ca550c2fc85eff5 .tgui-0f5050defacbf813{border-radius:14px;box-shadow:0 0 0 2px var(--tgui--outline)}.tgui-8ca550c2fc85eff5.tgui-41b168516bddcf4b .tgui-9f9a52f695b85cc9{color:var(--tgui--destructive_text_color)}.tgui-8ca550c2fc85eff5.tgui-41b168516bddcf4b .tgui-0f5050defacbf813{box-shadow:0 0 0 2px var(--tgui--destructive_text_color)}.tgui-8ca550c2fc85eff5.tgui-89277928456f0e30 .tgui-9f9a52f695b85cc9{color:var(--tgui--link_color)}.tgui-8ca550c2fc85eff5.tgui-89277928456f0e30 .tgui-0f5050defacbf813{box-shadow:0 0 0 2px var(--tgui--link_color)}.tgui-7707c5d942b7b9af .tgui-0f5050defacbf813{background:var(--tgui--bg_color);border-radius:12px}.tgui-7707c5d942b7b9af.tgui-41b168516bddcf4b .tgui-0f5050defacbf813{box-shadow:0 0 0 1.5px var(--tgui--destructive_text_color)}.tgui-d9de1f32aee12a15{gap:12px;padding:12px 16px}.tgui-9b2ad13855aef059{min-height:48px}.tgui-c4863cd4c893a047{background:transparent;border:0;box-sizing:border-box;color:var(--tgui--text_color);display:block;margin:0;outline:0;padding:0;resize:none;text-overflow:ellipsis;width:100%}.tgui-c4863cd4c893a047::-webkit-inner-spin-button,.tgui-c4863cd4c893a047::-webkit-outer-spin-button{-webkit-appearance:none}.tgui-c4863cd4c893a047::-moz-placeholder{color:var(--tgui--secondary_hint_color)}.tgui-c4863cd4c893a047::placeholder{color:var(--tgui--secondary_hint_color)}.tgui-6cca8a28a056cc34{--tgui--multiselect--min-height:52px;min-height:var(--tgui--multiselect--min-height);position:relative;width:100%}.tgui-1ed7193796bd9fff.tgui-1ed7193796bd9fff{min-height:var(--tgui--multiselect--min-height);padding-right:48px}.tgui-e9b05eb8feaa0359{color:var(--tgui--secondary_hint_color);position:absolute;right:16px}.tgui-c56e136f855e5144{--tgui--multiselect--gap:8px;box-sizing:border-box;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;gap:var(--tgui--multiselect--gap);margin:0;max-width:100%;overflow:hidden;padding:8px;position:relative}.tgui-991d85450550abb9{max-width:calc(100% - var(--tgui--multiselect--gap));padding:6px 12px}.tgui-41e02fd2529dfbd2{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;box-shadow:none;color:var(--tgui--text_color);display:flex;flex:1;flex-direction:column;justify-content:center;outline:none;padding:0 8px;position:relative;width:100%}.tgui-41e02fd2529dfbd2::-moz-placeholder{color:var(--tgui--secondary_hint_color)}.tgui-41e02fd2529dfbd2::placeholder{color:var(--tgui--secondary_hint_color)}.tgui-41e02fd2529dfbd2[readonly]{cursor:default}.tgui-ac1d436c45aafe04 .tgui-41e02fd2529dfbd2{text-overflow:ellipsis;white-space:nowrap}.tgui-0b4134fd8d5c05ac{color:var(--tgui--hint_color);display:flex}.tgui-70d34454bcf3c3e4{background:var(--tgui--bg_color);border-radius:12px;box-shadow:0 32px 64px #0000000a,0 0 2px 1px #00000005;box-sizing:border-box;margin-top:8px;max-height:168px;overflow-y:scroll;width:100%}.tgui-6a25d2bd42bb932c{color:var(--tgui--hint_color)}.tgui-15f9ec3c119467a6{height:48px;padding:0 16px}.tgui-e3f4e376df0c272c{color:var(--tgui--link_color)}.tgui-e9c83f4f150e5513{z-index:var(--tgui--z-index--simple)}.tgui-97a62789a70393d0{position:absolute}.tgui-6ae8c47f9448321b{content:"";display:block;transform:translateY(1px)}.tgui-6c3deae89ec68e99{transform:rotate(90deg) translate(50%,-50%);transform-origin:right}.tgui-fed67e27ad8cb75f{transform:rotate(180deg)}.tgui-b27d1c4f6222569e{transform:rotate(-90deg) translate(-50%,-50%);transform-origin:left}.tgui-9bfdebc3fdae031b{cursor:pointer;position:relative}.tgui-55c1caaee1c1e33e{cursor:default;opacity:.25}.tgui-18734a5360b84fba{color:var(--tgui--outline);display:block}.tgui-1ec4b447aa5cf66a{color:var(--tgui--link_color);opacity:0;position:absolute;top:0}.tgui-18734a5360b84fba,.tgui-1ec4b447aa5cf66a{transition:opacity .15s ease-out}.tgui-7cd9bbef46d9194c:checked~.tgui-18734a5360b84fba{opacity:0}.tgui-7cd9bbef46d9194c:checked~.tgui-1ec4b447aa5cf66a{opacity:1}.tgui-a641ca1e63331268{background:var(--tgui--bg_color);bottom:0;box-sizing:border-box;left:0;padding:32px 20px;position:fixed;right:0;top:0}.tgui-a40b67b8ec9e3a49,.tgui-a641ca1e63331268{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.tgui-a40b67b8ec9e3a49{flex:1 1 0;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.tgui-bf64531d065e1bd9 .tgui-a40b67b8ec9e3a49{flex:unset}.tgui-7df9ee9d6d6586de,.tgui-a40b67b8ec9e3a49{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgui-7df9ee9d6d6586de{max-width:100%;text-align:center}.tgui-36c453f0a9d51371{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:20px}.tgui-0e77c7f1a1b82c84{--tgui--pin_input--buttons-gap:12px;--tgui--pin_input--button-width:33.3%;display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--tgui--pin_input--buttons-gap);margin-top:52px;width:100%}.tgui-bf64531d065e1bd9 .tgui-0e77c7f1a1b82c84{--tgui--pin_input--button-width:76px}.tgui-49b69c407401f76c{display:flex;gap:var(--tgui--pin_input--buttons-gap);justify-content:center}.tgui-49b69c407401f76c:last-child{justify-content:flex-end;margin-left:calc(var(--tgui--pin_input--buttons-gap) * 2)}.tgui-bf64531d065e1bd9 .tgui-49b69c407401f76c:last-child{justify-content:center;margin-left:calc(var(--tgui--pin_input--button-width) + var(--tgui--pin_input--buttons-gap))}.tgui-14d79626209a204a{color:var(--tgui--link_color);display:block;margin:auto}.tgui-6eaa561b38208c72{background:var(--tgui--tertiary_bg_color);border:none;border-radius:16px;color:var(--tgui--text_color);height:56px;padding:0;width:var(--tgui--pin_input--button-width)}.tgui-3bea52c968cee224{border-radius:50%;height:76px;width:76px}.tgui-bad1e0d3a612c110{align-items:center;background:var(--tgui--bg_color);border:2.5px solid var(--tgui--divider);border-radius:12px;display:flex;height:44px;justify-content:center;padding:0;transition:border-color .15s ease-out;width:40px}.tgui-b9a1527d00258387{background:var(--tgui--link_color);border:none;border-radius:50%;height:13px;opacity:.1;width:13px}.tgui-b9a1527d00258387.tgui-1d6fb1351888c5e0{opacity:1}.tgui-bad1e0d3a612c110:focus-within{border-color:var(--tgui--link_color)}.tgui-9fa4f4531187df59{background:var(--tgui--text_color);border-radius:50%;height:8px;width:8px}.tgui-de477a8e3910f19f{cursor:pointer;display:block;position:relative}.tgui-d5c5e7402bfd8c12{cursor:default;opacity:.25}.tgui-bfcd091645843388{color:var(--tgui--outline);display:block}.tgui-8d2d5ba97b4abd79{color:var(--tgui--link_color);opacity:0;position:absolute;top:0}.tgui-8d2d5ba97b4abd79,.tgui-bfcd091645843388{transition:opacity .15s ease-out}.tgui-743a4b0f25e5d51b:checked~.tgui-bfcd091645843388{opacity:0}.tgui-743a4b0f25e5d51b:checked~.tgui-8d2d5ba97b4abd79{opacity:1}.tgui-0487bdb4329cd879{display:flex;gap:4px;padding:12px;position:relative}.tgui-6169bc2e9d6fdeb8{color:var(--tgui--tertiary_bg_color);position:relative}.tgui-6169bc2e9d6fdeb8:focus-visible{outline:2px solid var(--tgui--link_color)}.tgui-f0faaa15f44569ba{color:var(--tgui--link_color);position:absolute}.tgui-52ba7059852e9950{bottom:0;margin:0;opacity:0;position:absolute;top:0}.tgui-919c5658483cae11{position:relative}.tgui-a0742fd4c73756f7{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:inherit;border:none;border-radius:inherit;color:var(--tgui--text_color);outline:none;padding:12px 58px 12px 16px;width:100%}.tgui-025a45d791e466f6{color:var(--tgui--secondary_hint_color);pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.tgui-aa094d6480bfa32a{cursor:pointer;position:relative}.tgui-7d31e315f5cc4733{cursor:default;opacity:.25}.tgui-ad96577f259c5732{color:var(--tgui--link_color);display:block;opacity:0;transition:opacity .15s ease-out}.tgui-6988c618806a5171:checked~.tgui-ad96577f259c5732{opacity:1}.tgui-717c3649db8d5af2{--tgui--slider--thumb--size:12px;align-items:center;box-sizing:border-box;display:flex;gap:24px;min-height:52px;padding:16px 24px}.tgui-35faba867393ce37{border-radius:8px;cursor:pointer;height:var(--tgui--slider--thumb--size);position:relative;width:100%}.tgui-c591a831de13ba23{cursor:default;opacity:.35}.tgui-4de4feff2dcc975c,.tgui-e11a455378c63b15{border-radius:inherit;height:3px;left:0;margin-top:-1px;position:absolute;top:50%}.tgui-e11a455378c63b15{align-items:center;background-color:var(--tgui--tertiary_bg_color);box-sizing:border-box;display:flex;justify-content:space-between;width:100%}.tgui-4de4feff2dcc975c{background:var(--tgui--button_color);width:auto}.tgui-7fe9f0fbc9771947{height:100%;isolation:isolate;margin-left:calc(var(--tgui--slider--thumb--size) / 10);margin-right:calc(var(--tgui--slider--thumb--size) / 10);position:relative;z-index:var(--tgui--z-index--simple)}.tgui-6598607160233201,.tgui-a56564bcfd4b56e5{align-items:center;display:flex;justify-content:center;margin-top:3px}.tgui-d2e2a2e28ef0f746{--tgui--slider--thumb--size:24px;gap:20px;padding:20px}.tgui-d2e2a2e28ef0f746 .tgui-4de4feff2dcc975c,.tgui-d2e2a2e28ef0f746 .tgui-e11a455378c63b15{height:4px;margin-top:-2px}.tgui-b632646f586ff14d{background:var(--tgui--secondary_hint_color);border-radius:50%;height:2px;position:absolute;width:2px}.tgui-2b0a006b5a9ffd68{background:var(--tgui--secondary_hint_color);opacity:.35}.tgui-7951a89b824476b3{background:var(--tgui--tertiary_bg_color);border-radius:3px;height:20px;width:4px}.tgui-7951a89b824476b3.tgui-2b0a006b5a9ffd68{background:var(--tgui--button_color);opacity:1}.tgui-b632646f586ff14d:not(.tgui-7951a89b824476b3):first-child{transform:translate(50%)}.tgui-b632646f586ff14d:last-child{transform:translate(-150%)}.tgui-7951a89b824476b3:last-child{transform:translate(-100%)}.tgui-83b7253102c6addc{background:var(--tgui--button_color);border-radius:50%;height:var(--tgui--slider--thumb--size);position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--tgui--slider--thumb--size);z-index:var(--tgui--z-index--simple)}.tgui-96f5864d281f94a8{background:var(--tgui--white);box-shadow:0 6px 6.5px #0000001f,0 .5px 2px #0000001f}.tgui-abdeb837bfc726cb{height:100%;width:100%}.tgui-a1dc55b304d32032{align-items:center;border-radius:16px;cursor:pointer;display:flex;height:32px;overflow:hidden;position:relative;width:52px}.tgui-57a00e000de7483d{cursor:default;opacity:.4}.tgui-3acc6d0262399734:before{background:var(--tgui--secondary_bg_color);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tgui-2776944549f431fc .tgui-3acc6d0262399734:before{border:3px solid var(--tgui--secondary_hint_color);border-radius:16px}.tgui-3acc6d0262399734:after{border-radius:50%;content:"";position:absolute;top:50%;transform:translateY(-50%)}.tgui-2776944549f431fc .tgui-3acc6d0262399734:after{background:var(--tgui--secondary_hint_color);height:16px;margin-left:8px;width:16px}.tgui-b70ccb0e7742541a .tgui-3acc6d0262399734:after{background:var(--tgui--white);box-shadow:0 3px 1px #0000000f,0 3px 8px #00000026,0 0 0 1px #0000000a;height:28px;margin-left:2px;width:28px}.tgui-edfaab8ff474b0de:checked+.tgui-3acc6d0262399734:before{background-color:var(--tgui--link_color);border-color:var(--tgui--link_color)}.tgui-2776944549f431fc .tgui-edfaab8ff474b0de:checked+.tgui-3acc6d0262399734:after{height:24px;width:24px}.tgui-edfaab8ff474b0de:checked+.tgui-3acc6d0262399734:after{transform:translate(20px) translateY(-50%)}.tgui-2776944549f431fc .tgui-edfaab8ff474b0de:checked+.tgui-3acc6d0262399734:after{background:var(--tgui--white);transform:translate(16px) translateY(-50%)}@media (prefers-reduced-motion:no-preference){.tgui-3acc6d0262399734:before{transition:background-color,border-color 67ms linear}.tgui-3acc6d0262399734:after{transition:transform .3s cubic-bezier(.175,.885,.32,1.275) 0s}.tgui-b70ccb0e7742541a .tgui-3acc6d0262399734:before{transition:background-color .2s ease}.tgui-b70ccb0e7742541a .tgui-3acc6d0262399734:after{transition:transform .2s cubic-bezier(.36,-.24,.26,1.32)}}.tgui-d40ec83150e66029{background:inherit;border:none;border-radius:inherit;color:var(--tgui--text_color);min-height:80px;outline:none;padding:12px 16px;resize:none;width:100%}.tgui-d40ec83150e66029::-moz-placeholder{color:var(--tgui--secondary_hint_color)}.tgui-d40ec83150e66029::placeholder{color:var(--tgui--secondary_hint_color)}.tgui-2453b62de8016bfa .tgui-d40ec83150e66029{min-height:84px;padding:16px}.tgui-7a5facec9dc28fae{left:0;position:fixed;right:0}.tgui-d83e15d73344cdc0{top:0}.tgui-01790b7e59088ea5{bottom:0;padding-bottom:var(--tgui--safe_area_inset_bottom)}.tgui-53cb2ebed0c3b08f{background:var(--tgui--surface_primary);box-shadow:0 -1px 0 var(--tgui--divider);display:flex;justify-items:stretch;padding:0 16px}.tgui-a2b4713d67582227{padding:0}.tgui-64cd0db020a9bacf{align-items:center;background:transparent;border:none;color:var(--tgui--secondary_hint_color);display:flex;flex:1 0 0;flex-direction:column;gap:6px;justify-content:center;margin:0;max-width:100%;min-width:0;padding:12px 16px 16px;transition:.15s ease-out}.tgui-ecbb746748ea4134{gap:4px;padding:8px 12px 4px}.tgui-e6658d0b8927f95e{color:var(--tgui--link_color)}.tgui-e6658d0b8927f95e:not(.tgui-ecbb746748ea4134) .tgui-44d48e11585af170{background:var(--tgui--secondary_fill)}.tgui-44d48e11585af170{border-radius:35px;display:flex;justify-content:center;min-width:64px;padding:2px 10px}.tgui-ecbb746748ea4134 .tgui-44d48e11585af170{padding:0}.tgui-aeab497081949a15{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tgui-0eddcd83377979c2,.tgui-68fc52f1068b8e16{align-items:center;display:flex}.tgui-0eddcd83377979c2{color:var(--tgui--divider);height:20px;justify-content:center;margin:0 -6px;width:24px}.tgui-a9c3d618b6e43d64{color:var(--tgui--link_color)}.tgui-32fe6ce00169d72e{border-radius:8px;color:var(--tgui--hint_color);cursor:pointer;padding:8px 10px;text-decoration:none;transition:opacity .15s ease-out}.tgui-32fe6ce00169d72e:active{opacity:.5}@media (hover:hover) and (pointer:fine){.tgui-32fe6ce00169d72e:hover{background:var(--tgui--tertiary_bg_color)}}.tgui-442a9579d6c19dc4{--tgui--compact_pagination--dot--opacity--selected:.1;--tgui--compact_pagination--dot--background--selected:var(--tgui--link_color);display:inline-flex;gap:8px;padding:4px}.tgui-15adbef8fe5efed9{backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);background:#00000040;border-radius:28px;padding:8px 9px}.tgui-15adbef8fe5efed9,.tgui-cdc228e9d92dac5b{--tgui--compact_pagination--dot--opacity--selected:.25;--tgui--compact_pagination--dot--background--selected:var(--tgui--white);gap:6px}.tgui-cdc228e9d92dac5b{padding:0}.tgui-747563e660315b07{background:var(--tgui--compact_pagination--dot--background--selected,var(--tgui--link_color));border:none;border-radius:50%;cursor:pointer;display:block;height:8px;opacity:var(--tgui--compact_pagination--dot--opacity--selected,.25);padding:0;transition:opacity .15s ease-in-out;width:8px}.tgui-6d14364fac453a65{opacity:1}.tgui-bfabaddd169233a9{color:var(--tgui--link_color);text-decoration:none}.tgui-38580a5c868cecc4{display:flex;gap:8px;padding:16px}.tgui-645f8efe8c9c3cc5{opacity:.35}.tgui-8dab5cf704c88e82{align-items:center;background:transparent;border:none;border-radius:12px;box-sizing:border-box;color:var(--tgui--hint_color);cursor:pointer;display:flex;height:44px;justify-content:center;min-width:44px;padding:0 10px}.tgui-64016be270020f33{background:var(--tgui--tertiary_bg_color);color:var(--textColor)}.tgui-a43e090d3501d4ca{cursor:default;opacity:.35}.tgui-670c6b2f3c8df445{cursor:default;opacity:1}.tgui-2636b28cb21c42cc{color:var(--tgui--link_color)}.tgui-71259e3311d7116e{background:var(--tgui--tertiary_bg_color);border-radius:44px;box-sizing:border-box;height:100%;overflow:hidden;padding:2px;width:100%}.tgui-b0a9057ab5d33005{align-content:stretch;align-items:center;border-radius:inherit;box-sizing:border-box;display:flex;height:100%;position:relative;width:100%}.tgui-31f461ccfea23ec3{background:var(--tgui--segmented_control_active_bg);border-radius:40px;bottom:0;box-sizing:border-box;left:0;position:absolute;right:0;top:0;transition:transform .15s;z-index:var(--tgui--z-index--simple)}.tgui-16c6b1986a48e2b5{background:var(--tgui--tertiary_bg_color);border-radius:9px}.tgui-16c6b1986a48e2b5 .tgui-31f461ccfea23ec3{border:var(--tgui--border--width) solid rgba(0,0,0,.04);border-radius:inherit;box-shadow:0 3px 1px #0000000a,0 3px 8px #0000001f}.tgui-bbfb272d22eb23e8{background:transparent;border:none;border-radius:inherit;color:var(--tgui--text_color);flex:1 1 0;max-width:100%;overflow:hidden;padding:10px 24px;text-overflow:ellipsis;white-space:nowrap;z-index:var(--tgui--z-index--simple)}.tgui-513fce1023cbbd63{padding:6px 24px}.tgui-89d3925598b8fd68{align-content:stretch;align-items:center;display:flex;gap:12px;height:100%;overflow:hidden;position:relative;width:100%}.tgui-8e986e14448c29e6{background:var(--tgui--button_color);border-radius:4px 4px 1px 1px;bottom:0;height:3px;left:0;position:absolute;right:0;transition:transform 125ms}.tgui-96892ceed80c1bf3{background:transparent;border:none;border-radius:inherit;color:var(--tgui--secondary_hint_color);flex:1 0 0;height:44px;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:color 125ms;white-space:nowrap}.tgui-44ea091aea23df33{color:var(--tgui--link_color)}.tgui-cc76354712c6e8d9{background-color:var(--tgui--bg_color);border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;display:flex;flex-direction:column;left:0;max-height:96%;outline:none;position:fixed;right:0;z-index:var(--tgui--z-index--overlay)}.tgui-2c53ae2ef0209d4d{align-items:center;border-bottom:1px solid var(--tgui--divider);display:flex;justify-content:space-between;padding:16px}.tgui-5dc6ad1ca3ac3ed4{overflow-y:auto;padding-bottom:var(--tgui--safe_area_inset_bottom)}.tgui-f67c8fb3553eee55{align-items:center;box-sizing:border-box;display:flex;gap:12px;justify-content:space-between;padding:16px;position:relative}.tgui-f67c8fb3553eee55:before{background:var(--tgui--divider);border-radius:4px;content:"";height:4px;left:50%;position:absolute;top:8px;transform:translate(-50%);width:36px}.tgui-09b5f6cfd7ba56ab,.tgui-fe1d6742d85038d7{align-items:center;display:flex;flex:1 0 0}.tgui-09b5f6cfd7ba56ab{justify-content:flex-start}.tgui-fe1d6742d85038d7{justify-content:flex-end}.tgui-7ce1022bfdcb0ae3{--tgui--text--line_height:28px;display:block;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.tgui-3197096cb603b35a{bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--tgui--z-index--overlay)}.tgui-5638a4ef4e806d8c{background:var(--tgui--white);border-radius:12px;box-shadow:0 8px 24px #0000001a;color:var(--tgui--black);padding:10px}.tgui-bc60ca772e3ae3c6{background:var(--tooltip_background_dark);box-shadow:none}.tgui-5638a4ef4e806d8c .tgui-e0107e1e5ea5b9f3,.tgui-bc60ca772e3ae3c6{color:var(--tgui--white)}.tgui-bc60ca772e3ae3c6 .tgui-e0107e1e5ea5b9f3{color:var(--tooltip_background_dark)}.tgui-e37c114229ebfe85 .tgui-bc60ca772e3ae3c6{backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}.tgui-6a12827a138e8827{--tgui--font-family:system-ui,-apple-system,BlinkMacSystemFont,"Roboto","Apple Color Emoji","Helvetica Neue",sans-serif;--tgui--font_weight--accent1:700;--tgui--font_weight--accent2:600;--tgui--font_weight--accent3:400;--tgui--large_title--font_size:34px;--tgui--large_title--line_height:42px;--tgui--title1--font_size:28px;--tgui--title1--line_height:36px;--tgui--title2--font_size:24px;--tgui--title2--line_height:32px;--tgui--title3--font_size:20px;--tgui--title3--line_height:24px;--tgui--headline--font_size:19px;--tgui--headline--line_height:28px;--tgui--text--font_size:17px;--tgui--text--line_height:26px;--tgui--subheadline1--font_size:16px;--tgui--subheadline1--line_height:24px;--tgui--subheadline2--font_size:15px;--tgui--subheadline2--line_height:22px;--tgui--caption1--font_size:13px;--tgui--caption1--line_height:20px;--tgui--caption2--font_size:11px;--tgui--caption2--line_height:16px;--tgui--border--width:1px;--tgui--base--section--box_shadow:0 1px 2px 0 rgba(0,0,0,.1);--tgui--bg_color:var(--tg-theme-bg-color,#fff);--tgui--text_color:var(--tg-theme-text-color,#000);--tgui--hint_color:var(--tg-theme-hint-color,#707579);--tgui--link_color:var(--tg-theme-link-color,#007aff);--tgui--button_color:var(--tg-theme-button-color,#007aff);--tgui--button_text_color:var(--tg-theme-button-text-color,#fff);--tgui--secondary_bg_color:var(--tg-theme-secondary-bg-color,#efeff4);--tgui--header_bg_color:var(--tg-theme-header-bg-color,#fff);--tgui--accent_text_color:var(--tg-theme-accent-text-color,#007aff);--tgui--section_bg_color:var(--tg-theme-section-bg-color,#fff);--tgui--section_header_text_color:var(--tg-theme-section-header-text-color,#707579);--tgui--subtitle_text_color:var(--tg-theme-subtitle-text-color,#707579);--tgui--destructive_text_color:var(--tg-theme-destructive-text-color,#e53935);--tgui--skeleton:hsla(0,0%,100%,.03);--tgui--divider:rgba(0,0,0,.15);--tgui--outline:rgba(0,0,0,.05);--tgui--surface_primary:hsla(0,0%,100%,.95);--tgui--tertiary_bg_color:#f4f4f7;--tgui--quartenary_bg_color:#f6f6fa;--tgui--segmented_control_active_bg:#fff;--tgui--card_bg_color:#fff;--tgui--secondary_hint_color:#a2acb0;--tgui--secondary_fill:rgba(67,120,255,.1);--tgui--green:#31d158;--tgui--destructive_background:#e53935;--tgui--primary_code_highlight:#4378ff;--tgui--secondary_code_highlight:#b00fb4;--tgui--tertiary_code_highlight:#3a9f20;--tgui--plain_background:rgba(0,0,0,.04);--tgui--plain_foreground:rgba(0,0,0,.8);--tgui--toast_accent_color:#55a6ff;--tgui--surface_dark:rgba(56,56,56,.85);--tooltip_background_dark:rgba(0,0,0,.85);--tgui--white:#fff;--tgui--black:#000;--tgui--z-index--simple:1;--tgui--z-index--skeleton:2;--tgui--z-index--overlay:3;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;color:var(--tgui--text_color)}.tgui-56dbb42c1dbd5e2b{--tgui--large_title--line_height:41px;--tgui--title1--line_height:34px;--tgui--title2--line_height:28px;--tgui--title3--line_height:25px;--tgui--headline--line_height:24px;--tgui--text--line_height:22px;--tgui--subheadline1--line_height:21px;--tgui--subheadline2--line_height:20px;--tgui--caption1--line_height:16px;--tgui--caption2--line_height:13px}.tgui-865b921add8ee075{--tgui--bg_color:var(--tg-theme-bg-color,#212121);--tgui--text_color:var(--tg-theme-text-color,#fff);--tgui--hint_color:var(--tg-theme-hint-color,#aaa);--tgui--link_color:var(--tg-theme-link-color,#2990ff);--tgui--button_color:var(--tg-theme-button-color,#2990ff);--tgui--button_text_color:var(--tg-theme-button-text-color,#fff);--tgui--secondary_bg_color:var(--tg-theme-secondary-bg-color,#0f0f0f);--tgui--header_bg_color:var(--tg-theme-header-bg-color,#212121);--tgui--accent_text_color:var(--tg-theme-accent-text-color,#007aff);--tgui--section_bg_color:var(--tg-theme-section-bg-color,#212121);--tgui--section_header_text_color:var(--tg-theme-section-header-text-color,#aaa);--tgui--subtitle_text_color:var(--tg-theme-subtitle-text-color,#aaa);--tgui--destructive_text_color:var(--tg-theme-destructive-text-color,#e53935);--tgui--skeleton:hsla(0,0%,100%,.03);--tgui--divider:hsla(0,0%,100%,.05);--tgui--outline:hsla(0,0%,100%,.1);--tgui--surface_primary:hsla(0,0%,9%,.95);--tgui--tertiary_bg_color:#2a2a2a;--tgui--quartenary_bg_color:#2f2f2f;--tgui--segmented_control_active_bg:#2f2f2f;--tgui--card_bg_color:#242424;--tgui--secondary_hint_color:#78797e;--tgui--secondary_fill:rgba(41,144,255,.15);--tgui--green:#32e55e;--tgui--destructive_background:rgba(255,35,35,.02);--tgui--primary_code_highlight:#2990ff;--tgui--secondary_code_highlight:#e937ed;--tgui--tertiary_code_highlight:#5ae536;--tgui--plain_background:hsla(0,0%,100%,.08);--tgui--plain_foreground:hsla(0,0%,100%,.95)}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.tgui-6a12827a138e8827{--tgui--border--width:.5px}}@supports (padding-top:constant(safe-area-inset-bottom)){.tgui-6a12827a138e8827{--tgui--safe_area_inset_bottom:constant(safe-area-inset-bottom)}}@supports (padding-top:env(safe-area-inset-bottom)){.tgui-6a12827a138e8827{--tgui--safe_area_inset_bottom:env(safe-area-inset-bottom)}}@supports (color:color-mix(in srgb,var(--tgui--accent_text_color ) 10%,transparent)){.tgui-6a12827a138e8827{--tgui--secondary_fill:color-mix(in srgb,var(--tgui--accent_text_color) 10%,transparent)}.tgui-865b921add8ee075{--tgui--secondary_fill:color-mix(in srgb,var(--tgui--accent_text_color) 15%,transparent)}}body{background:var(--tg-theme-secondary-bg-color, white);padding:0;margin:0;height:100%;overflow:hidden;font-family:GulfsDisplay;color:var(--text-white);font-size:16px;font-weight:400;line-height:24px;text-shadow:0px .7px 1px rgba(0,0,0,.8),0px .5px 0px #000;text-overflow:ellipsis;-webkit-text-stroke:.5px var(--border-black);white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root{--text-white: #fff9f0;--border-black: #09090d;--primary-dark: #032014;--yellow-300: #fee20e;--yellow-400: #f6ba06;--yellow-600: #ffa402;--grey-200: #e0e0e0;--grey-300: #d3d3d3;--grey-400: #bebebe;--grey-500: #a9a9a9;--grey-600: #5a5a5a;--red-400: #ff3434;--red-500: #bc0909;--red-600: #830101;--green-300: #a9ff34;--green-400: #81d80b;--green-500: #67bc09;--green-600: #378301;--blue-100: #26b3f7;--blue-200: #23aaf8;--blue-300: #1c95f9;--blue-400: #1983fa;--blue-500: #1057da;--blue-600: #2d3142;--yellow-gradient: linear-gradient( 180deg, #fee20e 26.5%, #fcd113 36%, #fcd113 64%, #f6ba06 97% );--blue-gradient: linear-gradient( 180deg, #26b3f7 26.5%, #23aaf8 36%, #1c95f9 64%, #1983fa 97% );--grey-gradient: linear-gradient( 180deg, #e0e0e0 26.5%, #d3d3d3 36%, #bebebe 64%, #a9a9a9 97% );--green-gradient: linear-gradient(0deg, #81d80b 0%, #67bc09 100%);--purple-gradient: linear-gradient( 180deg, #b426f7 26.5%, #c123f8 39.5%, #c01cf9 64%, #bf19fa 97% );--red-gradient: linear-gradient(0deg, #d80b0b 0%, #bc0909 100%);--brown-gradient: linear-gradient(270deg, #782b00 0%, #c95b0c 100%);--orange-gradient: linear-gradient( 90deg, #a63a00 0%, #e8810c 19.76%, #e8810c 55.35%, #e9840c 67.21%, #ec8c0c 74.52%, #f19b0c 80.6%, #f7af0d 85.98%, #ffc60d 90.38%, #d47100 97.3% );--logo-gradient: linear-gradient( 180deg, #fff -91.11%, #ffb920 19.46%, #c95e40 144.16% )}@font-face{font-family:GulfsDisplay;src:url(/assets/fonts/GulfsDisplay-Normal.ttf)}@font-face{font-family:GoldmanSans;src:url(/assets/fonts/GoldmanSans_Rg.ttf)}.bg-pets{height:100vh;width:100%;background-color:#522913}.bg-laurier{height:100vh;width:100%;background-image:url(/assets/visuals/laurier.webp);background-position:center;background-repeat:repeat}@keyframes shine{0%,10%{background-position:-1000px}to{background-position:1000px}}@-webkit-keyframes shine{0%,10%{background-position:-1000px}to{background-position:1000px}}.bounce{transition:transform .2s}.bounce:active{animation:bounce .6s ease}@keyframes bounce{0%,to{transform:scale(1)}30%{transform:scale(1.15)}60%{transform:scale(1.1)}}.relative{position:relative}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cursor-pointer{cursor:pointer}
