.crypto-content {
    background:
        radial-gradient(circle at 18% 10%, rgba(142, 67, 255, .18), transparent 32rem),
        radial-gradient(circle at 82% 14%, rgba(36, 242, 154, .14), transparent 28rem);
    min-width: 0;
    font-size: .94rem;
    line-height: 1.42;
}

.crypto-content :where(p, li, td, th, label, input, select, textarea, button, .btn, small) {
    letter-spacing: 0;
}

.crypto-content :where(h1, h2, h3, h4, h5, h6) {
    font-weight: 850;
    letter-spacing: 0;
}

.crypto-content .panel h4,
.crypto-content .glass-panel h4,
.crypto-content .crypto-chart h4 {
    font-size: 1.08rem;
}

.layout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.layout > .content {
    width: calc(100% - 260px);
    min-width: 0;
    max-width: calc(100% - 260px);
    overflow-x: hidden;
}

.dashboard-page > *,
.live-radio-page > * {
    min-width: 0;
    max-width: 100%;
}

.dashboard-page {
    position: relative;
    isolation: isolate;
}

.dashboard-page::before,
.dashboard-page::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -1;
    border-radius: 999px;
    filter: blur(12px);
    opacity: .72;
}

.dashboard-page::before {
    width: 34rem;
    height: 34rem;
    right: 2vw;
    top: 2rem;
    background: radial-gradient(circle, rgba(36,242,154,.16), transparent 68%);
    animation: dashboardFloat 13s ease-in-out infinite;
}

.dashboard-page::after {
    width: 28rem;
    height: 28rem;
    left: 18rem;
    bottom: -8rem;
    background: radial-gradient(circle, rgba(255,84,120,.14), transparent 66%);
    animation: dashboardFloat 16s ease-in-out infinite reverse;
}

.glass-panel,
.dash-card,
.crypto-chart {
    background: rgba(15, 30, 36, .68);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 60px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
}

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

.topbar h1 {
    overflow-wrap: anywhere;
}

.profile-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
}

.profile-avatar {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #06100f;
    font-weight: 900;
    background: linear-gradient(135deg, var(--green), #a96dff, var(--gold));
}

.activity-popup-grid {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: min(360px, 100%);
    margin: -8px 0 16px auto;
}

.dashboard-app-hero {
    position: relative;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .72fr);
    gap: 24px;
    align-items: stretch;
    margin-bottom: 18px;
    padding: clamp(22px, 4vw, 38px);
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 10%, rgba(36,242,154,.26), transparent 22rem),
        radial-gradient(circle at 82% 18%, rgba(255,86,122,.22), transparent 20rem),
        linear-gradient(135deg, rgba(11, 28, 38, .96), rgba(13, 16, 34, .96) 48%, rgba(5, 22, 18, .98));
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 28px 90px rgba(0,0,0,.36);
}

.dashboard-app-hero::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), transparent 34%),
        radial-gradient(circle at 24% 0, rgba(255,255,255,.18), transparent 16rem);
    opacity: .72;
}

.dashboard-app-hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -34% 18%;
    height: 55%;
    background: linear-gradient(90deg, transparent, rgba(36,242,154,.18), rgba(244,200,91,.16), transparent);
    transform: rotate(-6deg);
    animation: balanceSweep 7s linear infinite;
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    opacity: .78;
}

.hero-glow-one {
    width: 180px;
    height: 180px;
    right: 33%;
    top: 18px;
    background: radial-gradient(circle, rgba(40,183,255,.32), transparent 70%);
    animation: dashboardFloat 8s ease-in-out infinite;
}

.hero-glow-two {
    width: 230px;
    height: 230px;
    right: -60px;
    bottom: -70px;
    background: radial-gradient(circle, rgba(244,200,91,.24), transparent 70%);
    animation: dashboardFloat 11s ease-in-out infinite reverse;
}

.dashboard-hero-copy,
.dashboard-wallet-pod {
    position: relative;
    z-index: 1;
}

.dashboard-user-chip {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    margin-bottom: 22px;
}

.dashboard-user-chip::after {
    content: "Live";
    margin-left: 4px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), var(--gold));
    font-size: 10px;
    font-weight: 950;
}

.dashboard-user-chip span {
    display: block;
    color: #9fb8b2;
    font-size: 11px;
    font-weight: 850;
}

.dashboard-user-chip strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.dashboard-hero-copy h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: 0;
}

.dashboard-hero-copy p {
    max-width: 660px;
    margin: 18px 0 0;
    color: #c2d7d2;
    font-size: clamp(14px, 1.8vw, 16px);
}

.dashboard-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.dashboard-hero-actions a {
    position: relative;
    overflow: hidden;
    padding: 13px 16px;
    border-radius: 8px;
    text-decoration: none;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), #28b7ff);
    font-weight: 950;
    box-shadow: 0 14px 36px rgba(36,242,154,.18);
}

.dashboard-hero-actions a:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
}

.dashboard-hero-actions a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
    transform: translateX(-120%);
    animation: actionShine 3.8s ease-in-out infinite;
}

.dashboard-hero-actions a:nth-child(2) {
    background: linear-gradient(135deg, var(--gold), #ff7d45);
}

.dashboard-hero-actions a:nth-child(3) {
    color: #fff;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.14);
}

.dashboard-wallet-pod {
    align-self: center;
    min-height: 270px;
    display: grid;
    place-items: center;
}

.wallet-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.13);
    animation: aiSpin 15s linear infinite;
}

.orbit-one {
    width: 260px;
    height: 260px;
    border-color: rgba(36,242,154,.32) rgba(40,183,255,.18) rgba(244,200,91,.28) rgba(255,255,255,.08);
}

.orbit-two {
    width: 210px;
    height: 210px;
    border-color: rgba(255,82,108,.28) rgba(255,255,255,.1) rgba(36,242,154,.22) rgba(244,200,91,.18);
    animation-duration: 11s;
    animation-direction: reverse;
}

.wallet-pod-card {
    position: relative;
    width: min(320px, 100%);
    min-height: 190px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 28px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(36,242,154,.94), rgba(40,183,255,.88) 46%, rgba(244,200,91,.86)),
        #24f29a;
    color: #06100f;
    box-shadow: 0 24px 70px rgba(36,242,154,.26);
    transform: rotate(-3deg);
    animation: walletCardFloat 5.5s ease-in-out infinite;
}

.wallet-pod-card small,
.wallet-pod-card span {
    font-weight: 900;
    opacity: .78;
}

.wallet-pod-card strong {
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 950;
    overflow-wrap: anywhere;
}

.wallet-mini-row {
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: min(340px, 92%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    transform: translateX(-50%);
}

.wallet-mini-row div {
    padding: 14px;
    border-radius: 12px;
    background: rgba(4, 12, 16, .78);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(16px);
}

.wallet-mini-row small {
    display: block;
    color: #9fb8b2;
    font-weight: 850;
}

.wallet-mini-row strong {
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.hey-lido-panel {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    margin: -4px 0 14px;
    padding: 13px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(36,242,154,.22);
    background:
        radial-gradient(circle at 12% 18%, rgba(36,242,154,.2), transparent 14rem),
        radial-gradient(circle at 90% 12%, rgba(169,109,255,.16), transparent 14rem),
        linear-gradient(135deg, rgba(6, 18, 22, .94), rgba(16, 14, 32, .94));
    box-shadow: 0 16px 48px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
}

.hey-lido-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(36,242,154,.12), transparent);
    transform: translateX(-80%);
    animation: actionShine 4.8s ease-in-out infinite;
}

.hey-lido-panel > * {
    position: relative;
    z-index: 1;
}

.hey-lido-orb {
    position: relative;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #06100f;
    background: radial-gradient(circle at 35% 30%, #fff, #24f29a 24%, #28b7ff 58%, #a96dff);
    box-shadow: 0 0 0 7px rgba(36,242,154,.08), 0 0 28px rgba(36,242,154,.25);
}

.hey-lido-orb i {
    font-size: 25px;
}

.hey-lido-orb span {
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,.35);
    animation: aiSpin 8s linear infinite;
}

.hey-lido-copy span,
.hey-lido-copy strong,
.hey-lido-copy small {
    display: block;
}

.hey-lido-copy span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.hey-lido-copy strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.15;
}

.hey-lido-copy small {
    margin-top: 3px;
    color: #9fb8b2;
    font-size: 12px;
}

.hey-lido-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 118px;
    justify-content: space-between;
    border: 0;
    border-radius: 999px;
    padding: 8px 10px 8px 13px;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), #28b7ff);
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 30px rgba(36,242,154,.18);
}

.hey-lido-toggle span {
    order: 2;
    width: 42px;
    height: 24px;
    border-radius: 999px;
    background: rgba(4, 17, 14, .24);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
}

.hey-lido-toggle span::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 3px;
    border-radius: 50%;
    background: #fff;
    transition: transform .18s ease, background .18s ease;
    box-shadow: 0 5px 14px rgba(0,0,0,.25);
}

.hey-lido-panel.is-listening {
    border-color: rgba(36,242,154,.48);
    box-shadow: 0 0 26px rgba(36,242,154,.12), 0 16px 48px rgba(0,0,0,.24);
}

.hey-lido-panel.is-listening .hey-lido-orb {
    animation: aiListening .95s ease-in-out infinite;
}

.hey-lido-panel.is-listening .hey-lido-toggle span::after {
    transform: translateX(18px);
    background: var(--gold);
}

.hey-lido-panel.is-triggered {
    border-color: rgba(244,200,91,.75);
    animation: livePulse 1s ease-in-out infinite;
}

@keyframes dashboardFloat {
    50% { transform: translate3d(10px, -14px, 0) scale(1.03); }
}

@keyframes walletCardFloat {
    50% { transform: rotate(2deg) translateY(-10px); }
}

@keyframes walletCardFloatMobile {
    50% { transform: translateY(-8px); }
}

.activity-popup {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.035)),
        rgba(8, 18, 22, .92);
    box-shadow: 0 16px 38px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.activity-popup[hidden] { display: none; }

.activity-popup::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    height: auto;
    background: var(--activity-color, var(--green));
}

.activity-popup.is-popping {
    animation: activityPopup .55s ease both;
}

