@charset "UTF-8";html,body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #58607b
}

#app {
    width: 10rem;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: 100vh;
    position: relative;
}

.norem-app {
    width: 5rem
}

@media screen and (max-width: 500px) {
    #app {
        width:100%;
        min-height: 100vh
    }

    #app::-webkit-scrollbar {
        width: 0;
        background: transparent
    }

    .van-popup.van-popup--bottom {
        /* background: #000C33 !important; Removed for modern design */
        max-width: none
    }
}

@media (min-width: 501px) {
    .van-popup.van-popup--bottom {
        max-width:10rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translate(-50%)
    }

    .van-popup.van-popup--center {
        max-width: 10rem
    }
}

/* Modern Responsive Design for Van Popup Picker */
.van-popup--bottom {
    background-color: #041243; /* Deep Blue Theme */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
    padding-bottom: env(safe-area-inset-bottom); /* iOS safe area */
}

.van-picker {
    background-color: #041243; /* Deep Blue Theme */
    user-select: none;
    position: relative;
    font-family: 'Roboto', 'Inter', sans-serif;
    color: #ffffff;
}

/* Toolbar styling */
.van-picker__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 16px;
    background-color: #0b1d59; /* Slightly lighter blue */
    border-bottom: 1px solid #1a2e6b;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.van-picker__cancel,
.van-picker__confirm {
    padding: 0 8px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.van-picker__cancel {
    color: #ff4d4f !important; /* Bright Red */
    font-weight: bold;
}

.van-picker__confirm {
    color: #4cd964 !important; /* Bright Green */
    font-weight: bold;
}

.van-picker__cancel:active,
.van-picker__confirm:active {
    opacity: 0.7;
}

/* Columns container */
.van-picker__columns {
    display: flex;
    position: relative;
    cursor: grab;
    overflow: hidden;
}

.van-picker-column {
    flex: 1;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
}

.van-picker-column__wrapper {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.van-picker-column__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    color: #171717; /* Grey for unselected */
    font-weight: bold;
    opacity: 0.8;
    transition: all 0.3s;
}

.van-picker-column__item--selected {
    color: #ffffff; /* Full White for selected */
    font-weight: 900; /* Extra bold for selected */
    opacity: 1;
    font-size: 22px; /* Highlight selected item */
}

/* Mask overlay for 3D effect - Dark */
.van-picker__mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(4,18,67,0.9), rgba(4,18,67,0.4)), linear-gradient(0deg, rgba(4,18,67,0.9), rgba(4,18,67,0.4));
    background-repeat: no-repeat;
    background-position: top, bottom;
    pointer-events: none;
}

/* Selection frame indicator */
.van-picker__frame {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
    border-top: 2px solid #141415;
    border-bottom: 2px solid #141414;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
    .van-picker-column__item {
        font-size: 16px;
    }
    .van-picker-column__item--selected {
        font-size: 18px;
    }
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.van-toast[data-v-73d6c02a] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-73d6c02a] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-73d6c02a] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-73d6c02a] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-73d6c02a] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-73d6c02a] {
    z-index: 9999999!important
}


.tabbar__container[data-v-73d6c02a] {
    position: fixed;
    padding-bottom: 0px !important;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 10rem;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    height: 1.8rem;
    font-size: .29333rem;
    background: #021140;
    box-shadow: 0 -.02667rem #4b3c0b;
    transition: background .2s ease, box-shadow .2s ease, filter .2s ease;
    cursor: pointer;
    z-index: 100
}

.tabbar__container[data-v-73d6c02a]:hover {
    background: #0b1d59;
    box-shadow: 0 -.10667rem #8a6f13;
}

.tabbar__container:hover {
    background: #adb306;
    box-shadow: 0 -.10667rem #8a6f13;
}

.tabbar__container-item[data-v-73d6c02a] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    padding-top: 1.06667rem;
    color: #fafbfd !important;
    padding-bottom: 0px !important;
    font-weight: bold !important;
    text-align: center;
    background-repeat: no-repeat;
    background-size: .53333rem;
    background-position: center .32rem
}

.tabbar__container-item.promotion[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/promotion.png)
}

.tabbar__container-item.activity[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/activity.png)
}

.tabbar__container-item.home[data-v-73d6c02a] {
    position: relative;
    top: -.4rem;
    background-position: center .18667rem;
    color: transparent !important;
    font-size: 0 !important;
    padding-top: 1.54667rem;
    background-size: 1.76rem 1.94667rem;
    background-image: url(/assets/tabbar/home.png)
}

.tabbar__container-item.wallet[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/wallet.png)
}

.tabbar__container-item.turntableBg[data-v-73d6c02a] {
    background-image: var(--3442ba73-getInvitedWheelImgUrl);
    background-size: cover;
    width: 2.04rem;
    height: 2.04rem;
    position: relative;
    top: -.8rem;
    font-size: .34667rem;
    padding-top: 1.68rem;
    font-weight: 600
}

.tabbar__container-item.main[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/main.png)
}

.tabbar__container-item.active[data-v-73d6c02a]:not(.home) {
    background-size: 1.06667rem 1.2rem;
    color: var(--main-color);
    padding-top: .98667rem
}

.tabbar__container-item.active:not(.home).promotion[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/promotion.png)
}

.tabbar__container-item.active:not(.home).activity[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/activity.png)
}

.tabbar__container-item.active:not(.home).wallet[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/wallet.png)
}

.tabbar__container-item.active:not(.home).main[data-v-73d6c02a] {
    background-image: url(/assets/tabbar/main.png)
}

.isTurntable .home[data-v-73d6c02a] {
    top: 0;
    height: 100%;
    background-size: 1.06667rem 1.2rem;
    background-size: 1.06667rem;
    background-position: center .32rem;
    padding-top: 1.06667rem;
    background-image: url(/assets/tabbar/home.png)!important
}

.isTurntable .active.home[data-v-73d6c02a] {
    background-size: 1.06667rem 1.2rem;
    background-image: url(/assets/tabbar/home.png)!important
}



@media screen and (max-width: 500px) {
    .tabbar__container[data-v-73d6c02a] {
        width:100%;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translate(0)
    }

    html:lang(ar) .tabbar__container[data-v-73d6c02a] {
        left: unset;
        right: 0
    }
}

@media (min-width: 768px) {
    .tabbar__container[data-v-73d6c02a] {
        position: fixed;
        width: 100%;
        left: 0%;
        -webkit-transform: none;
        transform: none;
        height: 1.8rem;
        z-index: 1001;
    }
}
.customer {
    display: none !important;
}

.navbar-fixed .customer {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .05333rem;
    text-decoration: none;
    color: #ffffff;
    font-size: .29333rem;
}

.navbar-fixed .customer svg {
    width: .7rem;
    height: .7rem;
}

.navbar-fixed #installedAppLinkNavbar {
    padding-right: .16rem;
}

.navbar-fixed #installedAppLinkNavbar img {
    width: .90rem !important;
    height: .90rem !important;
}

@media (max-width: 768px) {
    .navbar-fixed .navbar__content-right {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0;
    }
    .navbar-fixed .navbar__content-right > :not(.customer):not(#installedAppLinkNavbar) {
        display: none !important;
    }
}

@media (min-width: 769px) {
    /* Allow app link to be visible on desktop if injected */
    .navbar-fixed #installedAppLinkNavbar {
        display: block !important;
        margin-right: -2px !important; /* Negative margin to pull it closer */
        position: relative;
        left: 5px; /* Nudge it slightly right */
    }
}

.infiniteScroll.sysMessage__container-msgWrapper,
.sysMessage__container-msgWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    overflow: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    transform-origin: top center;
    animation: sysMsgWrapperIn 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.infiniteScroll.sysMessage__container-msgWrapper::before,
.sysMessage__container-msgWrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(800px 240px at 20% 0%, rgba(120, 87, 255, 0.22), transparent 60%),
        radial-gradient(700px 260px at 80% 0%, rgba(0, 214, 255, 0.16), transparent 55%);
    opacity: 0.95;
}

.sysMessage__container-msgWrapper__item {
    position: relative;
    border-radius: 14px;
    padding: 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
    transform: translateZ(0);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    animation: sysMsgItemIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sysMessage__container-msgWrapper__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
    border-color: rgba(255, 255, 255, 0.18);
}

.sysMessage__container-msgWrapper__item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sysMessage__container-msgWrapper__item-content {
    margin-top: 8px;
    line-height: 1.45;
}

@media (min-width: 769px) {
    .infiniteScroll.sysMessage__container-msgWrapper,
    .sysMessage__container-msgWrapper {
        padding: 16px 16px;
        border-radius: 18px;
        gap: 14px;
    }
    .sysMessage__container-msgWrapper__item {
        padding: 14px 14px;
        border-radius: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .infiniteScroll.sysMessage__container-msgWrapper,
    .sysMessage__container-msgWrapper,
    .sysMessage__container-msgWrapper__item {
        animation: none !important;
        transition: none !important;
    }
}

@keyframes sysMsgWrapperIn {
    from { opacity: 0; transform: translateY(10px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes sysMsgItemIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 769px) {
    .dailySignIn__container[data-v-f1e983bd] {
        margin-top: 15px !important;
    }
}

.notification-container-content[data-v-f1e983bd],
.dailySignIn__container[data-v-f1e983bd] .notification-container-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transform-origin: top center;
    animation: notifContentIn_f1e983bd 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.notification-container-content[data-v-f1e983bd]::before,
.dailySignIn__container[data-v-f1e983bd] .notification-container-content::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(900px 260px at 20% 0%, rgba(120, 87, 255, 0.22), transparent 60%),
        radial-gradient(760px 280px at 80% 0%, rgba(0, 214, 255, 0.16), transparent 55%);
    opacity: 0.95;
}

.notification-container-content[data-v-f1e983bd] > * {
    position: relative;
    animation: notifRowIn_f1e983bd 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.notification-container-content[data-v-f1e983bd] > *:hover {
    transform: translateY(-1px);
    transition: transform 180ms ease;
}

@media (min-width: 769px) {
    .notification-container-content[data-v-f1e983bd],
    .dailySignIn__container[data-v-f1e983bd] .notification-container-content {
        padding: 16px 16px;
        border-radius: 18px;
        gap: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .notification-container-content[data-v-f1e983bd],
    .notification-container-content[data-v-f1e983bd] > * {
        animation: none !important;
        transition: none !important;
    }
}

@keyframes notifContentIn_f1e983bd {
    from { opacity: 0; transform: translateY(10px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes notifRowIn_f1e983bd {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.van-toast[data-v-5eb72be7] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-5eb72be7] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-5eb72be7] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-5eb72be7] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-5eb72be7] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-5eb72be7] {
    z-index: 9999999!important
}

.start-page[data-v-5eb72be7] {
    position: fixed;
    z-index: 9999;
    width: 10rem;
    height: 100%;
    background: #001C54;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.start-page div[data-v-5eb72be7] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.start-page div .dice[data-v-5eb72be7] {
    width: 3.25rem;
    height: 3.75rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.start-page div .logo[data-v-5eb72be7] {
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 2.13333rem;
    width: 5.37333rem
}

.start-page div p[data-v-5eb72be7] {
    font-weight: 700;
    font-size: .50667rem;
    color: var(--text_color_L1);
    margin-top: .4rem;
    padding: 0 .13333rem;
    text-align: center
}

.van-toast[data-v-9cd12fb2] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-9cd12fb2] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-9cd12fb2] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-9cd12fb2] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-9cd12fb2] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-9cd12fb2] {
    z-index: 9999999!important
}

.header[data-v-9cd12fb2] {
    min-height: 1.86667rem;
    background-color: var(--bg_color_L3);
    color: var(--text_color_L1);
    padding-top: .33333rem;
    border-radius: .26667rem .26667rem 0 0
}

.header .title[data-v-9cd12fb2] {
    font-size: .37333rem
}

.header .tip[data-v-9cd12fb2] {
    font-size: .29333rem;
    font-weight: 400;
    margin-top: .26667rem
}

.container[data-v-9cd12fb2] {
    padding: .26667rem .13333rem;
    background-color: var(--bg_color_L2);
    max-height: calc(100vh - 8.4rem);
    overflow: auto
}

.container[data-v-9cd12fb2] .first_list-item {
    box-shadow: none
}

.footer[data-v-9cd12fb2] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 1.33333rem;
    background-color: var(--bg_color_L3);
    padding: 0 .26667rem;
    border-radius: 0 0 .26667rem .26667rem
}

.footer .btn[data-v-9cd12fb2] {
    background: var(--main_gradient-color);
    width: 2.66667rem;
    min-height: .66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: .33333rem;
    text-align: center;
    color: var(--text_color_L4);
    font-size: .37333rem;
    font-weight: 700
}

.footer .active[data-v-9cd12fb2] {
    color: var(--text_color_L2);
    font-size: .32rem;
    background-repeat: no-repeat;
    background-size: .48rem;
    background-position: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: .16rem;
    -webkit-align-content: center;
    align-content: center
}

[data-v-9cd12fb2] .first_list-item {
    background: var(--bg_color_L3)
}

.close[data-v-9cd12fb2] {
    position: absolute;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    bottom: -.93333rem;
    background-image: url(/assets/png/close-862c6a4d.webp);
    background-repeat: no-repeat;
    background-size: contain
}

.van-toast[data-v-3d4fafbb] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-3d4fafbb] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-3d4fafbb] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-3d4fafbb] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-3d4fafbb] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-3d4fafbb] {
    z-index: 9999999!important
}

.dialog-wrapper[data-v-3d4fafbb] {
    padding: .26667rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.dialog-wrapper img[data-v-3d4fafbb] {
    width: 3.73333rem;
    height: 2.16rem;
    position: relative;
    margin-top: -.74667rem
}

.dialog-wrapper .dialog-title[data-v-3d4fafbb] {
    color: var(--text_color_L1);
    margin: .4rem 0 .26667rem;
    font-size: .48rem;
    font-weight: 700
}

.dialog-wrapper .dialog-tips[data-v-3d4fafbb] {
    color: var(--text_color_L2);
    font-size: .32rem;
    margin: 0 0 .32rem
}

.dialog-wrapper .dialog-para[data-v-3d4fafbb] {
    color: var(--text_color_L2);
    font-size: .32rem
}

.dialog-wrapper .dialog-btn[data-v-3d4fafbb] {
    width: 5.6rem;
    height: 1.06667rem;
    text-align: center;
    line-height: 1.06667rem;
    background: var(--GradiantBlue, var(--main_gradient-color));
    border-radius: 1.06667rem;
    font-weight: 700;
    color: var(--text_color_L4);
    font-size: .42667rem;
    margin-top: .53333rem
}

.dialog-wrapper .dialog-content[data-v-3d4fafbb] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--norm_secondary-color)
}

.dialog-wrapper .dialog-content img[data-v-3d4fafbb] {
    width: .4rem;
    height: .4rem;
    margin: 0 .13333rem 0 0
}

.dialog-wrapper .dialog-footer[data-v-3d4fafbb] {
    position: relative;
    bottom: -1.46667rem
}

.dialog-wrapper .dialog-footer img[data-v-3d4fafbb] {
    width: .8rem;
    height: .8rem
}

.custom18dialog .dialog-18[data-v-3d4fafbb] {
    border-radius: .16rem;
    height: 6.66667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: .53333rem;
    background: var(--bg_color_L2)
}

.custom18dialog .dialog-18 .icon18[data-v-3d4fafbb] {
    display: block;
    height: 1.30667rem;
    width: 1.30667rem;
    margin: 0 auto
}

.custom18dialog .dialog-18 span[data-v-3d4fafbb]:nth-child(1) {
    display: block;
    font-size: .53333rem;
    color: var(--text_color_L1);
    margin: .53333rem 0 .18667rem;
    font-weight: 600
}

.custom18dialog .dialog-18 .tip_txt[data-v-3d4fafbb] {
    font-size: .34667rem;
    color: var(--text_color_L2);
    margin-bottom: .77333rem
}

.custom18dialog .dialog-18 .dialog-footer .dialog-btn[data-v-3d4fafbb] {
    margin: 0 auto .32rem;
    width: 7.33333rem;
    height: 1.06667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: .16rem;
    font-size: .37333rem;
    font-weight: 500
}

.custom18dialog .dialog-18 .dialog-footer .btn-cnf[data-v-3d4fafbb] {
    background: var(--main_gradient-color)
}

.custom18dialog .dialog-18 .dialog-footer .btn-cancel[data-v-3d4fafbb] {
    border: .01333rem solid var(--main-color);
    color: var(--main-color)
}

.noAge .dialog-18[data-v-3d4fafbb] {
    height: 5.06667rem
}

.noAge .dialog-18 .dialog-footer[data-v-3d4fafbb] {
    margin-top: .53333rem
}

@media screen and (min-width: 800px) {
    html {
        font-size:2.5rem!important
    }
}

@font-face {
    font-family: bahnschrift;
    font-weight: 500;
    src: url(/assets/woff2/bahnschrift-610d57ac.woff2)
}

@font-face {
    font-family: digitalDreamFat;
    src: url(/assets/ttf/digitalDreamFat-7e51cfaf.ttf) format("truetype")
}

html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

svg {
    height: 100%
}

* {
    -webkit-user-select: none;
    user-select: none
}

html,body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

#app {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    height: auto
}

:-webkit-any(article,aside,nav,section) h1 {
    font-size: 2em
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor
}

input {
    -webkit-user-select: text;
    user-select: text;
    color: var(--text_color_L1)
}

