.root__tui028 {
    width: 100%;
    box-sizing: border-box
}

.adminControls__8yw295 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem
}

.tierIcon__z64fg7 {
    font-size: 1.1rem
}

.buttonText__l6vmpf {
    font-weight: 600
}

.gridWrap__81isji {
    display: grid;
    grid-template-columns: minmax(0, 160px) 1fr;
    grid-gap: 10px;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden
}

.rewardsCard__qrorie {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(31, 38, 48, .95), rgba(17, 22, 29, .95));
    border: 1px solid rgba(54, 211, 0, .25);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
    padding: 14px 14px 16px;
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden
}

.cardHeader__lt60dx {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px
}

.ringWrap__hon7yw {
    display: flex;
    justify-content: center;
    margin: 8px 0 6px;
    overflow: hidden
}

.ring__tui4jm {
    --ring-size: 124px;
    width: min(var(--ring-size), 100%);
    height: min(var(--ring-size), 100%);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(#36d300 0 75%, rgba(100, 116, 139, .35) 75% 100%)
}

.ringHole__howuqq {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(17, 22, 29, 1);
    display: grid;
    place-items: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06)
}

.coinImg__kwxc4c {
    width: 64px;
    height: 64px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px
}

.progressText__h5vsjs {
    text-align: center;
    color: #e5e7eb;
    font-weight: 700;
    margin-bottom: 8px
}

.earningsCard__4u7a93 {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(31, 38, 48, .95), rgba(17, 22, 29, .95));
    border: 1px solid rgba(54, 211, 0, .25);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
    padding: 12px;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    overflow: hidden
}

.earningsHeader__zdufto {
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    padding: 8px 0 12px;
    color: #fff;
    min-width: 0
}

.dot__1btge3 {
    width: 4px;
    height: 14px;
    background: #36d300;
    border-radius: 2px;
    flex-shrink: 0
}

.earningsTitle__87jdlt {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px
}

.earningsTitle__87jdlt,
.subdued__3kcqaq {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.subdued__3kcqaq {
    color: rgba(148, 163, 184, 1);
    font-size: 11px;
    min-width: 0
}

.more__tul6xp {
    color: rgba(148, 163, 184, .8);
    font-size: 16px;
    flex-shrink: 0;
    margin-left: auto
}

.list__tulyc4 {
    border-top: 1px solid rgba(148, 163, 184, .1);
    margin-top: 8px
}

.listRow__xk8nua {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 12px;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(148, 163, 184, .08);
    min-width: 0
}

.listRow__xk8nua:last-child {
    border-bottom: none
}

.rowLeft__dn79cd {
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    min-width: 0;
    overflow: hidden
}

.rowIcon__dn97kr,
.rowLeft__dn79cd {
    display: inline-flex;
    align-items: center
}

.rowIcon__dn97kr {
    font-size: 16px;
    flex-shrink: 0;
    justify-content: center;
    width: 20px;
    height: 20px
}

.rowLabel__37cn0o {
    letter-spacing: .5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0
}

.rowRight__3asm9c {
    color: #e5e7eb;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.accent__52dimw {
    color: #36d300
}

@media (max-width:900px) {
    .gridWrap__81isji {
        grid-template-columns: 1fr
    }
    .earningsCard__4u7a93 {
        margin-top: 16px
    }
}

@media (max-width:768px) {
    .earningsCard__4u7a93 {
        padding: 16px
    }
    .earningsHeader__zdufto {
        gap: 8px;
        padding: 0 0 16px
    }
    .earningsTitle__87jdlt {
        font-size: 14px
    }
    .subdued__3kcqaq {
        font-size: 12px
    }
    .listRow__xk8nua {
        padding: 14px 0;
        gap: 16px
    }
    .rowLeft__dn79cd,
    .rowRight__3asm9c {
        font-size: 15px
    }
    .rowIcon__dn97kr {
        font-size: 18px;
        width: 22px;
        height: 22px
    }
}

@media (max-width:520px) {
    .earningsCard__4u7a93 {
        padding: 12px
    }
    .earningsHeader__zdufto {
        gap: 6px;
        padding: 0 0 12px
    }
    .earningsTitle__87jdlt {
        font-size: 13px
    }
    .subdued__3kcqaq {
        font-size: 11px
    }
    .listRow__xk8nua {
        padding: 12px 0;
        gap: 12px
    }
    .rowLeft__dn79cd {
        font-size: 14px;
        gap: 8px
    }
    .rowRight__3asm9c {
        font-size: 14px
    }
    .rowIcon__dn97kr {
        font-size: 16px;
        width: 20px;
        height: 20px
    }
}

@media (max-width:400px) {
    .earningsCard__4u7a93 {
        padding: 10px
    }
    .earningsHeader__zdufto {
        gap: 4px
    }
    .rowLabel__37cn0o {
        max-width: 80px
    }
}

.tierProgress__gcfurc {
    background: rgba(2, 6, 23, .35);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 14px;
    padding: 16px;
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    transition: all .3s ease
}

.tierProgress__gcfurc:hover {
    border-color: rgba(54, 211, 0, .3);
    box-shadow: 0 4px 12px rgba(54, 211, 0, .1)
}

.loadingSpinner__jct9w6 {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(54, 211, 0, .3);
    border-top-color: #36d300;
    border-radius: 50%;
    animation: spin__ul8291 1s linear infinite;
    margin: 0 auto 12px
}

@keyframes spin__ul8291 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.collapsedHeader__tg2xpx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0
}

