/* Travis Pass system rebuild */
body[data-page="travis-pass"] {
    background:
        linear-gradient(180deg, #F9E0C0 0%, #E88000 55%, #3B1C04 100%);
    background-attachment: fixed;
}

body[data-page="travis-pass"].tg-layout.tg-has-header {
    padding-top: 0;
}

body[data-page="travis-pass"].tg-layout.tg-has-header::before {
    display: none;
}

body[data-page="travis-pass"] .header {
    top: 0;
    padding-top: calc(10px + var(--tg-header-offset-top, 0px));
}

body[data-page="travis-pass"] .header__ {
    gap: 0;
}

body[data-page="travis-pass"] .header__top:empty {
    display: none;
}

body[data-page="travis-pass"] .travisPassBrand {
    padding-bottom: 0;
}

.travisPassBrand .friends__left-content .grd__shadow-text {
    --data__text: "TRAVIS PASS";
    --text__align: center;
}

body.travisPassPage .brand__wallet-shop.destructive__btn .icon {
    filter: brightness(0) invert(1);
}

body[data-page="travis-pass"] .travisPassBrand,
body[data-page="travis-pass"] .travisPass {
    position: relative;
    z-index: 1;
}

body[data-page="travis-pass"] .travisPassPageBg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    isolation: isolate;
    contain: layout paint style;
    transform: translateZ(0);
}

body[data-page="travis-pass"] .travisPassPageBg__glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 44%, rgba(255, 240, 180, .35) 0%, rgba(255, 240, 180, 0) 65%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

body[data-page="travis-pass"] .travisPassPageBg__rays {
    position: absolute;
    inset: -100%;
    background:
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg,
            rgba(255, 235, 160, .15) 12deg,
            transparent 24deg
    );
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, .62) 36%, transparent 50%);
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, .62) 36%, transparent 50%);
    transform-origin: center center;
    opacity: .72;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassPageBg__rays {
    animation: travisPassPageRaysSpin 50s linear infinite, travisPassPageRaysPulse 8s ease-in-out infinite;
    will-change: transform, opacity;
}

