.wealthx-ai-widget,
.wealthx-ai-widget.portal {
    left: auto !important;
    right: 18px;
}

.wealthx-ai-panel {
    left: auto !important;
    right: 0;
}

.ai-mic {
    display: grid;
    place-items: center;
    font-size: 0 !important;
}

.ai-mic::before {
    content: "";
    width: 20px;
    height: 20px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 14c1.66 0 3-1.34 3-3V6c0-1.66-1.34-3-3-3S9 4.34 9 6v5c0 1.66 1.34 3 3 3Zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72h-1.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 14c1.66 0 3-1.34 3-3V6c0-1.66-1.34-3-3-3S9 4.34 9 6v5c0 1.66 1.34 3 3 3Zm5.3-3c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72h-1.7Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ai-mic.listening::before {
    animation: micListening 1s ease-in-out infinite;
}

.ai-end-tour {
    display: none;
    margin-left: auto !important;
    width: auto !important;
    height: 30px !important;
    padding: 0 10px !important;
    border-color: rgba(255, 88, 116, .45) !important;
    background: rgba(255, 88, 116, .12) !important;
    color: #ffb5c0 !important;
    font-size: 10px !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.wealthx-ai-widget.tour-active .ai-end-tour {
    display: inline-grid;
    place-items: center;
}

.wealthx-ai-widget.tour-active .ai-panel-head button[data-ai-close] {
    margin-left: 6px;
}

.ai-tour-language {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 13px;
    border-bottom: 1px solid rgba(0, 216, 255, .15);
    background: linear-gradient(90deg, rgba(0, 216, 255, .055), rgba(255, 196, 68, .045));
}

.ai-tour-language span {
    color: #aebfd2;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.ai-tour-language div {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 4px;
    border: 1px solid rgba(0, 216, 255, .24);
    border-radius: 999px;
    background: rgba(2, 7, 17, .74);
}

.ai-tour-language button {
    min-width: 64px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #9fb4cb;
    font-size: 10px;
    font-weight: 900;
    padding: 6px 10px;
}

.ai-tour-language button.active {
    background: linear-gradient(135deg, #ffc444, #ffe08a);
    color: #06111f;
    box-shadow: 0 0 18px rgba(255, 196, 68, .28);
}

.ai-quick-prompts {
    scrollbar-color: rgba(255, 196, 68, .75) rgba(255, 255, 255, .08);
}

.ai-quick-prompts button:first-child {
    position: relative;
    border-color: rgba(255, 196, 68, .95) !important;
    background: linear-gradient(135deg, #ffc444, #ffe08a) !important;
    color: #06111f !important;
    box-shadow: 0 0 0 1px rgba(255, 196, 68, .22), 0 0 22px rgba(255, 196, 68, .36);
    transform-origin: center;
    animation: aiTourPulse 1.8s ease-in-out infinite;
}

.ai-quick-prompts button:first-child::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #26f5a7;
    box-shadow: 0 0 12px #26f5a7;
}

.ai-quick-prompts button:first-child:hover {
    box-shadow: 0 0 0 1px rgba(255, 196, 68, .42), 0 0 30px rgba(255, 196, 68, .55);
}

.ai-msg.has-steps {
    max-width: 96%;
}

.ai-step-grid {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.ai-step-card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 9px;
    align-items: center;
    border: 1px solid rgba(0, 216, 255, .28);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(0, 216, 255, .06), rgba(255, 196, 68, .045));
    padding: 8px;
    color: inherit;
    text-decoration: none;
    transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

a.ai-step-card:hover {
    border-color: rgba(255, 196, 68, .72);
    background: linear-gradient(135deg, rgba(0, 216, 255, .10), rgba(255, 196, 68, .10));
    transform: translateY(-1px);
}

.ai-step-card.current {
    border-color: rgba(38, 245, 167, .72);
    box-shadow: inset 0 0 0 1px rgba(38, 245, 167, .16), 0 0 18px rgba(38, 245, 167, .08);
}

.ai-step-card img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 0 16px rgba(0, 216, 255, .14);
}

.ai-step-card strong {
    display: block;
    color: #eef7ff;
    font-size: 11px;
    margin: 0 0 2px;
}

.ai-step-card small {
    display: block;
    color: #aebfd2;
    font-size: 10px;
    line-height: 1.35;
}

@keyframes micListening {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.14);
    }
}