.collapsedStats__ofhbc1 {
    display: flex;
    gap: 16px;
    flex-shrink: 0
}

.expandToggle__eh1pnd {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: color .2s ease
}

.expandToggle__eh1pnd:hover {
    color: #36d300
}

.chevronIcon__y0bv39 {
    width: 20px;
    height: 20px
}

.collapsedProgress__q3kxsl {
    margin-top: 16px;
    padding: 12px;
    background: rgba(17, 22, 29, .4);
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, .12)
}

.collapsedProgress__q3kxsl .progressBar__irz7e5 {
    height: 6px;
    background: rgba(148, 163, 184, .2);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px
}

.collapsedProgress__q3kxsl .progressFill__duhn6x {
    height: 100%;
    border-radius: 3px;
    transition: width .5s ease
}

.progressText__duqic3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #cbd5e1
}

.remainingText__1up62e {
    color: #94a3b8;
    font-size: 11px
}

.expandedContent__nxjlo9 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease;
    transform: translateY(-10px)
}

.expandedContent__nxjlo9.expanded__xc4y36 {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 16px
}

.errorContainer__nrenhu {
    text-align: center;
    color: #ef4444;
    padding: 20px
}

.errorIcon__qut0rc {
    font-size: 32px;
    margin-bottom: 12px;
    display: block
}

.errorContainer__nrenhu h4 {
    margin: 0 0 8px;
    color: #e5e7eb;
    font-size: 16px;
    font-weight: 600
}

.errorContainer__nrenhu p {
    margin-bottom: 16px;
    color: #94a3b8;
    font-size: 14px
}

.errorActions__d4dbyq {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap
}

.currentTierSection__bvzdod {
    margin-bottom: 24px
}

.tierHeader__w25414 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0
}

.tierIcon__rgenh0 {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(54, 211, 0, .1);
    border: 2px solid rgba(54, 211, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0
}

.icon__ulepm6 {
    display: block
}

.tierInfo__rgevex {
    flex: 1 1;
    min-width: 0
}

.tierName__rghsva {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.tierDescription__a44pj3,
.tierName__rghsva {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tierDescription__a44pj3 {
    margin: 0;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 500
}

.tierStats__12xxi4 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.stat__ul7zgz {
    text-align: center;
    flex: 1 1
}

.statValue__40eo5g {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #36d300;
    margin-bottom: 2px
}

.statLabel__3uwifb {
    font-size: 12px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .5px
}

.currentBenefits__6sc1pg {
    background: rgba(17, 22, 29, .5);
    border-radius: 10px;
    padding: 16px
}

.currentBenefits__6sc1pg h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #e5e7eb
}

.benefitsList__4kyj83 {
    list-style: none;
    margin: 0;
    padding: 0
}

.benefit__8g3peq {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 14px;
    color: #cbd5e1
}

.checkIcon__ppp3q0 {
    color: #36d300;
    font-weight: 700;
    flex-shrink: 0
}

.nextTierSection__otrscp {
    background: rgba(54, 211, 0, .05);
    border: 1px solid rgba(54, 211, 0, .2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px
}

.nextTierHeader__7qjx4r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.nextTierHeader__7qjx4r h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #36d300
}

.nextTierIcon__htkwdj {
    font-size: 24px
}

.progressContainer__vqexnp {
    margin-bottom: 16px
}

.progressInfo__dujnpw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #cbd5e1
}

.progressText__duqic3 {
    font-weight: 500
}

.progressPercent__u6c4v5 {
    color: #36d300;
    font-weight: 700
}

.progressBar__irz7e5 {
    width: 100%;
    height: 8px;
    background: rgba(148, 163, 184, .2);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px
}

.progressFill__duhn6x {
    height: 100%;
    border-radius: 4px;
    transition: width .3s ease
}

.remainingInfo__1uw0ol {
    text-align: center;
    font-size: 12px;
    color: #94a3b8
}

.remainingTokens__4ks5op {
    font-weight: 500
}

.nextTierBenefits__nwoeui {
    background: rgba(17, 22, 29, .4);
    border-radius: 8px;
    padding: 16px
}

.nextTierBenefits__nwoeui h5 {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: #e5e7eb
}

.nextBenefitsList__ebf8m {
    list-style: none;
    margin: 0 0 16px;
    padding: 0
}

.nextBenefit__iqk4ob {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 13px;
    color: #cbd5e1
}

.unlockIcon__l39bwq {
    color: #ffd700;
    flex-shrink: 0
}

.moreBenefits__vwo6eu {
    color: #94a3b8;
    font-style: italic;
    padding: 4px 0
}

.nextTierStats__fm41lb {
    display: flex;
    gap: 16px;
    margin-top: 12px
}

.nextStat__hxjyyo {
    flex: 1 1;
    text-align: center;
    padding: 8px;
    background: rgba(54, 211, 0, .1);
    border-radius: 6px
}

.nextStatValue__airfxr {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px
}

.nextStatLabel__ao9lnw {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .5px
}

.maxTierSection__n7zmfc {
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 215, 0, .1), rgba(255, 215, 0, .05));
    border: 1px solid rgba(255, 215, 0, .3);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px
}