input:focus {
    outline: .01333rem solid var(--Dividing-line_color);
    -webkit-user-select: text;
    user-select: text
}

.c-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.c-row-middle-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.c-row-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.c-row-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.c-flex-warp {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.m-b-5 {
    margin-bottom: .13333rem
}

.m-r-5 {
    margin-right: .13333rem
}

.c-flew-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.c-tc {
    text-align: center
}

.p-r-10 {
    padding-right: .26667rem
}

.p-l-10 {
    padding-left: .26667rem
}

.p-b-10 {
    padding-bottom: .26667rem
}

.p-t-10 {
    padding-top: .26667rem
}

.popup {
    border-radius: .26667rem .26667rem 0 0;
    z-index: 2006;
    left: auto;
    overflow-y: visible
}

.PreSaleRule {
    width: 7.04rem
}

.Tips {
    width: 8rem;
    height: 2.13333rem;
    line-height: 2.13333rem;
    background: var(--whiteBg);
    border: .01333rem solid var(--borderColor-5);
    border-radius: .26667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    top: 80%
}

.firstSaveDialog {
    width: 8rem;
    overflow: initial
}

.firstSaveDialog .van-dialog__header {
    padding-top: 0
}

.custom18dialog {
    width: 8.4rem
}

.msg-window {
    padding: .13333rem .26667rem;
    width: 9.33333rem
}

.msg-window .msg-header {
    color: var(--text_color_L1);
    font-size: .32rem
}

.msg-window .msg-footer {
    color: var(--main-color);
    font-size: .32rem;
    padding-top: .32rem
}

.msg-window .msg-footer div {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.msg-window .msg-footer img {
    width: .4rem;
    height: .4rem
}

.noOverHidden {
    overflow: inherit
}

.dailySignInRules__container-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: .13333rem auto .53333rem;
    border-radius: .26667rem;
    overflow: hidden
}

.dailySignInRules__container-hero__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.dailySignInRules__container-hero__wrapper-titlebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    color: var(--text_color_L1)
}

.dailySignInRules__container-hero__wrapper ul {
    width: 100%
}

.dailySignInRules__container-hero__wrapper ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%
}

.dailySignInRules__container-hero__wrapper ul li div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .37333rem;
    padding: .34667rem 0;
    border-bottom: .01333rem solid var(--bgcolor-54)
}

.dailySignInRules__container-hero__wrapper-title {
    width: 100%;
    height: 1.06667rem;
    padding-block:.34667rem;font-size: .42667rem;
    line-height: .32rem;
    text-align: center;
    background: var(--main_gradient-color2)
}

.dailySignInRules__container-hero__wrapper-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.dailySignInRules__container-hero__wrapper-content>div {
    width: 100%;
    padding: .34667rem 0;
    font-size: .37333rem;
    line-height: .37333rem;
    text-align: center;
    border-bottom: .01333rem solid var(--bgColor-10)
}

.dailySignInRules__container-hero__wrapper-content>div:last-of-type {
    border-bottom: none
}

.mgt10 {
    margin-top: .13333rem!important
}

.mgt40 {
    margin-top: .53333rem!important
}

[v-cloak] {
    display: none
}

.clearfix:after,.clearfix:before {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.text-dots {
    line-height: .453334rem;
    width: 2.13333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.must:before {
    content: "*";
    color: #fb5151
}

input,textarea {
    -webkit-user-select: text;
    user-select: text
}

.ar {
    position: fixed;
    top: .93333rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 100%;
    max-width: 10rem;
    -webkit-user-select: none;
    user-select: none;
    z-index: 100;
    padding: 0 .29333rem
}

.ar-searchbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: .29333rem;
    width: 100%;
    font-size: .37333rem;
    margin-top: .26667rem;
    margin-bottom: .21333rem
}

.ar-searchbar input {
    width: 3.6rem;
    height: 1.06667rem;
    padding: 0 .26667rem;
    font-weight: 400;
    border: none;
    border-radius: .13333rem
}

.ar-searchbar input::-webkit-input-placeholder {
    color: var(--colorText-63)
}

.ar-searchbar input::placeholder {
    color: var(--colorText-63)
}

.ar-searchbar__selector {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 4.53333rem;
    height: 1.06667rem;
    color: var(--text_color_L2)
}

.ar-searchbar__selector>div {
    width: 100%;
    line-height: 1.06667rem;
    border-radius: .13333rem;
    background: var(--darkBg, var(--bg_color_L2))
}

.ar-searchbar__selector>div:first-of-type {
    position: relative;
    padding: 0 .26667rem;
    z-index: 10
}

.ar-searchbar__selector>div:first-of-type i {
    position: absolute;
    top: 50%;
    right: .21333rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ar-searchbar__selector-dropdown {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border: .01333rem solid var(--text_color_L1);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ar-searchbar__selector-dropdown li {
    padding: 0 .26667rem;
    list-style: none
}

.ar-searchbar__selector-dropdown li.selected {
    color: #fff;
    background-color: var(--norm_red-color)
}

.ar-searchbar__selector.active {
    z-index: 9
}

.ar-searchbar__selector.active>div:first-of-type i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.ar-searchbar__selector.active>div:last-of-type {
    -webkit-transform: translateY(0%);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.ar-searchbar__selector .selectorA {
    color: var(--colorText-63)
}

.ar-searchbar>i {
    font-size: 1.625rem
}

.ar-1px-t,.ar-1px-b,.ar-1px-tb,.ar-1px-rb,.ar-1px-l,.ar-1px-r {
    position: relative
}

.ar-1px-t:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .01333rem;
    border-top: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ar-1px-b:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid var(--Dividing-line_color);
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ar-1px-l:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: .01333rem;
    bottom: 0;
    border-left: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.ar-1px-r:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: .01333rem;
    bottom: 0;
    border-right: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.ar-1px-rb:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: .01333rem;
    bottom: 0;
    border-right: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5)
}

.ar-1px-rb:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ar-1px-tb:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .01333rem;
    border-top: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.ar-1px-tb:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: .01333rem;
    border-bottom: .01333rem solid #e6e8e8;
    color: #e6e8e8;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

@media screen and (max-width: 500px) {
    .ar {
        max-width:none
    }
}

textarea {
    resize: none
}

.content {
    padding: 0 .32rem;
    background: var(--bg_color_L1)!important
}

@font-face {
    font-family: bahnschrift;
    font-weight: 500;
    src: url(/assets/woff2/bahnschrift-610d57ac.woff2)
}

@font-face {
    font-family: digitalDreamFat;
    src: url(/assets/ttf/digitalDreamFat-7e51cfaf.ttf) format("truetype")
}

* {
    box-sizing: border-box
}

#app {
    background: linear-gradient(135deg, 
        rgba(19, 7, 131, 0.95) 0%, 
        rgba(86, 4, 110, 0.95) 50%,
        rgba(2, 63, 86, 0.95) 100%) !important;
}

#app::before{
    content:"BZ";
    position: fixed;
    z-index: 10001;
    left:50%;
    top:45%;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translate(-50%,-50%) rotateX(5deg) rotateY(-5deg);
    transform: translate(-50%,-50%) rotateX(5deg) rotateY(-5deg);
    background: linear-gradient(135deg, 
        #0a4d8a 0%, 
        #0d5ba1 10%,
        #1976d2 25%, 
        #2196f3 40%,
        #64b5f6 55%,
        #90caf9 70%,
        #bbdefb 85%,
        #e3f2fd 100%);
    color:#ffffff;
    font-family: bahnschrift,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-weight: 900;
    font-size: 0.85rem;
    letter-spacing: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border: 3px solid rgba(255,255,255,0.3);
    box-shadow: 
        inset 15px -15px 30px rgba(10,77,138,0.8),
        inset -15px 15px 30px rgba(100,150,200,0.4),
        inset 8px 0 25px rgba(25,118,210,0.7),
        inset -8px 0 25px rgba(144,202,249,0.7),
        inset 0 -8px 20px rgba(13,71,161,0.5),
        inset 0 8px 20px rgba(64,150,220,0.4),
        0 8px 16px rgba(0,0,0,0.4),
        0 16px 32px rgba(0,0,0,0.35),
        0 24px 48px rgba(0,0,0,0.3),
        0 32px 64px rgba(0,0,0,0.25),
        0 -4px 12px rgba(33,150,243,0.3),
        0 0 30px rgba(33,150,243,0.8),
        0 0 50px rgba(33,150,243,0.6),
        0 0 70px rgba(25,118,210,0.4);
    text-shadow: 
        0 0 15px rgba(100,180,250,0.8),
        0 0 30px rgba(33,150,243,0.9),
        0 0 45px rgba(25,118,210,0.6),
        2px 2px 4px rgba(0,0,0,0.9),
        4px 4px 8px rgba(0,0,0,0.7),
        -2px -2px 0 rgba(64,150,220,0.5),
        2px 2px 0 rgba(13,71,161,0.8),
        0 -3px 15px rgba(33,150,243,0.4),
        0 3px 10px rgba(0,0,0,0.8);
    filter: drop-shadow(0 0 20px rgba(33,150,243,0.9)) 
            drop-shadow(0 12px 30px rgba(0,0,0,0.8)) 
            drop-shadow(0 -6px 20px rgba(144,202,249,0.7))
            drop-shadow(0 20px 40px rgba(0,0,0,0.6));
    opacity:0;
    -webkit-animation: diamondBZEntrance 0.8s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
                       diamondBZSplitOnce 2.4s 1.3s cubic-bezier(0.4, 0.0, 0.2, 1) forwards,
                       diamondBZFadeOut 0.5s 3.7s ease-out forwards;
    animation: diamondBZEntrance 0.8s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
               diamondBZSplitOnce 2.4s 1.3s cubic-bezier(0.4, 0.0, 0.2, 1) forwards,
               diamondBZFadeOut 0.5s 3.7s ease-out forwards;
}

body::before{
    content:"";
    position: fixed;
    z-index: 9999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width: 100vw;
    height: 100dvh;
    background: radial-gradient(circle at 50% 50%, #0b4f82 0%, #083d66 55%, #052e50 100%);
    opacity: 0;
    -webkit-animation: startPageLifetime 6s ease-out forwards, bgIntro .7s ease-out forwards, bgDim .3s 5.7s ease-in forwards;
    animation: startPageLifetime 6s ease-out forwards, bgIntro .7s ease-out forwards, bgDim .3s 5.7s ease-in forwards;
}

body::after{ content:none }

html::before{
    content:"";
    position: fixed;
    z-index: 9998;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100vw;
    height:100dvh;
    pointer-events:none;
    box-shadow: inset 0 0 6rem rgba(0,0,0,.45), inset 0 0 12rem rgba(0,0,0,.35);
    opacity:0;
    -webkit-animation: startPageLifetime 6s ease-out forwards, bgIntro .7s ease-out forwards;
    animation: startPageLifetime 6s ease-out forwards, bgIntro .7s ease-out forwards;
}

html::after{
    content:"";
    position: fixed;
    z-index: 9997;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100vw;
    height:100dvh;
    pointer-events:none;
    opacity:.0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(0,120,255,.9) .03rem, rgba(0,120,255,0) .06rem),
        radial-gradient(circle at 75% 20%, rgba(0,120,255,.9) .025rem, rgba(0,120,255,0) .06rem),
        radial-gradient(circle at 35% 75%, rgba(0,120,255,.9) .03rem, rgba(0,120,255,0) .06rem),
        radial-gradient(circle at 80% 60%, rgba(0,120,255,.9) .025rem, rgba(0,120,255,0) .06rem),
        radial-gradient(circle at 55% 50%, rgba(0,120,255,.9) .02rem, rgba(0,120,255,0) .05rem);
    -webkit-animation: startPageLifetime 6s ease-out forwards, particlesAppear .6s 2.6s ease-out forwards, particlesFloat 6s 2.6s linear infinite;
    animation: startPageLifetime 6s ease-out forwards, particlesAppear .6s 2.6s ease-out forwards, particlesFloat 6s 2.6s linear infinite;
}
#app::after{
    content:"Z";
    position: fixed;
    z-index: 10000;
    left:50%;
    top:45%;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translate(-50%,-50%) rotateX(-5deg) rotateY(5deg);
    transform: translate(-50%,-50%) rotateX(-5deg) rotateY(5deg);
    background: linear-gradient(135deg, 
        rgba(75, 50, 135, 0.98) 0%,
        rgba(90, 65, 150, 0.98) 12%,
        rgba(102, 126, 234, 0.98) 28%,
        rgba(118, 75, 162, 0.98) 45%,
        rgba(156, 100, 200, 0.98) 60%,
        rgba(200, 120, 230, 0.98) 75%,
        rgba(240, 147, 251, 0.98) 88%,
        rgba(255, 180, 255, 0.95) 100%) !important;
    color:#ffffff;
    font-family: bahnschrift,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    border: 3px solid rgba(255,255,255,0.4);
    box-shadow: 
        inset 15px -15px 30px rgba(75,50,135,0.9),
        inset -15px 15px 30px rgba(200,150,230,0.5),
        inset 8px 0 25px rgba(118,75,162,0.8),
        inset -8px 0 25px rgba(240,147,251,0.8),
        inset 0 -8px 20px rgba(90,65,150,0.6),
        inset 0 8px 20px rgba(200,150,230,0.4),
        0 8px 16px rgba(0,0,0,0.4),
        0 16px 32px rgba(0,0,0,0.35),
        0 24px 48px rgba(0,0,0,0.3),
        0 32px 64px rgba(0,0,0,0.25),
        0 -4px 12px rgba(156,100,200,0.4),
        0 0 30px rgba(156,100,200,0.9),
        0 0 50px rgba(156,100,200,0.7),
        0 0 70px rgba(118,75,162,0.5);
    text-shadow: 
        0 0 15px rgba(200,150,230,0.8),
        0 0 30px rgba(156,100,200,0.9),
        0 0 45px rgba(118,75,162,0.6),
        2px 2px 4px rgba(0,0,0,0.9),
        4px 4px 8px rgba(0,0,0,0.7),
        -2px -2px 0 rgba(200,150,230,0.5),
        2px 2px 0 rgba(90,65,150,0.8),
        0 -3px 15px rgba(156,100,200,0.4),
        0 3px 10px rgba(0,0,0,0.8);
    filter: drop-shadow(0 0 20px rgba(156,100,200,0.9)) 
            drop-shadow(0 12px 30px rgba(0,0,0,0.8)) 
            drop-shadow(0 -6px 20px rgba(240,147,251,0.7))
            drop-shadow(0 20px 40px rgba(0,0,0,0.6));
    opacity:0;
    visibility: hidden;
    pointer-events: none;
    -webkit-animation: diamondZSplitAppearOnce 2.4s 1.3s cubic-bezier(0.4, 0.0, 0.2, 1) forwards,
                       diamondZFadeOut 0.5s 3.7s ease-out forwards;
    animation: diamondZSplitAppearOnce 2.4s 1.3s cubic-bezier(0.4, 0.0, 0.2, 1) forwards,
               diamondZFadeOut 0.5s 3.7s ease-out forwards;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.popup {
    position: fixed;
    max-height: 100%
}

.popup-center {
    top: 50%;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35)
}

.iosDialog {
    padding: .53333rem .32rem
}

