.footer-menu[data-v-e9d073a8] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: var(--radius-lg);
    padding: var(--spacing-4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 70px;
    position: fixed;
    bottom: var(--spacing-16);
    left: 50%;
    transform: translate(-50%);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: 10;
    max-width: 90vw
}

.footer-tab[data-v-e9d073a8] {
    border-radius: var(--radius-lg);
    padding: var(--spacing-8) var(--spacing-16);
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-user-select: none;
    user-select: none
}

.footer-tab[data-v-e9d073a8]:hover {
    background: rgba(255,255,255,.1)
}

.footer-tab[data-v-e9d073a8]:active {
    transform: scale(.97)
}

.footer-tab-active[data-v-e9d073a8] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%)
}

.footer-icon[data-v-e9d073a8] {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-image[data-v-e9d073a8] {
    height: 18px;
    width: auto
}

.footer-label[data-v-e9d073a8] {
    color: var(--color-text);
    text-align: center;
    font-size: var(--font-size-sm);
    line-height: 16px;
    font-weight: var(--font-weight-semibold);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.main-icon[data-v-e9d073a8] {
    position: relative;
    width: 24px;
    height: 24px
}

.main-square[data-v-e9d073a8] {
    background: var(--color-text);
    border-radius: 2.5px;
    width: 7px;
    height: 7px;
    position: absolute
}

.main-square[data-v-e9d073a8]:nth-child(1) {
    left: 4px;
    top: 4px
}

.main-square[data-v-e9d073a8]:nth-child(2) {
    left: 14px;
    top: 4px
}

.main-square[data-v-e9d073a8]:nth-child(3) {
    left: 4px;
    top: 14px
}

.main-square[data-v-e9d073a8]:nth-child(4) {
    left: 14px;
    top: 14px
}

@media (min-width: 768px) {
    .footer-menu[data-v-e9d073a8] {
        max-width:600px
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .footer-menu[data-v-e9d073a8] {
        max-width:95vw
    }
}

.coin[data-v-b078ba53] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.coin.small[data-v-b078ba53] {
    width: 20px;
    height: 20px
}

.coin.medium[data-v-b078ba53] {
    width: 30px;
    height: 30px
}

.coin.large[data-v-b078ba53] {
    width: 40px;
    height: 40px
}

.coin-image[data-v-b078ba53] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.black-backdrop-double[data-v-5038a911] {
    background: none!important;
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 160%!important;
    filter: contrast(1.1)
}

.black-backdrop-triple[data-v-5038a911] {
    background: none!important;
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    filter: contrast(1.1)
}

.win-container[data-v-5038a911] {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: -20px
}

.win-container.multi-prizes[data-v-5038a911] {
    min-height: 150px;
    margin-bottom: -50px
}

.prize-showcase[data-v-5038a911] {
    border-radius: var(--radius-lg);
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 11, 22, 0.2) 0%, rgba(26, 20, 44, 0.8) 100%)
}

.lights-container[data-v-5038a911] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.lights[data-v-5038a911] {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(15%);
    object-fit: cover;
    left: 0;
    top: 0
}

.black-lights[data-v-5038a911] {
    filter: contrast(1.1)!important
}

.stars[data-v-5038a911] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    top: 0;
    z-index: 1
}

.stars-animation[data-v-5038a911] {
    animation: float-stars-5038a911 4s ease-in-out infinite alternate
}

.prize-image[data-v-5038a911] {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    animation: float-5038a911 3s ease-in-out infinite alternate;
    transform-origin: center center;
    will-change: transform,opacity
}

.prize-image.hidden[data-v-5038a911] {
    opacity: 0
}

.prize-image.loaded[data-v-5038a911] {
    opacity: 1;
    transition: opacity .3s ease
}

.prize-image.error-image[data-v-5038a911] {
    opacity: .7;
    filter: grayscale(.5)
}

.prize-placeholder[data-v-5038a911] {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.unlucky-container[data-v-5038a911] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 346px;
    position: relative;
    width: 100%
}

.unlucky-image[data-v-5038a911] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1;
    margin-bottom: 32px
}

.unlucky-text[data-v-5038a911] {
    color: #fff;
    text-align: center;
    font-family: Inter-Bold,sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 700;
    width: 337px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px
}

.loading-spinner[data-v-5038a911] {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.1);
    border-radius: 50%;
    border-top-color: #0075ff;
    animation: spin-5038a911 1s infinite linear
}

@keyframes spin-5038a911 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.prize-image.keep-it-animation[data-v-5038a911] {
    animation: keep-it-fly-5038a911 1.5s cubic-bezier(.32,.86,.58,1) forwards
}

.prize-image.quick-sell-animation[data-v-5038a911] {
    animation: quick-sell-pulse-5038a911 1.5s ease-in-out forwards
}

.coins-container[data-v-5038a911] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.coins-container.multi-coins[data-v-5038a911] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.flying-coin[data-v-5038a911] {
    position: absolute;
    bottom: 40%;
    width: 24px;
    height: 24px;
    animation: coin-fly-5038a911 1.5s ease-out forwards;
    will-change: transform,opacity
}

.hint[data-v-5038a911] {
    background: rgba(163,171,187,.12);
    border-radius: var(--radius-lg);
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 3
}

.coin-wrapper[data-v-5038a911] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.price[data-v-5038a911] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-semibold)
}

.prizes-row[data-v-5038a911] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.prize-tab[data-v-5038a911] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 120px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease,box-shadow .3s ease
}

.prize-tab[data-v-5038a911]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #0003
}

.stars-bg[data-v-5038a911] {
    position: absolute;
    width: 90px;
    height: 83px;
    top: 19px;
    left: 50%;
    transform: translate(-50%);
    overflow: visible;
    z-index: 1;
    opacity: .6;
    animation: float-stars-5038a911 4s ease-in-out infinite alternate
}

.prize-item-image[data-v-5038a911] {
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    position: relative;
    z-index: 2;
    object-fit: cover;
    transition: transform .3s ease
}

.prize-tab:hover .prize-item-image[data-v-5038a911] {
    transform: scale(1.05)
}

@keyframes pulse-5038a911 {
    0% {
        opacity: .5;
        transform: scale(1)
    }

    to {
        opacity: .8;
        transform: scale(1.1)
    }
}

@keyframes float-stars-5038a911 {
    0% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(10px)
    }
}

@keyframes float-5038a911 {
    0% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(5px)
    }
}

@keyframes keep-it-fly-5038a911 {
    0% {
        transform: translateY(0) scale(1) rotate(0);
        opacity: 1
    }

    60% {
        transform: translateY(60px) scale(.6) rotate(8deg);
        opacity: .8
    }

    to {
        transform: translateY(120px) scale(.2) rotate(12deg);
        opacity: 0
    }
}

@keyframes quick-sell-pulse-5038a911 {
    0% {
        transform: scale(1);
        filter: brightness(1)
    }

    30% {
        transform: scale(1.1);
        filter: brightness(1.3)
    }

    60% {
        transform: scale(.95);
        filter: brightness(1.1)
    }

    to {
        transform: scale(1);
        filter: brightness(1)
    }
}

@keyframes coin-fly-5038a911 {
    0% {
        transform: translateY(0) scale(1) rotate(0);
        opacity: 0
    }

    10% {
        opacity: 1
    }

    to {
        transform: translateY(-150px) scale(.5) rotate(360deg);
        opacity: 0
    }
}

@media (max-width: 420px) {
    .prize-image[data-v-5038a911],.prize-placeholder[data-v-5038a911] {
        width:180px;
        height: 180px
    }

    .prize-tab[data-v-5038a911] {
        height: 100px
    }

    .prize-item-image[data-v-5038a911] {
        width: 60px;
        height: 60px
    }
}

.black_backdrop[data-v-bdd8d484] {
    background: none!important;
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    filter: contrast(1.1)
}

.placeholder[data-v-bdd8d484] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.loading-placeholder[data-v-bdd8d484] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.1);
    border-top-color: #0075ff;
    animation: spin-bdd8d484 1s infinite linear
}

.error-text[data-v-bdd8d484] {
    color: #ff3b30;
    font-size: 12px;
    text-align: center
}

@keyframes spin-bdd8d484 {
    0% {
        transform: rotate(0)
    }

    25% {
        border-top-color: #0075ff
    }

    50% {
        border-top-color: #23c265
    }

    75% {
        border-top-color: #ff3b30
    }

    to {
        transform: rotate(360deg)
    }
}

.roulette-container[data-v-bdd8d484] {
    width: 100%;
    min-width: 300px;
    height: 150px;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin: 7px 45px;
    transform: translateZ(0);
    will-change: transform;
    z-index: 1
}

.items-container[data-v-bdd8d484] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) translate(0);
    will-change: transform
}

.tab-item[data-v-bdd8d484] {
    position: relative;
    overflow: hidden;
    background: rgba(106, 17, 203, 0.1);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    flex-shrink: 0
}

.tab-item[data-v-bdd8d484]:hover {
    background: rgba(255,255,255,.1)
}

.bg[data-v-bdd8d484] {
    background: rgba(255,255,255,.01);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(-90deg,rgba(61,68,92,0) 9.77%,rgba(10,93,201,.6) 50.17%,rgba(61,68,92,0) 90.43%);
    opacity: .4;
    border-image-slice: 1;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0
}

.item-image[data-v-bdd8d484] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    aspect-ratio: 1
}

.hint[data-v-bdd8d484] {
    background: rgba(163,171,187,.12);
    border-radius: var(--radius-lg);
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 1px 2px #0003;
    z-index: 3
}

.coin-wrapper[data-v-bdd8d484] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.price[data-v-bdd8d484] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-semibold)
}

.shadow-l[data-v-bdd8d484] {
    background: linear-gradient(90deg,rgba(20,20,21,1) 18.77%,rgba(20,20,21,0) 100%);
    width: 48px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

.shadow-r[data-v-bdd8d484] {
    background: linear-gradient(-90deg,rgba(20,20,21,1) 18.77%,rgba(20,20,21,0) 100%);
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

.pointers-container[data-v-bdd8d484] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    pointer-events: none
}

.union-top[data-v-bdd8d484] {
    box-sizing: border-box;
    border-radius: 0;
    width: 150px;
    height: 10.05px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%) translate(-.5px);
    overflow: visible;
    filter: drop-shadow(0 0 3px rgba(10,93,201,.6))
}

.union-bottom[data-v-bdd8d484] {
    box-sizing: border-box;
    border-radius: 0;
    width: 150px;
    height: 10.05px;
    position: absolute;
    left: 49.8%;
    bottom: 0;
    transform: translate(-50%) rotate(180deg) translate(-.5px);
    overflow: visible;
    filter: drop-shadow(0 0 3px rgba(10,93,201,.6))
}

.roulette-wrapper[data-v-bdd8d484] {
    width: 100%;
    margin-top: -5%;
    margin-bottom: -5%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5
}

.tab-item.color1[data-v-bdd8d484] {
    border-radius: 16px;
    border-bottom: 1px solid #7D95AF;
    background: linear-gradient(180deg,rgba(48,66,85,0) 0%,rgba(48,66,85,.5) 100%),rgba(255,255,255,.05)
}

.tab-item.color2[data-v-bdd8d484] {
    border-radius: 16px;
    border-bottom: 1px solid #5067E5;
    background: linear-gradient(180deg,rgba(40,57,150,0) 0%,rgba(40,57,150,.5) 100%),rgba(255,255,255,.05)
}

.tab-item.color3[data-v-bdd8d484] {
    border-radius: 16px;
    border-bottom: 1px solid #8F4EE0;
    background: linear-gradient(180deg,rgba(85,37,146,0) 0%,rgba(85,37,146,.5) 100%),rgba(255,255,255,.05)
}

.tab-item.color4[data-v-bdd8d484] {
    border-radius: 16px;
    border-bottom: 1px solid #C52F81;
    background: linear-gradient(180deg,rgba(138,37,92,0) 0%,rgba(138,37,92,.5) 100%),rgba(255,255,255,.05)
}

.tab-item.color5[data-v-bdd8d484] {
    border-radius: 16px;
    border-bottom: 1px solid #C03A42;
    background: linear-gradient(180deg,rgba(130,48,53,0) 0%,rgba(130,48,53,.5) 100%),rgba(255,255,255,.05)
}

.tab-item.color6[data-v-bdd8d484] {
    border-radius: 16px;
    border-bottom: 1px solid #DC904B;
    background: linear-gradient(180deg,rgba(140,93,50,0) 0%,rgba(140,93,50,.5) 100%),rgba(255,255,255,.05)
}

.roulettes-container[data-v-ef0a99dc] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: visible;
    perspective: 1000px
}

.roulettes-transition-group[data-v-ef0a99dc] {
    width: 100%;
    position: relative
}

.roulette-wrapper[data-v-ef0a99dc] {
    width: 100%;
    position: relative;
    transition: all .5s cubic-bezier(.23,1,.32,1);
    transform-origin: center top;
    margin-bottom: 5px;
    will-change: transform,opacity,margin-top
}

.roulette-wrapper[data-v-ef0a99dc]:last-child {
    margin-bottom: 0
}

.roulette-fade-enter-active[data-v-ef0a99dc],.roulette-fade-reverse-enter-active[data-v-ef0a99dc] {
    transition: all .5s cubic-bezier(.34,1.56,.64,1);
    z-index: 1
}

.roulette-fade-leave-active[data-v-ef0a99dc],.roulette-fade-reverse-leave-active[data-v-ef0a99dc] {
    transition: all .4s cubic-bezier(.55,0,.1,1);
    position: absolute;
    width: 100%
}

.roulette-fade-enter-active[data-v-ef0a99dc] {
    transition: all .5s cubic-bezier(.34,1.56,.64,1);
    z-index: 1
}

.roulette-fade-leave-active[data-v-ef0a99dc] {
    transition: all .4s cubic-bezier(.55,0,.1,1);
    position: absolute;
    width: 100%
}

.roulette-fade-enter-from[data-v-ef0a99dc] {
    opacity: 0;
    transform: translateY(-30px) scale(.95);
    filter: blur(2px)
}

.roulette-fade-leave-to[data-v-ef0a99dc] {
    opacity: 0;
    transform: translateY(20px) scale(.95);
    filter: blur(2px)
}

.roulette-none-enter-active[data-v-ef0a99dc],.roulette-none-leave-active[data-v-ef0a99dc] {
    transition: none
}

.roulette-none-enter-from[data-v-ef0a99dc],.roulette-none-leave-to[data-v-ef0a99dc] {
    opacity: 1
}

.roulette-fade-move[data-v-ef0a99dc] {
    transition: all .5s cubic-bezier(.23,1,.32,1)
}

.action-buttons[data-v-ef0a99dc] {
    transition: margin-top .6s cubic-bezier(.23,1,.32,1)
}

.roulette-overlap[data-v-ef0a99dc] {
    margin-top: -20px!important;
    box-shadow: 0 -4px 15px #0000001a
}

.multiplier-tab.disabled[data-v-ef0a99dc] {
    opacity: .5;
    cursor: not-allowed;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.02);
    pointer-events: none
}

.multiplier-tab.active.disabled[data-v-ef0a99dc] {
    background: #0075FF;
    opacity: .7;
    border: none;
    box-shadow: 0 1px 1px #0000000d;
    pointer-events: none
}

.multiplier-tab.active.disabled .multiplier-text[data-v-ef0a99dc] {
    color: #fff
}

.multiplier-tab.disabled .multiplier-text[data-v-ef0a99dc] {
    color: #ffffff80
}

.multiplier-selector[data-v-ef0a99dc] {
    width: 100%;
    max-width: 337px;
    margin-bottom: -23px;
    margin-top: -20px
}

.multiplier-tabs[data-v-ef0a99dc] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    padding: 2px
}

.multiplier-tabs.case22-tabs[data-v-ef0a99dc] {
    display: flex;
    flex-direction: row;
    max-width: 337px;
    gap: 2px;
    padding: 4px
}

.case22-tabs .multiplier-tab[data-v-ef0a99dc] {
    flex: 1;
    min-width: 0;
    padding: 0
}

.case22-tabs .multiplier-text[data-v-ef0a99dc] {
    font-size: 13px
}

.multiplier-tab[data-v-ef0a99dc] {
    border-radius: 10px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: background-color .2s ease;
    border: 1px solid rgba(255,255,255,.05)
}

.multiplier-tab.active[data-v-ef0a99dc] {
    background: #0075FF;
    box-shadow: 0 1px 1px #0000000d;
    border: none
}

.multiplier-tab[data-v-ef0a99dc]:not(.active):hover {
    background: rgba(255,255,255,.1)
}

.multiplier-text[data-v-ef0a99dc] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.free-case-container[data-v-ef0a99dc] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 15px 0
}

.free-case-info[data-v-ef0a99dc] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.info-icon-container[data-v-ef0a99dc] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative
}

.info-svg[data-v-ef0a99dc] {
    height: auto;
    max-width: 100%
}

.free-case-text[data-v-ef0a99dc] {
    color: #fff;
    text-align: left;
    font-family: Inter-Bold,sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 700
}

.free-case-form[data-v-ef0a99dc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.promo-input-container[data-v-ef0a99dc] {
    width: 100%
}

.promo-input[data-v-ef0a99dc] {
    background: transparent;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    padding: 0 16px;
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    height: 50px;
    width: 100%;
    outline: none
}

.promo-input[data-v-ef0a99dc]::placeholder {
    color: #ffffff59
}

.free-case-button[data-v-ef0a99dc] {
    background: #0075ff;
    border-radius: 12px;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease
}

.free-case-button[data-v-ef0a99dc]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.free-case-help[data-v-ef0a99dc] {
    color: #ffffff80;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .01px
}

.free-case-help-text[data-v-ef0a99dc] {
    color: #ffffff80
}

.free-case-telegram[data-v-ef0a99dc] {
    color: #0075ff;
    font-family: Inter-Bold,sans-serif;
    font-weight: 700;
    cursor: pointer
}

.free-case-telegram[data-v-ef0a99dc]:hover {
    text-decoration: underline
}

.promo-error-container[data-v-ef0a99dc] {
    width: 100%;
    margin-bottom: -10px
}

.promo-error[data-v-ef0a99dc] {
    color: #ff3b30;
    background: rgba(255,59,48,.1);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    text-align: center;
    animation: fadeIn-ef0a99dc .3s ease
}

.checking-promo-container[data-v-ef0a99dc] {
    width: 100%;
    margin-bottom: -10px
}

.checking-promo-message[data-v-ef0a99dc] {
    color: #fff;
    background: rgba(0,117,255,.15);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    text-align: center;
    animation: fadeIn-ef0a99dc .3s ease
}

@keyframes fadeIn-ef0a99dc {
    0% {
        opacity: 0;
        transform: translateY(-5px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.reload-button[data-v-ef0a99dc] {
    background: rgba(255,255,255,.2);
    border: none;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
    font-size: 12px;
    transition: background .2s
}

.reload-button[data-v-ef0a99dc]:hover {
    background: rgba(255,255,255,.3)
}

@keyframes spin-ef0a99dc {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg);
        border-top-color: #23c265
    }

    to {
        transform: rotate(360deg)
    }
}

.modal-overlay[data-v-ef0a99dc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: var(--spacing-16);
    transform: translateZ(0);
    overscroll-behavior: contain
}

.api-error-container[data-v-ef0a99dc] {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    animation: fadeIn-ef0a99dc .3s ease
}

.api-error[data-v-ef0a99dc] {
    background: rgba(255,59,48,.15);
    border-radius: 12px;
    padding: 12px 16px;
    color: #ff3b30;
    font-size: var(--font-size-md);
    text-align: center;
    border-left: 4px solid #ff3b30
}

.loading-container[data-v-ef0a99dc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px
}

.loading-spinner[data-v-ef0a99dc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.2);
    border-top-color: #0075ff;
    animation: spin-ef0a99dc 1s infinite linear;
    margin-bottom: 16px
}

.loading-text[data-v-ef0a99dc] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    opacity: .8
}

@keyframes spin-ef0a99dc {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes fadeIn-ef0a99dc {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.modal[data-v-ef0a99dc] {
    background: var(--color-background);
    border-radius: var(--radius-lg);
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    max-height: 90vh;
    width: 100%;
    max-width: 420px;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.2) rgba(255,255,255,.05)
}

.modal[data-v-ef0a99dc]::-webkit-scrollbar {
    width: 8px
}

.modal[data-v-ef0a99dc]::-webkit-scrollbar-track {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px
}

.modal[data-v-ef0a99dc]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 10px
}

.modal[data-v-ef0a99dc]::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.3)
}

.insufficient-funds-container[data-v-ef0a99dc] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0
}

.insufficient-funds-message[data-v-ef0a99dc] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.insufficient-funds-text[data-v-ef0a99dc] {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 700
}

.case22-demo-help[data-v-ef0a99dc] {
    color: #ffffff80;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .01px;
    text-align: center
}

.case22-demo-help-text[data-v-ef0a99dc] {
    color: #ffffff80
}

.deposit-button[data-v-ef0a99dc] {
    background: #0075FF;
    border-radius: 12px;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease
}

.deposit-button[data-v-ef0a99dc]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.deposit-button[data-v-ef0a99dc]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.case-1[data-v-ef0a99dc] {
    color: var(--color-text);
    text-align: center;
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    letter-spacing: -.4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.action-buttons[data-v-ef0a99dc] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 337px;
    margin-top: 20px
}

.spin-button[data-v-ef0a99dc] {
    background: #0075FF;
    border-radius: var(--radius-md);
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 4px 8px #0075ff33;
    position: relative;
    overflow: hidden
}

.action-buttons button.spin-button[data-v-ef0a99dc]:has(.button-label:only-child) {
    justify-content: center;
    padding: 0
}