@keyframes aiTourPulse {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-1px) scale(1.05);
    }
}

.demo-registration-popup {
    position: fixed;
    left: 50%;
    top: 18px;
    z-index: 2050;
    width: min(390px, calc(100vw - 36px));
    display: grid;
    grid-template-columns: 58px 1fr 38px;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(0, 216, 255, .48);
    border-radius: 13px;
    background: radial-gradient(circle at 82% 0, rgba(255, 196, 68, .2), transparent 34%),
        linear-gradient(145deg, rgba(8, 23, 42, .98), rgba(3, 8, 17, .98));
    box-shadow: 0 24px 72px rgba(0, 0, 0, .5), 0 0 30px rgba(0, 216, 255, .14);
    padding: 13px;
    opacity: 0;
    transform: translate(-50%, -18px) scale(.96);
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease;
}

.demo-registration-popup.active {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.demo-reg-avatar {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid var(--amber);
    border-radius: 14px;
    background: radial-gradient(circle at 70% 0, rgba(255, 196, 68, .24), transparent 42%), #020711;
    color: var(--amber);
    font: 900 16px 'Space Grotesk', sans-serif;
    box-shadow: 0 0 22px rgba(255, 196, 68, .16);
}

.demo-reg-body {
    min-width: 0;
}

.demo-reg-top {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    margin-bottom: 4px;
}

.demo-reg-top span {
    color: var(--blue);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.demo-reg-top b {
    color: var(--green);
    font-size: 9px;
    text-transform: uppercase;
}

.demo-reg-body strong {
    display: block;
    color: #eef7ff;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.demo-reg-body small {
    display: block;
    margin-top: 3px;
    color: #a8bbcf;
    font-size: 11px;
    line-height: 1.35;
}

.demo-reg-body small b {
    color: var(--amber);
}

.demo-reg-signal {
    height: 42px;
    display: flex;
    align-items: end;
    gap: 4px;
}

.demo-reg-signal i {
    width: 8px;
    height: var(--h, 22px);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--green), var(--blue));
    animation: demoRegBars 1.1s ease-in-out infinite;
}

.demo-reg-signal i:nth-child(1) {
    --h: 18px;
}

.demo-reg-signal i:nth-child(2) {
    --h: 34px;
    animation-delay: -.22s;
}

.demo-reg-signal i:nth-child(3) {
    --h: 25px;
    animation-delay: -.44s;
}

.business-hero-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 18px;
}

.business-hero-summary div {
    border: 1px solid rgba(0, 216, 255, .34);
    border-radius: 10px;
    background: radial-gradient(circle at 82% 0, rgba(255, 196, 68, .12), transparent 36%), #06111f;
    padding: 16px;
    min-height: 112px;
}