.activity-registration { --activity-color: #28b7ff; }
.activity-withdrawal { --activity-color: #ff6b6b; }
.activity-investment { --activity-color: #24f29a; }

.activity-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #06100f;
    background: radial-gradient(circle at 30% 25%, #fff, var(--activity-color) 36%, var(--activity-color));
    font-size: 18px;
    font-weight: 950;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--activity-color) 35%, transparent);
}

.activity-icon i {
    line-height: 1;
}

.activity-copy,
.activity-heading {
    min-width: 0;
}

.activity-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.activity-heading strong,
.activity-name,
.activity-copy small {
    overflow-wrap: anywhere;
}

.activity-heading strong { font-size: 12px; }
.activity-name { margin-top: 2px; color: #fff; font-weight: 900; font-size: 14px; }
.activity-copy small { display: block; color: var(--muted); margin-top: 2px; }

.activity-label {
    flex: 0 0 auto;
    padding: 3px 6px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
}

.activity-label.real { color: #06100f; background: var(--green); }
.activity-label.demo { color: #1d1600; background: var(--gold); }

@keyframes activityPopup {
    from { opacity: 0; transform: translateY(-10px) translateX(12px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes actionShine {
    0%, 55% { transform: translateX(-120%); }
    78%, 100% { transform: translateX(120%); }
}

.dash-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.dash-card {
    position: relative;
    padding: 18px;
    border-radius: 12px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
        rgba(15, 30, 36, .72);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 48px rgba(0,0,0,.24);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
    animation: cardRise .45s ease both;
}

.dash-card::before {
    content: "";
    position: absolute;
    inset: -45% -30% auto auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--card-glow, rgba(36,242,154,.2));
    filter: blur(4px);
    opacity: .8;
}

.dash-card:nth-child(2n) { animation-delay: .04s; }
.dash-card:nth-child(3n) { animation-delay: .08s; }
.dash-card:nth-child(4n) { animation-delay: .12s; }

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

.dash-card:hover {
    transform: translateY(-5px) scale(1.01);
    border-color: rgba(36,242,154,.45);
    box-shadow: 0 24px 60px rgba(0,0,0,.3), 0 0 24px rgba(36,242,154,.08);
}

.dash-card .icon {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    font-size: 20px;
    font-weight: 950;
    margin-bottom: 9px;
    color: #06100f;
    background: var(--card-accent, linear-gradient(135deg, var(--green), #28b7ff));
    box-shadow: 0 12px 26px rgba(0,0,0,.22);
}

.dash-card .icon i {
    line-height: 1;
}

.dash-card span {
    position: relative;
    z-index: 1;
    color: var(--muted);
    display: block;
    font-size: .84rem;
    font-weight: 780;
}

.dash-card strong {
    position: relative;
    z-index: 1;
    font-size: 24px;
    display: block;
    margin-top: 6px;
    overflow-wrap: anywhere;
    line-height: 1.08;
}

.dash-card small,
.dash-card a {
    position: relative;
    z-index: 1;
}

.kyc-card { --card-glow: rgba(36,242,154,.18); --card-accent: linear-gradient(135deg,#24f29a,#b8ff66); }
.card-status-card { --card-glow: rgba(40,183,255,.2); --card-accent: linear-gradient(135deg,#28b7ff,#8d6dff); }
.main-balance-card { --card-glow: rgba(244,200,91,.22); }
.otp-card { --card-glow: rgba(169,109,255,.22); --card-accent: linear-gradient(135deg,#a96dff,#28b7ff); }
.topup-card { --card-glow: rgba(36,242,154,.2); --card-accent: linear-gradient(135deg,#24f29a,#28b7ff); }
.withdrawal-card { --card-glow: rgba(255,82,108,.22); --card-accent: linear-gradient(135deg,#ff526c,#ffb545); }
.income-card { --card-glow: rgba(244,200,91,.2); --card-accent: linear-gradient(135deg,#f4c85b,#24f29a); }
.team-today-card { --card-glow: rgba(40,183,255,.2); --card-accent: linear-gradient(135deg,#28b7ff,#24f29a); }
.team-yesterday-card { --card-glow: rgba(255,126,69,.2); --card-accent: linear-gradient(135deg,#ff7d45,#f4c85b); }
.team-total-card { --card-glow: rgba(36,242,154,.2); }
.team-members-card { --card-glow: rgba(169,109,255,.2); --card-accent: linear-gradient(135deg,#a96dff,#f4c85b); }

.kyc-reminder-toast {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 10060;
    width: min(440px, calc(100vw - 28px));
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(36,242,154,.45);
    border-radius: 8px;
    padding: 14px;
    background:
        radial-gradient(circle at 15% 20%, rgba(36,242,154,.28), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(40,183,255,.22), transparent 38%),
        linear-gradient(135deg, rgba(7,24,27,.96), rgba(18,18,48,.96));
    color: #effffb;
    box-shadow: 0 22px 65px rgba(0,0,0,.5), 0 0 32px rgba(36,242,154,.2);
    cursor: pointer;
    text-align: left;
    transform: translateY(-18px) scale(.96);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease, border-color .24s ease;
    overflow: hidden;
}

.kyc-reminder-toast::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.16), transparent);
    transform: translateX(-120%);
}

.kyc-reminder-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    animation: kycReminderPulse 1.8s ease-in-out infinite;
}

.kyc-reminder-toast.is-visible::before {
    animation: kycReminderSweep 2.8s ease-in-out infinite;
}

.kyc-reminder-orb {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #24f29a, #28b7ff);
    color: #041411;
    font-size: 25px;
    box-shadow: 0 0 28px rgba(36,242,154,.35);
}

.kyc-reminder-copy,
.kyc-reminder-action {
    position: relative;
    z-index: 1;
}

.kyc-reminder-copy strong {
    display: block;
    font-size: 17px;
    line-height: 1.1;
}

.kyc-reminder-copy small {
    display: block;
    margin-top: 5px;
    color: rgba(233,255,249,.72);
    line-height: 1.35;
}

.kyc-reminder-action {
    border-radius: 8px;
    padding: 9px 12px;
    background: linear-gradient(135deg, #f4c85b, #24f29a);
    color: #06120e;
    font-weight: 950;
    white-space: nowrap;
    box-shadow: 0 10px 26px rgba(244,200,91,.2);
}

@keyframes kycReminderPulse {
    0%, 100% { border-color: rgba(36,242,154,.4); box-shadow: 0 22px 65px rgba(0,0,0,.5), 0 0 26px rgba(36,242,154,.2); }
    50% { border-color: rgba(244,200,91,.75); box-shadow: 0 22px 70px rgba(0,0,0,.55), 0 0 38px rgba(244,200,91,.28); }
}

@keyframes kycReminderSweep {
    0% { transform: translateX(-120%); }
    55%, 100% { transform: translateX(120%); }
}

@media (max-width: 640px) {
    .kyc-reminder-toast {
        top: auto;
        right: 12px;
        bottom: 98px;
        width: calc(100vw - 24px);
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 12px;
    }

    .kyc-reminder-orb {
        width: 44px;
        height: 44px;
        border-radius: 15px;
        font-size: 21px;
    }

    .kyc-reminder-copy strong {
        font-size: 15px;
    }

    .kyc-reminder-copy small {
        font-size: 12px;
    }

    .kyc-reminder-action {
        grid-column: 1 / -1;
        text-align: center;
        padding: 8px 10px;
    }
}

.main-balance-card,
.team-total-card,
.roi-only-card {
    border-color: rgba(36,242,154,.24);
}

.balance-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(36,242,154,.22), rgba(142,67,255,.22), rgba(40,183,255,.18));
}

.balance-card::after {
    content: "";
    position: absolute;
    inset: -60%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
    animation: balanceSweep 4s infinite;
}

.roi-only-card strong {
    color: var(--green);
    font-variant-numeric: tabular-nums;
}

.referral-card strong {
    overflow-wrap: anywhere;
}

.copy-referral-status {
    display: block;
    min-height: 18px;
}

.referral-hero {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(260px, 360px);
    gap: 14px;
    align-items: center;
    overflow: hidden;
    padding: 16px;
    background:
        linear-gradient(135deg, rgba(36,242,154,.16), rgba(169,109,255,.14), rgba(244,200,91,.1)),
        rgba(15, 30, 36, .78);
}

.referral-hero h3 {
    font-size: clamp(18px, 2.5vw, 25px);
    font-weight: 950;
    margin: 0;
}

.referral-hero p.text-muted {
    font-size: 12px;
}

.referral-copy-box {
    padding: 13px;
    border-radius: 14px;
    background: rgba(5, 12, 15, .58);
    border: 1px solid rgba(255,255,255,.13);
}

.referral-copy-box span {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 820;
}

.referral-copy-box strong {
    display: block;
    margin: 5px 0 9px;
    font-size: clamp(20px, 3vw, 27px);
    color: var(--green);
    letter-spacing: .04em;
    overflow-wrap: anywhere;
}

.referral-link-line {
    margin: 6px 0 9px;
    padding: 8px 10px;
    border-radius: 9px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    color: #dffdf4;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.referral-copy-box .btn {
    padding: 7px 10px;
    font-size: 12px;
}

.reward-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 16px;
}

.pool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 16px;
}

.pool-card {
    padding: 22px;
    border-radius: 16px;
    background: rgba(15, 30, 36, .72);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.pool-card h3 {
    font-size: 28px;
    margin: 10px 0;
}

.pool-card > strong {
    display: block;
    color: var(--green);
    font-size: 32px;
    margin-bottom: 10px;
}

.pool-active {
    border-color: rgba(36,242,154,.72);
    box-shadow: 0 0 30px rgba(36,242,154,.22), 0 18px 50px rgba(0,0,0,.22);
}

.matrix-graph {
    display: grid;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.matrix-level-title {
    display: block;
    color: var(--gold);
    font-weight: 900;
    margin-bottom: 8px;
}

.matrix-node-row {
    display: flex;
    gap: 10px;
    min-width: max-content;
}

.matrix-node {
    width: 150px;
    min-height: 92px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 12px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.12);
}

.matrix-node.filled {
    background: rgba(36,242,154,.14);
    border-color: rgba(36,242,154,.55);
    box-shadow: 0 0 20px rgba(36,242,154,.18);
}

.matrix-node.empty {
    background: rgba(255,255,255,.05);
    color: #9aa9a6;
}

.matrix-node small {
    color: var(--muted);
}

.reward-card {
    position: relative;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(15, 30, 36, .72);
    box-shadow: 0 18px 50px rgba(0,0,0,.22);
    overflow: hidden;
}

.reward-card h3 {
    margin: 8px 0 10px;
    font-size: 24px;
}

.reward-icon {
    font-size: 42px;
    margin-bottom: 12px;
}

.reward-achieved {
    border-color: rgba(36,242,154,.72);
    box-shadow: 0 0 28px rgba(36,242,154,.24), 0 18px 50px rgba(0,0,0,.22);
    animation: rewardGlow 1.9s ease-in-out infinite alternate;
}

.reward-locked {
    filter: grayscale(.32);
}

.reward-next {
    border-color: rgba(244,200,91,.8);
}

.reward-requirements {
    display: grid;
    gap: 6px;
    color: #c7ddd8;
    font-size: 13px;
}

.reward-progress {
    height: 18px;
    margin-top: 14px;
    background: rgba(255,255,255,.1);
}

.reward-progress .progress-bar {
    background: linear-gradient(135deg, var(--green), var(--blue));
    color: #06100f;
    font-weight: 900;
}

.next-target {
    display: inline-block;
    margin-top: 12px;
    color: var(--gold);
}

@keyframes rewardGlow {
    from { box-shadow: 0 0 18px rgba(36,242,154,.2), 0 18px 50px rgba(0,0,0,.22); }
    to { box-shadow: 0 0 38px rgba(36,242,154,.48), 0 18px 50px rgba(0,0,0,.22); }
}

@keyframes balanceSweep {
    from { transform: translateX(-30%) rotate(20deg); }
    to { transform: translateX(45%) rotate(20deg); }
}

.dashboard-main {
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: start;
}

.defi-card-title {
    color: #061214;
    font-weight: 950;
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(8, minmax(120px, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.quick-actions a {
    position: relative;
    min-height: 112px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    text-align: center;
    padding: 14px 10px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 0, rgba(36,242,154,.15), transparent 58%),
        rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.12);
    color: var(--text);
    text-decoration: none;
    font-weight: 900;
    overflow: hidden;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.quick-actions a::after {
    content: "";
    position: absolute;
    inset: auto 12px 10px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--green), transparent);
    opacity: .55;
}

.quick-actions a span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), #28b7ff);
    font-size: 20px;
    font-weight: 950;
}

.quick-actions a strong,
.quick-actions a small {
    display: block;
}

.quick-actions a strong {
    font-size: .92rem;
}

.quick-actions a small {
    color: #9fb8b2;
    font-size: 11px;
}

.quick-actions a:hover {
    color: #06100f;
    transform: translateY(-5px);
    border-color: rgba(36,242,154,.42);
    background: linear-gradient(135deg, rgba(36,242,154,.9), rgba(244,200,91,.82));
}

.quick-actions a:hover small {
    color: rgba(6,16,15,.72);
}

.crypto-chart {
    padding: 18px;
    border-radius: 8px;
    height: 330px;
    min-height: 0;
    overflow: hidden;
}

.compact-chart {
    height: 300px;
}

.chart-box {
    position: relative;
    width: 100% !important;
    height: 240px !important;
    max-height: 240px;
    overflow: hidden;
}

.compact-chart .chart-box {
    height: 210px !important;
    max-height: 210px;
}

.crypto-chart canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}

.otp-code {
    font-size: 34px;
    font-weight: 950;
    letter-spacing: .18em;
    color: var(--green);
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(36,242,154,.1);
    border: 1px solid rgba(36,242,154,.32);
    text-align: center;
    margin: 12px 0;
}

.document-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 18px;
}

.document-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    padding: 26px;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(36,242,154,.14), rgba(40,183,255,.1)),
        rgba(15, 30, 36, .76);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.certificate-preview-card {
    background:
        linear-gradient(145deg, rgba(244,200,91,.16), rgba(169,109,255,.12)),
        rgba(15, 30, 36, .76);
}

.doc-kicker {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.document-card h3 {
    margin: 18px 0 10px;
    font-size: 32px;
}

.document-card p {
    color: #c7ddd8;
}

.sponsor-info-card {
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(36,242,154,.16), rgba(244,200,91,.12)),
        rgba(12, 28, 32, .86);
    border: 1px solid rgba(244,200,91,.24);
    box-shadow: 0 18px 60px rgba(0,0,0,.26);
}

.sponsor-info-card h3 {
    margin: 10px 0 6px;
    font-size: 26px;
}

.sponsor-info-card p {
    margin: 0;
    color: #d7ece7;
}

.lido-ai-page {
    overflow-x: hidden;
}

.lido-ai-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr);
    gap: 20px;
    align-items: stretch;
    perspective: 1200px;
}

.lido-ai-hero,
.lido-ai-console {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(145deg, rgba(16, 26, 36, .94), rgba(5, 12, 14, .95)),
        #07110f;
    box-shadow: 0 28px 90px rgba(0,0,0,.36);
    overflow: hidden;
}

.lido-ai-hero::before,
.lido-ai-console::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255,255,255,.14), transparent 28%),
        radial-gradient(circle at 16% 12%, rgba(36,242,154,.16), transparent 22rem),
        radial-gradient(circle at 88% 18%, rgba(169,109,255,.16), transparent 18rem);
    opacity: .82;
}

.lido-ai-hero {
    position: relative;
    min-height: 720px;
    padding: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background:
        radial-gradient(circle at 50% 33%, rgba(36,242,154,.28), transparent 15rem),
        radial-gradient(circle at 25% 15%, rgba(255,119,74,.22), transparent 12rem),
        radial-gradient(circle at 78% 62%, rgba(40,183,255,.18), transparent 16rem),
        linear-gradient(160deg, #10121b, #07110f 70%);
}

.lido-ai-hero > *,
.lido-ai-console > * {
    position: relative;
    z-index: 1;
}

.lido-ai-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.lido-ai-top > div span,
.lido-ai-top > div strong {
    display: block;
}

.lido-ai-top > div span {
    font-size: 24px;
}

.lido-ai-top > div strong {
    margin-top: 4px;
    color: #ecfff9;
}

.lido-ai-top i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 18px rgba(36,242,154,.75);
}

.ai-language-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 14px 0 4px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
}

.ai-language-panel label {
    margin: 0;
    color: #bceee1;
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.ai-language-panel select {
    width: auto;
    min-width: 138px;
    border: 0;
    border-radius: 999px;
    padding: 7px 10px;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), #28b7ff);
    font-size: 12px;
    font-weight: 950;
}

.ai-back,
.ai-headset {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: #fff;
    text-decoration: none;
    font-size: 34px;
    line-height: 1;
}

.ai-headset {
    font-size: 20px;
}

.ai-orb {
    position: relative;
    width: min(310px, 76vw);
    aspect-ratio: 1;
    margin: 56px auto 44px;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 30px 70px rgba(36,242,154,.24));
}

.ai-orb-core,
.ai-orb-ring,
.ai-signal {
    position: absolute;
    border-radius: 48% 52% 50% 50%;
}

.ai-orb-core {
    width: 42%;
    height: 42%;
    background:
        radial-gradient(circle at 35% 28%, #fff, #24f29a 20%, #2ab7ff 45%, #a96dff 63%, #ff6d42 82%);
    opacity: .92;
    animation: aiPulse 3s ease-in-out infinite, aiMorph 7s ease-in-out infinite;
    box-shadow:
        0 0 45px rgba(36,242,154,.45),
        0 0 95px rgba(40,183,255,.28),
        inset 0 0 32px rgba(255,255,255,.28);
}

.ai-orb-ring {
    width: 78%;
    height: 48%;
    border: 18px solid transparent;
    mix-blend-mode: screen;
    animation: aiSpin 8s linear infinite;
}

.ring-one {
    border-color: #24f29a #28b7ff #ff7d45 #a96dff;
}

.ring-two {
    width: 68%;
    height: 82%;
    border-color: #f4c85b #ff526c #24f29a #28b7ff;
    animation-duration: 10s;
    animation-direction: reverse;
}

.ring-three {
    width: 86%;
    height: 58%;
    border-width: 12px;
    border-color: rgba(255,255,255,.7) rgba(40,183,255,.75) rgba(36,242,154,.7) rgba(255,111,70,.75);
    animation-duration: 6.5s;
}

.ring-four {
    width: 96%;
    height: 96%;
    border-width: 2px;
    border-style: dashed;
    border-color: rgba(36,242,154,.34);
    animation-duration: 18s;
}

.ai-signal {
    width: 12px;
    height: 12px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(36,242,154,.9);
    animation: aiSignal 4.2s ease-in-out infinite;
}

.signal-one { left: 18%; top: 34%; }
.signal-two { right: 19%; top: 28%; animation-delay: .7s; background: #28b7ff; }
.signal-three { right: 31%; bottom: 16%; animation-delay: 1.4s; background: #f4c85b; }

@keyframes aiSpin {
    to { transform: rotate(360deg); }
}

@keyframes aiPulse {
    50% { transform: scale(1.1); filter: brightness(1.25); }
}

@keyframes aiMorph {
    0%, 100% { border-radius: 48% 52% 50% 50%; transform: rotate(0deg); }
    33% { border-radius: 62% 38% 46% 54%; }
    66% { border-radius: 42% 58% 62% 38%; transform: rotate(10deg); }
}

@keyframes aiSignal {
    0%, 100% { opacity: .4; transform: scale(.82); }
    50% { opacity: 1; transform: scale(1.35); }
}

.lido-ai-shell.ai-listening .ai-orb {
    filter: drop-shadow(0 35px 95px rgba(36,242,154,.45));
}

.lido-ai-shell.ai-listening .ai-orb-ring,
.lido-ai-shell.ai-speaking .ai-orb-ring {
    animation-duration: 3.4s;
}

.lido-ai-shell.ai-speaking .ai-orb-core {
    animation-duration: 1.3s, 4s;
}

.lido-ai-hero h1 {
    margin: 0 auto 16px;
    max-width: 580px;
    font-size: clamp(36px, 6vw, 66px);
    line-height: 1.03;
    font-weight: 950;
}

.lido-ai-hero p {
    max-width: 620px;
    margin: 0 auto;
    color: #aebfbd;
    font-size: 17px;
}

.ai-language-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin: 18px auto 0;
    max-width: 620px;
}

.ai-language-chips span {
    padding: 7px 10px;
    border-radius: 999px;
    color: #dffdf6;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    font-size: 11px;
    font-weight: 850;
}

.ai-status-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 34px;
}

.ai-status-strip span {
    padding: 13px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,.07);
    color: #8fa7a2;
    font-size: 12px;
    font-weight: 800;
}

.ai-status-strip strong {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 15px;
}

.lido-ai-console {
    padding: 22px;
    display: flex;
    flex-direction: column;
    min-height: 720px;
}

.ai-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.ai-tabs button,
.ai-send,
.ai-suggest-btn {
    border: 0;
    border-radius: 8px;
    padding: 12px 15px;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), #28b7ff);
    font-weight: 950;
    white-space: nowrap;
}

.ai-tabs button {
    color: #cbd8d5;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.08);
}

.ai-tabs button:hover {
    color: #06100f;
    background: linear-gradient(135deg, var(--green), var(--gold));
}

.ai-chat-window {
    flex: 1;
    min-height: 330px;
    max-height: 430px;
    overflow: auto;
    padding: 18px 0;
}

.ai-chat-window::-webkit-scrollbar {
    width: 8px;
}

.ai-chat-window::-webkit-scrollbar-thumb {
    background: rgba(36,242,154,.38);
    border-radius: 999px;
}

.ai-message {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 14px;
    animation: activityPopup .35s ease both;
}

.ai-message.user {
    direction: rtl;
}

.ai-message.user > * {
    direction: ltr;
}

.ai-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #06100f;
    background: linear-gradient(135deg, var(--green), var(--gold));
    font-size: 12px;
    font-weight: 950;
}

.ai-message > div:last-child {
    padding: 14px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
        rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

.ai-message.user > div:last-child {
    background: linear-gradient(135deg, rgba(36,242,154,.18), rgba(40,183,255,.1));
}

.ai-message strong {
    display: block;
    margin-bottom: 5px;
    color: var(--green);
}

.ai-message p {
    margin: 0;
    color: #e4f6f2;
    line-height: 1.55;
}

.ai-input-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 10px;
}

.ai-input-row input,
.guided-grid input,
.guided-grid select {
    width: 100%;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
    color: #fff;
    padding: 14px 15px;
}

.ai-input-row input:focus,
.guided-grid input:focus,
.guided-grid select:focus {
    outline: 0;
    border-color: rgba(36,242,154,.8);
    box-shadow: 0 0 0 3px rgba(36,242,154,.12);
}

.ai-mic {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #24f29a, #a96dff);
    display: grid;
    place-items: center;
}

.ai-mic span {
    width: 16px;
    height: 24px;
    border-radius: 12px;
    border: 3px solid #06100f;
    position: relative;
}

.ai-mic span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 10px;
    border: 3px solid #06100f;
    border-top: 0;
    transform: translateX(-50%);
    border-radius: 0 0 12px 12px;
}

.ai-mic.is-listening {
    animation: aiListening .9s ease-in-out infinite;
}

@keyframes aiListening {
    50% { box-shadow: 0 0 0 12px rgba(36,242,154,.18); transform: scale(1.04); }
}

.ai-guided-panel {
    margin-top: 16px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(36,242,154,.22);
    background: linear-gradient(135deg, rgba(36,242,154,.1), rgba(169,109,255,.1));
}

.guided-head span {
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 950;
    font-size: 12px;
}

.guided-head strong {
    display: block;
    color: #fff;
    font-size: 22px;
    margin: 2px 0 14px;
}

.guided-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.guided-grid label {
    color: #bdd5cf;
    font-weight: 800;
    font-size: 13px;
}

.guided-grid input,
.guided-grid select {
    margin-top: 7px;
}

.ai-suggest-btn {
    width: 100%;
    margin-top: 14px;
}

.ai-disclaimer {
    margin: 14px 0 0;
    color: #8fa7a2;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1120px) {
    .lido-ai-shell {
        grid-template-columns: 1fr;
    }
    .lido-ai-hero,
    .lido-ai-console {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .lido-ai-hero,
    .lido-ai-console {
        padding: 16px;
    }
    .ai-language-panel {
        align-items: stretch;
        flex-direction: column;
        border-radius: 14px;
    }
    .ai-language-panel select {
        width: 100%;
    }
    .ai-orb {
        width: min(250px, 78vw);
        margin: 32px auto 28px;
    }
    .ai-language-chips {
        gap: 6px;
    }
    .ai-language-chips span {
        padding: 6px 8px;
        font-size: 10px;
    }
    .ai-status-strip,
    .guided-grid {
        grid-template-columns: 1fr;
    }
    .ai-input-row {
        grid-template-columns: 48px minmax(0, 1fr);
    }
    .ai-send {
        grid-column: 1 / -1;
    }
    .lido-ai-top > div span {
        font-size: 20px;
    }
}

.doc-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .dashboard-app-hero {
        grid-template-columns: 1fr;
    }

    .dashboard-wallet-pod {
        min-height: 310px;
    }

    .dash-grid,
    .quick-actions {
        grid-template-columns: repeat(2, 1fr);
    }
    .dashboard-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        background:
            radial-gradient(circle at 10% 0, rgba(36, 242, 154, .18), transparent 19rem),
            linear-gradient(160deg, #06100f, #0c1424);
    }

    .layout {
        padding-bottom: 74px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .sidebar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 20;
        width: 100%;
        height: 72px;
        padding: 8px 10px;
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        border-top: 1px solid rgba(255,255,255,.12);
        border-right: 0;
        background: rgba(5, 13, 16, .96);
        backdrop-filter: blur(18px);
        scrollbar-width: none;
    }

    .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar .brand {
        display: none;
    }

    .sidebar a {
        min-width: 86px;
        min-height: 54px;
        display: grid;
        place-items: center;
        margin: 0;
        padding: 8px 10px;
        border-radius: 14px;
        font-size: 12px;
        line-height: 1.15;
        text-align: center;
        background: rgba(255,255,255,.05);
        border: 1px solid rgba(255,255,255,.08);
    }

    .content,
    .layout > .content {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        flex: none;
        padding: 16px 12px 24px;
        overflow-x: hidden;
    }

    .topbar {
        position: sticky;
        top: 0;
        z-index: 10;
        padding: 12px;
        margin: -16px -12px 16px;
        background: rgba(6, 16, 18, .88);
        border-bottom: 1px solid rgba(255,255,255,.08);
        backdrop-filter: blur(16px);
    }

    .topbar h1 {
        font-size: 26px;
        margin: 0;
    }

    .topbar .eyebrow {
        font-size: 11px;
        margin-bottom: 4px !important;
    }

    .profile-pill {
        width: 100%;
        border-radius: 14px;
        padding: 8px 10px;
    }

    .profile-avatar {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .dash-grid {
        gap: 10px;
        margin-bottom: 12px;
    }

    .activity-popup-grid {
        width: 100%;
        gap: 8px;
        margin-bottom: 12px;
    }

    .activity-popup {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 9px 11px;
        border-radius: 16px;
    }

    .activity-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .activity-heading strong {
        font-size: 11px;
    }

    .activity-name {
        font-size: 13px;
    }

    .dashboard-app-hero {
        min-height: 0;
        padding: 18px;
        border-radius: 18px;
        background:
            radial-gradient(circle at 12% 8%, rgba(36,242,154,.34), transparent 13rem),
            radial-gradient(circle at 94% 18%, rgba(169,109,255,.34), transparent 12rem),
            radial-gradient(circle at 72% 90%, rgba(244,200,91,.18), transparent 12rem),
            linear-gradient(145deg, rgba(9, 24, 34, .98), rgba(28, 19, 42, .97) 54%, rgba(6, 34, 24, .98));
    }

    .dashboard-hero-copy h1 {
        font-size: clamp(29px, 8.2vw, 42px);
        line-height: 1.04;
    }

    .dashboard-hero-copy p {
        margin-top: 14px;
        font-size: 13px;
    }

    .dashboard-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 20px;
    }

    .dashboard-hero-actions a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 13px;
        border-radius: 11px;
        font-size: 13px;
    }

    .dashboard-hero-actions a::before {
        display: grid;
        place-items: center;
        width: 26px;
        height: 26px;
        margin-right: 9px;
        border-radius: 9px;
        background: rgba(6,16,15,.13);
        color: inherit;
        font-weight: 950;
    }

    .dashboard-hero-actions a:nth-child(1)::before { content: "AI"; }
    .dashboard-hero-actions a:nth-child(2)::before { content: "+"; }
    .dashboard-hero-actions a:nth-child(3)::before { content: "BP"; }

    .dashboard-hero-actions a::after {
        height: 100%;
    }

    .dashboard-wallet-pod {
        min-height: 300px;
    }

    .hey-lido-panel {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px;
        padding: 11px;
        border-radius: 16px;
    }

    .hey-lido-orb {
        width: 46px;
        height: 46px;
    }

    .hey-lido-orb i {
        font-size: 21px;
    }

    .hey-lido-toggle {
        grid-column: 1 / -1;
        width: 100%;
    }

    .wallet-pod-card {
        transform: none;
        animation: walletCardFloatMobile 5.5s ease-in-out infinite;
    }

    .wallet-mini-row {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: -8px;
        transform: none;
    }

    .dash-card {
        min-height: 108px;
        padding: 13px;
        border-radius: 14px;
    }

    .dash-card strong {
        font-size: 20px;
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    .dash-card .icon {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 19px;
        margin-bottom: 7px;
    }

    .quick-actions {
        gap: 10px;
        margin: 12px 0;
    }

    .quick-actions a {
        min-height: 100px;
        display: grid;
        place-items: center;
        border-radius: 14px;
        padding: 12px 8px;
        font-size: 13px;
    }

    .quick-actions a span {
        width: 36px;
        height: 36px;
    }

    .glass-panel,
    .crypto-chart,
    .panel {
        border-radius: 14px;
    }

    .crypto-chart {
        height: 280px;
        padding: 14px;
    }

    .compact-chart {
        height: 260px;
    }

    .chart-box,
    .compact-chart .chart-box {
        height: 190px !important;
        max-height: 190px;
    }

    .atm-card {
        border-radius: 16px;
        padding: 18px;
    }

    .referral-hero {
        grid-template-columns: 1fr;
        padding: 13px;
        gap: 10px;
    }

    .referral-hero h3 {
        font-size: 19px;
    }

    .referral-copy-box {
        padding: 11px;
    }
    .reward-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pool-grid {
        grid-template-columns: 1fr;
    }

    .card-number {
        font-size: 18px;
        letter-spacing: .08em;
    }

    .atm-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        font-size: 13px;
    }

    .table-responsive {
        border-radius: 12px;
    }

    .table {
        min-width: 720px;
        font-size: 13px;
    }

    .dashboard-page .panel,
    .dashboard-page .glass-panel,
    .dashboard-page .crypto-chart,
    .live-radio-page .panel,
    .live-radio-page .glass-panel,
    .live-radio-page .live-radio-room,
    .live-radio-page .live-radio-widget {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .dashboard-page .table-responsive,
    .live-radio-page .table-responsive {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 560px) {
    .dash-grid,
    .quick-actions {
        grid-template-columns: 1fr;
    }
    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .document-grid {
        grid-template-columns: 1fr;
    }
    .reward-grid {
        grid-template-columns: 1fr;
    }

    .dash-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dash-card {
        min-height: 104px;
    }

    .dashboard-wallet-pod {
        min-height: 250px;
    }

    .wallet-orbit {
        display: none;
    }

    .dashboard-user-chip {
        width: 100%;
    }

    .hey-lido-copy strong {
        font-size: 15px;
    }

    .hey-lido-copy small {
        font-size: 11px;
    }

    .dash-card span {
        font-size: 11px;
    }

    .dash-card strong {
        font-size: 18px;
    }

    .quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-page,
    .live-radio-page {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        overflow-x: hidden;
    }

    .dashboard-page > *,
    .live-radio-page > * {
        box-sizing: border-box;
        max-width: 100%;
    }

    .dashboard-page .panel,
    .live-radio-page .panel {
        padding: 14px;
    }

    .dashboard-page .dash-grid,
    .dashboard-page .quick-actions,
    .dashboard-page .dashboard-main,
    .live-radio-page .dashboard-main {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .document-card {
        min-height: 260px;
        padding: 20px;
    }

    .document-card h3 {
        font-size: 25px;
    }
}

@media (max-width: 390px) {
    .dash-grid,
    .quick-actions {
        grid-template-columns: 1fr;
    }

    .sidebar a {
        min-width: 78px;
        font-size: 11px;
    }
}

/* Premium reward program visuals */
.reward-hero {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    background:
        linear-gradient(135deg, rgba(36,242,154,.14), rgba(169,109,255,.18), rgba(244,200,91,.12)),
        rgba(15, 30, 36, .78);
}

.reward-hero h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 950;
    margin: 0 0 12px;
}

.reward-orbit {
    position: relative;
    width: 180px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    justify-self: center;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(36,242,154,.24), rgba(40,183,255,.08) 58%, rgba(255,255,255,.04));
    border: 1px solid rgba(255,255,255,.16);
    overflow: hidden;
}

.reward-orbit span {
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,.22);
    animation: rewardSpin 9s linear infinite;
}

.reward-orbit span:nth-child(2) {
    inset: 34px;
    animation-duration: 7s;
    animation-direction: reverse;
}

.reward-orbit span:nth-child(3) {
    inset: 52px;
    border-style: solid;
    border-color: rgba(244,200,91,.4);
}

.reward-orbit strong {
    font-size: 58px;
    color: var(--green);
    line-height: .9;
}

.reward-orbit small {
    position: absolute;
    bottom: 40px;
    color: #d7eee8;
    font-weight: 800;
}

.reward-grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 18px;
}

.reward-card {
    padding: 0;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), transparent 34%),
        rgba(15, 30, 36, .78);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.reward-card:hover {
    transform: translateY(-5px);
    border-color: rgba(36,242,154,.42);
}

.reward-card > .d-flex,
.reward-card > p,
.reward-card > .reward-requirements,
.reward-card > .reward-progress,
.reward-card > .next-target {
    margin-left: 18px;
    margin-right: 18px;
}

.reward-card > .next-target,
.reward-card > .reward-progress {
    margin-bottom: 18px;
}

.reward-media {
    position: relative;
    height: 180px;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(36,242,154,.24), rgba(40,183,255,.16));
}

.reward-media::after {
    content: "";
    position: absolute;
    inset: -90px;
    background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.2), transparent 62%);
    transform: translateX(-70%) rotate(10deg);
    animation: rewardShine 4.5s ease-in-out infinite;
}