.spin-button[data-v-ef0a99dc]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
    transition: all .3s ease
}

.spin-button[data-v-ef0a99dc]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px #0075ff4d
}

.spin-button[data-v-ef0a99dc]:hover:before {
    left: 100%;
    transition: all .8s ease
}

.spin-button[data-v-ef0a99dc]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px #0075ff4d
}

.spin-button[data-v-ef0a99dc]:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

.spin-button[data-v-ef0a99dc]:disabled:before {
    display: none
}

.quick-spin-button[data-v-ef0a99dc] {
    background: #23C265;
    border-radius: var(--radius-md);
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 4px 8px #23c26533;
    position: relative;
    overflow: hidden
}

.quick-spin-button[data-v-ef0a99dc]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
    transition: all .3s ease
}

.quick-spin-button[data-v-ef0a99dc]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px #23c2654d
}

.quick-spin-button[data-v-ef0a99dc]:hover:before {
    left: 100%;
    transition: all .8s ease
}

.quick-spin-button[data-v-ef0a99dc]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px #23c2654d
}

.quick-spin-button[data-v-ef0a99dc]:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

.hint[data-v-ef0a99dc] {
    background: rgba(163,171,187,.12);
    border-radius: var(--radius-lg);
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin-wrapper[data-v-ef0a99dc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.quick-spin-button[data-v-ef0a99dc]:disabled:before {
    display: none
}

.button-label[data-v-ef0a99dc] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.full-width-button[data-v-ef0a99dc] {
    justify-content: center!important;
    padding: 0!important
}

.price[data-v-ef0a99dc] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-semibold)
}

.price-tag[data-v-ef0a99dc] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.75) 100%);
    border-radius: var(--radius-md);
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 100%
}

.price-value[data-v-ef0a99dc] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.coin-small[data-v-ef0a99dc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.close-button[data-v-ef0a99dc] {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10
}

.prizes-section[data-v-ef0a99dc] {
    width: 100%;
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start
}

.prizes-title[data-v-ef0a99dc] {
    color: var(--color-text);
    padding-left: 1.4rem;
    opacity: .5;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    letter-spacing: .01px
}

.prizes-grid[data-v-ef0a99dc] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.prize-item[data-v-ef0a99dc] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: var(--radius-lg);
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 107px;
    height: 107px;
    position: relative
}

.prize-item.color1[data-v-ef0a99dc] {
    border-radius: 16px;
    border-bottom: 1px solid #7D95AF;
    background: linear-gradient(180deg,rgba(48,66,85,0) 0%,rgba(48,66,85,.5) 100%),rgba(255,255,255,.05)
}

.prize-item.color2[data-v-ef0a99dc] {
    border-radius: 16px;
    border-bottom: 1px solid #5067E5;
    background: linear-gradient(180deg,rgba(40,57,150,0) 0%,rgba(40,57,150,.5) 100%),rgba(255,255,255,.05)
}

.prize-item.color3[data-v-ef0a99dc] {
    border-radius: 16px;
    border-bottom: 1px solid #8F4EE0;
    background: linear-gradient(180deg,rgba(85,37,146,0) 0%,rgba(85,37,146,.5) 100%),rgba(255,255,255,.05)
}

.prize-item.color4[data-v-ef0a99dc] {
    border-radius: 16px;
    border-bottom: 1px solid #C52F81;
    background: linear-gradient(180deg,rgba(138,37,92,0) 0%,rgba(138,37,92,.5) 100%),rgba(255,255,255,.05)
}

.prize-item.color5[data-v-ef0a99dc] {
    border-radius: 16px;
    border-bottom: 1px solid #C03A42;
    background: linear-gradient(180deg,rgba(130,48,53,0) 0%,rgba(130,48,53,.5) 100%),rgba(255,255,255,.05)
}

.prize-item.color6[data-v-ef0a99dc] {
    border-radius: 16px;
    border-bottom: 1px solid #DC904B;
    background: linear-gradient(180deg,rgba(140,93,50,0) 0%,rgba(140,93,50,.5) 100%),rgba(255,255,255,.05)
}

.prize-image[data-v-ef0a99dc] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    aspect-ratio: 1
}

.prize-hint[data-v-ef0a99dc] {
    z-index: 1
}

.modal-fade-enter-active[data-v-ef0a99dc],.modal-fade-leave-active[data-v-ef0a99dc] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-fade-enter-from[data-v-ef0a99dc],.modal-fade-leave-to[data-v-ef0a99dc] {
    opacity: 0;
    transform: scale(.95)
}

@media (max-width: 420px) {
    .modal[data-v-ef0a99dc] {
        max-width:100%;
        padding: 16px 12px 12px;
        gap: 24px
    }

    .mode-toggle-container[data-v-ef0a99dc] {
        margin-bottom: 3px!important
    }

    .multiplier-selector[data-v-ef0a99dc] {
        margin-bottom: -18px!important
    }

    .prize-item[data-v-ef0a99dc] {
        width: 90px;
        height: 90px
    }

    .prize-image[data-v-ef0a99dc] {
        width: 60px;
        height: 60px
    }

    .roulette-wrapper[data-v-ef0a99dc] {
        transform: scale(.95);
        margin-bottom: -5px
    }

    .roulette-overlap[data-v-ef0a99dc] {
        margin-top: -5px
    }
}

.black_backdrop[data-v-ef0a99dc] {
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: contrast(1.1)
}

@media screen and (min-width: 320px) {
    .roulette-container[data-v-ef0a99dc] {
        min-width:280px
    }
}

@media screen and (min-width: 768px) {
    .modal[data-v-ef0a99dc] {
        min-width:400px
    }
}

@media screen and (max-resolution: 150dpi) {
    .roulette-container[data-v-ef0a99dc] {
        transform:scale(.95)
    }
}

@media screen and (min-resolution: 200dpi) {
    .roulette-container[data-v-ef0a99dc] {
        transform:scale(.9)
    }
}

.upgrade-button[data-v-ef0a99dc] {
    background: #FF8400;
    border-radius: var(--radius-md);
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 4px 8px #ff840033;
    position: relative;
    overflow: hidden
}

.upgrade-button[data-v-ef0a99dc]:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);
    transition: all .3s ease
}

.upgrade-button[data-v-ef0a99dc]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px #ff84004d
}

.upgrade-button[data-v-ef0a99dc]:hover:before {
    left: 100%;
    transition: all .8s ease
}

.upgrade-button[data-v-ef0a99dc]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px #ff84004d
}

.upgrade-button[data-v-ef0a99dc]:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

.upgrade-button[data-v-ef0a99dc]:disabled:before {
    display: none
}

.upgrade-button .button-label[data-v-ef0a99dc] {
    color: #fff
}

.free-deposit-case-container[data-v-ef0a99dc] {
    width: 100%;
    max-width: 337px;
    margin: 0 auto
}

.frame-2087329029[data-v-ef0a99dc],.frame-2087329029[data-v-ef0a99dc] * {
    box-sizing: border-box
}

.frame-2087329029[data-v-ef0a99dc] {
    background: rgba(255,255,255,.02);
    border-radius: 12px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.frame-2087329028[data-v-ef0a99dc] {
    background: rgba(255,255,255,.02);
    border-radius: 12px;
    border-style: solid;
    border-color: #ffffff05;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.iconex-filled-info-circle[data-v-ef0a99dc] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative
}

.info-circle[data-v-ef0a99dc] {
    height: auto;
    max-width: 100%
}

._12[data-v-ef0a99dc] {
    text-align: center;
    font-family: Inter-Bold,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

._12-span[data-v-ef0a99dc] {
    color: #fff
}

._12-span2[data-v-ef0a99dc] {
    color: #0075ff
}

.button[data-v-ef0a99dc] {
    border-radius: 10px;
    padding: 10px 15px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    min-width: 72px;
    position: relative
}

.deposits-in-the-last-24-hours[data-v-ef0a99dc] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087328873[data-v-ef0a99dc] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.label[data-v-ef0a99dc] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.frame-2087329031[data-v-ef0a99dc] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-top: 20px
}

.button-cooldown[data-v-ef0a99dc] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative
}

.label-cooldown[data-v-ef0a99dc] {
    color: #0075ff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.loader-container[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-width: 393px;
    width: 100%;
    position: relative;
    padding: var(--spacing-16);
    background-color: var(--color-background);
    margin: 0 auto
}



.loader-content[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.loader-header[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    letter-spacing: -.4px;
    width: 100%;
    margin-bottom: 32px
}

.logo-container[data-v-05a491e2] {
    width: 250px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-logo[data-v-05a491e2] {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    animation: float-05a491e2 1.2s ease-in-out infinite alternate
}

.loader-title[data-v-05a491e2] {
    color: var(--color-text);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    margin-top: var(--spacing-10)
}

.loader-copyright[data-v-05a491e2] {
    color: rgba(240, 240, 240, 0.5); /* Полупрозрачный светлый текст */
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-normal);
    margin-top: var(--spacing-10);
}

.loader-social-handle[data-v-05a491e2] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-normal);
    position: absolute;
    bottom: var(--spacing-16)
}



.loading-spinner-container[data-v-05a491e2] {
    width: 150px;
    height: 10px;
    border-radius: 1px;
    background: linear-gradient(90deg, #7606fe 30%, #f3f3f3 30%);
    background-size: 300% 100%;
    animation: custom_progress 1s ease-in-out infinite;
    margin-bottom: 15px; /* Отступ между спиннером и текстом */
}




.loading-text[data-v-05a491e2] {
    color: #ffffffb3;
    font-size: 14px;
    line-height: 20px;
    position: relative; top: 15px;
    text-align: center;
}

.error-container[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    background: rgba(44, 0, 252, 0.05);
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 320px;
    animation: fadeIn-05a491e2 .3s ease
}

.error-icon[data-v-05a491e2] {
    font-size: 48px
}

.error-title[data-v-05a491e2] {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 600
}

.error-message[data-v-05a491e2] {
    color: var(--color-text);
    opacity: .8;
    font-size: 16px;
    line-height: 1.5
}

.retry-button[data-v-05a491e2] {
    background: rgba(0,136,204,.8);
    color: #fff;
    border-radius: 12px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    margin-top: 12px
}

.retry-button[data-v-05a491e2]:hover {
    background: rgba(0,136,204,1);
    transform: translateY(-2px)
}

.maintenance-container[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    background-color: var(--color-background);
    width: 100%;
    max-width: 360px
}

.maintenance-content[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%
}

.maintenance-logo[data-v-05a491e2] {
    width: 180px;
    margin-bottom: 0
}

.maintenance-alert[data-v-05a491e2] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 16px;
    padding: 32px 20px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.alert-icon[data-v-05a491e2] {
    font-size: 40px;
    margin-bottom: 10px
}

.maintenance-title[data-v-05a491e2] {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 600
}

.maintenance-message[data-v-05a491e2] {
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
    opacity: .8
}

.maintenance-submessage[data-v-05a491e2] {
    color: var(--color-text);
    font-size: 14px;
    margin-bottom: 16px;
    opacity: .6
}

.telegram-button[data-v-05a491e2] {
    background: #0088cc;
    border-radius: 12px;
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-block;
    margin-top: 8px;
    width: 80%
}

.telegram-button[data-v-05a491e2]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #0075ff4d
}

.telegram-button[data-v-05a491e2]:active {
    transform: translateY(1px)
}

@keyframes float-05a491e2 {
    0% {
        transform: translateY(-8px)
    }

    to {
        transform: translateY(8px)
    }
}

@keyframes spin-05a491e2 {
    to {
        transform: rotate(360deg)
    }
}

.login-widget-container[data-v-05a491e2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    background: rgba(106, 17, 203, 0.1);
    border-radius: 16px;
    padding: 32px 24px;
    width: 100%;
    max-width: 320px;
    animation: fadeIn-05a491e2 .3s ease
}

.widget-title[data-v-05a491e2] {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px
}

.widget-subtitle[data-v-05a491e2] {
    color: #ffffffb3;
    font-size: 16px;
    margin-bottom: 16px
}

.telegram-widget[data-v-05a491e2] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px
}

@keyframes fadeIn-05a491e2 {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.app-container {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: var(--color-background)
}

.app-content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .2s ease
}

.fade-enter-from,.fade-leave-to {
    opacity: 0
}

.live-status-bar[data-v-44628978] {
    background: rgba(255,255,255,.02);
    border-radius: var(--radius-md);
    display: flex;
    width: 100%;
    max-width: 99%;
    overflow: hidden;
    position: relative
}

.live-indicator[data-v-44628978] {
    padding: 0 var(--spacing-10);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-2);
    align-items: center;
    position: absolute;
    left: -2px;
    top: 58%;
    transform: translateY(-50%);
    z-index: 2
}

.live-dot[data-v-44628978] {
    color: #23c265;
    font-size: 12px;
    font-weight: var(--font-weight-semibold);
    margin-bottom: 2px
}

.pulse[data-v-44628978] {
    animation: pulse-animation-44628978 2s infinite
}

@keyframes pulse-animation-44628978 {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.live-text[data-v-44628978] {
    color: #23c265;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-semibold);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    letter-spacing: .5px
}

.live-items[data-v-44628978] {
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    flex: 1;
    margin-left: 32px
}

.live-item[data-v-44628978] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%);
    border-radius: var(--radius-md);
    width: 50px
}

.black_backdrop[data-v-44628978] {
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    filter: contrast(1.1)
}

.live-item-content[data-v-44628978] {
    padding: var(--spacing-10);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px
}

.live-image[data-v-44628978] {
    width: 30px;
    height: 30px;
    object-fit: cover;
    aspect-ratio: 1
}

.live-items-transition-enter-from[data-v-44628978] {
    opacity: 0;
    transform: translateY(-50px)
}

.live-items-transition-enter-to[data-v-44628978] {
    opacity: 1;
    transform: translateY(0)
}

.live-items-transition-enter-active[data-v-44628978] {
    transition: all .5s ease
}

.live-items-transition-leave-from[data-v-44628978] {
    opacity: 1;
    transform: translateY(0)
}

.live-items-transition-leave-to[data-v-44628978] {
    opacity: 0;
    transform: translateY(50px)
}

.live-items-transition-leave-active[data-v-44628978] {
    transition: all .5s ease
}

.live-items-transition-move[data-v-44628978] {
    transition: transform .5s ease
}

.black_backdrop[data-v-44628978] {
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    filter: contrast(1.1)
}

.live-item.color1[data-v-44628978] {
    background: linear-gradient(180deg,rgba(48,66,85,0) 0%,rgba(48,66,85,.5) 100%),rgba(255,255,255,.05);
    border-bottom: 1px solid #7D95AF
}

.live-item.color2[data-v-44628978] {
    background: linear-gradient(180deg,rgba(40,57,150,0) 0%,rgba(40,57,150,.5) 100%),rgba(255,255,255,.05);
    border-bottom: 1px solid #5067E5
}

.live-item.color3[data-v-44628978] {
    background: linear-gradient(180deg,rgba(85,37,146,0) 0%,rgba(85,37,146,.5) 100%),rgba(255,255,255,.05);
    border-bottom: 1px solid #8F4EE0
}

.live-item.color4[data-v-44628978] {
    background: linear-gradient(180deg,rgba(138,37,92,0) 0%,rgba(138,37,92,.5) 100%),rgba(255,255,255,.05);
    border-bottom: 1px solid #C52F81
}

.live-item.color5[data-v-44628978] {
    background: linear-gradient(180deg,rgba(130,48,53,0) 0%,rgba(130,48,53,.5) 100%),rgba(255,255,255,.05);
    border-bottom: 1px solid #C03A42
}

.live-item.color6[data-v-44628978] {
    background: linear-gradient(180deg,rgba(140,93,50,0) 0%,rgba(140,93,50,.5) 100%),rgba(255,255,255,.05);
    border-bottom: 1px solid #DC904B
}

.fade-enter-active[data-v-ec3fcdbb],.fade-leave-active[data-v-ec3fcdbb] {
    transition: opacity .3s ease
}

.fade-enter-from[data-v-ec3fcdbb],.fade-leave-to[data-v-ec3fcdbb] {
    opacity: 0
}

.safemodal-overlay[data-v-ec3fcdbb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000
}

.safemodal-container[data-v-ec3fcdbb] {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    max-width: 95%;
    width: 100%
}

.image-container[data-v-ec3fcdbb] {
    position: relative;
    width: 100%;
    height: 293px;
    overflow: hidden
}

.safemodal-image[data-v-ec3fcdbb] {
    align-self: stretch;
    flex-shrink: 0;
    height: 293px;
    position: relative;
    overflow: visible;
    width: 100%;
    object-fit: cover;
    transition: opacity .5s ease
}

.hint-button[data-v-ec3fcdbb] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(20,20,21,.4);
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid rgba(255,255,255,.1)
}

.hint-button[data-v-ec3fcdbb]:hover {
    background: rgba(20,20,21,.6);
    border-color: #fff3;
    transform: scale(1.05)
}

.hint-label[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.frame-2087329044[data-v-ec3fcdbb] {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 207px;
    left: 50%;
    transform: translate(-50%)
}

.frame-2087329029[data-v-ec3fcdbb] {
    background: rgba(255,255,255,.1);
    border-radius: 20px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity .3s ease;
    min-width: 222px
}

.frame-2087329029.visible[data-v-ec3fcdbb] {
    opacity: 1
}

._12[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter-Bold,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    white-space: pre-line;
    word-wrap: break-word
}

.safemodal-content[data-v-ec3fcdbb] {
    margin: -40px 0 0;
    background: #141415;
    border-radius: 24px;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow-y: auto
}

.safemodal-header[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.safemodal-title[data-v-ec3fcdbb] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    width: 231px;
    display: flex;
    align-items: center;
    justify-content: center
}

.safemodal-subtitle[data-v-ec3fcdbb] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    width: 305px;
    display: flex;
    align-items: center;
    justify-content: center
}

.safemodal-close[data-v-ec3fcdbb] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.close[data-v-ec3fcdbb] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.safemodal-subscribe[data-v-ec3fcdbb] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.telegram-icon[data-v-ec3fcdbb] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1
}

.safemodal-subscribe-text[data-v-ec3fcdbb] {
    text-align: left;
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.subscribe-text[data-v-ec3fcdbb] {
    color: #fff
}

.subscribe-channel[data-v-ec3fcdbb] {
    color: #0075ff;
    cursor: pointer;
    text-decoration: underline
}

.safemodal-winner[data-v-ec3fcdbb] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 10px 10px 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.safemodal-winner-header[data-v-ec3fcdbb] {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.crown-icon[data-v-ec3fcdbb] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative
}

.last-winner-text[data-v-ec3fcdbb] {
    color: #fea500;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.safemodal-winner-info[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative
}

.safemodal-winner-details[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.winner-name[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.winner-time[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 12px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.winner-avatar[data-v-ec3fcdbb] {
    border-radius: 999px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 1
}

.safemodal-actions[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 10px
}

.safemodal-button[data-v-ec3fcdbb] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: opacity .2s
}

.safemodal-button[data-v-ec3fcdbb]:hover {
    opacity: .9
}

.button-label[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.error-message[data-v-ec3fcdbb] {
    background: rgba(255,59,48,.1);
    border: 1px solid rgba(255,59,48,.3);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ff3b30;
    font-family: Inter,sans-serif;
    font-size: 14px;
    text-align: center;
    align-self: stretch;
    margin-bottom: -10px
}

.code-inputs[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.code-input[data-v-ec3fcdbb] {
    background: rgba(106, 17, 203, 0.1);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 105.67px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
    cursor: pointer;
    transition: all .2s
}

.code-input[data-v-ec3fcdbb]:hover {
    background: rgba(255,255,255,.08);
    border-color: #fff3
}

.star-icon[data-v-ec3fcdbb] {
    opacity: .35
}

.digit-text[data-v-ec3fcdbb] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.hidden-input[data-v-ec3fcdbb] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    width: 0;
    height: 0
}

.open-safe-button[data-v-ec3fcdbb] {
    margin-top: 10px
}

.deposits-display[data-v-ec3fcdbb] {
    background: rgba(255,255,255,.02);
    border-radius: 12px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.deposits-content[data-v-ec3fcdbb] {
    border-radius: 10px;
    padding: 10px 15px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    min-width: 72px;
    position: relative
}

.deposits-title[data-v-ec3fcdbb] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.deposits-amount[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.deposits-value[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.attempts-info[data-v-ec3fcdbb] {
    background: rgba(255,255,255,.02);
    border-radius: 12px;
    border-style: solid;
    border-color: #ffffff05;
    border-width: 1px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.info-icon[data-v-ec3fcdbb] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative
}

.info-circle[data-v-ec3fcdbb] {
    height: auto;
    position: absolute;
    left: 1.25px;
    top: 1.25px;
    overflow: visible
}

.attempts-message[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.timer-deposit-container[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    height: 61px
}

.timer-section[data-v-ec3fcdbb] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 5px);
    height: 50px;
    position: relative
}

.timer-next-label[data-v-ec3fcdbb],.timer-next-time[data-v-ec3fcdbb] {
    color: #0075ff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.deposit-section[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 5px);
    position: relative
}

.deposit-with-badge[data-v-ec3fcdbb] {
    align-self: stretch
}

.tries-badge[data-v-ec3fcdbb] {
    background: #fea500;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 28px;
    position: absolute;
    right: -8px;
    top: -10px
}

.tries-text[data-v-ec3fcdbb] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 10px;
    font-weight: 600;
    position: relative
}

.timer-full[data-v-ec3fcdbb] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative
}

.timer-full-label[data-v-ec3fcdbb],.timer-full-time[data-v-ec3fcdbb] {
    color: #0075ff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.promo-error-container[data-v-ec3fcdbb] {
    width: 100%;
    margin-bottom: -10px
}

.promo-error[data-v-ec3fcdbb] {
    color: #ff3b30;
    background: rgba(255,59,48,.1);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    text-align: center;
    animation: fadeIn-ec3fcdbb .3s ease
}

@keyframes fadeIn-ec3fcdbb {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.confetti-container[data-v-ec3fcdbb] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 10000
}

.prize-panel[data-v-ec3fcdbb] {
    position: absolute;
    top: 187.92px;
    left: 50%;
    transform: translate(-50%);
    width: 327px;
    z-index: 10
}

.prize-content[data-v-ec3fcdbb] {
    background: rgba(20,20,21,.02);
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.prize-left[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0
}

.prize-icon[data-v-ec3fcdbb] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    aspect-ratio: 1
}

.prize-gift[data-v-ec3fcdbb] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.prize-label[data-v-ec3fcdbb] {
    color: #fff;
    text-align: left;
    font-family: Inter-Bold,sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.prize-right[data-v-ec3fcdbb] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0
}

.prize-amount[data-v-ec3fcdbb] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.modal-overlay[data-v-b42f3099] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000;
    padding: 0
}

.modal-container[data-v-b42f3099] {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative
}

.modal-content[data-v-b42f3099] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    max-height: 90vh
}

.modal-header[data-v-b42f3099] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.modal-title[data-v-b42f3099] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    margin: 0
}

.modal-close[data-v-b42f3099] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0
}