.iosDialog .title {
    color: var(--text_color_L1, #1E2637);
    font-size: .48rem;
    font-weight: 600;
    margin-bottom: .53333rem
}

.iosDialog .websit_info {
    padding: .24rem .37333rem;
    border-radius: .13333rem;
    background: var(--bg_color_L3, #F6F6F6);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .53333rem
}

.iosDialog .websit_info img {
    border-radius: .28125rem;
    width: 1.44rem;
    height: 1.44rem;
    margin-right: .32rem;
    box-shadow: 0 .02667rem .05333rem #b0baca80
}

.iosDialog .websit_info .link div:nth-child(1) {
    color: var(--text_color_L1);
    font-size: .42667rem;
    font-weight: 500;
    margin-bottom: .05333rem
}

.iosDialog .websit_info .link div:nth-child(2) {
    color: var(--text_color_L2);
    font-size: .37333rem;
    font-weight: 500
}

.iosDialog .text {
    font-size: .42667rem;
    color: var(--text_color_L2);
    margin-bottom: .48rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.iosDialog .text svg {
    width: .42667rem;
    margin-left: .21333rem
}

.iosDialog .text img {
    width: .56rem;
    height: .56rem;
    margin: 0 .24rem
}

.iosDialog .text span {
    margin-left: .21333rem;
    border-radius: .05333rem;
    padding: 0 .16rem;
    color: var(--text_color_L1);
    background: var(--bg_color_L3);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.van-floating-bubble {
    background: transparent!important;
    overflow: inherit
}

.mt0 {
    margin-top: 0!important
}

.pt0 {
    padding-top: 0!important
}

.mb0 {
    margin-bottom: 0!important
}

.pb0 {
    padding-bottom: 0!important
}

.ml0 {
    margin-left: 0!important
}

.pl0 {
    padding-left: 0!important
}

.mr0 {
    margin-right: 0!important
}

.pr0 {
    padding-right: 0!important
}

.fz0 {
    font-size: 0!important
}

.mt2 {
    margin-top: .05333rem!important
}

.pt2 {
    padding-top: .05333rem!important
}

.mb2 {
    margin-bottom: .05333rem!important
}

.pb2 {
    padding-bottom: .05333rem!important
}

.ml2 {
    margin-left: .05333rem!important
}

.pl2 {
    padding-left: .05333rem!important
}

.mr2 {
    margin-right: .05333rem!important
}

.pr2 {
    padding-right: .05333rem!important
}

.fz2 {
    font-size: .05333rem!important
}

.mt4 {
    margin-top: .10667rem!important
}

.pt4 {
    padding-top: .10667rem!important
}

.mb4 {
    margin-bottom: .10667rem!important
}

.pb4 {
    padding-bottom: .10667rem!important
}

.ml4 {
    margin-left: .10667rem!important
}

.pl4 {
    padding-left: .10667rem!important
}

.mr4 {
    margin-right: .10667rem!important
}

.pr4 {
    padding-right: .10667rem!important
}

.fz4 {
    font-size: .10667rem!important
}

.mt5 {
    margin-top: .13333rem!important
}

.pt5 {
    padding-top: .13333rem!important
}

.mb5 {
    margin-bottom: .13333rem!important
}

.pb5 {
    padding-bottom: .13333rem!important
}

.ml5 {
    margin-left: .13333rem!important
}

.pl5 {
    padding-left: .13333rem!important
}

.mr5 {
    margin-right: .13333rem!important
}

.pr5 {
    padding-right: .13333rem!important
}

.fz5 {
    font-size: .13333rem!important
}

.mt6 {
    margin-top: .16rem!important
}

.pt6 {
    padding-top: .16rem!important
}

.mb6 {
    margin-bottom: .16rem!important
}

.pb6 {
    padding-bottom: .16rem!important
}

.ml6 {
    margin-left: .16rem!important
}

.pl6 {
    padding-left: .16rem!important
}

.mr6 {
    margin-right: .16rem!important
}

.pr6 {
    padding-right: .16rem!important
}

.fz6 {
    font-size: .16rem!important
}

.mt8 {
    margin-top: .21333rem!important
}

.pt8 {
    padding-top: .21333rem!important
}

.mb8 {
    margin-bottom: .21333rem!important
}

.pb8 {
    padding-bottom: .21333rem!important
}

.ml8 {
    margin-left: .21333rem!important
}

.pl8 {
    padding-left: .21333rem!important
}

.mr8 {
    margin-right: .21333rem!important
}

.pr8 {
    padding-right: .21333rem!important
}

.fz8 {
    font-size: .21333rem!important
}

.mt10 {
    margin-top: .26667rem!important
}

.pt10 {
    padding-top: .26667rem!important
}

.mb10 {
    margin-bottom: .26667rem!important
}

.pb10 {
    padding-bottom: .26667rem!important
}

.ml10 {
    margin-left: .26667rem!important
}

.pl10 {
    padding-left: .26667rem!important
}

.mr10 {
    margin-right: .26667rem!important
}

.pr10 {
    padding-right: .26667rem!important
}

.fz10 {
    font-size: .26667rem!important
}

.mt12 {
    margin-top: .32rem!important
}

.pt12 {
    padding-top: .32rem!important
}

.mb12 {
    margin-bottom: .32rem!important
}

.pb12 {
    padding-bottom: .32rem!important
}

.ml12 {
    margin-left: .32rem!important
}

.pl12 {
    padding-left: .32rem!important
}

.mr12 {
    margin-right: .32rem!important
}

.pr12 {
    padding-right: .32rem!important
}

.fz12 {
    font-size: .32rem!important
}

.mt14 {
    margin-top: .37333rem!important
}

.pt14 {
    padding-top: .37333rem!important
}

.mb14 {
    margin-bottom: .37333rem!important
}

.pb14 {
    padding-bottom: .37333rem!important
}

.ml14 {
    margin-left: .37333rem!important
}

.pl14 {
    padding-left: .37333rem!important
}

.mr14 {
    margin-right: .37333rem!important
}

.pr14 {
    padding-right: .37333rem!important
}

.fz14 {
    font-size: .37333rem!important
}

.mt15 {
    margin-top: .4rem!important
}

.pt15 {
    padding-top: .4rem!important
}

.mb15 {
    margin-bottom: .4rem!important
}

.pb15 {
    padding-bottom: .4rem!important
}

.ml15 {
    margin-left: .4rem!important
}

.pl15 {
    padding-left: .4rem!important
}

.mr15 {
    margin-right: .4rem!important
}

.pr15 {
    padding-right: .4rem!important
}

.fz15 {
    font-size: .4rem!important
}

.mt16 {
    margin-top: .42667rem!important
}

.pt16 {
    padding-top: .42667rem!important
}

.mb16 {
    margin-bottom: .42667rem!important
}

.pb16 {
    padding-bottom: .42667rem!important
}

.ml16 {
    margin-left: .42667rem!important
}

.pl16 {
    padding-left: .42667rem!important
}

.mr16 {
    margin-right: .42667rem!important
}

.pr16 {
    padding-right: .42667rem!important
}

.fz16 {
    font-size: .42667rem!important
}

.mt18 {
    margin-top: .48rem!important
}

.pt18 {
    padding-top: .48rem!important
}

.mb18 {
    margin-bottom: .48rem!important
}

.pb18 {
    padding-bottom: .48rem!important
}

.ml18 {
    margin-left: .48rem!important
}

.pl18 {
    padding-left: .48rem!important
}

.mr18 {
    margin-right: .48rem!important
}

.pr18 {
    padding-right: .48rem!important
}

.fz18 {
    font-size: .48rem!important
}

.mt20 {
    margin-top: .53333rem!important
}

.pt20 {
    padding-top: .53333rem!important
}

.mb20 {
    margin-bottom: .53333rem!important
}

.pb20 {
    padding-bottom: .53333rem!important
}

.ml20 {
    margin-left: .53333rem!important
}

.pl20 {
    padding-left: .53333rem!important
}

.mr20 {
    margin-right: .53333rem!important
}

.pr20 {
    padding-right: .53333rem!important
}

.fz20 {
    font-size: .53333rem!important
}

.mt24 {
    margin-top: .64rem!important
}

.pt24 {
    padding-top: .64rem!important
}

.mb24 {
    margin-bottom: .64rem!important
}

.pb24 {
    padding-bottom: .64rem!important
}

.ml24 {
    margin-left: .64rem!important
}

.pl24 {
    padding-left: .64rem!important
}

.mr24 {
    margin-right: .64rem!important
}

.pr24 {
    padding-right: .64rem!important
}

.fz24 {
    font-size: .64rem!important
}

.mt25 {
    margin-top: .66667rem!important
}

.pt25 {
    padding-top: .66667rem!important
}

.mb25 {
    margin-bottom: .66667rem!important
}

.pb25 {
    padding-bottom: .66667rem!important
}

.ml25 {
    margin-left: .66667rem!important
}

.pl25 {
    padding-left: .66667rem!important
}

.mr25 {
    margin-right: .66667rem!important
}

.pr25 {
    padding-right: .66667rem!important
}

.fz25 {
    font-size: .66667rem!important
}

.mt30 {
    margin-top: .8rem!important
}

.pt30 {
    padding-top: .8rem!important
}

.mb30 {
    margin-bottom: .8rem!important
}

.pb30 {
    padding-bottom: .8rem!important
}

.ml30 {
    margin-left: .8rem!important
}

.pl30 {
    padding-left: .8rem!important
}

.mr30 {
    margin-right: .8rem!important
}

.pr30 {
    padding-right: .8rem!important
}

.fz30 {
    font-size: .8rem!important
}

.mt32 {
    margin-top: .85333rem!important
}

.pt32 {
    padding-top: .85333rem!important
}

.mb32 {
    margin-bottom: .85333rem!important
}

.pb32 {
    padding-bottom: .85333rem!important
}

.ml32 {
    margin-left: .85333rem!important
}

.pl32 {
    padding-left: .85333rem!important
}

.mr32 {
    margin-right: .85333rem!important
}

.pr32 {
    padding-right: .85333rem!important
}

.fz32 {
    font-size: .85333rem!important
}

.mt35 {
    margin-top: .93333rem!important
}

.pt35 {
    padding-top: .93333rem!important
}

.mb35 {
    margin-bottom: .93333rem!important
}

.pb35 {
    padding-bottom: .93333rem!important
}

.ml35 {
    margin-left: .93333rem!important
}

.pl35 {
    padding-left: .93333rem!important
}

.mr35 {
    margin-right: .93333rem!important
}

.pr35 {
    padding-right: .93333rem!important
}

.fz35 {
    font-size: .93333rem!important
}

.mt36 {
    margin-top: .96rem!important
}

.pt36 {
    padding-top: .96rem!important
}

.mb36 {
    margin-bottom: .96rem!important
}

.pb36 {
    padding-bottom: .96rem!important
}

.ml36 {
    margin-left: .96rem!important
}

.pl36 {
    padding-left: .96rem!important
}

.mr36 {
    margin-right: .96rem!important
}

.pr36 {
    padding-right: .96rem!important
}

.fz36 {
    font-size: .96rem!important
}

.mt40 {
    margin-top: 1.06667rem!important
}

.pt40 {
    padding-top: 1.06667rem!important
}

.mb40 {
    margin-bottom: 1.06667rem!important
}

.pb40 {
    padding-bottom: 1.06667rem!important
}

.ml40 {
    margin-left: 1.06667rem!important
}

.pl40 {
    padding-left: 1.06667rem!important
}

.mr40 {
    margin-right: 1.06667rem!important
}

.pr40 {
    padding-right: 1.06667rem!important
}

.fz40 {
    font-size: 1.06667rem!important
}

.mt45 {
    margin-top: 1.2rem!important
}

.pt45 {
    padding-top: 1.2rem!important
}

.mb45 {
    margin-bottom: 1.2rem!important
}

.pb45 {
    padding-bottom: 1.2rem!important
}

.ml45 {
    margin-left: 1.2rem!important
}

.pl45 {
    padding-left: 1.2rem!important
}

.mr45 {
    margin-right: 1.2rem!important
}

.pr45 {
    padding-right: 1.2rem!important
}

.fz45 {
    font-size: 1.2rem!important
}

.mt50 {
    margin-top: 1.33333rem!important
}

.pt50 {
    padding-top: 1.33333rem!important
}

.mb50 {
    margin-bottom: 1.33333rem!important
}

.pb50 {
    padding-bottom: 1.33333rem!important
}

.ml50 {
    margin-left: 1.33333rem!important
}

.pl50 {
    padding-left: 1.33333rem!important
}

.mr50 {
    margin-right: 1.33333rem!important
}

.pr50 {
    padding-right: 1.33333rem!important
}

.fz50 {
    font-size: 1.33333rem!important
}

.mt56 {
    margin-top: 1.49333rem!important
}

.pt56 {
    padding-top: 1.49333rem!important
}

.mb56 {
    margin-bottom: 1.49333rem!important
}

.pb56 {
    padding-bottom: 1.49333rem!important
}

.ml56 {
    margin-left: 1.49333rem!important
}

.pl56 {
    padding-left: 1.49333rem!important
}

.mr56 {
    margin-right: 1.49333rem!important
}

.pr56 {
    padding-right: 1.49333rem!important
}

.fz56 {
    font-size: 1.49333rem!important
}

.mt60 {
    margin-top: 1.6rem!important
}

.pt60 {
    padding-top: 1.6rem!important
}

.mb60 {
    margin-bottom: 1.6rem!important
}

.pb60 {
    padding-bottom: 1.6rem!important
}

.ml60 {
    margin-left: 1.6rem!important
}

.pl60 {
    padding-left: 1.6rem!important
}

.mr60 {
    margin-right: 1.6rem!important
}

.pr60 {
    padding-right: 1.6rem!important
}

.fz60 {
    font-size: 1.6rem!important
}

.mt65 {
    margin-top: 1.73333rem!important
}

.pt65 {
    padding-top: 1.73333rem!important
}

.mb65 {
    margin-bottom: 1.73333rem!important
}

.pb65 {
    padding-bottom: 1.73333rem!important
}

.ml65 {
    margin-left: 1.73333rem!important
}

.pl65 {
    padding-left: 1.73333rem!important
}

.mr65 {
    margin-right: 1.73333rem!important
}

.pr65 {
    padding-right: 1.73333rem!important
}

.fz65 {
    font-size: 1.73333rem!important
}

.mt66 {
    margin-top: 1.76rem!important
}

.pt66 {
    padding-top: 1.76rem!important
}

.mb66 {
    margin-bottom: 1.76rem!important
}

.pb66 {
    padding-bottom: 1.76rem!important
}

.ml66 {
    margin-left: 1.76rem!important
}

.pl66 {
    padding-left: 1.76rem!important
}

.mr66 {
    margin-right: 1.76rem!important
}

.pr66 {
    padding-right: 1.76rem!important
}

.fz66 {
    font-size: 1.76rem!important
}

.mt75 {
    margin-top: 2rem!important
}

.pt75 {
    padding-top: 2rem!important
}

.mb75 {
    margin-bottom: 2rem!important
}

.pb75 {
    padding-bottom: 2rem!important
}

.ml75 {
    margin-left: 2rem!important
}

.pl75 {
    padding-left: 2rem!important
}

.mr75 {
    margin-right: 2rem!important
}

.pr75 {
    padding-right: 2rem!important
}

.fz75 {
    font-size: 2rem!important
}

.mt80 {
    margin-top: 2.13333rem!important
}

.pt80 {
    padding-top: 2.13333rem!important
}

.mb80 {
    margin-bottom: 2.13333rem!important
}

.pb80 {
    padding-bottom: 2.13333rem!important
}

.ml80 {
    margin-left: 2.13333rem!important
}

.pl80 {
    padding-left: 2.13333rem!important
}

.mr80 {
    margin-right: 2.13333rem!important
}

.pr80 {
    padding-right: 2.13333rem!important
}

.fz80 {
    font-size: 2.13333rem!important
}

.mt85 {
    margin-top: 2.26667rem!important
}

.pt85 {
    padding-top: 2.26667rem!important
}

.mb85 {
    margin-bottom: 2.26667rem!important
}

.pb85 {
    padding-bottom: 2.26667rem!important
}

.ml85 {
    margin-left: 2.26667rem!important
}

.pl85 {
    padding-left: 2.26667rem!important
}

.mr85 {
    margin-right: 2.26667rem!important
}

.pr85 {
    padding-right: 2.26667rem!important
}

.fz85 {
    font-size: 2.26667rem!important
}

.mt90 {
    margin-top: 2.4rem!important
}

.pt90 {
    padding-top: 2.4rem!important
}

.mb90 {
    margin-bottom: 2.4rem!important
}

.pb90 {
    padding-bottom: 2.4rem!important
}

.ml90 {
    margin-left: 2.4rem!important
}

.pl90 {
    padding-left: 2.4rem!important
}

.mr90 {
    margin-right: 2.4rem!important
}

.pr90 {
    padding-right: 2.4rem!important
}

.fz90 {
    font-size: 2.4rem!important
}

.mt95 {
    margin-top: 2.53333rem!important
}

.pt95 {
    padding-top: 2.53333rem!important
}

.mb95 {
    margin-bottom: 2.53333rem!important
}

.pb95 {
    padding-bottom: 2.53333rem!important
}

.ml95 {
    margin-left: 2.53333rem!important
}

.pl95 {
    padding-left: 2.53333rem!important
}

.mr95 {
    margin-right: 2.53333rem!important
}

.pr95 {
    padding-right: 2.53333rem!important
}

.fz95 {
    font-size: 2.53333rem!important
}

.mt100 {
    margin-top: 2.66667rem!important
}

.pt100 {
    padding-top: 2.66667rem!important
}

.mb100 {
    margin-bottom: 2.66667rem!important
}

.pb100 {
    padding-bottom: 2.66667rem!important
}

.ml100 {
    margin-left: 2.66667rem!important
}

.pl100 {
    padding-left: 2.66667rem!important
}

.mr100 {
    margin-right: 2.66667rem!important
}

.pr100 {
    padding-right: 2.66667rem!important
}

.fz100 {
    font-size: 2.66667rem!important
}

.fl {
    float: left
}

.fr {
    float: right
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.clearfix {
    zoom:1}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.x-page {
    padding: .4rem
}

.x-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.x-row-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.x-row-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.x-row-middle-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.x-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.x-row-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.x-row-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.x-flew-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.x-flex-warp {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.x-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.x-pa {
    position: absolute
}

.x-pr {
    position: relative
}

.x-pf {
    position: fixed
}

.x-tc {
    text-align: center
}

.x-tr {
    text-align: right
}

.x-tl {
    text-align: left
}

.x-foot {
    position: fixed;
    max-width: 10rem;
    width: 100%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%)
}

.x-btn {
    color: var(--text_color_L2);
    height: 1.06667rem;
    font-weight: 600;
    background: #b3071a;
}

.x-btn:active {
    background: var(--main_gradient-color);
    color: var(--text_color_L4)
}

.x-btn-plain {
    height: 1.06667rem;
    border-color: #e6e7eb;
    background: #F5F6FA;
    color: var(--text_color_L2)!important;
    font-weight: 600
}

.x-btn-plain:active {
    background: none
}

.x-btn-gray {
    height: 1.06667rem;
    font-weight: 600;
    background-color: var(--gray-1);
    border-color: var(--gray-1);
    color: var(--white)
}

.x-input {
    background-color: var(--white);
    color: var(--f666);
    height: 1.17333rem
}

.x-input::-webkit-input-placeholder {
    color: var(--fgray-2)
}

.x-input::placeholder {
    color: var(--fgray-2)
}

.x-hand {
    position: absolute;
    bottom: -.93333rem;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%);
    z-index: 10001
}

.x-hand .ripple {
    width: .53333rem;
    height: .53333rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 #ffffffb3;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite
}

.x-hand .ripple:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffff4d;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: ripple-expand 1.5s infinite;
    animation: ripple-expand 1.5s infinite
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes ripple-expand {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes ripple-expand {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }

    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
}

.x-hand .img {
    display: block;
    margin: -.26667rem
}

#app .noticeBar__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: .78667rem;
    padding-inline:.26667rem;color: var(--text_color_L1);
    font-size: .32rem;
    border-radius: 99rem;
    background-color: var(--bg_color_L2);
    gap: .10667rem
}

#app .noticeBar__container.lottery-notice {
    background-color: var(--bg_color_L3)
}

#app .noticeBar__container .notice_svg {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/svg/noticebar_icon.png);
    background-size: cover;
    width: .42667rem;
    height: .42667rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    margin-right: .13333rem
}

#app .noticeBar__container-body {
    background: transparent !important;
    width: 9.33333rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    height: .8rem;
    line-height: .98667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

#app .noticeBar__container-body-text {
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: .85333rem;
    line-height: .42667rem;
    -webkit-animation: marquee 7s linear infinite;
    animation: marquee 7s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: column;
    -webkit-justify-content: column;
    justify-content: column;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all
}
.hotIcon{
    background-image: linear-gradient(180deg, rgb(8 59 240 / 90%), rgb(239 222 26 / 86%)), linear-gradient(0deg, rgb(9 214 231 / 90%), rgb(247 10 144 / 40%)) !important;

}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