.reward-tier-1 { background: linear-gradient(135deg, rgba(36,242,154,.25), rgba(40,183,255,.18)); }
.reward-tier-2 { background: linear-gradient(135deg, rgba(244,200,91,.26), rgba(36,242,154,.13)); }
.reward-tier-3 { background: linear-gradient(135deg, rgba(169,109,255,.26), rgba(40,183,255,.14)); }
.reward-tier-4 { background: linear-gradient(135deg, rgba(255,92,122,.22), rgba(244,200,91,.15)); }
.reward-tier-5 { background: linear-gradient(135deg, rgba(40,183,255,.24), rgba(169,109,255,.16)); }
.reward-tier-6 { background: linear-gradient(135deg, rgba(36,242,154,.2), rgba(244,200,91,.18)); }

.reward-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reward-product-image {
    width: 170px;
    height: 170px;
    flex: 0 0 170px;
    background-image: url('../img/reward-products-atlas-v1.png');
    background-repeat: no-repeat;
    background-size: 500% 400%;
    background-position: var(--reward-x) var(--reward-y);
    transform: scale(1.015);
    transition: transform .35s ease, filter .35s ease;
}

.reward-card:hover .reward-product-image {
    transform: scale(1.07);
    filter: saturate(1.08) brightness(1.06);
}