.modal-body[data-v-b42f3099] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center
}

.modal-description[data-v-b42f3099] {
    color: #fff;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 16px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    margin: 0;
    width: 100%
}

.modal-footer[data-v-b42f3099] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.modal-button[data-v-b42f3099] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    transition: opacity .2s ease
}

.modal-button[data-v-b42f3099]:hover {
    opacity: .8
}

.modal-fade-enter-active[data-v-b42f3099],.modal-fade-leave-active[data-v-b42f3099] {
    transition: opacity .3s ease
}

.modal-fade-enter-from[data-v-b42f3099],.modal-fade-leave-to[data-v-b42f3099] {
    opacity: 0
}

.modal-slide-enter-active[data-v-b42f3099],.modal-slide-leave-active[data-v-b42f3099] {
    transition: transform .3s ease
}

.modal-slide-enter-from[data-v-b42f3099],.modal-slide-leave-to[data-v-b42f3099] {
    transform: translateY(100%)
}

@media (min-width: 768px) {
    .modal-overlay[data-v-b42f3099] {
        align-items:center
    }

    .modal-content[data-v-b42f3099] {
        border-radius: 24px
    }
}

.safe-banner[data-v-267abcd6] {
    flex-shrink: 0;
    height: 82px;
    position: relative;
    width: 100%;
    margin-bottom: -10px;
    cursor: pointer
}

.safe-banner-content[data-v-267abcd6] {
    background: linear-gradient(115.39deg,rgba(42,131,207,1) 0%,rgba(159,63,255,1) 100%);
    border-radius: 16px;
    padding: 15px 15px 15px 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 12px;
    box-shadow: 0 0 30px #7500ea33
}

.safe-banner-text[data-v-267abcd6] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    flex: 1
}

.safe-banner-image[data-v-267abcd6] {
    flex-shrink: 0;
    width: 123px;
    height: 88px;
    position: absolute;
    left: 9.5px;
    top: -18px;
    transform-origin: 0 0;
    transform: rotate(0) scale(1);
    object-fit: cover;
    aspect-ratio: 123/88
}

.tabs[data-v-267abcd6],.tabs[data-v-267abcd6] * {
    box-sizing: border-box
}

.tabs[data-v-267abcd6],.tab-segment[data-v-267abcd6],.tab-segment3[data-v-267abcd6],.text[data-v-267abcd6] {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,"Noto Color Emoji","Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,Noto Sans,Inter-SemiBold,Inter,Roboto,Helvetica,Arial,sans-serif!important;
    font-variant-emoji: emoji;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tabs[data-v-267abcd6] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.tabs[data-v-267abcd6]::-webkit-scrollbar {
    display: none
}

.tab-segment[data-v-267abcd6] {
    border-radius: 10px;
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 60px;
    height: var(--var-size-control-l, 40px);
    position: relative;
    box-shadow: var( --semantic-box-shadow-box-shadow-segment-tab-box-shadow, 0px 1px 1px 0px rgba(0, 0, 0, .05) );
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap
}

.text[data-v-267abcd6] {
    color: #fff;
    text-align: center;
    font-family: var( --body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif );
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tab-segment3[data-v-267abcd6] {
    border-radius: var(--var-rounding-control-l, 10px);
    padding: 0 8px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 60px;
    height: var(--var-size-control-l, 40px);
    position: relative;
    box-shadow: var( --semantic-box-shadow-box-shadow-segment-tab-box-shadow, 0px 1px 1px 0px rgba(0, 0, 0, .05) );
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap
}

.tab-segment.active[data-v-267abcd6],.tab-segment3.active[data-v-267abcd6] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%)
}

.tab-segment[data-v-267abcd6]:hover,.tab-segment3[data-v-267abcd6]:hover {
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.15) 100%)
}

.cases-section[data-v-267abcd6] {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center
}

.cases-grid[data-v-267abcd6] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8px;
    width: 100%;
    max-width: 100%
}

.case-card[data-v-267abcd6] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease;
    cursor: pointer
}

.case-card[data-v-267abcd6]:hover {
    transform: translateY(-5px)
}

.free-case-image-container[data-v-267abcd6] {
    border-radius: 16px;
    background: radial-gradient(closest-side,rgba(255,255,255,.4) 0%,rgba(255,255,255,0) 100%),linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 100%);
    width: 100%;
    height: 176px;
    position: relative;
    overflow: hidden
}

.free-case-text-svg[data-v-267abcd6] {
    width: 155px;
    height: 176px;
    position: absolute;
    top: 0;
    overflow: visible
}

.free-case-image[data-v-267abcd6] {
    width: 120px;
    height: 172px;
    position: absolute;
    right: 0;
    bottom: -0;
    object-fit: cover
}

.custom-case-image[data-v-267abcd6] {
    width: 181px!important;
    height: 167px!important;
    right: -19px!important;
    scale: .9;
    bottom: -9px!important
}

.free-case-footer[data-v-267abcd6] {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 50px;
    position: relative
}

.free-case-label[data-v-267abcd6] {
    color: #fff;
    text-align: left;
    font-family: var(--font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--font-size-md, 14px);
    line-height: var(--line-height-md, 20px);
    font-weight: var(--font-weight-semibold, 600);
    position: relative
}

.case-image-container[data-v-267abcd6] {
    border-radius: 16px;
    align-self: stretch;
    height: 176px;
    position: relative;
    overflow: hidden
}

.case-image[data-v-267abcd6] {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    aspect-ratio: 1
}

.case-new-badge[data-v-267abcd6] {
    background: #0075FF;
    border-radius: 16px;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 26px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1
}

.case-new-label[data-v-267abcd6] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

video.case-image[data-v-267abcd6] {
    object-fit: cover;
    pointer-events: none
}

.case-footer[data-v-267abcd6] {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 50px;
    position: relative
}

.case-price[data-v-267abcd6] {
    color: #fff;
    text-align: left;
    font-family: var(--font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--font-size-md, 14px);
    line-height: var(--line-height-md, 20px);
    font-weight: var(--font-weight-semibold, 600);
    position: relative
}

.black_backdrop[data-v-267abcd6] {
    background: none!important;
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 105% 200%!important;
    filter: contrast(1.1)!important
}

.hot-case[data-v-267abcd6] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%)!important;
    border: 1px solid #ffaf39;
    box-shadow: 0 0 20px #ffaf3933
}

.case-hot-badge[data-v-267abcd6] {
    background: radial-gradient(85.17% 48.67% at 50% 50%,#FFF 0%,#231F20 100%),linear-gradient(0deg,#FFD041 0%,#FFD041 100%),#FFAF39;
    background-blend-mode: soft-light,normal,normal;
    border-radius: 16px;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 26px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1
}

.case-hot-label[data-v-267abcd6] {
    color: #000;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.case-hot-help[data-v-267abcd6] {
    background: #141415;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    cursor: pointer
}

.case-hot-help svg[data-v-267abcd6] {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    position: relative;
    overflow: visible
}

.ton-gold-icon[data-v-267abcd6] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    aspect-ratio: 1
}

.case-hot-timer[data-v-267abcd6] {
    display: inline-flex;
    height: 26px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(115deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 2
}

@media (min-width: 768px) {
    .cases-grid[data-v-267abcd6] {
        max-width:768px
    }

    .cases-grid[data-v-267abcd6] {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width: 992px) {
    .cases-grid[data-v-267abcd6] {
        max-width:992px
    }

    .cases-grid[data-v-267abcd6] {
        grid-template-columns: repeat(4,1fr)
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .cases-grid[data-v-267abcd6] {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 380px) {
    .safe-banner-text[data-v-267abcd6] {
        font-size:15px!important
    }
}

.user-header[data-v-bd830ce8] {
    padding: var(--spacing-12) var(--spacing-8);
    width: 100%;
    position: relative;
    z-index: 100
}

.user-header-row[data-v-bd830ce8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto
}

.profile[data-v-bd830ce8] {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-8);
    align-items: center;
    white-space: nowrap;
    min-width: fit-content;
    transition: transform .2s ease
}

.profile[data-v-bd830ce8]:hover {
    transform: translateY(-2px)
}

.avatar[data-v-bd830ce8] {
    border-radius: var(--radius-round);
    width: 36px;
    height: 36px;
    object-fit: cover;
    flex-shrink: 0
}

.profile-info[data-v-bd830ce8] {
    display: flex;
    flex-direction: column
}

.profile-name[data-v-bd830ce8] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px
}

.wallet-section[data-v-bd830ce8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-8);
    justify-content: flex-end;
    white-space: nowrap;
    min-width: fit-content;
    flex-shrink: 0
}

.wallet-button[data-v-bd830ce8] {
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
    padding: 2px 11px 3px;
    height: 36px;
    cursor: pointer;
    transition: all .2s ease
}

.wallet-button[data-v-bd830ce8]:hover:not(:disabled) {
    background: rgba(255,255,255,.05)
}

.wallet-button[data-v-bd830ce8]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.wallet-display[data-v-bd830ce8] {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
    padding: 2px 2px 2px 11px;
    height: 36px
}

.wallet-text[data-v-bd830ce8] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.disconnect-button[data-v-bd830ce8] {
    background: rgba(106, 17, 203, 0.1);
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease
}

.disconnect-button[data-v-bd830ce8]:hover {
    background: rgba(255,59,48,.2)
}

.disconnect-icon[data-v-bd830ce8] {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 700
}

.button-label[data-v-bd830ce8] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.coin-count-container[data-v-bd830ce8] {
    display: flex;
    align-items: center;
    gap: var(--spacing-8);
    transition: transform .2s ease
}

.coin-count-container[data-v-bd830ce8]:hover {
    transform: translateY(-2px)
}

.coin-count[data-v-bd830ce8] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold);
    transition: transform .3s ease,color .3s ease
}

.balance-increase[data-v-bd830ce8] {
    color: #23c265;
    animation: pulseIncrease-bd830ce8 1s ease
}

.balance-decrease[data-v-bd830ce8] {
    color: #ff4d4d;
    animation: pulseDecrease-bd830ce8 1s ease
}

@keyframes pulseIncrease-bd830ce8 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulseDecrease-bd830ce8 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.coin-container[data-v-bd830ce8] {
    background: var(--color-hint-bg);
    border-radius: var(--radius-round);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px
}

.wallet-dropdown-container[data-v-bd830ce8] {
    position: relative;
    display: inline-block;
    z-index: 1000
}

.wallet-address-button[data-v-bd830ce8] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.14);
    padding: 2px 11px;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease
}

.wallet-address-button[data-v-bd830ce8]:hover {
    background: rgba(255,255,255,.1)
}

.dropdown-menu[data-v-bd830ce8] {
    position: fixed;
    width: 160px;
    background: #1A1A1D;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 4px 12px #0000004d;
    z-index: 9999;
    overflow: hidden
}

.dropdown-item[data-v-bd830ce8] {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s ease
}

.dropdown-item[data-v-bd830ce8]:hover {
    background: rgba(255,255,255,.05)
}

.dropdown-item[data-v-bd830ce8]:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.dropdown-item.disconnect[data-v-bd830ce8],.dropdown-item.disconnect span[data-v-bd830ce8] {
    color: #ff4d4d
}

.copy-success[data-v-bd830ce8] {
    position: fixed;
    background: rgba(35,194,101,.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    z-index: 10000;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 2px 8px #0003;
    animation: fadeInSuccess-bd830ce8 .3s ease;
    text-align: center
}

@keyframes fadeInSuccess-bd830ce8 {
    0% {
        opacity: 0;
        transform: translate(-50%,-10px)
    }

    to {
        opacity: 1;
        transform: translate(-50%)
    }
}

.wallet-error[data-v-bd830ce8] {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
    background: rgba(255,59,48,.15);
    border-left: 4px solid rgb(255,59,48);
    padding: 12px 16px;
    border-radius: 8px;
    width: calc(100% - 32px);
    max-width: 500px;
    font-size: var(--font-size-sm);
    color: var(--color-text);
    animation: fadeIn-bd830ce8 .3s ease;
    z-index: 100
}

.close-error[data-v-bd830ce8] {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    color: var(--color-text);
    font-size: 16px;
    cursor: pointer;
    opacity: .7
}

.close-error[data-v-bd830ce8]:hover {
    opacity: 1
}

@keyframes fadeIn-bd830ce8 {
    0% {
        opacity: 0;
        transform: translate(-50%,-10px)
    }

    to {
        opacity: 1;
        transform: translate(-50%)
    }
}

.footer-info[data-v-88094f08] {
    margin-top: 80px;
    padding: 20px
}

.footer-vlo[data-v-88094f08] {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.15) 100%);
    border-radius: 16px;
    padding: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 4px 24px #0003
}

.text[data-v-88094f08] {
    text-align: center;
    color: #fff9;
    font-size: 14px;
    line-height: 1.8
}

.company-name[data-v-88094f08] {
    font-weight: 600;
    color: #fffc;
    margin-right: 8px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.company-name[data-v-88094f08]:after {
    content: ":";
    margin-right: 8px
}

.company-details[data-v-88094f08] {
    color: #ffffff80
}

.footer-links[data-v-88094f08] {
    margin-top: 16px;
    text-align: center
}

.footer-link[data-v-88094f08] {
    color: #ffffffb3;
    text-decoration: none;
    font-size: 14px;
    transition: color .3s ease;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 2px
}

.footer-link[data-v-88094f08]:hover {
    color: #ffffffe6;
    border-bottom-color: #fff9
}

@media (max-width: 768px) {
    .footer-info[data-v-88094f08] {
        margin-top:60px;
        padding: 15px
    }

    .footer-vlo[data-v-88094f08] {
        padding: 30px 20px;
        border-radius: 12px
    }

    .text[data-v-88094f08] {
        font-size: 13px
    }
}

.main-page[data-v-66ac9c5e] {
    padding: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%
}

.main-panel[data-v-66ac9c5e] {
    padding: 0 var(--spacing-8);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-10);
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.top-bar[data-v-66ac9c5e] {
    padding: var(--spacing-12) var(--spacing-8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px
}

.wallet-dropdown-section[data-v-66ac9c5e] {
    display: flex;
    justify-content: center;
    padding: var(--spacing-8) 0;
    width: 100%
}

@media (min-width: 768px) {
    .main-panel[data-v-66ac9c5e] {
        padding:0 var(--spacing-16);
        max-width: 90vw
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .main-panel[data-v-66ac9c5e] {
        max-width:95vw
    }
}

.weekly-leaderboard[data-v-981147a7] {
    padding: 0 8px 90px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-10);
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    position: relative
}

.leaderboard-tabs[data-v-981147a7] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: var(--radius-md);
    padding: var(--spacing-4);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative
}

.tab-button[data-v-981147a7] {
    border-radius: var(--radius-sm);
    padding: 0 var(--spacing-16);
    display: flex;
    flex-direction: row;
    gap: var(--spacing-8);
    align-items: center;
    justify-content: center;
    flex: 1;
    height: var(--size-control-l, 40px);
    position: relative;
    cursor: pointer;
    transition: all .2s ease
}

.tab-button[data-v-981147a7]:hover:not(.active) {
    background: rgba(255,255,255,.05)
}

.tab-button.active[data-v-981147a7] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%);
    box-shadow: 0 1px 1px #0000000d
}

.tab-text[data-v-981147a7] {
    color: var(--color-text);
    text-align: center;
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.rewards-section[data-v-981147a7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-10);
    margin-bottom: var(--spacing-10)
}

.rewards-header[data-v-981147a7] {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start
}

.rewards-title[data-v-981147a7] {
    color: var(--color-text);
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold)
}

.rewards-subtitle[data-v-981147a7] {
    color: var(--color-text);
    text-align: center;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: var(--font-weight-normal);
    opacity: .5
}

.rewards-container[data-v-981147a7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.rewards-row[data-v-981147a7] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%
}

.reward-card[data-v-981147a7] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: var(--radius-md);
    padding: 8px;
    flex: 1;
    height: 120px;
    position: relative;
    overflow: hidden;
    transition: transform .2s ease
}

.reward-card[data-v-981147a7]:hover {
    transform: translateY(-2px)
}

.reward-card-large[data-v-981147a7] {
    height: 140px
}

.reward-glow[data-v-981147a7] {
    border-radius: 50%;
    width: 112px;
    height: 112px;
    position: absolute;
    left: -39px;
    top: 26px;
    filter: blur(50px)
}

.reward-glow-gold[data-v-981147a7] {
    background: #ffd041
}

.reward-glow-silver[data-v-981147a7] {
    background: #696969
}

.reward-glow-bronze[data-v-981147a7] {
    background: #bb9375
}

.reward-image[data-v-981147a7] {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
    aspect-ratio: 1
}

.reward-image-large[data-v-981147a7] {
    width: 130px;
    height: 130px;
    right: -4.5px;
    top: 8px
}

.reward-badge[data-v-981147a7] {
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 26px;
    position: absolute;
    left: 5px;
    top: 5px
}

.reward-badge-gold[data-v-981147a7] {
    border-radius: 10px;
    background: linear-gradient(90deg,rgba(255,255,255,0) 1.33%,#FFF 50%,rgba(255,255,255,0) 98.67%),#FFD041;
    background-blend-mode: soft-light,normal
}

.reward-badge-silver[data-v-981147a7] {
    border-radius: 10px;
    background: linear-gradient(90deg,rgba(255,255,255,0) 1.33%,#FFF 50%,rgba(255,255,255,0) 98.67%),#696969;
    background-blend-mode: soft-light,normal
}

.reward-badge-bronze[data-v-981147a7] {
    border-radius: 10px;
    background: linear-gradient(90deg,rgba(255,255,255,0) 1.33%,#FFF 50%,rgba(255,255,255,0) 98.67%),#BB9375;
    background-blend-mode: soft-light,normal
}

.reward-badge-dark[data-v-981147a7] {
    background: #343435
}

.reward-badge-text[data-v-981147a7] {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: var(--font-weight-semibold)
}

.reward-badge-gold .reward-badge-text[data-v-981147a7] {
    color: #000
}

.leaderboard-headers[data-v-981147a7] {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.header-text[data-v-981147a7] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-normal);
    opacity: .5
}

.loading-state[data-v-981147a7] {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%
}

.loading-spinner[data-v-981147a7] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,.1);
    border-top: 3px solid #0075FF;
    border-radius: 50%;
    animation: spin-981147a7 1s linear infinite
}

.loading-text[data-v-981147a7] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    opacity: .7
}

@keyframes spin-981147a7 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.error-state[data-v-981147a7] {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%
}

.error-message[data-v-981147a7] {
    color: #ff4d4d;
    font-size: var(--font-size-md);
    text-align: center
}

.retry-button[data-v-981147a7] {
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background .2s ease
}

.retry-button[data-v-981147a7]:hover {
    background: rgba(255,255,255,.15)
}

.leaderboard-users[data-v-981147a7] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%
}

.user-card[data-v-981147a7] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: var(--radius-md);
    padding: var(--spacing-10);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: transform .2s ease
}

.user-card[data-v-981147a7]:hover {
    transform: translateY(-2px)
}

.user-card.highlight[data-v-981147a7] {
    background: linear-gradient(115.39deg,rgba(0,152,234,.05) 0%,rgba(0,152,234,.15) 100%);
    box-shadow: 0 4px 12px #0000001a;
    border-left: 2px solid #0075ff
}

.user-card.current-user[data-v-981147a7] {
    background: linear-gradient(to right,#0075ff,#0075ff),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05)),linear-gradient(to left,#141415,#141415);
    border-radius: 20px;
    box-shadow: 0 4px 20px #0000004d;
    padding: 10px 16px
}

.user-info[data-v-981147a7] {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-8);
    align-items: center
}

.user-avatar[data-v-981147a7] {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    aspect-ratio: 1
}

.user-details[data-v-981147a7] {
    display: flex;
    flex-direction: column;
    gap: 0
}

.user-name[data-v-981147a7] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.user-stats[data-v-981147a7] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    font-weight: var(--font-weight-normal);
    opacity: .5
}

.user-earnings[data-v-981147a7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px
}

.earnings-amount[data-v-981147a7] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 100%);
    border-radius: var(--radius-sm);
    padding: 0 var(--spacing-16);
    display: flex;
    flex-direction: row;
    gap: var(--spacing-8);
    align-items: center;
    height: 100%
}