body[data-page="travis-pass"] .travisPassPageBg__coin {
    position: absolute;
    width: 86px;
    height: 86px;
    object-fit: contain;
    opacity: .26;
    filter: blur(2px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassPageBg__coin {
    animation: missionsWheelPassFloat 7s ease-in-out infinite;
    will-change: transform;
}

body[data-page="travis-pass"] .travisPassPageBg__coin--1 {
    top: 12%;
    left: -26px;
    opacity: .5;
    filter: blur(3.5px);
    transform: scale(.55) rotate(-4deg);
    animation-duration: 14s;
}

body[data-page="travis-pass"] .travisPassPageBg__coin--2 {
    top: 8%;
    right: 4%;
    opacity: .48;
    filter: blur(1px);
    transform: scale(1.15) rotate(8deg);
    animation-duration: 9s;
    animation-delay: -2s;
}

body[data-page="travis-pass"] .travisPassPageBg__coin--3 {
    top: 38%;
    left: 6%;
    opacity: .42;
    filter: blur(1.5px);
    transform: scale(.85);
    animation-duration: 11s;
    animation-delay: -4s;
}

body[data-page="travis-pass"] .travisPassPageBg__coin--4 {
    top: 48%;
    right: -24px;
    opacity: .32;
    filter: blur(4.5px);
    transform: scale(.45) rotate(-8deg);
    animation-duration: 16s;
    animation-delay: -1s;
}

body[data-page="travis-pass"] .travisPassPageBg__coin--5 {
    bottom: 15%;
    left: 10%;
    opacity: .46;
    filter: blur(.5px);
    transform: scale(1.25);
    animation-duration: 8s;
    animation-delay: -3s;
}

body[data-page="travis-pass"] .travisPassPageBg__coin--6 {
    right: 5%;
    bottom: 22%;
    opacity: .38;
    filter: blur(2px);
    transform: scale(.75) rotate(12deg);
    animation-duration: 13s;
    animation-delay: -5s;
}

body[data-page="travis-pass"] .travisPassPageBg__vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(59, 28, 4, 0) 0 58%, rgba(59, 28, 4, .28) 100%),
        radial-gradient(circle at 50% 45%, transparent 0 45%, rgba(59, 28, 4, .16) 100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@keyframes travisPassPageRaysSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes travisPassPageRaysPulse {
    0%,
    100% {
        opacity: .6;
    }

    50% {
        opacity: 1;
    }
}

body[data-page="travis-pass"] .travisPass {
    margin-top: 16px;
    padding-inline: 20px;
    padding-bottom: 128px;
}

body[data-page="travis-pass"] .travisPass[data-pass-active="true"] {
    padding-bottom: 20px;
}

body[data-page="travis-pass"] .travisPass::after {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    height: 180px;
    content: '';
    background: linear-gradient(180deg, rgba(49, 18, 8, 0) 0%, rgba(49, 18, 8, .28) 34%, rgba(49, 18, 8, .72) 100%);
    pointer-events: none;
}

body[data-page="travis-pass"] .travisPass[data-pass-active="true"]::after {
    display: none;
}

body[data-page="travis-pass"].tg-has-bottom-nav {
    --page-bottom-base: 0px;
    --page-bottom-extra: 0px;
}

body[data-page="travis-pass"] .bottom__nav-section,
body[data-page="travis-pass"] .bottom__nav__shadow {
    display: none !important;
}

body[data-page="travis-pass"]::after {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 230px;
    content: '';
    background: linear-gradient(180deg, rgba(49, 18, 8, 0) 0%, rgba(49, 18, 8, .16) 30%, rgba(49, 18, 8, .48) 68%, rgba(49, 18, 8, .76) 100%);
    pointer-events: none;
}

body[data-page="travis-pass"] .travisPass .container {
    width: 100%;
    max-width: min(430px, 100vw);
    padding-inline: 0;
    overflow: hidden;
}

.travisPass__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}

.travisPass__content > * {
    width: 100%;
    max-width: 100%;
}

.travisPassCtaFrame.global__card {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 220px;
    min-height: 220px;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 18px 18px;
    gap: 4px;
    overflow: hidden;
    isolation: isolate;
    background-color: #FFB700;
    background-image: url('../images/travis-pass-cta-bg.svg');
    background-position: center 70%;
    background-size: cover;
}

.travisPassCtaFrame.global__card::before {
    content: none;
}

.travisPassCtaFrame.global__card > *:not(.travisPassCtaFrame__scene):not(.travisPassPill--state) {
    position: relative;
    z-index: 3;
}

.travisPassCtaFrame.global__card > .travisPassCtaFrame__scene {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
    contain: layout paint style;
}

.travisPassCtaFrame__element {
    position: absolute;
    z-index: 2;
    width: var(--pass-element-size, 40px);
    height: auto;
    object-fit: contain;
    opacity: var(--pass-element-opacity, .86);
    filter: drop-shadow(0 4px 0 rgba(49, 18, 8, .14));
    transform: translate3d(0, 0, 0) rotate(var(--pass-element-rotate, 0deg));
}

.travisPassCtaFrame__element--blue {
    --pass-element-size: 39px;
    --pass-element-rotate: -15deg;
    --pass-element-float-x: 6px;
    --pass-element-float-y: -9px;
    --pass-element-float-rotate: 10deg;
    --pass-element-duration: 5.6s;
    left: 13px;
    top: 78px;
}

.travisPassCtaFrame__element--blueTop {
    --pass-element-size: 50px;
    --pass-element-rotate: 21deg;
    --pass-element-float-x: -7px;
    --pass-element-float-y: 8px;
    --pass-element-float-rotate: -10deg;
    --pass-element-duration: 6.1s;
    --pass-element-delay: -1.7s;
    right: -14px;
    top: -10px;
}

.travisPassCtaFrame__element--lime {
    --pass-element-size: 45px;
    --pass-element-rotate: 12deg;
    --pass-element-float-x: -8px;
    --pass-element-float-y: -10px;
    --pass-element-float-rotate: -8deg;
    --pass-element-duration: 6.2s;
    --pass-element-delay: -.8s;
    right: 11px;
    top: 66px;
}

.travisPassCtaFrame__element--crystal {
    --pass-element-size: 36px;
    --pass-element-rotate: -22deg;
    --pass-element-float-x: 7px;
    --pass-element-float-y: 8px;
    --pass-element-float-rotate: 12deg;
    --pass-element-duration: 6.8s;
    --pass-element-delay: -1.4s;
    left: 42px;
    bottom: 57px;
}

.travisPassCtaFrame__element--coinSmall {
    --pass-element-size: 31px;
    --pass-element-rotate: 9deg;
    --pass-element-float-x: 5px;
    --pass-element-float-y: -8px;
    --pass-element-float-rotate: -12deg;
    --pass-element-duration: 5.3s;
    --pass-element-delay: -2s;
    left: 18px;
    top: 24px;
}

.travisPassCtaFrame__element--coinLarge {
    --pass-element-size: 45px;
    --pass-element-rotate: -8deg;
    --pass-element-float-x: -7px;
    --pass-element-float-y: 7px;
    --pass-element-float-rotate: 9deg;
    --pass-element-duration: 6.5s;
    --pass-element-delay: -1s;
    right: 42px;
    bottom: 54px;
}

body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassCtaFrame__element {
    animation: travisPassElementFloat var(--pass-element-duration, 5.8s) ease-in-out infinite;
    animation-delay: var(--pass-element-delay, 0s);
    will-change: transform;
}

.travisPassCtaFrame__wheel {
    --travis-pass-cta-wheel-size: 184px;
    position: absolute;
    left: 50%;
    bottom: calc(var(--travis-pass-cta-wheel-size) * -.7);
    z-index: 1;
    width: var(--travis-pass-cta-wheel-size);
    height: var(--travis-pass-cta-wheel-size);
    transform: translateX(-50%);
    opacity: .9;
}

.travisPassCtaFrame__wheelGame.wheel__game {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    transform-origin: center center;
    transition: none;
    background-repeat: no-repeat;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassCtaFrame__wheelGame.wheel__game {
    animation: travisPassCtaWheelSpin 8s linear infinite;
}

@keyframes travisPassElementFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(var(--pass-element-rotate, 0deg));
    }

    50% {
        transform:
            translate3d(var(--pass-element-float-x, 6px), var(--pass-element-float-y, -8px), 0)
            rotate(calc(var(--pass-element-rotate, 0deg) + var(--pass-element-float-rotate, 10deg)));
    }
}

@keyframes travisPassCtaWheelSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.travisPassPlans__summary,
.travisPassBenefit__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.travisPassPill,
.travisPassBenefit__line span,
.travisPassBenefit__link {
    width: fit-content;
    max-width: 100%;
    padding: 4px 8px;
    border: 1px solid var(--text-primary);
    border-radius: 999px;
    background: var(--island-light-yellow);
    box-shadow: 1px 1px 0px 0px var(--text-primary), 2px 2px 0px 0px #FFFFFF66 inset;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 9px;
    line-height: 1;
    color: var(--text-primary);
}

