.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;
}

.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 {
    width: 100%;
    min-width: 100%;
    height: 100%;
    display: inline-flex;
    border-radius: 32px;
}

.vip-dashboard-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-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-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-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-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-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-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 {
    flex-wrap: wrap;
}

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

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

.vip-dashboard-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-dashboard-page__hero,
    .vip-dashboard-page__head {
        flex-direction: column;
        align-items: stretch;
    }

    .vip-dashboard-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-dashboard-page__hero {
        flex-direction: column;
        align-items: stretch;
    }

    .vip-dashboard-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-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 {
        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-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-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-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-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;
}

/* === Songsara account surfaces v3.5.16: start === */
.ss-account-back {
    display: grid!important;
    place-items: center!important;
    width: 36px!important;
    height: 36px!important;
    min-width: 36px!important;
    min-height: 36px!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #8c8c8c!important;
    line-height: 1!important;
    transform: none!important;
    transition: color .16s ease!important;
    cursor: pointer!important;
}

.ss-account-back:hover {
    background: transparent!important;
    box-shadow: none!important;
    color: #d0d0d0!important;
    transform: none!important;
}

.ss-account-back:focus {
    background: transparent!important;
    box-shadow: none!important;
    color: #d0d0d0!important;
    transform: none!important;
}

.ss-account-back:focus-visible {
    outline: 2px solid rgba(251,203,7,.34)!important;
    outline-offset: 2px!important;
    border-radius: 8px!important;
}

.ss-account-back i {
    display: block!important;
    margin: 0!important;
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 1!important;
    color: inherit!important;
    transform: none!important;
    transition: none!important;
}

.vip-account-settings-page .vip-edit-profile-shell {
    width: 100%!important;
    max-width: 920px!important;
    margin-top: 38px!important;
    padding: 0!important;
}

body.ss-mini-visible .vip-account-settings-page .vip-edit-profile-shell {
    padding-bottom: 24px!important;
}

.vip-account-settings-page .vip-edit-profile-card {
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    overflow: visible!important;
}

.vip-account-settings-page .vip-edit-profile-head {
    position: relative!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 0!important;
    width: 100%!important;
    min-height: 52px!important;
    margin: 0 0 20px!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}

.vip-account-settings-page .vip-edit-profile-head>.ss-account-back {
    position: absolute!important;
    top: 50%!important;
    right: 0!important;
    left: auto!important;
    width: 36px!important;
    height: 40px!important;
    transform: translateY(-50%)!important;
}

.vip-account-settings-page .vip-edit-profile-head__title {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px!important;
    width: auto!important;
    max-width: calc(100% - 88px)!important;
    min-width: 0!important;
    margin: 0!important;
    padding: 0!important;
    white-space: nowrap!important;
}

.vip-account-settings-page .vip-edit-profile-head__icon {
    display: grid!important;
    place-items: center!important;
    flex: 0 0 32px!important;
    width: 32px!important;
    height: 32px!important;
    margin: 0!important;
    border: 1px solid rgba(255,255,255,.075)!important;
    border-radius: 10px!important;
    background: rgba(255,255,255,.035)!important;
    color: #d6d6d6!important;
    box-shadow: none!important;
}

.vip-account-settings-page .vip-edit-profile-head__icon i {
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1!important;
}

.vip-account-settings-page .vip-edit-profile-title {
    margin: 0!important;
    color: #f4f4f4!important;
    font-size: 21px!important;
    font-weight: 760!important;
    line-height: 1.4!important;
    letter-spacing: -.2px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}

html body .vip-edit-profile-back.ss-account-back {
    display: grid!important;
    place-items: center!important;
    width: 36px!important;
    height: 36px!important;
    min-width: 36px!important;
    min-height: 36px!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #8c8c8c!important;
    line-height: 1!important;
    transform: none!important;
    transition: color .16s ease!important;
}

html body .vip-dashboard-page__back.ss-account-back {
    display: grid!important;
    place-items: center!important;
    width: 36px!important;
    height: 36px!important;
    min-width: 36px!important;
    min-height: 36px!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #8c8c8c!important;
    line-height: 1!important;
    transform: none!important;
    transition: color .16s ease!important;
}

html body .vip-edit-profile-back.ss-account-back:hover {
    background: transparent!important;
    color: #d0d0d0!important;
    transform: none!important;
}

html body .vip-dashboard-page__back.ss-account-back:hover {
    background: transparent!important;
    color: #d0d0d0!important;
    transform: none!important;
}

html body .vip-edit-profile-back.ss-account-back i {
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 1!important;
    color: inherit!important;
    transform: none!important;
}

html body .vip-dashboard-page__back.ss-account-back i {
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 1!important;
    color: inherit!important;
    transform: none!important;
}

@media(max-width:600px) {
    .vip-account-settings-page .vip-edit-profile-shell {
        max-width: none!important;
        padding: 0!important;
    }

    body.ss-mini-visible .vip-account-settings-page .vip-edit-profile-shell {
        padding-bottom: 24px!important;
    }
    
    .vip-account-settings-page .vip-edit-profile-card {
        padding: 0!important;
        border: 0!important;
        background: transparent!important;
    }
    
    .vip-account-settings-page .vip-edit-profile-head {
        min-height: 48px!important;
        margin-bottom: 18px!important;
    }

    .vip-account-settings-page .vip-edit-profile-head>.ss-account-back {
        width: 34px!important;
        height: 40px!important;
    }

    .vip-account-settings-page .vip-edit-profile-head__icon {
        flex-basis: 30px!important;
        width: 30px!important;
        height: 30px!important;
    }

    .vip-account-settings-page .vip-edit-profile-title {
        font-size: 19px!important;
    }
}

.vip-dashboard-account {
    --ss-account-accent: #d8b15a;
    --ss-account-surface: #181818;
    --ss-account-surface-2: #1c1c1c;
    --ss-account-border: rgba(255,255,255,.07);
    --ss-account-muted: rgba(255,255,255,.50);
}

.vip-dashboard-hero {
    border: 1px solid var(--ss-account-border);
    border-radius: 24px;
    background: #141414;
    box-shadow: 0 18px 50px rgba(0,0,0,.16);
    isolation: isolate;
    border-color: rgba(216,177,90,.09);
}

.vip-dashboard-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: radial-gradient(420px 220px at 78% 46%,rgba(216,177,90,.055),transparent 70%),
    linear-gradient(90deg,rgba(14,14,14,.93) 0%,rgba(14,14,14,.70) 50%,rgba(14,14,14,.44) 100%);
    pointer-events: none;
}

.vip-dashboard-hero__cover {
    opacity: .48;
    filter: blur(40px) saturate(.94);
}

.vip-dashboard-hero__content {
    position: relative;
    z-index: 1;
}

.vip-dashboard-hero__identity h1 {
    color: #fff;
    font-size: 27px;
    font-weight: 760;
    letter-spacing: -.25px;
}

.vip-dashboard-hero__handle {
    color: rgba(255,255,255,.48);
    font-size: 12px;
    font-weight: 500;
}

.vip-dashboard-hero__avatar img {
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 25px;
    box-shadow: 0 16px 36px rgba(0,0,0,.25);
}

.vip-dashboard-hero__avatar-crown {
    border-color: #191919;
    box-shadow: none;
}

.vip-dashboard-hero__settings {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 13px;
    background: rgba(20,20,20,.62);
    color: rgba(255,255,255,.75);
    box-shadow: none;
    backdrop-filter: none;
}

.vip-dashboard-hero__settings:hover {
    border-color: rgba(255,255,255,.14);
    background: #242424;
    color: #fff;
    transform: none;
}

.vip-dashboard-hero__membership-note {
    color: rgba(255,255,255,.72)!important;
    font-weight: 620!important;
    display: inline-flex!important;
    align-items: center!important;
    width: fit-content!important;
    min-height: 38px!important;
    padding: 8px 14px!important;
    border: 1px solid rgba(255,255,255,.085)!important;
    border-radius: 999px!important;
    background: rgba(255,255,255,.055)!important;
    box-shadow: none!important;
    font-size: 12px!important;
    line-height: 1.65!important;
}

.vip-dashboard-hero__membership-link {
    border: 1px solid rgba(216,177,90,.22)!important;
    border-radius: 11px!important;
    background: rgba(216,177,90,.075)!important;
    color: #dec078!important;
    box-shadow: none!important;
    font-weight: 650!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-height: 40px!important;
    padding: 0 16px!important;
    background-image: none!important;
    filter: none!important;
    transform: none!important;
    overflow: hidden!important;
    font-size: 12px!important;
    line-height: 1!important;
    text-decoration: none!important;
    transition: background-color .16s ease,border-color .16s ease,color .16s ease!important;
}