.amount-text[data-v-981147a7] {
    color: var(--color-text);
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.coin-wrapper[data-v-981147a7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.user-rank[data-v-981147a7] {
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    padding: 0 var(--spacing-12);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.rank-text[data-v-981147a7] {
    color: var(--color-text);
    font-size: var(--font-size-sm);
    line-height: var(--line-height-md);
    font-weight: var(--font-weight-semibold)
}

.current-user-fixed[data-v-981147a7] {
    position: fixed;
    bottom: 90px;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding: 0 16px;
    animation: slideUp-981147a7 .3s ease
}

@keyframes slideUp-981147a7 {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.user-status-card[data-v-981147a7] {
    background: linear-gradient(to right,#0075ff,#0075ff),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05)),linear-gradient(to left,#141415,#141415);
    border-radius: 20px;
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 20px #0000004d;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

@media (max-width: 420px) {
    .weekly-leaderboard[data-v-981147a7] {
        padding:var(--spacing-8)
    }

    .user-name[data-v-981147a7] {
        font-size: var(--font-size-sm)
    }

    .user-stats[data-v-981147a7] {
        font-size: calc(var(--font-size-sm) - 2px)
    }

    .earnings-amount[data-v-981147a7],.user-rank[data-v-981147a7] {
        padding: 0 var(--spacing-8)
    }

    .current-user-fixed[data-v-981147a7] {
        padding: 0 8px
    }

    .rewards-row[data-v-981147a7] {
        flex-wrap: wrap
    }

    .reward-card[data-v-981147a7] {
        min-width: calc(30% - 5px)
    }
}

.weekly-page[data-v-aafc2f0f] {
    padding: 0 var(--spacing-8);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-10);
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    padding-bottom: 90px
}

@media (min-width: 768px) {
    .weekly-page[data-v-aafc2f0f] {
        padding:0 var(--spacing-16);
        max-width: 90vw
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .weekly-page[data-v-aafc2f0f] {
        max-width:424px
    }
}

.modal-overlay[data-v-8552786f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-8552786f] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 95%;
    transform: translateY(0);
    max-height: 90vh;
    transition: transform .3s cubic-bezier(.2,.8,.4,1)
}

.modal.closing[data-v-8552786f] {
    transform: translateY(100%)
}

.frame-2087328889[data-v-8552786f] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.withdraw-referral-balance[data-v-8552786f] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.enter-the-amount-you-want-to-withdraw[data-v-8552786f] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon[data-v-8552786f] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 10
}

.close[data-v-8552786f] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.frame-2087328884[data-v-8552786f] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.frame-2087328930[data-v-8552786f],.frame-2087328931[data-v-8552786f] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.button[data-v-8552786f] {
    border-radius: var(--spacing-base-spacing-12, 12px);
    border-style: solid;
    border-color: #ffffff24;
    border-width: 1px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    width: 100%
}

.wallet-input[data-v-8552786f],.amount-input[data-v-8552786f] {
    flex: 1;
    background: transparent;
    color: #fffc;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%
}

.wallet-input[data-v-8552786f]::placeholder,.amount-input[data-v-8552786f]::placeholder {
    color: #ffffff59
}

.button2[data-v-8552786f] {
    background: rgba(255,255,255,.14);
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    position: relative;
    cursor: pointer;
    transition: background-color .2s ease
}

.button2[data-v-8552786f]:hover:not(.disabled) {
    background: rgba(255,255,255,.2)
}

.button2.disabled[data-v-8552786f] {
    opacity: .5;
    cursor: not-allowed
}

.label2[data-v-8552786f] {
    color: var(--primitives-white-white, #ffffff);
    text-align: center;
    font-family: var( --body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif );
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

.button3[data-v-8552786f] {
    border-radius: var(--spacing-base-spacing-12, 12px);
    border-style: solid;
    border-color: #ffffff24;
    border-width: 1px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative
}

.coin[data-v-8552786f] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.button4[data-v-8552786f] {
    background: rgba(255,255,255,.14);
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    height: 36px;
    min-width: 72px;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: background-color .2s ease
}

.button4[data-v-8552786f]:hover {
    background: rgba(255,255,255,.2)
}

.label3[data-v-8552786f] {
    color: #fff;
    text-align: center;
    font-family: var( --body-body-semi-bold-font-family, "Inter-Regular", sans-serif );
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 400);
    position: relative;
    opacity: .7
}

.frame-2087328873[data-v-8552786f] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.label4[data-v-8552786f] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.coin2[data-v-8552786f] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.button5[data-v-8552786f] {
    background: #0075ff;
    border-radius: var(--spacing-base-spacing-12, 12px);
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease
}

.button5[data-v-8552786f]:hover:not(.disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.button5[data-v-8552786f]:active:not(.disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.button5.disabled[data-v-8552786f] {
    opacity: .5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

.label5[data-v-8552786f] {
    color: #fff;
    text-align: center;
    font-family: var( --body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif );
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

.error-message[data-v-8552786f] {
    background: rgba(255,77,77,.15);
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
    color: #ff4d4d;
    font-size: 14px;
    animation: fadeIn-8552786f .3s ease;
    margin-top: -20px
}

.success-message[data-v-8552786f] {
    background: rgba(35,194,101,.15);
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
    color: #23c265;
    font-size: 14px;
    animation: fadeIn-8552786f .3s ease;
    margin-top: -20px
}

@keyframes fadeIn-8552786f {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (min-width: 768px) {
    .modal[data-v-8552786f] {
        max-width:500px
    }
}

.invite-page[data-v-5d8b8948] {
    padding: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%
}

.main-top-panel[data-v-5d8b8948] {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 361px;
    box-sizing: border-box
}

.loading-state[data-v-5d8b8948] {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.loading-spinner[data-v-5d8b8948] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,.1);
    border-top-color: #0075ff;
    border-radius: 50%;
    animation: spin-5d8b8948 1s infinite linear
}

.loading-text[data-v-5d8b8948] {
    color: var(--color-text);
    opacity: .7;
    font-size: var(--font-size-md)
}

@keyframes spin-5d8b8948 {
    to {
        transform: rotate(360deg)
    }
}

.error-state[data-v-5d8b8948] {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.error-message[data-v-5d8b8948] {
    color: #ff4d4d;
    font-size: var(--font-size-md);
    text-align: center
}

.retry-button[data-v-5d8b8948] {
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all .2s ease
}

.retry-button[data-v-5d8b8948]:hover {
    background: rgba(255,255,255,.15)
}

.referral-banner[data-v-5d8b8948] {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

.rectangle-bg[data-v-5d8b8948] {
    width: 300px;
    height: 300px;
    position: absolute;
    right: -12%;
    top: 45%;
    transform: translateY(-50%);
    object-fit: cover;
    aspect-ratio: 1;
    z-index: 1
}

.banner-title[data-v-5d8b8948] {
    color: #fff;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.47px;
    font-weight: 600;
    position: relative;
    width: 100%;
    align-self: stretch;
    z-index: 2
}

.banner-title span[data-v-5d8b8948] {
    display: block
}

.banner-buttons[data-v-5d8b8948] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    align-self: stretch;
    z-index: 2
}

.invite-button[data-v-5d8b8948] {
    background: #0075ff;
    border-radius: 12px;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease
}

.invite-button[data-v-5d8b8948]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.invite-button[data-v-5d8b8948]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.button-label[data-v-5d8b8948] {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.copy-button[data-v-5d8b8948] {
    background: #0075ff;
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease
}

.copy-button[data-v-5d8b8948]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.copy-button[data-v-5d8b8948]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.icon[data-v-5d8b8948] {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.copy-icon[data-v-5d8b8948] {
    width: 100%;
    height: 100%
}

.copy-success[data-v-5d8b8948] {
    background: rgba(35,194,101,.9);
    border-radius: 12px;
    padding: 8px 16px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
    animation: fadeInOut-5d8b8948 2s ease-in-out;
    z-index: 10;
    box-shadow: 0 4px 12px #0003;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.balance-section[data-v-5d8b8948] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    z-index: 2
}

.balance-info[data-v-5d8b8948] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start
}

.label-small[data-v-5d8b8948] {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5
}

.balance-display[data-v-5d8b8948] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.balance-amount[data-v-5d8b8948] {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.coin-small[data-v-5d8b8948] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.withdraw-button[data-v-5d8b8948] {
    background: #0075ff;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 36px;
    cursor: pointer;
    transition: all .2s ease
}

.withdraw-button[data-v-5d8b8948]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.withdraw-button[data-v-5d8b8948]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.withdraw-button-disabled[data-v-5d8b8948] {
    opacity: .5;
    cursor: not-allowed
}

.withdraw-button-disabled[data-v-5d8b8948]:hover,.withdraw-button-disabled[data-v-5d8b8948]:active {
    background: #0075ff;
    transform: none;
    box-shadow: none
}

.success-message[data-v-5d8b8948] {
    background: rgba(35,194,101,.15);
    border-radius: 10px;
    padding: 12px 16px;
    color: #23c265;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    animation: fadeIn-5d8b8948 .3s ease;
    font-weight: var(--font-weight-semibold)
}

.invited-section[data-v-5d8b8948] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box
}

.invited-header[data-v-5d8b8948] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.section-title[data-v-5d8b8948] {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.33px;
    font-weight: 600
}

.count-badge[data-v-5d8b8948] {
    background: rgba(255,255,255,.14);
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.count-text[data-v-5d8b8948] {
    color: #fff;
    font-size: 10px;
    font-weight: 600
}

.invited-list-header[data-v-5d8b8948] {
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.empty-referrals[data-v-5d8b8948] {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

.empty-message[data-v-5d8b8948] {
    color: #fff9;
    font-size: 14px
}

.invited-list[data-v-5d8b8948] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%
}

.user-row[data-v-5d8b8948] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: transform .2s ease
}

.user-row[data-v-5d8b8948]:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.08)
}

.user-row-left[data-v-5d8b8948] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.user-avatar[data-v-5d8b8948] {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    aspect-ratio: 1
}

.user-details[data-v-5d8b8948] {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start
}

.user-name[data-v-5d8b8948] {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.profit-display[data-v-5d8b8948] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.1) 100%);
    border-radius: 10px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    height: 40px
}

.profit-amount[data-v-5d8b8948] {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.desktop-share-notification[data-v-5d8b8948] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    background: rgba(0,117,255,.95);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 400px;
    z-index: 1000;
    box-shadow: 0 4px 20px #0000004d;
    animation: slideUp-5d8b8948 .3s ease-out
}

.notification-content[data-v-5d8b8948] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.notification-title[data-v-5d8b8948] {
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.notification-text[data-v-5d8b8948] {
    color: #ffffffe6;
    font-size: 14px
}

.notification-close[data-v-5d8b8948] {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0 8px
}

@keyframes slideUp-5d8b8948 {
    0% {
        transform: translate(-50%,100%);
        opacity: 0
    }

    to {
        transform: translate(-50%);
        opacity: 1
    }
}

@keyframes fadeInOut-5d8b8948 {
    0% {
        opacity: 0;
        transform: translate(-50%) translateY(-10px)
    }

    20% {
        opacity: 1;
        transform: translate(-50%) translateY(0)
    }

    80% {
        opacity: 1;
        transform: translate(-50%) translateY(0)
    }

    to {
        opacity: 0;
        transform: translate(-50%) translateY(-10px)
    }
}

@keyframes fadeIn-5d8b8948 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .main-top-panel[data-v-5d8b8948] {
        max-width:393px
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .main-top-panel[data-v-5d8b8948] {
        max-width:424px
    }
}

.modal-overlay[data-v-b39ea157] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    overscroll-behavior: contain;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.modal[data-v-b39ea157] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    width: 100%;
    max-width: 95%;
    transform: translateY(0);
    max-height: 90vh;
    transition: transform .3s cubic-bezier(.2,.8,.4,1);
    touch-action: pan-y;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-overflow-scrolling: touch
}

.modal.closing[data-v-b39ea157] {
    transform: translateY(100%)
}

.modal.keyboard-active[data-v-b39ea157] {
    padding-bottom: 50vh;
    transform: translateY(0);
    overflow-y: auto
}

.modal-header[data-v-b39ea157] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.back-button[data-v-b39ea157] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.arrow-arrow-left-lg[data-v-b39ea157] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    overflow: visible;
    aspect-ratio: 1
}

.deposit[data-v-b39ea157] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.enter-the-amount-you-want-to-deposit[data-v-b39ea157] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon[data-v-b39ea157] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.close[data-v-b39ea157] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.transaction-status[data-v-b39ea157] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center
}

.transaction-hash[data-v-b39ea157] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%
}

.input-group[data-v-b39ea157] {
    border-radius: 12px;
    border-style: solid;
    border-color: #ffffff24;
    border-width: 1px;
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    position: relative
}

.input-group.disabled[data-v-b39ea157] {
    opacity: .6;
    pointer-events: none
}

.amount-input[data-v-b39ea157] {
    color: #fffc;
    font-family: var(--body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif);
    font-size: 16px;
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative;
    flex: 1;
    background: transparent;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-appearance: none;
    -moz-appearance: textfield
}

.amount-input[data-v-b39ea157]::-webkit-outer-spin-button,.amount-input[data-v-b39ea157]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.amount-input[data-v-b39ea157]::placeholder {
    color: #ffffff59
}

.coin[data-v-b39ea157] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-message[data-v-b39ea157] {
    background: rgba(255,59,48,.15);
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    color: #ff3b30;
    font-size: 14px
}

.deposit-button[data-v-b39ea157] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    overflow: hidden;
    border: none;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    z-index: 10;
    flex-shrink: 0
}

.deposit-button[data-v-b39ea157]:hover:not(.disabled):not(.confirming):not(.success) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.deposit-button[data-v-b39ea157]:active:not(.disabled):not(.confirming):not(.success) {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.deposit-button.disabled[data-v-b39ea157] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.deposit-button.confirming[data-v-b39ea157] {
    background: #3498db;
    animation: pulse-b39ea157 1.5s infinite;
    pointer-events: none
}

.deposit-button.success[data-v-b39ea157] {
    background: #23C265;
    transform: none;
    box-shadow: 0 4px 12px #23c2654d
}

.button-label[data-v-b39ea157] {
    color: #fff;
    text-align: center;
    font-family: var(--body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.button[data-v-b39ea157],.button[data-v-b39ea157] * {
    box-sizing: border-box
}

.button[data-v-b39ea157] {
    background: #23c265;
    border-radius: var(--spacing-base-spacing-12, 12px);
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    margin-top: -10px;
    height: 50px;
    position: relative;
    cursor: pointer
}

.button[data-v-b39ea157]:hover {
    background: #23c27a
}

.cryptobot-button[data-v-b39ea157] {
    background: #23C265
}

.cryptobot-button[data-v-b39ea157]:hover {
    background: #28d670
}

.cryptobot-button.disabled[data-v-b39ea157] {
    opacity: .5;
    cursor: not-allowed;
    background: #23C265
}

.label[data-v-b39ea157] {
    color: #fff;
    text-align: center;
    font-family: var(--body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

@keyframes pulse-b39ea157 {
    0% {
        opacity: .8
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .8
    }
}

@media (max-height: 600px) {
    .modal.keyboard-active[data-v-b39ea157] {
        padding-bottom:40vh
    }
}

.promocode-section[data-v-b39ea157] {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: stretch;
    margin-bottom: 16px
}

.promocode-card[data-v-b39ea157] {
    background: #23c265;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.promocode-image[data-v-b39ea157] {
    width: 157px;
    position: absolute;
    right: 1px;
    top: 0;
    object-fit: cover
}

.promocode-title[data-v-b39ea157] {
    color: #fff;
    text-align: left;
    font-family: Inter,sans-serif;
    font-size: 18px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    width: 186px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.promocode-subtitle[data-v-b39ea157] {
    color: #fff;
    text-align: left;
    font-family: Inter,sans-serif;
    font-size: 12px;
    letter-spacing: -.4px;
    font-weight: 500;
    position: relative;
    width: 183px;
    line-height: 1.4
}

.promocode-subtitle .text-semibold[data-v-b39ea157] {
    font-family: Inter,sans-serif;
    font-weight: 600
}

.promocode-dots[data-v-b39ea157] {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.promocode-input-container[data-v-b39ea157] {
    background: #23c265;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-end
}

.promocode-input-wrapper[data-v-b39ea157] {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    height: 50px;
    position: relative;
    padding: 0 7px 0 0
}

.promocode-input[data-v-b39ea157] {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation
}

.promocode-input.has-value[data-v-b39ea157] {
    font-weight: 600;
    padding-right: 8px
}

.promocode-input[data-v-b39ea157]::placeholder {
    color: #ffffffb3
}

.bonus-badge[data-v-b39ea157] {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 12px;
    color: #23c265;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bonus-display[data-v-b39ea157] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 50px;
    margin-bottom: 16px
}

.bonus-content[data-v-b39ea157] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center
}

.bonus-label[data-v-b39ea157] {
    color: #0075ff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5
}

.bonus-amount[data-v-b39ea157] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start
}

.bonus-value[data-v-b39ea157] {
    color: #0075ff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600
}

.coin-icon[data-v-b39ea157] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.coin-icon img[data-v-b39ea157] {
    width: 81.25%;
    height: 81.25%
}

.error-display[data-v-b39ea157] {
    background: rgba(255,68,68,.1);
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 50px;
    margin-bottom: 16px
}

.error-content[data-v-b39ea157] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center
}

.error-text[data-v-b39ea157] {
    color: #f44;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 500
}

.checking-spinner[data-v-b39ea157] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    animation: spin-b39ea157 1s linear infinite
}

@keyframes spin-b39ea157 {
    0% {
        transform: translateY(-50%) rotate(0)
    }

    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

@media (max-width: 380px) {
    .promocode-image[data-v-b39ea157] {
        width:121px!important;
        top: 29px
    }
}

.modal-overlay[data-v-2f900ba8],.modal-overlay[data-v-2f900ba8] * {
    box-sizing: border-box
}

.modal-overlay[data-v-2f900ba8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-2f900ba8] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    width: 100%;
    max-width: 95%;
    transform: translateY(0);
    max-height: 90vh
}

.modal.closing[data-v-2f900ba8] {
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.2,.8,.4,1)
}

.frame-2087328894[data-v-2f900ba8] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.deposit-with-gifts[data-v-2f900ba8] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087328886[data-v-2f900ba8] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 16px;
    cursor: pointer
}

.arrow-arrow-left-lg[data-v-2f900ba8] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    overflow: visible;
    aspect-ratio: 1
}

.send-a-gift-to-our-bot-and-we-will-credit-money-to-your-balance[data-v-2f900ba8] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 18px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    width: 279px;
    display: flex;
    align-items: center;
    justify-content: center
}

.button[data-v-2f900ba8] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease
}

.button[data-v-2f900ba8]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.label[data-v-2f900ba8] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.gift-prices[data-v-2f900ba8] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087328435[data-v-2f900ba8] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex: 1;
    position: relative;
    padding-bottom: 80px
}

.deposit[data-v-2f900ba8] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 24px 2px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 107px;
    position: relative;
    margin-bottom: 8px
}

.ezgif-8597-d-9-f-70-a-1286-1[data-v-2f900ba8] {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0) scale(1);
    object-fit: cover;
    aspect-ratio: 1
}

.hint[data-v-2f900ba8] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin[data-v-2f900ba8] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    aspect-ratio: 1
}

.group-2087328823[data-v-2f900ba8] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible
}

.title[data-v-2f900ba8] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.rectangle-161123953[data-v-2f900ba8] {
    background: linear-gradient(180deg,rgba(20,20,21,0) 0%,rgba(20,20,21,1) 100%);
    flex-shrink: 0;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none
}

.icon[data-v-2f900ba8] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 10
}

.close[data-v-2f900ba8] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.modal-overlay[data-v-68108772],.modal-overlay[data-v-68108772] * {
    box-sizing: border-box
}

.modal-overlay[data-v-68108772] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-68108772] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    width: 100%;
    max-width: 95%;
    transform: translateY(0);
    max-height: 90vh
}

.modal.closing[data-v-68108772] {
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.2,.8,.4,1)
}

.frame-2087328894[data-v-68108772] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.deposit-with-stars[data-v-68108772] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087328886[data-v-68108772] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 16px;
    cursor: pointer
}

.arrow-arrow-left-lg[data-v-68108772] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    overflow: visible;
    aspect-ratio: 1
}

.icon[data-v-68108772] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 10
}

.close[data-v-68108772] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.deposit-description[data-v-68108772] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 16px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .7;
    position: relative;
    margin-top: 10px
}

.stars-options[data-v-68108772] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
    margin-top: 10px
}

.star-option[data-v-68108772] {
    background: rgba(106, 17, 203, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease
}

.star-option[data-v-68108772]:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-2px)
}

.star-option.selected[data-v-68108772] {
    border-color: gold;
    background: rgba(255,215,0,.1)
}

.star-amount[data-v-68108772] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: gold;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 18px;
    font-weight: 600
}

.star-icon[data-v-68108772] {
    width: 20px;
    height: 20px
}

.coin-amount[data-v-68108772] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-family: Inter-Medium,sans-serif;
    font-size: 14px;
    font-weight: 500;
    opacity: .8
}

.coin-wrapper[data-v-68108772] {
    width: 16px;
    height: 16px;
    position: relative
}

.coin-icon[data-v-68108772] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.button[data-v-68108772] {
    background: #FFD700;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 20px
}

.button[data-v-68108772]:hover:not(.disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #ffd7004d
}

.button.disabled[data-v-68108772] {
    background: rgba(255,215,0,.3);
    cursor: not-allowed
}

.label[data-v-68108772] {
    color: #141415;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.exchange-info[data-v-68108772] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    margin-bottom: 20px
}

.alternative-info[data-v-68108772] {
    text-align: center;
    margin-top: 16px
}