.maxTierIcon__49xqbe {
    font-size: 48px;
    margin-bottom: 12px;
    display: block
}

.maxTierSection__n7zmfc h4 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #ffd700
}

.maxTierSection__n7zmfc p {
    margin: 0 0 16px;
    color: #cbd5e1;
    font-size: 14px
}

.maxTierBadge__9eadrq {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ffd700, #ffb347);
    color: #1a1a1a;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px
}

.crownIcon__7dm12h {
    font-size: 16px
}

.maxTierTitle__9oc4bv {
    text-transform: uppercase;
    letter-spacing: 1px
}

.quickActions__wiz80n {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.lastUpdated__rcik0c {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #94a3b8
}

.updateIcon__brry4l {
    font-size: 14px
}

.updateText__brkvkh {
    font-weight: 500
}

.refreshBtn__c70mau {
    min-width: 140px
}

@media (max-width:768px) {
    .tierProgress__gcfurc {
        padding: 12px
    }
    .collapsedHeader__tg2xpx {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start
    }
    .collapsedStats__ofhbc1 {
        width: 100%;
        justify-content: space-between
    }
    .tierHeader__w25414 {
        width: 100%
    }
    .tierIcon__rgenh0 {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
    .tierName__rghsva {
        font-size: 16px
    }
    .tierDescription__a44pj3 {
        font-size: 11px
    }
    .expandToggle__eh1pnd {
        position: absolute;
        top: 12px;
        right: 12px
    }
    .collapsedProgress__q3kxsl {
        margin-top: 12px;
        padding: 10px
    }
    .tierStats__12xxi4 {
        flex-direction: column;
        gap: 12px
    }
    .nextTierStats__fm41lb {
        flex-direction: column;
        gap: 8px
    }
    .progressInfo__dujnpw {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start
    }
}

@media (max-width:480px) {
    .tierProgress__gcfurc {
        padding: 10px
    }
    .tierName__rghsva {
        font-size: 14px
    }
    .nextTierHeader__7qjx4r {
        flex-direction: column;
        gap: 6px;
        text-align: center
    }
    .collapsedProgress__q3kxsl {
        padding: 8px
    }
    .progressText__duqic3 {
        flex-direction: column;
        gap: 2px;
        align-items: flex-start
    }
}

.card__wmea2 {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(31, 38, 48, .95), rgba(17, 22, 29, .95));
    border: 1px solid rgba(54, 211, 0, .25);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
    padding: 12px;
    box-sizing: border-box
}

.header__g1e0nh {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    padding: 6px 6px 8px;
    color: #fff
}

.dot__yed3tp {
    width: 4px;
    height: 14px;
    background: #36d300;
    border-radius: 2px
}

.title__rtsmxa {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px
}

.more__wfq11 {
    color: rgba(148, 163, 184, .8);
    font-size: 16px
}

.muted__rxfjej {
    color: rgba(148, 163, 184, .95);
    font-size: 12px
}

.error__s1vuce {
    font-size: 12px
}

.row__yectfw {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 8px;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(148, 163, 184, .08);
    color: #fff
}

.row__yectfw:last-child {
    border-bottom: 0
}

.label__rych2q {
    color: rgba(148, 163, 184, 1);
    font-weight: 700
}

.value__rsubcl {
    font-weight: 800
}

.shareBox__6rehzm {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 8px;
    gap: 8px
}

.link__wghk0 {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .25);
    background: rgba(2, 6, 23, .35);
    color: #e5ffe5;
    padding: 10px 12px;
    font-size: 12px
}