.business-hero-summary small {
    display: block;
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.business-hero-summary b {
    display: block;
    margin: 8px 0 5px;
    color: var(--amber);
    font: 900 28px 'Space Grotesk', sans-serif;
}

.business-hero-summary span {
    display: block;
    color: #b7c8da;
    font-size: 12px;
    line-height: 1.35;
}

@keyframes demoRegBars {
    0%,
    100% {
        transform: scaleY(.72);
        opacity: .65;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@media (max-width: 1100px) {
    .wealthx-ai-widget.portal {
        left: auto !important;
        right: 18px;
    }
}

@media (max-width: 520px) {
    .wealthx-ai-widget,
    .wealthx-ai-widget.portal {
        left: auto !important;
        right: 10px;
    }

    .wealthx-ai-panel {
        left: auto !important;
        right: 0;
    }

    .demo-registration-popup {
        left: 50%;
        top: 10px;
        width: calc(100vw - 20px);
        grid-template-columns: 48px 1fr 30px;
    }

    .demo-reg-avatar {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        font-size: 13px;
    }

    .demo-reg-body strong {
        font-size: 13px;
    }

    .business-hero-summary {
        grid-template-columns: 1fr;
    }

    .ai-tour-language {
        align-items: stretch;
        display: grid;
    }

    .ai-tour-language div {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .wealthx-ai-widget,
    .wealthx-ai-widget.portal {
        left: auto !important;
        right: 12px !important;
        bottom: 104px !important;
    }

    .wealthx-ai-panel {
        right: 0 !important;
        bottom: 78px !important;
        max-height: min(560px, calc(100vh - 205px));
    }
}

.recharge-guide-widget {
    position: fixed;
    right: 18px;
    top: 168px;
    z-index: 2150;
    font-family: 'DM Sans', Segoe UI, sans-serif;
}

.recharge-guide-tab {
    width: 188px;
    min-height: 70px;
    display: grid;
    gap: 3px;
    text-align: left;
    border: 1px solid rgba(255, 196, 68, .7);
    border-radius: 14px;
    padding: 12px 14px;
    background: radial-gradient(circle at 86% 0, rgba(255, 196, 68, .26), transparent 38%), linear-gradient(145deg, rgba(8, 23, 42, .98), rgba(3, 8, 17, .98));
    color: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .42), 0 0 26px rgba(255, 196, 68, .16);
    animation: rechargeGuideGlow 2.4s ease-in-out infinite;
}

.recharge-guide-tab span {
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.recharge-guide-tab b {
    font: 900 17px/1.15 'Space Grotesk', sans-serif;
    color: var(--amber);
}

.recharge-guide-panel {
    position: absolute;
    right: 0;
    top: 82px;
    width: min(430px, calc(100vw - 32px));
    display: none;
    border: 1px solid rgba(0, 216, 255, .46);
    border-radius: 16px;
    background: radial-gradient(circle at 82% 0, rgba(255, 196, 68, .17), transparent 35%), linear-gradient(145deg, rgba(8, 23, 42, .99), rgba(3, 8, 17, .99));
    box-shadow: 0 28px 90px rgba(0, 0, 0, .62), 0 0 32px rgba(0, 216, 255, .14);
    overflow: hidden;
}

.recharge-guide-widget.open .recharge-guide-panel {
    display: block;
    animation: aiPanelIn .22s ease-out;
}

.recharge-guide-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 216, 255, .18);
}

.recharge-guide-head small {
    display: block;
    color: var(--blue);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.recharge-guide-head h3 {
    margin: 2px 0 0;
    font-size: 19px;
}

.recharge-guide-head button {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(2, 7, 17, .84);
    color: #fff;
    font-size: 22px;
}

.recharge-guide-language {
    display: grid;
    grid-template-columns: 1fr 76px 76px;
    gap: 8px;
    align-items: center;
    padding: 11px 15px;
    border-bottom: 1px solid rgba(0, 216, 255, .14);
}

.recharge-guide-language span {
    color: #aebfd2;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.recharge-guide-language button {
    border: 1px solid rgba(0, 216, 255, .28);
    border-radius: 999px;
    background: rgba(0, 216, 255, .06);
    color: #dff9ff;
    font-size: 10px;
    font-weight: 900;
    padding: 7px 9px;
}

.recharge-guide-language button.active {
    border-color: var(--amber);
    background: linear-gradient(135deg, var(--amber), #ffdc78);
    color: #06111f;
}

.recharge-guide-screen {
    padding: 15px;
}

.recharge-guide-visual {
    position: relative;
    min-height: 360px;
    border: 1px solid rgba(0, 216, 255, .28);
    border-radius: 14px;
    background: #020711;
    overflow: hidden;
}

.recharge-guide-visual svg {
    width: 100%;
    height: 214px;
    display: block;
}

.recharge-real-scene {
    position: relative;
    height: 360px;
    overflow: hidden;
    background: #020711;
}

.recharge-real-shot {
    position: absolute;
    inset: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    object-fit: contain;
    object-position: center center;
    filter: saturate(1.06) contrast(1.02) brightness(.92);
    animation: none;
    border-radius: 12px;
    background: #020711;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
}

.recharge-cinema-shade {
    display: none;
}

.recharge-step-badge {
    position: absolute;
    left: 16px;
    top: 14px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 2px solid var(--amber);
    border-radius: 999px;
    background: rgba(2, 7, 17, .84);
    color: var(--amber);
    font: 900 24px 'Space Grotesk', sans-serif;
    box-shadow: 0 0 24px rgba(255, 196, 68, .28);
    z-index: 3;
}

.recharge-focus-ring,
.recharge-pointer {
    display: none;
}

.recharge-caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 13px;
    border: 1px solid rgba(0, 216, 255, .36);
    border-radius: 12px;
    background: rgba(2, 7, 17, .88);
    backdrop-filter: blur(10px);
    z-index: 4;
}

.recharge-caption b {
    color: #fff;
    font: 900 14px 'Space Grotesk', sans-serif;
}

.recharge-caption span {
    color: var(--amber);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.recharge-mini-flow {
    position: absolute;
    right: 15px;
    top: 17px;
    display: flex;
    gap: 5px;
    z-index: 3;
}

.recharge-mini-flow i {
    width: 18px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
}

.recharge-mini-flow i.done {
    background: linear-gradient(90deg, var(--blue), var(--green), var(--amber));
    box-shadow: 0 0 12px rgba(0, 216, 255, .35);
}

.rg-trading-bars {
    position: absolute;
    right: 18px;
    bottom: 74px;
    display: flex;
    align-items: end;
    gap: 7px;
    z-index: 1;
    opacity: .72;
}

.recharge-scene-menu .recharge-real-shot,
.recharge-scene-amount .recharge-real-shot,
.recharge-scene-qr .recharge-real-shot,
.recharge-scene-status .recharge-real-shot,
.recharge-scene-wallet .recharge-real-shot,
.recharge-scene-invest .recharge-real-shot {
    object-position: center center;
}

.rg-trading-bars i {
    width: 13px;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(180deg, var(--green), rgba(0, 216, 255, .5));
    box-shadow: 0 0 16px rgba(0, 216, 255, .28);
    animation: rechargeBars 1.45s ease-in-out infinite;
}

.rg-trading-bars i:nth-child(1) { height: 30px; animation-delay: -.2s; }
.rg-trading-bars i:nth-child(2) { height: 58px; animation-delay: -.55s; background: linear-gradient(180deg, var(--amber), rgba(255, 196, 68, .42)); }
.rg-trading-bars i:nth-child(3) { height: 42px; animation-delay: -.8s; }
.rg-trading-bars i:nth-child(4) { height: 70px; animation-delay: -1.1s; }
.rg-trading-bars i:nth-child(5) { height: 36px; animation-delay: -.4s; background: linear-gradient(180deg, var(--red), rgba(255, 88, 116, .45)); }
.rg-trading-bars i:nth-child(6) { height: 64px; animation-delay: -.9s; }

.rg-phone {
    position: absolute;
    left: 50%;
    top: 18px;
    width: 178px;
    height: 178px;
    transform: translateX(-50%);
    border: 3px solid rgba(17, 25, 38, .98);
    border-radius: 24px;
    background: linear-gradient(145deg, #07182a, #020711);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .55), 0 0 22px rgba(0, 216, 255, .18);
    overflow: hidden;
    z-index: 2;
}

.rg-phone-top {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    background: rgba(2, 7, 17, .86);
    border-bottom: 1px solid rgba(0, 216, 255, .18);
    font-size: 8px;
    color: #c9d8e9;
}

.rg-phone-top i {
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 0 0 10px var(--blue);
}

.rg-phone-top b {
    color: var(--green);
    font-size: 7px;
}

.rg-dashboard,
.rg-form-screen,
.rg-qr-screen,
.rg-status-screen,
.rg-wallet-screen,
.rg-invest-screen {
    padding: 12px;
}

.rg-real-title {
    margin-bottom: 9px;
}

.rg-real-title small {
    display: block;
    color: var(--blue);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .8px;
}

.rg-real-title b {
    color: #fff;
    font-size: 13px;
}

.rg-card-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.rg-card-row span {
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 216, 255, .26);
    border-radius: 9px;
    background: #06111f;
    color: #fff;
    font-weight: 900;
}

.rg-mobile-menu {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.rg-mobile-menu b {
    min-height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 216, 255, .2);
    border-radius: 9px;
    color: #8fb2d2;
    font-size: 7px;
}

.rg-mobile-menu b.active {
    background: linear-gradient(135deg, var(--amber), #ffdc78);
    color: #06111f;
    box-shadow: 0 0 18px rgba(255, 196, 68, .42);
}

.rg-mobile-menu b.plus {
    transform: translateY(-12px);
    min-height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--amber), #ffdc78);
    color: #06111f;
    font-size: 24px;
    box-shadow: 0 0 26px rgba(255, 196, 68, .46);
}

.rg-expanded-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    padding: 12px;
}

.rg-expanded-menu b {
    min-height: 31px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 216, 255, .26);
    border-radius: 9px;
    background: #06111f;
    color: #dcefff;
    font-size: 8px;
}

.rg-expanded-menu b.active {
    border-color: var(--amber);
    background: linear-gradient(135deg, var(--amber), #ffdc78);
    color: #06111f;
    box-shadow: 0 0 20px rgba(255, 196, 68, .42);
}

.rg-form-screen small,
.rg-qr-screen small,
.rg-wallet-screen small,
.rg-invest-screen small {
    display: block;
    color: var(--blue);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .8px;
    margin-bottom: 10px;
}

.rg-form-screen label {
    display: block;
    color: #91a9c2;
    font-size: 7px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 5px 0 4px;
}

.rg-input,
.rg-network,
.rg-address,
.rg-package {
    border: 1px solid rgba(0, 216, 255, .34);
    border-radius: 9px;
    background: #020711;
    padding: 9px;
    color: #fff;
    font-weight: 900;
}

.rg-network {
    margin-top: 7px;
    color: var(--amber);
}

.rg-form-screen button,
.rg-invest-screen button {
    width: 100%;
    margin-top: 9px;
    border: 0;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--amber), #ffdc78);
    color: #06111f;
    padding: 8px;
    font-size: 8px;
    font-weight: 900;
}

.rg-qr {
    width: 74px;
    height: 74px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin: 0 auto 9px;
    padding: 8px;
    border-radius: 10px;
    background: #eef7ff;
    box-shadow: 0 0 22px rgba(0, 216, 255, .46);
}

.rg-qr i {
    background: #06111f;
    border-radius: 2px;
}

.rg-address {
    font-size: 9px;
    text-align: center;
    color: #c9d8e9;
}

.rg-check {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: 13px auto 8px;
    border-radius: 999px;
    background: var(--green);
    color: #06111f;
    font-size: 36px;
    font-weight: 900;
    box-shadow: 0 0 26px rgba(38, 245, 167, .56);
}

.rg-status-screen h5,
.rg-wallet-screen h5 {
    margin: 0;
    color: var(--green);
    text-align: center;
    font-size: 15px;
}

.rg-status-screen p,
.rg-wallet-screen p {
    margin: 4px 0 0;
    color: #c5d5e7;
    text-align: center;
    font-size: 9px;
}

.rg-status-line,
.rg-wallet-meter {
    height: 7px;
    margin-top: 10px;
    border-radius: 999px;
    background: #020711;
    overflow: hidden;
}

.rg-status-line:before,
.rg-wallet-meter i {
    content: "";
    display: block;
    width: 88%;
    height: 100%;
    background: linear-gradient(90deg, var(--blue), var(--green), var(--amber));
}

.rg-wallet-screen h5 {
    color: var(--amber);
    font-size: 30px;
}

.rg-package {
    font-size: 13px;
}

.rg-package em {
    display: block;
    color: var(--amber);
    font-style: normal;
    font-size: 10px;
    margin-top: 3px;
}

.rg-cycle {
    margin-top: 8px;
    color: var(--green);
    text-align: center;
    font-size: 9px;
    font-weight: 900;
}

.rg-side-hint {
    position: absolute;
    right: 24px;
    top: 84px;
    z-index: 3;
    border: 1px solid rgba(255, 196, 68, .72);
    border-radius: 999px;
    background: rgba(2, 7, 17, .82);
    color: var(--amber);
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(255, 196, 68, .22);
}

.rg-side-hint.success {
    border-color: rgba(38, 245, 167, .75);
    color: var(--green);
}

.rg-top-recharge {
    position: absolute;
    right: 22px;
    top: 16px;
    z-index: 3;
    color: #ff4fc3;
    font: 900 15px/1.05 'Space Grotesk', sans-serif;
    text-align: center;
    text-shadow: 0 0 14px rgba(255, 79, 195, .55);
    transform: rotate(-2deg);
}

.rg-top-recharge b {
    color: #fff;
    font-size: 10px;
}

.recharge-scene-menu .recharge-focus-ring {
    left: 41%;
    top: 76%;
    width: 72px;
    height: 54px;
}

.recharge-scene-menu .recharge-pointer {
    left: 50%;
    top: 84%;
}

.recharge-scene-amount .recharge-focus-ring {
    left: 6%;
    top: 39%;
    width: 192px;
    height: 40px;
}

.recharge-scene-amount .recharge-pointer {
    left: 15%;
    top: 45%;
}

.recharge-scene-qr .recharge-focus-ring {
    left: 4%;
    top: 51%;
    width: 92%;
    height: 42px;
}

.recharge-scene-qr .recharge-pointer {
    left: 76%;
    top: 59%;
}

.recharge-scene-status .recharge-focus-ring {
    left: 8%;
    top: 33%;
    width: 84%;
    height: 74px;
    border-color: rgba(255, 196, 68, .96);
}

.recharge-scene-status .recharge-pointer {
    left: 68%;
    top: 48%;
}

.recharge-scene-wallet .recharge-focus-ring {
    left: 7%;
    top: 22%;
    width: 86%;
    height: 82px;
    border-color: rgba(38, 245, 167, .96);
}

.recharge-scene-wallet .recharge-pointer {
    left: 74%;
    top: 35%;
}

.recharge-scene-invest .recharge-focus-ring {
    left: 6%;
    top: 63%;
    width: 88%;
    height: 46px;
}

.recharge-scene-invest .recharge-pointer {
    left: 76%;
    top: 71%;
}

.recharge-guide-widget.complete .recharge-guide-progress i {
    animation: rechargeCompleteFlash 1s ease-in-out 2;
}

.recharge-guide-progress {
    height: 6px;
    margin-top: 10px;
    border: 1px solid rgba(35, 89, 134, .9);
    border-radius: 999px;
    background: #020711;
    overflow: hidden;
}

.recharge-guide-progress i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--blue), var(--green), var(--amber));
    transition: width .25s ease;
}