.alternative-info p[data-v-68108772] {
    color: #f0f2f5;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    opacity: .6;
    margin-bottom: 8px
}

.bot-link[data-v-68108772] {
    color: gold;
    font-family: Inter-Medium,sans-serif;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 16px;
    border: 1px solid #FFD700;
    border-radius: 8px;
    display: inline-block;
    transition: all .2s ease
}

.bot-link[data-v-68108772]:hover {
    background: rgba(255,215,0,.1);
    transform: translateY(-1px)
}

.modal[data-v-aff4e3da],.modal[data-v-aff4e3da] * {
    box-sizing: border-box
}

.modal-overlay[data-v-aff4e3da] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-aff4e3da] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    width: 100%;
    max-width: 420px;
    transform: translateY(0);
    max-height: 90vh;
    transition: transform .3s cubic-bezier(.2,.8,.4,1)
}

.modal.closing[data-v-aff4e3da] {
    transform: translateY(100%)
}

.frame-2087328889[data-v-aff4e3da] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.deposit[data-v-aff4e3da] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.select-the-method-of-deposit[data-v-aff4e3da] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon[data-v-aff4e3da] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 10
}

.close[data-v-aff4e3da] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.frame-2087328884[data-v-aff4e3da] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.button[data-v-aff4e3da] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 0 20px;
    flex-shrink: 0;
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s ease
}

.button[data-v-aff4e3da]:hover {
    transform: translateY(-3px)
}

.button[data-v-aff4e3da]:active {
    transform: translateY(0)
}

.rectangle-161123957[data-v-aff4e3da] {
    background: radial-gradient(102.88% 102.89% at 60.65% 104.95%,#289DFF 64%,#0075FF 100%),radial-gradient(130.54% 130.55% at 13.29% 100.47%,rgba(0,117,255,0) 9%,#0075FF 78%);
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0
}

.frame-2087328953[data-v-aff4e3da] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%
}

.frame-2087328956[data-v-aff4e3da] {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    margin-bottom: -25px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1
}

.label[data-v-aff4e3da] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.rectangle-1611239572[data-v-aff4e3da] {
    background: radial-gradient(102.88% 102.89% at 60.65% 104.95%,#28C0FF 64%,#0098EA 100%),radial-gradient(130.54% 130.55% at 13.29% 100.47%,rgba(0,152,234,0) 9%,#0098EA 78%);
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0
}

.frame-20873289532[data-v-aff4e3da] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%
}

.frame-2087328954[data-v-aff4e3da] {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    margin-top: -5px;
    margin-bottom: -20px;
    position: relative;
    aspect-ratio: 1
}

.rectangle-1611239573[data-v-aff4e3da] {
    background: radial-gradient(102.88% 102.89% at 60.65% 104.95%,#4BEA8D 64%,#23C265 100%),radial-gradient(130.54% 130.55% at 13.29% 100.47%,rgba(35,194,101,0) 9%,#23C265 78%);
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0
}

.frame-20873289533[data-v-aff4e3da] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    top: 50%
}

.frame-2087328955[data-v-aff4e3da] {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    margin-bottom: -25px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1
}

.rectangle-1611239574[data-v-aff4e3da] {
    background: radial-gradient(closest-side,rgba(245,188,41,1) 63.999998569488525%,rgba(228,148,1,1) 100%),radial-gradient(closest-side,rgba(228,148,1,0) 9.000000357627869%,rgba(228,148,1,1) 77.99999713897705%);
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0
}

.frame-20873289552[data-v-aff4e3da] {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1
}

.modal-overlay[data-v-1ecdaa33] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-1ecdaa33] {
    background: #141415;
    border-radius: var(--spacing-base-spacing-24, 24px);
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    width: 100%;
    max-width: 95%;
    max-height: 90vh;
    transform: translateY(0);
    transition: transform .3s cubic-bezier(.2,.8,.4,1)
}

.modal.closing[data-v-1ecdaa33] {
    transform: translateY(100%)
}

.frame-2087328889[data-v-1ecdaa33] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.settings[data-v-1ecdaa33] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon[data-v-1ecdaa33] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    transition: all .2s ease
}

.icon[data-v-1ecdaa33]:hover {
    transform: scale(1.1)
}

.close[data-v-1ecdaa33] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.tabs[data-v-1ecdaa33] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.tab-segment[data-v-1ecdaa33] {
    border-radius: 10px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: var(--var-size-control-l, 40px);
    position: relative;
    cursor: pointer;
    transition: all .2s ease
}

.tab-segment.active[data-v-1ecdaa33] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%);
    box-shadow: var( --semantic-box-shadow-box-shadow-segment-tab-box-shadow, 0px 1px 1px 0px rgba(0, 0, 0, .05) )
}

.text[data-v-1ecdaa33] {
    color: #fff;
    text-align: left;
    font-family: var( --body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif );
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

.tab-segment2[data-v-1ecdaa33] {
    border-radius: var(--var-rounding-control-l, 10px);
    padding: 0px var(--var-spacing-16, 16px) 0px var(--var-spacing-16, 16px);
    display: flex;
    flex-direction: row;
    gap: var(--var-spacing-8, 8px);
    align-items: center;
    justify-content: center;
    flex: 1;
    height: var(--var-size-control-l, 40px);
    position: relative;
    cursor: pointer;
    transition: all .2s ease
}

.tab-segment2.active[data-v-1ecdaa33] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%);
    box-shadow: var( --semantic-box-shadow-box-shadow-segment-tab-box-shadow, 0px 1px 1px 0px rgba(0, 0, 0, .05) )
}

.demo-mode-section[data-v-1ecdaa33] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px
}

.demo-mode-title[data-v-1ecdaa33] {
    color: #fff;
    text-align: center;
    font-family: Inter-Bold,sans-serif;
    font-size: 18px;
    letter-spacing: -.5px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch
}

.demo-mode-description[data-v-1ecdaa33] {
    background: linear-gradient(135deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.06) 100%);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -.2px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.demo-mode-warning[data-v-1ecdaa33] {
    display: flex;
    justify-content: center;
    margin-bottom: 4px
}

.demo-mode-text[data-v-1ecdaa33],.demo-mode-info[data-v-1ecdaa33] {
    display: flex;
    flex-direction: column;
    text-align: center
}

.demo-mode-description-span[data-v-1ecdaa33] {
    font-family: Inter-SemiBold,sans-serif;
    font-weight: 600;
    color: orange;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.demo-mode-description-span2[data-v-1ecdaa33] {
    font-family: Inter-Regular,sans-serif;
    color: #ffffffd9;
    line-height: 1.5
}

.button[data-v-1ecdaa33] {
    background: #0075ff;
    border-radius: var(--spacing-base-spacing-12, 12px);
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease
}

.button[data-v-1ecdaa33]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.button.deactivate[data-v-1ecdaa33] {
    background: rgba(0,117,255,.1)
}

.button.deactivate[data-v-1ecdaa33]:hover {
    background: rgba(0,117,255,.15);
    box-shadow: none
}

.label[data-v-1ecdaa33] {
    color: #fff;
    text-align: center;
    font-family: var( --body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif );
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

.button.deactivate .label[data-v-1ecdaa33] {
    color: #0075ff
}

@media (min-width: 768px) {
    .modal[data-v-1ecdaa33] {
        max-width:440px;
        border-radius: 24px;
        align-items: center
    }
}

.modal-overlay[data-v-0cbb215d] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    padding: var(--spacing-16);
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-0cbb215d] {
    background: var(--color-background, #141415);
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow-y: auto;
    z-index: 10;
    margin-bottom: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.2) rgba(255,255,255,.05)
}

.rectangle[data-v-0cbb215d] {
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -20px;
    object-fit: contain;
    aspect-ratio: 1;
    z-index: -1
}

.coin-animation-container[data-v-0cbb215d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
    overflow: hidden
}

.animated-coin[data-v-0cbb215d] {
    position: absolute;
    bottom: 50px;
    animation: coinFlyUp-0cbb215d 1s ease-out forwards;
    z-index: 100
}

@keyframes coinFlyUp-0cbb215d {
    0% {
        transform: translateY(0) scale(1) rotate(0);
        opacity: 1
    }

    20% {
        transform: translateY(-20px) scale(1.2) rotate(45deg);
        opacity: 1
    }

    to {
        transform: translateY(-200vh) scale(.5) rotate(90deg);
        opacity: 0
    }
}

.modal[data-v-0cbb215d]::-webkit-scrollbar {
    width: 8px
}

.modal[data-v-0cbb215d]::-webkit-scrollbar-track {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px
}

.modal[data-v-0cbb215d]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 10px
}

.modal[data-v-0cbb215d]::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.3)
}

.close-button[data-v-0cbb215d] {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    transition: transform .2s ease
}

.close-button[data-v-0cbb215d]:hover {
    transform: scale(1.1)
}

.item-image[data-v-0cbb215d] {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1;
    position: relative
}

.item-info[data-v-0cbb215d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.item-name[data-v-0cbb215d] {
    color: var(--color-text, #F0F2F5);
    text-align: center;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: var(--font-weight-semibold, 600);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.item-description[data-v-0cbb215d] {
    color: var(--color-text, #F0F2F5);
    text-align: center;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.action-buttons[data-v-0cbb215d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.sell-button[data-v-0cbb215d] {
    background: var(--color-live, #23C265);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border: none;
    transition: all .2s ease
}

.sell-button[data-v-0cbb215d]:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #23c2654d
}

.sell-button[data-v-0cbb215d]:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 6px #23c2654d
}

.sell-button[data-v-0cbb215d]:disabled,.get-button[data-v-0cbb215d]:disabled,.upgrade-button[data-v-0cbb215d]:disabled {
    opacity: .7;
    cursor: not-allowed
}

.get-button[data-v-0cbb215d] {
    background: #0075FF;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border: none;
    transition: all .2s ease
}

.get-button[data-v-0cbb215d]:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #0075ff4d
}

.get-button[data-v-0cbb215d]:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 6px #0075ff4d
}

.upgrade-button[data-v-0cbb215d] {
    background: #FF8400;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    border: none;
    transition: all .2s ease
}

.upgrade-button[data-v-0cbb215d]:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #ff84004d
}

.upgrade-button[data-v-0cbb215d]:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 6px #ff84004d
}

.button-label[data-v-0cbb215d],.price-value[data-v-0cbb215d] {
    color: var(--color-text, #FFFFFF);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold, 600)
}

.coin-small[data-v-0cbb215d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.modal-fade-enter-active[data-v-0cbb215d] {
    transition: opacity 0s
}

.modal-fade-leave-active[data-v-0cbb215d] {
    transition: opacity .3s ease
}

.modal-fade-enter-from[data-v-0cbb215d],.modal-fade-leave-to[data-v-0cbb215d] {
    opacity: 0
}

.modal[data-v-0cbb215d] {
    transition: transform .3s ease
}

.modal-fade-enter-from .modal[data-v-0cbb215d],.modal-fade-leave-to .modal[data-v-0cbb215d] {
    transform: translateY(100%)
}

.modal-fade-enter-to .modal[data-v-0cbb215d] {
    transform: translateY(0)
}

@media (max-width: 480px) {
    .modal[data-v-0cbb215d] {
        max-width:100%;
        border-radius: 20px 20px 0 0
    }

    .item-image[data-v-0cbb215d] {
        width: 180px;
        height: 180px
    }

    .rectangle[data-v-0cbb215d] {
        width: 100%
    }
}

@media (min-width: 769px) {
    .modal[data-v-0cbb215d] {
        max-width:424px;
        border-radius: 24px 24px 0 0
    }
}

.modal-overlay[data-v-a474ac8b] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001
}

.modal[data-v-a474ac8b] {
    background: #141415;
    border-radius: 24px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 16px;
    z-index: 1002;
    min-height: fit-content;
    max-height: 90vh;
    overflow: hidden
}

.modal-background-container[data-v-a474ac8b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    z-index: -1
}

.rectangle[data-v-a474ac8b] {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    pointer-events: none
}

.icon[data-v-a474ac8b] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 5
}

.close[data-v-a474ac8b] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.get-gift[data-v-a474ac8b] {
    color: #f0f2f5;
    text-align: center;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.confirmation-message[data-v-a474ac8b] {
    text-align: center;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.4px;
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    max-width: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-message[data-v-a474ac8b] {
    text-align: center;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.4px;
    position: relative;
    max-width: 300px;
    width: 100%;
    color: #f0f2f5;
    opacity: .8;
    word-wrap: break-word
}

.text-normal[data-v-a474ac8b] {
    color: #f0f2f5;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.4px;
    font-weight: var(--font-weight-semibold, 600)
}

.text-highlight[data-v-a474ac8b] {
    color: #0075ff;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.4px;
    font-weight: var(--font-weight-semibold, 600)
}

.button-container[data-v-a474ac8b] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    width: 100%;
    position: relative
}

.primary-button[data-v-a474ac8b] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
    border: none;
    transition: all .2s ease
}

.primary-button[data-v-a474ac8b]:hover {
    background: #0068e3;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.primary-button[data-v-a474ac8b]:active {
    transform: translateY(1px)
}

.secondary-button[data-v-a474ac8b] {
    background: #121e2c;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: pointer;
    border: none;
    transition: all .2s ease
}

.secondary-button[data-v-a474ac8b]:hover {
    background: #362f4b;
    transform: translateY(-2px)
}

.secondary-button[data-v-a474ac8b]:active {
    transform: translateY(1px)
}

.button-label[data-v-a474ac8b] {
    color: #fff;
    text-align: center;
    font-family: var(--font-family, "Inter", sans-serif);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold, 600);
    position: relative
}

.secondary-button .button-label[data-v-a474ac8b] {
    color: #0075ff
}

@keyframes modalFadeIn-a474ac8b {
    0% {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.modal[data-v-a474ac8b] {
    animation: modalFadeIn-a474ac8b .3s ease forwards
}

.modal-overlay[data-v-dec51503] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    transform: translateZ(0);
    margin-bottom: 7px;
    overscroll-behavior: contain
}

.modal[data-v-dec51503] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    transition: transform .3s cubic-bezier(.2,.8,.4,1),opacity .3s ease
}

.modal.closing[data-v-dec51503] {
    transform: translateY(100%);
    opacity: 0
}

.frame-2087328889[data-v-dec51503] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.confirm[data-v-dec51503] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.are-you-sure-you-want-to-sell-all-your-items[data-v-dec51503] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon[data-v-dec51503] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 5
}

.close[data-v-dec51503] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.frame-2087328929[data-v-dec51503] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative
}

.label[data-v-dec51503] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

.coin[data-v-dec51503] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087328884[data-v-dec51503] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.button[data-v-dec51503] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
    border: none;
    width: 100%
}

.button[data-v-dec51503]:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.button[data-v-dec51503]:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 4px #0075ff4d
}

.button[data-v-dec51503]:disabled {
    opacity: .7;
    cursor: not-allowed
}

.button.loading[data-v-dec51503] {
    background: #0075ff;
    opacity: .8;
    cursor: not-allowed
}

.loading-spinner[data-v-dec51503] {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255,255,255,.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-dec51503 1s infinite linear
}

@keyframes spin-dec51503 {
    to {
        transform: rotate(360deg)
    }
}

.label2[data-v-dec51503] {
    color: #fff;
    text-align: center;
    font-family: var(--body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

.button2[data-v-dec51503] {
    background: rgba(0,117,255,.1);
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
    width: 100%
}

.button2[data-v-dec51503]:hover {
    background: rgba(0,117,255,.15);
    transform: translateY(-2px)
}

.button2[data-v-dec51503]:active {
    transform: translateY(1px)
}

.label3[data-v-dec51503] {
    color: #0075ff;
    text-align: center;
    font-family: var(--body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

@media (min-width: 768px) {
    .modal[data-v-dec51503] {
        max-width:600px;
        border-radius: 24px 24px 0 0
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .modal[data-v-dec51503] {
        max-width:95vw
    }
}

.black_backdrop[data-v-34d2e600] {
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 150% 100%!important;
    filter: contrast(1.1)
}

.inventory-section[data-v-34d2e600] {
    padding: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%
}

.inventory-header[data-v-34d2e600] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.buttons-profile-container[data-v-34d2e600] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.button[data-v-34d2e600] {
    border-radius: 10px;
    border-style: solid;
    border-color: #ffffff24;
    border-width: 1px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 72px;
    max-height: 36px;
    position: relative;
    cursor: pointer;
    transition: background-color .2s ease
}

.button[data-v-34d2e600]:hover {
    background-color: #ffffff0d
}

.label[data-v-34d2e600] {
    color: #fff;
    text-align: center;
    font-family: var(--body-body-semi-bold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--body-body-semi-bold-font-size, 14px);
    line-height: var(--body-body-semi-bold-line-height, 20px);
    font-weight: var(--body-body-semi-bold-font-weight, 600);
    position: relative
}

.success-message-container[data-v-34d2e600] {
    background: rgba(35,194,101,.15);
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
    position: relative;
    margin-top: 8px
}

.success-message-content[data-v-34d2e600] {
    color: #23c265;
    font-size: var(--font-size-md);
    padding-right: 20px
}

.success-close[data-v-34d2e600] {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    color: #23c265;
    font-size: 18px;
    cursor: pointer
}

.section-title[data-v-34d2e600] {
    color: var(--color-text);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5
}

.error-message-container[data-v-34d2e600] {
    background: rgba(255,59,48,.15);
    border-radius: 10px;
    padding: 12px 16px;
    width: 100%;
    position: relative;
    margin-top: 8px
}

.error-message-content[data-v-34d2e600] {
    color: #ff3b30;
    font-size: var(--font-size-md);
    padding-right: 20px
}

.error-close[data-v-34d2e600] {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: none;
    color: #ff3b30;
    font-size: 18px;
    cursor: pointer
}

.inventory-grid[data-v-34d2e600] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%
}

.inventory-item[data-v-34d2e600] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 24px 2px 2px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 6px);
    min-width: 100px;
    position: relative;
    transition: transform .2s ease
}

.inventory-item[data-v-34d2e600]:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.08)
}

.item-image[data-v-34d2e600] {
    width: 70px;
    height: 70px;
    object-fit: cover;
    aspect-ratio: 1
}

.item-price-tag[data-v-34d2e600] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin-wrapper[data-v-34d2e600] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.price-value[data-v-34d2e600] {
    color: var(--color-text);
    font-size: 12px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold)
}

.item-status[data-v-34d2e600] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px
}

.status-button[data-v-34d2e600] {
    border-radius: 10px;
    border: 1px solid var(--color-border);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease
}

.status-button[data-v-34d2e600]:hover {
    background-color: #ffffff1a
}

.status-sending[data-v-34d2e600] {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.status-icon[data-v-34d2e600] {
    width: 16px;
    height: 16px
}

.status-text[data-v-34d2e600] {
    font-size: 10px;
    font-weight: 500
}

.loading-spinner-small[data-v-34d2e600] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,165,0,.2);
    border-top-color: orange;
    border-radius: 50%;
    animation: spin-34d2e600 1s infinite linear;
    margin-right: 6px;
    min-width: 14px;
    min-height: 14px
}

@keyframes spin-34d2e600 {
    to {
        transform: rotate(360deg)
    }
}

.empty-state[data-v-34d2e600] {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.empty-state-message[data-v-34d2e600] {
    color: var(--color-text);
    opacity: .7;
    font-size: var(--font-size-md)
}

.open-cases-button[data-v-34d2e600] {
    background: #0075FF;
    border-radius: 12px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease
}

.open-cases-button[data-v-34d2e600]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.button-label[data-v-34d2e600] {
    color: var(--color-text);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold)
}

.error-state[data-v-34d2e600] {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.error-message[data-v-34d2e600] {
    color: #ff4d4d;
    font-size: var(--font-size-md);
    text-align: center
}

.retry-button[data-v-34d2e600] {
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all .2s ease
}

.retry-button[data-v-34d2e600]:hover {
    background: rgba(255,255,255,.15)
}

.loading-state[data-v-34d2e600],.pagination-loading[data-v-34d2e600] {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.loading-spinner[data-v-34d2e600] {
    width: 32px;
    height: 32px;
    border: 3px solid rgba(255,255,255,.1);
    border-top-color: #0075ff;
    border-radius: 50%;
    animation: spin-34d2e600 1s infinite linear
}

.loading-text[data-v-34d2e600] {
    color: var(--color-text);
    opacity: .7;
    font-size: var(--font-size-sm)
}

.pagination-loading[data-v-34d2e600] {
    padding: 12px 0
}

.pagination-loading .loading-spinner[data-v-34d2e600] {
    width: 24px;
    height: 24px
}

.end-of-list[data-v-34d2e600] {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    color: var(--color-text);
    opacity: .6;
    font-size: var(--font-size-sm)
}

.load-more-container[data-v-34d2e600] {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: center
}

.load-more-button[data-v-34d2e600] {
    background: transparent;
    border-radius: 10px;
    border: 1px solid var(--color-border);
    padding: 8px 16px;
    color: var(--color-text);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.load-more-button[data-v-34d2e600]:hover {
    background-color: #ffffff1a
}

.buttons-container[data-v-34d2e600] {
    display: flex;
    gap: 10px;
    margin-top: 16px
}

@media (min-width: 768px) {
    .inventory-item[data-v-34d2e600] {
        width:calc(25% - 6px)
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .inventory-item[data-v-34d2e600] {
        width:calc(33.33% - 6px)
    }
}

@media (max-width: 374px) {
    .inventory-item[data-v-34d2e600] {
        width:calc(50% - 4px)
    }
}

.profile-page[data-v-47cb848d] {
    padding: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%
}

.profile-container[data-v-47cb848d] {
    padding: 12px 16px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 361px;
    box-sizing: border-box
}

.profile-section[data-v-47cb848d] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%
}

.avatars[data-v-47cb848d] {
    border-radius: 817.36px;
    padding: 6.55px;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    position: relative;
    aspect-ratio: 1
}

.profile-avatar[data-v-47cb848d] {
    border-radius: var(--radius-round);
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1
}

.settings-button[data-v-47cb848d] {
    background: #202021;
    border-radius: 999px;
    border-style: solid;
    border-color: #141415;
    border-width: 2px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -8px;
    bottom: -8px;
    cursor: pointer;
    transition: all .2s ease
}

.settings-button[data-v-47cb848d]:hover {
    background: #2a2a2b;
    transform: scale(1.05)
}

.vuesax-bold-setting-2[data-v-47cb848d] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    aspect-ratio: 1
}

.vuesax-bold-setting-22[data-v-47cb848d] {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible
}

.profile-info[data-v-47cb848d] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
}

.profile-name[data-v-47cb848d] {
    color: var(--color-text);
    font-size: 24px;
    font-weight: var(--font-weight-semibold)
}

.profile-id[data-v-47cb848d] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px;
    padding: 8px 16px;
    color: var(--color-text);
    font-size: 12px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
    height: 36px;
    display: flex;
    align-items: center
}