.reward-prize-mark {
    width: 118px;
    height: 118px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.38), transparent 34%),
        linear-gradient(145deg, rgba(36,242,154,.92), rgba(40,183,255,.82), rgba(244,200,91,.88));
    color: #06100f;
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
    transform: rotate(-6deg);
}

.reward-prize-mark span {
    max-width: 92px;
    font-size: 18px;
    line-height: 1.05;
    text-align: center;
    font-weight: 950;
}

.reward-complete-mark {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 1;
    color: #06100f;
    background: var(--green);
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 950;
}

.reward-next {
    box-shadow: 0 0 28px rgba(244,200,91,.2), 0 18px 50px rgba(0,0,0,.22);
}

.reward-requirements > span {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
}

.reward-requirements > span::after {
    content: "LOCKED";
    flex: 0 0 auto;
    color: #b6c3c0;
    font-size: 10px;
    font-weight: 950;
}

.reward-requirements > span.met {
    color: #eafff7;
    background: rgba(36,242,154,.12);
    border-color: rgba(36,242,154,.3);
}

.reward-requirements > span.met::after {
    content: "DONE";
    color: var(--green);
}

.reward-values {
    min-width: 0;
    text-align: right;
    overflow-wrap: anywhere;
    font-variant-numeric: tabular-nums;
}

