.level-up-adventure-popup__wrapper{position:absolute;top:100%;left:50%;width:334px;transform:translateX(-50%);z-index:1}.level-up-adventure-popup{margin-top:var(--spacing-xs);padding:0 var(--spacing-sm) var(--spacing-sm);border-radius:var(--border-radius-md);background:var(--level-up-bg)}@supports(background:color-mix(in oklab,black,white)){.level-up-adventure-popup{background:linear-gradient(var(--level-up-bg) 40%,color-mix(in oklab,var(--level-up-bg) 85%,black))}}.level-up-adventure-popup__featured{position:relative;margin-bottom:var(--spacing-5xs)}@layer mixins{.level-up-adventure-popup__featured{display:flex;justify-content:center;align-items:center}}.level-up-adventure-popup__featured:before{content:" ";width:15px;height:15px;position:absolute;top:-6px;transform:rotate(45deg)}@layer mixins{.level-up-adventure-popup__featured:before{background:linear-gradient(to bottom right,var(--level-up-bg) 50%,transparent 50%)}}.level-up-adventure-popup-featured__img{max-width:100%;margin:-5% 0}.level-up-adventure-popup__countdown{--gap:var(--spacing-lg);--padding-block:0;--padding-inline:0;--bg-color:transparent;--number-font:var(--title-oneline-md-black);grid-template-columns:repeat(4,max-content);width:-moz-fit-content;width:fit-content;margin-bottom:var(--spacing-sm);margin-inline:auto}.level-up-adventure-popup__list{text-align:left}.level-up-adventure-popup-list__item{display:flex;justify-content:space-between;border-bottom:1px solid var(--v2-transparent-15);padding:var(--spacing-3xs) 0}.level-up-adventure-popup-list__item-info{flex:3 1;font:var(--body-md-regular);color:var(--text-body)}.level-up-adventure-popup-list__item-award{flex:5 1;font:var(--body-md-semibold);color:var(--text-light);text-align:right}.level-up-adventure-popup__btn{margin-top:var(--spacing-sm)}.level-up-adventure-popup__btn .v2-button__label{text-transform:uppercase}.level-up-progress-bar__wrapper{position:relative}.level-up-progress-bar{display:grid;align-items:center;grid-template-columns:36px 1fr;height:36px;border-radius:var(--border-radius-xs);overflow:hidden;background:var(--background-secondary);font:var(--body-md-semibold);-webkit-user-select:none;-moz-user-select:none;user-select:none}.level-up-progress-bar>*{grid-row:1}.level-up-progress-bar.is-clickable{cursor:pointer}.level-up-progress-bar.is-level-up-soon .level-up-progress-bar__progress:after{opacity:1}.level-up-progress-bar.is-small{grid-template-columns:auto auto;width:95%;height:auto;margin:5px auto 0;position:relative;font-size:11px;line-height:1.4;background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.level-up-progress-bar.is-small .level-up-progress-bar__level{grid-column:1;position:relative;padding-left:5px;color:var(--text-light)}.level-up-progress-bar.is-small .level-up-progress-bar__progress{grid-column:1/-1}.level-up-progress-bar.is-small .level-up-progress-bar__text{padding-right:5px}.level-up-progress-bar.is-star-only{--progress:0;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;width:44px;height:44px;overflow:visible;border-radius:50%;background:conic-gradient(#0085ff calc(var(--progress) * 100% / -5),#00f0ff calc(var(--progress) * 100%),#102694 0);transition:all 1.5s ease}.level-up-progress-bar.is-star-only .level-up-progress-bar__star{width:40px;height:40px;background:linear-gradient(to bottom left,#00a3ff 20%,#0a49c5 85%);box-shadow:inset 0 0 7px #3000b8;border-radius:var(--border-radius-round)}.level-up-progress-bar.is-star-only .level-up-progress-bar__star-icon{width:30px;height:28px}.level-up-progress-bar.is-star-only .level-up-progress-bar__star-level{width:19px;padding:2px;position:absolute;bottom:-3px;border-radius:2px;background:var(--blue-400);transition:background .5s;font-size:9px;line-height:1;font-weight:900;color:var(--white)}@layer mixins{.level-up-progress-bar.is-star-only .level-up-progress-bar__star-level{text-shadow:-1px -1px 0 var(--blue-500),0 -1px 0 var(--blue-500),1px -1px 0 var(--blue-500),1px 0 0 var(--blue-500),1px 1px 0 var(--blue-500),0 1px 0 var(--blue-500),-1px 1px 0 var(--blue-500),-1px 0 0 var(--blue-500)}}.level-up-progress-bar.is-star-only.is-level-up-soon{background:conic-gradient(#9f23ff calc(var(--progress) * 100% / -5),#ff018b calc(var(--progress) * 100%),var(--dark-purple-400) 0)}.level-up-progress-bar.is-star-only.is-level-up-soon .level-up-progress-bar__star{background:linear-gradient(to bottom left,#fe018c 20%,#9f23ff 85%)}.level-up-progress-bar.is-star-only.is-level-up-soon .level-up-progress-bar__star .level-up-progress-bar__star-level{background:var(--purple-400)}@layer mixins{.level-up-progress-bar.is-star-only.is-level-up-soon .level-up-progress-bar__star .level-up-progress-bar__star-level{text-shadow:-1px -1px 0 var(--purple-500),0 -1px 0 var(--purple-500),1px -1px 0 var(--purple-500),1px 0 0 var(--purple-500),1px 1px 0 var(--purple-500),0 1px 0 var(--purple-500),-1px 1px 0 var(--purple-500),-1px 0 0 var(--purple-500)}}.level-up-progress-bar__star{position:relative;height:100%;background:var(--v2-blue-400);transition:background-color .4s}@layer mixins{.level-up-progress-bar__star{display:flex;justify-content:center;align-items:center}}.level-up-progress-bar.is-level-up-soon .level-up-progress-bar__star{background-color:#f1069c}.level-up-progress-bar__star-icon{width:30px}.level-up-progress-bar__star-level{position:absolute;margin-top:1px;color:var(--text-dark);font-weight:700}.level-up-progress-bar__progress{--progress:0;position:relative;grid-column:2;width:100%;height:100%;transform:scaleX(var(--progress));transform-origin:left center;transition:transform 1s ease;background:linear-gradient(to bottom right,var(--v2-blue-400),var(--v2-blue-300))}.level-up-progress-bar__progress:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom right,#9e23ff,#ff008a);transition:opacity .4s;opacity:0}.level-up-progress-bar__text{z-index:1;grid-column:2;padding-right:var(--spacing-2xs);text-align:right;color:var(--text-light)}