.travisPassPill--state {
    background: #FFFFFF;
}

.travisPassCtaFrame.global__card > .travisPassPill--state {
    position: absolute;
    right: auto;
    bottom: 12px;
    left: 50%;
    z-index: 8;
    display: none;
    transform: translateX(-50%);
}

.travisPassCtaFrame.global__card[data-state="active"] > .travisPassPill--state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #489729;
    color: var(--white-primary);
}

.travisPassCtaFrame__titlePlate {
    position: relative;
    width: min(48vw, 150px);
    height: 50px;
    flex: 0 0 50px;
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.travisPassCtaFrame__titleArt {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.travisPassCtaFrame__titleLayer {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.travisPassCtaFrame__title {
    --data__text: "TRAVIS PASS";
    --text__align: center;
    margin: 0;
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1;
    white-space: nowrap;
    -webkit-text-stroke-color: #000000;
}

.travisPassCtaFrame__copy {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 0;
}

.travisPassCtaFrame__headline {
    --data__text: "ЕЩЕ БОЛЬШЕ ВЫГОДЫ";
    --text__align: center;
    width: 100%;
    margin: 0;
    background: var(--white-primary);
    font-size: clamp(24px, 7vw, 30px);
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
}

.travisPassCtaFrame__text {
    --travis-pass-cta-text-backdrop-blur: 8px;
    width: 100%;
    max-width: 320px;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 10px;
    background: rgba(255, 207, 112, .5);
    -webkit-backdrop-filter: blur(var(--travis-pass-cta-text-backdrop-blur));
    backdrop-filter: blur(var(--travis-pass-cta-text-backdrop-blur));
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    overflow-wrap: anywhere;
    color: var(--text-primary);
}

.travisPassPlans,
.travisPassBenefits {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.travisPassPlans {
    position: relative;
    padding: 12px;
    overflow: hidden;
    border: 2px solid var(--text-primary);
    border-radius: 16px;
    background: linear-gradient(180deg, #FFD76E 0%, #FFB900 100%);
    box-shadow: 6px 6px 0px 0px #FFFFFF66 inset;
    isolation: isolate;
}

.travisPassPlans::before {
    content: none;
}

.travisPassPlans::after {
    content: none;
}

.travisPassPlans__cloud {
    position: absolute;
    top: -18px;
    right: -34px;
    left: -34px;
    width: calc(100% + 68px);
    height: calc(100% + 36px);
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
}

.travisPassPlans[data-state="active"] .travisPassPlans__cloud {
    display: none;
}

.travisPassPlans > *:not(.travisPassPlans__cloud) {
    position: relative;
    z-index: 1;
}

.travisPassPlans__summary {
    align-items: stretch;
    margin-bottom: 8px;
}

.travisPassPlans__summaryItem {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--text-primary);
    border-radius: 8px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 2px 2px 0px 0px #FFFFFF66 inset;
}

.travisPassPlans__summaryItem span,
.travisPassPlans__summaryItem small,
.travisPassSectionHead > span:not(.travisPassPill),
.travisPassPlans__hint,
.travisPassPlan__desc,
.travisPassBenefit p,
.travisPassBoostCard__meta,
.travisPassBoostCard p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
    color: var(--text-tertiary);
}

.travisPassPlans__summaryItem strong {
    display: block;
    margin-top: 2px;
    font-family: 'Burbank Big Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--text-primary);
}

.travisPassSectionHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.travisPassSectionHead h2 {
    margin: 0;
    font-family: 'Burbank Big Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--text-primary);
}

.travisPassSectionHead > span:not(.travisPassPill) {
    max-width: 150px;
    text-align: right;
}

.travisPassSectionHead .travisPassPill {
    flex: 0 0 auto;
}

.travisPassPlans .travisPassSectionHead {
    justify-content: flex-end;
}

.travisPassPlans__hint {
    margin: 0 0 10px;
    text-align: center;
    color: rgba(49, 12, 12, .74);
}

.travisPassPlans__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.travisPassPlan.profile__settings-item {
    min-width: 0;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(49, 12, 12, .28);
    border-radius: 12px;
    background: rgba(255, 249, 233, .46);
    box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, .35) inset;
    text-align: left;
    color: var(--text-primary);
}

.travisPassPlan.profile__settings-item:not(.is-active) {
    background: rgba(255, 249, 233, .42);
    border-color: rgba(49, 12, 12, .24);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    backdrop-filter: blur(8px) saturate(120%);
    box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, .35) inset;
}

.travisPassPlan.profile__settings-item.is-active {
    border-color: #310C0C;
    background: rgba(255, 255, 255, .64);
    box-shadow: 1px 1px 0px 0px #310C0C, 3px 3px 0px 0px #FFFFFF66 inset;
}

.travisPassPlan__main,
.travisPassPlan__side,
.travisPassPlan__texts {
    min-width: 0;
}

.travisPassPlan__main {
    flex: 1 1 auto;
    gap: 12px;
}

.travisPassPlan__texts {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.travisPassPlan__nameRow {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.travisPassPlan__discount.gem-history__id {
    flex: 0 0 auto;
    padding: 3px 7px;
    font-size: 10px;
    line-height: 120%;
    color: var(--text-primary);
}

.travisPassPlan__side {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.travisPassPlan__name,
.travisPassPlan__price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-primary);
}

.travisPassPlan__name {
    font-weight: 600;
    line-height: 110%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.travisPassPlan__price {
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
    color: rgba(49, 12, 12, .74);
}

.travisPassPlan__desc {
    width: auto;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 110%;
    color: rgba(49, 12, 12, .72);
}

.travisPassPlan .p__lang__check {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    border: 2px solid rgba(49, 12, 12, .72);
    border-radius: 50%;
    background: rgba(255, 255, 255, .42);
    filter: none;
}

.travisPassPlan:not(.is-active) .p__lang__check {
    opacity: .82;
    filter: none;
}

.travisPassPlan.is-active .p__lang__check {
    opacity: 1;
    visibility: visible;
    border-color: var(--text-primary);
    background: linear-gradient(180deg, #FFD76E 0%, #FFB900 100%);
}

.travisPassPlan.is-active .p__lang__check::before {
    width: 8px;
    height: 5px;
    content: '';
    border-left: 2px solid var(--text-primary);
    border-bottom: 2px solid var(--text-primary);
    transform: translateY(-1px) rotate(-45deg);
}

.travisPassPlanState {
    grid-column: 1 / -1;
    border-color: rgba(49, 18, 8, .28);
    background: rgba(255, 255, 255, .55);
    color: var(--text-primary);
}

.travisPassPlanActive.global__card {
    grid-column: 1 / -1;
    height: 60px;
    min-height: 60px;
    padding: 8px 10px 8px 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-width: 2px;
    border-radius: 18px;
    background: linear-gradient(180deg, #FFD766 0%, #FFB900 100%);
    box-shadow: 1px 1px 0px 0px var(--text-primary), 4px 4px 0px 0px #FFFFFF66 inset;
}

.travisPassPlanActive__copy {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.travisPassPlanActive__copy strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    overflow-wrap: anywhere;
    color: var(--text-primary);
}

.travisPassPlanActive__settings {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-primary);
    border-radius: 8px;
    background: #ED4E08;
    box-shadow: 1px 1px 0px 0px var(--text-primary), 3px 3px 0px 0px #FFFFFF66 inset;
    text-decoration: none;
}

.travisPassPlanActive__settings img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.travisPassCta.dest__btn,
.travisPassSecondary.content__orange-btn {
    width: 100%;
    min-height: 50px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.travisPassCta.dest__btn {
    position: fixed;
    left: 50%;
    bottom: calc(16px + var(--tg-safe-bottom, 0px));
    z-index: 60;
    width: min(430px, calc(100vw - 40px));
    height: 50px;
    min-height: 50px;
    margin: 0;
    overflow: hidden;
    gap: 8px;
    border: 1px solid var(--text-primary);
    border-radius: 9em;
    background: linear-gradient(180deg, #FF7538 0%, #ED4E08 100%);
    box-shadow: 1px 1px 0px 0px var(--text-primary), 3px 3px 0px 0px #FFFFFF66 inset;
    font-size: 20px;
    line-height: 18px;
    color: var(--white-primary);
    transform: translateX(-50%);
    -webkit-text-stroke: 0;
    text-shadow: none;
}

body[data-page="travis-pass"] .travisPassCta.dest__btn {
    width: min(430px, calc(100vw - 40px));
    height: 50px;
    min-height: 50px;
    margin: 0;
    border-width: 1px;
    box-shadow: 1px 1px 0px 0px var(--text-primary), 3px 3px 0px 0px #FFFFFF66 inset;
    font-size: 20px;
    line-height: 18px;
    z-index: 180;
}

body[data-page="travis-pass"] .travisPassCta.dest__btn .text {
    font-size: 20px;
    line-height: 18px;
}

.travisPassCta.dest__btn::before {
    position: absolute;
    inset: -2px auto -2px -46%;
    width: 42%;
    content: '';
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .42) 48%, transparent 100%);
    transform: skewX(-18deg);
    pointer-events: none;
}

body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassCta.dest__btn::before {
    animation: travisPassCtaShimmer 2.6s ease-in-out infinite;
}

.travisPassCta.dest__btn .text {
    position: relative;
    z-index: 1;
}

.travisPassCta.dest__btn[data-state="active"] {
    background: #489729;
    color: var(--white-primary);
}

.travisPassCta.dest__btn[data-state="unavailable"],
.travisPassCta.dest__btn[data-state="loading"] {
    background: #888888;
    color: var(--white-primary);
}

.travisPassCta.dest__btn.disabled::before,
.travisPassCta.dest__btn[data-state="loading"]::before,
.travisPassCta.dest__btn[data-state="unavailable"]::before {
    display: none;
}

@keyframes travisPassCtaShimmer {
    0% {
        left: -46%;
    }

    48%,
    100% {
        left: 112%;
    }
}

.travisPassSecondary.content__orange-btn {
    font-size: 20px;
}

.travisPassNotice {
    margin-top: 0;
    padding: 10px 12px;
    border: 1px solid var(--text-primary);
    border-radius: 8px;
    background: #FFF1EF;
    box-shadow: 1px 1px 0px 0px var(--text-primary), 3px 3px 0px 0px #FFFFFF66 inset;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 130%;
    color: #9F1F12;
}

.travisPassNotice--success {
    background: #E9F8EF;
    color: #116B43;
}

.travisPassBenefits {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 12px;
    content-visibility: auto;
    contain-intrinsic-size: 520px;
}

.travisPassBenefits__title {
    --data__text: "ЧТО ВХОДИТ:";
    --text__align: center;
    width: fit-content;
    margin: 0;
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1;
    white-space: nowrap;
}

.travisPass[data-pass-active="true"] .travisPassBenefits__title {
    --data__text: "ДОСТУПНО:";
}

.travisPassBenefits__list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 12px 14px;
    overflow: hidden;
    border: 2px solid var(--text-primary);
    border-radius: 16px;
    background-color: #FFF4D9;
    box-shadow: 6px 6px 0px 0px #FFFFFF66 inset;
    z-index: 0;
}

.travisPassBenefits__list::before,
.travisPassBenefits__list::after {
    position: absolute;
    content: '';
    width: 156px;
    height: 156px;
    background-color: #FFC28B;
    filter: blur(115px);
    z-index: 0;
    pointer-events: none;
}

.travisPassBenefits__list::before {
    top: 0;
    left: 20px;
}

.travisPassBenefits__list::after {
    right: 20px;
    bottom: 0;
}

.travisPassBenefit {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.travisPassBenefit + .travisPassBenefit {
    border-top: 0 !important;
    box-shadow: none;
}

.travisPassBenefit + .travisPassBenefit::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    background: rgba(93, 15, 0, .8);
    pointer-events: none;
}

.travisPassBenefit__icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    border: 1px solid #5D0F00CC;
    box-shadow: 3px 3px 0px 0px #FFFFFF66 inset;
    background-color: #FFAD01;
    border-radius: 8px;
}

.travisPassBenefit__icon img {
    width: 20px;
    height: 20px;
    margin: auto;
    object-fit: contain;
}

.travisPassBenefit__body {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 104px;
}

.travisPass:not([data-pass-active="true"]) .travisPassBenefit__body {
    padding-right: 0;
}

.travisPassBenefit__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.travisPassBenefit strong {
    flex: 1 1 auto;
    min-width: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: var(--text-primary);
}

.travisPassBenefit p {
    margin: 4px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    color: var(--text-primary);
    opacity: .72;
}

.travisPassBenefit__line span,
.travisPassBenefit__link {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    flex: 0 0 auto;
    max-width: 96px;
    padding: 4px 7px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--text-primary);
    border-radius: 9em;
    background: var(--white-primary);
    box-shadow: 1px 1px 0px 0px var(--text-primary), 2px 2px 0px 0px #FFFFFF66 inset;
    font-family: 'Burbank Big Condensed', sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--text-primary);
}