#app .noticeBar__container>svg {
    width: .42667rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    margin-right: .22667rem
}

#app .noticeBar__container button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    gap: .06667rem;
    width: 2rem;
    height: .66667rem;
    margin-left: auto;
    color: var(--text_color_L4);
    border-radius: .53333rem;
    background: var(--main_gradient-color);
    border: 0
}

body .van-calendar__header {
    background: var(--bg_color_L2);
    color: var(--text_color_L1)
}

body .van-calendar__header-title,body .van-calendar__header-subtitle {
    color: var(--text_color_L1)
}

body .van-calendar__confirm {
    background: var(--main_gradient-color);
    border: 0
}

body .van-calendar__day--start,body .van-calendar__day--end {
    background: var(--main-color);
    color: var(--text_color_L4)!important
}

body .van-calendar__day,body .van-calendar__weekday {
    color: var(--text_color_L1)
}

body .van-calendar__month-mark {
    color: var(--van-calendar-month-mark-color);
    opacity: .3
}

body .van-cell:after {
    content: none
}

body .ruleHead {
    position: relative
}

body .ruleHead svg {
    position: absolute;
    top: -.02667rem;
    left: 0;
    right: 0;
    margin-inline:auto;width: 6.58667rem;
    height: .8rem;
    z-index: 0;
    color: var(--sheet_detail_bg_color)
}

body .ruleHead .promotion-title,body .promotion-grade-th {
    color: var(--text_color_L4)
}

body .van-dialog__confirm {
    background: var(--bg_color_L3);
    color: var(--text_color_L1)
}

body .van-dialog__header {
    color: var(--text_color_L1)
}

body .van-dialog__cancel {
    color: var(--text_color_L1);
    background: #b3071a;
}

body .van-dialog__confirm {
    color: var(--text_color_L4);
    background: var(--main_gradient-color)
}

body .wallet-container-header-belly svg path:nth-child(1) {
    fill: var(--bg_color_L3)
}

body .wallet-container-header-belly svg path:nth-child(2) {
    fill: var(--main-color)
}

body .wallet-container-header-belly svg path:nth-child(3) {
    fill: var(--bg_color_L3)
}

body .tabbar__container-item:nth-of-type(3) .svg-icon {
    color: var(--text_color_L4)
}

body .promptContent {
    color: var(--text_color_L1);
    padding: .13333rem 0
}

body .security-btns .van-button--default {
    background: var(--text_color_L4);
    color: var(--main-color)
}

body .security-btns .van-button--disabled {
    background: var(--bg_color_L3)!important;
    color: var(--text_color_L2)
}



body #app .noticeBar__container {
    border-radius: .26667rem;
    border: .01333rem solid #f8f9f9 !important;
    background: transparent !important
}

body #app .navbar-fixed {
    background: linear-gradient(135deg, rgb(13 40 159 / 95%) 0%, rgb(54 12 97 / 95%) 50%, rgb(44 4 49 / 95%) 100%) !important;
}

body #app .btn.pwa-btn {
    background: -webkit-linear-gradient(top,#001C54 0%,#000C33 100%);
    background: linear-gradient(180deg,#001C54 0%,#000C33 100%);
    border: .01333rem solid #FED358
}

body #app .btn.pwa-btn .text,body #app .btn.pwa-btn .close {
    color: #00ecbe
}

body #app .btn.pwa-btn .line {
    display: none
}
body #app .btn.pwa-btn {
    background: var(--main_gradient-color, linear-gradient(180deg, #FED358 0%, #FFB472 100%))
}

body #app .btn.pwa-btn .text {
    color: var(--text_color_L4, #110D14)
}

body #app .btn.pwa-btn .close {
    color: var(--main_gradient-color, linear-gradient(180deg, #FED358 0%, #FFB472 100%))
}

body #app .subordinate__container-content {
    padding-top: 0
}

body #app input::-webkit-input-placeholder {
    color: var(--text_color_L3)
}

body #app input::placeholder {
    color: var(--text_color_L3)
}

body #app .languageName {
    color: var(--main-color)
}

body.showing-language-modal .van-popup--bottom,
body.showing-language-modal .van-popup--round {
    display: none !important;
}

body .van-collapse-item__content {
    background: var(--bg_color_L2)
}

:root {
    --main-color: #ec9d08;
    --main-gradient-start: #e0ab0b;
    --main-gradient-end: #dfc60b;
    --main_gradient-color: linear-gradient(180deg, #e0ab0b 0%, #dfc60b 100%);
    --main_gradient-color2: linear-gradient(180deg, #e0ab0b 0%, #dfc60b 100%);
    --bg_HomeModule_Stroke: hsl(48.73deg 89.89% 34.25%);
    --bg_HomeModule_Padding: linear-gradient(180deg, #780404 0%, #090956 100%);
    --norm_red-color: #DA3735;
    --norm_green-color: #17B15E;
    --norm_secondary-color: #dc930a;
    --norm_Purple-color: #9B48DB;
    --norm_bule-color: #5088D3;
    --button_dis_color: #be7e06;
    --Secondary_red_color: #FD565C;
    --Secondary_green_color: #40AD72;
    --Secondary_Color1: #FFEBEC;
    --Secondary_Color2: #DAFFEB;
    --Secondary_moto_Color9: #EB9549;
    --Secondary_moto_Color8: #382E35;
    --text_color_L1: #ffffff;
    --text_color_L2: #ffffff;
    --text_color_L3: #fafafa;
    --text_color_L4: #ffffff;
    --bg_color_L1: rgb(18 4 72 / 90%);
    --bg_color_L2: #021041;
    --bg_color_L3: #04234d;
    --Dividing-line_color: #3D363A;
    --sheet_nva_color: #CF7C10;
    --sheet_detail_bg_color: #1A1000;
    --icon1: rgba(12, 195, 159,.6);
    --icon2: rgba(12, 195, 159, .25);
    --tab1: #21D9CC;
    --tab2: #BED921;
    --van-sidebar-text-color: var(--main-color);
    --van-picker-background: var(--bg_color_L2);
    --van-picker-mask-color: linear-gradient(180deg, rgba(32, 29, 43, .9), rgba(32, 29, 43, .4)), linear-gradient(0deg, rgba(32, 29, 43, .9), rgba(32, 29, 43, .4));
    --van-picker-option-text-color: var(--text_color_L2);
    --van-picker-confirm-action-color: var(--main-color);
    --van-picker-cancel-action-color: var(--text_color_L2);
    --van-popup-background: #201D2B;
    --van-checkbox-checked-icon-color: var(--main-color);
    --van-checkbox-label-color: var(--text_color_L2);
    --van-field-input-text-color: var(--text_color_L1);
    --van-radio-checked-icon-color: var(--main-color);
    --van-grid-item-content-background: var(--bg_color_L1);
    --van-text-color: var(--text_color_L1);
    --van-dialog-background: #ed9f0c;
    --van-circle-color: var(--main-color);
    --van-calendar-background: var(--bg_color_L1);
    --van-calendar-range-edge-background: var(--main-color);
    --van-radio-label-color: var(--text_color_L2);
    --van-cell-background: var(--bg_color_L2);
    --van-button-default-background: var(--main_gradient-color);
    --van-popover-light-background: var(--bg_color_L2);
    --van-circle-layer-color: var(--bg_color_L3);
    --van-button-primary-background: var(--main_gradient-color);
    --van-button-primary-border-color: var(--main-color);
    --van-slider-active-background: var(--main-color);
    --van-slider-inactive-background: var(--bg_color_L1);
    --van-toast-background: var(--bg_color_L2);
    --van-success-color: #07c160;
    --van-toast-text-color: var(--van-text-color);
    --van-collapse-item-content-background: var(--bg_color_L1);
    --van-action-sheet-item-background: var(--bg_color_L2);
    --van-action-sheet-item-text-color: var(--text_color_L1);
    --van-button-primary-color: var(--text_color_L4);
    --van-dialog-has-title-message-text-color: var(--text_color_L2);
    --van-calendar-selected-day-color: var(--main-color);
    --van-calendar-selected-day-background: var(--bg_color_L2);
}

.van-picker__cancel { color: var(--van-picker-cancel-action-color); }
.van-picker__confirm { color: var(--van-picker-confirm-action-color); }
.van-toast { background: var(--van-toast-background); }
.van-toast__text { color: var(--van-toast-text-color); }

:root [class*=van-hairline]:after {
    content: none
}

.van-toast[data-v-12a80a3e] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-12a80a3e] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-12a80a3e] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-12a80a3e] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-12a80a3e] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-12a80a3e] {
    z-index: 9999999!important
}

.navbar[data-v-12a80a3e] {
    height: 1.22667rem;
    z-index: 100;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.navbar.activity .navbar-fixed[data-v-12a80a3e] {
    background: var(--main_gradient-color)
}

.navbar.activity .navbar-fixed .navbar__content-left .van-icon[data-v-12a80a3e] {
    color: var(--text_color_L1)
}

.navbar.lottery .navbar-fixed[data-v-12a80a3e] {
    background: var(--bg_color_L2)
}

.navbar.lottery .navbar-fixed .navbar__content-left .van-icon[data-v-12a80a3e],.navbar.lottery .navbar-fixed .navbar__content-center[data-v-12a80a3e] {
    color: var(--text_color_L1)
}

.navbar.main .navbar-fixed[data-v-12a80a3e] {
    background: var(--light-main_gradient-color, var(--bg_color_L2))
}

.navbar.main .navbar-fixed .navbar__content-left .van-icon[data-v-12a80a3e],.navbar.main .navbar-fixed .navbar__content-center[data-v-12a80a3e] {
    color: #fff
}

.navbar-fixed[data-v-12a80a3e] {
    position: fixed;
    top: 0;
    left: 80%;
    width: 10rem;
    height: 50px;
    -webkit-transform: translateX(-80%);
    transform: translate(-80%);
    -webkit-user-select: none;
    user-select: none;
    z-index: 100;
    background: var(--bg_color_L2);
    color: var(--text_color_L1)
}

.navbar__content[data-v-12a80a3e] {
    background: linear-gradient(135deg, rgb(13 40 159 / 95%) 0%, rgb(54 12 97 / 95%) 50%, rgb(44 4 49 / 95%) 100%) !important;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 1.22667rem;
    color: var(--text_color_L1)
}

.navbar__content-left[data-v-12a80a3e] {
    position: absolute;
    left: .32rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    top: 0
}

.navbar__content-left .van-icon[data-v-12a80a3e] {
    color: var(--text_color_L1);
    font-size: .48rem
}

.navbar__content-center[data-v-12a80a3e] {
    font-size: .48rem;
    line-height: .48rem
}

.navbar__content-center .headLogo[data-v-12a80a3e] {
    width: 2.98667rem;
    height: 1.12rem;
    background-image: url("https://bazi77.com/logol.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.navbar__content-right[data-v-12a80a3e] {
    position: absolute;
    right: .32rem
}

@media screen and (max-width: 768px) {
    .navbar__content-left[data-v-12a80a3e] img {
        display: none;
    }
    .navbar__content-center[data-v-12a80a3e]::before {
        content: "";
        display: block;
        width: 2.98667rem;
        height: 1.12rem;
        background-image: url("https://bazi77.com/logol.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    .navbar__content-center[data-v-12a80a3e] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-fixed[data-v-12a80a3e] {
        width: 100%;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translate(0)
    }
}

@media (min-width: 768px) {
    /* Navbar Container - Attractive Design */
    .navbar-fixed[data-v-12a80a3e] {
        position: fixed;
        width: 100%;
        left: 0;
        height: 80px !important;
        -webkit-transform: none;
        transform: none;
        z-index: 1001;
        background: #ffffff;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    }
    .navbar__content[data-v-12a80a3e] {
        height: 100% !important;
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 20px;
        position: relative;
    }
    .navbar__content-center[data-v-12a80a3e] {
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .navbar__content-right[data-v-12a80a3e] {
        position: absolute;
        right: 20px;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
        z-index: 2;
    }
    /* Inputs Group */
    .navbar-fixed .custom-navbar-inputs {
        display: flex !important;
        align-items: center !important;
        gap: 15px;
        margin-right: 10px;
    }
    .navbar-fixed .custom-navbar-inputs .custom-login-phone {
        position: relative;
        display: flex;
        flex-direction: column;
    }
    

    #desktop-sidebar {
        padding-top: 80px;
    }
    #desktop-sidebar nav {
        padding-top: 20px;
    }
}

@media (min-width: 768px) {
    .okwin .nav-enter[data-v-88d7f5ef] {
        display: none !important;
    }
    .swiper-slide.swiper-slide-duplicate.swiper-slide-next.swiper-slide-duplicate {
        height: 55rem;
        padding-top: 2rem;
    }
    .start-page[data-v-5eb72be7] {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navbar__content-left {
        padding-left: 40px;
    }
}

.van-toast[data-v-647954c7] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-647954c7] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-647954c7] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-647954c7] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-647954c7] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-647954c7] {
    z-index: 9999999!important
}

.ar-loading-view[data-v-647954c7] {
    background-color: #1d086b4d;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    position: fixed
}

.ar-loading-view .loading-animat[data-v-647954c7] {
    width: 4rem;
    height: 4rem
}

.ar-loading-view .loading-wrapper[data-v-647954c7] {
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: absolute;
    width: 100%
}

.ar-loading-view .loading-wrapper img[data-v-647954c7] {
    width: 2.66667rem
}

.ar-loading-view .loading-wrapper .van-loading[data-v-647954c7] {
    z-index: 999
}

.ar-loading-view .skeleton-wrapper[data-v-647954c7] {
    padding: .26667rem .13333rem
}

.com__box[data-v-647954c7] {
    position: relative;
    width: 2.66667rem;
    height: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1000
}

.loading[data-v-647954c7] {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: animationContainer-647954c7 1s ease infinite;
    animation: animationContainer-647954c7 1s ease infinite
}

.shape[data-v-647954c7] {
    width: .66667rem;
    height: .66667rem;
    border-radius: 50%;
    position: absolute
}

.shape-1[data-v-647954c7] {
    background-color: #0c67d7;
    left: 0;
    -webkit-animation: animationShape1-647954c7 .3s ease infinite alternate;
    animation: animationShape1-647954c7 .3s ease infinite alternate
}

html:lang(ar) .shape-1[data-v-647954c7] {
    right: 0;
    left: unset
}

.shape-2[data-v-647954c7] {
    background-color: #cd371c;
    right: 0;
    -webkit-animation: animationShape2-647954c7 .3s ease infinite .3s alternate;
    animation: animationShape2-647954c7 .3s ease infinite .3s alternate
}

html:lang(ar) .shape-2[data-v-647954c7] {
    right: unset;
    left: 0
}

.shape-3[data-v-647954c7] {
    background-color: #2c9d3f;
    bottom: 0;
    -webkit-animation: animationShape3-647954c7 .3s ease infinite .3s alternate;
    animation: animationShape3-647954c7 .3s ease infinite .3s alternate
}

.shape-4[data-v-647954c7] {
    background-color: #eca712;
    right: 0;
    bottom: 0;
    -webkit-animation: animationShape4-647954c7 .3s ease infinite alternate;
    animation: animationShape4-647954c7 .3s ease infinite alternate
}

@-webkit-keyframes animationContainer-647954c7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes animationContainer-647954c7 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@-webkit-keyframes animationShape1-647954c7 {
    0% {
        -webkit-transform: translate(.13333rem,.13333rem);
        transform: translate(.13333rem,.13333rem)
    }

    to {
        -webkit-transform: translate(-.08rem,-.08rem);
        transform: translate(-.08rem,-.08rem)
    }
}

@keyframes animationShape1-647954c7 {
    0% {
        -webkit-transform: translate(.13333rem,.13333rem);
        transform: translate(.13333rem,.13333rem)
    }

    to {
        -webkit-transform: translate(-.08rem,-.08rem);
        transform: translate(-.08rem,-.08rem)
    }
}