.recharge-guide-copy {
    padding: 0 15px 14px;
}

.recharge-guide-copy small {
    display: block;
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.recharge-guide-copy h4 {
    margin: 5px 0 7px;
    font-size: 18px;
    color: #fff;
}

.recharge-guide-copy p {
    margin: 0;
    color: #c5d5e7;
    line-height: 1.55;
    font-size: 13px;
}

.recharge-guide-controls {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 8px;
    padding: 0 15px 13px;
}

.recharge-guide-controls button {
    min-height: 42px;
    border: 1px solid rgba(0, 216, 255, .34);
    border-radius: 10px;
    background: rgba(0, 216, 255, .07);
    color: #dff9ff;
    font-size: 11px;
    font-weight: 900;
}

.recharge-guide-controls button:nth-child(2) {
    border-color: var(--amber);
    background: linear-gradient(135deg, var(--amber), #ffdc78);
    color: #06111f;
}

.recharge-guide-note {
    padding: 0 15px 15px;
    color: #8fa4bb;
    font-size: 10px;
}

@keyframes rechargeGuideGlow {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 22px 70px rgba(0, 0, 0, .42), 0 0 20px rgba(255, 196, 68, .13);
    }

    50% {
        transform: translateY(-4px);
        box-shadow: 0 26px 78px rgba(0, 0, 0, .5), 0 0 32px rgba(0, 216, 255, .22);
    }
}

@keyframes rechargeKenBurns {
    0% {
        transform: scale(1.08) translateX(0);
    }

    50% {
        transform: scale(1.15) translateX(-2%);
    }

    100% {
        transform: scale(1.11) translateX(1%);
    }
}

@keyframes rechargeShotMove {
    0% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1.035);
    }
}

