.vip-dashboard-account {
    direction: rtl;
    color: #f5f7fb;
    font-family: iranyekan, sans-serif;
    --vip-dash-surface: rgba(28, 28, 28, 0.88);
    --vip-dash-surface-strong: rgba(18, 18, 18, 0.96);
    --vip-dash-surface-soft: rgba(255, 255, 255, 0.055);
    --vip-dash-border: rgba(255, 255, 255, 0.08);
    --vip-dash-text-soft: rgba(235, 235, 235, 0.66);
    --vip-dash-accent: #d8b15a;
    --vip-dash-accent-strong: #f4ddb0;
    --vip-dash-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
}

.vip-dashboard-account,
.vip-dashboard-account * {
    box-sizing: border-box;
}

.vip-dashboard-account a,
.vip-dashboard-page a,
.vip-account-page a {
    color: inherit;
    text-decoration: none;
}

.vip-dashboard-account a:hover,
.vip-dashboard-page a:hover,
.vip-account-page a:hover,
.vip-dashboard-account a:focus,
.vip-dashboard-page a:focus,
.vip-account-page a:focus {
    color: inherit;
    text-decoration: none;
    border-bottom: none !important;
}

.vip-dashboard-account p,
.vip-dashboard-page p,
.vip-account-page p,
.vip-dashboard-account h1,
.vip-dashboard-page h1,
.vip-account-page h1,
.vip-dashboard-account h2,
.vip-dashboard-page h2,
.vip-account-page h2,
.vip-dashboard-account h3,
.vip-dashboard-page h3,
.vip-account-page h3,
.vip-dashboard-account strong,
.vip-dashboard-page strong,
.vip-account-page strong,
.vip-dashboard-account span,
.vip-dashboard-page span,
.vip-account-page span,
.vip-dashboard-account label,
.vip-dashboard-page label,
.vip-account-page label {
    font-family: inherit;
}

.vip-dashboard-account table,
.vip-dashboard-page table,
.vip-account-page table {
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.vip-dashboard-account th,
.vip-dashboard-account td,
.vip-dashboard-page th,
.vip-dashboard-page td,
.vip-account-page th,
.vip-account-page td {
    background: transparent;
}

.vip-dashboard-page,
.vip-dashboard-page * {
    box-sizing: border-box;
}

.vip-dashboard-account__shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 14px 36px;
}

.vip-dashboard-hero,
.vip-dashboard-metric,
.vip-dashboard-panel,
.vip-dashboard-balance,
.vip-dashboard-action,
.vip-dashboard-logout {
    border: 1px solid var(--vip-dash-border);
    background: var(--vip-dash-surface);
    box-shadow: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vip-dashboard-hero {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    margin-bottom: 18px;
    background:
        radial-gradient(circle at top left, rgba(216, 177, 90, 0.16), transparent 34%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 24%),
        var(--vip-dash-surface-strong);
    box-shadow: var(--vip-dash-shadow);
}

.vip-dashboard-hero__cover {
    height: 200px;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.12), rgba(18, 18, 18, 0.84)), var(--vip-account-cover, linear-gradient(135deg, #343028, #141414)) center / cover no-repeat;
}

.vip-dashboard-hero__cover::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(12, 12, 12, 0) 22%, rgba(12, 12, 12, 0.9) 88%);
}

.vip-dashboard-hero__settings {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: rgba(9, 12, 18, 0.48);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vip-dashboard-hero__content {
    position: relative;
    z-index: 1;
    margin-top: -70px;
    padding: 0 24px 24px;
}

.vip-dashboard-hero__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-top: 20px;
}

.vip-dashboard-hero__identity {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 28px;
}

.vip-dashboard-hero__name {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.vip-dashboard-hero__handle {
    margin-top: 1px;
    color: var(--vip-dash-text-soft);
    font-size: 13px;
    font-weight: 700;
    direction: ltr;
    text-align: right;
}

.vip-dashboard-hero__avatar {
    position: relative;
    flex: 0 0 124px;
    width: 124px;
    height: 124px;
}

.vip-dashboard-hero__avatar .avatar {
    width: 124px;
    height: 124px;
    border-radius: 32px;
    border: 1px solid rgb(131 126 126 / 8%);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.3);
}

.ss-user-avatar-fallback {
    --ss-user-avatar-size: 64px;
    width: var(--ss-user-avatar-size);
    height: var(--ss-user-avatar-size);
    min-width: var(--ss-user-avatar-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #242424;
    color: rgb(223 230 232 / 33%);
    line-height: 1;
}

.ss-user-avatar-fallback i {
    font-size: calc(var(--ss-user-avatar-size) * 0.38);
    line-height: 1;
}

.vip-dashboard-hero__avatar .ss-user-avatar-fallback,
.vip-account-hero__avatar .ss-user-avatar-fallback {
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: inline-flex;
    border-radius: 32px;
}

.vip-dashboard-hero__avatar .ss-user-avatar-fallback i,
.vip-account-hero__avatar .ss-user-avatar-fallback i {
    font-size: 42px;
}

.header-avatar .ss-user-avatar-fallback {
    --ss-user-avatar-size: 34px;
}

.vip-dashboard-hero__membership {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
}

.vip-dashboard-hero__membership-chip,
.vip-dashboard-hero__membership-link {
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 860;
}

.vip-dashboard-hero__membership-chip {
    color: var(--vip-dash-accent-strong);
    background: rgba(216, 177, 90, 0.12);
    border: 1px solid rgba(216, 177, 90, 0.18);
}

.vip-dashboard-hero__membership-link {
    color: #071018 !important;
    background: linear-gradient(135deg, #f4ddb0, #d8b15a);
}

.vip-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.vip-dashboard-metric {
    min-width: 0;
    padding: 16px 16px 18px;
    border-radius: 24px;
}

.vip-dashboard-metric__label {
    display: block;
    margin-bottom: 8px;
    color: var(--vip-dash-text-soft);
    font-size: 11px;
    font-weight: 760;
}

.vip-dashboard-metric__value {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 860;
    line-height: 1.7;
}

.vip-dashboard-panel {
    border-radius: 32px;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
        var(--vip-dash-surface-strong);
    box-shadow: var(--vip-dash-shadow);
}

.vip-dashboard-panel__head {
    margin-bottom: 16px;
}

.vip-dashboard-panel__eyebrow {
    margin-bottom: 8px;
    color: var(--vip-dash-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.vip-dashboard-panel__title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 860;
}

.vip-dashboard-panel__title i {
    color: var(--vip-dash-accent);
}

.vip-dashboard-panel__hint {
    margin: 10px 0 0;
    color: var(--vip-dash-text-soft);
    font-size: 13px;
    line-height: 1.9;
}

.vip-dashboard-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    padding: 18px 18px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(216, 177, 90, 0.11), rgba(216, 177, 90, 0.035)),
        rgba(28, 28, 28, 0.72);
}

.vip-dashboard-balance__label {
    color: rgba(242, 247, 255, 0.82);
    font-size: 13px;
    font-weight: 760;
}

.vip-dashboard-balance__value {
    color: var(--vip-dash-accent-strong);
    font-size: 16px;
    font-weight: 900;
}

.vip-dashboard-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}

.vip-dashboard-action {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 16px;
    border-radius: 26px;
    color: #f7fbff;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.vip-dashboard-action:hover {
    border-color: rgba(216, 177, 90, 0.22);
    background: rgba(36, 36, 36, 0.94);
    text-decoration: none;
}

.vip-dashboard-account .vip-dashboard-action:hover,
.vip-dashboard-account .vip-dashboard-action:focus,
.vip-dashboard-account .vip-dashboard-action:focus-visible {
    border-bottom: 1px solid rgba(216, 177, 90, 0.22) !important;
    text-decoration: none;
}

.vip-dashboard-action__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(216, 177, 90, 0.12);
    color: var(--vip-dash-accent);
    font-size: 18px;
}

.vip-dashboard-action__content {
    flex: 1 1 auto;
    min-width: 0;
    display: block;
}

.vip-dashboard-action__label {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 820;
    line-height: 1.6;
}