.wallet-section[data-v-47cb848d] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.wallet-connected[data-v-47cb848d] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(0,117,255,.15) 100%);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.wallet-info[data-v-47cb848d] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.wallet-address[data-v-47cb848d] {
    color: var(--color-text);
    font-size: 14px;
    font-weight: var(--font-weight-semibold)
}

.disconnect-wallet-button[data-v-47cb848d] {
    background: rgba(255,77,77,.15);
    border-radius: 10px;
    padding: 8px 16px;
    color: #ff4d4d;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    cursor: pointer;
    transition: all .2s ease
}

.disconnect-wallet-button[data-v-47cb848d]:hover {
    background: rgba(255,77,77,.25)
}

.connect-wallet-button[data-v-47cb848d] {
    background: #0075FF;
    border-radius: 12px;
    padding: 12px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease
}

.connect-wallet-button[data-v-47cb848d]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.wallet-error[data-v-47cb848d] {
    background: rgba(255,59,48,.15);
    border-left: 4px solid rgb(255,59,48);
    padding: 12px 16px;
    border-radius: 8px;
    width: 100%;
    position: relative;
    font-size: var(--font-size-sm);
    color: var(--color-text);
    animation: fadeIn-47cb848d .3s ease
}

.close-error[data-v-47cb848d] {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: none;
    color: var(--color-text);
    font-size: 16px;
    cursor: pointer;
    opacity: .7
}

.close-error[data-v-47cb848d]:hover {
    opacity: 1
}

@keyframes fadeIn-47cb848d {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.balance-section[data-v-47cb848d] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease
}

.balance-coin-animation[data-v-47cb848d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100;
    overflow: hidden
}

.balance-animated-coin[data-v-47cb848d] {
    position: absolute;
    animation: coinFlyToBalance-47cb848d .8s cubic-bezier(.25,.1,.25,1) forwards;
    z-index: 100
}

@keyframes coinFlyToBalance-47cb848d {
    0% {
        transform: translateY(50px) translate(40px) scale(1);
        opacity: 1
    }

    40% {
        transform: translateY(20px) translate(30px) scale(.9);
        opacity: 1
    }

    70% {
        transform: translateY(0) translate(0) scale(.7);
        opacity: 1
    }

    to {
        transform: translateY(-5px) translate(-50px) scale(.5);
        opacity: 0
    }
}

.balance-info[data-v-47cb848d] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start
}

.label-small[data-v-47cb848d] {
    color: var(--color-text);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5
}

.balance-display[data-v-47cb848d] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.balance-amount[data-v-47cb848d] {
    color: var(--color-text);
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    transition: all .3s ease
}

.coin-small[data-v-47cb848d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.balance-actions[data-v-47cb848d] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center
}

.withdraw-button[data-v-47cb848d] {
    border-radius: 10px;
    border: 1px solid var(--color-border);
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 36px;
    cursor: pointer;
    transition: all .2s ease
}

.withdraw-button[data-v-47cb848d]:hover {
    background: rgba(255,255,255,.05)
}

.deposit-button[data-v-47cb848d] {
    background: #0075FF;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    width: 104px;
    height: 36px;
    cursor: pointer;
    transition: all .2s ease
}

.deposit-button[data-v-47cb848d]:hover {
    background: #0062d6;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px #0075ff4d
}

.button-label[data-v-47cb848d] {
    color: var(--color-text);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold)
}

@media (min-width: 768px) {
    .profile-container[data-v-47cb848d] {
        max-width:393px
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    .profile-container[data-v-47cb848d] {
        max-width:424px
    }
}

@media (max-width: 374px) {
    .profile-container[data-v-47cb848d] {
        padding:12px 8px 0
    }
}

.free-case-banner[data-v-47cb848d] {
    background: linear-gradient(115.39deg,#0098EA 0%,#3FBCFF 100%);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 0 20px #3fbcff59;
    overflow: hidden;
    width: 100%
}

.lightning-icon[data-v-47cb848d] {
    width: 120px;
    height: 120px;
    position: absolute;
    left: calc(50% - 66.5px);
    top: calc(69% - 73px);
    transform: rotate(26deg) scale(1)
}

.lightning-svg[data-v-47cb848d] {
    height: auto;
    position: absolute;
    left: -139px;
    transform: scale(.35) rotate(344deg);
    top: -48px;
    overflow: visible
}

.banner-content[data-v-47cb848d] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    position: relative
}

.coin-wrapper[data-v-47cb848d] {
    width: 36px;
    height: 36px;
    position: relative;
    aspect-ratio: 1
}

.coin-svg[data-v-47cb848d] {
    width: 36px;
    height: 36px;
    position: absolute;
    overflow: visible
}

.banner-text[data-v-47cb848d] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.telegram-button[data-v-47cb848d] {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    position: relative;
    box-shadow: 0 0 50px #ffffff80;
    border: none;
    cursor: pointer
}

.button-label_ref[data-v-47cb848d] {
    color: #151515;
    text-align: center;
    font-family: var(--font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--font-size-sm, 14px);
    line-height: var(--line-height-sm, 20px);
    font-weight: var(--font-weight-semibold, 600);
    position: relative
}

.circle-container[data-v-380f65b1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px
}

.circle-info-panel[data-v-380f65b1] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px
}

.info-column[data-v-380f65b1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start
}

.info-column.right[data-v-380f65b1] {
    align-items: flex-end
}

.label[data-v-380f65b1] {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

.hint[data-v-380f65b1] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin[data-v-380f65b1] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative
}

.value[data-v-380f65b1] {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

.progress-container[data-v-380f65b1] {
    position: relative;
    width: 278px;
    height: 278px;
    margin: -30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.circle-bg[data-v-380f65b1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 278px
}

.circle-bg-preload[data-v-380f65b1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    visibility: hidden
}

.circle-border[data-v-380f65b1] {
    border-radius: 50%;
    border: 10px solid #131824;
    width: 264px;
    height: 264px;
    position: absolute;
    left: 7px;
    top: 7px
}

.circle-border.animating[data-v-380f65b1] {
    border-color: #0098ea;
    box-shadow: 0 0 50px #0098ea80
}

.circle-border.win[data-v-380f65b1] {
    border-color: #33ea00;
    box-shadow: 0 0 50px #33ea0080
}

.circle-border.lose[data-v-380f65b1] {
    border-color: #ea0017;
    box-shadow: 0 0 50px #ea001780
}

.progress-circle[data-v-380f65b1] {
    position: absolute;
    left: 7px;
    top: 7px;
    transform-origin: center center
}

.center-content[data-v-380f65b1] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 5
}

.item-image[data-v-380f65b1] {
    width: 6.5rem;
    height: 6.5rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px
}

.percentage-display[data-v-380f65b1] {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease
}

.percentage-display.with-image[data-v-380f65b1] {
    margin-top: -8px
}

.percentage-value[data-v-380f65b1] {
    font-family: Inter,sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.025rem;
    text-align: center;
    text-shadow: 0px 0px 100px #0098EA;
    background: radial-gradient(closest-side,rgba(0,152,234,1) 0%,rgba(134,197,254,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.percentage-display.win .percentage-value[data-v-380f65b1] {
    text-shadow: 0px 0px 100px #33EA00;
    background: radial-gradient(closest-side,rgba(51,234,0,1) 0%,rgba(145,254,134,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.percentage-display.lose .percentage-value[data-v-380f65b1] {
    text-shadow: 0px 0px 100px #EA0017;
    background: radial-gradient(closest-side,rgba(234,0,23,1) 0%,rgba(254,136,134,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.percentage-symbol[data-v-380f65b1] {
    font-family: Inter,sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.025rem;
    text-align: center;
    background: radial-gradient(171.34% 72.16% at 55.53% 24.45%,#0098EA 0%,#86C5FE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 7px
}

.percentage-display.win .percentage-symbol[data-v-380f65b1] {
    background: radial-gradient(171.34% 72.16% at 55.53% 24.45%,#33EA00 0%,#91FE86 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.percentage-display.lose .percentage-symbol[data-v-380f65b1] {
    background: radial-gradient(171.34% 72.16% at 55.53% 24.45%,#EA0017 0%,#FE8886 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.arrow-wrapper[data-v-380f65b1] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    top: 15px
}

.dial-arrow-wrap[data-v-380f65b1] {
    position: absolute;
    width: 29px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform-origin: center 120px;
    margin-left: -14.5px;
    margin-top: -132px
}

.arrow-indicator[data-v-380f65b1] {
    width: 100%;
    height: auto
}

.progress-arc.animating[data-v-380f65b1] {
    transition: stroke-dashoffset 8s cubic-bezier(.22,1,.36,1)
}

.items-container[data-v-10f5bf62] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%
}

.label[data-v-10f5bf62] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    width: 100%
}

.error-message[data-v-10f5bf62] {
    color: #ff3b30;
    background: rgba(255,59,48,.1);
    border-radius: 8px;
    padding: 8px 12px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    position: relative
}

.error-close[data-v-10f5bf62] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    opacity: .7
}

.error-close[data-v-10f5bf62]:hover {
    opacity: 1
}

.loading[data-v-10f5bf62] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    gap: 15px
}

.loading-spinner[data-v-10f5bf62] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255,255,255,.1);
    border-radius: 50%;
    border-top-color: #0075ff;
    animation: spin-10f5bf62 1s infinite linear
}

.loading-text[data-v-10f5bf62] {
    color: #ffffffb3;
    font-size: 14px
}

@keyframes spin-10f5bf62 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.button-loader[data-v-10f5bf62] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin-10f5bf62 1s infinite linear
}

.tabs[data-v-10f5bf62] {
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    width: 100%
}

.tab-segment[data-v-10f5bf62] {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.05);
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 40px;
    position: relative;
    box-shadow: 0 1px 1px #0000000d;
    cursor: pointer
}

.tab-segment.active[data-v-10f5bf62] {
    border-radius: .625rem;
    background: #0075FF;
    box-shadow: 0 1px 1px #0000000d
}

.tab-segment.disabled[data-v-10f5bf62],.item-tab.disabled[data-v-10f5bf62] {
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed
}

.text[data-v-10f5bf62] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.button[data-v-10f5bf62] {
    background: #0075ff;
    border-radius: 12px;
    opacity: .2;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    position: relative;
    cursor: not-allowed;
    transition: all .3s ease
}

.button-active[data-v-10f5bf62] {
    opacity: 1;
    cursor: pointer
}

.button-active[data-v-10f5bf62]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #0075ff4d
}

.button-active[data-v-10f5bf62]:active {
    transform: translateY(1px)
}

.button-disabled[data-v-10f5bf62] {
    opacity: .7;
    cursor: not-allowed;
    transform: none!important;
    box-shadow: none!important
}

.button.disabled[data-v-10f5bf62] {
    opacity: .2;
    cursor: not-allowed
}

.tabs2[data-v-10f5bf62] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.tabs2 .tab-segment[data-v-10f5bf62] {
    border: none;
    box-shadow: none
}

.tabs2 .tab-segment.active[data-v-10f5bf62] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%)
}

.items-grid[data-v-10f5bf62] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%
}

.item-tab[data-v-10f5bf62] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease
}

.item-tab[data-v-10f5bf62]:hover {
    background: rgba(255,255,255,.1)
}

.item-tab.selected[data-v-10f5bf62] {
    border-radius: 1rem;
    border: 1px solid #0098EA;
    background: rgba(255,255,255,.05)
}

.item-tab.faded[data-v-10f5bf62] {
    border-radius: 1rem;
    opacity: .2;
    background: rgba(255,255,255,.05)
}

.item-tab.black_backdrop[data-v-10f5bf62] {
    background: none!important;
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    filter: contrast(1.1)
}

.item-tab.black_backdrop.selected[data-v-10f5bf62] {
    background: none!important;
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    filter: contrast(1.1);
    border: 1px solid #0098EA
}

.item-image[data-v-10f5bf62] {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.hint[data-v-10f5bf62] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin[data-v-10f5bf62] {
    width: 24px;
    height: 24px;
    position: relative
}

.title[data-v-10f5bf62] {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

.checkmark[data-v-10f5bf62] {
    width: 1rem;
    height: 1rem;
    aspect-ratio: 1/1;
    position: absolute;
    right: .625rem;
    bottom: .625rem
}

.modal-overlay[data-v-acd98d1a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000;
    padding: 0;
    transform: translateZ(0);
    overscroll-behavior: contain
}

.modal[data-v-acd98d1a] {
    background: #1E1E1E;
    background: #141415;
    border-radius: 24px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 16px;
    z-index: 1002;
    min-height: fit-content;
    max-height: 90vh;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.2) rgba(255,255,255,.05)
}

.win-container[data-v-acd98d1a] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.prize-showcase[data-v-acd98d1a] {
    border-radius: 16px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(14, 11, 22, 0.2) 0%, rgba(26, 20, 44, 0.8) 100%)
}

.text[data-v-acd98d1a] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    max-width: 337px
}

.item-name[data-v-acd98d1a] {
    color: #f4f4f5;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.4px;
    font-weight: 600
}

.api-error[data-v-acd98d1a] {
    width: 100%;
    background-color: #ff3b301a;
    color: #ff3b30;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    margin-top: 8px
}

.prize-placeholder[data-v-acd98d1a] {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.loading-spinner[data-v-acd98d1a] {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.1);
    border-radius: 50%;
    border-top-color: #0075ff;
    animation: spin-acd98d1a 1s infinite linear
}

@keyframes spin-acd98d1a {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.close-button[data-v-acd98d1a] {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10
}

.lights-container[data-v-acd98d1a] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.lights[data-v-acd98d1a] {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(15%);
    object-fit: cover;
    left: 0;
    top: 0
}

.black-lights[data-v-acd98d1a] {
    filter: contrast(1.1)!important
}

.stars[data-v-acd98d1a] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    top: 0;
    z-index: 1
}

.stars-animation[data-v-acd98d1a] {
    animation: float-stars-acd98d1a 4s ease-in-out infinite alternate
}

.prize-image[data-v-acd98d1a] {
    width: 200px;
    height: 200px;
    object-fit: contain;
    position: relative;
    z-index: 2;
    animation: float-acd98d1a 3s ease-in-out infinite alternate;
    transform-origin: center center;
    will-change: transform,opacity
}

.prize-image.hidden[data-v-acd98d1a] {
    opacity: 0
}

.prize-image.loaded[data-v-acd98d1a] {
    opacity: 1;
    transition: opacity .3s ease
}

.prize-image.error-image[data-v-acd98d1a] {
    opacity: .7;
    filter: grayscale(.5)
}

.unlucky-container[data-v-acd98d1a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 32px 16px;
    width: 100%
}

.unlucky-image[data-v-acd98d1a] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1
}

.unlucky-text[data-v-acd98d1a] {
    color: #fff;
    text-align: center;
    font-family: Inter-Bold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .01px;
    font-weight: 700;
    margin-bottom: 10px
}

.action-buttons[data-v-acd98d1a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 337px;
    margin-top: 10px
}

.spin-button[data-v-acd98d1a] {
    background: #0075FF;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 4px 8px #0075ff33
}

.full-width-button[data-v-acd98d1a] {
    justify-content: center!important;
    padding: 0!important
}

.quick-spin-button[data-v-acd98d1a] {
    background: #23C265;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease;
    box-shadow: 0 4px 8px #23c26533
}

.button-label[data-v-acd98d1a] {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center
}

.quick-spin-button .button-label[data-v-acd98d1a] {
    width: auto;
    margin-left: 15px;
    text-align: left
}

.price-tag[data-v-acd98d1a] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.75) 100%);
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 100%
}

.price-value[data-v-acd98d1a] {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.coin-small[data-v-acd98d1a] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.hint[data-v-acd98d1a] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin-wrapper[data-v-acd98d1a] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.price[data-v-acd98d1a] {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

.coins-container[data-v-acd98d1a] {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.flying-coin[data-v-acd98d1a] {
    position: absolute;
    bottom: 40%;
    width: 24px;
    height: 24px;
    animation: coin-fly-acd98d1a 1.5s ease-out forwards;
    will-change: transform,opacity
}

@keyframes float-stars-acd98d1a {
    0% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(10px)
    }
}

@keyframes float-acd98d1a {
    0% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(5px)
    }
}

@keyframes keep-it-fly-acd98d1a {
    0% {
        transform: translateY(0) scale(1) rotate(0);
        opacity: 1
    }

    60% {
        transform: translateY(60px) scale(.6) rotate(8deg);
        opacity: .8
    }

    to {
        transform: translateY(120px) scale(.2) rotate(12deg);
        opacity: 0
    }
}

@keyframes quick-sell-pulse-acd98d1a {
    0% {
        transform: scale(1);
        filter: brightness(1)
    }

    30% {
        transform: scale(1.1);
        filter: brightness(1.3)
    }

    60% {
        transform: scale(.95);
        filter: brightness(1.1)
    }

    to {
        transform: scale(1);
        filter: brightness(1)
    }
}

@keyframes coin-fly-acd98d1a {
    0% {
        transform: translateY(0) scale(1) rotate(0);
        opacity: 0
    }

    10% {
        opacity: 1
    }

    to {
        transform: translateY(-150px) scale(.5) rotate(360deg);
        opacity: 0
    }
}

.keep-it-animation[data-v-acd98d1a] {
    animation: keep-it-fly-acd98d1a 1.5s cubic-bezier(.32,.86,.58,1) forwards
}

.quick-sell-animation[data-v-acd98d1a] {
    animation: quick-sell-pulse-acd98d1a 1.5s ease-in-out forwards
}

.modal-fade-enter-active[data-v-acd98d1a],.modal-fade-leave-active[data-v-acd98d1a] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-fade-enter-from[data-v-acd98d1a],.modal-fade-leave-to[data-v-acd98d1a] {
    opacity: 0;
    transform: translateY(30px)
}

.upgrade-page[data-v-e0719e7a] {
    padding: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%
}

.upgrade-content[data-v-e0719e7a] {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin-top: 20px
}

.section-title[data-v-e0719e7a] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

@media (min-width: 768px) {
    .upgrade-content[data-v-e0719e7a] {
        max-width:450px
    }
}

@media (max-width: 400px) {
    .upgrade-content[data-v-e0719e7a] {
        padding:0 8px
    }
}

.black_backdrop[data-v-a4c94f6a] {
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 110% 110%!important;
    filter: contrast(1.1)!important
}

.modal-overlay[data-v-a4c94f6a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000014;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000
}

.modal-fade-enter-active[data-v-a4c94f6a],.modal-fade-leave-active[data-v-a4c94f6a] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-fade-enter-from[data-v-a4c94f6a],.modal-fade-leave-to[data-v-a4c94f6a] {
    opacity: 0;
    transform: translateY(30px)
}

.modal[data-v-a4c94f6a],.modal[data-v-a4c94f6a] * {
    box-sizing: border-box
}

.modal[data-v-a4c94f6a] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: calc(100% - 1rem);
    margin-bottom: 0;
    height: 77.5vh;
    max-height: 77.5vh;
    overflow: hidden
}

.frame-2087328895[data-v-a4c94f6a] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.make-a-bet[data-v-a4c94f6a] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.choose-one-or-more-gifts-from-your-inventory[data-v-a4c94f6a] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.frame-2087328998[data-v-a4c94f6a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 16px;
    flex: 1;
    overflow-y: auto
}

.frame-2087328927[data-v-a4c94f6a] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.inventory[data-v-a4c94f6a] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087328950[data-v-a4c94f6a] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.frame-2087328950.disabled[data-v-a4c94f6a] {
    opacity: .2
}

.button[data-v-a4c94f6a] {
    border-radius: 10px;
    border-style: solid;
    border-color: #ffffff24;
    border-width: 1px;
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 72px;
    max-height: 36px;
    position: relative;
    cursor: pointer
}

.button.disabled[data-v-a4c94f6a] {
    cursor: not-allowed;
    opacity: .5
}

.label[data-v-a4c94f6a] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.frame-2087328992[data-v-a4c94f6a] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.deposit[data-v-a4c94f6a] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 24px 2px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 107px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s ease
}

.deposit[data-v-a4c94f6a]:hover {
    background: rgba(255,255,255,.08)
}

.deposit.selected[data-v-a4c94f6a] {
    border-style: solid;
    border-color: #0098ea;
    border-width: 1px
}

.ezgif-8597-d-9-f-70-a-1286-1[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0) scale(1);
    object-fit: cover;
    aspect-ratio: 1
}

.hint[data-v-a4c94f6a] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 12px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.coin[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    aspect-ratio: 1
}

