:root {
    --xxx-paper: #ffffff;
    --xxx-paper-strong: #ffffff;
    --xxx-surface: rgba(255, 255, 255, 0.92);
    --xxx-surface-strong: #ffffff;
    --xxx-sidebar-width: 312px;
    --xxx-shell-gap: 20px;
    --xxx-shell-radius: 28px;
}

.xxx-auth-page .account-wrapper {
    width: min(620px, 100%);
    background: #ffffff;
}

.xxx-auth-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.1);
    color: #c55b14;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.xxx-auth-copy {
    margin-bottom: 22px;
    color: #5b5855;
    line-height: 1.75;
}

.xxx-auth-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.xxx-auth-trust-strip span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.04);
    color: #4f4b47;
    font-size: 0.82rem;
    font-weight: 600;
}

.xxx-otp-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.xxx-otp-grid .otp {
    min-height: 64px;
    padding: 0;
    text-align: center;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.xxx-auth-helper {
    margin-bottom: 18px;
    color: #6a6662;
    font-size: 0.9rem;
}

.xxx-auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0;
}

.xxx-auth-divider::before,
.xxx-auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(17, 17, 17, 0.1);
}

.xxx-auth-divider span {
    color: #6c6864;
    font-size: 0.84rem;
    font-weight: 600;
    text-transform: uppercase;
}

.xxx-field-hint {
    display: block;
    margin-top: 8px;
    color: #7a756f;
    font-size: 0.82rem;
    line-height: 1.5;
}

.xxx-kyc-progress {
    margin-bottom: 24px;
}

.xxx-kyc-progress__bar {
    height: 10px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.08);
    overflow: hidden;
}

.xxx-kyc-progress__bar span {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #f97316, #ff9b47);
    transition: width 0.25s ease;
}

.xxx-kyc-progress__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.xxx-kyc-progress__step {
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 16px;
    background: #ffffff;
    color: #5a5652;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.xxx-kyc-progress__step.is-active,
.xxx-kyc-progress__step.is-complete {
    border-color: rgba(249, 115, 22, 0.25);
    background: #fff4ea;
    color: #111111;
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.08);
}

.xxx-kyc-stage {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.05);
}

.xxx-kyc-stage__header {
    margin-bottom: 20px;
}

.xxx-kyc-stage__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.05);
    color: #6a6662;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.xxx-kyc-stage__title {
    margin: 0 0 8px;
    color: #111111;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.xxx-kyc-stage__header p {
    margin: 0;
    color: #66615d;
    line-height: 1.7;
}

.xxx-kyc-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.xxx-kyc-actions .btn--base {
    flex: 1;
}

.btn--base.btn--base-outline {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: none;
}

.btn--base.btn--base-outline:hover {
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.08);
}

.xxx-kyc-review-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.xxx-kyc-review-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
}

.xxx-kyc-review-card span {
    display: block;
    margin-bottom: 8px;
    color: #706a65;
    font-size: 0.8rem;
    font-weight: 600;
}

.xxx-kyc-review-card strong {
    color: #111111;
    font-size: 0.95rem;
    line-height: 1.5;
}

.xxx-kyc-empty-state {
    padding: 22px;
    border-radius: 20px;
    border: 1px solid rgba(249, 115, 22, 0.16);
    background: #fff7ef;
    display: grid;
    gap: 8px;
}

.xxp-menu-shell {
    margin: 10px 12px 18px;
}