.vip-dashboard-action__meta {
    display: block;
    margin-top: 4px;
    color: var(--vip-dash-text-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
}

.vip-dashboard-action__arrow {
    flex: 0 0 18px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 18px;
}

.vip-dashboard-logout {
    width: 100%;
    min-height: 60px;
    margin-top: 14px;
    border: 0 !important;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ff7d8f !important;
    text-decoration: none;
    background: rgba(239, 68, 68, 0.09);
    direction: ltr;
}
.vip-dashboard-logout i {
    font-size: 24px;
    font-weight: 400;
}
.vip-dashboard-logout__label {
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .vip-dashboard-metrics,
    .vip-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vip-dashboard-hero__content {
        margin-top: -52px;
        padding: 0 16px 18px;
    }

    .vip-dashboard-hero__top {
        align-items: flex-start;
    }

    .vip-dashboard-hero__name {
        font-size: 28px;
    }

    .vip-dashboard-hero__avatar {
        flex-basis: 96px;
        width: 96px;
        height: 96px;
    }

    .vip-dashboard-hero__avatar .avatar {
        width: 96px;
        height: 96px;
        border-radius: 26px;
    }
}

@media (max-width: 575px) {
    .vip-dashboard-account__shell {
        padding-inline: 12px;
    }

    .vip-dashboard-hero {
        border-radius: 28px;
    }

    .vip-dashboard-hero__cover {
        height: 156px;
    }

    .vip-dashboard-hero__top {
        gap: 14px;
    }

    .vip-dashboard-hero__name {
        font-size: 24px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-actions {
        grid-template-columns: 1fr;
    }

    .vip-dashboard-panel {
        padding: 16px;
        border-radius: 26px;
    }

    .vip-dashboard-action {
        min-height: 88px;
        padding: 14px;
        border-radius: 22px;
    }
}

.vip-dashboard-page {
    direction: rtl;
    color: #f5f7fb;
    font-family: iranyekan, sans-serif;
    --vip-shell-max: 1280px;
    --vip-shell-pad: 14px;
    --vip-page-surface: rgba(18, 22, 30, 0.86);
    --vip-page-surface-strong: rgba(12, 15, 21, 0.94);
    --vip-page-border: rgba(255, 255, 255, 0.1);
    --vip-page-text-soft: rgba(228, 233, 242, 0.68);
    --vip-page-accent: #d8b15a;
    --vip-page-accent-strong: #f4ddb0;
    --vip-page-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.vip-dashboard-page,
.vip-dashboard-page * {
    box-sizing: border-box;
}

.vip-dashboard-page {
    display: flex;
    justify-content: center;
}

.vip-dashboard-page__shell {
    width: min(var(--vip-shell-max), calc(100% - (var(--vip-shell-pad) * 2)));
    max-width: 1280px;
    display: block;
    margin-inline: auto;
    padding: 18px 14px 36px;
}

.vip-dashboard-page__hero,
.vip-dashboard-surface,
.vip-dashboard-stat {
    border: 1px solid var(--vip-page-border);
    background: var(--vip-page-surface);
    box-shadow: var(--vip-page-shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.vip-dashboard-page__hero {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    justify-items: center;
    gap: 10px;
    padding: 6px 2px 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: 6px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.vip-dashboard-page__head {
    grid-column: 2;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    flex-flow: row nowrap;
    white-space: nowrap;
}

.vip-dashboard-page__icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--vip-page-accent);
    background: rgba(216, 177, 90, 0.1);
    font-size: 14px;
}

.vip-dashboard-page__title {
    margin: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: normal;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.vip-dashboard-page__back {
    grid-column: 3;
    justify-self: end;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.04);
}

.vip-dashboard-page__body {
    display: grid;
    gap: 16px;
}

.vip-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.vip-dashboard-stat {
    min-width: 0;
    padding: 16px 16px 18px;
    border-radius: 24px;
}

.vip-dashboard-stat--accent {
    background: linear-gradient(135deg, rgba(216, 177, 90, 0.14), rgba(216, 177, 90, 0.05));
}

.vip-dashboard-stat__label {
    display: block;
    margin-bottom: 8px;
    color: var(--vip-page-text-soft);
    font-size: 11px;
    font-weight: 760;
}

.vip-dashboard-stat__value {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 860;
    line-height: 1.7;
}

.vip-dashboard-surface {
    border-radius: 30px;
    padding: 18px;
}

.vip-dashboard-surface--table {
    overflow: hidden;
}

.vip-dashboard-surface__head {
    margin-bottom: 14px;
}

.vip-dashboard-surface__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 860;
}

.vip-dashboard-surface__meta {
    margin: 8px 0 0;
    color: var(--vip-page-text-soft);
    font-size: 13px;
    line-height: 1.8;
}

.vip-dashboard-form {
    display: grid;
    gap: 14px;
}

.vip-dashboard-form--inline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
}

.vip-dashboard-field {
    min-width: 0;
}

.vip-dashboard-field__error {
    min-height: 18px;
    color: #ffb7b7;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.65;
}

.vip-dashboard-field__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: rgba(245,247,251,.86);
    font-size: 13px;
    font-weight: 760;
}

.vip-dashboard-field__label i {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    color: var(--vip-page-accent);
    font-size: 13px;
}

.vip-dashboard-field:focus-within .vip-dashboard-field__label,
.vip-dashboard-field:focus-within .vip-dashboard-field__label i {
    color: var(--vip-page-accent-strong);
}

.vip-dashboard-input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    direction: rtl;
}

.vip-dashboard-input::placeholder {
    color: rgba(255,255,255,.38);
}

.vip-dashboard-input:focus {
    border-color: rgba(216, 177, 90, 0.36);
    box-shadow: 0 0 0 4px rgba(216, 177, 90, 0.08);
}

.vip-dashboard-input:-webkit-autofill,
.vip-dashboard-input:-webkit-autofill:hover,
.vip-dashboard-input:-webkit-autofill:focus,
.vip-dashboard-input:-webkit-autofill:active {
    -webkit-text-fill-color: #f5f7fb;
    caret-color: #f5f7fb;
    border-color: rgba(255,255,255,.1);
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,.04) inset, 0 0 0 1px rgba(255,255,255,.1);
    box-shadow: 0 0 0 1000px rgba(255,255,255,.04) inset, 0 0 0 1px rgba(255,255,255,.1);
    transition: background-color 9999s ease-out 0s, color 9999s ease-out 0s;
}

.vip-dashboard-input:-webkit-autofill:focus,
.vip-dashboard-input:-webkit-autofill:active {
    border-color: rgba(216, 177, 90, 0.36);
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,.06) inset, 0 0 0 4px rgba(216, 177, 90, 0.08);
    box-shadow: 0 0 0 1000px rgba(255,255,255,.06) inset, 0 0 0 4px rgba(216, 177, 90, 0.08);
}

.vip-dashboard-field.is-invalid .vip-dashboard-field__label,
.vip-dashboard-field.is-invalid .vip-dashboard-field__label i,
.vip-dashboard-input[aria-invalid="true"] {
    color: #ffb7b7;
}

.vip-dashboard-input[aria-invalid="true"] {
    border-color: rgba(214, 85, 85, 0.65);
    box-shadow: 0 0 0 4px rgba(214, 85, 85, 0.14);
    background: rgba(120, 22, 22, 0.12);
}

.vip-dashboard-input:disabled {
    opacity: .66;
    cursor: not-allowed;
    background: rgba(255,255,255,.025);
}

.vip-dashboard-button {
    min-height: 50px;
    padding: 0 18px;
    border: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 820;
    cursor: pointer;
}

.vip-dashboard-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(216, 177, 90, 0.16), 0 18px 30px rgba(216, 177, 90, 0.18);
}

.vip-dashboard-form.is-submitting .vip-dashboard-button,
.vip-dashboard-button[disabled] {
    cursor: wait;
}

.vip-dashboard-button.is-loading::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-inline-start: -4px;
    margin-inline-end: 8px;
    border: 2px solid rgba(7, 16, 24, 0.22);
    border-top-color: rgba(7, 16, 24, 0.86);
    border-radius: 50%;
    animation: vipAccountSpin .85s linear infinite;
}

.vip-dashboard-button--primary {
    color: #071018;
    background: linear-gradient(135deg, #f4ddb0, #d8b15a);
}

.vip-dashboard-button--secondary {
    color: var(--vip-page-accent-strong);
    background: rgba(216, 177, 90, 0.12);
}

.vip-dashboard-table-wrap {
    overflow-x: auto;
}

.vip-dashboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #eef3f9;
    font-size: 13px;
}

.vip-dashboard-table th,
.vip-dashboard-table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    text-align: center;
    vertical-align: middle;
}