.vip-dashboard-hero__membership-link:hover {
    border-color: rgba(216,177,90,.34)!important;
    background: rgba(216,177,90,.115)!important;
    color: #ebcb7d!important;
    transform: none!important;
    background-image: none!important;
    box-shadow: none!important;
    filter: none!important;
}

.vip-dashboard-metric {
    border: 1px solid var(--ss-account-border) !important;
    border-radius: 18px;
    background: var(--ss-account-surface-2);
    box-shadow: none;
}

.vip-dashboard-metric::before {
    opacity: 0 !important;
}

.vip-dashboard-metric::after {
    opacity: 0 !important;
}

.vip-dashboard-metric:hover {
    border-color: rgba(255,255,255,.11) !important;
    background: #202020;
    box-shadow: none;
    transform: none;
}

.vip-dashboard-metric__label {
    color: rgba(255,255,255,.47);
    font-size: 11.5px;
    font-weight: 550;
}

.vip-dashboard-metric__value {
    color: rgba(255,255,255,.91);
    font-size: 15px;
    font-weight: 720;
}

.vip-dashboard-metric--gold .vip-dashboard-metric__label i {
    color: #d8b15a;
}

.vip-dashboard-metric--blue .vip-dashboard-metric__label i {
    color: #7d9fc3;
}