.xxp-menu-shell__card {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(249, 115, 22, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.xxp-menu-shell__brand {
    margin-bottom: 14px;
}

.xxp-menu-shell__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    color: rgba(255, 236, 219, 0.7);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.xxp-menu-shell__name {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

.xxp-menu-shell__copy {
    margin-bottom: 16px;
    color: rgba(255, 239, 228, 0.72);
    font-size: 0.88rem;
    line-height: 1.65;
}

.xxp-menu-shell__metric {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.xxp-menu-shell__metric span,
.xxp-menu-shell__footer span {
    color: rgba(255, 236, 219, 0.68);
    font-size: 0.78rem;
}

.xxp-menu-shell__metric strong {
    color: #ffffff;
    font-size: 1.02rem;
}

.xxp-menu-shell__progress {
    height: 9px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.xxp-menu-shell__progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, #f97316, #ffab5d);
    transition: width 0.45s ease;
}

.xxp-menu-shell__footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.xxx-sidebar-heading {
    pointer-events: none;
    padding: 12px 18px 6px;
}

.xxx-sidebar-heading span {
    display: block;
    color: rgba(255, 230, 208, 0.46);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.xxx-sidebar-support {
    margin-top: 16px;
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.12), rgba(255, 255, 255, 0.05));
}

.xxx-sidebar-support .title {
    color: #ffffff;
}

.xxx-sidebar-support p {
    color: rgba(255, 236, 219, 0.72);
}

@media (min-width: 1200px) {
    .xxx-dashboard-page .page-wrapper {
        display: block;
        min-height: 100vh;
        padding-left: calc(var(--xxx-sidebar-width) + (var(--xxx-shell-gap) * 2));
    }

    .xxx-dashboard-page .sidebar {
        position: fixed;
        top: var(--xxx-shell-gap);
        left: var(--xxx-shell-gap);
        bottom: var(--xxx-shell-gap);
        width: var(--xxx-sidebar-width);
        height: auto;
        max-height: calc(100vh - (var(--xxx-shell-gap) * 2));
        margin: 0 !important;
        overflow-y: auto;
        z-index: 20;
        border-radius: var(--xxx-shell-radius);
        transform: none !important;
    }

    .xxx-dashboard-page .main-body-wrapper {
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .xxx-dashboard-page .main-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        padding-right: var(--xxx-shell-gap);
    }

    .xxx-dashboard-page .sidebar,
    .xxx-dashboard-page .sidebar.active,
    .xxx-dashboard-page .sidebar:hover {
        width: var(--xxx-sidebar-width) !important;
        left: var(--xxx-shell-gap) !important;
    }

    .xxx-dashboard-page .sidebar.active .sidebar-menu .sidebar-menu-item a,
    .xxx-dashboard-page .sidebar:hover .sidebar-menu .sidebar-menu-item a {
        justify-content: flex-start;
        padding: 12px 16px;
    }

    .xxx-dashboard-page .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon,
    .xxx-dashboard-page .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
        margin-right: 12px;
    }

    .xxx-dashboard-page .sidebar.active .menu-title,
    .xxx-dashboard-page .sidebar.active .sidebar-item-badge,
    .xxx-dashboard-page .sidebar.active .sidebar-doc-box,
    .xxx-dashboard-page .sidebar.active .xxp-menu-shell,
    .xxx-dashboard-page .sidebar.active .xxx-sidebar-heading {
        display: block !important;
    }

    .xxx-dashboard-page .sidebar-menu-bar,
    .xxx-dashboard-page .dashboard-title-part .icon,
    .xxx-dashboard-page .xxx-sidebar-mobile-actions {
        display: none !important;
    }

    .xxx-dashboard-page .navbar-wrapper,
    .xxx-dashboard-page .navbar-wrapper.active {
        margin-left: 0 !important;
        margin-top: var(--xxx-shell-gap);
        padding: 0;
        background: transparent !important;
        box-shadow: none !important;
    }

    .xxx-dashboard-page .dashboard-title-part {
        padding: 20px 24px !important;
        min-height: 88px;
        border: 1px solid rgba(17, 17, 17, 0.08);
        border-radius: calc(var(--xxx-shell-radius) - 4px);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 20px 42px rgba(17, 17, 17, 0.08);
    }

    .xxx-dashboard-page .body-wrapper,
    .xxx-dashboard-page .body-wrapper.active,
    .xxx-dashboard-page .body-wrapper.payment-body-wrapper,
    .xxx-dashboard-page .body-wrapper.payment-body-wrapper.active {
        margin: 18px 0 28px !important;
        padding: 0 !important;
    }
}

@media (max-width: 1199px) {
    .xxx-dashboard-page .page-wrapper {
        padding-left: 0;
    }

    .xxx-dashboard-page .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(320px, 88vw);
        height: 100dvh;
        transform: translateX(-100%);
        transition: transform 0.24s ease;
        z-index: 120;
        overflow-y: auto;
        margin: 0 !important;
        border-radius: 0 28px 28px 0;
        pointer-events: none;
    }

    .xxx-dashboard-page .sidebar.active {
        transform: translateX(0);
        pointer-events: auto;
    }

    .xxx-dashboard-page .main-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .xxx-dashboard-page .sidebar-menu-bar.xxx-sidebar-toggle {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .xxx-sidebar-mobile-actions {
        display: block;
        position: sticky;
        bottom: 0;
        padding: 16px 14px 20px;
        background: linear-gradient(180deg, rgba(15, 12, 10, 0), rgba(15, 12, 10, 0.96) 42%);
    }

    .xxx-sidebar-collapse-btn {
        width: 100%;
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        font-weight: 700;
    }

    .xxx-dashboard-page .sidebar-logo {
        justify-content: space-between;
    }

    .xxx-mobile-shortcuts {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(90px, 1fr);
        gap: 8px;
        overflow-x: auto;
        margin: 0 10px;
        padding: 12px 10px 6px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .xxx-mobile-shortcuts::-webkit-scrollbar {
        display: none;
    }

    .xxx-mobile-shortcuts__item {
        min-width: 90px;
        min-height: 60px;
        padding: 10px 12px;
        gap: 4px;
        overflow: hidden;
        scroll-snap-align: start;
        box-shadow: 0 10px 18px rgba(17, 17, 17, 0.05);
    }

    .xxx-mobile-shortcuts__item i {
        font-size: 1rem;
    }

    .xxx-mobile-shortcuts__item span {
        font-size: 0.78rem;
        line-height: 1.25;
    }
}

@media (max-width: 767px) {
    .xxx-auth-page .account-wrapper {
        padding: 18px 18px 24px;
    }

    .xxx-otp-grid {
        gap: 8px;
    }

    .xxx-otp-grid .otp {
        min-height: 56px;
        font-size: 1.2rem;
    }

    .xxx-kyc-progress__steps,
    .xxx-kyc-review-grid {
        grid-template-columns: 1fr;
    }

    .xxx-kyc-stage {
        padding: 18px;
    }

    .xxx-kyc-actions {
        flex-direction: column;
    }

    .xxp-menu-shell {
        margin: 8px 8px 14px;
    }
}

.xxx-dashboard-page .xxx-sidebar-toggle {
    min-height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.88);
    color: #111111;
    box-shadow: 0 12px 26px rgba(17, 17, 17, 0.08);
}

.xxx-dashboard-page .xxx-sidebar-toggle__label {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.xxx-sidebar-mobile-actions {
    display: none;
}

.xxx-dashboard-page .sidebar-logo {
    gap: 12px;
}

.xxx-dashboard-page .sidebar-inner,
.xxx-dashboard-page .sidebar-menu-inner-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.xxx-dashboard-page .sidebar-menu-wrapper {
    flex: 1 1 auto;
}

.xxx-dashboard-page .sidebar-logo .xxx-brand {
    flex: 1;
}

.xxx-dashboard-page .sidebar-logo .sidebar-main-logo {
    max-width: none;
}

@media (max-width: 1199px) {
    .xxx-sidebar-mobile-actions {
        display: block;
    }
}

.xxx-dashboard-page {
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fbf7f1 100%);
}

.xxx-dashboard-page .sidebar {
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.14), transparent 24%),
        linear-gradient(180deg, #120d09 0%, #1a120d 100%);
    border: 1px solid rgba(249, 115, 22, 0.12);
    box-shadow: 0 28px 64px rgba(8, 6, 4, 0.32);
}

.xxx-dashboard-page .sidebar-logo {
    align-items: center;
    justify-content: space-between;
    padding: 2px 2px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.xxx-dashboard-page .sidebar-logo .xxx-brand {
    gap: 12px;
}

.xxx-dashboard-page .sidebar-logo .xxx-brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 15px;
}

.xxx-dashboard-page .sidebar-logo .xxx-brand__wordmark strong,
.xxx-dashboard-page .sidebar-logo .xxx-brand__wordmark em {
    font-size: 1.08rem;
    letter-spacing: -0.02em;
}

.xxp-menu-shell {
    margin: 4px 2px 16px;
}

.xxp-menu-shell__card {
    padding: 18px 18px 16px;
    border-radius: 24px;
    border: 1px solid rgba(249, 115, 22, 0.18);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 48px rgba(0, 0, 0, 0.2);
}

.xxp-menu-shell__eyebrow {
    margin-bottom: 12px;
    color: rgba(255, 236, 219, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
}

.xxp-menu-shell__name {
    margin-bottom: 8px;
    font-size: 1.02rem;
    letter-spacing: -0.02em;
}

.xxp-menu-shell__copy {
    margin-bottom: 14px;
    color: rgba(255, 241, 230, 0.76);
    font-size: 0.84rem;
    line-height: 1.65;
}

.xxp-menu-shell__metric strong {
    font-family: var(--xxx-font-display);
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.xxp-menu-shell__footer {
    flex-wrap: wrap;
}

.xxx-sidebar-heading {
    padding: 12px 8px 8px;
}

.xxx-sidebar-heading span {
    color: rgba(255, 236, 219, 0.56);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item {
    margin-top: 6px;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item a {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 18px;
    color: rgba(255, 241, 231, 0.84);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid transparent;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item a:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item a .menu-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 14px;
    background: rgba(11, 18, 36, 0.58);
    color: #ff8b1a;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item .menu-title {
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item.active a {
    border-color: rgba(249, 115, 22, 0.26);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.28), rgba(92, 46, 22, 0.82));
    box-shadow: 0 18px 32px rgba(249, 115, 22, 0.12);
    color: #ffffff;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item.active a .menu-icon {
    background: linear-gradient(135deg, #ff9c3d, #f97316);
    color: #ffffff;
    box-shadow: 0 16px 24px rgba(249, 115, 22, 0.22);
}

.xxx-sidebar-support {
    min-height: 0;
    min-width: 0;
    padding: 18px;
    margin: 12px 2px 0;
    border-radius: 20px;
    border: 1px solid rgba(249, 115, 22, 0.16);
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
    background-image: none !important;
}

.xxx-sidebar-support .sidebar-doc-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff9c3d, #f97316);
    color: #ffffff;
    box-shadow: 0 16px 24px rgba(249, 115, 22, 0.22);
}

.xxx-sidebar-support .title {
    margin-bottom: 6px;
}

.xxx-sidebar-support p {
    margin: 0 0 14px;
    color: rgba(255, 236, 219, 0.76);
    font-size: 0.88rem;
    line-height: 1.65;
}

.xxx-sidebar-support .sidebar-doc-btn a {
    min-height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    box-shadow: none;
}

.xxx-sidebar-support .sidebar-doc-btn a:hover {
    background: rgba(255, 255, 255, 0.14) !important;
}

.xxx-sidebar-mobile-actions {
    display: none !important;
}

.xxx-topbar-shell__inner {
    gap: 12px;
}

.xxx-topbar-shell__left,
.xxx-topbar-shell__right {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.xxx-topbar-shell__right {
    justify-content: flex-end;
}

.xxx-topbar-shell__breadcrumb {
    min-width: 0;
}

.xxx-dashboard-page .dashboard-path {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.xxx-dashboard-page .dashboard-path .main-path a,
.xxx-dashboard-page .dashboard-path .active-path,
.xxx-dashboard-page .dashboard-path i {
    color: #655f59;
    font-size: 0.88rem;
    font-weight: 700;
}

.xxx-topbar-shell__control--lang {
    width: 152px;
    flex: 0 0 152px;
}

.xxx-dashboard-page .dash-lang-select .nice-select,
.xxx-dashboard-page .dash-lang-select .form--control,
.xxx-topbar-shell__icon-btn,
.xxx-dashboard-page .header-user-thumb a {
    min-height: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.06);
}

.xxx-topbar-shell__icon-btn {
    width: 48px;
    padding: 0;
    color: #111111;
}

.xxx-dashboard-page .header-user-wrapper {
    margin-left: 0;
}

.xxx-dashboard-page .header-user-thumb {
    width: 48px;
    height: 48px;
}

.xxx-dashboard-page .header-user-thumb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
}

.xxx-dashboard-page .header-user-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.xxx-dashboard-overview__header,
.xxx-chart-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.xxx-dashboard-overview__header {
    margin-bottom: 18px;
}

.xxx-section-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.1);
    color: #c25c17;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.xxx-section-title {
    margin: 0 0 8px;
    color: #111111;
    font-family: var(--xxx-font-display);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.xxx-section-copy {
    max-width: 640px;
    margin: 0;
    color: #66605a;
    line-height: 1.7;
}

.xxx-dashboard-overview__badge {
    min-width: 188px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 115, 22, 0.08));
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.06);
}