.vip-dashboard-table thead th {
    color: rgba(236,242,250,.78);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.vip-dashboard-table tbody th {
    color: #fff;
    font-weight: 820;
}

.vip-dashboard-table tbody tr:last-child th,
.vip-dashboard-table tbody tr:last-child td {
    border-bottom: 0;
}

.vip-dashboard-table__compact {
    font-size: 12px;
    line-height: 1.8;
}

.vip-dashboard-badge {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 820;
}

.vip-dashboard-badge--success {
    color: #c8ffe7;
    background: rgba(38, 166, 91, 0.18);
}

.vip-dashboard-badge--danger {
    color: #ffd1d1;
    background: rgba(177, 55, 55, 0.2);
}

.vip-dashboard-badge--warning {
    color: #ffe7a8;
    background: rgba(176, 125, 28, 0.22);
}

.vip-dashboard-badge--neutral {
    color: #e7edf6;
    background: rgba(255,255,255,.08);
}

.vip-dashboard-empty {
    padding: 16px;
    border-radius: 22px;
    color: var(--vip-page-text-soft);
    font-size: 13px;
    line-height: 1.9;
    background: rgba(255,255,255,.04);
}

.vip-legacy-grid {
    display: grid;
    grid-template-columns: minmax(0, min(760px, 100%));
    justify-content: center;
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
    gap: 18px;
    align-items: start;
}

.vip-legacy-grid--duo {
    max-width: none;
    justify-content: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vip-legacy-card {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 28px;
    padding: 22px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
}

.vip-legacy-card--aside {
    display: none !important;
}

.vip-legacy-form {
    position: relative;
    display: grid;
    gap: 14px;
}

.vip-legacy-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.vip-legacy-field__error {
    min-height: 18px;
    color: #ffb7b7;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.65;
}

.vip-legacy-field:focus-within .vip-legacy-field__label,
.vip-legacy-field:focus-within .vip-legacy-field__label i {
    color: var(--vip-dash-accent-strong);
}

.vip-legacy-field__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(241, 244, 250, 0.9);
    font-size: 13px;
    font-weight: 780;
}

.vip-legacy-field__label i {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    color: var(--vip-dash-accent);
    font-size: 13px;
}

.vip-legacy-input {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    outline: none;
    color: #f5f7fb;
    background: rgba(255,255,255,.04);
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
    direction: rtl;
}

.vip-legacy-input::placeholder {
    color: rgba(225, 231, 240, 0.42);
}

.vip-legacy-input:focus,
.vip-legacy-input:focus-visible {
    border-color: rgba(216, 177, 90, 0.42);
    box-shadow: 0 0 0 4px rgba(216, 177, 90, 0.12);
    background: rgba(255,255,255,.06);
}

.vip-legacy-input:-webkit-autofill,
.vip-legacy-input:-webkit-autofill:hover,
.vip-legacy-input:-webkit-autofill:focus,
.vip-legacy-input:-webkit-autofill:active {
    -webkit-text-fill-color: #f5f7fb;
    caret-color: #f5f7fb;
    border-color: rgba(255,255,255,.08);
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,.04) inset, 0 0 0 1px rgba(255,255,255,.08);
    box-shadow: 0 0 0 1000px rgba(255,255,255,.04) inset, 0 0 0 1px rgba(255,255,255,.08);
    transition: background-color 9999s ease-out 0s, color 9999s ease-out 0s;
}

.vip-legacy-input:-webkit-autofill:focus,
.vip-legacy-input:-webkit-autofill:active {
    border-color: rgba(216, 177, 90, 0.42);
    -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,.06) inset, 0 0 0 4px rgba(216, 177, 90, 0.12);
    box-shadow: 0 0 0 1000px rgba(255,255,255,.06) inset, 0 0 0 4px rgba(216, 177, 90, 0.12);
}

.vip-legacy-input:-moz-autofill {
    color: #f5f7fb;
    box-shadow: 0 0 0 1000px rgba(255,255,255,.04) inset;
}

.vip-legacy-field.is-invalid .vip-legacy-field__label,
.vip-legacy-field.is-invalid .vip-legacy-field__label i,
.vip-legacy-input[aria-invalid="true"] {
    color: #ffb7b7;
}

.vip-legacy-input[aria-invalid="true"] {
    border-color: rgba(214, 85, 85, 0.65);
    box-shadow: 0 0 0 4px rgba(214, 85, 85, 0.14);
    background: rgba(120, 22, 22, 0.12);
}

.vip-legacy-input:disabled {
    opacity: .66;
    cursor: not-allowed;
    background: rgba(255,255,255,.025);
}

.vip-legacy-input--select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.vip-legacy-button {
    width: 100%;
    min-height: 56px;
    border: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font: inherit;
    font-size: 14px;
    font-weight: 860;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.vip-legacy-button .vip-button-loader {
    display: none !important;
    min-height: 0;
    padding: 0;
}

.vip-legacy-button.is-loading .vip-button-loader,
.vip-legacy-form.is-submitting .vip-legacy-button--primary .vip-button-loader {
    display: inline-flex !important;
}

.vip-legacy-button:hover {
    transform: translateY(-1px);
}

.vip-legacy-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(216, 177, 90, 0.16), 0 18px 30px rgba(216, 177, 90, 0.22);
}

.vip-legacy-button--primary {
    color: #0d131a !important;
    background: linear-gradient(135deg, #f1d89f, #d8b15a);
    box-shadow: 0 18px 30px rgba(216, 177, 90, 0.22);
}

.vip-legacy-button[disabled],
.vip-legacy-form.is-submitting .vip-legacy-button {
    cursor: wait;
    transform: none;
}

.vip-legacy-form.is-submitting .vip-legacy-button--primary {
    opacity: .92;
}

.vip-legacy-button.is-loading::before {
    content: none;
}

.vip-legacy-button--secondary {
    color: #f5f7fb !important;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

.vip-legacy-links {
    color: rgba(228, 233, 242, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.vip-legacy-links a {
    color: var(--vip-dash-accent-strong) !important;
}

.vip-legacy-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(235, 240, 247, 0.8);
    font-size: 13px;
    font-weight: 700;
}

.vip-legacy-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #d8b15a;
}

.vip-legacy-form.is-submitting .vip-legacy-checkbox {
    opacity: .76;
}

.vip-dashboard-progressive {
    position: relative;
}

.vip-dashboard-progressive__sentinel {
    min-height: 54px;
    margin-top: 10px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--vip-page-text-soft);
    background: rgba(255,255,255,.04);
}

.vip-dashboard-progressive__spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,.14);
    border-top-color: var(--vip-page-accent);
    border-radius: 50%;
    animation: vipAccountSpin .9s linear infinite;
}

.vip-dashboard-progressive:not(.is-loading-more) .vip-dashboard-progressive__spinner {
    opacity: .55;
}

@media (min-width: 1280px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 1360px;
        padding-inline: 24px;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1536px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 1480px;
        padding-inline: 28px;
    }

    .vip-dashboard-hero__cover {
        height: 224px;
    }

    .vip-dashboard-page__hero,
    .vip-dashboard-panel,
    .vip-dashboard-surface {
        padding: 24px;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 210px;
    }

    .vip-account-page--music .vip-artist-card__image {
        width: 210px;
        height: 210px;
    }
}

@media (min-width: 1920px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 1640px;
        padding-inline: 34px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 224px;
    }

    .vip-account-page--music .vip-artist-card__image {
        width: 224px;
        height: 224px;
    }
}

@media (min-width: 2040px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 1760px;
        padding-inline: 40px;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 236px;
    }

    .vip-account-page--music .vip-artist-card__image {
        width: 236px;
        height: 236px;
    }
}

@media (max-width: 991px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 100%;
        padding-inline: 18px;
    }

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

@media (max-width: 767px) {
    .vip-dashboard-page__hero {
        flex-direction: column;
        align-items: stretch;
    }

    .vip-dashboard-form--inline {
        grid-template-columns: 1fr;
    }

    .vip-dashboard-page__back {
        justify-content: center;
    }

    .vip-legacy-grid,
    .vip-legacy-grid--duo {
        grid-template-columns: 1fr;
    }

    .vip-legacy-card {
        padding: 18px;
        border-radius: 24px;
    }
}