@keyframes rechargeFocusPulse {
    0%,
    100% {
        transform: scale(.98);
        opacity: .76;
    }

    50% {
        transform: scale(1.03);
        opacity: 1;
    }
}

@keyframes rechargeTap {
    0%,
    100% {
        transform: scale(1);
        opacity: .9;
    }

    48% {
        transform: scale(.72);
        opacity: 1;
    }
}

@keyframes rechargeCompleteFlash {
    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.65);
    }
}

@keyframes rechargeBars {
    0%,
    100% {
        transform: scaleY(.75);
        opacity: .72;
    }

    50% {
        transform: scaleY(1.08);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .recharge-guide-widget {
        top: auto;
        right: 14px;
        bottom: 182px;
    }

    .recharge-guide-tab {
        width: 164px;
        min-height: 58px;
        border-radius: 12px;
    }

    .recharge-guide-tab b {
        font-size: 14px;
    }

    .recharge-guide-panel {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 10px;
        bottom: 96px;
        width: auto;
        max-height: calc(100dvh - 116px);
        overflow-y: auto;
    }
}

@media (max-width: 520px) {
    .recharge-guide-widget {
        right: 12px;
        bottom: 174px;
    }

    .recharge-guide-tab {
        width: 150px;
        min-height: 54px;
        padding: 10px 12px;
    }

    .recharge-guide-panel {
        left: 8px;
        right: 8px;
        top: 6px;
        bottom: 98px;
        width: auto;
        max-height: calc(100dvh - 104px);
        border-radius: 14px;
    }

    .recharge-guide-language {
        grid-template-columns: 1fr 62px 62px;
    }

    .recharge-guide-visual,
    .recharge-guide-visual svg,
    .recharge-real-scene {
        min-height: 300px;
        height: 300px;
    }

    .recharge-caption {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 9px;
    }

    .recharge-caption b {
        font-size: 12px;
    }

    .recharge-caption span {
        font-size: 8px;
    }

    .rg-phone {
        width: 154px;
        height: 154px;
        top: 15px;
    }

    .rg-side-hint {
        right: 12px;
        top: 72px;
        font-size: 8px;
        padding: 7px 9px;
    }

    .rg-trading-bars {
        right: 11px;
        bottom: 63px;
        gap: 5px;
    }

    .rg-trading-bars i {
        width: 10px;
    }

    .recharge-step-badge {
        width: 40px;
        height: 40px;
        font-size: 20px;
        left: 12px;
        top: 12px;
    }
}
/* The legacy AI guide was removed from the product navigation and is no longer rendered visually. */
.wealthx-ai-widget { display: none !important; }