@-webkit-keyframes animationShape2-647954c7 {
    0% {
        -webkit-transform: translate(-.13333rem,.13333rem);
        transform: translate(-.13333rem,.13333rem)
    }

    to {
        -webkit-transform: translate(.08rem,-.08rem);
        transform: translate(.08rem,-.08rem)
    }
}

@keyframes animationShape2-647954c7 {
    0% {
        -webkit-transform: translate(-.13333rem,.13333rem);
        transform: translate(-.13333rem,.13333rem)
    }

    to {
        -webkit-transform: translate(.08rem,-.08rem);
        transform: translate(.08rem,-.08rem)
    }
}

@-webkit-keyframes animationShape3-647954c7 {
    0% {
        -webkit-transform: translate(.13333rem,-.13333rem);
        transform: translate(.13333rem,-.13333rem)
    }

    to {
        -webkit-transform: translate(-.08rem,.08rem);
        transform: translate(-.08rem,.08rem)
    }
}

@keyframes animationShape3-647954c7 {
    0% {
        -webkit-transform: translate(.13333rem,-.13333rem);
        transform: translate(.13333rem,-.13333rem)
    }

    to {
        -webkit-transform: translate(-.08rem,.08rem);
        transform: translate(-.08rem,.08rem)
    }
}

@-webkit-keyframes animationShape4-647954c7 {
    0% {
        -webkit-transform: translate(-.13333rem,-.13333rem);
        transform: translate(-.13333rem,-.13333rem)
    }

    to {
        -webkit-transform: translate(.08rem,.08rem);
        transform: translate(.08rem,.08rem)
    }
}

@keyframes animationShape4-647954c7 {
    0% {
        -webkit-transform: translate(-.13333rem,-.13333rem);
        transform: translate(-.13333rem,-.13333rem)
    }

    to {
        -webkit-transform: translate(.08rem,.08rem);
        transform: translate(.08rem,.08rem)
    }
}

.firebase-notify-with-img.van-notify {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: .64rem;
    padding-right: 50%;
    background-color: #fff;
    color: #333;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start
}