.travisPassBenefit__link {
    background: linear-gradient(180deg, #FF7538 0%, #ED4E08 100%);
    color: var(--white-primary);
    text-decoration: none;
}

.travisPassBenefit__badge {
    background: #489729;
    color: var(--white-primary);
}

.travisPassBenefit .travisPassBoostGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
}

.travisPassBenefit .travisPassBoostGrid:empty {
    display: none;
}

.travisPassBoostCard {
    min-height: 54px;
    padding: 7px;
    gap: 2px;
    border-width: 1px;
}

.travisPassBoostEmpty,
.travisPassBoostGrid .travisPassSkeleton {
    grid-column: 1 / -1;
}

.travisPassBoostGrid .travisPassSkeleton,
.travisPassBoostEmpty {
    min-height: 40px;
    padding: 9px;
    border: 1px dashed rgba(49, 18, 8, .34);
    background: rgba(255, 255, 255, .44);
    color: var(--text-primary);
}

.travisPassDailyBoosts__meta {
    margin-top: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    line-height: 120%;
    color: rgba(49, 18, 8, .72);
}

.travisPassDropSummary {
    grid-column: 1 / -1;
    display: grid;
    gap: 3px;
    padding: 8px;
    border: 1px solid rgba(49, 18, 8, .32);
    border-radius: 8px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 1px 1px 0 rgba(49, 18, 8, .16);
}