@media (max-width: 575px) {
    .vip-dashboard-page__shell {
        padding-inline: 12px;
    }

    .vip-dashboard-page__title {
        font-size: 24px;
    }

    .vip-dashboard-stats {
        grid-template-columns: 1fr;
    }

    .vip-dashboard-surface {
        padding: 16px;
        border-radius: 24px;
    }

    .vip-dashboard-table th,
    .vip-dashboard-table td {
        padding-inline: 10px;
    }
}

/* Final responsive overrides for dashboard/account pages */
@media (min-width: 576px) and (max-width: 767px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 100%;
        padding-inline: 16px;
    }

    .vip-dashboard-hero__top {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .vip-dashboard-hero__avatar {
        margin-inline-start: auto;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-actions,
    .vip-dashboard-stats {
        grid-template-columns: 1fr;
    }

    .vip-dashboard-page__hero {
        flex-direction: column;
        align-items: stretch;
    }

    .vip-dashboard-page__head {
        align-items: flex-start;
    }

    .vip-dashboard-page__back {
        justify-content: center;
    }

    .vip-dashboard-form--inline {
        grid-template-columns: 1fr;
    }

    .vip-dashboard-action {
        min-height: 84px;
    }

    .vip-account-page--music .vip-account-section__head {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 154px;
    }

    .vip-account-page--music .vip-artist-card__image {
        width: 154px;
        height: 154px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        max-width: 100%;
        padding-inline: 20px;
    }

    .vip-dashboard-hero__cover {
        height: 188px;
    }

    .vip-dashboard-hero__content {
        padding-inline: 20px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .vip-dashboard-action {
        min-height: 92px;
    }

    .vip-dashboard-page__hero {
        padding: 18px;
    }

    .vip-dashboard-table th,
    .vip-dashboard-table td {
        padding: 12px 10px;
        font-size: 12px;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 168px;
    }

    .vip-account-page--music .vip-artist-card__image {
        width: 168px;
        height: 168px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        width: 100%;
        max-width: none;
    }

    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        width: min(1200px, calc(100vw - 40px));
        max-width: none;
        padding-inline: 24px;
        margin-inline: auto;
    }

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

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        width: 100%;
        max-width: none;
    }

    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        width: min(1380px, calc(100vw - 56px));
        max-width: none;
        padding-inline: 28px;
        margin-inline: auto;
    }
}

@media (min-width: 1536px) and (max-width: 1919px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        width: 100%;
        max-width: none;
    }

    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        width: min(1520px, calc(100vw - 72px));
        max-width: none;
        padding-inline: 32px;
        margin-inline: auto;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1920px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        width: 100%;
        max-width: none;
    }

    .vip-dashboard-account__shell,
    .vip-dashboard-page__shell,
    .vip-account-shell {
        width: min(1680px, calc(100vw - 88px));
        max-width: none;
        padding-inline: 36px;
        margin-inline: auto;
    }
}

.vip-account-page {
    direction: rtl;
    color: #f5f5f5;
    font-family: iranyekan, sans-serif;
}

.vip-account-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 14px 34px;
}

.vip-account-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 30px;
    background: #1c1c1c;
    box-shadow: 0 24px 50px rgba(0,0,0,.24);
    margin-bottom: 16px;
}

.vip-account-hero__cover {
    height: 164px;
    background: linear-gradient(180deg, rgba(18,18,18,.12), rgba(18,18,18,.82)), var(--vip-account-cover, linear-gradient(135deg, #343434, #1c1c1c)) center / cover no-repeat;
}

.vip-account-hero__cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 18%, rgba(18,18,18,.94) 88%);
    pointer-events: none;
}

.vip-account-hero__settings {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(18,18,18,.54);
    text-decoration: none;
    backdrop-filter: blur(10px);
}

.vip-account-hero__content {
    position: relative;
    z-index: 1;
    margin-top: -58px;
    padding: 0 18px 18px;
}

.vip-account-hero__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.vip-account-hero__identity {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 22px;
}

.vip-account-hero__name {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
}

.vip-account-hero__secondary {
    margin-top: 4px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    font-weight: 720;
}

.vip-account-hero__handle {
    margin-top: 7px;
    color: rgba(255,255,255,.54);
    font-size: 13px;
    font-weight: 700;
    direction: ltr;
    text-align: right;
}

.vip-account-hero__avatar {
    position: relative;
    flex: 0 0 94px;
    width: 94px;
    height: 94px;
}

.vip-account-hero__avatar .avatar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.12);
    box-shadow: 0 16px 34px rgba(0,0,0,.28);
}

.vip-account-hero__avatar-badge {
    position: absolute;
    left: -4px;
    bottom: -4px;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    background: #ffd247;
    box-shadow: 0 12px 18px rgba(255,210,71,.24);
}

.vip-account-hero__membership {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px;
}

.vip-account-hero__membership-chip,
.vip-account-hero__membership-link {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 860;
}

.vip-account-hero__membership-chip {
    color: #f6d04c;
    background: rgba(255,210,71,.1);
    border: 1px solid rgba(255,210,71,.18);
}

.vip-account-hero__membership-link {
    color: #121212 !important;
    background: #ffd247;
    box-shadow: 0 14px 26px rgba(255,210,71,.18);
}

.vip-account-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.vip-account-detail-card,
.vip-account-balance-card,
.vip-account-menu__item,
.vip-account-empty,
.vip-account-loading {
    background: #202020;
    border: 1px solid rgba(255,255,255,.06);
}

.vip-account-detail-card {
    min-width: 0;
    padding: 13px 12px;
    border-radius: 18px;
}

.vip-account-detail-card__label {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.52);
    font-size: 11px;
    font-weight: 700;
}

.vip-account-detail-card__value {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 860;
    line-height: 1.7;
}

.vip-account-section {
    margin-bottom: 20px;
}

.vip-account-section--compact {
    margin-bottom: 12px;
}

.vip-account-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.vip-account-section__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 860;
}

.vip-account-section__head--page {
    padding: 6px 2px 2px;
}

.vip-account-section__title--page {
    font-size: 28px;
}

.vip-account-page--music .vip-account-shell {
    padding-top: 24px;
}

.vip-account-page--music .vip-account-section {
    margin-bottom: 26px;
}

.vip-account-page--music .vip-account-section__head {
    margin-bottom: 14px;
}

.vip-account-page--music .vip-account-section__view-all {
    color: rgba(255,255,255,.74);
    font-size: 13px;
}

.vip-account-page--music .vip-account-section__title {
    gap: 10px;
    font-size: 18px;
}

.vip-account-page--music .vip-account-section__body {
    min-height: 160px;
}

.vip-account-section__title i {
    color: #ffd247;
    font-size: 16px;
}

.vip-account-section__view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,.66);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.vip-account-section__spacer {
    width: 1px;
    min-height: 1px;
}

.vip-account-section__body {
    min-height: 132px;
}

.vip-account-section__body.is-loading {
    position: relative;
}

.vip-account-section__body.is-loaded {
    min-height: 0;
}

.vip-account-loading {
    min-height: 124px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 760;
}

.vip-account-loading__spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,.16);
    border-top-color: #ffd247;
    border-radius: 50%;
    animation: vipAccountSpin .9s linear infinite;
}

.vip-account-slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 148px;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.vip-account-slider::-webkit-scrollbar {
    display: none;
}

.vip-account-page--music .vip-account-slider {
    display: block;
    direction: rtl;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    white-space: nowrap;
    cursor: grab;
    scrollbar-color: #4a4a4a #222;
    scrollbar-width: thin;
    overscroll-behavior-x: contain;
}

.vip-account-page--music .vip-account-slider:active {
    cursor: grabbing;
}

.vip-account-page--music .vip-account-slider.is-dragging,
.vip-account-page--music .vip-account-slider.is-dragging * {
    cursor: grabbing !important;
    user-select: none;
}

.vip-account-page--music .vip-account-slider::-webkit-scrollbar {
    display: block;
    height: 8px;
}

.vip-account-page--music .vip-account-slider::-webkit-scrollbar-track {
    background: #222;
    border-radius: 999px;
}

.vip-account-page--music .vip-account-slider::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4d4d4d, #383838);
    border-radius: 999px;
}

.vip-media-card,
.vip-artist-card {
    color: inherit;
    text-decoration: none;
    scroll-snap-align: start;
}

.vip-account-page--music .vip-media-card,
.vip-account-page--music .vip-artist-card {
    display: inline-block;
    float: none;
    vertical-align: top;
    white-space: normal;
    scroll-snap-align: unset;
}