.firebase-notify-with-img.van-notify:after {
    content: "";
    position: absolute;
    right: .16rem;
    top: .26667rem;
    width: 50%;
    bottom: .26667rem;
    aspect-ratio: 1/1;
    background-image: var(--notify-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right
}

.van-toast {
    word-break: break-word!important
}

.cg-default.van-button {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog {
    z-index: 9999999!important
}

.svg-icon {
    width: 1em;
    height: 1em;
    fill: var(--svgHoticon);
    vertical-align: middle
}

.svg-icon.icon-noticeBarSpeaker {
    width: .32rem;
    height: .32rem;
    background-image: url(/assets/svg/noticebar_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.svg-icon.icon-noticeBarSpeaker use,
.svg-icon.icon-noticeBarSpeaker svg {
    display: none
}

.svg-icon.icon-91-gold{
    background-image: url(/assets/svg/balance_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.svg-icon.icon-rechargeIcon {
    background-image: url(/assets/svg/deposit_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}
.svg-icon.icon-91-down{
    background-image: url(/assets/svg/deposit_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.svg-icon.icon-widthdrawBlue {
    background-image: url(/assets/svg/withdraw_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}
.svg-icon.icon-91-up {
    background-image: url(/assets/svg/withdraw_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}
.svg-icon.icon-VipIcon{
    background-image: url(/assets/svg/vip_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block
}

.svg-icon.icon-widthdrawBlue use,
.svg-icon.icon-widthdrawBlue svg {
    display: none
}
.svg-icon.icon-rechargeIcon use,
.svg-icon.icon-rechargeIcon svg {
    display: none
}

.svg-icon.icon-VipIcon use,
.svg-icon.icon-VipIcon svg {
    display: none
}
.svg-icon.icon-91-up use,
.svg-icon.icon-91-up svg {
    display: none
}
.svg-icon.icon-91-down use,
.svg-icon.icon-91-down svg {
    display: none
}
.svg-icon.icon-91-gold use,
.svg-icon.icon-91-gold svg {
    display: none
}

.van-toast[data-v-fa757a88] {
    word-break: break-word!important
}

.cg-default.van-button[data-v-fa757a88] {
    font-weight: 700;
    font-size: .4rem
}

.cg-default.van-button .van-button__icon[data-v-fa757a88] {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cg-default.van-button .van-button__icon>img[data-v-fa757a88] {
    height: 80%
}

@media (orientation: landscape) {
    html.landscape[data-v-fa757a88] {
        font-size:9vh!important
    }
}

.isAppForcedDownloadEnabled-dialog[data-v-fa757a88] {
    z-index: 9999999!important
}

/* Start Page overlay and animated BZ text */
.start-page[data-v-5eb72be7]{
    position: fixed;
    z-index: 9999;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: radial-gradient(ellipse at top, #0a1929 0%, #001529 40%, #000814 100%);
    background-size: 100% 200%;
    opacity: 1;
    overflow: hidden;
    -webkit-animation: startPageLifetime 5s cubic-bezier(0.4, 0.0, 0.2, 1) forwards, bgShift 8s ease-in-out infinite;
    animation: startPageLifetime 5s cubic-bezier(0.4, 0.0, 0.2, 1) forwards, bgShift 8s ease-in-out infinite;
}
/* Left Triangle with B Letter */
.start-page[data-v-5eb72be7]::before{
    content: none !important;
    display: none !important;
}

/* Right Triangle with Z Letter */
.start-page[data-v-5eb72be7]::after{
    content: none !important;
    display: none !important;
}

/* Triangle Animations */
@-webkit-keyframes triangleGlowLeft{
    0%{ 
        opacity: 0;
        -webkit-transform: translate(-50%,-50%) rotate(0deg) scale(0.5);
    }
    60%{
        opacity: 0.9;
        -webkit-transform: translate(-50%,-50%) rotate(10deg) scale(1.1);
    }
    100%{ 
        opacity: 1;
        -webkit-transform: translate(-50%,-50%) rotate(0deg) scale(1);
    }
}
@keyframes triangleGlowLeft{
    0%{ 
        opacity: 0;
        transform: translate(-50%,-50%) rotate(0deg) scale(0.5);
    }
    60%{
        opacity: 0.9;
        transform: translate(-50%,-50%) rotate(10deg) scale(1.1);
    }
    100%{ 
        opacity: 1;
        transform: translate(-50%,-50%) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes trianglePulseLeft{
    0%, 100%{ 
        -webkit-transform: translate(-50%,-50%) scale(1);
        filter: drop-shadow(0 0 1.8rem rgba(59, 130, 246, 0.7));
    }
    50%{ 
        -webkit-transform: translate(-50%,-50%) scale(1.05);
        filter: drop-shadow(0 0 2.5rem rgba(59, 130, 246, 0.9));
    }
}
@keyframes trianglePulseLeft{
    0%, 100%{ 
        transform: translate(-50%,-50%) scale(1);
        filter: drop-shadow(0 0 1.8rem rgba(59, 130, 246, 0.7));
    }
    50%{ 
        transform: translate(-50%,-50%) scale(1.05);
        filter: drop-shadow(0 0 2.5rem rgba(59, 130, 246, 0.9));
    }
}

@-webkit-keyframes triangleGlowRight{
    0%{ 
        opacity: 0;
        -webkit-transform: translate(-50%,-50%) rotate(0deg) scale(0.5);
    }
    60%{
        opacity: 0.9;
        -webkit-transform: translate(-50%,-50%) rotate(-10deg) scale(1.1);
    }
    100%{ 
        opacity: 1;
        -webkit-transform: translate(-50%,-50%) rotate(0deg) scale(1);
    }
}
@keyframes triangleGlowRight{
    0%{ 
        opacity: 0;
        transform: translate(-50%,-50%) rotate(0deg) scale(0.5);
    }
    60%{
        opacity: 0.9;
        transform: translate(-50%,-50%) rotate(-10deg) scale(1.1);
    }
    100%{ 
        opacity: 1;
        transform: translate(-50%,-50%) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes trianglePulseRight{
    0%, 100%{ 
        -webkit-transform: translate(-50%,-50%) scale(1);
        filter: drop-shadow(0 0 1.8rem rgba(139, 92, 246, 0.7));
    }
    50%{ 
        -webkit-transform: translate(-50%,-50%) scale(1.05);
        filter: drop-shadow(0 0 2.5rem rgba(139, 92, 246, 0.9));
    }
}
@keyframes trianglePulseRight{
    0%, 100%{ 
        transform: translate(-50%,-50%) scale(1);
        filter: drop-shadow(0 0 1.8rem rgba(139, 92, 246, 0.7));
    }
    50%{ 
        transform: translate(-50%,-50%) scale(1.05);
        filter: drop-shadow(0 0 2.5rem rgba(139, 92, 246, 0.9));
    }
}

@-webkit-keyframes lettersEntrance{
    0%{ 
        -webkit-transform: translate(-50%,-50%) scale(0.4) rotateX(-90deg);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate(-50%,-50%) scale(1.1) rotateX(5deg);
        opacity: 1;
    }
    100%{ 
        -webkit-transform: translate(-50%,-50%) scale(1) rotateX(0deg);
    }
}
@keyframes lettersEntrance{
    0%{ 
        transform: translate(-50%,-50%) scale(0.4) rotateX(-90deg);
        opacity: 0;
    }
    60%{
        transform: translate(-50%,-50%) scale(1.1) rotateX(5deg);
        opacity: 1;
    }
    100%{ 
        transform: translate(-50%,-50%) scale(1) rotateX(0deg);
    }
}

@-webkit-keyframes letterFloat{
    0%, 100%{ 
        -webkit-transform: translate(-50%,-50%) translateY(0px);
    }
    50%{ 
        -webkit-transform: translate(-50%,-50%) translateY(-10px);
    }
}
@keyframes letterFloat{
    0%, 100%{ 
        transform: translate(-50%,-50%) translateY(0px);
    }
    50%{ 
        transform: translate(-50%,-50%) translateY(-10px);
    }
}

@-webkit-keyframes letterGlow{
    0%, 100%{ 
        text-shadow: 
            0 0 0.8rem rgba(59, 130, 246, 0.8),
            0 0 1.5rem rgba(139, 92, 246, 0.6),
            0 4px 12px rgba(0, 0, 0, 0.5);
        filter: drop-shadow(0 0 1.5rem rgba(96, 165, 250, 0.8));
    }
    50%{ 
        text-shadow: 
            0 0 1.5rem rgba(59, 130, 246, 1),
            0 0 2.5rem rgba(139, 92, 246, 0.9),
            0 6px 16px rgba(0, 0, 0, 0.6);
        filter: drop-shadow(0 0 2.5rem rgba(96, 165, 250, 1));
    }
}
@keyframes letterGlow{
    0%, 100%{ 
        text-shadow: 
            0 0 0.8rem rgba(59, 130, 246, 0.8),
            0 0 1.5rem rgba(139, 92, 246, 0.6),
            0 4px 12px rgba(0, 0, 0, 0.5);
        filter: drop-shadow(0 0 1.5rem rgba(96, 165, 250, 0.8));
    }
    50%{ 
        text-shadow: 
            0 0 1.5rem rgba(59, 130, 246, 1),
            0 0 2.5rem rgba(139, 92, 246, 0.9),
            0 6px 16px rgba(0, 0, 0, 0.6);
        filter: drop-shadow(0 0 2.5rem rgba(96, 165, 250, 1));
    }
}

/* Modern Logo Entrance Animation */
@-webkit-keyframes logoEntrance{
    0%{ 
        -webkit-transform: translate(-50%,-50%) scale(0.3) rotateY(-180deg);
        opacity: 0;
    }
    50%{
        -webkit-transform: translate(-50%,-50%) scale(1.15) rotateY(10deg);
        opacity: 1;
    }
    100%{ 
        -webkit-transform: translate(-50%,-50%) scale(1) rotateY(0deg);
    }
}
@keyframes logoEntrance{
    0%{ 
        transform: translate(-50%,-50%) scale(0.3) rotateY(-180deg);
        opacity: 0;
    }
    50%{
        transform: translate(-50%,-50%) scale(1.15) rotateY(10deg);
        opacity: 1;
    }
    100%{ 
        transform: translate(-50%,-50%) scale(1) rotateY(0deg);
    }
}

/* Smooth Gradient Flow */
@-webkit-keyframes gradientFlow{
    0%, 100%{ background-position: 0% 50% }
    50%{ background-position: 100% 50% }
}
@keyframes gradientFlow{
    0%, 100%{ background-position: 0% 50% }
    50%{ background-position: 100% 50% }
}

/* Soft Floating Effect */
@-webkit-keyframes floatSoft{
    0%, 100%{ 
        -webkit-transform: translate(-50%,-50%) translateY(0px);
    }
    50%{ 
        -webkit-transform: translate(-50%,-50%) translateY(-12px);
    }
}
@keyframes floatSoft{
    0%, 100%{ 
        transform: translate(-50%,-50%) translateY(0px);
    }
    50%{ 
        transform: translate(-50%,-50%) translateY(-12px);
    }
}

/* Glow Pulse Effect */
@-webkit-keyframes glowPulse{
    0%, 100%{ 
        filter: drop-shadow(0 0 1.2rem rgba(96, 165, 250, 0.6)) 
                drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    }
    50%{ 
        filter: drop-shadow(0 0 2.5rem rgba(96, 165, 250, 0.9)) 
                drop-shadow(0 0 1.5rem rgba(167, 139, 250, 0.7))
                drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
    }
}
@keyframes glowPulse{
    0%, 100%{ 
        filter: drop-shadow(0 0 1.2rem rgba(96, 165, 250, 0.6)) 
                drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    }
    50%{ 
        filter: drop-shadow(0 0 2.5rem rgba(96, 165, 250, 0.9)) 
                drop-shadow(0 0 1.5rem rgba(167, 139, 250, 0.7))
                drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
    }
}

/* Orbit Glow Entrance */
@-webkit-keyframes orbitGlow{
    0%{ 
        -webkit-transform: translate(-50%,-50%) scale(0.5);
        opacity: 0;
    }
    60%{
        -webkit-transform: translate(-50%,-50%) scale(1.1);
        opacity: 0.9;
    }
    100%{ 
        -webkit-transform: translate(-50%,-50%) scale(1);
        opacity: 0.8;
    }
}
@keyframes orbitGlow{
    0%{ 
        transform: translate(-50%,-50%) scale(0.5);
        opacity: 0;
    }
    60%{
        transform: translate(-50%,-50%) scale(1.1);
        opacity: 0.9;
    }
    100%{ 
        transform: translate(-50%,-50%) scale(1);
        opacity: 0.8;
    }
}

/* Gentle Pulse */
@-webkit-keyframes pulse{
    0%, 100%{ 
        -webkit-transform: translate(-50%,-50%) scale(1);
        opacity: 0.8;
    }
    50%{ 
        -webkit-transform: translate(-50%,-50%) scale(1.05);
        opacity: 0.95;
    }
}
@keyframes pulse{
    0%, 100%{ 
        transform: translate(-50%,-50%) scale(1);
        opacity: 0.8;
    }
    50%{ 
        transform: translate(-50%,-50%) scale(1.05);
        opacity: 0.95;
    }
}

/* Smooth Rotation */
@-webkit-keyframes rotate360{
    from{ -webkit-transform: translate(-50%,-50%) rotate(0deg) }
    to{ -webkit-transform: translate(-50%,-50%) rotate(360deg) }
}
@keyframes rotate360{
    from{ transform: translate(-50%,-50%) rotate(0deg) }
    to{ transform: translate(-50%,-50%) rotate(360deg) }
}

/* Background Shift */
@-webkit-keyframes bgShift{
    0%, 100%{ background-position: 0% 0% }
    50%{ background-position: 0% 100% }
}
@keyframes bgShift{
    0%, 100%{ background-position: 0% 0% }
    50%{ background-position: 0% 100% }
}

/* Page Lifetime with Smooth Fade */
@-webkit-keyframes startPageLifetime{
    0%{ opacity: 1 }
    85%{ opacity: 1 }
    100%{ opacity: 0; visibility: hidden; pointer-events: none }
}
@keyframes startPageLifetime{
    0%{ opacity: 1 }
    85%{ opacity: 1 }
    100%{ opacity: 0; visibility: hidden; pointer-events: none }
}

@-webkit-keyframes bz-enter-b{
    0%{ opacity:0; -webkit-transform: translate(-50%,-50%) translate3d(0,-1.2rem,0) scale(.92) }
    100%{ opacity:1; -webkit-transform: translate(-50%,-50%) translate3d(0,0,0) scale(1) }
}
@keyframes bz-enter-b{
    0%{ opacity:0; transform: translate(-50%,-50%) translate3d(0,-1.2rem,0) scale(.92) }
    100%{ opacity:1; transform: translate(-50%,-50%) translate3d(0,0,0) scale(1) }
}

@-webkit-keyframes bz-enter-z{
    0%{ opacity:0; -webkit-transform: translate(-50%,-50%) translate3d(0,1.2rem,0) scale(.92) }
    100%{ opacity:1; -webkit-transform: translate(-50%,-50%) translate3d(0,0,0) scale(1) }
}
@keyframes bz-enter-z{
    0%{ opacity:0; transform: translate(-50%,-50%) translate3d(0,1.2rem,0) scale(.92) }
    100%{ opacity:1; transform: translate(-50%,-50%) translate3d(0,0,0) scale(1) }
}

@-webkit-keyframes bz-settle{
    0%{ -webkit-transform: translate(-50%,-50%) scale(1.02) }
    100%{ -webkit-transform: translate(-50%,-50%) scale(1) }
}
@keyframes bz-settle{
    0%{ transform: translate(-50%,-50%) scale(1.02) }
    100%{ transform: translate(-50%,-50%) scale(1) }
}
@-webkit-keyframes bz-orbit-b{
    0%{ -webkit-transform: translate(-50%,-50%) rotate(0deg) translateX(1.2rem) rotate(0deg) }
    25%{ -webkit-transform: translate(-50%,-50%) rotate(90deg) translateX(1.2rem) rotate(-90deg) }
    50%{ -webkit-transform: translate(-50%,-50%) rotate(180deg) translateX(1.2rem) rotate(-180deg) }
    75%{ -webkit-transform: translate(-50%,-50%) rotate(270deg) translateX(1.2rem) rotate(-270deg) }
    90%{ -webkit-transform: translate(-50%,-50%) rotate(324deg) translateX(.5rem) rotate(-324deg) }
    100%{ -webkit-transform: translate(-50%,-50%) rotate(360deg) translateX(0rem) rotate(-360deg) }
}
@keyframes bz-orbit-b{
    0%{ transform: translate(-50%,-50%) rotate(0deg) translateX(1.2rem) rotate(0deg) }
    25%{ transform: translate(-50%,-50%) rotate(90deg) translateX(1.2rem) rotate(-90deg) }
    50%{ transform: translate(-50%,-50%) rotate(180deg) translateX(1.2rem) rotate(-180deg) }
    75%{ transform: translate(-50%,-50%) rotate(270deg) translateX(1.2rem) rotate(-270deg) }
    90%{ transform: translate(-50%,-50%) rotate(324deg) translateX(.5rem) rotate(-324deg) }
    100%{ transform: translate(-50%,-50%) rotate(360deg) translateX(0rem) rotate(-360deg) }
}

@-webkit-keyframes bz-orbit-z{
    0%{ -webkit-transform: translate(-50%,-50%) rotate(0deg) translateX(1.2rem) rotate(0deg) }
    25%{ -webkit-transform: translate(-50%,-50%) rotate(-90deg) translateX(1.2rem) rotate(90deg) }
    50%{ -webkit-transform: translate(-50%,-50%) rotate(-180deg) translateX(1.2rem) rotate(180deg) }
    75%{ -webkit-transform: translate(-50%,-50%) rotate(-270deg) translateX(1.2rem) rotate(270deg) }
    90%{ -webkit-transform: translate(-50%,-50%) rotate(-324deg) translateX(.5rem) rotate(324deg) }
    100%{ -webkit-transform: translate(-50%,-50%) rotate(-360deg) translateX(0rem) rotate(360deg) }
}
@keyframes bz-orbit-z{
    0%{ transform: translate(-50%,-50%) rotate(0deg) translateX(1.2rem) rotate(0deg) }
    25%{ transform: translate(-50%,-50%) rotate(-90deg) translateX(1.2rem) rotate(90deg) }
    50%{ transform: translate(-50%,-50%) rotate(-180deg) translateX(1.2rem) rotate(180deg) }
    75%{ transform: translate(-50%,-50%) rotate(-270deg) translateX(1.2rem) rotate(270deg) }
    90%{ transform: translate(-50%,-50%) rotate(-324deg) translateX(.5rem) rotate(324deg) }
    100%{ transform: translate(-50%,-50%) rotate(-360deg) translateX(0rem) rotate(360deg) }
}

@-webkit-keyframes letter-sweep-strong{
    0%{ background-position: -150% 0, 0 0 }
    100%{ background-position: 150% 0, 0 0 }
}
@keyframes letter-sweep-strong{
    0%{ background-position: -150% 0, 0 0 }
    100%{ background-position: 150% 0, 0 0 }
}

@-webkit-keyframes bgIntro{
    0%{ opacity:0 }
    100%{ opacity:1 }
}
@keyframes bgIntro{
    0%{ opacity:0 }
    100%{ opacity:1 }
}
@-webkit-keyframes bgDim{
    0%{ -webkit-filter: brightness(1) }
    100%{ -webkit-filter: brightness(.9) }
}
@keyframes bgDim{
    0%{ filter: brightness(1) }
    100%{ filter: brightness(.9) }
}
@-webkit-keyframes energyMove{
    0%{ -webkit-transform: translateX(-120vw) }
    100%{ -webkit-transform: translateX(120vw) }
}
@keyframes energyMove{
    0%{ transform: translateX(-120vw) }
    100%{ transform: translateX(120vw) }
}
@-webkit-keyframes logoForm{
    0%{ opacity:0; -webkit-filter: blur(.12rem); -webkit-transform: translate(-50%,-50%) scale(.95); text-shadow: 0 0 .08rem rgba(255,255,255,.25), 0 0 .12rem rgba(0,255,255,.25) }
    100%{ opacity:1; -webkit-filter: blur(0); -webkit-transform: translate(-50%,-50%) scale(1); text-shadow: 0 0 .18rem rgba(255,255,255,.95), 0 0 .35rem rgba(0,255,255,.85), 0 0 .75rem rgba(0,255,255,.65) }
}
@keyframes logoForm{
    0%{ opacity:0; filter: blur(.12rem); transform: translate(-50%,-50%) scale(.95); text-shadow: 0 0 .08rem rgba(255,255,255,.25), 0 0 .12rem rgba(0,255,255,.25) }
    100%{ opacity:1; filter: blur(0); transform: translate(-50%,-50%) scale(1); text-shadow: 0 0 .18rem rgba(255,255,255,.95), 0 0 .35rem rgba(0,255,255,.85), 0 0 .75rem rgba(0,255,255,.65) }
}
@-webkit-keyframes breathPulse{
    0%{ -webkit-transform: translate(-50%,-50%) scale(1); text-shadow: 0 0 .18rem rgba(255,255,255,.95), 0 0 .35rem rgba(0,255,255,.85), 0 0 .75rem rgba(0,255,255,.65) }
    50%{ -webkit-transform: translate(-50%,-50%) scale(1.035); text-shadow: 0 0 .24rem rgba(255,255,255,.95), 0 0 .42rem rgba(0,255,255,.95), 0 0 .85rem rgba(0,255,255,.75) }
    100%{ -webkit-transform: translate(-50%,-50%) scale(1); text-shadow: 0 0 .18rem rgba(255,255,255,.95), 0 0 .35rem rgba(0,255,255,.85), 0 0 .75rem rgba(0,255,255,.65) }
}
@keyframes breathPulse{
    0%{ transform: translate(-50%,-50%) scale(1); text-shadow: 0 0 .18rem rgba(255,255,255,.95), 0 0 .35rem rgba(0,255,255,.85), 0 0 .75rem rgba(0,255,255,.65) }
    50%{ transform: translate(-50%,-50%) scale(1.035); text-shadow: 0 0 .24rem rgba(255,255,255,.95), 0 0 .42rem rgba(0,255,255,.95), 0 0 .85rem rgba(0,255,255,.75) }
    100%{ transform: translate(-50%,-50%) scale(1); text-shadow: 0 0 .18rem rgba(255,255,255,.95), 0 0 .35rem rgba(0,255,255,.85), 0 0 .75rem rgba(0,255,255,.65) }
}
@-webkit-keyframes logoBrightenEnd{
    0%{ opacity:1 }
    100%{ opacity:1; text-shadow: 0 0 .24rem rgba(255,255,255,.95), 0 0 .48rem rgba(0,255,255,.95), 0 0 .9rem rgba(0,255,255,.85) }
}
@keyframes logoBrightenEnd{
    0%{ opacity:1 }
    100%{ opacity:1; text-shadow: 0 0 .24rem rgba(255,255,255,.95), 0 0 .48rem rgba(0,255,255,.95), 0 0 .9rem rgba(0,255,255,.85) }
}
@-webkit-keyframes logoDarkenEnd{
    0%{ opacity:1 }
    100%{ opacity:.95; text-shadow: 0 0 .18rem rgba(255,255,255,.9), 0 0 .35rem rgba(0,255,255,.8), 0 0 .7rem rgba(0,255,255,.6) }
}
@keyframes logoDarkenEnd{
    0%{ opacity:1 }
    100%{ opacity:.95; text-shadow: 0 0 .18rem rgba(255,255,255,.9), 0 0 .35rem rgba(0,255,255,.8), 0 0 .7rem rgba(0,255,255,.6) }
}
@-webkit-keyframes particlesAppear{
    0%{ opacity:0 }
    100%{ opacity:.25 }
}
@keyframes particlesAppear{
    0%{ opacity:0 }
    100%{ opacity:.25 }
}
@-webkit-keyframes particlesFloat{
    0%{ background-position: 0 0, 0 0, 0 0, 0 0, 0 0 }
    100%{ background-position: 8px -12px, -10px 6px, 6px 10px, -8px -6px, 4px -4px }
}
@keyframes particlesFloat{
    0%{ background-position: 0 0, 0 0, 0 0, 0 0, 0 0 }
    100%{ background-position: 8px -12px, -10px 6px, 6px 10px, -8px -6px, 4px -4px }
}

@-webkit-keyframes bpTileLeft{
    0%{ opacity:0; -webkit-transform: translate(-50%,-50%) translateX(-2.6rem) rotate(0deg) scale(.95) }
    40%{ opacity:1; -webkit-transform: translate(-50%,-50%) translateX(-1.8rem) rotate(0deg) scale(1) }
    80%{ -webkit-transform: translate(-50%,-50%) translateX(0rem) rotate(35deg) scale(1) }
    100%{ -webkit-transform: translate(-50%,-50%) translateX(0rem) rotate(45deg) scale(1) }
}
@keyframes bpTileLeft{
    0%{ opacity:0; transform: translate(-50%,-50%) translateX(-2.6rem) rotate(0deg) scale(.95) }
    40%{ opacity:1; transform: translate(-50%,-50%) translateX(-1.8rem) rotate(0deg) scale(1) }
    80%{ transform: translate(-50%,-50%) translateX(0rem) rotate(35deg) scale(1) }
    100%{ transform: translate(-50%,-50%) translateX(0rem) rotate(45deg) scale(1) }
}
@-webkit-keyframes bpTileRight{
    0%{ opacity:0; -webkit-transform: translate(-50%,-50%) translateX(2.6rem) rotate(0deg) scale(.95) }
    40%{ opacity:1; -webkit-transform: translate(-50%,-50%) translateX(1.8rem) rotate(0deg) scale(1) }
    80%{ -webkit-transform: translate(-50%,-50%) translateX(0rem) rotate(35deg) scale(1) }
    100%{ -webkit-transform: translate(-50%,-50%) translateX(0rem) rotate(45deg) scale(1) }
}
@keyframes bpTileRight{
    0%{ opacity:0; transform: translate(-50%,-50%) translateX(2.6rem) rotate(0deg) scale(.95) }
    40%{ opacity:1; transform: translate(-50%,-50%) translateX(1.8rem) rotate(0deg) scale(1) }
    80%{ transform: translate(-50%,-50%) translateX(0rem) rotate(35deg) scale(1) }
    100%{ transform: translate(-50%,-50%) translateX(0rem) rotate(45deg) scale(1) }
}
@-webkit-keyframes bpPulse{
    0%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1); box-shadow: 0 0 .6rem rgba(255,255,255,.65) }
    50%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1.035); box-shadow: 0 0 .8rem rgba(255,255,255,.75) }
    100%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1); box-shadow: 0 0 .6rem rgba(255,255,255,.65) }
}
@keyframes bpPulse{
    0%{ transform: translate(-50%,-50%) rotate(45deg) scale(1); box-shadow: 0 0 .6rem rgba(255,255,255,.65) }
    50%{ transform: translate(-50%,-50%) rotate(45deg) scale(1.035); box-shadow: 0 0 .8rem rgba(255,255,255,.75) }
    100%{ transform: translate(-50%,-50%) rotate(45deg) scale(1); box-shadow: 0 0 .6rem rgba(255,255,255,.65) }
}
@-webkit-keyframes bpBrightDim{
    0%{ opacity:1 }
    60%{ opacity:1 }
    100%{ opacity:.95 }
}
@keyframes bpBrightDim{
    0%{ opacity:1 }
    60%{ opacity:1 }
    100%{ opacity:.95 }
}

/* Modern Diamond Animations */
@-webkit-keyframes modernDiamondEntrance{
    0%{ 
        opacity:0; 
        -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateY(-180deg) scale(0.3);
        filter: drop-shadow(0 0 0 rgba(0,0,0,0)) blur(10px);
    }
    60%{ 
        opacity:1; 
        -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateY(10deg) scale(1.1);
        filter: drop-shadow(0 12px 24px rgba(0,0,0,.4)) blur(0px);
    }
    100%{ 
        opacity:1; 
        -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateY(0deg) scale(1);
        filter: drop-shadow(0 8px 16px rgba(0,0,0,.3)) blur(0px);
    }
}
@keyframes modernDiamondEntrance{
    0%{ 
        opacity:0; 
        transform: translate(-50%,-50%) rotate(45deg) rotateY(-180deg) scale(0.3);
        filter: drop-shadow(0 0 0 rgba(0,0,0,0)) blur(10px);
    }
    60%{ 
        opacity:1; 
        transform: translate(-50%,-50%) rotate(45deg) rotateY(10deg) scale(1.1);
        filter: drop-shadow(0 12px 24px rgba(0,0,0,.4)) blur(0px);
    }
    100%{ 
        opacity:1; 
        transform: translate(-50%,-50%) rotate(45deg) rotateY(0deg) scale(1);
        filter: drop-shadow(0 8px 16px rgba(0,0,0,.3)) blur(0px);
    }
}

@-webkit-keyframes modernDiamondGlow{
    0%, 100%{ 
        box-shadow: 0 0 1rem rgba(30,136,229,.8), 0 0 2rem rgba(30,136,229,.4);
        -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
    }
    50%{ 
        box-shadow: 0 0 1.5rem rgba(30,136,229,1), 0 0 3rem rgba(30,136,229,.6), 0 0 4rem rgba(30,136,229,.3);
        -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1.05);
    }
}
@keyframes modernDiamondGlow{
    0%, 100%{ 
        box-shadow: 0 0 1rem rgba(30,136,229,.8), 0 0 2rem rgba(30,136,229,.4);
        transform: translate(-50%,-50%) rotate(45deg) scale(1);
    }
    50%{ 
        box-shadow: 0 0 1.5rem rgba(30,136,229,1), 0 0 3rem rgba(30,136,229,.6), 0 0 4rem rgba(30,136,229,.3);
        transform: translate(-50%,-50%) rotate(45deg) scale(1.05);
    }
}

@-webkit-keyframes modernRotate{
    0%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateZ(0deg); }
    100%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateZ(360deg); }
}
@keyframes modernRotate{
    0%{ transform: translate(-50%,-50%) rotate(45deg) rotateZ(0deg); }
    100%{ transform: translate(-50%,-50%) rotate(45deg) rotateZ(360deg); }
}

/* Diamond BZ Combined Box Animations */
@-webkit-keyframes diamondBZEntrance{
    0%{ 
        opacity: 0; 
        -webkit-transform: translate(-50%,-50%) scale(0.2) rotateZ(180deg);
    }
    100%{ 
        opacity: 1; 
        -webkit-transform: translate(-50%,-50%) scale(1) rotateZ(0deg);
    }
}
@keyframes diamondBZEntrance{
    0%{ 
        opacity: 0; 
        transform: translate(-50%,-50%) scale(0.2) rotateZ(180deg);
    }
    100%{ 
        opacity: 1; 
        transform: translate(-50%,-50%) scale(1) rotateZ(0deg);
    }
}

/* BZ Split Animation - BZ stays at center, shows "BZ", then changes to "B" and moves left, then back to "BZ" at center */
@-webkit-keyframes diamondBZSplit{
    0%, 35%{ 
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    36%, 37%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    38%, 42%{
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    43%, 62%{ 
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    63%, 67%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    68%, 69%{
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    70%, 100%{ 
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
}
@keyframes diamondBZSplit{
    0%, 35%{ 
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    36%, 37%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    38%, 42%{
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1.08);
    }
    43%, 62%{ 
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1.08);
    }
    63%, 67%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    68%, 69%{
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    70%, 100%{ 
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
}

/* Z Diamond Appears and Splits Right */
@-webkit-keyframes diamondZSplitAppear{
    0%, 37%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0.5);
    }
    38%, 42%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    43%, 62%{ 
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    63%, 67%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0.8);
    }
    68%, 100%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0.5);
    }
}
@keyframes diamondZSplitAppear{
    0%, 37%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.5);
    }
    38%, 42%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        transform: translate(-50%,-50%) scale(1.08);
    }
    43%, 62%{ 
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        transform: translate(-50%,-50%) scale(1.08);
    }
    63%, 67%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.8);
    }
    68%, 100%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.5);
    }
}

/* One-Time Animation Versions (for 4-second load animation) */
@-webkit-keyframes diamondBZSplitOnce{
    0%, 20%{ 
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    25%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    30%, 35%{
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    40%, 60%{ 
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    65%, 70%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
    75%, 100%{
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        -webkit-transform: translate(-50%,-50%) scale(1);
    }
}
@keyframes diamondBZSplitOnce{
    0%, 20%{ 
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    25%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    30%, 35%{
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1.08);
    }
    40%, 60%{ 
        content: "B";
        left: calc(50% - 3rem);
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1.08);
    }
    65%, 70%{
        content: "B";
        left: 50%;
        font-size: 2.4rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
    75%, 100%{
        content: "BZ";
        left: 50%;
        font-size: 2rem;
        letter-spacing: 0.15rem;
        transform: translate(-50%,-50%) scale(1);
    }
}

@-webkit-keyframes diamondZSplitAppearOnce{
    0%, 24%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0.5);
    }
    30%, 35%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    40%, 60%{ 
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        -webkit-transform: translate(-50%,-50%) scale(1.08);
    }
    65%, 70%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0.8);
    }
    75%, 100%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) scale(0.5);
    }
}
@keyframes diamondZSplitAppearOnce{
    0%, 24%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.5);
    }
    30%, 35%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        transform: translate(-50%,-50%) scale(1.08);
    }
    40%, 60%{ 
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: calc(50% + 3rem);
        transform: translate(-50%,-50%) scale(1.08);
    }
    65%, 70%{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.8);
    }
    75%, 100%{ 
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        left: 50%;
        transform: translate(-50%,-50%) scale(0.5);
    }
}