.xxx-dashboard-overview__badge span {
    display: block;
    margin-bottom: 6px;
    color: #7a746e;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.xxx-dashboard-overview__badge strong {
    color: #111111;
    font-family: var(--xxx-font-display);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.xxx-metric-card {
    min-height: 208px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 242, 237, 0.98));
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.08);
}

.xxx-metric-card__body {
    display: grid;
    gap: 12px;
}

.xxx-metric-card__label {
    color: #706962;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.xxx-metric-card__value {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    color: #111111;
    font-family: var(--xxx-font-display);
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.05em;
    font-variant-numeric: tabular-nums;
}

.xxx-metric-card__value em {
    color: #f97316;
    font-size: 0.52em;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.xxx-metric-card__note {
    margin: 0;
    color: #6d6761;
    font-size: 0.9rem;
    line-height: 1.65;
}

.xxx-metric-card__icon {
    width: 60px;
    height: 60px;
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.16), rgba(17, 17, 17, 0.04));
    color: #f97316;
    font-size: 1.35rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.xxx-metric-card--balance .xxx-metric-card__icon,
.xxx-metric-card--deposit .xxx-metric-card__icon,
.xxx-metric-card--withdraw .xxx-metric-card__icon {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.22), rgba(255, 172, 61, 0.2));
}