.travisPassDropSummary__title,
.travisPassDropSummary__value {
    font-family: 'Burbank Big Condensed', sans-serif;
    font-weight: 900;
    line-height: 100%;
    color: var(--text-primary);
}

.travisPassDropSummary__title {
    font-size: 13px;
    text-transform: uppercase;
}

.travisPassDropSummary__value {
    font-size: 20px;
}

.travisPassDropSummary__note {
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: rgba(49, 18, 8, .72);
}

.travisPassDropCategory {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 6px 7px;
    border: 1px solid rgba(49, 18, 8, .34);
    border-radius: 8px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 1px 1px 0 rgba(49, 18, 8, .18);
    font-family: 'Burbank Big Condensed', sans-serif;
    font-weight: 900;
    font-size: 13px;
    line-height: 100%;
    color: var(--text-primary);
}

.travisPassDropCategory[data-category="mid"],
.travisPassDropCard[data-category="mid"] {
    background: linear-gradient(180deg, rgba(255, 220, 98, .84), rgba(255, 255, 255, .62));
}

.travisPassDropCategory[data-category="high"],
.travisPassDropCard[data-category="high"] {
    background: linear-gradient(180deg, rgba(255, 151, 70, .9), rgba(255, 239, 191, .72));
    box-shadow: 1px 1px 0 rgba(49, 18, 8, .28), 0 0 0 2px rgba(255, 210, 77, .22);
}

.travisPassDropCard p {
    font-size: 10px;
}

.travisPassModal[hidden] {
    display: none !important;
}

.travisPassModal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 16px;
}

.travisPassModal__shade {
    position: absolute;
    inset: 0;
    background: var(--overlay);
}

.travisPassModal__panel.global__card {
    position: relative;
    width: min(100%, 390px);
    padding: 18px;
    gap: 12px;
    background: var(--island-light-yellow);
}