.vip-media-card {
    border-radius: 20px;
    overflow: hidden;
    background: #202020;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.vip-account-page--music .vip-media-card {
    width: 190px;
    margin: 5px 0 5px 10px;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vip-media-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #2c2c2c center / cover no-repeat;
}

.vip-account-page--music .vip-media-card__image {
    border-radius: 0;
}

.vip-media-card__body {
    display: block;
    padding: 10px 10px 12px;
}

.vip-account-page--music .vip-media-card__body {
    padding: 10px 0 0;
}

.vip-media-card__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 44px;
    color: #fff;
    font-size: 13px;
    font-weight: 840;
    line-height: 1.7;
}

.vip-account-page--music .vip-media-card__title {
    min-height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-line-clamp: 1;
}

.vip-media-card__meta,
.vip-media-card__date,
.vip-artist-card__meta {
    display: block;
    color: rgba(255,255,255,.58);
    font-size: 11px;
    font-weight: 720;
    line-height: 1.7;
}

.vip-account-page--music .vip-media-card__meta,
.vip-account-page--music .vip-media-card__date,
.vip-account-page--music .vip-artist-card__meta {
    font-size: 14px;
    line-height: 1.65;
}

.vip-account-slider--artists {
    grid-auto-columns: 104px;
}

.vip-account-page--music .vip-account-slider--artists {
    display: block;
}

.vip-artist-card {
    text-align: center;
}

.vip-account-page--music .vip-artist-card {
    width: 190px;
    margin: 5px 0 5px 10px;
    transition: transform .18s ease;
}

.vip-account-page--music .vip-artist-card:hover {
    transform: translateY(-4px);
}

.vip-artist-card__image {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #2c2c2c center / cover no-repeat;
    border: 1px solid rgba(255,255,255,.08);
}

.vip-account-page--music .vip-artist-card__image {
    width: 190px;
    height: 190px;
    margin-bottom: 12px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.vip-account-page--music .vip-artist-card:hover .vip-artist-card__image {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transform: scale(1.02);
}

.vip-artist-card__title {
    display: block;
    min-height: 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 820;
    line-height: 1.8;
}

.vip-account-page--music .vip-artist-card__title {
    min-height: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.vip-account-empty {
    padding: 16px 14px;
    border-radius: 20px;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    font-weight: 740;
    line-height: 1.9;
}

.vip-account-empty--error {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.vip-account-retry {
    min-height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,210,71,.14);
    color: #ffd247;
    font-family: inherit;
    font-size: 12px;
    font-weight: 820;
}

.vip-account-section--menu {
    margin-bottom: 0;
}

.vip-account-balance-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,210,71,.16), rgba(255,210,71,.08));
    border-color: rgba(255,210,71,.12);
}

.vip-account-balance-card__label {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 760;
}

.vip-account-balance-card__value {
    color: #ffd247;
    font-size: 15px;
    font-weight: 900;
}

.vip-account-menu {
    width: 100%;
    padding: 0;
    margin: 0;
}

.vip-account-menu__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 14px;
    border-radius: 20px;
    color: #f5f5f5;
    text-decoration: none;
    margin-bottom: 10px;
}

.vip-account-menu__icon {
    flex: 0 0 22px;
    color: #ffd247;
    text-align: center;
    font-size: 18px;
}

.vip-account-menu__label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
}

.vip-account-menu__arrow {
    flex: 0 0 18px;
    color: rgba(255,255,255,.44);
    text-align: left;
    font-size: 18px;
}

.vip-account-logout {
    width: 100%;
    min-height: 58px;
    margin-top: 10px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffd247;
    color: #121212;
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(255,210,71,.2);
}

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

@media (min-width: 768px) {
    .vip-account-shell {
        padding: 24px 22px 44px;
    }

    .vip-account-hero__cover {
        height: 220px;
    }

    .vip-account-hero__content {
        margin-top: -72px;
        padding: 0 24px 24px;
    }

    .vip-account-hero__avatar {
        flex-basis: 126px;
        width: 126px;
        height: 126px;
    }

    .vip-account-hero__avatar .avatar {
        width: 126px;
        height: 126px;
    }

    .vip-account-hero__name {
        font-size: 30px;
    }

    .vip-account-hero__secondary {
        font-size: 16px;
    }

    .vip-account-slider {
        grid-auto-columns: 188px;
    }

    .vip-account-slider--artists {
        grid-auto-columns: 132px;
    }
}