@-webkit-keyframes border3DMovingOnce{
    0%, 100%{
        box-shadow: 
            inset 8px -8px 25px rgba(255,255,255,0.7),
            inset -8px 8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(100,181,246,0.9),
            inset -5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 -8px 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 -8px 20px rgba(100,181,246,0.7));
    }
    33%{
        box-shadow: 
            inset -8px 8px 25px rgba(255,255,255,0.7),
            inset 8px -8px 30px rgba(0,0,0,0.6),
            inset -15px 0 35px rgba(13,71,161,0.9),
            inset 5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 8px 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 8px 20px rgba(13,71,161,0.7));
    }
    67%{
        box-shadow: 
            inset 8px 8px 25px rgba(255,255,255,0.7),
            inset -8px -8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(13,71,161,0.9),
            inset -5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            8px 0 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(8px 0 20px rgba(13,71,161,0.7));
    }
}
@keyframes border3DMovingOnce{
    0%, 100%{
        box-shadow: 
            inset 8px -8px 25px rgba(255,255,255,0.7),
            inset -8px 8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(100,181,246,0.9),
            inset -5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 -8px 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 -8px 20px rgba(100,181,246,0.7));
    }
    33%{
        box-shadow: 
            inset -8px 8px 25px rgba(255,255,255,0.7),
            inset 8px -8px 30px rgba(0,0,0,0.6),
            inset -15px 0 35px rgba(13,71,161,0.9),
            inset 5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 8px 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 8px 20px rgba(13,71,161,0.7));
    }
    67%{
        box-shadow: 
            inset 8px 8px 25px rgba(255,255,255,0.7),
            inset -8px -8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(13,71,161,0.9),
            inset -5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            8px 0 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(8px 0 20px rgba(13,71,161,0.7));
    }
}

@-webkit-keyframes diamondBZFadeOut{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
@keyframes diamondBZFadeOut{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@-webkit-keyframes diamondZFadeOut{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
@keyframes diamondZFadeOut{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

/* 3D Border Glow Effect */
@-webkit-keyframes border3DGlow{
    0%, 100%{
        border-width: 4px;
        border-color: #64b5f6;
        box-shadow: 
            inset 0 2px 10px rgba(255,255,255,0.4),
            inset 0 -2px 10px rgba(0,0,0,0.3),
            inset -3px 0 15px rgba(66,165,245,0.6),
            inset 3px 0 15px rgba(13,71,161,0.6),
            0 0 20px rgba(66,165,245,0.9),
            0 0 40px rgba(30,136,229,0.7),
            0 0 60px rgba(21,101,192,0.5),
            0 8px 25px rgba(0,0,0,0.4),
            0 15px 50px rgba(0,0,0,0.3),
            0 0 0 2px rgba(100,181,246,0.3),
            0 0 0 4px rgba(66,165,245,0.2);
        filter: drop-shadow(0 0 8px rgba(66,165,245,1)) drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    }
    50%{
        border-width: 5px;
        border-color: #90caf9;
        box-shadow: 
            inset 0 3px 15px rgba(255,255,255,0.6),
            inset 0 -3px 15px rgba(0,0,0,0.4),
            inset -5px 0 25px rgba(66,165,245,0.8),
            inset 5px 0 25px rgba(13,71,161,0.8),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 10px 35px rgba(0,0,0,0.5),
            0 20px 70px rgba(0,0,0,0.4),
            0 0 0 3px rgba(100,181,246,0.5),
            0 0 0 6px rgba(66,165,245,0.4);
        filter: drop-shadow(0 0 12px rgba(66,165,245,1)) drop-shadow(0 8px 20px rgba(0,0,0,0.6));
    }
}
@keyframes border3DGlow{
    0%, 100%{
        border-width: 4px;
        border-color: #64b5f6;
        box-shadow: 
            inset 0 2px 10px rgba(255,255,255,0.4),
            inset 0 -2px 10px rgba(0,0,0,0.3),
            inset -3px 0 15px rgba(66,165,245,0.6),
            inset 3px 0 15px rgba(13,71,161,0.6),
            0 0 20px rgba(66,165,245,0.9),
            0 0 40px rgba(30,136,229,0.7),
            0 0 60px rgba(21,101,192,0.5),
            0 8px 25px rgba(0,0,0,0.4),
            0 15px 50px rgba(0,0,0,0.3),
            0 0 0 2px rgba(100,181,246,0.3),
            0 0 0 4px rgba(66,165,245,0.2);
        filter: drop-shadow(0 0 8px rgba(66,165,245,1)) drop-shadow(0 5px 15px rgba(0,0,0,0.5));
    }
    50%{
        border-width: 5px;
        border-color: #90caf9;
        box-shadow: 
            inset 0 3px 15px rgba(255,255,255,0.6),
            inset 0 -3px 15px rgba(0,0,0,0.4),
            inset -5px 0 25px rgba(66,165,245,0.8),
            inset 5px 0 25px rgba(13,71,161,0.8),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 10px 35px rgba(0,0,0,0.5),
            0 20px 70px rgba(0,0,0,0.4),
            0 0 0 3px rgba(100,181,246,0.5),
            0 0 0 6px rgba(66,165,245,0.4);
        filter: drop-shadow(0 0 12px rgba(66,165,245,1)) drop-shadow(0 8px 20px rgba(0,0,0,0.6));
    }
}

/* Moving 3D Border Animation */
@-webkit-keyframes border3DMoving{
    0%{
        box-shadow: 
            inset 8px -8px 25px rgba(255,255,255,0.7),
            inset -8px 8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(100,181,246,0.9),
            inset -5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 -8px 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 -8px 20px rgba(100,181,246,0.7));
    }
    25%{
        box-shadow: 
            inset -8px -8px 25px rgba(255,255,255,0.7),
            inset 8px 8px 30px rgba(0,0,0,0.6),
            inset -15px 0 35px rgba(100,181,246,0.9),
            inset 5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            -8px 0 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(-8px 0 20px rgba(100,181,246,0.7));
    }
    50%{
        box-shadow: 
            inset -8px 8px 25px rgba(255,255,255,0.7),
            inset 8px -8px 30px rgba(0,0,0,0.6),
            inset -15px 0 35px rgba(13,71,161,0.9),
            inset 5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 8px 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 8px 20px rgba(13,71,161,0.7));
    }
    75%{
        box-shadow: 
            inset 8px 8px 25px rgba(255,255,255,0.7),
            inset -8px -8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(13,71,161,0.9),
            inset -5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            8px 0 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(8px 0 20px rgba(13,71,161,0.7));
    }
    100%{
        box-shadow: 
            inset 8px -8px 25px rgba(255,255,255,0.7),
            inset -8px 8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(100,181,246,0.9),
            inset -5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 -8px 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 -8px 20px rgba(100,181,246,0.7));
    }
}
@keyframes border3DMoving{
    0%{
        box-shadow: 
            inset 8px -8px 25px rgba(255,255,255,0.7),
            inset -8px 8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(100,181,246,0.9),
            inset -5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 -8px 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 -8px 20px rgba(100,181,246,0.7));
    }
    25%{
        box-shadow: 
            inset -8px -8px 25px rgba(255,255,255,0.7),
            inset 8px 8px 30px rgba(0,0,0,0.6),
            inset -15px 0 35px rgba(100,181,246,0.9),
            inset 5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            -8px 0 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(-8px 0 20px rgba(100,181,246,0.7));
    }
    50%{
        box-shadow: 
            inset -8px 8px 25px rgba(255,255,255,0.7),
            inset 8px -8px 30px rgba(0,0,0,0.6),
            inset -15px 0 35px rgba(13,71,161,0.9),
            inset 5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 8px 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 8px 20px rgba(13,71,161,0.7));
    }
    75%{
        box-shadow: 
            inset 8px 8px 25px rgba(255,255,255,0.7),
            inset -8px -8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(13,71,161,0.9),
            inset -5px 0 20px rgba(100,181,246,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            8px 0 25px rgba(13,71,161,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(8px 0 20px rgba(13,71,161,0.7));
    }
    100%{
        box-shadow: 
            inset 8px -8px 25px rgba(255,255,255,0.7),
            inset -8px 8px 30px rgba(0,0,0,0.6),
            inset 15px 0 35px rgba(100,181,246,0.9),
            inset -5px 0 20px rgba(13,71,161,0.5),
            0 0 30px rgba(66,165,245,1),
            0 0 60px rgba(30,136,229,1),
            0 0 90px rgba(21,101,192,0.8),
            0 12px 35px rgba(0,0,0,0.7),
            0 25px 70px rgba(0,0,0,0.6),
            0 -8px 25px rgba(100,181,246,0.6),
            0 0 0 4px rgba(100,181,246,0.6),
            0 0 0 8px rgba(66,165,245,0.4),
            0 0 0 12px rgba(30,136,229,0.25);
        filter: drop-shadow(0 0 15px rgba(66,165,245,1)) drop-shadow(0 10px 30px rgba(0,0,0,0.8)) drop-shadow(0 -8px 20px rgba(100,181,246,0.7));
    }
}

/* 3D Rotation Effect for Diamond */
@-webkit-keyframes diamond3DRotate{
    0%, 100%{
        -webkit-transform: translate(-50%,-50%) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    25%{
        -webkit-transform: translate(-50%,-50%) perspective(1000px) rotateX(5deg) rotateY(5deg);
    }
    50%{
        -webkit-transform: translate(-50%,-50%) perspective(1000px) rotateX(0deg) rotateY(10deg);
    }
    75%{
        -webkit-transform: translate(-50%,-50%) perspective(1000px) rotateX(-5deg) rotateY(5deg);
    }
}
@keyframes diamond3DRotate{
    0%, 100%{
        transform: translate(-50%,-50%) perspective(1000px) rotateX(0deg) rotateY(0deg);
    }
    25%{
        transform: translate(-50%,-50%) perspective(1000px) rotateX(5deg) rotateY(5deg);
    }
    50%{
        transform: translate(-50%,-50%) perspective(1000px) rotateX(0deg) rotateY(10deg);
    }
    75%{
        transform: translate(-50%,-50%) perspective(1000px) rotateX(-5deg) rotateY(5deg);
    }
}

@-webkit-keyframes logoIntro{
    0%{ opacity:0; -webkit-transform: translate(-50%,-50()) rotate(45deg) rotateZ(-180deg) scale(.2) }
    70%{ opacity:1; -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateZ(8deg) scale(1.15) }
    100%{ opacity:1; -webkit-transform: translate(-50%,-50%) rotate(45deg) rotateZ(0deg) scale(1) }
}
@keyframes logoIntro{
    0%{ opacity:0; transform: translate(-50%,-50%) rotate(45deg) rotateZ(-180deg) scale(.2) }
    70%{ opacity:1; transform: translate(-50%,-50%) rotate(45deg) rotateZ(8deg) scale(1.15) }
    100%{ opacity:1; transform: translate(-50%,-50%) rotate(45deg) rotateZ(0deg) scale(1) }
}

@-webkit-keyframes logoIdle{
    0%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0) rotateZ(0deg) scale(1) }
    25%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,-12px,0) rotateZ(2deg) scale(1.035) }
    50%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,10px,0) rotateZ(-2deg) scale(1.015) }
    75%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0) rotateZ(0deg) scale(1.008) }
    100%{ -webkit-transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0) rotateZ(0deg) scale(1) }
}
@keyframes logoIdle{
    0%{ transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0) rotateZ(0deg) scale(1) }
    25%{ transform: translate(-50%,-50%) rotate(45deg) translate3d(0,-12px,0) rotateZ(2deg) scale(1.035) }
    50%{ transform: translate(-50%,-50%) rotate(45deg) translate3d(0,10px,0) rotateZ(-2deg) scale(1.015) }
    75%{ transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0) rotateZ(0deg) scale(1.008) }
    100%{ transform: translate(-50%,-50%) rotate(45deg) translate3d(0,0,0) rotateZ(0deg) scale(1) }
}

@-webkit-keyframes logoShadow{
    0%{ box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.28) }
    25%{ box-shadow: 0 20px 36px rgba(0,0,0,.38), 0 10px 18px rgba(0,0,0,.3) }
    50%{ box-shadow: 0 10px 24px rgba(0,0,0,.32), 0 5px 10px rgba(0,0,0,.25) }
    75%{ box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.28) }
    100%{ box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.28) }
}
@keyframes logoShadow{
    0%{ box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.28) }
    25%{ box-shadow: 0 20px 36px rgba(0,0,0,.38), 0 10px 18px rgba(0,0,0,.3) }
    50%{ box-shadow: 0 10px 24px rgba(0,0,0,.32), 0 5px 10px rgba(0,0,0,.25) }
    75%{ box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.28) }
    100%{ box-shadow: 0 12px 28px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.28) }
}
/* Desktop visibility and enhanced animations for Start Page */
@media (min-width: 768px) {
    .start-page[data-v-5eb72be7]{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100vh !important;
        left: 0 !important;
        right: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .start-page[data-v-5eb72be7]::before{
        content: none !important;
        display: none !important;
    }
    .start-page[data-v-5eb72be7]::after{
        content: none !important;
        display: none !important;
    }
}

.ar-searchbar__selector[data-v-fa757a88] {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 4.53333rem;
    height: 1.06667rem!important
}

.ar-searchbar__selector div[data-v-fa757a88] {
    line-height: 1.06667rem
}

@media (min-width: 768px) {
    #app {
        width: 80%;
        padding-right: 45px;
        padding-left: 40px;
        padding-top: 20px;
    }
}

.navbar-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 768px) { .swiper.my-swipe, .my-swipe, .swiper_box .my-swipe { height: 250px !important; margin-top: 15px !important; border: 1px solid #eede05 !important; min-height: 250px !important; } }

/* Custom Navbar Inputs */
.custom-navbar-inputs {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    margin-right: 10px;
    z-index: 101;
}

.custom-login-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-right: 4px;
    font-weight: bold;
    white-space: nowrap;
}

.phone-prefix {
    border: 2px solid #550b03;
    border-radius: 14px;
    padding: 9px 5px;
    background: #045587;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.custom-login-password {
    display: flex !important;
    flex-direction: column ;
    align-items: flex-end !important;
    position: relative !important;
    padding-top: 18px !important;
    color: #ffffff !important;
    font-size: 14px !important ;
}

.custom-navbar-inputs input.custom-input {
    background: linear-gradient(135deg,rgba(19, 7, 131, 0.95) 0%, rgba(86, 4, 110, 0.95) 50%, rgba(2, 63, 86, 0.95) 100%) !important;
    border: none !important;
    border-left: 3px solid #880c03 !important;
    border-radius: 4px !important;
    padding: 0 12px !important;
    height: 40px !important;
    width: 220px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3) !important;
}

.custom-navbar-inputs input.custom-input:focus {
    background: linear-gradient(135deg, rgba(19, 7, 131, 0.95) 0%, rgb(34 2 44 / 95%) 50%, rgb(2 38 52 / 95%) 100%) !important;
    box-shadow: 0 0 0 2px rgba(136, 12, 3, 0.3), inset 0 1px 3px rgba(0,0,0,0.3) !important;
}

.custom-navbar-inputs input.custom-input::placeholder {
    color: #ccc !important;
    font-size: 13px !important;
}

.rpwd__C {
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
    margin-top: 4px;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-block;
}

.rpwd__C:hover {
    color: #840606;
}

.passwordInput__container-input {
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold;
}

.passwordInput__container-input .eye {
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    filter: invert(1);
}

.passwordInput__container-input .eye:hover {
    opacity: 1;
}

@media (max-width: 1200px) {
    .custom-navbar-inputs input.custom-input {
        width: 180px;
    }
}

@media (min-width: 1024px) {
    .rpwd__C-heading[data-v-928a098a] {
        width: 100% !important;
        min-width: 900px;
    }
}
.withdraw__container .pwd[data-v-80a607a5]{
    background: linear-gradient(135deg,rgba(102,126,234,0.95) 0%,rgba(118,75,162,0.9) 100%) !important;
}
.passwordInput__container-input[data-v-ea5b66c8]{
    background: #005dac !important;

}

@media (min-width: 768px) {
    .okwin .nav-enter[data-v-88d7f5ef] {
        display: none !important;
    }
    .swiper-slide.swiper-slide-duplicate.swiper-slide-next.swiper-slide-duplicate {
        height: 55rem;
        padding-top: 2rem;
    }
    .start-page[data-v-5eb72be7] {
        display: none !important;
    }
}

.btn.pwa-btn {
    display: none !important;
}