@keyframes rewardShine {
    0%, 35% { transform: translateX(-75%) rotate(10deg); }
    70%, 100% { transform: translateX(75%) rotate(10deg); }
}

@keyframes rewardSpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
    .rewards-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

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

    .reward-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reward-orbit {
        width: 150px;
    }
}

@media (max-width: 620px) {
    .rewards-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rewards-page .topbar h1 {
        font-size: 27px;
    }

    .reward-hero {
        padding: 18px 14px;
        gap: 14px;
    }

    .reward-hero h2 {
        font-size: 30px;
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .reward-orbit {
        width: 124px;
    }

    .reward-orbit strong {
        font-size: 42px;
    }

    .reward-orbit small {
        bottom: 27px;
        font-size: 11px;
    }

    .reward-grid {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .reward-card {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        border-radius: 14px;
    }

    .reward-media {
        height: 158px;
        margin-bottom: 14px;
    }

    .reward-product-image {
        width: 150px;
        height: 150px;
        flex-basis: 150px;
    }

    .reward-prize-mark {
        width: 94px;
        height: 94px;
        border-radius: 20px;
    }

    .reward-card > .d-flex,
    .reward-card > p,
    .reward-card > .reward-requirements,
    .reward-card > .reward-progress,
    .reward-card > .next-target {
        margin-left: 13px;
        margin-right: 13px;
    }

    .reward-title-row {
        flex-wrap: wrap;
    }

    .reward-title-row > div {
        min-width: 0;
        flex: 1 1 190px;
    }

    .reward-card h3 {
        font-size: 21px;
        overflow-wrap: anywhere;
    }

    .reward-requirements > span {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 5px 10px;
        padding: 9px;
    }

    .reward-values {
        grid-column: 1 / -1;
        grid-row: 2;
        text-align: left;
        font-size: 12px;
    }

    .reward-requirements > span::after {
        grid-column: 2;
        grid-row: 1;
    }

    .reward-progress {
        height: 20px;
    }
}

.trading-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
    align-items: stretch;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 20% 10%, rgba(36,242,154,.2), transparent 34%),
        linear-gradient(135deg, rgba(19,35,45,.88), rgba(13,20,31,.92));
    box-shadow: 0 24px 80px rgba(0,0,0,.26);
    margin-bottom: 20px;
}