@media (min-width: 992px) {
    .vip-account-shell {
        max-width: 1180px;
    }

    .vip-account-detail-grid {
        grid-template-columns: repeat(3, minmax(0, 220px));
        justify-content: start;
    }

    .vip-account-section__body {
        min-height: 150px;
    }

    .vip-account-slider {
        grid-auto-columns: minmax(180px, 1fr);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: unset;
        overflow: visible;
    }

    .vip-account-slider--artists {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .vip-account-page--music .vip-account-slider,
    .vip-account-page--music .vip-account-slider--artists {
        display: block;
        grid-auto-columns: unset;
        grid-template-columns: none;
        overflow-x: auto;
    }

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

    .vip-account-menu__item {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .vip-account-section__head {
        gap: 8px;
    }

    .vip-account-section__title {
        font-size: 15px;
    }

    .vip-account-section__title--page {
        font-size: 22px;
    }

    .vip-account-page--music .vip-account-section__title {
        font-size: 16px;
    }

    .vip-account-section__view-all {
        font-size: 11px;
    }

    .vip-account-empty--error {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .vip-account-shell {
        padding-inline: 12px;
    }

    .vip-account-hero {
        border-radius: 28px;
    }

    .vip-account-hero__cover {
        height: 146px;
    }

    .vip-account-hero__name {
        font-size: 22px;
    }

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

    .vip-account-detail-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 146px;
        margin-left: 8px;
    }

    .vip-account-page--music .vip-artist-card__image {
        width: 146px;
        height: 146px;
    }

    .vip-account-page--music .vip-media-card__title,
    .vip-account-page--music .vip-artist-card__title {
        font-size: 14px;
    }

    .vip-account-page--music .vip-media-card__meta,
    .vip-account-page--music .vip-media-card__date,
    .vip-account-page--music .vip-artist-card__meta {
        font-size: 12px;
    }
}

/* Responsive hardening: root overflow prevention and unified shell sizing */
.vip-dashboard-account,
.vip-dashboard-page,
.vip-account-page {
    --vip-shell-max: 1680px;
    --vip-shell-pad: 16px;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

.vip-dashboard-account__shell,
.vip-dashboard-page__shell,
.vip-account-shell {
    width: min(var(--vip-shell-max), calc(100% - (var(--vip-shell-pad) * 2))) !important;
    max-width: min(var(--vip-shell-max), 100%) !important;
    min-width: 0;
    margin-inline: auto !important;
    padding-inline: var(--vip-shell-pad) !important;
    box-sizing: border-box;
}

.vip-dashboard-account__shell > *,
.vip-dashboard-page__shell > *,
.vip-account-shell > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vip-dashboard-hero,
.vip-dashboard-page__hero,
.vip-dashboard-panel,
.vip-dashboard-surface,
.vip-dashboard-metric,
.vip-dashboard-stat,
.vip-dashboard-balance,
.vip-dashboard-action,
.vip-dashboard-logout,
.vip-legacy-card,
.vip-account-hero,
.vip-account-detail-card,
.vip-account-balance-card,
.vip-account-menu__item,
.vip-account-empty,
.vip-account-loading,
.vip-media-card,
.vip-artist-card {
    max-width: 100%;
    min-width: 0;
}

.vip-dashboard-metrics,
.vip-dashboard-stats,
.vip-dashboard-actions,
.vip-legacy-grid,
.vip-account-detail-grid,
.vip-account-menu,
.vip-edit-profile-grid,
.vip-dashboard-form,
.vip-dashboard-form--inline {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vip-dashboard-panel__title,
.vip-dashboard-page__head,
.vip-dashboard-page__title,
.vip-dashboard-action__content,
.vip-dashboard-action__label,
.vip-dashboard-action__meta,
.vip-dashboard-balance__label,
.vip-dashboard-balance__value,
.vip-dashboard-metric__value,
.vip-dashboard-stat__value,
.vip-account-section__title,
.vip-account-section__view-all,
.vip-media-card__title,
.vip-media-card__meta,
.vip-media-card__date,
.vip-artist-card__title,
.vip-artist-card__meta {
    min-width: 0;
    overflow-wrap: anywhere;
}

.vip-dashboard-page__hero,
.vip-dashboard-balance,
.vip-dashboard-hero__membership,
.vip-account-hero__membership {
    flex-wrap: wrap;
}

.vip-dashboard-page__head,
.vip-dashboard-page__title {
    overflow-wrap: normal;
    white-space: nowrap;
}

.vip-dashboard-hero__top,
.vip-account-hero__top {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vip-dashboard-hero__identity,
.vip-account-hero__identity,
.vip-dashboard-action__content {
    min-width: 0;
}

.vip-dashboard-table-wrap,
.vip-dashboard-progressive,
.vip-account-page--music .vip-account-slider,
.vip-account-slider {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
}

.vip-account-page--music .vip-media-card,
.vip-account-page--music .vip-artist-card {
    width: clamp(136px, 22vw, 210px);
    max-width: min(210px, 72vw);
}

.vip-account-page--music .vip-artist-card__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.vip-dashboard-table {
    min-width: 640px;
}

@media (max-width: 575px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 12px;
        --vip-shell-max: 100%;
    }

    .vip-dashboard-hero__top,
    .vip-account-hero__top,
    .vip-dashboard-page__hero,
    .vip-dashboard-page__head {
        flex-direction: column;
        align-items: stretch;
    }

    .vip-dashboard-hero__avatar,
    .vip-account-hero__avatar {
        margin-inline-start: auto;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats,
    .vip-dashboard-actions,
    .vip-account-detail-grid,
    .vip-account-menu,
    .vip-legacy-grid,
    .vip-legacy-grid--duo,
    .vip-edit-profile-grid {
        grid-template-columns: 1fr !important;
    }

    .vip-dashboard-form--inline {
        grid-template-columns: 1fr !important;
    }

    .vip-dashboard-page__back,
    .vip-account-section__head,
    .vip-account-section__head--page {
        flex-wrap: wrap;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 132px;
        max-width: 70vw;
        margin-left: 8px;
    }

    .vip-dashboard-table {
        min-width: 560px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 16px;
        --vip-shell-max: 100%;
    }

    .vip-dashboard-hero__top,
    .vip-account-hero__top,
    .vip-dashboard-page__hero {
        flex-direction: column;
        align-items: stretch;
    }

    .vip-dashboard-hero__avatar,
    .vip-account-hero__avatar {
        margin-inline-start: auto;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats,
    .vip-dashboard-actions,
    .vip-legacy-grid,
    .vip-legacy-grid--duo {
        grid-template-columns: 1fr !important;
    }

    .vip-dashboard-form--inline {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 20px;
        --vip-shell-max: 960px;
    }

    .vip-dashboard-actions,
    .vip-dashboard-metrics,
    .vip-dashboard-stats,
    .vip-account-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vip-legacy-grid {
        grid-template-columns: minmax(0, min(720px, 100%));
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 24px;
        --vip-shell-max: 1200px;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 28px;
        --vip-shell-max: 1380px;
    }
}

@media (min-width: 1536px) and (max-width: 1919px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 32px;
        --vip-shell-max: 1520px;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1920px) and (max-width: 2039px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 36px;
        --vip-shell-max: 1680px;
    }
}

@media (min-width: 2040px) {
    .vip-dashboard-account,
    .vip-dashboard-page,
    .vip-account-page {
        --vip-shell-pad: 40px;
        --vip-shell-max: 1760px;
    }
}

/* Pixel-level responsive refinement for account surfaces */
.vip-dashboard-hero__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 22px;
}

.vip-dashboard-hero__membership {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: initial;
    gap: 12px;
}

.vip-dashboard-hero__membership-chip {
    min-width: 0;
    justify-self: start;
}

.vip-dashboard-hero__membership-link {
    justify-self: end;
    max-width: 100%;
    white-space: nowrap;
}

.vip-dashboard-metrics,
.vip-dashboard-stats {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

.vip-dashboard-actions {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    align-items: stretch;
}

.vip-dashboard-action {
    height: 100%;
}

.vip-dashboard-page__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.vip-dashboard-page__back {
    justify-self: end;
}

.vip-account-detail-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.vip-account-section__head,
.vip-account-section__head--page {
    display: flex;
    flex-wrap: wrap;
}

.vip-account-page--music .vip-account-slider {
    padding-inline: 2px;
}

.vip-account-page--music .vip-media-card,
.vip-account-page--music .vip-artist-card {
    margin-inline: 0 10px;
}

.vip-dashboard-table-wrap {
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .vip-dashboard-hero__top,
    .vip-dashboard-hero__membership,
    .vip-dashboard-page__hero {
        grid-template-columns: 1fr;
    }

    .vip-dashboard-hero__membership-link,
    .vip-dashboard-page__back {
        justify-self: stretch;
        justify-content: center;
    }

    .vip-dashboard-hero__identity,
    .vip-account-hero__identity {
        padding-top: 10px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats,
    .vip-dashboard-actions,
    .vip-account-detail-grid {
        grid-template-columns: 1fr !important;
    }

    .vip-dashboard-hero__content {
        padding-inline: 14px;
    }

    .vip-dashboard-panel,
    .vip-dashboard-surface,
    .vip-legacy-card {
        padding: 16px;
        border-radius: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vip-dashboard-hero__top {
        grid-template-columns: minmax(0, 1fr) 112px;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .vip-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    }
}

@media (min-width: 1367px) and (max-width: 2040px) {
    .vip-dashboard-actions {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    }
}

/* Device-focused pass: my-account, my-music, orders */
@media (max-width: 430px) {
    .vip-dashboard-hero {
        border-radius: 24px;
    }

    .vip-dashboard-hero__cover {
        height: 140px;
    }

    .vip-dashboard-hero__content {
        margin-top: -44px;
        padding: 0 12px 14px;
    }

    .vip-dashboard-hero__name {
        font-size: clamp(21px, 7vw, 26px);
        line-height: 1.25;
    }

    .vip-dashboard-hero__handle {
        font-size: 12px;
    }

    .vip-dashboard-hero__avatar,
    .vip-dashboard-hero__avatar .avatar {
        width: 88px;
        height: 88px;
    }

    .vip-dashboard-metric,
    .vip-dashboard-stat,
    .vip-dashboard-action,
    .vip-dashboard-panel,
    .vip-dashboard-surface,
    .vip-legacy-card {
        border-radius: 22px;
    }

    .vip-dashboard-action {
        min-height: 82px;
        padding: 13px;
        gap: 12px;
    }

    .vip-dashboard-action__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 14px;
        font-size: 16px;
    }

    .vip-dashboard-action__label {
        font-size: 14px;
    }

    .vip-dashboard-action__meta {
        font-size: 11px;
        line-height: 1.7;
    }

    .vip-account-page--music .vip-account-section__head {
        gap: 8px;
        margin-bottom: 12px;
    }

    .vip-account-page--music .vip-account-section__title {
        font-size: 15px;
    }

    .vip-account-page--music .vip-account-section__view-all {
        font-size: 11px;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 124px;
        max-width: 64vw;
        margin-inline-end: 8px;
    }

    .vip-account-page--music .vip-media-card__title,
    .vip-account-page--music .vip-artist-card__title {
        font-size: 13px;
    }

    .vip-account-page--music .vip-media-card__meta,
    .vip-account-page--music .vip-media-card__date,
    .vip-account-page--music .vip-artist-card__meta {
        font-size: 11px;
    }

    .vip-dashboard-table {
        min-width: 520px;
    }

    .vip-dashboard-table th,
    .vip-dashboard-table td {
        padding: 10px 8px;
        font-size: 11px;
    }
}

@media (min-width: 431px) and (max-width: 575px) {
    .vip-dashboard-hero__cover {
        height: 152px;
    }

    .vip-dashboard-hero__content {
        padding-inline: 14px;
    }

    .vip-dashboard-action {
        min-height: 86px;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 136px;
        max-width: 62vw;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .vip-dashboard-hero__cover {
        height: 196px;
    }

    .vip-dashboard-hero__content {
        margin-top: -60px;
        padding-inline: 18px;
    }

    .vip-dashboard-hero__name {
        font-size: 30px;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }

    .vip-dashboard-action {
        min-height: 90px;
        padding: 15px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats,
    .vip-account-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        width: 164px;
        max-width: 28vw;
    }

    .vip-dashboard-table {
        min-width: 720px;
    }
}

@media (min-width: 1025px) and (max-width: 1366px) {
    .vip-dashboard-hero__cover {
        height: 212px;
    }

    .vip-dashboard-hero__content {
        padding-inline: 20px;
    }

    .vip-dashboard-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px;
    }

    .vip-dashboard-action {
        min-height: 92px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .vip-dashboard-table {
        min-width: 780px;
    }
}

@media (min-width: 1367px) and (max-width: 1919px) {
    .vip-dashboard-hero__cover {
        height: 228px;
    }

    .vip-dashboard-hero__content {
        padding-inline: 24px;
    }

    .vip-dashboard-actions {
        gap: 16px;
    }

    .vip-dashboard-action {
        min-height: 94px;
    }

    .vip-dashboard-metrics,
    .vip-dashboard-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1920px) {
    .vip-dashboard-hero__cover {
        height: 236px;
    }

    .vip-dashboard-hero__content {
        padding-inline: 26px;
    }

    .vip-dashboard-action {
        min-height: 96px;
    }

    .vip-account-page--music .vip-media-card,
    .vip-account-page--music .vip-artist-card {
        max-width: 210px;
    }
}

.vip-inline-download-status {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    margin-inline-start: 10px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.8;
    color: #dcdcdc;
}

.vip-inline-download-status .ss-shared-loader {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vip-inline-download-loader {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 20px;
    direction: rtl;
    text-align: right;
}

.vip-inline-download-status .ss-shared-loader__text {
    font-size: 12px;
}

.vip-inline-download-loader .ss-shared-loader__text {
    font-size: inherit;
}

.vip-inline-download-result {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 20px;
    direction: rtl;
    text-align: right;
}

.vip-inline-download-result i {
    font-size: 14px;
    direction: rtl;
}

.vip-inline-download-result--success {
    color: #fbfbfb;
   direction: rtl;
    text-align: right;
}

.vip-download-access-prompt__message {
    display: block;
    margin: 0 0 18px;
}

.vip-download-access-prompt__detail {
    display: block;
    margin: -6px 0 16px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.9;
}

.vip-download-start-meter.vip-flow-card__meter {
    display: block;
    width: min(100%, 280px);
    margin: 2px auto 18px;
}

.vip-download-access-prompt__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: min(100%, 240px);
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid rgba(251, 203, 7, .24);
    border-radius: 18px;
    background: rgba(251, 203, 7, .08);
    color: #fbcb07 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none !important;
    transform: translateY(2px);
    animation: vipDownloadAccessCtaIn .28s cubic-bezier(.22, 1, .36, 1) both;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.vip-download-access-prompt__cta:hover,
.vip-download-access-prompt__cta:focus {
    border-color: rgba(251, 203, 7, .42);
    background: rgba(251, 203, 7, .13);
    color: #ffd84f !important;
    transform: translateY(0);
    outline: 0;
}

.vip-download-access-prompt__cta i {
    font-size: 14px;
}

@keyframes vipDownloadAccessCtaIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(2px);
    }
}

.vip-inline-download-status--success {
    color: #137333;
}

.vip-inline-download-status--error {
    color: #b3261e;
}

a.is-vip-download-loading {
    pointer-events: none;
    opacity: 0.72;
}

/* Account hero final responsive pass */
.vip-dashboard-hero {
    border-radius: 26px;
    background: var(--vip-dash-surface-strong);
}

.vip-dashboard-hero__cover {
    height: 188px;
}

.vip-dashboard-hero__content {
    margin-top: -58px;
    padding: 0 24px 24px;
}

.vip-dashboard-hero__top {
    display: grid !important;
    grid-template-columns: 124px minmax(0, 1fr);
    grid-template-areas: "avatar identity";
    align-items: end;
    gap: 18px;
}

.vip-dashboard-hero__avatar {
    grid-area: avatar;
    justify-self: start;
    width: 124px;
    height: 124px;
}

.vip-dashboard-hero__identity {
    grid-area: identity;
    align-self: center;
    padding-top: 0;
}

.vip-dashboard-hero__membership {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.vip-dashboard-hero__membership-card {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.vip-dashboard-hero__membership-note {
    flex-basis: 100%;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 500;
}

.vip-dashboard-hero__membership-chip {
    display: none;
}

.vip-dashboard-hero__membership-link {
    min-height: 40px;
    border-radius: 999px;
    justify-content: center;
    transition: transform .22s ease, filter .22s ease;
}

.vip-dashboard-hero__membership-link:hover,
.vip-dashboard-hero__membership-link:focus {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.vip-dashboard-logout {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: background-color .2s ease, color .2s ease;
}

.vip-dashboard-logout::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(239, 68, 68, 0.12));
    transform: translateX(22%);
    transition: opacity .24s ease, transform .24s ease;
}

.vip-dashboard-logout:hover,
.vip-dashboard-logout:focus {
    background-color: rgba(239, 68, 68, 0.12);
}

.vip-dashboard-logout:hover::before,
.vip-dashboard-logout:focus::before,
.vip-dashboard-logout.is-leaving::before {
    opacity: 1;
    transform: translateX(0);
}

.vip-dashboard-logout i {
    transition: transform .24s ease;
}

.vip-dashboard-logout__label,
.vip-dashboard-logout > i {
    transition: opacity .18s ease;
}

.vip-dashboard-logout .vip-button-loader {
    --ss-loader-track: rgba(255, 255, 255, 0.3);
    --ss-loader-accent: #fff;
    display: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0;
    color: #fff;
}

.vip-dashboard-logout .ss-shared-loader__ring {
    border-color: rgba(255, 255, 255, 0.32);
    border-top-color: #fff;
}

.vip-dashboard-logout .ss-shared-loader__dot {
    background: #fff;
}

.vip-dashboard-logout .ss-shared-loader__text {
    color: rgba(255, 255, 255, 0.92);
}

.vip-dashboard-logout.is-leaving .vip-button-loader {
    display: flex;
}

.vip-dashboard-logout:hover > i,
.vip-dashboard-logout:focus > i {
    transform: none;
}

.vip-dashboard-logout.is-leaving {
    pointer-events: none;
}

.vip-dashboard-logout.is-leaving .vip-dashboard-logout__label,
.vip-dashboard-logout.is-leaving > i {
    opacity: 0;
}

.vip-dashboard-logout.is-leaving > i {
    transform: none;
}

@media (min-width: 1536px) {
    .vip-dashboard-hero__cover {
        height: 216px;
    }

    .vip-dashboard-hero__content {
        padding-inline: 30px;
    }
}

@media (min-width: 1920px) {
    .vip-dashboard-account {
        --vip-shell-max: 1760px;
    }

    .vip-dashboard-hero__cover {
        height: 230px;
    }
}

@media (max-width: 760px) {
    .vip-dashboard-page__hero {
        gap: 10px;
    }

    .vip-dashboard-page__title {
        line-height: 1.35;
    }

    .vip-dashboard-hero__content {
        margin-top: -48px;
        padding: 0 16px 18px;
    }

    .vip-dashboard-hero__top {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
    }

    .vip-dashboard-hero__avatar,
    .vip-dashboard-hero__avatar .avatar {
        width: 96px;
        height: 96px;
    }

    .vip-dashboard-hero__avatar .avatar {
        border-radius: 24px;
    }

    .vip-dashboard-hero__name {
        font-size: 26px;
    }

    .vip-dashboard-hero__membership {
        grid-template-columns: minmax(0, 1fr);
    }

    .vip-dashboard-hero__membership-link {
        justify-self: stretch;
    }
}

@media (max-width: 430px) {
    .vip-dashboard-hero__cover {
        height: 134px;
    }

    .vip-dashboard-hero__content {
        margin-top: -40px;
        padding-inline: 12px;
    }

    .vip-dashboard-hero__top {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .vip-dashboard-hero__avatar,
    .vip-dashboard-hero__avatar .avatar {
        width: 82px;
        height: 82px;
    }

    .vip-dashboard-hero__name {
        font-size: 22px;
    }

    .vip-dashboard-hero__handle {
        font-size: 12px;
    }

    .vip-dashboard-hero__membership-card {
        gap: 8px;
    }

    .vip-dashboard-hero__membership-note {
        text-align: center;
    }
}

.vip-legacy-card > .vip-notice {
    margin: 0 0 16px;
}

.vip-notice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 18px;
    direction: rtl;
    text-align: right;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.045);
    color: rgba(245,247,251,.9);
}

.vip-notice + .vip-notice {
    margin-top: 12px;
}

.vip-notice__icon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(255,255,255,.06);
}

.vip-notice__body {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.vip-notice__eyebrow {
    color: rgba(245,247,251,.52);
    font-size: 11px;
    font-weight: 780;
    line-height: 1.6;
}

.vip-notice__title {
    color: #fff;
    font-size: 14px;
    font-weight: 880;
    line-height: 1.75;
}

.vip-notice__message,
.vip-notice__detail {
    color: rgba(235,240,248,.72);
    font-size: 12px;
    font-weight: 680;
    line-height: 1.9;
}

.vip-notice__detail a {
    color: #f4ddb0 !important;
}

.vip-notice--error {
    border-color: rgba(255, 97, 97, .2);
    background: linear-gradient(135deg, rgba(128, 22, 36, .2), rgba(255,255,255,.035));
}

.vip-notice--error .vip-notice__icon {
    color: #ff9b9b;
    background: rgba(255, 97, 97, .12);
}

.vip-notice--success {
    border-color: rgba(52, 199, 89, .22);
    background: linear-gradient(135deg, rgba(24, 111, 58, .18), rgba(255,255,255,.035));
}

.vip-notice--success .vip-notice__icon {
    color: #7ee29b;
    background: rgba(52, 199, 89, .12);
}

.vip-notice--warning,
.vip-notice--info {
    border-color: rgba(216, 177, 90, .22);
    background: linear-gradient(135deg, rgba(216, 177, 90, .13), rgba(255,255,255,.035));
}

.vip-notice--warning .vip-notice__icon,
.vip-notice--info .vip-notice__icon {
    color: #f4ddb0;
    background: rgba(216, 177, 90, .12);
}

@media (max-width: 480px) {
    .vip-dashboard-page__hero {
        gap: 8px;
    }

    .vip-dashboard-page__head {
        gap: 8px;
    }

    .vip-dashboard-page__icon {
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        font-size: 13px;
    }

    .vip-dashboard-page__title {
        font-size: clamp(18px, 5.2vw, 21px);
        line-height: 1.35;
    }

    .vip-dashboard-page__back {
        grid-column: 3;
        justify-self: end;
    }

    .vip-notice {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
        border-radius: 16px;
    }

    .vip-notice__icon {
        width: 32px;
        height: 32px;
        border-radius: 12px;
        font-size: 14px;
    }
}

/* Account hero ambient/profile refinements */
.vip-dashboard-hero {
    isolation: isolate;
    min-height: 238px;
    background: var(--vip-dash-surface-strong);
}

.vip-dashboard-hero__cover {
    position: absolute;
    inset: -10%;
    height: auto;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.18), rgba(10, 10, 10, 0.72)),
        var(--vip-account-cover, linear-gradient(135deg, #28231a, #111317)) center / cover no-repeat;
    filter: blur(44px) saturate(1.18);
    opacity: .76;
    transform: scale(1.08);
    pointer-events: none;
}

.vip-dashboard-hero__cover::after {
    inset: -2%;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(12, 12, 12, 0.24), rgba(12, 12, 12, 0.88)),
        radial-gradient(circle at 20% 10%, rgba(216, 177, 90, 0.16), transparent 32%);
}

.vip-dashboard-hero__content {
    margin-top: 0;
    padding: 56px 24px 24px;
}

.vip-dashboard-hero__avatar-crown {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fbcb07;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28), 0 0 22px rgba(246, 215, 122, 0.18);
    transform: translate(-50%, -48%);
    animation: vip-dashboard-crown-settle .72s cubic-bezier(.2, .9, .22, 1.18) both;
    pointer-events: none;
}

.vip-dashboard-hero__avatar-crown i {
    font-size: 34px;
    line-height: 1;
}

@keyframes vip-dashboard-crown-settle {
    0% {
        opacity: 0;
        transform: translate(-50%, -86%) scale(.82) rotate(-8deg);
    }
    58% {
        opacity: 1;
        transform: translate(-50%, -42%) scale(1.06) rotate(3deg);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -48%) scale(1) rotate(0deg);
    }
}

.vip-dashboard-hero__membership {
    grid-template-columns: minmax(0, max-content) auto;
    justify-content: end;
}

.vip-dashboard-hero__membership-card {
    min-width: 0;
    max-width: 380px;
    justify-self: end;
}

.vip-dashboard-hero__membership-note {
    width: fit-content;
    max-width: 380px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    font-weight: 720;
    line-height: 1.8;
}

.vip-dashboard-metric {
    --vip-metric-color: var(--vip-dash-accent);
    --vip-metric-text: var(--vip-dash-accent-strong);
    --vip-metric-soft: rgba(216, 177, 90, 0.12);
    --vip-metric-border: rgba(216, 177, 90, 0.24);
    background:
        linear-gradient(135deg, var(--vip-metric-soft), rgba(255, 255, 255, 0.035)),
        var(--vip-dash-surface);
}

.vip-dashboard-metric[data-vip-dashboard-metric="gold"] {
    --vip-metric-color: #d8b15a;
    --vip-metric-text: #f4ddb0;
    --vip-metric-soft: rgba(216, 177, 90, 0.12);
    --vip-metric-border: rgba(216, 177, 90, 0.24);
}

.vip-dashboard-metric[data-vip-dashboard-metric="blue"] {
    --vip-metric-color: #7ca7d8;
    --vip-metric-text: #cfe0f4;
    --vip-metric-soft: rgba(124, 167, 216, 0.12);
    --vip-metric-border: rgba(124, 167, 216, 0.24);
}

.vip-dashboard-metric[data-vip-dashboard-metric="green"] {
    --vip-metric-color: #7bc49a;
    --vip-metric-text: #ccebd9;
    --vip-metric-soft: rgba(123, 196, 154, 0.12);
    --vip-metric-border: rgba(123, 196, 154, 0.24);
}

.vip-dashboard-metric__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vip-metric-text);
}

.vip-dashboard-metric__label i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--vip-metric-color);
    background: var(--vip-metric-soft);
    border: 1px solid var(--vip-metric-border);
    font-size: 12px;
}