.title[data-v-a4c94f6a] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.checkmark[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    bottom: 10px;
    overflow: visible;
    aspect-ratio: 1
}

.frame-2087328435[data-v-a4c94f6a] {
    border-radius: 20px;
    border-style: dashed;
    border-color: #ffffff0d;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1;
    position: relative;
    padding: 30px 0
}

.iconex-glass-box-2[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    position: relative
}

.box-2[data-v-a4c94f6a] {
    height: auto;
    position: absolute;
    left: 4px;
    top: 4px;
    overflow: visible;
    width: 40px
}

.label2[data-v-a4c94f6a] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    width: 251px
}

.button2[data-v-a4c94f6a] {
    background: #0075ff;
    border-radius: 12px;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease
}

.button_mainpage[data-v-a4c94f6a] {
    background: #0075ff;
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    width: 8rem;
    cursor: pointer;
    transition: all .2s ease
}

.bet-button[data-v-a4c94f6a] {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    margin: auto auto 0;
    border-radius: 12px;
    align-self: center
}

.button2[data-v-a4c94f6a]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #0075ff4d
}

.button2[data-v-a4c94f6a]:active {
    transform: translateY(1px)
}

.button-active[data-v-a4c94f6a] {
    opacity: 1
}

.button-disabled[data-v-a4c94f6a] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

.tab-segment[data-v-a4c94f6a] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.75) 100%);
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    height: 100%
}

.text[data-v-a4c94f6a] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.coin2[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    aspect-ratio: 1
}

.error-banner[data-v-a4c94f6a] {
    background: linear-gradient(135deg,#ff4757 0%,#ff3838 100%);
    border-radius: 12px;
    padding: 12px 16px;
    width: 100%;
    box-shadow: 0 4px 12px #ff47574d;
    cursor: pointer;
    transition: all .2s ease
}

.error-banner[data-v-a4c94f6a]:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px #ff475766
}

.error-content[data-v-a4c94f6a] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff
}

.error-icon[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: #fff
}

.error-message[data-v-a4c94f6a] {
    flex: 1;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff
}

.error-close[data-v-a4c94f6a] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: #fff;
    opacity: .8;
    transition: opacity .2s ease;
    cursor: pointer
}

.error-close[data-v-a4c94f6a]:hover {
    opacity: 1
}

.error-fade-enter-active[data-v-a4c94f6a],.error-fade-leave-active[data-v-a4c94f6a] {
    transition: all .3s ease
}

.error-fade-enter-from[data-v-a4c94f6a],.error-fade-leave-to[data-v-a4c94f6a] {
    opacity: 0;
    transform: translateY(-10px)
}

.pagination-loading[data-v-a4c94f6a] {
    width: 100%;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.loading-spinner[data-v-a4c94f6a] {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255,255,255,.1);
    border-top-color: #0075ff;
    border-radius: 50%;
    animation: spin-a4c94f6a 1s infinite linear
}

@keyframes spin-a4c94f6a {
    to {
        transform: rotate(360deg)
    }
}

.loading-text[data-v-a4c94f6a] {
    color: #fff;
    opacity: .7;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px
}

.load-more-container[data-v-a4c94f6a] {
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center
}

.load-more-button[data-v-a4c94f6a] {
    background: transparent;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.14);
    padding: 8px 16px;
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    max-height: 36px
}

.load-more-button[data-v-a4c94f6a]:hover {
    background-color: #ffffff0d;
    transform: translateY(-1px)
}

.load-more-button[data-v-a4c94f6a]:active {
    transform: translateY(0)
}

.button-label[data-v-a4c94f6a] {
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    font-weight: 600
}

.end-of-list[data-v-a4c94f6a] {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    opacity: .6;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px
}

@media (max-width: 400px) {
    .modal[data-v-a4c94f6a] {
        width:100%
    }
}

.bet-list[data-v-cb018db1] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 100%;
    overflow-y: auto
}

.empty-list[data-v-cb018db1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px
}

.users-icon[data-v-cb018db1] {
    width: auto;
    height: 48px;
    position: relative
}

.waiting-message[data-v-cb018db1] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 80%
}

.bet-items[data-v-cb018db1] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start
}

.bet-item[data-v-cb018db1] {
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    cursor: pointer;
    transition: transform .2s ease
}

.bet-item[data-v-cb018db1]:hover {
    transform: translateY(-1px)
}

.bet-item[data-v-cb018db1]:active {
    transform: translateY(0)
}