.xxx-chart-card {
    padding: 22px 22px 12px;
    border-radius: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.1), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 242, 236, 0.98));
    box-shadow: 0 24px 50px rgba(17, 17, 17, 0.08);
}

.xxx-chart-card__header .title {
    margin: 0;
    color: #111111;
    font-family: var(--xxx-font-display);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.xxx-chart-card__pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.05);
    color: #5e5852;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.xxx-chart-card__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 12px;
}

.xxx-chart-card__summary span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 17, 17, 0.06);
    color: #5d5751;
    font-size: 0.8rem;
    font-weight: 700;
}

.xxx-chart-card .chart-container {
    min-height: 338px;
}

.xxx-dashboard-page .xxx-modern-chart .apexcharts-canvas,
.xxx-dashboard-page .xxx-modern-chart svg {
    overflow: visible;
}

.xxx-dashboard-page .xxx-modern-chart .apexcharts-legend {
    padding-left: 0 !important;
}

.xxx-dashboard-page .xxx-modern-chart .apexcharts-legend-series {
    margin-right: 14px !important;
}

.xxx-dashboard-page .xxx-modern-chart .apexcharts-legend-text,
.xxx-dashboard-page .xxx-modern-chart .apexcharts-xaxis-texts-g text,
.xxx-dashboard-page .xxx-modern-chart .apexcharts-yaxis text {
    fill: #716b65 !important;
    color: #716b65 !important;
    font-family: var(--xxx-font-sans) !important;
}