.inviteBox__8rgin8 {
    margin-top: 16px
}

.inviteInput__vsana3 {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 8px;
    gap: 8px;
    align-items: center
}

.emailInput__e55fsk {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .25);
    background: rgba(2, 6, 23, .35);
    color: #e5ffe5;
    padding: 10px 12px;
    font-size: 12px;
    outline: none
}

.emailInput__e55fsk:focus {
    border-color: rgba(54, 211, 0, .5)
}

.message__2nqz35 {
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center
}

.success__r0nqql {
    background: rgba(34, 197, 94, .1);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, .2)
}

.error__s1vuce {
    background: rgba(239, 68, 68, .1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, .2)
}

.recentSignups__4s2ns6 {
    margin-top: 16px;
    padding: 12px;
    background: rgba(2, 6, 23, .2);
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .1)
}

.recentTitle__nd7v87 {
    font-size: 12px;
    font-weight: 600;
    color: rgba(148, 163, 184, .8);
    margin-bottom: 8px;
    text-transform: uppercase
}

.signupItem__fs0zrj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 11px
}

.signupName__fry6qf {
    color: #e5ffe5;
    font-weight: 500
}

.signupDate__fs4kfo {
    color: rgba(148, 163, 184, .7);
    font-size: 10px
}

.recentClicks__62by30 {
    margin-top: 12px;
    padding: 12px;
    background: rgba(2, 6, 23, .15);
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .08)
}

.clickItem__9trpgr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 11px
}

.clickDate__9tva4w {
    color: #e5ffe5;
    font-weight: 500
}

.clickTime__9tkwkx {
    color: rgba(148, 163, 184, .7);
    font-size: 10px
}

.summary__kybai7 {
    background: rgba(2, 6, 23, .35);
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 12px;
    padding: 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.header__uiyfgi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.title__cksm0t {
    font-size: 14px;
    font-weight: 600;
    color: #e5ffe5;
    text-transform: uppercase;
    letter-spacing: .5px
}

.badge__cuucky {
    background: rgba(54, 211, 0, .2);
    color: #36d300;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(54, 211, 0, .3)
}

.stats__cl5rna {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
    gap: 12px;
    margin-bottom: 16px
}

.stat__4zlcmv {
    text-align: center;
    padding: 8px;
    background: rgba(255, 255, 255, .03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .05)
}

.statValue__myn1so {
    font-size: 18px;
    font-weight: 700;
    color: #36d300;
    margin-bottom: 4px
}

.statLabel__n457it {
    font-size: 10px;
    color: rgba(148, 163, 184, .8);
    text-transform: uppercase;
    letter-spacing: .5px
}

.actions__9g1388 {
    display: flex;
    gap: 8px
}

.actions__9g1388 button {
    flex: 1 1
}

.subnavContainer__tel8li {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    position: relative
}

.subnavList__pu8sop {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 8px;
    flex: 1 1;
    min-width: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, .3) transparent;
    -webkit-scrollbar-width: thin;
    -webkit-scrollbar-track: transparent;
    -webkit-scrollbar-thumb: rgba(255, 255, 255, .3)
}

.subnavList__pu8sop::-webkit-scrollbar {
    height: 4px
}

.subnavList__pu8sop::-webkit-scrollbar-track {
    background: transparent
}

.subnavList__pu8sop::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .3);
    border-radius: 2px
}

.subnavList__pu8sop::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .5)
}

.subnavItem__pu73ji {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 8px 12px;
    flex-shrink: 0;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .15);
    color: var(--text-color);
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px
}

.subnavItem__pu73ji:hover {
    background: rgba(255, 255, 255, .14)
}

.subnavItemActive__a257pw {
    background: rgba(54, 211, 0, .22);
    border-color: rgba(54, 211, 0, .5);
    color: #0b0c0f
}

.spacer__j6rb5w {
    flex: 0 0 16px
}

.cta__12gut4 {
    display: inline-flex;
    align-items: center;
    gap: 8px
}