@media (max-width: 760px) {
    .vip-dashboard-hero {
        min-height: 218px;
    }

    .vip-dashboard-hero__content {
        margin-top: 0;
        padding: 48px 16px 18px;
    }

    .vip-dashboard-hero__top {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 20px;
        text-align: center;
    }

    .vip-dashboard-hero__avatar {
        order: 1;
        flex: 0 0 auto;
        margin-inline: auto;
    }

    .vip-dashboard-hero__identity {
        order: 2;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .vip-dashboard-hero__handle {
        text-align: center;
    }

    .vip-dashboard-hero__membership {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        justify-content: stretch;
    }

    .vip-dashboard-hero__membership-note {
        width: auto;
        max-width: 100%;
        justify-content: center;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vip-dashboard-hero__membership-link {
        justify-self: end;
        white-space: nowrap;
    }

    .vip-dashboard-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 430px) {
    .vip-dashboard-hero__content {
        margin-top: 0;
        padding: 42px 12px 16px;
    }

    .vip-dashboard-hero__avatar-crown {
        width: 30px;
        height: 30px;
    }

    .vip-dashboard-hero__avatar-crown i {
        font-size: 24px;
    }

    .vip-dashboard-hero__handle {
        font-size: 12px;
    }
}

@media (max-width: 760px) {
    .vip-dashboard-hero__membership {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 12px;
        text-align: center;
    }

    .vip-dashboard-hero__membership-card {
        width: auto;
        max-width: min(100%, 380px);
        justify-content: center;
        justify-self: center;
    }

    .vip-dashboard-hero__membership-note {
        margin-inline: auto;
        justify-content: center;
        text-align: center;
    }

    .vip-dashboard-hero__membership-link {
        align-self: center;
        justify-self: center;
        justify-content: center;
        flex: 0 0 auto;
    }
}

/* Auth/dashboard page heading and submit feedback final overrides. */
.vip-dashboard-page__hero {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-template-columns: none !important;
    text-align: center;
}

.vip-dashboard-page__head {
    grid-column: auto !important;
    width: auto;
    max-width: 100%;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}

.vip-dashboard-page__title {
    text-align: center;
}

.vip-dashboard-page__back {
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vip-legacy-form.is-submitting .vip-legacy-button__label {
    display: none;
}

.vip-legacy-form.is-submitting .vip-legacy-button--primary {
    pointer-events: none;
}