.xxx-dashboard-page .xxx-modern-chart .apexcharts-gridline {
    stroke: rgba(17, 17, 17, 0.08) !important;
}

.xxx-dashboard-page .xxx-modern-chart .apexcharts-tooltip {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

@media (min-width: 1200px) {
    .xxx-topbar-shell__menu {
        display: none;
    }
}

@media (max-width: 1199px) {
    .xxx-dashboard-page .sidebar {
        padding: 16px 14px 18px;
        border-radius: 0 24px 24px 0;
    }

    .xxx-topbar-shell__breadcrumb {
        display: none;
    }

    .xxx-dashboard-page .navbar-wrapper {
        top: 8px;
        margin: 8px 10px 0;
        padding: 12px;
        border-radius: 22px;
        box-shadow: 0 16px 30px rgba(17, 17, 17, 0.06);
    }

    .xxx-dashboard-page .dashboard-title-part {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .xxx-dashboard-page .dashboard-title-part .left,
    .xxx-dashboard-page .dashboard-title-part .right {
        width: auto;
        gap: 10px;
    }

    .xxx-topbar-shell__control--lang {
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        max-width: 142px;
    }

    .xxx-mobile-shortcuts {
        grid-auto-columns: calc((100% - 16px) / 3);
        gap: 8px;
        margin: 0 10px;
        padding: 12px 0 6px;
        scroll-padding-left: 10px;
    }

    .xxx-mobile-shortcuts__item {
        position: relative;
        min-width: 0;
        min-height: 66px;
        padding: 10px 12px;
        overflow: hidden;
        isolation: isolate;
        border-radius: 18px;
    }

    .xxx-mobile-shortcuts__item.is-active {
        background: linear-gradient(180deg, #fff7ef, #fff1e5);
        box-shadow: 0 16px 24px rgba(249, 115, 22, 0.12);
    }

    .xxx-dashboard-overview__header,
    .xxx-chart-card__header {
        flex-direction: column;
    }

    .xxx-dashboard-overview__badge {
        min-width: 0;
        width: 100%;
    }

    .xxx-metric-card {
        min-height: 0;
        padding: 18px;
    }

    .xxx-metric-card__value {
        font-size: 2rem;
    }

    .xxx-chart-card {
        padding: 18px 18px 10px;
    }

    .xxx-chart-card .chart-container {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .xxx-dashboard-page .body-wrapper {
        margin: 10px;
    }

    .xxx-topbar-shell__right {
        flex: 1 1 auto;
    }

    .xxx-dashboard-page .xxx-sidebar-toggle,
    .xxx-dashboard-page .dash-lang-select .nice-select,
    .xxx-dashboard-page .dash-lang-select .form--control,
    .xxx-topbar-shell__icon-btn,
    .xxx-dashboard-page .header-user-thumb a {
        min-height: 44px;
        height: 44px;
        border-radius: 14px;
        box-shadow: 0 10px 18px rgba(17, 17, 17, 0.05);
    }

    .xxx-dashboard-page .header-user-thumb,
    .xxx-dashboard-page .header-user-thumb a {
        width: 44px;
        height: 44px;
    }

    .xxx-topbar-shell__control--lang {
        max-width: 118px;
    }

    .xxx-dashboard-page .xxx-sidebar-toggle {
        padding: 0 12px;
        gap: 8px;
    }

    .xxx-dashboard-page .xxx-sidebar-toggle__label {
        font-size: 0.82rem;
    }

    .xxx-section-title {
        font-size: 1.95rem;
    }

    .xxx-section-copy {
        font-size: 0.9rem;
    }

    .xxx-chart-card__header .title {
        font-size: 1.34rem;
    }

    .xxx-chart-card__summary span {
        width: 100%;
        justify-content: center;
    }
}

/* XXXPay shell refresh */
.xxx-dashboard-page,
.xxx-dashboard-page body,
.xxx-dashboard-page input,
.xxx-dashboard-page button,
.xxx-dashboard-page select,
.xxx-dashboard-page textarea {
    font-family: "IBM Plex Sans", sans-serif;
}

.xxx-dashboard-page .page-wrapper {
    position: relative;
}

.xxx-dashboard-page .main-wrapper,
.xxx-dashboard-page .main-body-wrapper,
.xxx-dashboard-page .body-wrapper {
    min-width: 0;
}

.xxx-dashboard-page .xxx-sidebar-mobile-actions {
    display: none !important;
}

.xxx-dashboard-page .sidebar {
    overflow-x: hidden;
}

.xxx-dashboard-page .sidebar-logo {
    padding: 0 0 18px;
    gap: 12px;
}

.xxx-dashboard-page .sidebar-logo .xxx-brand {
    gap: 14px;
}

.xxx-dashboard-page .sidebar-logo .xxx-brand__mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff9b39, #f97316);
    box-shadow: 0 18px 30px rgba(249, 115, 22, 0.22);
}

.xxx-dashboard-page .sidebar-logo .xxx-brand__wordmark {
    display: grid;
    gap: 2px;
}

.xxx-dashboard-page .sidebar-logo .xxx-brand__wordmark strong,
.xxx-dashboard-page .sidebar-logo .xxx-brand__wordmark em {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.xxx-dashboard-page .sidebar-logo .xxx-sidebar-toggle {
    min-width: 104px;
    justify-content: center;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    color: #111111;
    box-shadow: 0 14px 24px rgba(17, 17, 17, 0.1);
}

.xxx-dashboard-page .sidebar-logo .xxx-sidebar-toggle i {
    color: #111111;
}

.xxp-menu-shell__card {
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 35%),
        linear-gradient(180deg, rgba(35, 24, 18, 0.96), rgba(18, 13, 10, 0.98));
    border: 1px solid rgba(249, 115, 22, 0.14);
}

.xxp-menu-shell__eyebrow {
    color: rgba(255, 234, 218, 0.7);
}

.xxp-menu-shell__copy {
    color: rgba(255, 239, 228, 0.84);
}

.xxp-menu-shell__metric strong,
.xxx-metric-card__value,
.xxx-chart-card__summary span strong {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
}

.xxx-chart-card__summary span strong {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.xxx-chart-card__summary span strong em {
    color: #f97316;
    font-style: normal;
    font-size: 0.92em;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item a {
    min-height: 56px;
    border-radius: 20px;
    box-shadow: none;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item a .menu-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
}

.xxx-dashboard-page .sidebar-menu .sidebar-menu-item.active a {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.26), rgba(115, 63, 32, 0.92));
    border-color: rgba(249, 115, 22, 0.22);
}

.xxx-sidebar-support {
    margin-top: 14px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    background-image: none !important;
}

.xxx-sidebar-support .sidebar-doc-content {
    text-align: left;
}

.xxx-topbar-shell__inner {
    gap: 18px;
}

.xxx-topbar-shell__right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.xxx-topbar-shell__controls {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 22px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
    box-shadow: 0 18px 32px rgba(17, 17, 17, 0.07);
}

.xxx-topbar-shell__control {
    margin: 0 !important;
}

.xxx-topbar-shell__control--lang {
    min-width: 156px;
}

.xxx-topbar-shell__control--lang .nice-select,
.xxx-topbar-shell__control--lang .form--control,
.xxx-topbar-shell__icon-btn {
    min-height: 52px;
    border-radius: 18px !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.xxx-topbar-shell__icon-btn {
    min-width: 52px;
}

.xxx-topbar-profile {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 12px 10px 16px;
    border-radius: 22px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
    box-shadow: 0 18px 32px rgba(17, 17, 17, 0.07);
    text-decoration: none;
}

.xxx-topbar-profile__copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.xxx-topbar-profile__copy small {
    color: #7b746e;
    font-size: 0.73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.xxx-topbar-profile__copy strong {
    color: #111111;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xxx-topbar-shell__profile .header-user-thumb,
.xxx-topbar-shell__profile .header-user-thumb img,
.xxx-topbar-shell__profile .header-user-thumb a {
    width: 46px;
    height: 46px;
    border-radius: 16px;
}

.xxx-mobile-shortcuts {
    margin: 0 0 14px;
    padding: 4px 0 2px;
    gap: 10px;
}

.xxx-mobile-shortcuts__item {
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 20px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: linear-gradient(180deg, #ffffff, #fbfbfb);
    box-shadow: 0 14px 26px rgba(17, 17, 17, 0.06);
}

.xxx-mobile-shortcuts__item.active {
    border-color: rgba(249, 115, 22, 0.22);
    background: linear-gradient(180deg, rgba(249, 115, 22, 0.12), rgba(255, 255, 255, 0.98));
}

.xxx-metric-card {
    min-height: 100%;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
    box-shadow: 0 22px 36px rgba(17, 17, 17, 0.06);
}

.xxx-metric-card__label {
    color: #736b65;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.xxx-metric-card__value {
    letter-spacing: -0.05em;
}

.xxx-metric-card__value em {
    color: #f97316;
    font-style: normal;
    font-size: 0.9em;
}

.xxx-metric-card__note {
    color: #615b56;
}

.xxx-metric-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.16), rgba(255, 255, 255, 0.96));
    color: #f97316;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.xxx-chart-card {
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
    box-shadow: 0 22px 36px rgba(17, 17, 17, 0.06);
}

.xxx-chart-card__pill {
    background: rgba(249, 115, 22, 0.12);
    color: #c86217;
}

.xxx-chart-card .chart-container {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.52));
}

.xxx-dashboard-page .apexcharts-legend {
    padding-top: 6px !important;
}

.xxx-dashboard-page .apexcharts-legend-text {
    font-family: "IBM Plex Sans", sans-serif !important;
    font-weight: 600 !important;
    color: #514b46 !important;
}

@media (min-width: 1200px) {
    .xxx-dashboard-page .page-wrapper {
        padding-left: 0 !important;
    }

    .xxx-dashboard-page .main-wrapper {
        width: calc(100% - (var(--xxx-sidebar-width) + (var(--xxx-shell-gap) * 3))) !important;
        margin-left: calc(var(--xxx-sidebar-width) + (var(--xxx-shell-gap) * 2)) !important;
        padding-right: var(--xxx-shell-gap);
    }

    .xxx-dashboard-page .body-wrapper {
        margin-top: 18px !important;
    }
}

@media (max-width: 1199px) {
    .xxx-dashboard-page .sidebar-logo {
        padding: 0 0 14px;
    }

    .xxx-dashboard-page .sidebar-logo .xxx-sidebar-toggle {
        min-width: 96px;
        min-height: 48px;
    }

    .xxx-topbar-shell__inner {
        align-items: stretch;
    }

    .xxx-topbar-shell__right {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

    .xxx-topbar-shell__controls {
        flex: 1 1 100%;
        width: 100%;
        justify-content: space-between;
    }

    .xxx-topbar-shell__profile {
        width: 100%;
    }

    .xxx-topbar-profile {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .xxx-dashboard-page .body-wrapper {
        margin: 8px 0 84px;
    }

    .xxx-topbar-shell__breadcrumb {
        display: none;
    }

    .xxx-topbar-shell__controls {
        padding: 6px;
        gap: 8px;
        border-radius: 20px;
    }

    .xxx-topbar-shell__control--lang {
        min-width: 0;
        flex: 1 1 auto;
    }

    .xxx-topbar-shell__control--lang .nice-select,
    .xxx-topbar-shell__control--lang .form--control,
    .xxx-topbar-shell__icon-btn {
        min-height: 46px;
        border-radius: 16px !important;
    }

    .xxx-topbar-profile {
        min-height: 58px;
        padding: 8px 10px 8px 14px;
        border-radius: 20px;
    }

    .xxx-topbar-profile__copy strong {
        font-size: 0.92rem;
    }

    .xxx-dashboard-page .sidebar {
        width: min(324px, 90vw);
        border-radius: 0 30px 30px 0;
    }
}