.register-fullname-wrapper {
    margin-top: .4rem;
    margin-bottom: .32rem;
}

.register-fullname-label {
    display: flex;
    align-items: center;
    margin-bottom: .32rem;
    color: var(--text_color_L1);
    font-size: .4rem;
}

.register-fullname-label .register-fullname-icon {
    width: .6rem;
    height: .6rem;
    margin-right: .16rem;
    padding: .08rem;
    border-radius: 50%;
    background: #cb9a07;
    color: #fcfcfd;
}
.register-fullname-label,
.register-fullname-input-wrap{
    display: none !important;
}

.register-fullname-input-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.register-fullname-input-wrap:before{
    content: "👤";
    position: absolute;
    left: .4rem;
    font-size: .5rem;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.register__container .register-fullname-input {
    width: 99%;
    height: 50px;
    padding: .36rem .34667rem .36rem 1rem;
    font-size: .37333rem;
    border: 2px solid transparent;
    border-radius: .26667rem;
    background: linear-gradient(135deg,#ede7ff 0%,#e1d9ff 100%) padding-box, linear-gradient(135deg,#667eea,#764ba2,#f093fb) border-box;
    color: #333;
    outline: none;
    box-shadow: 0 4px 15px rgba(102,126,234,0.15);
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

.register__container .register-fullname-input:focus {
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(102,126,234,0.25), 0 0 0 4px rgba(240,147,251,0.1);
    transform: translateY(-2px);
}

.register__container .register-fullname-input::placeholder{
    color: rgba(102,126,234,0.5);
}

.dropdown[data-v-5067ef5e]{
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 50%, rgba(240, 147, 251, 0.9) 100%) !important;
    height: 1.20rem !important;
    padding: .001rem .001rem !important;
    border: 1.5px solid #880c03 !important;
}

.login__container .dropdown[data-v-5067ef5e]{
    display: none !important;
}
.login__container .phoneInput__container-input input[data-v-50aa8bb0]{
    margin-left: 0 !important;
}
.login__container .phoneInput__container-input[data-v-50aa8bb0]::before{
    display: none !important;
}

.register-fullname-label{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .32rem;
    color: rgba(255,255,255,0.95);
    font-size: .4rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.register-fullname-label svg{
    width: .6rem;
    height: .6rem;
    margin-right: .16rem;
    padding: .08rem;
    border-radius: 50%;
    background: linear-gradient(135deg,#667eea,#764ba2);
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.register-fullname-label svg path{
    fill: #ffffff;
}

.register-fullname-input-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.register-fullname-input-wrap:before{
    content: "👤";
    position: absolute;
    left: .4rem;
    font-size: .5rem;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.register-fullname-input{
    width: 99%;
    height: 50px;
    padding: .36rem .34667rem .36rem 1rem;
    font-size: .37333rem;
    border: 2px solid transparent;
    border-radius: .26667rem;
    background: linear-gradient(135deg,#ede7ff 0%,#e1d9ff 100%) padding-box, linear-gradient(135deg,#667eea,#764ba2,#f093fb) border-box;
    color: #333;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 4px 15px rgba(102,126,234,0.15);
}

.register-fullname-input:focus {
    outline: none;
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(102,126,234,0.25), 0 0 0 4px rgba(240,147,251,0.1);
    transform: translateY(-2px);
}

.register-fullname-input::placeholder{
    color: rgba(102,126,234,0.5);
}
.amount[data-v-88d7f5ef]{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: .16rem;
    gap: .20rem;
    padding: .14rem .26rem .08rem;
    border-radius: .40rem;
    background: linear-gradient(135deg, #0f0c29 0%, #1a1040 40%, #24243e 100%);
    border: 1.5px solid rgba(102,126,234,0.30);
    box-shadow: 0 8px 32px rgba(102,126,234,0.1), 0 2px 8px rgba(0,0,0,0.06), inset 0 1px 1px rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    -webkit-animation: amountFadeIn 0.6s cubic-bezier(0.4,0,0.2,1) both;
    animation: amountFadeIn 0.6s cubic-bezier(0.4,0,0.2,1) both;
}

.amount[data-v-88d7f5ef]::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 50%, transparent 100%);
    -webkit-animation: amountShimmer 3.5s ease-in-out infinite;
    animation: amountShimmer 3.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.amount .a1[data-v-88d7f5ef]{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #1e2637;
    position: relative;
    z-index: 1;
}

.amount .a1 .title[data-v-88d7f5ef]{
    font-size: .22rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: .05rem;
    height: .28rem;
    gap: .05rem;
    margin-left: -.10667rem;
    color: var(--text_color_L2);
    letter-spacing: 0.03em;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.75;
}

.amount .a1 .title svg[data-v-88d7f5ef]{
    width: .26667rem;
    height: .26667rem;
    filter: drop-shadow(0 1px 3px rgba(102,126,234,0.3));
}

.amount .a1 .a[data-v-88d7f5ef]{
    height: .46rem;
    font-size: .34667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .08rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--text_color_L1) 0%, var(--main-color, #667eea) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.01em;
    -webkit-animation: amountCountUp 0.8s cubic-bezier(0.4,0,0.2,1) both;
    animation: amountCountUp 0.8s cubic-bezier(0.4,0,0.2,1) both;
    text-shadow: none;
}

.amount .a1 .a svg[data-v-88d7f5ef]{
    color: var(--main-color, #667eea);
    width: .38667rem;
    height: .38667rem;
    filter: drop-shadow(0 2px 6px rgba(102,126,234,0.4));
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-text-fill-color: initial;
}

.amount .a2[data-v-88d7f5ef]{
    position: relative;
    z-index: 1;
    width: 2.1rem;
    min-height: 1.2rem;
    padding: .12rem .24rem;
    border-radius: .64rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: .22rem;
    color: #fff !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #e63950 0%, #c0122c 50%, #ff5f6d 100%);
    background-size: 200% 200%;
    -webkit-animation: amountBtnGradShift 3s ease infinite, amountBtnIn 0.7s cubic-bezier(0.4,0,0.2,1) both;
    animation: amountBtnGradShift 3s ease infinite, amountBtnIn 0.7s cubic-bezier(0.4,0,0.2,1) both;
    box-shadow: 0 4px 18px rgba(198,24,60,0.45), 0 2px 6px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.2);
    border: 1.5px solid rgba(255,255,255,0.15);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
    transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
    letter-spacing: 0.01em;
}

.amount .a2[data-v-88d7f5ef]:hover{
    -webkit-transform: translateY(-3px) scale(1.04);
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 28px rgba(198,24,60,0.55), 0 4px 12px rgba(0,0,0,0.25), inset 0 1px 2px rgba(255,255,255,0.25);
}

.amount .a2[data-v-88d7f5ef]::before{
    content: "";
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
    -webkit-animation: amountBtnShimmer 2.5s ease-in-out infinite;
    animation: amountBtnShimmer 2.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.amount .a2[data-v-88d7f5ef]::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.15) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.amount .a2 span[data-v-88d7f5ef],
.amount .a2 strong[data-v-88d7f5ef],
.amount .a2 svg[data-v-88d7f5ef]{
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 4px rgba(0,0,0,0.25);
}

.amount .a2 svg[data-v-88d7f5ef]{
    width: .32rem;
    height: .32rem;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
    -webkit-animation: amountIconBounce 2s ease-in-out infinite;
    animation: amountIconBounce 2s ease-in-out infinite;
}

.amount .a2[data-v-88d7f5ef]:last-child{
    background: linear-gradient(135deg, #00c9a7 0%, #0099cc 50%, #14e6c8 100%);
    background-size: 200% 200%;
    box-shadow: 0 4px 18px rgba(0,153,204,0.45), 0 2px 6px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.2);
    color: #fff !important;
}

.amount .a2[data-v-88d7f5ef]:last-child:hover{
    box-shadow: 0 8px 28px rgba(0,153,204,0.55), 0 4px 12px rgba(0,0,0,0.25), inset 0 1px 2px rgba(255,255,255,0.25);
}

@-webkit-keyframes amountA2BorderMove{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}
@keyframes amountA2BorderMove{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}
@-webkit-keyframes amountFadeIn{
    0%{ opacity:0; -webkit-transform: translateY(12px) scale(0.97); transform: translateY(12px) scale(0.97); }
    100%{ opacity:1; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }
}
@keyframes amountFadeIn{
    0%{ opacity:0; transform: translateY(12px) scale(0.97); }
    100%{ opacity:1; transform: translateY(0) scale(1); }
}
@-webkit-keyframes amountShimmer{
    0%{ left: -100%; }
    60%,100%{ left: 150%; }
}
@keyframes amountShimmer{
    0%{ left: -100%; }
    60%,100%{ left: 150%; }
}
@-webkit-keyframes amountCountUp{
    0%{ opacity:0; -webkit-transform: translateY(8px); transform: translateY(8px); }
    100%{ opacity:1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes amountCountUp{
    0%{ opacity:0; transform: translateY(8px); }
    100%{ opacity:1; transform: translateY(0); }
}
@-webkit-keyframes amountBtnGradShift{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}
@keyframes amountBtnGradShift{
    0%{ background-position: 0% 50%; }
    50%{ background-position: 100% 50%; }
    100%{ background-position: 0% 50%; }
}
@-webkit-keyframes amountBtnShimmer{
    0%{ left: -75%; }
    60%,100%{ left: 125%; }
}
@keyframes amountBtnShimmer{
    0%{ left: -75%; }
    60%,100%{ left: 125%; }
}
@-webkit-keyframes amountBtnIn{
    0%{ opacity:0; -webkit-transform: scale(0.85) translateY(8px); transform: scale(0.85) translateY(8px); }
    100%{ opacity:1; -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
}
@keyframes amountBtnIn{
    0%{ opacity:0; transform: scale(0.85) translateY(8px); }
    100%{ opacity:1; transform: scale(1) translateY(0); }
}
@-webkit-keyframes amountIconBounce{
    0%,100%{ -webkit-transform: translateY(0); transform: translateY(0); }
    50%{ -webkit-transform: translateY(-2px); transform: translateY(-2px); }
}
@keyframes amountIconBounce{
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-2px); }
}

.changlongEnter{
    display: none;
}
@media (max-width: 767px) {
    .register__container-button,
    .resgister__C,
    .signIn_footer,
    .p3-terms {
        margin-bottom: 3rem !important;
        padding-bottom: 1rem;
    }
}
/* Modern Terms & Conditions Styling */
.p3-terms {
    background: #000d2c !important;
    border-left: 3px solid #bd2a05;
    border-right: 3px solid #bd2a05;
    border-radius: 0.4rem;
    padding: 0.5rem;
    margin: 0.5rem 0.3rem;
    color: #e0e6ed;
    font-family: inherit !important;
    line-height: 1.6;
    font-size: 0.35rem;
    font-weight: bold !important;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.p3-terms h1, .p3-terms h2, .p3-terms h3, .p3-terms h4 {
    color: #FFC107;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 0.45rem;
    line-height: 1.3;
}

.p3-terms h1:first-child, .p3-terms h2:first-child, .p3-terms h3:first-child {
    margin-top: 0;
}

.p3-terms p {
    margin-bottom: 0.8em;
    color: rgba(255, 255, 255, 0.85);
}

.p3-terms ul, .p3-terms ol {
    margin-bottom: 0.8em;
    padding-left: 1.2em;
}

.p3-terms li {
    margin-bottom: 0.4em;
    position: relative;
    list-style-type: disc;
}
.p3-terms li::marker {
    color: #FFC107;
}

.p3-terms a {
    color: #4facfe;
    text-decoration: none;
    border-bottom: 1px dashed #4facfe;
    transition: all 0.3s ease;
}

.p3-terms a:hover {
    color: #00f2fe;
    border-bottom-style: solid;
}

@media (min-width: 768px) {
    .p3-terms {
        padding: 0.8rem;
        margin: 1rem auto;
        max-width: 85%;
        font-size: 0.38rem;
        border-radius: 0.5rem;
    }
    .p3-terms h1, .p3-terms h2 {
        font-size: 0.5rem;
    }
    .p3-terms-logo-left {
        width: 1.0rem !important;
    }
}

.login__container .login_container-tab .tab[data-v-47f4cc84]{
       display: none !important; 
}

/* Ensure Start Page shows on desktop — final override at end of file */
@media (min-width: 768px) {
    .start-page[data-v-5eb72be7]{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: flex !important;
        width: 100vw !important;
        height: 100vh !important;
        left: 0 !important;
        right: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .bet-container,
    .fun-tabs__tab-list,
    .login__container-heading,
    .resgister__C-heading[data-v-4752d5f1]{
        margin-top: 25px !important;
        border-radius: 5px !important;
    }
    .start-page[data-v-5eb72be7]::after{
        -webkit-animation: lettersEntrance 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards,
                           letterFloat 4s ease-in-out 2.5s infinite,
                           letterGlow 3s ease-in-out 3s infinite !important;
        animation: lettersEntrance 2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards,
                   letterFloat 4s ease-in-out 2.5s infinite,
                   letterGlow 3s ease-in-out 3s infinite !important;
    }
    .start-page[data-v-5eb72be7]::before{
        -webkit-animation: triangleGlowLeft 2.5s ease-out 0.3s forwards, 
                           trianglePulse 4s ease-in-out 3s infinite !important;
        animation: triangleGlowLeft 2.5s ease-out 0.3s forwards, 
                   trianglePulse 4s ease-in-out 3s infinite !important;
    }
}
.right,
.headLogo,
.navbar__content-title,
.nav-enter{
    display: none !important;
}

/* ── wager-info inside .amount .a1 ── */
.amount .a1 .wager-info,
.wager-info {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .16rem;
    margin-top: .20rem;
    width: 100%;
    box-sizing: border-box;
    padding: .14rem .20rem !important;
    border-radius: .32rem;
    background: linear-gradient(135deg, rgba(102,126,234,0.13) 0%, rgba(118,75,162,0.10) 100%);
    border: 1px solid rgba(102,126,234,0.22);
    box-shadow: 0 2px 10px rgba(102,126,234,0.10), inset 0 1px 1px rgba(255,255,255,0.08);
    font-size: .28rem !important;
    font-weight: 600 !important;
    color: var(--text_color_L2) !important;
    position: relative;
    overflow: hidden;
    -webkit-animation: wagerInfoFadeIn 0.55s cubic-bezier(0.4,0,0.2,1) 0.3s both;
    animation: wagerInfoFadeIn 0.55s cubic-bezier(0.4,0,0.2,1) 0.3s both;
}

.amount .a1 .wager-info::before,
.wager-info::before {
    content: '';
    position: absolute;
    top: 0; left: -80%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.07) 50%, transparent 100%);
    -webkit-animation: wagerShimmer 3s ease-in-out 1s infinite;
    animation: wagerShimmer 3s ease-in-out 1s infinite;
    pointer-events: none;
}

.amount .a1 .wager-info #wagerAmount,
.wager-info #wagerAmount {
    color: var(--text_color_L2) !important;
    font-size: .28rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .10667rem;
    -webkit-flex: 1;
    flex: 1;
}

.amount .a1 .wager-info #wagerValue,
.wager-info #wagerValue {
    background: linear-gradient(135deg, var(--main-color, #667eea) 0%, #764ba2 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 800 !important;
    font-size: .30rem !important;
    letter-spacing: -0.01em;
    -webkit-animation: wagerValuePulse 2.5s ease-in-out infinite;
    animation: wagerValuePulse 2.5s ease-in-out infinite;
}

.amount .a1 .wager-info #wagerRefreshBtn,
.wager-info #wagerRefreshBtn {
    padding: .06rem .18rem !important;
    background: linear-gradient(135deg, rgba(102,126,234,0.18) 0%, rgba(118,75,162,0.14) 100%) !important;
    color: var(--main-color, #667eea) !important;
    border: 1px solid rgba(102,126,234,0.30) !important;
    border-radius: .26667rem !important;
    font-size: .30rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    margin-left: 0 !important;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(102,126,234,0.15);
}

.amount .a1 .wager-info #wagerRefreshBtn:hover,
.wager-info #wagerRefreshBtn:hover {
    background: linear-gradient(135deg, rgba(102,126,234,0.30) 0%, rgba(118,75,162,0.25) 100%) !important;
    -webkit-transform: rotate(25deg) scale(1.12);
    transform: rotate(25deg) scale(1.12);
    box-shadow: 0 4px 14px rgba(102,126,234,0.30);
}

.amount .a1 .wager-info #wagerRefreshBtn:disabled,
.wager-info #wagerRefreshBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-transform: none;
    transform: none;
}

@-webkit-keyframes wagerInfoFadeIn {
    0%  { opacity:0; -webkit-transform: translateY(8px) scale(0.97); transform: translateY(8px) scale(0.97); }
    100%{ opacity:1; -webkit-transform: translateY(0) scale(1);    transform: translateY(0) scale(1); }
}
@keyframes wagerInfoFadeIn {
    0%  { opacity:0; transform: translateY(8px) scale(0.97); }
    100%{ opacity:1; transform: translateY(0) scale(1); }
}
@-webkit-keyframes wagerShimmer {
    0%     { left: -80%; }
    55%,100%{ left: 130%; }
}
@keyframes wagerShimmer {
    0%     { left: -80%; }
    55%,100%{ left: 130%; }
}
@-webkit-keyframes wagerValuePulse {
    0%,100%{ opacity:1; }
    50%    { opacity:0.70; }
}
@keyframes wagerValuePulse {
    0%,100%{ opacity:1; }
    50%    { opacity:0.70; }
}