.color-red[data-v-cb018db1] {
    background: linear-gradient(90deg,rgba(255,43,43,0) 0%,rgba(255,43,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-yellow[data-v-cb018db1] {
    background: linear-gradient(90deg,rgba(255,181,43,0) 0%,rgba(255,181,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-green[data-v-cb018db1] {
    background: linear-gradient(90deg,rgba(16,155,48,0) 0%,rgba(16,155,48,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-blue[data-v-cb018db1] {
    background: linear-gradient(90deg,rgba(43,145,255,0) 0%,rgba(43,145,255,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-purple[data-v-cb018db1] {
    background: linear-gradient(90deg,rgba(255,43,237,0) 0%,rgba(255,43,237,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-orange[data-v-cb018db1] {
    background: linear-gradient(90deg,rgba(255,114,43,0) 0%,rgba(255,114,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.bg-red-light[data-v-cb018db1] {
    background: rgba(255,43,43,.1)
}

.bg-yellow-light[data-v-cb018db1] {
    background: rgba(255,181,43,.1)
}

.bg-green-light[data-v-cb018db1] {
    background: rgba(16,155,48,.1)
}

.bg-blue-light[data-v-cb018db1] {
    background: rgba(43,145,255,.1)
}

.bg-purple-light[data-v-cb018db1] {
    background: rgba(255,43,237,.1)
}

.bg-orange-light[data-v-cb018db1] {
    background: rgba(255,114,43,.1)
}

.bg-red[data-v-cb018db1] {
    background: #FF2B2B
}

.bg-yellow[data-v-cb018db1] {
    background: #FFB52B
}

.bg-green[data-v-cb018db1] {
    background: #109B30
}

.bg-blue[data-v-cb018db1] {
    background: #2B91FF
}

.bg-purple[data-v-cb018db1] {
    background: #FF2BED
}

.bg-orange[data-v-cb018db1] {
    background: #FF722B
}

.text-red[data-v-cb018db1] {
    color: #ff2b2b
}

.text-yellow[data-v-cb018db1] {
    color: #ffb52b
}

.text-green[data-v-cb018db1] {
    color: #109b30
}

.text-blue[data-v-cb018db1] {
    color: #2b91ff
}

.text-purple[data-v-cb018db1] {
    color: #ff2bed
}

.text-orange[data-v-cb018db1] {
    color: #ff722b
}

.bet-user[data-v-cb018db1] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.user-avatar[data-v-cb018db1] {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    object-fit: cover
}

.user-info[data-v-cb018db1] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start
}

.user-name[data-v-cb018db1] {
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.bet-details[data-v-cb018db1] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center
}

.bet-amount[data-v-cb018db1] {
    color: #fff;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400
}

.coin[data-v-cb018db1] {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.coin img[data-v-cb018db1] {
    width: 100%;
    height: 100%
}

.separator[data-v-cb018db1] {
    color: #fff;
    font-family: Inter-Thin,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 100;
    opacity: .5
}

.gift-count[data-v-cb018db1] {
    color: #fff;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5
}

.bet-stats[data-v-cb018db1] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center
}

.ticket-range[data-v-cb018db1] {
    border-radius: 10px;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px
}

.range-text[data-v-cb018db1] {
    font-family: Inter-SemiBold,sans-serif;
    font-size: 8px;
    line-height: 20px;
    font-weight: 600
}

.win-chance[data-v-cb018db1] {
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px
}

.chance-text[data-v-cb018db1] {
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600
}

.frame-2087328981[data-v-cb018db1] {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    height: 100%;
    flex: 1;
    position: relative
}

.frame-2087328435[data-v-cb018db1] {
    border-radius: 20px;
    border-style: dashed;
    border-color: #ffffff0d;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1;
    position: relative
}

.frame-2087328435 .label[data-v-cb018db1] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.iconex-glass-loading[data-v-cb018db1] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    position: relative
}

.loading[data-v-cb018db1] {
    width: 83.33%;
    height: 83.33%;
    position: absolute;
    right: 8.33%;
    left: 8.33%;
    bottom: 8.33%;
    top: 8.33%;
    overflow: visible;
    animation: spin-cb018db1 1s linear infinite
}

@keyframes spin-cb018db1 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@media (max-width: 400px) {
    .bet-item[data-v-cb018db1] {
        padding:8px
    }

    .ticket-range[data-v-cb018db1],.win-chance[data-v-cb018db1] {
        width: 78px;
        padding: 6px 8px
    }
}

.modal-overlay[data-v-34367add] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000
}

.modal-fade-enter-active[data-v-34367add],.modal-fade-leave-active[data-v-34367add] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-fade-enter-from[data-v-34367add],.modal-fade-leave-to[data-v-34367add] {
    opacity: 0;
    transform: translateY(30px)
}

.modal[data-v-34367add],.modal[data-v-34367add] * {
    box-sizing: border-box
}

.modal[data-v-34367add] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin-bottom: 0;
    max-height: 85vh;
    overflow-y: auto
}

.icon[data-v-34367add] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer
}

.rules-jackpot[data-v-34367add] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.frame-2087329017[data-v-34367add] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    position: relative;
    padding-bottom: 15px
}

.frame-2087329015[data-v-34367add],.frame-2087329016[data-v-34367add],.frame-20873290172[data-v-34367add],.frame-2087329018[data-v-34367add] {
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 6px);
    height: 194px;
    position: relative;
    overflow: hidden
}

.frame-2087329015[data-v-34367add] {
    background: linear-gradient(144.95deg,rgba(63,188,255,1) 0%,rgba(0,152,234,1) 100%)
}

.frame-2087329016[data-v-34367add] {
    background: linear-gradient(144.95deg,rgba(255,159,63,1) 0%,rgba(234,117,0,1) 100%)
}

.frame-20873290172[data-v-34367add] {
    background: linear-gradient(144.95deg,rgba(165,63,255,1) 0%,rgba(125,0,234,1) 100%)
}

.frame-2087329018[data-v-34367add] {
    background: linear-gradient(144.95deg,rgba(18,213,0,1) 0%,rgba(0,146,61,1) 100%)
}

._12[data-v-34367add],._122[data-v-34367add] {
    color: #fff;
    text-align: left;
    font-family: Inter,sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    width: 100%
}

.img[data-v-34367add],.img2[data-v-34367add] {
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.animated-sticker-ezgif-com-gif-maker-1[data-v-34367add],.animated-sticker-ezgif-com-gif-maker-12[data-v-34367add],.chat-gpt-image-15-2025-18-56-13-1[data-v-34367add] {
    width: 166px;
    height: 196px;
    position: absolute;
    bottom: -1px;
    right: 0;
    object-fit: contain
}

.bearruleimg[data-v-34367add] {
    width: 215px;
    height: 252px;
    position: absolute;
    bottom: -21px;
    object-fit: contain
}

@media (max-width: 400px) {
    ._12[data-v-34367add],._122[data-v-34367add] {
        font-size:14px;
        line-height: 17px
    }

    .animated-sticker-ezgif-com-gif-maker-1[data-v-34367add],.animated-sticker-ezgif-com-gif-maker-12[data-v-34367add],.chat-gpt-image-15-2025-18-56-13-1[data-v-34367add] {
        width: 145px;
        height: 170px
    }

    .bearruleimg[data-v-34367add] {
        width: 184px;
        height: 227px
    }
}

@media (max-width: 340px) {
    ._12[data-v-34367add],._122[data-v-34367add] {
        font-size:12px;
        line-height: 15px
    }
}

.black_backdrop[data-v-0fa5bc6c] {
    background-image: url(https://case-bot.com/images/effects/black_backdrop.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 110% 110%!important;
    filter: contrast(1.1)!important
}

.modal-overlay[data-v-0fa5bc6c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1000
}

.modal-fade-enter-active[data-v-0fa5bc6c],.modal-fade-leave-active[data-v-0fa5bc6c] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-fade-enter-from[data-v-0fa5bc6c],.modal-fade-leave-to[data-v-0fa5bc6c] {
    opacity: 0;
    transform: translateY(30px)
}

.modal[data-v-0fa5bc6c] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 400px;
    max-height: 90vh;
    position: relative;
    overflow-y: auto
}

.modal-header[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    position: relative
}

.modal-title[data-v-0fa5bc6c] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-close[data-v-0fa5bc6c] {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.close-icon[data-v-0fa5bc6c] {
    width: 100%;
    height: 100%
}

.modal-content[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    position: relative;
    width: 100%
}

.jackpot-bet[data-v-0fa5bc6c] {
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    height: 60px;
    position: relative;
    width: 100%
}

.color-red[data-v-0fa5bc6c] {
    background: linear-gradient(90deg,rgba(255,43,43,0) 0%,rgba(255,43,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-yellow[data-v-0fa5bc6c] {
    background: linear-gradient(90deg,rgba(255,181,43,0) 0%,rgba(255,181,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-green[data-v-0fa5bc6c] {
    background: linear-gradient(90deg,rgba(16,155,48,0) 0%,rgba(16,155,48,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-blue[data-v-0fa5bc6c] {
    background: linear-gradient(90deg,rgba(43,145,255,0) 0%,rgba(43,145,255,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-purple[data-v-0fa5bc6c] {
    background: linear-gradient(90deg,rgba(255,43,237,0) 0%,rgba(255,43,237,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-orange[data-v-0fa5bc6c] {
    background: linear-gradient(90deg,rgba(255,114,43,0) 0%,rgba(255,114,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.bg-red-light[data-v-0fa5bc6c] {
    background: rgba(255,43,43,.1)
}

.bg-yellow-light[data-v-0fa5bc6c] {
    background: rgba(255,181,43,.1)
}

.bg-green-light[data-v-0fa5bc6c] {
    background: rgba(16,155,48,.1)
}

.bg-blue-light[data-v-0fa5bc6c] {
    background: rgba(43,145,255,.1)
}

.bg-purple-light[data-v-0fa5bc6c] {
    background: rgba(255,43,237,.1)
}

.bg-orange-light[data-v-0fa5bc6c] {
    background: rgba(255,114,43,.1)
}

.bg-red[data-v-0fa5bc6c] {
    background: #FF2B2B
}

.bg-yellow[data-v-0fa5bc6c] {
    background: #FFB52B
}

.bg-green[data-v-0fa5bc6c] {
    background: #109B30
}

.bg-blue[data-v-0fa5bc6c] {
    background: #2B91FF
}

.bg-purple[data-v-0fa5bc6c] {
    background: #FF2BED
}

.bg-orange[data-v-0fa5bc6c] {
    background: #FF722B
}

.text-red[data-v-0fa5bc6c] {
    color: #ff2b2b
}

.text-yellow[data-v-0fa5bc6c] {
    color: #ffb52b
}

.text-green[data-v-0fa5bc6c] {
    color: #109b30
}

.text-blue[data-v-0fa5bc6c] {
    color: #2b91ff
}

.text-purple[data-v-0fa5bc6c] {
    color: #ff2bed
}

.text-orange[data-v-0fa5bc6c] {
    color: #ff722b
}

.bet-user[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.user-avatar[data-v-0fa5bc6c] {
    border-radius: 999px;
    width: 40px;
    height: 40px;
    object-fit: cover
}

.user-info[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start
}

.user-name[data-v-0fa5bc6c] {
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.bet-details[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center
}

.bet-amount[data-v-0fa5bc6c] {
    color: #fff;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400
}

.coin[data-v-0fa5bc6c] {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.coin img[data-v-0fa5bc6c] {
    width: 100%;
    height: 100%
}

.separator[data-v-0fa5bc6c] {
    color: #fff;
    font-family: Inter-Thin,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 100;
    opacity: .5
}

.gift-count[data-v-0fa5bc6c] {
    color: #fff;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5
}

.bet-stats[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center
}

.ticket-range[data-v-0fa5bc6c] {
    border-radius: 10px;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px
}

.range-text[data-v-0fa5bc6c] {
    font-family: Inter-SemiBold,sans-serif;
    font-size: 8px;
    line-height: 20px;
    font-weight: 600
}

.win-chance[data-v-0fa5bc6c] {
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px
}

.chance-text[data-v-0fa5bc6c] {
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600
}

.items-grid[data-v-0fa5bc6c] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-self: stretch;
    width: 100%;
    margin-top: 8px
}

.item-card[data-v-0fa5bc6c] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 8px);
    position: relative;
    aspect-ratio: .9
}

.item-image[data-v-0fa5bc6c] {
    width: 100%;
    height: 70%;
    object-fit: contain
}

.item-price[data-v-0fa5bc6c] {
    background: rgba(163,171,187,.12);
    border-radius: 16px;
    padding: 3px 8px 3px 3px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 8px;
    top: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.price-value[data-v-0fa5bc6c] {
    color: #fff;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600
}

@media (max-width: 400px) {
    .modal[data-v-0fa5bc6c] {
        border-radius:20px 20px 0 0;
        padding: 20px 12px 12px
    }

    .item-card[data-v-0fa5bc6c] {
        width: calc(50% - 6px)
    }
}

.avatar-roulette-wrapper[data-v-68dfefc1] {
    width: 100%;
    position: relative
}

.frame-2087329003[data-v-68dfefc1] {
    background: #444
}

.frame-2087329003[data-v-68dfefc1] {
    border-radius: 0 0 16px 16px;
    align-self: stretch;
    flex-shrink: 0;
    height: 100.11px;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.01)
}

.frame-2087329001[data-v-68dfefc1] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) translate(0);
    will-change: transform
}

.avatars[data-v-68dfefc1] {
    border-radius: 16px;
    border-style: solid;
    border-width: 2px;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    opacity: .15;
    filter: brightness(.7);
    transform: scale(1);
    transition: all .2s ease;
    will-change: opacity,filter,transform
}

.avatars.avatar-bright[data-v-68dfefc1] {
    opacity: 1;
    filter: brightness(1.3);
    transform: scale(1.02);
    box-shadow: 0 0 20px #ffffff4d
}

@media (min-width: 769px) {
    .avatars.avatar-winner-glow[data-v-68dfefc1] {
        opacity:1!important;
        position: relative!important;
        animation: winner-pulse-desktop-68dfefc1 2s ease-in-out infinite!important
    }

    @keyframes winner-pulse-desktop-68dfefc1 {
        0%,to {
            box-shadow: 0 0 20px var(--winner-color),0 0 40px var(--winner-color),0 0 60px var(--winner-color)!important;
            transform: scale(1.02)!important;
            filter: brightness(1.4)!important;
            border-width: 3px!important
        }

        50% {
            box-shadow: 0 0 30px var(--winner-color),0 0 60px var(--winner-color),0 0 90px var(--winner-color)!important;
            transform: scale(1.05)!important;
            filter: brightness(1.6)!important;
            border-width: 4px!important
        }
    }
}

@media (max-width: 768px) {
    .avatars.avatar-winner-glow[data-v-68dfefc1] {
        opacity:1!important;
        position: relative!important;
        border-style: solid!important;
        -webkit-animation: winner-pulse-mobile-68dfefc1 2s ease-in-out infinite!important;
        animation: winner-pulse-mobile-68dfefc1 2s ease-in-out infinite!important
    }

    .avatars.avatar-winner-glow[data-v-68dfefc1]:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 14px;
        pointer-events: none;
        -webkit-animation: winner-inner-glow-68dfefc1 2s ease-in-out infinite;
        animation: winner-inner-glow-68dfefc1 2s ease-in-out infinite
    }

    @-webkit-keyframes winner-pulse-mobile-68dfefc1 {
        0%,to {
            border-color: var(--winner-color)!important;
            border-width: 2px!important;
            -webkit-transform: scale(1)!important;
            opacity: 1!important
        }

        50% {
            border-color: var(--winner-color)!important;
            border-width: 4px!important;
            -webkit-transform: scale(1.08)!important;
            opacity: 1!important
        }
    }

    @keyframes winner-pulse-mobile-68dfefc1 {
        0%,to {
            border-color: var(--winner-color)!important;
            border-width: 2px!important;
            transform: scale(1)!important;
            opacity: 1!important
        }

        50% {
            border-color: var(--winner-color)!important;
            border-width: 4px!important;
            transform: scale(1.08)!important;
            opacity: 1!important
        }
    }

    @-webkit-keyframes winner-inner-glow-68dfefc1 {
        0%,to {
            background: radial-gradient(circle at center,transparent 50%,var(--winner-color) 100%);
            opacity: .3
        }

        50% {
            background: radial-gradient(circle at center,transparent 30%,var(--winner-color) 100%);
            opacity: .6
        }
    }

    @keyframes winner-inner-glow-68dfefc1 {
        0%,to {
            background: radial-gradient(circle at center,transparent 50%,var(--winner-color) 100%);
            opacity: .3
        }

        50% {
            background: radial-gradient(circle at center,transparent 30%,var(--winner-color) 100%);
            opacity: .6
        }
    }
}

.debug-number[data-v-68dfefc1] {
    position: absolute;
    top: 2px;
    left: 2px;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 10;
    pointer-events: none;
    line-height: 1
}

.debug-uid[data-v-68dfefc1] {
    display: block;
    font-size: 8px;
    color: orange;
    margin-top: 2px
}

.debug-pos[data-v-68dfefc1] {
    display: block;
    font-size: 8px;
    color: #0f0;
    margin-top: 1px
}

.avatar-bright .debug-number[data-v-68dfefc1] {
    background: rgba(255,215,0,.9);
    color: #000
}

.avatar-bright .debug-uid[data-v-68dfefc1] {
    color: red
}

.avatars img[data-v-68dfefc1] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.union[data-v-68dfefc1] {
    border-radius: 0;
    width: 150px;
    height: 10.05px;
    position: absolute;
    left: 50%;
    overflow: visible;
    z-index: 10;
    filter: drop-shadow(0 0 3px rgba(10,93,201,.6))
}

.union-top[data-v-68dfefc1] {
    top: 0;
    transform: translate(-50%)
}

.union-bottom[data-v-68dfefc1] {
    bottom: 0;
    transform: translate(-50%) rotate(180deg)
}

.center-indicator[data-v-68dfefc1] {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
    animation: bounce-68dfefc1 2s infinite
}

.center-indicator svg[data-v-68dfefc1] {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.3))
}

@keyframes bounce-68dfefc1 {
    0%,to {
        transform: translate(-50%) translateY(0)
    }

    50% {
        transform: translate(-50%) translateY(-5px)
    }
}

.winner-info-wrapper[data-v-3349e7d0] {
    width: 100%;
    animation: fadeIn-3349e7d0 .5s ease-in
}

@keyframes fadeIn-3349e7d0 {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.frame-2087329006[data-v-3349e7d0] {
    background: rgba(255,255,255,.02);
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.button[data-v-3349e7d0] {
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%);
    border-radius: 12px;
    padding: 8px 16px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    position: relative
}

.button2[data-v-3349e7d0] {
    border-radius: 12px;
    padding: 8px 16px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    position: relative
}

.button3[data-v-3349e7d0] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%);
    border-radius: 12px;
    padding: 8px 16px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    position: relative
}

._12[data-v-3349e7d0] {
    color: #fff;
    text-align: left;
    font-family: Inter-Regular,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.label[data-v-3349e7d0] {
    color: #fff;
    text-align: center;
    font-family: Inter-Medium,sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: relative
}

.frame-2087329007[data-v-3349e7d0] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.coin[data-v-3349e7d0] {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    aspect-ratio: 1
}

.group-2087328823[data-v-3349e7d0] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible
}

.modal-history-fade-enter-active[data-v-62d5d4f6],.modal-history-fade-leave-active[data-v-62d5d4f6] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-history-fade-enter-from[data-v-62d5d4f6],.modal-history-fade-leave-to[data-v-62d5d4f6] {
    opacity: 0;
    transform: translateY(30px)
}

.modal-history-overlay[data-v-62d5d4f6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000
}

.modal-history[data-v-62d5d4f6] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    max-height: 85vh;
    width: 100%;
    max-width: 600px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

.modal-history-header[data-v-62d5d4f6] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative
}

.modal-history-title[data-v-62d5d4f6] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    margin: 0
}

.modal-history-close[data-v-62d5d4f6] {
    position: absolute;
    right: 0;
    top: -8px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.modal-history-close img[data-v-62d5d4f6] {
    width: 100%;
    height: 100%
}

.modal-history-content[data-v-62d5d4f6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    overflow-y: auto;
    flex: 1
}

.game-history-item[data-v-62d5d4f6] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all .2s ease
}

.game-history-item[data-v-62d5d4f6]:hover {
    background: rgba(255,255,255,.08)
}

.game-info[data-v-62d5d4f6] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.winner-info[data-v-62d5d4f6] {
    display: flex;
    align-items: center;
    gap: 12px
}

.winner-avatar[data-v-62d5d4f6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover
}

.winner-details[data-v-62d5d4f6] {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.winner-name[data-v-62d5d4f6] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.winner-stats[data-v-62d5d4f6] {
    display: flex;
    align-items: center;
    gap: 4px
}

.winner-bet[data-v-62d5d4f6] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.coin-icon[data-v-62d5d4f6] {
    width: 14px;
    height: 14px
}

.separator[data-v-62d5d4f6] {
    color: #ffffff80;
    font-size: 12px
}

.items-count[data-v-62d5d4f6] {
    color: #ffffffb3;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.game-stats[data-v-62d5d4f6] {
    display: flex;
    align-items: center;
    gap: 8px
}

.stat-badge[data-v-62d5d4f6] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 4px
}

.stat-label[data-v-62d5d4f6] {
    color: #ffffffb3;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 400
}

.stat-value[data-v-62d5d4f6] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 600
}

.coin-icon-small[data-v-62d5d4f6] {
    width: 12px;
    height: 12px
}

.view-details[data-v-62d5d4f6] {
    width: 36px;
    height: 36px;
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease
}

.view-details[data-v-62d5d4f6]:hover {
    background: rgba(255,255,255,.1)
}

.view-details img[data-v-62d5d4f6] {
    width: 20px;
    height: 20px
}

.modal-history-content[data-v-62d5d4f6]::-webkit-scrollbar {
    width: 6px
}

.modal-history-content[data-v-62d5d4f6]::-webkit-scrollbar-track {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 3px
}

.modal-history-content[data-v-62d5d4f6]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    border-radius: 3px
}

.modal-history-content[data-v-62d5d4f6]::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.3)
}

.modal-history-id-fade-enter-active[data-v-fa7121af],.modal-history-id-fade-leave-active[data-v-fa7121af] {
    transition: opacity .3s ease,transform .3s ease
}

.modal-history-id-fade-enter-from[data-v-fa7121af],.modal-history-id-fade-leave-to[data-v-fa7121af] {
    opacity: 0;
    transform: translateY(30px)
}

.modal-history-id-overlay[data-v-fa7121af] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1000
}

.modal-history-id[data-v-fa7121af] {
    background: #141415;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    height: 650px;
    width: 100%;
    max-width: 600px;
    position: relative;
    overflow-y: auto
}

.modal-header[data-v-fa7121af] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative
}

.back-button[data-v-fa7121af],.close-button[data-v-fa7121af] {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-title[data-v-fa7121af] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.game-details[data-v-fa7121af] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    flex: 1
}

.winner-section[data-v-fa7121af] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.winner-header[data-v-fa7121af] {
    background: rgba(255,255,255,.02);
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.winner-stats[data-v-fa7121af] {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.stat-item[data-v-fa7121af] {
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 73px;
    position: relative
}

.stat-item[data-v-fa7121af]:nth-child(2) {
    background: none
}

.stat-item[data-v-fa7121af]:nth-child(3) {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%)
}

.stat-icon[data-v-fa7121af] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: #fff
}

.stat-icon img[data-v-fa7121af] {
    width: 24px;
    height: 24px
}

.stat-icon img[src*=jackpot_winner][data-v-fa7121af] {
    width: 29px!important;
    height: 29px!important;
    margin-left: -2px
}

.stat-label[data-v-fa7121af] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative
}

.stat-value[data-v-fa7121af] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative
}

.value-text[data-v-fa7121af] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative
}

.coin-icon[data-v-fa7121af] {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative
}

.roulette-section[data-v-fa7121af] {
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.frame-2087329003[data-v-fa7121af] {
    border-radius: 0 0 16px 16px;
    align-self: stretch;
    flex-shrink: 0;
    height: 100.11px;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.01)
}

.frame-2087329001[data-v-fa7121af] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

.avatars[data-v-fa7121af] {
    border-radius: 16px;
    border-style: solid;
    border-width: 2px;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    opacity: .15;
    filter: brightness(.7);
    transform: scale(1);
    transition: all .2s ease
}

.avatars.avatar-bright[data-v-fa7121af] {
    opacity: 1;
    filter: brightness(1.3);
    transform: scale(1.02);
    box-shadow: 0 0 20px #ffffff4d
}

.avatars img[data-v-fa7121af] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.union[data-v-fa7121af] {
    border-radius: 0;
    width: 150px;
    height: 10.05px;
    position: absolute;
    left: 50%;
    overflow: visible;
    z-index: 10;
    filter: drop-shadow(0 0 3px rgba(10,93,201,.6))
}

.union-top[data-v-fa7121af] {
    top: 0;
    transform: translate(-50%)
}

.union-bottom[data-v-fa7121af] {
    bottom: 0;
    transform: translate(-50%) rotate(180deg)
}

.winner-info[data-v-fa7121af] {
    background: rgba(255,255,255,.02);
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.winner-detail-item[data-v-fa7121af] {
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%);
    border-radius: 12px;
    padding: 8px 16px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 36px;
    min-width: 72px;
    max-height: 36px;
    position: relative
}

.winner-detail-item[data-v-fa7121af]:nth-child(2) {
    background: none
}

.winner-detail-item[data-v-fa7121af]:nth-child(3) {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%)
}

.detail-label[data-v-fa7121af] {
    color: #fff;
    text-align: left;
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.detail-value[data-v-fa7121af] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px
}

.bet-amount[data-v-fa7121af] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 500;
    position: relative
}

.bets-section[data-v-fa7121af] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    flex: 1;
    overflow-y: auto
}

.bet-item[data-v-fa7121af] {
    border-radius: 12px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 60px;
    position: relative
}

.color-red[data-v-fa7121af] {
    background: linear-gradient(90deg,rgba(255,43,43,0) 0%,rgba(255,43,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-yellow[data-v-fa7121af] {
    background: linear-gradient(90deg,rgba(255,181,43,0) 0%,rgba(255,181,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-green[data-v-fa7121af] {
    background: linear-gradient(90deg,rgba(16,155,48,0) 0%,rgba(16,155,48,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-blue[data-v-fa7121af] {
    background: linear-gradient(90deg,rgba(43,145,255,0) 0%,rgba(43,145,255,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-purple[data-v-fa7121af] {
    background: linear-gradient(90deg,rgba(255,43,237,0) 0%,rgba(255,43,237,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.color-orange[data-v-fa7121af] {
    background: linear-gradient(90deg,rgba(255,114,43,0) 0%,rgba(255,114,43,.2) 100%),linear-gradient(to left,rgba(255,255,255,.05),rgba(255,255,255,.05))
}

.bet-user[data-v-fa7121af] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
    position: relative
}

.user-avatar[data-v-fa7121af] {
    border-radius: 999px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
    object-fit: cover
}

.user-info[data-v-fa7121af] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.user-name[data-v-fa7121af] {
    color: #fff;
    text-align: center;
    font-family: Inter,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.bet-details[data-v-fa7121af] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.bet-amount[data-v-fa7121af] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.coin[data-v-fa7121af] {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.separator[data-v-fa7121af] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 100;
    opacity: .5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.gift-count[data-v-fa7121af] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01px;
    font-weight: 400;
    opacity: .5
}

.bet-stats[data-v-fa7121af] {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.ticket-range[data-v-fa7121af] {
    border-radius: 10px;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px
}

.range-text[data-v-fa7121af] {
    font-family: Inter-SemiBold,sans-serif;
    font-size: 8px;
    line-height: 20px;
    font-weight: 600
}

.win-chance[data-v-fa7121af] {
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 64px;
    position: relative
}

.chance-text[data-v-fa7121af] {
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.bg-red-light[data-v-fa7121af] {
    background: rgba(255,43,43,.1)
}

.bg-yellow-light[data-v-fa7121af] {
    background: rgba(255,181,43,.1)
}

.bg-green-light[data-v-fa7121af] {
    background: rgba(16,155,48,.1)
}

.bg-blue-light[data-v-fa7121af] {
    background: rgba(43,145,255,.1)
}

.bg-purple-light[data-v-fa7121af] {
    background: rgba(255,43,237,.1)
}

.bg-orange-light[data-v-fa7121af] {
    background: rgba(255,114,43,.1)
}

.bg-red[data-v-fa7121af] {
    background: #FF2B2B
}

.bg-yellow[data-v-fa7121af] {
    background: #FFB52B
}

.bg-green[data-v-fa7121af] {
    background: #109B30
}

.bg-blue[data-v-fa7121af] {
    background: #2B91FF
}

.bg-purple[data-v-fa7121af] {
    background: #FF2BED
}

.bg-orange[data-v-fa7121af] {
    background: #FF722B
}

.text-red[data-v-fa7121af] {
    color: #ff2b2b
}

.text-yellow[data-v-fa7121af] {
    color: #ffb52b
}

.text-green[data-v-fa7121af] {
    color: #109b30
}

.text-blue[data-v-fa7121af] {
    color: #2b91ff
}

.text-purple[data-v-fa7121af] {
    color: #ff2bed
}

.text-orange[data-v-fa7121af] {
    color: #ff722b
}

.modal-overlay[data-v-cd5f38e3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.modal[data-v-cd5f38e3],.modal[data-v-cd5f38e3] * {
    box-sizing: border-box
}

.modal[data-v-cd5f38e3] {
    background: #141415;
    border-radius: 24px;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow-y: auto;
    max-width: 400px;
    width: 90%
}

.icon[data-v-cd5f38e3] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 10
}

.close[data-v-cd5f38e3] {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    transform: translate(0);
    overflow: visible
}

.frame-2087328871[data-v-cd5f38e3] {
    border-radius: 24px;
    flex-shrink: 0;
    width: 369px;
    height: 280px;
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.lights[data-v-cd5f38e3] {
    height: auto;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 0;
    overflow: visible;
    width: 100%;
    object-fit: cover;
    opacity: .3
}

.stars[data-v-cd5f38e3] {
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: visible;
    width: 80%;
    opacity: .8;
    animation: float-stars-cd5f38e3 4s ease-in-out infinite alternate
}

.carousel-container[data-v-cd5f38e3] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 160px;
    overflow: hidden;
    perspective: 1000px
}

.carousel-track[data-v-cd5f38e3] {
    display: flex;
    align-items: center;
    height: 100%;
    will-change: transform;
    transition: none;
    transform-style: preserve-3d
}

.carousel-item[data-v-cd5f38e3] {
    flex-shrink: 0;
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    will-change: transform,opacity,filter,box-shadow;
    transform-style: preserve-3d
}

.gift-image[data-v-cd5f38e3] {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    transition: none;
    backface-visibility: hidden;
    transform-style: preserve-3d
}

.frame-2087328895[data-v-cd5f38e3] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.congratulations[data-v-cd5f38e3] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 20px;
    letter-spacing: -.4px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.your-ticket-was-lucky-and-you-take-the-whole-pot[data-v-cd5f38e3] {
    color: #f0f2f5;
    text-align: center;
    font-family: Inter-Regular,sans-serif;
    font-size: 14px;
    letter-spacing: -.4px;
    font-weight: 400;
    opacity: .5;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center
}

.frame-2087329002[data-v-cd5f38e3] {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.frame-2087328995[data-v-cd5f38e3] {
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 73px;
    position: relative
}

.iconex-glass-gift[data-v-cd5f38e3] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0) scale(1);
    aspect-ratio: 1
}

.gift[data-v-cd5f38e3] {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 2px;
    transform: translate(-4px,-.75px);
    overflow: visible
}

.label[data-v-cd5f38e3] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative
}

.frame-2087328997[data-v-cd5f38e3] {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 73px;
    position: relative
}

.iconex-glass-wallet[data-v-cd5f38e3] {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0) scale(1)
}

.wallet[data-v-cd5f38e3] {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 2px;
    overflow: visible
}

.frame-2087328873[data-v-cd5f38e3] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative
}

.coin[data-v-cd5f38e3] {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    position: relative;
    aspect-ratio: 1
}

.group-2087328823[data-v-cd5f38e3] {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible
}

.frame-2087328197[data-v-cd5f38e3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 337px;
    position: relative;
    max-width: 100%
}

.button[data-v-cd5f38e3] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s ease
}

.button[data-v-cd5f38e3]:hover {
    background: #0066e6
}

.label2[data-v-cd5f38e3] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.button2[data-v-cd5f38e3] {
    background: #23c265;
    border-radius: 12px;
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s ease
}

.button2[data-v-cd5f38e3]:hover {
    background: #1fa855
}

.tab-segment[data-v-cd5f38e3] {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.75) 100%);
    border-radius: 12px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative
}

.text[data-v-cd5f38e3] {
    color: #fff;
    text-align: left;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative
}

.coin2[data-v-cd5f38e3] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    aspect-ratio: 1
}

.group-20873288232[data-v-cd5f38e3] {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0%;
    left: 0%;
    bottom: 0%;
    top: 0%;
    overflow: visible
}

@keyframes float-stars-cd5f38e3 {
    0% {
        transform: translate(-50%,-50%) translateY(-10px)
    }

    to {
        transform: translate(-50%,-50%) translateY(10px)
    }
}

@media (max-width: 420px) {
    .frame-2087328871[data-v-cd5f38e3] {
        width:100%;
        height: 200px
    }

    .frame-2087328197[data-v-cd5f38e3] {
        width: 100%
    }

    .modal[data-v-cd5f38e3] {
        margin: 20px;
        max-width: none
    }
}

.jackpot-page[data-v-4cdabe84] {
    padding: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative
}

.jackpot-container[data-v-4cdabe84] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 400px;
    flex: 1;
    height: 100%
}

.action-buttons[data-v-4cdabe84] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px
}

.action-button[data-v-4cdabe84] {
    background: rgba(106, 17, 203, 0.1);
    border-radius: 10px;
    padding: 8px 16px 8px 12px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
    cursor: pointer
}

.button-icon[data-v-4cdabe84] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.label[data-v-4cdabe84] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600
}

.status-panel[data-v-4cdabe84] {
    background: rgba(255,255,255,.02);
    border-radius: 16px;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 81px;
    margin-top: 10px
}

.status-block[data-v-4cdabe84] {
    background: linear-gradient(115.39deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,0) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 73px
}

.status-block[data-v-4cdabe84]:last-child {
    background: linear-gradient(115.39deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.05) 100%)
}

.status-icon[data-v-4cdabe84] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.status-icon img[data-v-4cdabe84] {
    width: 24px;
    height: 24px
}

.status-icon.loading img[data-v-4cdabe84] {
    animation: spin-4cdabe84 2s linear infinite
}

.status-icon.no-animation img[data-v-4cdabe84] {
    animation: none
}

@keyframes spin-4cdabe84 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.status-label[data-v-4cdabe84] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    font-weight: 600
}

.status-value[data-v-4cdabe84] {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center
}

.value[data-v-4cdabe84] {
    color: #fff;
    text-align: center;
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    font-weight: 600
}

.value-coin[data-v-4cdabe84] {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.winner-icon[data-v-4cdabe84] {
    width: 29px;
    height: auto
}

.waiting-container[data-v-4cdabe84] {
    border-radius: 20px;
    border: 1px dashed rgba(255,255,255,.05);
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    min-height: 30vh;
    padding: 10px;
    overflow-y: auto
}

.bet-button[data-v-4cdabe84] {
    background: #0075ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
    transition: all .2s ease;
    margin-bottom: 20px
}

.bet-button[data-v-4cdabe84]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #0075ff4d
}

.bet-button[data-v-4cdabe84]:active {
    transform: translateY(1px)
}

@media (min-width: 768px) {
    .jackpot-container[data-v-4cdabe84] {
        max-width:450px
    }
}

@media (max-width: 400px) {
    .jackpot-container[data-v-4cdabe84] {
        padding:0 8px
    }
}

:root {
    --color-background: #0a0019;
    --color-text: #ffffff;
    --color-live: #23c265;
    --color-border: rgba(255, 255, 255, .14);
    --color-overlay: rgba(255, 255, 255, .2);
    --color-hint-bg: rgba(163, 171, 187, .12);
    --spacing-4: 4px;
    --spacing-8: 8px;
    --spacing-10: 10px;
    --spacing-12: 12px;
    --spacing-16: 16px;
    --spacing-20: 20px;
    --radius-sm: 10px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-round: 817.36px;
    --font-family: "Inter", sans-serif;
    --font-size-sm: 12px;
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --line-height-sm: 16px;
    --line-height-md: 20px;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --container-width-sm: 100%;
    --container-width-md: 95vw;
    --container-width-lg: 90vw
}

@media (min-width: 768px) {
    :root {
        --font-size-sm: 14px;
        --font-size-md: 16px;
        --font-size-lg: 18px;
        --line-height-sm: 18px;
        --line-height-md: 22px
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    :root {
        --font-size-sm: 13px;
        --font-size-md: 15px;
        --font-size-lg: 17px
    }
}

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%
}

body {
    background-color: var(--color-background);
    font-family: var(--font-family);
    color: var(--color-text);
    width: 100vw;
    position: relative
}

#app {
    width: 100%;
    min-height: 100vh
}

a,button,input,select,h1,h2,h3,h4,h5,* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    background: none;
    -webkit-font-smoothing: antialiased
}

menu,ol,ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.flex {
    display: flex
}

.flex-col {
    display: flex;
    flex-direction: column
}

.flex-row {
    display: flex;
    flex-direction: row
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-4 {
    gap: var(--spacing-4)
}

.gap-8 {
    gap: var(--spacing-8)
}

.gap-10 {
    gap: var(--spacing-10)
}

.gap-16 {
    gap: var(--spacing-16)
}

.gap-20 {
    gap: var(--spacing-20)
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.rounded-sm {
    border-radius: var(--radius-sm)
}

.rounded-md {
    border-radius: var(--radius-md)
}

.rounded-lg {
    border-radius: var(--radius-lg)
}

.rounded-full {
    border-radius: var(--radius-round)
}

.p-4 {
    padding: var(--spacing-4)
}

.p-8 {
    padding: var(--spacing-8)
}

.p-10 {
    padding: var(--spacing-10)
}

.p-12 {
    padding: var(--spacing-12)
}

.p-16 {
    padding: var(--spacing-16)
}

.font-semibold {
    font-weight: var(--font-weight-semibold)
}

.text-sm {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm)
}

.text-md {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md)
}

.overflow-hidden {
    overflow: hidden
}

.gradient-card {
    background: linear-gradient(115.39deg, rgba(106, 17, 203, 0) 0%, rgba(37, 117, 252, 0.2) 100%)
}

.gradient-bottom-fade {
    background: linear-gradient(180deg,rgba(20,20,21,0) 0%,rgba(20,20,21,1) 100%)
}