.travisPassModal__panel h2 {
    margin: 0;
    font-family: 'Burbank Big Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: var(--text-primary);
}

.travisPassModal__panel p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    color: var(--text-primary);
}

.travisPassModal__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.travisPassModal__actions button {
    min-height: 42px;
}

@media (max-width: 380px) {
    .travisPassCtaFrame__title {
        font-size: 28px;
    }

    .travisPassCtaFrame__headline {
        font-size: 22px;
    }

    .travisPassCtaFrame__text {
        max-width: 292px;
        font-size: 11px;
    }

    .travisPassPlan__name,
    .travisPassPlan__price {
        font-size: 17px;
    }

    .travisPassBenefit strong {
        font-size: 12px;
    }
}

body[data-page="travis-pass"] .travisPassNotice[hidden],
body[data-page="travis-pass"] .travisPassCta[hidden],
body[data-page="travis-pass"] .travisPassSecondary[hidden] {
    display: none !important;
}

body[data-page="travis-pass"] .travisPassNotice.shopToast {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 88px);
    left: 50%;
    width: min(calc(100% - 24px), 356px);
    min-height: 80px;
    margin: 0;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 2px solid #310C0C;
    border-radius: 16px;
    background: linear-gradient(180deg, #ED9108 24.04%, #ED4E08 100%);
    box-shadow: 1px 1px 0px 0px #310C0C, inset 6px 6px 0px 0px rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -24px);
    opacity: 0;
    pointer-events: none;
    isolation: isolate;
    overflow: hidden;
    z-index: 140;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

body[data-page="travis-pass"] .travisPassNotice.shopToast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

body[data-page="travis-pass"] .travisPassNotice.shopToast.is-hiding {
    opacity: 0;
    transform: translate(-50%, -24px);
}

body[data-page="travis-pass"] .travisPassNotice.shopToast.shopToast--error {
    background: linear-gradient(180deg, #FFB18D 0%, #F96D37 100%);
}

body[data-page="travis-pass"] .travisPassNotice.shopToast .shopToast__title {
    font-family: 'FORTNITE BATTLEFEST', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: var(--white-primary);
}

body[data-page="travis-pass"] .travisPassNotice.shopToast .shopToast__message {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: normal;
    color: #311208;
}

body[data-page="travis-pass"] .travisPassModal.shop-modal[hidden] {
    display: none !important;
}

body[data-page="travis-pass"] .travisPassModal.shop-modal {
    position: fixed;
    top: var(--tg-safe-top, 0px);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--tg-safe-top, 0px) - var(--tg-safe-bottom, 0px));
    z-index: 120;
    display: flex;
    flex-direction: column;
    place-items: initial;
    padding-block: 24px;
    padding-inline: 20px;
    padding-top: 50px;
    padding-bottom: calc(50px + var(--tg-safe-bottom, 0px));
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s ease;
}

body[data-page="travis-pass"] .travisPassModal.shop-modal.active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

body[data-page="travis-pass"] .travisPassModal.shop-modal .__modal__body {
    max-width: 393px;
    margin-block: auto;
    transform: translateY(10%);
    opacity: 0;
    transition: 0.3s ease;
}

body[data-page="travis-pass"] .travisPassModal.shop-modal.active .__modal__body {
    transform: translateY(0);
    opacity: 1;
}

body[data-page="travis-pass"] .travisPassModal__panel.shopBoostModal__box.global__card {
    width: min(100%, 353px);
    min-height: 168px;
    margin-inline: auto;
    padding: 8px 20px 7px;
    border: 2px solid var(--text-primary);
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #ED9108 24.04%, #ED4E08 100%);
    box-shadow: 1px 1px 0px 0px var(--text-primary), 3px 3px 0px 0px #FFFFFF66 inset;
}

body[data-page="travis-pass"] .travisPassModal__content.shopBoostModal__content {
    width: min(100%, 305px);
    gap: 6px;
}

body[data-page="travis-pass"] .travisPassModal__title.shopBoostModal__title {
    margin: 0;
    width: 100%;
    font-family: 'FORTNITE BATTLEFEST', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-primary);
    text-shadow: 2px 2px 0px #260D05;
    -webkit-text-stroke: 1px #000000CC;
}

body[data-page="travis-pass"] .travisPassModal__copy.shopBoostModal__description {
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.45;
    color: #311208;
}

body[data-page="travis-pass"] .travisPassModal__message.shopBoostModal__message {
    width: 100%;
    min-height: 32px;
    margin: 0;
    padding: 8px 10px;
    border-radius: 12px;
}

body[data-page="travis-pass"] .travisPassModal__actions {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

body[data-page="travis-pass"] .travisPassModal__actions .shopBoostModal__cancel,
body[data-page="travis-pass"] .travisPassModal__actions .shopBoostModal__submit {
    width: 100%;
    min-height: 40px;
    margin: 0;
    font-family: 'FORTNITE BATTLEFEST', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

body[data-page="travis-pass"] .travisPassModal__actions .shopBoostModal__cancel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--text-primary);
}