.trading-terminal {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.exchange-hero {
    background:
        linear-gradient(90deg, rgba(36,242,154,.12), transparent 38%),
        linear-gradient(135deg, rgba(7,13,19,.96), rgba(12,25,36,.94));
    border-color: rgba(36,242,154,.18);
}

.trading-hero h1 {
    margin: 0 0 8px;
}

.eyebrow {
    color: var(--green);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.reserve-price {
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
}

.reserve-price small {
    color: #8eb4ae;
    font-weight: 800;
}

.reserve-price span,
.stat-card span {
    color: #a6bab7;
}

.reserve-price strong {
    font-size: 32px;
}

.price-up strong,
.positive-card strong {
    color: #24f29a;
}

.price-down strong,
.negative-card strong {
    color: #ff6b7a;
}

.trading-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.lido-chart-card {
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.exchange-chart {
    border-color: rgba(36,242,154,.18);
    background:
        linear-gradient(180deg, rgba(255,255,255,.055), transparent),
        rgba(5, 13, 18, .82);
}

.market-pill {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    color: #06100f;
    background: linear-gradient(135deg, #24f29a, #f4c85b);
    font-weight: 950;
    font-size: 12px;
}

.auto-approve-note {
    display: inline-flex;
    margin-top: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    color: #06100f;
    background: linear-gradient(135deg, #24f29a, #f4c85b);
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

.fd-trading-view {
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    align-items: start;
}

.fd-chart-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-width: 0;
}

.fd-chart-card {
    min-height: 0;
}

.fd-current-trade {
    position: relative;
    overflow: hidden;
    border-color: rgba(36,242,154,.2);
    background:
        radial-gradient(circle at 88% 8%, rgba(36,242,154,.18), transparent 30%),
        linear-gradient(145deg, rgba(15,28,38,.9), rgba(8,16,22,.9));
}

.fd-current-trade::after {
    content: "";
    position: absolute;
    inset: auto 18px 14px auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(36,242,154,.22);
    box-shadow: 0 0 32px rgba(36,242,154,.16);
    animation: radioPulse 2.6s ease-in-out infinite;
}

.fd-current-trade h4 {
    margin: 8px 0 14px;
    font-size: 24px;
}

.fd-current-trade h4 small {
    display: inline-flex;
    margin-left: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(244,200,91,.15);
    color: #f4c85b;
    font-size: 12px;
    font-weight: 950;
}

.fd-trade-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.fd-trade-meta span {
    display: grid;
    gap: 4px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.055);
    color: #9eb7b1;
    font-size: 12px;
    font-weight: 800;
}

.fd-trade-meta strong {
    color: #ecfff9;
    font-size: 15px;
}

.fd-target-note,
.fd-trade-link {
    display: inline-flex;
    margin-top: 4px;
    color: #f4c85b;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.fd-trade-link:hover {
    color: #24f29a;
}

@keyframes radioPulse {
    0%, 100% { transform: scale(.88); opacity: .45; }
    50% { transform: scale(1.08); opacity: .95; }
}

@media (max-width: 1100px) {
    .fd-trading-view {
        grid-template-columns: 1fr;
    }
}

.lido-chart-shell {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 320px;
    max-height: 320px;
    overflow: hidden;
}

.lido-chart-card canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.trade-stack {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.exchange-orderbox {
    padding: 0;
}

.trade-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
}

.trade-tabs span {
    display: grid;
    place-items: center;
    min-height: 42px;
    border-radius: 10px;
    font-weight: 950;
}

.buy-tab {
    color: #07120f;
    background: linear-gradient(135deg, #24f29a, #11c982);
}

.sell-tab {
    color: #180b06;
    background: linear-gradient(135deg, #ffb238, #ff5f6d);
}

.trade-form {
    border-color: rgba(255,255,255,.12);
}

.exchange-form h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.exchange-form h4::after {
    content: "MARKET";
    padding: 5px 8px;
    border-radius: 999px;
    color: #b8cac7;
    background: rgba(255,255,255,.07);
    font-size: 10px;
    font-weight: 950;
}

.trade-button {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    min-height: 62px;
    color: #07100e;
    letter-spacing: 0;
    box-shadow: 0 18px 42px rgba(0,0,0,.25);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
    overflow: hidden;
    text-align: left;
}

.trade-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,.26), transparent 65% 100%);
    transform: translateX(-115%);
    transition: transform .42s ease;
}

.trade-button::after {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255,255,255,.24);
    font-size: 22px;
    font-weight: 950;
    z-index: 1;
}

.trade-button:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
}

.trade-button:hover::before {
    transform: translateX(115%);
}

.trade-button:active {
    transform: translateY(0) scale(.99);
}

.trade-button span,
.trade-button strong {
    position: relative;
    z-index: 1;
}

.trade-button .trade-action {
    display: block;
    color: rgba(7,16,14,.78);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.trade-button strong {
    display: block;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 950;
}

.trade-buy {
    background: linear-gradient(135deg, #24f29a, #0fbf77);
    box-shadow: 0 18px 42px rgba(36,242,154,.18);
}

.trade-buy::after {
    content: "↗";
}

.trade-sell {
    background: linear-gradient(135deg, #ffbf45, #ff5f6d);
    box-shadow: 0 18px 42px rgba(255,95,109,.16);
}

.trade-sell::after {
    content: "↘";
}

.card-coming-soon {
    margin-top: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(36,242,154,.18), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(244,200,91,.16), transparent 28%),
        rgba(10, 22, 30, .82);
}

.coming-soon-head h2 {
    margin: 6px 0 8px;
    font-weight: 950;
}

.acceptance-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.acceptance-button-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.acceptance-btn {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 78px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.14);
    color: #ecfff9;
    text-align: left;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.acceptance-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(36,242,154,.36);
    box-shadow: 0 18px 42px rgba(36,242,154,.1);
}

.acceptance-btn strong {
    font-size: 24px;
    font-weight: 950;
    line-height: 1.05;
}

.acceptance-btn small {
    justify-self: end;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #f3fffb;
    font-weight: 950;
    text-transform: uppercase;
}

.acceptance-logo {
    position: relative;
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    box-shadow: 0 18px 42px rgba(0,0,0,.2);
    overflow: hidden;
    transition: transform .16s ease, border-color .16s ease;
}

.acceptance-logo:hover {
    transform: translateY(-4px);
    border-color: rgba(36,242,154,.34);
}

.acceptance-logo::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -28px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}

.acceptance-logo strong {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 27px;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
    text-shadow: 0 8px 28px rgba(0,0,0,.28);
}

.acceptance-logo span {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 7px;
    color: #d3e8e3;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.brand-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: #07100e;
    background: linear-gradient(145deg, #ffffff, #d8fff0);
    font-size: 31px;
    font-weight: 950;
    box-shadow: 0 16px 34px rgba(0,0,0,.28);
}

.acceptance-btn .brand-icon {
    width: 52px;
    height: 52px;
    flex: none;
    font-size: 28px;
}

.flipkart-logo strong { color: #f7d747; }
.amazon-logo strong { color: #ffb238; text-transform: lowercase; }
.alibaba-logo strong { color: #ff7a1a; }
.petrol-logo strong { color: #24f29a; }
.recharge-logo strong { color: #49b7ff; }
.exchange-logo strong { color: #f4c85b; }

.flipkart-logo .brand-icon { background: linear-gradient(145deg, #1d5bff, #f7d747); color: #fff; }
.amazon-logo .brand-icon { background: linear-gradient(145deg, #111827, #ffb238); color: #fff; }
.alibaba-logo .brand-icon { background: linear-gradient(145deg, #ff7a1a, #fff0df); color: #7a2800; }
.petrol-logo .brand-icon { background: linear-gradient(145deg, #24f29a, #f4c85b); }
.recharge-logo .brand-icon { background: linear-gradient(145deg, #49b7ff, #a96dff); color: #fff; }
.exchange-logo .brand-icon { background: linear-gradient(145deg, #f4c85b, #24f29a); }

.flipkart-logo { background: linear-gradient(135deg, rgba(22,88,204,.45), rgba(247,215,71,.13)); }
.amazon-logo { background: linear-gradient(135deg, rgba(17,24,39,.78), rgba(255,178,56,.16)); }
.alibaba-logo { background: linear-gradient(135deg, rgba(255,122,26,.22), rgba(255,255,255,.055)); }
.petrol-logo { background: linear-gradient(135deg, rgba(36,242,154,.18), rgba(244,200,91,.09)); }
.recharge-logo { background: linear-gradient(135deg, rgba(73,183,255,.2), rgba(169,109,255,.1)); }
.exchange-logo { background: linear-gradient(135deg, rgba(244,200,91,.18), rgba(36,242,154,.08)); }

.card-market-page .card-wallet-panel {
    overflow: hidden;
}

.market-reward-access {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    align-items: center;
    gap: 28px;
    margin: 22px -24px 0;
    padding: 24px;
    border-top: 1px solid rgba(244,200,91,.25);
    border-bottom: 1px solid rgba(36,242,154,.2);
    background: linear-gradient(110deg,rgba(244,200,91,.09),rgba(36,242,154,.08),rgba(46,119,188,.08));
}

.market-access-copy {
    min-width: 0;
}

.market-access-state {
    display: block;
    margin-bottom: 8px;
    color: #f4c85b;
    font-size: 12px;
    font-weight: 950;
}

.market-access-copy h3 {
    margin: 0 0 5px;
    font-size: 25px;
}

.market-access-copy p {
    margin: 0 0 10px;
    color: #9eb5b6;
}

.market-access-copy > strong {
    color: #effff9;
}

.market-access-unlocked .market-access-state,
.market-access-unlocked .market-access-copy > strong {
    color: #24f29a;
}

.market-level-meter {
    min-width: 0;
}

.market-level-value {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 7px;
    margin-bottom: 10px;
}

.market-level-value span {
    margin-right: auto;
    color: #9eb5b6;
    font-weight: 800;
}

.market-level-value strong {
    color: #f4c85b;
    font-size: 38px;
    line-height: 1;
}

.market-level-value small {
    color: #d8ebe7;
    font-size: 17px;
    font-weight: 900;
}

.market-progress-track {
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255,255,255,.09);
}

.market-progress-track span {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg,#f4c85b,#24f29a,#49b7ff);
    box-shadow: 0 0 18px rgba(36,242,154,.45);
    animation: marketProgressGlow 2s ease-in-out infinite;
}

.market-level-meter > small {
    display: block;
    margin-top: 8px;
    color: #9eb5b6;
    text-align: right;
}

.card-market-page .acceptance-button-table {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
}

.market-brand-row {
    grid-template-columns: 58px minmax(0,1fr) auto;
    min-height: 88px;
    border-radius: 8px;
    background: linear-gradient(135deg,rgba(16,31,42,.96),rgba(14,24,37,.88));
    text-decoration: none;
    animation: marketRowReveal .52s cubic-bezier(.2,.8,.2,1) both;
    animation-delay: calc(var(--market-index) * 55ms);
}

.market-logo-frame {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0,0,0,.26);
}

.market-logo-frame img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.market-logo-fallback {
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border-radius:6px;
    background:linear-gradient(135deg,#20e7a5,#f2c94c);
    color:#07130f;
    font-size:20px;
    font-weight:950;
}

.market-logo-fallback[hidden] { display:none; }

.market-brand-copy {
    display: block;
    min-width: 0;
}

.market-brand-copy strong {
    display: block;
    overflow: hidden;
    color: #effff9;
    font-size: 18px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-brand-copy small {
    display: block;
    justify-self: auto;
    margin-top: 5px;
    padding: 0;
    background: none;
    color: #8da7a7;
    font-size: 11px;
    text-transform: uppercase;
}

.market-row-state {
    align-self: center;
    padding: 6px 8px;
    border: 1px solid rgba(244,200,91,.25);
    border-radius: 6px;
    color: #f4c85b;
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.market-access-locked .market-brand-row {
    cursor: not-allowed;
    filter: saturate(.55);
    opacity: .72;
}

.market-access-locked .market-logo-frame img {
    filter: grayscale(.7);
}

.market-access-unlocked .market-brand-row {
    border-color: rgba(36,242,154,.2);
}

.market-access-unlocked .market-row-state {
    border-color: rgba(36,242,154,.35);
    color: #24f29a;
}

.market-access-unlocked .market-brand-row:hover {
    transform: translateY(-4px);
    border-color: rgba(36,242,154,.6);
    box-shadow: 0 16px 36px rgba(36,242,154,.13);
}

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

@keyframes marketProgressGlow {
    50% { filter: brightness(1.22); box-shadow: 0 0 26px rgba(36,242,154,.7); }
}

@media (prefers-reduced-motion: reduce) {
    .market-brand-row,
    .market-progress-track span { animation: none; }
}

.defi-card-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.defi-card-flip {
    width: min(100%, 520px);
    perspective: 1200px;
}

.defi-card-inner {
    position: relative;
    min-height: 300px;
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.2,.8,.2,1);
}

.defi-card-flip.is-flipped .defi-card-inner {
    transform: rotateY(180deg);
}

.defi-card-face {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 280px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.defi-card-back {
    transform: rotateY(180deg);
    display: grid;
    align-content: center;
    gap: 24px;
}

.card-strip {
    height: 54px;
    margin: 0 -26px;
    background: rgba(0,0,0,.62);
}

.cvv-box {
    justify-self: end;
    min-width: 160px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #06100f;
    background: linear-gradient(135deg, #f4c85b, #ffffff);
    text-align: right;
}

.cvv-box span {
    display: block;
    font-size: 12px;
    font-weight: 950;
}

.cvv-box strong {
    font-size: 26px;
    font-weight: 950;
}

.app-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 14px;
    background: radial-gradient(circle at 50% 35%, rgba(244,200,91,.16), transparent 34%), #020303;
    color: #f4c85b;
    font-weight: 950;
    letter-spacing: 0;
    transition: opacity .35s ease, visibility .35s ease;
}

.app-preloader img {
    width: 118px;
    height: 118px;
    object-fit: contain;
    border-radius: 50%;
    animation: preloaderPulse 1.25s ease-in-out infinite;
}

.app-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.translate-engine {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sidebar-language {
    margin: 14px 10px 8px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(36,242,154,.16);
}

.sidebar-language label {
    display: block;
    color: #24f29a;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.sidebar-language select {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 10px 12px;
    color: #06100f;
    background: linear-gradient(135deg, #24f29a, #f4c85b);
    font-weight: 900;
    cursor: pointer;
}

.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0 !important;
}


.defi-card-logo-mark {
    position: absolute;
    right: 24px;
    top: 54px;
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 50%;
    background: #020202;
    padding: 5px;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    z-index: 2;
}

.defi-card-flip {
    width: min(100%, 560px);
    perspective: 1300px;
}

.defi-card-inner {
    min-height: 354px;
}

.defi-card-face.atm-card {
    width: 100%;
    min-height: 330px;
    aspect-ratio: 1.586;
    padding: 28px;
    border-radius: 22px;
    color: #f9e7a7;
    background:
        radial-gradient(circle at 75% 41%, rgba(244,200,91,.18) 0 10%, transparent 11% 100%),
        radial-gradient(circle at 77% 43%, rgba(244,200,91,.14) 0 22%, transparent 23% 100%),
        radial-gradient(circle at 82% 8%, rgba(255,224,132,.13), transparent 26%),
        linear-gradient(90deg, transparent 0 48%, rgba(244,200,91,.08) 48% 49%, transparent 49% 100%),
        radial-gradient(circle, rgba(244,200,91,.38) 1px, transparent 1.8px) right 26px top 38px / 13px 13px,
        linear-gradient(135deg, #070504 0%, #15100c 46%, #050505 100%);
    border: 1px solid rgba(244,200,91,.48);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.05),
        inset 0 -42px 72px rgba(0,0,0,.38),
        0 24px 70px rgba(0,0,0,.48),
        0 0 34px rgba(244,200,91,.08);
    isolation: isolate;
}

.defi-card-face.atm-card::before {
    content: "";
    position: absolute;
    right: 44px;
    top: 54px;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(0,0,0,.8) 0 46%, transparent 47%),
        repeating-radial-gradient(circle, rgba(244,200,91,.85) 0 1.5px, transparent 1.5px 8px),
        linear-gradient(135deg, #f4c85b, #6b4212);
    border: 3px solid rgba(244,200,91,.95);
    box-shadow:
        inset 0 0 18px rgba(0,0,0,.75),
        0 0 38px rgba(244,200,91,.22);
    opacity: .95;
    z-index: 0;
}

.defi-card-face.atm-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 35%, rgba(255,255,255,.08) 45%, transparent 56%),
        linear-gradient(180deg, rgba(255,255,255,.04), transparent 32%);
    pointer-events: none;
    z-index: 1;
}

.defi-card-face > * {
    position: relative;
    z-index: 2;
}

.defi-card-face .atm-top {
    align-items: flex-start;
    color: #ffe597;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,.7);
}

.defi-card-face .atm-top span:last-child {
    color: #24f29a;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(36,242,154,.1);
    border: 1px solid rgba(36,242,154,.28);
    font-size: 12px;
}

.defi-card-face .chip {
    width: 52px;
    height: 39px;
    margin-top: 34px;
    border-radius: 9px;
    background:
        linear-gradient(90deg, transparent 47%, rgba(111,71,15,.42) 48% 52%, transparent 53%),
        linear-gradient(180deg, transparent 47%, rgba(111,71,15,.42) 48% 52%, transparent 53%),
        linear-gradient(135deg, #ffcf4f, #9a6718);
    border: 1px solid rgba(255,231,151,.72);
    box-shadow: inset 0 0 10px rgba(255,255,255,.22), 0 8px 20px rgba(0,0,0,.32);
}

.defi-card-face .card-number {
    color: #fff6d5;
    font-size: clamp(22px, 4.8vw, 31px);
    letter-spacing: .13em;
    font-weight: 950;
    text-shadow: 0 2px 12px rgba(0,0,0,.72);
}

.defi-card-face .atm-meta {
    color: #f8df91;
    align-items: flex-end;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-shadow: 0 1px 0 rgba(0,0,0,.7);
}

.defi-card-logo-mark {
    right: 72px;
    top: 86px;
    width: 98px;
    height: 98px;
    padding: 6px;
    border: 2px solid rgba(244,200,91,.82);
    background: radial-gradient(circle at 50% 42%, #050505, #000);
    box-shadow: 0 0 30px rgba(244,200,91,.22), 0 12px 30px rgba(0,0,0,.52);
}

.defi-card-mether-mark {
    position: absolute;
    right: 178px;
    top: 104px;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    background: #050505;
    padding: 2px;
    border: 1px solid rgba(244,200,91,.64);
    box-shadow: 0 10px 24px rgba(0,0,0,.5);
    z-index: 2;
    opacity: .92;
}

.defi-card-back.atm-card {
    background:
        radial-gradient(circle at 76% 34%, rgba(244,200,91,.12), transparent 32%),
        linear-gradient(135deg, #040404, #15100b 52%, #050505);
}

.defi-card-back .card-strip {
    height: 58px;
    margin: 0 -28px;
    background: linear-gradient(90deg, #050505, #1a130d, #050505);
    border-top: 1px solid rgba(244,200,91,.22);
    border-bottom: 1px solid rgba(244,200,91,.22);
}

.defi-card-back .cvv-box {
    color: #070504;
    background: linear-gradient(135deg, #fff2b4, #c99325);
    border: 1px solid rgba(255,244,199,.75);
    box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

@media (max-width: 620px) {
    .defi-card-inner {
        min-height: 260px;
    }

    .defi-card-face.atm-card {
        min-height: 244px;
        padding: 18px;
        border-radius: 18px;
    }

    .defi-card-face.atm-card::before {
        right: 24px;
        top: 50px;
        width: 104px;
        height: 104px;
    }

    .defi-card-logo-mark {
        right: 48px;
        top: 74px;
        width: 60px;
        height: 60px;
        padding: 4px;
    }

    .defi-card-mether-mark {
        right: 112px;
        top: 80px;
        width: 42px;
        height: 42px;
    }

    .defi-card-face .chip {
        width: 42px;
        height: 31px;
        margin-top: 26px;
    }

    .defi-card-face .card-number {
        font-size: clamp(17px, 5.4vw, 22px);
        letter-spacing: .09em;
    }

    .defi-card-face .atm-meta {
        flex-direction: row;
        align-items: flex-end;
        gap: 10px;
        font-size: 11px;
    }
}

@keyframes preloaderPulse {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 14px rgba(244,200,91,.22)); }
    50% { transform: scale(1.08); filter: drop-shadow(0 0 28px rgba(244,200,91,.48)); }
}

.business-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 18px;
    align-items: stretch;
    padding: 26px;
    border-radius: 20px;
    border: 1px solid rgba(36,242,154,.18);
    background:
        radial-gradient(circle at 12% 0%, rgba(36,242,154,.22), transparent 32%),
        radial-gradient(circle at 85% 15%, rgba(244,200,91,.18), transparent 28%),
        linear-gradient(135deg, rgba(7,14,20,.96), rgba(15,28,38,.9));
    margin-bottom: 20px;
    overflow: hidden;
}

.business-hero h1 {
    margin: 0 0 10px;
}

.business-highlight {
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
}

.business-highlight strong {
    color: var(--green);
    font-size: 44px;
    line-height: 1;
}

.business-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.business-referral-strip {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 18px;
}

.business-referral-strip > div {
    min-width: 0;
    padding: 15px 16px;
    border-radius: 16px;
    border: 1px solid rgba(244,200,91,.22);
    background:
        linear-gradient(135deg, rgba(244,200,91,.14), rgba(36,242,154,.07)),
        rgba(255,255,255,.055);
}

.business-referral-strip span {
    display: block;
    color: #adc3be;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.business-referral-strip strong {
    display: block;
    color: #f4c85b;
    overflow-wrap: anywhere;
    font-size: 18px;
}

.income-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.income-map::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(36,242,154,.58), rgba(244,200,91,.48), transparent);
    z-index: 0;
}

.income-node {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    min-height: 112px;
    padding: 14px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255,255,255,.13);
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 35%),
        linear-gradient(145deg, rgba(19,35,45,.95), rgba(8,17,24,.95));
    box-shadow: 0 16px 38px rgba(0,0,0,.26), 0 0 24px rgba(36,242,154,.08);
}

.income-node.core {
    border-color: rgba(244,200,91,.5);
    box-shadow: 0 18px 44px rgba(244,200,91,.16), 0 0 34px rgba(36,242,154,.14);
}

.income-node span {
    color: #24f29a;
    font-size: 12px;
    font-weight: 950;
}

.income-node strong {
    color: #f1fff9;
    font-size: 14px;
    line-height: 1.1;
}

.earning-examples {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.earning-example-card {
    position: relative;
    min-width: 0;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(36,242,154,.15);
    background:
        linear-gradient(145deg, rgba(36,242,154,.11), rgba(244,200,91,.07)),
        rgba(12, 24, 32, .82);
    overflow: hidden;
}

.earning-example-card::after {
    content: "$";
    position: absolute;
    right: 12px;
    bottom: -24px;
    color: rgba(255,255,255,.055);
    font-size: 96px;
    font-weight: 950;
    line-height: 1;
}

.earning-example-card.wide {
    grid-column: span 2;
}

.earning-example-card span {
    color: #f4c85b;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.earning-example-card h3 {
    margin: 6px 0 8px;
}

.earning-example-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #d6ebe6;
}

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

.business-card {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.1);
    background:
        linear-gradient(180deg, rgba(255,255,255,.06), transparent 38%),
        rgba(12, 24, 32, .82);
    box-shadow: 0 18px 52px rgba(0,0,0,.2);
    min-width: 0;
}

.business-card.featured {
    grid-column: span 2;
}

.plan-kicker {
    color: #24f29a;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.example-box {
    padding: 13px 14px;
    margin: 14px 0;
    border-radius: 14px;
    border: 1px solid rgba(36,242,154,.18);
    background: rgba(36,242,154,.075);
    color: #dffef7;
}

.level-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.level-strip span {
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    font-weight: 800;
}

.reward-mini-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.reward-mini-list div {
    padding: 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
}

.reward-mini-list span {
    display: block;
    color: #a9bfba;
    margin-top: 4px;
}

.ppt-shell {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.ppt-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
}

.ppt-toolbar span {
    display: block;
    color: #a9bfba;
    font-size: 12px;
}

.ppt-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 620px;
    overflow: hidden;
    border-radius: 24px;
}

.ppt-slide {
    position: absolute;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 42px;
    border-radius: 24px;
    border: 1px solid rgba(36,242,154,.18);
    background:
        radial-gradient(circle at 10% 5%, rgba(36,242,154,.2), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(244,200,91,.18), transparent 30%),
        linear-gradient(135deg, rgba(7,14,20,.97), rgba(17,30,42,.95));
    box-shadow: 0 28px 90px rgba(0,0,0,.32);
    overflow: auto;
}

.ppt-slide.active {
    display: block;
    animation: pptIn .22s ease;
}

.ppt-slide h1 {
    font-size: 58px;
}

.ppt-slide h2 {
    font-size: 40px;
    margin-bottom: 18px;
}

.ppt-slide p {
    color: #d8eee9;
    font-size: 18px;
}

.slide-no {
    float: right;
    color: rgba(255,255,255,.12);
    font-size: 82px;
    line-height: .8;
    font-weight: 950;
}

.ppt-ref,
.ppt-terms,
.ppt-contact {
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(244,200,91,.22);
    background: rgba(244,200,91,.08);
    overflow-wrap: anywhere;
}

.ppt-orbit {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.ppt-orbit div,
.ppt-metrics div {
    min-height: 110px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 16px;
    border-radius: 20px;
    color: #06100f;
    background: linear-gradient(135deg, #24f29a, #f4c85b);
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(36,242,154,.16);
}

.ppt-table {
    max-height: 440px;
    overflow: auto;
}

.ppt-table table {
    width: 100%;
    color: #ecfff9;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.ppt-table th,
.ppt-table td {
    padding: 10px 12px;
    background: rgba(255,255,255,.06);
}

.ppt-big-number {
    color: #24f29a;
    font-size: 72px;
    font-weight: 950;
    margin: 28px 0;
}

.ppt-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.ppt-contact {
    display: grid;
    gap: 8px;
}

@keyframes pptIn {
    from { opacity: 0; transform: translateX(18px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 820px) {
    .business-hero,
    .business-grid,
    .business-referral-strip {
        grid-template-columns: 1fr;
    }
    .business-card.featured {
        grid-column: auto;
    }
    .income-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .earning-examples {
        grid-template-columns: 1fr;
    }
    .earning-example-card.wide {
        grid-column: auto;
    }
    .income-map::before {
        display: none;
    }
    .income-node {
        border-radius: 18px;
        min-height: 92px;
    }
    .ppt-toolbar,
    .ppt-orbit,
    .ppt-metrics {
        grid-template-columns: 1fr;
    }
    .ppt-toolbar {
        display: grid;
    }
    .ppt-stage,
    .ppt-slide {
        min-height: 560px;
        aspect-ratio: auto;
    }
    .ppt-slide {
        padding: 24px;
    }
    .ppt-slide h1 {
        font-size: 38px;
    }
    .ppt-slide h2 {
        font-size: 30px;
    }
    .slide-no {
        font-size: 52px;
    }
    .ppt-big-number {
        font-size: 42px;
    }
    .acceptance-grid {
        grid-template-columns: 1fr;
    }
    .acceptance-button-table {
        grid-template-columns: 1fr;
    }
    .acceptance-btn {
        grid-template-columns: 50px minmax(0, 1fr);
    }
    .acceptance-btn small {
        grid-column: 2;
        justify-self: start;
    }
}

@media print {
    body {
        background: #ffffff !important;
        color: #111111 !important;
    }
    .sidebar,
    .no-print,
    .business-actions {
        display: none !important;
    }
    .layout,
    .content {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .business-hero,
    .business-card,
    .business-referral-strip > div,
    .income-node {
        break-inside: avoid;
        background: #ffffff !important;
        color: #111111 !important;
        border: 1px solid #dddddd !important;
        box-shadow: none !important;
    }
    .business-grid,
    .earning-examples,
    .income-map {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .ppt-toolbar {
        display: none !important;
    }
    .ppt-stage {
        min-height: 0 !important;
        aspect-ratio: auto !important;
        overflow: visible !important;
    }
    .ppt-slide {
        position: relative !important;
        inset: auto !important;
        height: auto !important;
        display: block !important;
        min-height: 0 !important;
        page-break-after: always;
        background: #ffffff !important;
        color: #111111 !important;
        box-shadow: none !important;
        border: 1px solid #dddddd !important;
    }
    .ppt-slide h1,
    .ppt-slide h2,
    .ppt-slide p,
    .ppt-table table {
        color: #111111 !important;
    }
    .business-card.featured {
        grid-column: span 2 !important;
    }
    .table {
        color: #111111 !important;
    }
}

.buy-form {
    box-shadow: inset 0 0 0 1px rgba(36,242,154,.12);
}

.sell-form {
    box-shadow: inset 0 0 0 1px rgba(244,200,91,.15);
}

.withdraw-day-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.withdraw-day-grid label,
.withdraw-net-preview {
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(255,255,255,.055);
}

.withdraw-rules p {
    margin-bottom: 8px;
}

.card-owner-otp-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-color: rgba(244,200,91,.55) !important;
    background: linear-gradient(135deg,rgba(244,200,91,.16),rgba(36,242,154,.08)) !important;
    box-shadow: 0 0 28px rgba(244,200,91,.12);
}

.card-owner-otp-alert h3 span {
    color: #f4c85b;
    letter-spacing: 4px;
}

.transfer-otp-box {
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
    border: 1px solid rgba(36,242,154,.5);
    border-radius: 8px;
    padding: 14px;
    background:
        radial-gradient(circle at 20% 10%, rgba(36,242,154,.22), transparent 34%),
        linear-gradient(135deg, rgba(21,45,54,.95), rgba(10,19,32,.95));
    box-shadow: inset 0 0 24px rgba(36,242,154,.08), 0 12px 30px rgba(0,0,0,.22);
}

.transfer-otp-box span {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.transfer-otp-box strong {
    display: block;
    color: var(--green);
    font-size: clamp(34px, 9vw, 54px);
    line-height: 1;
    letter-spacing: 10px;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 24px rgba(36,242,154,.45);
}

.transfer-otp-box small {
    color: rgba(232,255,249,.72);
}

.admin-user-mode {
    margin: 0 10px 14px;
    padding: 12px;
    display: grid;
    gap: 5px;
    border: 1px solid rgba(244,200,91,.48);
    border-radius: 8px;
    background: rgba(244,200,91,.12);
    color: #fff;
}

.admin-user-mode strong { color: #f4c85b; font-size: 12px; }
.admin-user-mode span { font-size: 13px; overflow-wrap: anywhere; }
.admin-user-mode a { color: #24f29a; font-weight: 900; font-size: 13px; }

.bot-trading-hero { border-color: rgba(36,242,154,.3); background: radial-gradient(circle at 85% 15%,rgba(36,242,154,.18),transparent 36%),linear-gradient(135deg,rgba(16,24,49,.96),rgba(7,15,28,.96)); }
.bot-wallet { min-width:220px;padding:18px;border:1px solid rgba(244,200,91,.4);border-radius:8px;background:rgba(0,0,0,.25);display:grid;gap:5px }
.bot-wallet strong { font-size:28px;color:#f4c85b }
.bot-plan-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:20px 0 }
.bot-plan-card { position:relative;overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(145deg,rgba(18,29,48,.96),rgba(8,17,29,.98));box-shadow:0 16px 38px rgba(0,0,0,.24) }
.bot-plan-card.owned { border-color:rgba(36,242,154,.52);box-shadow:0 0 28px rgba(36,242,154,.1) }
.bot-orbit { float:right;width:78px;height:78px;border:2px solid #24f29a;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 20px rgba(36,242,154,.22),0 0 22px rgba(36,242,154,.2);animation:botPulse 2.5s ease-in-out infinite }
.bot-orbit span { font-size:23px;font-weight:900;color:#fff }
.bot-plan-metrics { display:grid;grid-template-columns:1fr 1fr;gap:10px;clear:both;margin:24px 0 18px }
.bot-plan-metrics span { padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.04);display:grid;gap:5px }
.bot-plan-metrics strong { color:#f4c85b;font-size:18px }
.owned-badge { display:inline-flex;padding:7px 11px;border-radius:4px;background:rgba(36,242,154,.16);color:#24f29a;font-weight:900;letter-spacing:0 }
.bot-plan-card.bot-expired { border-color:rgba(255,82,104,.45);box-shadow:0 0 24px rgba(255,82,104,.08) }
.bot-validity { clear:both;margin:16px 0;padding:14px;border:1px solid rgba(36,242,154,.25);border-radius:8px;background:rgba(3,16,24,.72) }
.bot-validity-head { display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px }
.bot-validity-head strong { color:#24f29a }
.bot-validity-head small { color:#9cb3b8;text-align:right }
.bot-countdown-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px }
.bot-countdown-grid span { min-width:0;padding:9px 4px;border:1px solid rgba(255,255,255,.09);border-radius:6px;background:rgba(255,255,255,.04);text-align:center }
.bot-countdown-grid strong,.bot-countdown-grid small { display:block }
.bot-countdown-grid strong { color:#fff;font-size:20px;font-variant-numeric:tabular-nums }
.bot-countdown-grid small { margin-top:2px;color:#8fa6ac;font-size:10px;text-transform:uppercase }
.bot-validity.is-expired { border-color:rgba(255,82,104,.4);background:rgba(255,82,104,.08) }
.bot-validity.is-expired .bot-validity-head strong { color:#ff7289 }
@keyframes botPulse { 50% { transform:scale(1.05);box-shadow:inset 0 0 26px rgba(36,242,154,.3),0 0 30px rgba(36,242,154,.3) } }

@media (max-width: 980px) {
    .trading-hero,
    .trading-grid {
        grid-template-columns: 1fr;
    }
    .trading-grid {
        overflow: visible;
    }
    .market-reward-access { grid-template-columns:1fr;gap:18px }
    .card-market-page .acceptance-button-table { grid-template-columns:repeat(2,minmax(0,1fr)) }
    .card-market-page .market-brand-row { grid-template-columns:52px minmax(0,1fr) auto }
    .card-market-page .market-brand-copy small { grid-column:auto;justify-self:auto }
}

@media (max-width: 640px) {
    .bot-plan-grid { grid-template-columns:1fr }
    .bot-plan-metrics { grid-template-columns:1fr }
    .bot-wallet { width:100%;min-width:0 }
    .market-reward-access { grid-template-columns:1fr;gap:18px;margin:18px -18px 0;padding:20px 18px }
    .market-level-value { justify-content:flex-start }
    .market-level-value span { margin-right:auto }
    .market-level-meter > small { text-align:left }
    .card-market-page .acceptance-button-table { grid-template-columns:1fr }
    .market-brand-row { grid-template-columns:52px minmax(0,1fr) auto;min-height:78px;padding:10px }
    .market-logo-frame { width:48px;height:48px }
    .market-logo-frame img { width:37px;height:37px }
    .market-brand-copy strong { font-size:16px }
    .card-owner-otp-alert {
        align-items: flex-start;
        flex-direction: column;
    }
    .trading-hero {
        padding: 18px;
    }
    .reserve-price strong {
        font-size: 25px;
    }
    .lido-chart-card {
        padding: 14px;
    }
    .lido-chart-shell {
        height: 220px;
        max-height: 220px;
    }
    .withdraw-day-grid {
        grid-template-columns: 1fr;
    }
}

.user-mobile-dock,
.user-mobile-menu,
.user-mobile-menu-backdrop {
    display: none;
}

.user-sidebar a.is-active {
    color: #06100f;
    background: linear-gradient(135deg, #24f29a, #f4c85b);
    box-shadow: 0 12px 28px rgba(36,242,154,.15);
}

.user-sidebar a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-link-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #08100f;
    background: linear-gradient(135deg, rgba(36,242,154,.95), rgba(124,92,255,.85));
}

.menu-svg {
    width: 18px;
    height: 18px;
    display: block;
}

@media (max-width: 900px) {
    .layout {
        padding-bottom: 104px;
    }

    .sidebar.user-sidebar {
        display: none !important;
    }

    .user-mobile-dock {
        position: fixed;
        left: max(10px, env(safe-area-inset-left));
        right: max(10px, env(safe-area-inset-right));
        bottom: max(10px, env(safe-area-inset-bottom));
        z-index: 10020;
        height: 76px;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: end;
        gap: 4px;
        padding: 10px 10px 8px;
        border-radius: 24px;
        border: 1px solid rgba(160, 122, 255, .34);
        background: radial-gradient(circle at 50% 0, rgba(169,109,255,.36), transparent 42%), linear-gradient(180deg, rgba(20,18,72,.98), rgba(13,11,46,.98));
        box-shadow: 0 18px 46px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.1);
        backdrop-filter: blur(18px);
    }

    .user-mobile-dock a,
    .mobile-dock-main {
        min-width: 0;
        height: 56px;
        display: grid;
        place-items: center;
        align-content: center;
        gap: 3px;
        border: 0;
        border-radius: 18px;
        color: #d9d8ff;
        background: transparent;
        text-decoration: none;
        font-weight: 900;
        -webkit-tap-highlight-color: transparent;
    }

    .user-mobile-dock a span {
        width: 26px;
        height: 26px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        color: #0c0b2e;
        background: linear-gradient(135deg, #7c5cff, #24f29a);
        font-size: 11px;
        font-weight: 950;
        box-shadow: 0 8px 18px rgba(124,92,255,.26);
    }

    .user-mobile-dock .menu-svg {
        width: 16px;
        height: 16px;
    }

    .user-mobile-dock a small {
        font-size: 10px;
        line-height: 1;
        color: rgba(245,246,255,.82);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .user-mobile-dock a.is-active {
        color: #fff;
        background: rgba(255,255,255,.08);
    }

    .user-mobile-dock a.is-active span {
        background: linear-gradient(135deg, #f4c85b, #24f29a);
        box-shadow: 0 0 18px rgba(36,242,154,.45);
    }

    .mobile-dock-main {
        position: relative;
        align-self: start;
        width: 62px;
        height: 62px;
        margin: -28px auto 0;
        border: 5px solid #12104a;
        border-radius: 50%;
        background: linear-gradient(135deg, #8c68ff, #24f29a);
        box-shadow: 0 18px 36px rgba(124,92,255,.36), 0 0 0 8px rgba(124,92,255,.12);
    }

    .mobile-dock-main span,
    .mobile-dock-main span::before,
    .mobile-dock-main span::after {
        content: "";
        display: block;
        width: 20px;
        height: 3px;
        border-radius: 999px;
        background: #fff;
        transition: transform .2s ease, opacity .2s ease;
    }

    .mobile-dock-main span::before {
        transform: translateY(-7px);
    }

    .mobile-dock-main span::after {
        transform: translateY(4px);
    }

    .mobile-dock-main.is-open span {
        transform: rotate(45deg);
    }

    .mobile-dock-main.is-open span::before {
        transform: translateY(0) rotate(90deg);
    }

    .mobile-dock-main.is-open span::after {
        opacity: 0;
    }

    .user-mobile-menu-backdrop:not([hidden]) {
        position: fixed;
        inset: 0;
        z-index: 10021;
        display: block;
        background: rgba(4, 7, 20, .58);
        backdrop-filter: blur(4px);
    }

    .user-mobile-menu:not([hidden]) {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 96px;
        z-index: 10022;
        display: block;
        max-height: min(72vh, 620px);
        overflow: auto;
        padding: 10px 14px 16px;
        border-radius: 26px;
        border: 1px solid rgba(160, 122, 255, .36);
        background: radial-gradient(circle at 18% 0, rgba(124,92,255,.34), transparent 32%), radial-gradient(circle at 88% 18%, rgba(36,242,154,.18), transparent 34%), linear-gradient(160deg, rgba(16,16,62,.98), rgba(6,18,25,.98));
        box-shadow: 0 24px 70px rgba(0,0,0,.58);
        animation: mobileMenuRise .2s ease both;
    }

    .mobile-menu-handle {
        width: 52px;
        height: 5px;
        margin: 4px auto 14px;
        border-radius: 999px;
        background: rgba(255,255,255,.28);
    }

    .mobile-menu-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
    }

    .mobile-menu-head span,
    .mobile-menu-language label {
        display: block;
        color: #f4c85b;
        font-size: 11px;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .mobile-menu-head strong {
        display: block;
        margin-top: 2px;
        color: #fff;
        font-size: 24px;
        line-height: 1;
    }

    .mobile-menu-head button {
        width: 36px;
        height: 36px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 50%;
        color: #fff;
        background: rgba(255,255,255,.08);
        font-weight: 950;
    }

    .mobile-menu-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .mobile-menu-grid a {
        min-width: 0;
        min-height: 96px;
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 5px;
        padding: 11px 7px;
        border-radius: 18px;
        border: 1px solid rgba(255,255,255,.12);
        background: rgba(255,255,255,.07);
        color: #efffff;
        text-align: center;
        text-decoration: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
    }

    .mobile-menu-grid a span {
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        border-radius: 14px;
        background: linear-gradient(135deg, #24f29a, #7c5cff);
        color: #090929;
        font-weight: 950;
        font-size: 12px;
    }

    .mobile-menu-grid .menu-svg {
        width: 20px;
        height: 20px;
    }

    .mobile-menu-grid a strong {
        display: block;
        color: #fff;
        font-size: 12px;
        line-height: 1.05;
    }

    .mobile-menu-grid a small {
        display: block;
        color: rgba(222,240,239,.64);
        font-size: 9px;
        line-height: 1.1;
    }

    .mobile-menu-grid a.is-active {
        border-color: rgba(36,242,154,.62);
        background: linear-gradient(150deg, rgba(36,242,154,.18), rgba(124,92,255,.18));
        box-shadow: 0 0 22px rgba(36,242,154,.16);
    }

    .mobile-menu-language {
        margin-top: 12px;
        padding: 12px;
        border-radius: 18px;
        border: 1px solid rgba(244,200,91,.22);
        background: rgba(255,255,255,.06);
    }

    .mobile-menu-language select {
        width: 100%;
        margin-top: 7px;
        border: 0;
        border-radius: 14px;
        padding: 12px 13px;
        color: #08100f;
        background: linear-gradient(135deg, #24f29a, #f4c85b);
        font-weight: 950;
    }

    .mobile-menu-logout {
        display: block;
        margin-top: 12px;
        padding: 13px;
        border-radius: 16px;
        text-align: center;
        color: #ffdce2;
        background: rgba(255,63,95,.12);
        border: 1px solid rgba(255,63,95,.3);
        font-weight: 950;
    }

    .support-widget {
        bottom: 104px;
    }

    @keyframes mobileMenuRise {
        from { opacity: 0; transform: translateY(18px) scale(.98); }
        to { opacity: 1; transform: translateY(0) scale(1); }
    }
}

@media (max-width: 420px) {
    .mobile-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .user-mobile-dock {
        left: 7px;
        right: 7px;
        padding-inline: 7px;
    }
}