.vip-dashboard-panel {
    border: 1px solid var(--ss-account-border);
    border-radius: 22px;
    background: linear-gradient(180deg,#181818 0%,#161717 100%);
    box-shadow: none;
    backdrop-filter: none;
    border-color: rgba(255,255,255,.065);
}

.vip-dashboard-panel__eyebrow {
    color: rgba(216,177,90,.76);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0;
}

.vip-dashboard-panel__title {
    color: rgba(255,255,255,.94);
    font-size: 23px;
    font-weight: 760;
    letter-spacing: -.2px;
}

.vip-dashboard-panel__title i {
    color: rgba(216,177,90,.82);
    font-size: 18px;
}

.vip-dashboard-panel__hint {
    color: rgba(255,255,255,.44);
    font-size: 12px;
    font-weight: 450;
}

.vip-dashboard-balance {
    border: 1px solid var(--ss-account-border);
    border-radius: 16px;
    background: linear-gradient(100deg,rgba(216,177,90,.045),rgba(255,255,255,.018) 45%,#1a1a1a 100%);
    box-shadow: none;
    border-color: rgba(216,177,90,.075);
}

.vip-dashboard-balance__icon {
    border: 0;
    border-radius: 12px;
    background: rgba(216,177,90,.08);
    color: rgba(216,177,90,.84);
    box-shadow: none;
}

.vip-dashboard-balance__label {
    color: rgba(255,255,255,.48);
    font-size: 11.5px;
    font-weight: 550;
}

.vip-dashboard-balance__value {
    color: rgba(255,255,255,.88);
    font-size: 15px;
    font-weight: 720;
}

.vip-dashboard-action {
    border: 1px solid var(--ss-account-border) !important;
    border-radius: 17px;
    background: #1b1b1b;
    box-shadow: none;
    --ss-action-rgb: 216,177,90;
}

.vip-dashboard-action:hover {
    border-color: rgba(255,255,255,.12) !important;
    background: #202020;
    box-shadow: none;
    transform: none;
}

.vip-dashboard-action__icon {
    border: 0;
    border-radius: 13px;
    background: rgba(var(--ss-action-rgb),.105);
    color: rgb(var(--ss-action-rgb));
    box-shadow: none;
}

.vip-dashboard-action:hover .vip-dashboard-action__icon {
    background: rgba(var(--ss-action-rgb),.15);
    color: rgb(var(--ss-action-rgb));
    transform: none;
}

.vip-dashboard-action__label {
    color: rgba(255,255,255,.90);
    font-size: 13.5px;
    font-weight: 680;
}

.vip-dashboard-action__meta {
    color: rgba(255,255,255,.43);
    font-size: 11px;
    font-weight: 430;
}

.vip-dashboard-action__arrow {
    color: rgba(255,255,255,.30);
}

.vip-dashboard-action:hover .vip-dashboard-action__arrow {
    color: rgba(255,255,255,.52);
}

.vip-dashboard-logout {
    border: 1px solid rgba(211,111,111,.10);
    border-radius: 14px;
    background: rgba(211,111,111,.035);
    color: rgba(231,139,139,.82);
    box-shadow: none;
}

.vip-dashboard-logout:hover {
    border-color: rgba(211,111,111,.17);
    background: rgba(211,111,111,.065);
    color: #ef9a9a;
    transform: none;
}

.vip-dashboard-metric--gold {
    background: linear-gradient(145deg,#1c1a16 0%,#191919 72%);
    border-color: rgba(216,177,90,.095)!important;
}

.vip-dashboard-metric--blue {
    background: linear-gradient(145deg,#181b1e 0%,#191919 72%);
    border-color: rgba(125,159,195,.10)!important;
}

.vip-dashboard-metric--gold:hover {
    background: linear-gradient(145deg,#211e18,#1d1d1c);
}

.vip-dashboard-metric--blue:hover {
    background: linear-gradient(145deg,#1b2024,#1d1d1d);
}

.vip-dashboard-action:nth-child(1) {
    --ss-action-rgb: 201,169,91;
}

.vip-dashboard-action:nth-child(2) {
    --ss-action-rgb: 101,181,142;
}

.vip-dashboard-action:nth-child(3) {
    --ss-action-rgb: 177,132,188;
}

.vip-dashboard-action:nth-child(4) {
    --ss-action-rgb: 104,151,197;
}

.vip-dashboard-action:nth-child(5) {
    --ss-action-rgb: 92,174,163;
}

.vip-dashboard-action:nth-child(6) {
    --ss-action-rgb: 203,147,86;
}

.vip-dashboard-action:nth-child(7) {
    --ss-action-rgb: 117,153,179;
}

.vip-dashboard-action:nth-child(8) {
    --ss-action-rgb: 147,130,199;
}

.vip-dashboard-hero__membership-link:focus {
    border-color: rgba(216,177,90,.34)!important;
    background: rgba(216,177,90,.115)!important;
    background-image: none!important;
    color: #ebcb7d!important;
    box-shadow: none!important;
    filter: none!important;
    transform: none!important;
}

.vip-dashboard-hero__membership-link:active {
    background: rgba(216,177,90,.095)!important;
    filter: none!important;
    transform: none!important;
}

@media (max-width:767px) {
    .vip-dashboard-hero {
        border-radius: 22px;
    }
    
    .vip-dashboard-hero__identity h1 {
        font-size: 24px;
    }
    
    .vip-dashboard-panel {
        border-radius: 20px;
    }
    
    .vip-dashboard-panel__title {
        font-size: 21px;
    }
    
    .vip-dashboard-action {
        border-radius: 15px;
    }
}

.vip-dashboard-page--orders .vip-dashboard-page {
    background: transparent!important;
    padding: 28px 22px 16px!important;
    overflow-x: clip!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__shell {
    width: min(100%,980px)!important;
    max-width: 980px!important;
    margin: 0 auto!important;
    padding: 0!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__hero {
    position: relative!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 0!important;
    min-height: 52px!important;
    margin: 0 0 20px!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__head {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px!important;
    width: auto!important;
    max-width: calc(100% - 88px)!important;
    min-width: 0!important;
    margin: 0!important;
    padding: 0!important;
    white-space: nowrap!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__icon {
    display: grid!important;
    place-items: center!important;
    flex: 0 0 32px!important;
    width: 32px!important;
    height: 32px!important;
    margin: 0!important;
    border: 1px solid rgba(255,255,255,.075)!important;
    border-radius: 10px!important;
    background: rgba(255,255,255,.035)!important;
    color: #d6d6d6!important;
    box-shadow: none!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__icon i {
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__title {
    margin: 0!important;
    color: #f4f4f4!important;
    font-size: 21px!important;
    font-weight: 760!important;
    line-height: 1.4!important;
    letter-spacing: -.2px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}

html body .vip-dashboard-page--orders .vip-dashboard-page__back.ss-account-back {
    position: absolute!important;
    top: 50%!important;
    right: 0!important;
    left: auto!important;
    display: grid!important;
    place-items: center!important;
    width: 36px!important;
    height: 40px!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    color: #8c8c8c!important;
    box-shadow: none!important;
    transform: translateY(-50%)!important;
    transition: color .16s ease!important;
}

html body .vip-dashboard-page--orders .vip-dashboard-page__back.ss-account-back:hover {
    background: transparent!important;
    color: #f1f1f1!important;
    box-shadow: none!important;
    transform: translateY(-50%)!important;
}

html body .vip-dashboard-page--orders .vip-dashboard-page__back.ss-account-back i {
    font-size: 17px!important;
    line-height: 1!important;
}

.vip-dashboard-page--orders .vip-dashboard-page__body {
    display: grid!important;
    grid-template-columns: minmax(0,1fr)!important;
    gap: 14px!important;
    margin: 0!important;
    padding: 0!important;
}

.vip-dashboard-page--orders .vip-dashboard-stats.ss-orders-summary {
    position: static!important;
    inset: auto!important;
    display: flex!important;
    align-items: center!important;
    justify-self: start!important;
    gap: 7px!important;
    width: auto!important;
    margin: 0!important;
    padding: 0!important;
    transform: none!important;
}

.vip-dashboard-page--orders .ss-orders-summary .vip-dashboard-stat {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 6px!important;
    width: auto!important;
    min-width: 108px!important;
    height: 32px!important;
    min-height: 32px!important;
    margin: 0!important;
    padding: 0 9px!important;
    border: 1px solid rgba(255,255,255,.06)!important;
    border-radius: 9px!important;
    background: #222!important;
    box-shadow: none!important;
    white-space: nowrap!important;
}

.vip-dashboard-page--orders .ss-orders-summary .vip-dashboard-stat__label {
    color: #777!important;
    font-size: 10px!important;
    font-weight: 600!important;
    line-height: 1!important;
    white-space: nowrap!important;
}

.vip-dashboard-page--orders .ss-orders-summary .vip-dashboard-stat__value {
    color: #d7d7d7!important;
    font-size: 12px!important;
    font-weight: 720!important;
    line-height: 1!important;
    white-space: nowrap!important;
}

.vip-dashboard-page--orders .vip-dashboard-surface--table {
    margin: 0!important;
    padding: 20px!important;
    border: 1px solid rgba(255,255,255,.06)!important;
    border-radius: 16px!important;
    background: rgba(255,255,255,.015)!important;
    box-shadow: none!important;
    overflow: hidden!important;
}

.vip-dashboard-page--orders .vip-dashboard-surface__head {
    position: relative!important;
    display: block!important;
    min-height: 48px!important;
    margin: 0 0 14px!important;
    padding: 0 242px 14px 2px!important;
    border-bottom: 1px solid rgba(255,255,255,.055)!important;
}

.vip-dashboard-page--orders .vip-dashboard-surface__title {
    margin: 0 0 3px!important;
    color: #eee!important;
    font-size: 15px!important;
    font-weight: 730!important;
    line-height: 1.6!important;
}

.vip-dashboard-page--orders .vip-dashboard-surface__meta {
    margin: 0!important;
    color: #777!important;
    font-size: 11.5px!important;
    font-weight: 560!important;
    line-height: 1.7!important;
}

.vip-dashboard-page--orders .vip-dashboard-table-wrap {
    width: 100%!important;
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    overflow-x: auto!important;
    box-shadow: none!important;
}

.vip-dashboard-page--orders .vip-dashboard-table {
    width: 100%!important;
    min-width: 900px!important;
    margin: 0!important;
    border: 0!important;
    border-collapse: collapse!important;
    background: transparent!important;
    table-layout: fixed!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th {
    height: auto!important;
    padding: 11px 9px!important;
    border: 0!important;
    border-bottom: 1px solid rgba(255,255,255,.055)!important;
    background: transparent!important;
    color: #c8c8c8!important;
    font-size: 11px!important;
    font-weight: 560!important;
    line-height: 1.7!important;
    vertical-align: middle!important;
}

.vip-dashboard-page--orders .vip-dashboard-table td {
    height: auto!important;
    padding: 11px 9px!important;
    border: 0!important;
    border-bottom: 1px solid rgba(255,255,255,.055)!important;
    background: transparent!important;
    color: #c8c8c8!important;
    font-size: 11px!important;
    font-weight: 560!important;
    line-height: 1.7!important;
    vertical-align: middle!important;
}

.vip-dashboard-page--orders .vip-dashboard-table thead th {
    padding-top: 8px!important;
    padding-bottom: 10px!important;
    color: #777!important;
    font-size: 10px!important;
    font-weight: 680!important;
    white-space: nowrap!important;
}

.vip-dashboard-page--orders .vip-dashboard-table tbody tr:last-child th {
    border-bottom: 0!important;
}

.vip-dashboard-page--orders .vip-dashboard-table tbody tr:last-child td {
    border-bottom: 0!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:first-child {
    width: 42px!important;
    text-align: center!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:nth-child(2) {
    width: 82px!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:nth-child(3) {
    width: 116px!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:nth-child(4) {
    width: 76px!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:nth-child(5) {
    width: 174px!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:nth-child(6) {
    width: 116px!important;
}

.vip-dashboard-page--orders .vip-dashboard-table th:nth-child(7) {
    width: 90px!important;
}

.vip-dashboard-page--orders .vip-dashboard-table td:nth-child(3) {
    font-variant-numeric: tabular-nums!important;
}

.vip-dashboard-page--orders .vip-dashboard-table td:nth-child(4) {
    font-variant-numeric: tabular-nums!important;
}

.vip-dashboard-page--orders .vip-dashboard-table td:nth-child(5) {
    font-variant-numeric: tabular-nums!important;
}

.vip-dashboard-page--orders .vip-dashboard-table td:nth-child(6) {
    font-variant-numeric: tabular-nums!important;
}

.vip-dashboard-page--orders .ss-order-index {
    display: inline-grid!important;
    place-items: center!important;
    width: 24px!important;
    height: 24px!important;
    border: 1px solid rgba(255,255,255,.055)!important;
    border-radius: 8px!important;
    background: #222!important;
    color: #7f7f7f!important;
    font-size: 10px!important;
    font-weight: 680!important;
    line-height: 1!important;
}

.vip-dashboard-page--orders .ss-order-price {
    display: inline-flex!important;
    align-items: baseline!important;
    justify-content: center!important;
    gap: 4px!important;
    min-width: 82px!important;
    padding: 5px 8px!important;
    border: 1px solid rgba(255,255,255,.06)!important;
    border-radius: 9px!important;
    background: #232323!important;
    white-space: nowrap!important;
}

.vip-dashboard-page--orders .ss-order-price__value {
    color: #d4d4d4!important;
    font-size: 11px!important;
    font-weight: 680!important;
    line-height: 1!important;
}

.vip-dashboard-page--orders .ss-order-price__unit {
    color: #747474!important;
    font-size: 9px!important;
    font-weight: 560!important;
    line-height: 1!important;
}

.vip-dashboard-page--orders .vip-dashboard-badge {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-width: 60px!important;
    height: 28px!important;
    padding: 0 9px!important;
    border: 1px solid transparent!important;
    border-radius: 9px!important;
    box-shadow: none!important;
    font-size: 10.5px!important;
    font-weight: 670!important;
    line-height: 1!important;
}

.vip-dashboard-page--orders .vip-dashboard-badge--danger {
    border-color: rgba(183,75,75,.14)!important;
    background: rgba(183,75,75,.09)!important;
    color: #c98e8e!important;
}

.vip-dashboard-page--orders .vip-dashboard-badge--success {
    border-color: rgba(96,153,115,.16)!important;
    background: rgba(96,153,115,.09)!important;
    color: #8fbea0!important;
}

.vip-dashboard-page--orders .vip-dashboard-progressive__sentinel {
    margin: 12px 0 0!important;
    color: #777!important;
    font-size: 11px!important;
}

.ss-order-mobile-cell {
    display: none;
}

.ss-orders-summary .vip-dashboard-stat__label {
    margin: 0!important;
    line-height: 1.4!important;
    display: inline-flex!important;
    align-items: center!important;
}

.ss-orders-summary .vip-dashboard-stat__value {
    margin: 0!important;
    line-height: 1.4!important;
    display: inline-flex!important;
    align-items: center!important;
}

.ss-orders-summary .vip-dashboard-stat {
    align-items: center!important;
    justify-content: center!important;
}

@media(max-width:767px) {
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    .vip-dashboard-page--orders .vip-dashboard-page {
        padding: 14px 14px 12px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-page__shell {
        width: 100%!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-page__hero {
        min-height: 48px!important;
        margin-bottom: 18px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-page__title {
        font-size: 19px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-page__icon {
        flex-basis: 30px!important;
        width: 30px!important;
        height: 30px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-page__icon i {
        font-size: 14px!important;
    }

    html body .vip-dashboard-page--orders .vip-dashboard-page__back.ss-account-back {
        width: 34px!important;
        height: 40px!important;
    }

    .vip-dashboard-page--orders .vip-dashboard-page__body {
        gap: 12px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-surface--table {
        padding: 16px!important;
        border-radius: 15px!important;
        overflow: visible!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-surface__head {
        min-height: 0!important;
        margin-bottom: 12px!important;
        padding: 0 0 12px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-stats.ss-orders-summary {
        position: static!important;
        display: grid!important;
        grid-template-columns: repeat(2,minmax(0,1fr))!important;
        gap: 7px!important;
        width: 100%!important;
        margin: 0!important;
        transform: none!important;
    }
    
    .vip-dashboard-page--orders .ss-orders-summary .vip-dashboard-stat {
        width: 100%!important;
        min-width: 0!important;
        height: 30px!important;
        min-height: 30px!important;
        padding: 0 7px!important;
        border-radius: 8px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table-wrap {
        overflow: visible!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table {
        display: block!important;
        min-width: 0!important;
        width: 100%!important;
        table-layout: auto!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table thead {
        display: none!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody {
        display: grid!important;
        gap: 9px!important;
        width: 100%!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody tr {
        display: grid!important;
        grid-template-columns: 24px minmax(0,1fr) auto!important;
        grid-template-rows: auto auto auto auto auto!important;
        align-items: center!important;
        column-gap: 9px!important;
        row-gap: 6px!important;
        width: 100%!important;
        margin: 0!important;
        padding: 12px!important;
        border: 1px solid rgba(255,255,255,.055)!important;
        border-radius: 12px!important;
        background: #1d1d1d!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody tr[hidden] {
        display: none!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody th {
        display: block!important;
        width: auto!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        border: 0!important;
        background: transparent!important;
        text-align: right!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td {
        display: block!important;
        width: auto!important;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        border: 0!important;
        background: transparent!important;
        text-align: right!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody th.ss-order-index-cell {
        grid-column: 1!important;
        grid-row: 1!important;
        align-self: start!important;
        justify-self: center!important;
    }
    
    .vip-dashboard-page--orders .ss-order-index {
        width: 22px!important;
        height: 22px!important;
        border-radius: 7px!important;
        font-size: 9.5px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-plan {
        grid-column: 2!important;
        grid-row: 1!important;
        color: #ddd!important;
        font-size: 12px!important;
        font-weight: 680!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-status {
        grid-column: 3!important;
        grid-row: 1!important;
        justify-self: end!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-amount {
        grid-column: 2!important;
        grid-row: 2!important;
    }
    
    .vip-dashboard-page--orders .ss-order-price {
        min-width: 0!important;
        padding: 4px 7px!important;
        border-radius: 8px!important;
    }
    
    .vip-dashboard-page--orders .ss-order-price__value {
        font-size: 10.5px!important;
    }
    
    .vip-dashboard-page--orders .ss-order-price__unit {
        font-size: 9px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-date {
        grid-column: 2 / 4!important;
        grid-row: 3!important;
        color: #777!important;
        font-size: 10.5px!important;
        direction: ltr!important;
        text-align: left!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-date::before {
        content: 'تاریخ: '!important;
        color: #656565!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-discount {
        grid-column: 2 / 4!important;
        grid-row: 4!important;
        color: #777!important;
        font-size: 10.5px!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-discount:not(.is-empty)::before {
        content: 'تخفیف: '!important;
        color: #656565!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-reference {
        grid-column: 2 / 4!important;
        grid-row: 5!important;
        color: #777!important;
        font-size: 10.5px!important;
        direction: ltr!important;
        text-align: left!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.ss-order-reference:not(.is-empty)::before {
        content: 'پیگیری: '!important;
        color: #656565!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table tbody td.is-empty {
        display: none!important;
    }
}

@media (max-width:700px) {
    .vip-dashboard-page--orders .vip-dashboard-table-wrap table {
        display: block!important;
        width: 100%!important;
        min-width: 0!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table-wrap tbody {
        display: grid!important;
        grid-template-columns: minmax(0,1fr)!important;
        gap: 10px!important;
        width: 100%!important;
        min-width: 0!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table-wrap tbody tr {
        display: block!important;
        margin: 0!important;
        padding: 0!important;
        min-height: 0!important;
        border: 1px solid rgba(255,255,255,.055)!important;
        border-radius: 14px!important;
        background: #191919!important;
        overflow: hidden!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table-wrap tbody tr>th:not(.ss-order-mobile-cell) {
        display: none!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table-wrap tbody tr>td:not(.ss-order-mobile-cell) {
        display: none!important;
    }
    
    .vip-dashboard-page--orders .vip-dashboard-table-wrap tbody tr>.ss-order-mobile-cell {
        display: block!important;
        width: 100%!important;
        padding: 0!important;
        border: 0!important;
        background: transparent!important;
    }
    
    .ss-order-mobile-card {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 14px 14px 13px;
        direction: rtl;
    }
    
    .ss-order-mobile-card__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255,255,255,.055);
    }
    
    .ss-order-mobile-card__identity {
        display: flex;
        align-items: center;
        gap: 9px;
        min-width: 0;
    }
    
    .ss-order-mobile-card__index {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 24px;
        border: 1px solid rgba(255,255,255,.07);
        border-radius: 8px;
        background: #1f1f1f;
        color: #777;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
    }
    
    .ss-order-mobile-card__plan {
        color: #eeeeee;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
        white-space: nowrap;
    }
    
    .ss-order-mobile-card__status {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 26px;
        padding: 4px 10px;
        border-radius: 8px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
        background: rgba(184,73,77,.09);
        border: 1px solid rgba(184,73,77,.14);
        color: #c8797c;
    }
    
    .ss-order-mobile-card__status.is-success {
        background: rgba(96,153,117,.09);
        border-color: rgba(96,153,117,.14);
        color: #7fb18f;
    }
    
    .ss-order-mobile-card__details {
        display: grid;
        grid-template-columns: minmax(0,1fr) auto;
        align-items: end;
        gap: 12px;
        padding-top: 11px;
    }
    
    .ss-order-mobile-card__detail {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
    }
    
    .ss-order-mobile-card__detail--amount {
        align-items: flex-end;
        text-align: left;
    }
    
    .ss-order-mobile-card__label {
        color: #666;
        font-size: 9.5px;
        font-weight: 500;
        line-height: 1.4;
    }
    
    .ss-order-mobile-card__value {
        color: #a9a9a9;
        font-size: 10.5px;
        font-weight: 600;
        line-height: 1.55;
        white-space: nowrap;
    }
    
    .ss-order-mobile-card__value--price {
        display: inline-flex;
        align-items: baseline;
        gap: 4px;
        color: #d5d5d5;
        font-size: 11.5px;
        font-weight: 700;
    }
    
    .ss-order-mobile-card__unit {
        color: #777;
        font-size: 9px;
        font-weight: 500;
    }
    
    .ss-order-mobile-card__extras {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 8px;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(255,255,255,.045);
    }
    
    .ss-order-mobile-card__extras:empty {
        display: none;
    }
}

body.vip-account-support-page #ss-pjax-container {
    min-height: 0!important;
    padding: 38px 16px 140px!important;
    background: transparent!important;
    overflow: visible!important;
}

body.vip-account-support-page #ss-pjax-container>.container {
    width: 100%!important;
    max-width: 920px!important;
    margin: 0 auto!important;
    padding: 0!important;
}

body.vip-account-support-page #ss-pjax-container .row {
    display: block!important;
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    padding: 0!important;
}

body.vip-account-support-page #ss-pjax-container [class*='col-'] {
    display: block!important;
    width: 100%!important;
    max-width: none!important;
    margin: 0!important;
    padding: 0!important;
}

body.vip-account-support-page .postbox-page {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    overflow: visible!important;
}

body.vip-account-support-page .e-content {
    margin: 0!important;
    padding: 0!important;
    color: inherit!important;
}

.vip-account-support {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    direction: rtl;
}

.vip-account-support__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 52px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.vip-account-support__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    max-width: calc(100% - 88px);
    min-width: 0;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.vip-account-support__icon {
    display: grid;
    place-items: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 10px;
    background: rgba(255,255,255,.035);
    color: #d6d6d6;
    box-shadow: none;
    line-height: 1;
}

.vip-account-support__icon i {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.vip-account-support__heading h1 {
    margin: 0!important;
    color: #f4f4f4!important;
    font-size: 21px!important;
    font-weight: 760!important;
    line-height: 1.4!important;
    letter-spacing: -.2px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}

.vip-account-support__spacer {
    display: none;
}

.vip-account-support__surface {
    position: relative;
    margin: 0;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.067);
    border-radius: 18px;
    background: #191919;
    box-shadow: none;
    overflow: hidden;
}

.vip-account-support__intro {
    max-width: 630px;
}

.vip-account-support__eyebrow {
    display: block;
    margin: 0 0 7px;
    color: #777;
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.5;
}

.vip-account-support__intro h2 {
    margin: 0 0 8px!important;
    color: #ededed!important;
    font-size: 17px!important;
    font-weight: 740!important;
    line-height: 1.55!important;
}

.vip-account-support__intro p {
    margin: 0!important;
    color: #8b8b8b!important;
    font-size: 12px!important;
    font-weight: 450!important;
    line-height: 1.9!important;
}

.vip-account-support__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 21px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.055);
}

.vip-account-support__address {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}

.vip-account-support__address > span {
    color: #666;
    font-size: 10px;
    font-weight: 550;
    line-height: 1.5;
}

.vip-account-support__address > strong {
    max-width: 100%;
    color: #b8b8b8;
    font-family: inherit;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.6;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vip-account-support__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    min-width: 142px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 11px;
    background: #222;
    color: #e5e5e5!important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none!important;
    box-shadow: none;
    transform: none;
    transition: background-color .16s ease,border-color .16s ease,color .16s ease;
}

.vip-account-support__cta i {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
    transition: color .16s ease;
}

.vip-account-support__cta:hover {
    border-color: rgba(255,255,255,.11);
    background: #282828;
    color: #fff!important;
    box-shadow: none;
    transform: none;
}

.vip-account-support__cta:focus {
    border-color: rgba(255,255,255,.11);
    background: #282828;
    color: #fff!important;
    box-shadow: none;
    transform: none;
}

.vip-account-support__cta:hover i {
    color: #fbcb07;
}

.vip-account-support__cta:focus i {
    color: #fbcb07;
}

.vip-account-support__cta:focus-visible {
    outline: 2px solid rgba(251,203,7,.34);
    outline-offset: 2px;
}

.vip-account-support__note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 13px 0 0!important;
    color: #666!important;
    font-size: 10.5px!important;
    font-weight: 450!important;
    line-height: 1.7!important;
}

.vip-account-support__note i {
    color: #707070;
    font-size: 11px;
    font-weight: 300;
}

html body .vip-account-support__head .ss-account-back {
    position: absolute!important;
    top: 50%!important;
    right: 0!important;
    left: auto!important;
    display: grid!important;
    place-items: center!important;
    width: 36px!important;
    height: 40px!important;
    min-width: 36px!important;
    min-height: 40px!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
    color: #8c8c8c!important;
    line-height: 1!important;
    transform: translateY(-50%)!important;
    transition: color .16s ease!important;
    text-decoration: none!important;
}

html body .vip-account-support__head .ss-account-back:hover {
    background: transparent!important;
    color: #d0d0d0!important;
    transform: translateY(-50%)!important;
}

html body .vip-account-support__head .ss-account-back:focus {
    background: transparent!important;
    color: #d0d0d0!important;
    transform: translateY(-50%)!important;
}

html body .vip-account-support__head .ss-account-back i {
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 1!important;
    color: inherit!important;
    transform: none!important;
}

html body .vip-account-support__head .ss-account-back:focus-visible {
    outline: 2px solid rgba(251,203,7,.34)!important;
    outline-offset: 2px!important;
    border-radius: 8px!important;
}

@media(max-width:600px) {
    body.vip-account-support-page #ss-pjax-container {
        padding: 24px 14px 120px!important;
    }
    
    .vip-account-support__head {
        min-height: 48px;
        margin-bottom: 18px;
    }
    
    .vip-account-support__heading h1 {
        font-size: 19px!important;
    }
    
    .vip-account-support__icon {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    html body .vip-account-support__head .ss-account-back {
        width: 34px!important;
        min-width: 34px!important;
        height: 40px!important;
    }
    
    .vip-account-support__surface {
        padding: 18px 16px;
        border-radius: 16px;
    }
    
    .vip-account-support__intro h2 {
        font-size: 15px!important;
    }
    
    .vip-account-support__intro p {
        font-size: 11.5px!important;
        line-height: 1.85!important;
    }
    
    .vip-account-support__contact {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
        margin-top: 17px;
        padding-top: 15px;
    }
    
    .vip-account-support__address {
        align-items: flex-start;
    }
    
    .vip-account-support__cta {
        width: 100%;
        min-width: 0;
        height: 43px;
    }
    
    .vip-account-support__note {
        margin-top: 11px!important;
    }
}
/* === Songsara account surfaces v3.5.16: end === */

/* === Songsara artist finance surfaces v3.5.17: start === */
.vip-dashboard-page--bank-account,
.vip-dashboard-page--artist-checkout,
.vip-dashboard-page--artist-sell {
    --ss-finance-surface: #1b1b1b;
    --ss-finance-border: rgba(255, 255, 255, .065);
    --ss-finance-muted: rgba(255, 255, 255, .46);
    --ss-finance-yellow: #fbcb07;
    background: transparent!important;
    color: rgba(255, 255, 255, .92)!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__shell {
    width: min(100%, 1040px)!important;
    max-width: 1040px!important;
    margin: 0 auto!important;
    padding: 18px 22px 128px!important;
}

.vip-dashboard-page--bank-account .vip-dashboard-page__shell {
    width: min(100%, 920px)!important;
    max-width: 920px!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__hero {
    position: relative!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-height: 52px!important;
    margin: 0 0 18px!important;
    padding: 0 52px!important;
    border: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__head {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 9px!important;
    min-width: 0!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__icon {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 28px!important;
    height: 28px!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    color: rgba(255, 255, 255, .48)!important;
    box-shadow: none!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__icon i {
    font-size: 16px!important;
    font-weight: 300!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__title {
    margin: 0!important;
    color: rgba(255, 255, 255, .94)!important;
    font-size: 23px!important;
    font-weight: 760!important;
    line-height: 1.35!important;
    letter-spacing: -.2px!important;
    white-space: nowrap!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__back.ss-account-back {
    position: absolute!important;
    inset-inline-start: 0!important;
    top: 50%!important;
    display: grid!important;
    place-items: center!important;
    width: 36px!important;
    height: 36px!important;
    min-width: 36px!important;
    min-height: 36px!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    color: #8c8c8c!important;
    box-shadow: none!important;
    transform: translateY(-50%)!important;
    transition: color .16s ease!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__back.ss-account-back:hover {
    background: transparent!important;
    color: #d0d0d0!important;
    transform: translateY(-50%)!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__back.ss-account-back i {
    font-size: 17px!important;
    font-weight: 300!important;
    line-height: 1!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-page__body {
    display: grid!important;
    gap: 14px!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-surface {
    margin: 0!important;
    padding: 18px!important;
    border: 1px solid var(--ss-finance-border)!important;
    border-radius: 19px!important;
    background: var(--ss-finance-surface)!important;
    box-shadow: none!important;
    backdrop-filter: none!important;
    -webkit-backdrop-filter: none!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-surface__head {
    margin: 0 0 15px!important;
    padding: 0!important;
    border: 0!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-surface__title {
    margin: 0!important;
    color: rgba(255, 255, 255, .91)!important;
    font-size: 17px!important;
    font-weight: 720!important;
    line-height: 1.5!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-surface__meta {
    margin: 5px 0 0!important;
    color: var(--ss-finance-muted)!important;
    font-size: 11.5px!important;
    font-weight: 440!important;
    line-height: 1.75!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-stats {
    display: grid!important;
    grid-template-columns: repeat(3, minmax(0, 1fr))!important;
    gap: 10px!important;
    margin: 0!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-stat {
    position: relative!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    min-width: 0!important;
    min-height: 92px!important;
    padding: 16px 17px!important;
    border: 1px solid var(--ss-finance-border)!important;
    border-radius: 17px!important;
    background: var(--ss-finance-surface)!important;
    box-shadow: none!important;
    overflow: hidden!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-stat--accent {
    border-color: rgba(216, 177, 90, .13)!important;
    background: linear-gradient(145deg, rgba(216, 177, 90, .045), #1b1b1b 70%)!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-stat::before {
    content: none!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-stat__label {
    margin: 0 0 8px!important;
    color: var(--ss-finance-muted)!important;
    font-size: 11px!important;
    font-weight: 520!important;
    line-height: 1.5!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-stat__value {
    display: flex!important;
    align-items: baseline!important;
    gap: 4px!important;
    color: rgba(255, 255, 255, .9)!important;
    font-size: 15px!important;
    font-weight: 720!important;
    line-height: 1.45!important;
    white-space: nowrap!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-field {
    display: grid!important;
    gap: 7px!important;
    min-width: 0!important;
    margin: 0!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-field__label {
    display: flex!important;
    align-items: center!important;
    gap: 7px!important;
    margin: 0!important;
    color: rgba(255, 255, 255, .64)!important;
    font-size: 11.5px!important;
    font-weight: 580!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-field__label i {
    color: rgba(255, 255, 255, .38)!important;
    font-size: 13px!important;
    font-weight: 300!important;
}

.vip-dashboard-page--bank-account .vip-dashboard-field__label i {
    width: 15px!important;
    text-align: center!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-input {
    width: 100%!important;
    height: 46px!important;
    min-height: 46px!important;
    padding: 0 14px!important;
    border: 1px solid rgba(255, 255, 255, .075)!important;
    border-radius: 12px!important;
    background: #202020!important;
    color: rgba(255, 255, 255, .9)!important;
    box-shadow: none!important;
    font-size: 13px!important;
    font-weight: 520!important;
    outline: 0!important;
    transition: border-color .16s ease, background-color .16s ease!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-input:hover {
    border-color: rgba(255, 255, 255, .12)!important;
    background: #222!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-input:focus {
    border-color: rgba(251, 203, 7, .32)!important;
    background: #222!important;
    box-shadow: 0 0 0 3px rgba(251, 203, 7, .055)!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-input::placeholder {
    color: rgba(255, 255, 255, .28)!important;
    font-weight: 430!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-button--primary {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 148px!important;
    height: 46px!important;
    min-height: 46px!important;
    margin: 0!important;
    padding: 0 20px!important;
    border: 1px solid rgba(255, 255, 255, .12)!important;
    border-radius: 12px!important;
    background: var(--ss-finance-yellow)!important;
    color: #181305!important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 6px 16px rgba(251, 203, 7, .08)!important;
    font-size: 13px!important;
    font-weight: 700!important;
    line-height: 1!important;
    transform: none!important;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease!important;
}

:is(
    .vip-dashboard-page--bank-account,
    .vip-dashboard-page--artist-checkout
) .vip-dashboard-button--primary:hover {
    border-color: rgba(255, 255, 255, .12)!important;
    background: #e8bb06!important;
    color: #181305!important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 7px 17px rgba(0, 0, 0, .14)!important;
    transform: none!important;
}

.vip-dashboard-page--bank-account .vip-dashboard-surface {
    padding: 20px!important;
}

.vip-dashboard-page--bank-account .vip-dashboard-surface__head {
    margin-bottom: 18px!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid rgba(255, 255, 255, .05)!important;
}

.vip-dashboard-page--bank-account :is(
    .vip-dashboard-surface__head,
    .vip-dashboard-surface__title,
    .vip-dashboard-surface__meta
) {
    text-align: right!important;
}

.vip-dashboard-page--bank-account .vip-dashboard-form {
    display: grid!important;
    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    align-items: end!important;
    gap: 16px 14px!important;
    margin: 0!important;
}

.vip-dashboard-page--bank-account :is(#card, #account) {
    direction: rtl!important;
    text-align: right!important;
    font-variant-numeric: tabular-nums!important;
    letter-spacing: 0!important;
}

.vip-dashboard-page--bank-account #sheba {
    direction: ltr!important;
    text-align: left!important;
    font-variant-numeric: tabular-nums!important;
    letter-spacing: .02em!important;
}

.vip-dashboard-page--bank-account .vip-dashboard-button--primary {
    grid-column: 1 / -1!important;
    justify-self: start!important;
    width: 164px!important;
    margin-top: 2px!important;
}

.vip-dashboard-page--artist-checkout .vip-dashboard-form--inline {
    display: grid!important;
    grid-template-columns: minmax(0, 1fr) 148px!important;
    align-items: end!important;
    gap: 12px!important;
    margin: 0!important;
}

.vip-dashboard-page--artist-checkout .vip-dashboard-surface--table {
    padding: 18px 18px 8px!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table-wrap {
    margin: 0 -6px!important;
    padding: 0 6px 8px!important;
    overflow-x: auto!important;
    overscroll-behavior-x: contain!important;
    scrollbar-width: thin!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table {
    width: 100%!important;
    min-width: 700px!important;
    border-collapse: separate!important;
    border-spacing: 0 6px!important;
    background: transparent!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table thead th {
    padding: 0 13px 8px!important;
    border: 0!important;
    background: transparent!important;
    color: rgba(255, 255, 255, .38)!important;
    font-size: 10.5px!important;
    font-weight: 560!important;
    text-align: right!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table tbody tr {
    background: #1f1f1f!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table tbody :is(th, td) {
    height: 54px!important;
    padding: 0 13px!important;
    border-top: 1px solid rgba(255, 255, 255, .045)!important;
    border-bottom: 1px solid rgba(255, 255, 255, .045)!important;
    background: transparent!important;
    color: rgba(255, 255, 255, .68)!important;
    font-size: 11.5px!important;
    font-weight: 520!important;
    vertical-align: middle!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table tbody tr > *:first-child {
    border-inline-start: 1px solid rgba(255, 255, 255, .045)!important;
    border-radius: 0 12px 12px 0!important;
}

:is(
    .vip-dashboard-page--artist-checkout,
    .vip-dashboard-page--artist-sell
) .vip-dashboard-table tbody tr > *:last-child {
    border-inline-end: 1px solid rgba(255, 255, 255, .045)!important;
    border-radius: 12px 0 0 12px!important;
}

.vip-dashboard-page--artist-checkout .vip-dashboard-badge {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-height: 28px!important;
    padding: 0 10px!important;
    border-radius: 999px!important;
    font-size: 10.5px!important;
    font-weight: 620!important;
    box-shadow: none!important;
}

.vip-dashboard-page--artist-checkout .vip-dashboard-badge--danger {
    border: 1px solid rgba(207, 111, 111, .13)!important;
    background: rgba(207, 111, 111, .055)!important;
    color: rgba(231, 139, 139, .82)!important;
}

.vip-dashboard-page--artist-checkout .vip-dashboard-badge--success {
    border: 1px solid rgba(121, 184, 142, .17)!important;
    background: rgba(121, 184, 142, .065)!important;
    color: #79b88e!important;
}

.vip-dashboard-page--artist-checkout .vip-dashboard-badge--warning {
    border: 1px solid rgba(216, 177, 90, .16)!important;
    background: rgba(216, 177, 90, .06)!important;
    color: #d8b15a!important;
}

.vip-dashboard-page--artist-sell :is(
    .vip-dashboard-surface__head,
    .vip-dashboard-surface__title,
    .vip-dashboard-surface__meta
) {
    text-align: right!important;
}

.vip-dashboard-page--artist-sell .vip-dashboard-empty {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    min-height: 84px!important;
    margin: 0!important;
    padding: 15px!important;
    border: 1px solid rgba(255, 255, 255, .045)!important;
    border-radius: 13px!important;
    background: rgba(255, 255, 255, .022)!important;
    color: rgba(255, 255, 255, .42)!important;
    font-size: 11.5px!important;
    font-weight: 460!important;
    line-height: 1.7!important;
    text-align: center!important;
}

.vip-dashboard-page--artist-sell .vip-dashboard-table__compact {
    max-width: 340px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
}

@media (max-width: 760px) {
    :is(
        .vip-dashboard-page--bank-account,
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-page__shell {
        padding: 12px 14px 128px!important;
    }

    :is(
        .vip-dashboard-page--bank-account,
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-page__hero {
        min-height: 48px!important;
        margin-bottom: 14px!important;
        padding: 0 42px!important;
    }

    :is(
        .vip-dashboard-page--bank-account,
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-page__title {
        font-size: 19px!important;
    }

    :is(
        .vip-dashboard-page--bank-account,
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-page__icon {
        display: none!important;
    }

    :is(
        .vip-dashboard-page--bank-account,
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-surface {
        padding: 15px!important;
        border-radius: 17px!important;
    }

    :is(
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr))!important;
    }

    :is(
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-stat {
        min-height: 84px!important;
        padding: 14px!important;
    }

    :is(
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-stat:nth-child(3) {
        grid-column: 1 / -1!important;
        min-height: 72px!important;
    }

    .vip-dashboard-page--bank-account .vip-dashboard-surface__head {
        margin-bottom: 15px!important;
        padding-bottom: 13px!important;
    }

    .vip-dashboard-page--bank-account .vip-dashboard-form {
        grid-template-columns: 1fr!important;
        gap: 13px!important;
    }

    .vip-dashboard-page--bank-account .vip-dashboard-button--primary {
        grid-column: auto!important;
        width: 100%!important;
        margin-top: 1px!important;
    }

    .vip-dashboard-page--artist-checkout .vip-dashboard-form--inline {
        grid-template-columns: 1fr!important;
        gap: 10px!important;
    }

    .vip-dashboard-page--artist-checkout .vip-dashboard-button--primary {
        width: 100%!important;
    }

    .vip-dashboard-page--artist-checkout .vip-dashboard-surface--table {
        padding: 15px 15px 7px!important;
    }
}

@media (max-width: 430px) {
    :is(
        .vip-dashboard-page--bank-account,
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-page__title {
        font-size: 18px!important;
    }

    :is(
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-stats {
        grid-template-columns: 1fr!important;
    }

    :is(
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-stat:nth-child(3) {
        grid-column: auto!important;
    }

    :is(
        .vip-dashboard-page--artist-checkout,
        .vip-dashboard-page--artist-sell
    ) .vip-dashboard-stat {
        min-height: 72px!important;
    }

    .vip-dashboard-page--bank-account .vip-dashboard-surface {
        padding: 14px!important;
    }
}
/* === Songsara artist finance surfaces v3.5.17: end === */

/* === Songsara account form feedback v3.5.17: start === */
.vip-form-result {
    width: 100%;
    min-width: 0;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
) {
    display: flex!important;
    grid-template-columns: none!important;
    align-items: center!important;
    gap: 8px!important;
    min-height: 50px!important;
    margin: 0 0 16px!important;
    padding: 10px 12px!important;
    border: 1px solid rgba(121, 184, 142, .12)!important;
    border-radius: 13px!important;
    background:
        linear-gradient(90deg, rgba(121, 184, 142, .055), rgba(121, 184, 142, .018)),
        #1b1b1b!important;
    box-shadow: none!important;
    color: rgba(255, 255, 255, .84)!important;
    text-align: right!important;
    animation: none!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
).vip-notice--error {
    border-color: rgba(207, 111, 111, .12)!important;
    background:
        linear-gradient(90deg, rgba(207, 111, 111, .05), rgba(207, 111, 111, .016)),
        #1b1b1b!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
) .vip-notice__icon {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    flex: 0 0 24px!important;
    width: 24px!important;
    height: 30px!important;
    margin: 0!important;
    border: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    color: #79b88e!important;
    font-size: 14px!important;
    box-shadow: none!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
) .vip-notice__icon i {
    font-size: 14px!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
).vip-notice--error .vip-notice__icon {
    background: transparent!important;
    color: #cf6f6f!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
) .vip-notice__body {
    display: block!important;
    min-width: 0!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
) :is(
    .vip-notice__eyebrow,
    .vip-notice__detail
) {
    display: none!important;
}

.vip-notice--form-result .vip-notice__message {
    display: none!important;
}

.vip-notice:is(
    .vip-notice--form-result,
    .vip-notice--form-result-important
) .vip-notice__title {
    margin: 0!important;
    color: rgba(255, 255, 255, .79)!important;
    font-size: 12.5px!important;
    font-weight: 600!important;
    line-height: 1.7!important;
}

.vip-notice--form-result-important {
    align-items: flex-start!important;
    min-height: 62px!important;
    padding: 11px 13px!important;
}

.vip-notice--form-result-important .vip-notice__body {
    display: grid!important;
    gap: 2px!important;
}

.vip-notice--form-result-important .vip-notice__title {
    color: rgba(255, 255, 255, .86)!important;
    font-size: 13px!important;
}

.vip-notice--form-result-important .vip-notice__message {
    display: block!important;
    margin: 0!important;
    color: rgba(255, 255, 255, .47)!important;
    font-size: 11.5px!important;
    font-weight: 450!important;
    line-height: 1.75!important;
}

.vip-dashboard-page__body > .vip-form-result .vip-notice {
    margin-bottom: 0!important;
}

@media (max-width: 600px) {
    .vip-notice:is(
        .vip-notice--form-result,
        .vip-notice--form-result-important
    ) {
        min-height: 46px!important;
        margin-bottom: 14px!important;
        padding: 8px 10px!important;
        border-radius: 12px!important;
    }

    .vip-notice:is(
        .vip-notice--form-result,
        .vip-notice--form-result-important
    ) .vip-notice__icon {
        flex-basis: 22px!important;
        width: 22px!important;
        height: 28px!important;
    }

    .vip-notice:is(
        .vip-notice--form-result,
        .vip-notice--form-result-important
    ) .vip-notice__title {
        font-size: 12px!important;
    }

    .vip-notice--form-result-important {
        min-height: 58px!important;
        padding: 9px 10px!important;
    }

    .vip-notice--form-result-important .vip-notice__message {
        font-size: 11px!important;
    }
}
/* === Songsara account form feedback v3.5.17: end === */

/* === Songsara public auth v3.5.17: start === */
body.vip-auth-route #footerarea {
    padding-top: 0 !important;
}

.vip-auth-already-logged-in {
    min-height: calc(100dvh - 104px);
    padding: 0 16px 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    font-family: iranyekan, sans-serif;
}

.vip-auth-already-logged-in__content {
    width: min(100%, 420px);
    display: grid;
    justify-items: center;
    text-align: center;
}

.vip-auth-already-logged-in__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .76);
    font-size: 28px;
}

.vip-auth-already-logged-in h1 {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.55;
}

.vip-auth-already-logged-in p {
    margin: 4px 0 18px;
    color: rgba(235, 238, 243, .5);
    font-size: 12px;
    font-weight: 450;
    line-height: 1.8;
}

.vip-auth-already-logged-in__cta {
    min-height: 40px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: rgba(242, 244, 247, .72) !important;
    font-size: 12.5px;
    font-weight: 650;
    text-decoration: none !important;
    transition: color .18s ease;
}

.vip-auth-already-logged-in__cta i {
    color: #d8b15a;
    font-size: 11px;
    transition: transform .18s ease;
}

.vip-auth-already-logged-in__cta:hover,
.vip-auth-already-logged-in__cta:focus-visible {
    color: #fff !important;
    outline: none;
}

.vip-auth-already-logged-in__cta:hover i,
.vip-auth-already-logged-in__cta:focus-visible i {
    transform: translateX(-2px);
}

@media (max-width: 640px) {
    .vip-auth-already-logged-in {
        min-height: calc(100dvh - 148px);
        padding: 0 16px 8vh;
    }

    .vip-auth-already-logged-in h1 {
        font-size: 19px;
    }
}

.vip-auth-page {
    --vip-auth-accent: #d8b15a;
    --vip-auth-accent-hover: #cda851;
    --vip-auth-text: rgba(255, 255, 255, .94);
    --vip-auth-text-muted: rgba(234, 237, 242, .54);
    --vip-auth-border: rgba(255, 255, 255, .055);
    min-height: calc(100dvh - 104px);
    align-items: flex-start;
    overflow: hidden;
    color: var(--vip-auth-text);
}

.vip-auth-page > .vip-dashboard-page__shell {
    --vip-shell-pad: 0px;
    width: min(456px, calc(100% - 32px)) !important;
    max-width: 456px !important;
    margin: 0 auto !important;
    padding: clamp(38px, 5vh, 48px) 0 24px !important;
}

.vip-auth-page--register > .vip-dashboard-page__shell {
    width: min(620px, calc(100% - 32px)) !important;
    max-width: 620px !important;
}

.vip-auth-page .vip-dashboard-page__hero {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
}

.vip-auth-page .vip-dashboard-page__head {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: normal;
    text-align: center;
}

.vip-auth-page .vip-dashboard-page__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 0;
    border-radius: 0;
    color: var(--vip-auth-accent);
    background: transparent;
    box-shadow: none;
    font-size: 20px;
}

.vip-auth-page__copy {
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 4px;
}

.vip-auth-page .vip-dashboard-page__title {
    margin: 0;
    overflow: visible;
    color: var(--vip-auth-text);
    font-size: 20px;
    font-weight: 850;
    line-height: 1.45;
    text-overflow: clip;
    white-space: normal;
}

.vip-auth-page__subtitle {
    margin: 0 !important;
    color: var(--vip-auth-text-muted);
    font-size: 12px;
    font-weight: 450;
    line-height: 1.8;
}

.vip-auth-page .vip-dashboard-page__body,
.vip-auth-page__grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.vip-auth-page__grid {
    display: block;
    margin: 0;
}

.vip-auth-page .vip-auth-page__card {
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid var(--vip-auth-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, .018);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.vip-auth-page .vip-auth-form {
    display: grid;
    gap: 13px;
}

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

.vip-auth-page .vip-legacy-field__label {
    gap: 7px;
    color: rgba(245, 247, 250, .78);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
}

.vip-auth-page .vip-legacy-field__label i {
    width: 16px;
    flex-basis: 16px;
    color: rgba(229, 232, 237, .52);
    font-size: 12px;
}

.vip-auth-page .vip-legacy-field:focus-within .vip-legacy-field__label,
.vip-auth-page .vip-legacy-field:focus-within .vip-legacy-field__label i {
    color: rgba(245, 247, 250, .83);
}

.vip-auth-page .vip-legacy-input {
    min-height: 50px;
    padding: 0 14px;
    border-color: rgba(255, 255, 255, .075);
    border-radius: 15px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .035);
    font-size: 12.5px;
    font-weight: 450;
    line-height: 1.5;
}

.vip-auth-page .vip-legacy-input::placeholder {
    color: rgba(228, 232, 238, .32);
}

.vip-auth-page .vip-legacy-input:focus,
.vip-auth-page .vip-legacy-input:focus-visible {
    border-color: rgba(216, 177, 90, .42);
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 0 0 3px rgba(216, 177, 90, .095);
}

.vip-auth-page .vip-auth-password {
    position: relative;
    min-width: 0;
}

.vip-auth-page .vip-auth-password .vip-legacy-input {
    padding-left: 48px;
}

.vip-auth-password__toggle {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 7px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(238, 241, 245, .48);
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .18s ease, background-color .18s ease;
}

.vip-auth-password__toggle:hover,
.vip-auth-password__toggle:focus-visible,
.vip-auth-password__toggle[aria-pressed="true"] {
    color: rgba(255, 255, 255, .82);
    background: rgba(255, 255, 255, .055);
    outline: none;
}

.vip-auth-page .vip-legacy-field__error {
    display: none;
    min-height: 0;
    margin: 0;
    color: #d98c8c;
    font-size: 10.5px;
    font-weight: 550;
    line-height: 1.65;
}

.vip-auth-page .vip-legacy-field__error:not(:empty) {
    display: block;
}

.vip-auth-page .vip-legacy-field.is-invalid .vip-legacy-field__label,
.vip-auth-page .vip-legacy-field.is-invalid .vip-legacy-field__label i {
    color: #d98c8c;
}

.vip-auth-page .vip-legacy-input[aria-invalid="true"] {
    color: rgba(255, 255, 255, .9);
    border-color: rgba(207, 111, 111, .52);
    background: rgba(207, 111, 111, .055);
    box-shadow: 0 0 0 3px rgba(207, 111, 111, .08);
}

.vip-auth-page .vip-legacy-button--primary {
    position: relative;
    min-height: 50px;
    border: 0;
    border-radius: 15px;
    color: #17140e !important;
    background: var(--vip-auth-accent);
    box-shadow: none;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transform: none;
    transition: background-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.vip-auth-page .vip-legacy-button--primary:hover {
    background: var(--vip-auth-accent-hover);
    box-shadow: 0 8px 22px rgba(216, 177, 90, .13);
    transform: none;
}

.vip-auth-page .vip-legacy-button--primary:focus-visible {
    background: var(--vip-auth-accent-hover);
    box-shadow: 0 0 0 3px rgba(216, 177, 90, .18);
}

.vip-auth-page .vip-legacy-form.is-submitting .vip-legacy-button__label {
    visibility: hidden;
}

.vip-auth-page .vip-legacy-button .vip-button-loader {
    position: absolute;
    inset: 0;
    min-height: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #17140e;
    font-size: 11.5px;
}

.vip-auth-page .vip-auth-form__options {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vip-auth-page .vip-legacy-checkbox {
    gap: 7px;
    color: rgba(235, 239, 244, .57);
    font-size: 11.5px;
    font-weight: 500;
}

.vip-auth-page .vip-legacy-checkbox input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: var(--vip-auth-accent);
}

.vip-auth-page .vip-auth-form__options a,
.vip-auth-page .vip-auth-form__footer a,
.vip-auth-page .vip-notice--auth .vip-notice__detail a {
    color: rgba(235, 216, 172, .82) !important;
    text-decoration: none;
}

.vip-auth-page .vip-auth-form__options a {
    font-size: 11.5px;
    font-weight: 600;
}

.vip-auth-page .vip-auth-form__footer {
    color: rgba(232, 236, 242, .48);
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.vip-auth-page .vip-auth-form__footer a {
    margin-right: 3px;
    font-weight: 700;
}

.vip-auth-back-link {
    min-height: 36px;
    margin: 11px auto -5px;
    padding: 0 8px;
    display: flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgba(229, 233, 239, .5) !important;
    font-size: 11.5px;
    font-weight: 550;
    text-decoration: none;
    transition: color .18s ease;
}

.vip-auth-back-link:hover,
.vip-auth-back-link:focus-visible {
    color: rgba(245, 247, 250, .78) !important;
    outline: none;
}

.vip-auth-back-link i {
    color: inherit;
    font-size: 11px;
}

.vip-auth-page .vip-notice--auth {
    min-height: 48px;
    margin: 0 0 13px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    box-shadow: none;
}

.vip-auth-page .vip-notice--auth .vip-notice__icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .045);
    font-size: 12px;
}

.vip-auth-page .vip-notice--auth .vip-notice__body {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.vip-auth-page .vip-notice--auth .vip-notice__title {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.6;
}

.vip-auth-page .vip-notice--auth .vip-notice__message,
.vip-auth-page .vip-notice--auth .vip-notice__detail {
    margin: 0;
    color: rgba(232, 236, 242, .5);
    font-size: 11px;
    font-weight: 450;
    line-height: 1.7;
}

.vip-auth-page .vip-notice--auth.vip-notice--success {
    background: rgba(91, 153, 112, .07);
}

.vip-auth-page .vip-notice--auth.vip-notice--success .vip-notice__icon {
    color: #79b88e;
}

.vip-auth-page .vip-notice--auth.vip-notice--error {
    background: rgba(190, 82, 82, .065);
}

.vip-auth-page .vip-notice--auth.vip-notice--error .vip-notice__icon {
    color: #cf7b7b;
}

.vip-auth-page .vip-notice--auth.vip-notice--warning {
    background: rgba(216, 177, 90, .065);
}

.vip-auth-page .vip-notice--auth.vip-notice--warning .vip-notice__icon {
    color: #d8b15a;
}

.vip-auth-page--register .vip-auth-form--register {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
        "username phone"
        "email email"
        "password confirm"
        "submit submit"
        "footer footer";
}

.vip-auth-form--register .vip-auth-field--username {
    grid-area: username;
}

.vip-auth-form--register .vip-auth-field--phone {
    grid-area: phone;
}

.vip-auth-form--register .vip-auth-field--email {
    grid-area: email;
}

.vip-auth-form--register .vip-auth-field--password {
    grid-area: password;
}

.vip-auth-form--register .vip-auth-field--confirm {
    grid-area: confirm;
}

.vip-auth-form--register > .vip-legacy-button--primary {
    grid-area: submit;
}

.vip-auth-form--register > .vip-auth-form__footer {
    grid-area: footer;
}

.vip-auth-page .vip-legacy-input:-webkit-autofill,
.vip-auth-page .vip-legacy-input:-webkit-autofill:hover,
.vip-auth-page .vip-legacy-input:-webkit-autofill:focus,
.vip-auth-page .vip-legacy-input:-webkit-autofill:active {
    -webkit-text-fill-color: rgba(255, 255, 255, .9);
    caret-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 0 0 1000px #1d1d1d inset;
    box-shadow: 0 0 0 1000px #1d1d1d inset;
}

@media (max-width: 640px) {
    .vip-auth-page {
        min-height: calc(100dvh - 148px);
        align-items: center;
        overflow: visible;
    }

    .vip-auth-page--register {
        align-items: flex-start;
    }

    .vip-auth-page > .vip-dashboard-page__shell,
    .vip-auth-page--register > .vip-dashboard-page__shell {
        width: 100% !important;
        max-width: none !important;
        padding: 16px 0 24px !important;
    }

    .vip-auth-page .vip-dashboard-page__hero {
        margin-bottom: 14px;
        padding-inline: 16px;
    }

    .vip-auth-page .vip-auth-page__card {
        padding: 16px;
        border-right: 0;
        border-left: 0;
        border-radius: 19px;
    }

    .vip-auth-page .vip-dashboard-page__title {
        font-size: 19px;
    }

    .vip-auth-page .vip-legacy-input,
    .vip-auth-page .vip-legacy-button--primary {
        min-height: 48px;
    }

    .vip-auth-page--register .vip-auth-form--register {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "username"
            "phone"
            "email"
            "password"
            "confirm"
            "submit"
            "footer";
    }

    .vip-auth-back-link {
        min-height: 40px;
        margin-bottom: -7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vip-auth-page *,
    .vip-auth-page *::before,
    .vip-auth-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
/* === Songsara public auth v3.5.17: end === */