body[data-page="travis-pass"] .travisPassModal__actions .shopBoostModal__submit {
    padding: 0 16px 2px;
    border: 1px solid var(--text-primary);
    border-radius: 24px;
    background: linear-gradient(180deg, #FF7538 0%, #ED4E08 100%);
    box-shadow: 1px 1px 0px 0px var(--text-primary), 3px 3px 0px 0px #FFFFFF66 inset;
    color: var(--white-primary);
}

body[data-page="travis-pass"] .travisPassPlans__grid {
    grid-template-columns: 1fr;
    gap: 8px;
}

body[data-page="travis-pass"] .travisPassPlans[data-state="active"] .travisPassPlans__hint {
    display: none;
}

body[data-page="travis-pass"] .travisPassPlans[data-state="active"] {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body[data-page="travis-pass"] .travisPassPlans[data-state="active"] .travisPassPlans__grid {
    grid-template-columns: 1fr;
}

body[data-page="travis-pass"] .travisPassPlan.profile__settings-item {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 9px 14px;
    box-shadow: none;
}

body[data-page="travis-pass"] .travisPassPlan.profile__settings-item:not(.is-active) {
    background: rgba(255, 249, 233, .42);
    border-color: rgba(49, 12, 12, .24);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    backdrop-filter: blur(8px) saturate(120%);
    box-shadow: 2px 2px 0px 0px rgba(255, 255, 255, .35) inset;
}

body[data-page="travis-pass"] .travisPassPlan.profile__settings-item.is-active {
    border-color: #310C0C;
    background: rgba(255, 255, 255, .64);
    box-shadow: 1px 1px 0px 0px #310C0C, 3px 3px 0px 0px #FFFFFF66 inset;
}

body[data-page="travis-pass"] .travisPassPlan__main,
body[data-page="travis-pass"] .travisPassPlan__side {
    width: auto;
}

body[data-page="travis-pass"] .travisPassPlan__side {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

body[data-page="travis-pass"] .travisPassPlan .p__lang__check {
    position: static;
}

body[data-page="travis-pass"] .travisPassPlan__name,
body[data-page="travis-pass"] .travisPassPlan__price {
    overflow-wrap: normal;
    word-break: normal;
}

body[data-page="travis-pass"] .travisPassPlan__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    white-space: normal;
    overflow-wrap: anywhere;
}

body[data-page="travis-pass"] .travisPassPlan__price {
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
}

body[data-page="travis-pass"] .travisPassPlan__desc {
    font-weight: 500;
}

body[data-page="travis-pass"] .travisPassBenefits {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

body[data-page="travis-pass"] .travisPassBenefit {
    flex-direction: row;
    align-items: center;
    min-height: 64px;
    gap: 10px;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body[data-page="travis-pass"] .travisPassBenefit:last-child {
    border-bottom: 0;
    box-shadow: none;
}

body[data-page="travis-pass"] .travisPassBenefit:last-child::after {
    display: none;
    content: none;
}

body[data-page="travis-pass"] .travisPassBenefit__icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

body[data-page="travis-pass"] .travisPassBenefit strong {
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    overflow-wrap: anywhere;
}

body[data-page="travis-pass"] .travisPassBenefit p {
    font-size: 10px;
    line-height: 100%;
    opacity: .72;
}

body[data-page="travis-pass"] .travisPassBenefit__badge {
    background: #489729;
    color: var(--white-primary);
}

body[data-page="travis-pass"] .travisPass__content > * {
    width: 100%;
    max-width: 100%;
}

body[data-page="travis-pass"] .travisPassPlans {
    width: 100%;
    max-width: 100%;
}

body[data-page="travis-pass"] .travisPassBenefits {
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
}

body[data-page="travis-pass"] .travisPassBenefit + .travisPassBenefit::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: '';
    background: rgba(93, 15, 0, .8);
    opacity: 1;
    transform: none;
    z-index: 2;
    pointer-events: none;
}

body[data-page="travis-pass"].travisPassMotionPaused .travisPassPageBg__rays,
body[data-page="travis-pass"].travisPassMotionPaused .travisPassPageBg__coin,
body[data-page="travis-pass"].travisPassMotionPaused .travisPassCtaFrame__element,
body[data-page="travis-pass"].travisPassMotionPaused .travisPassCtaFrame__wheelGame,
body[data-page="travis-pass"].travisPassMotionPaused .travisPassCta.dest__btn::before {
    animation-play-state: paused !important;
}

@media (hover: none), (pointer: coarse), (max-width: 600px) {
    body[data-page="travis-pass"] {
        background-attachment: scroll;
    }

    body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassPageBg__rays,
    body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassPageBg__coin,
    body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassCtaFrame__element,
    body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassCta.dest__btn::before {
        animation: none;
        will-change: auto;
    }

    body[data-page="travis-pass"].travisPassMotionReady:not(.travisPassMotionPaused) .travisPassCtaFrame__wheelGame.wheel__game {
        animation: travisPassCtaWheelSpin 18s linear infinite;
    }

    body[data-page="travis-pass"] .travisPassPageBg__coin {
        filter: none;
    }

    body[data-page="travis-pass"] .travisPassPlan.profile__settings-item:not(.is-active) {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    body[data-page="travis-pass"] .travisPassBenefits__list::before,
    body[data-page="travis-pass"] .travisPassBenefits__list::after {
        filter: blur(48px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-page="travis-pass"] .travisPassPageBg__rays,
    body[data-page="travis-pass"] .travisPassPageBg__coin,
    body[data-page="travis-pass"] .travisPassCtaFrame__element,
    body[data-page="travis-pass"] .travisPassCtaFrame__wheelGame,
    body[data-page="travis-pass"] .travisPassCta.dest__btn::before,
    body[data-page="travis-pass"] .travisPassNotice.shopToast,
    body[data-page="travis-pass"] .travisPassModal.shop-modal,
    body[data-page="travis-pass"] .travisPassModal.shop-modal .__modal__body {
        animation: none !important;
        transition: none !important;
        will-change: auto !important;
    }
}

body[data-page="travis-pass-manage"] {
    background: var(--globe);
}

body[data-page="travis-pass-boost-history"] {
    background: var(--globe);
}

body[data-page="travis-pass-manage"] .travisPassBrand {
    padding-bottom: 0;
}

body[data-page="travis-pass-boost-history"] .travisPassBrand {
    padding-bottom: 0;
}

.travisPassManage {
    margin-top: 16px;
    padding-bottom: 112px;
}

.travisPassManage .container {
    width: 100%;
}

.travisPassManage__content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.travisPassManageCard__settings.profile__settings {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 16px 20px;
    border: 2px solid var(--text-primary);
    border-radius: 16px;
    background-image: url('../images/proffile-setting-bg.jpg');
    background-size: cover;
    gap: 16px;
    box-sizing: border-box;
    box-shadow: 6px 6px 0px 0px #FFFFFF66 inset;
    z-index: 0;
}

.travisPassManageCard__row {
    width: 100%;
}

.travisPassManageCard__label {
    min-width: 0;
    gap: 0;
}

.travisPassManageCard__value {
    min-width: 112px;
    justify-content: flex-end;
    text-align: right;
}

.travisPassManageCard__value .setting__lang-text {
    font-size: 11px;
    line-height: 120%;
    white-space: nowrap;
}

.travisPassManageRenewal.global__card {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 10px 12px 10px 14px;
    border-radius: 18px;
    box-sizing: border-box;
}

.travisPassManageRenewal__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}

.travisPassManageRenewal__copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.travisPassManageRenewal__subtitle {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 500;
    line-height: 130%;
}

.travisPassManageRenewal__switch {
    --travis-pass-renewal-switch-width: 48px;
    --travis-pass-renewal-switch-height: 28px;
    --travis-pass-renewal-switch-knob: 20px;
    --travis-pass-renewal-switch-gap: 3px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 var(--travis-pass-renewal-switch-width);
    width: var(--travis-pass-renewal-switch-width);
    min-width: var(--travis-pass-renewal-switch-width);
    max-width: var(--travis-pass-renewal-switch-width);
    height: var(--travis-pass-renewal-switch-height);
    min-height: var(--travis-pass-renewal-switch-height);
    max-height: var(--travis-pass-renewal-switch-height);
    padding: var(--travis-pass-renewal-switch-gap);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    appearance: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.travisPassManageRenewal__switch[aria-checked="true"] {
    border-color: rgba(255, 255, 255, 0.42);
    background: #FA6C2D;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.16), inset 0 -1px 3px rgba(0, 0, 0, 0.12);
}

.travisPassManageRenewal__switch:disabled {
    cursor: wait;
    opacity: 0.64;
}

.travisPassManageRenewal__knob {
    position: absolute;
    top: 50%;
    left: var(--travis-pass-renewal-switch-gap);
    display: block;
    width: var(--travis-pass-renewal-switch-knob);
    min-width: var(--travis-pass-renewal-switch-knob);
    max-width: var(--travis-pass-renewal-switch-knob);
    height: var(--travis-pass-renewal-switch-knob);
    min-height: var(--travis-pass-renewal-switch-knob);
    max-height: var(--travis-pass-renewal-switch-knob);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
    transform: translateY(-50%);
    transition: left 0.18s ease;
}

.travisPassManageRenewal__switch[aria-checked="true"] .travisPassManageRenewal__knob {
    left: 23px;
}

.travisPassBoostHistory {
    margin-top: 16px;
    width: 100%;
    min-width: 0;
    padding-bottom: 112px;
}

.travisPassBoostHistory .container {
    width: 100%;
    max-width: min(430px, 100vw);
    min-width: 0;
    padding-inline: 0;
}

.travisPassBoostHistory__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.travisPassBoostHistory__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    min-width: 100%;
    inline-size: 100%;
    max-width: none;
    padding-inline: 0;
    box-sizing: border-box;
    align-self: stretch;
}

.travisPassBoostHistory__state {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    inline-size: 100%;
    min-inline-size: 0;
    max-inline-size: none;
    max-width: none;
    min-width: 0;
    align-self: stretch;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 12px;
    border: 1px dashed rgba(49, 18, 8, .34);
    border-radius: 8px;
    background: rgba(255, 255, 255, .54);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 130%;
    color: var(--text-primary);
}

.travisPassBoostHistory__state[hidden] {
    display: none;
}

.travisPassBoostHistory__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

.travisPassBoostHistory__list[data-empty="true"] {
    display: none;
}

.travisPassBoostHistory__day {
    width: 100%;
    min-width: 0;
    align-self: stretch;
}

.travisPassBoostHistory__itemLeft {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.travisPassBoostHistory__boostImage {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    overflow: hidden;
    border: 1px solid #5D0F00CC;
    border-radius: 5px;
    background-color: #FFAD01;
    box-shadow: 3px 3px 0px 0px #FFFFFF66 inset;
}

.travisPassBoostHistory__boostImage img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.travisPassBoostHistory__boostMeta.gem-history__id {
    width: fit-content;
    max-width: 100%;
    padding: 3px 5px 2px;
    font-size: 7px;
    line-height: 110%;
    box-shadow: 1px 1px 0px 0px #FFFFFF66 inset;
}

.travisPassBoostHistory__item .gem-history__amount {
    white-space: nowrap;
}

.travisPassBoostHistory__more {
    width: 100%;
    min-height: 42px;
    margin-top: 12px;
}

.travisPassBoostHistory__more[hidden] {
    display: none !important;
}
