.vc-creator-commission-table-wrap {
    margin: 24px 0;
}

.vc-creator-commission-table-header {
    margin-bottom: 18px;
}

.vc-creator-commission-table-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #4b5563;
}

.vc-creator-commission-table-inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vc-creator-commission-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: #fff;
}

.vc-creator-commission-table th,
.vc-creator-commission-table td {
    padding: 16px 18px;
    border: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.5;
    color: #4b5563;
}

.vc-creator-commission-table thead th {
    background: #f8f8f8;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5b6470;
}

.vc-creator-commission-table tbody td strong {
    color: #374151;
    font-weight: 600;
}

.vc-creator-commission-table-wrap--empty p {
    margin: 0;
    font-size: 16px;
    color: #6b7280;
}

/* =========================================
   Base / Reset Helpers
========================================= */

.vc-creator-dashboard-wrapper,
.vc-creator-dashboard-wrapper * {
    box-sizing: border-box;
}

.vc-creator-dashboard-wrapper img {
    max-width: 100%;
    height: auto;
}

.vc-creator-dashboard-wrapper button,
.vc-creator-dashboard-wrapper input,
.vc-creator-dashboard-wrapper select,
.vc-creator-dashboard-wrapper textarea {
    font: inherit;
}

.vc-creator-dashboard-wrapper a,
.vc-creator-dashboard-wrapper button {
    -webkit-tap-highlight-color: transparent;
}

/* =========================================
   Creator Registration Form
========================================= */

.vc-creator-registration-wrap {
    max-width: 920px;
    margin: 40px auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vc-creator-registration-wrap h3 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

.vc-creator-registration-wrap::before {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
}

.vc-creator-register-form {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(17, 24, 39, 0.08);
}

.vc-creator-register-form-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    margin-bottom: 20px;
}

.vc-creator-register-form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.vc-creator-register-form-row label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.vc-creator-register-form-row input[type="text"],
.vc-creator-register-form-row input[type="email"],
.vc-creator-register-form-row input[type="url"],
.vc-creator-register-form-row input[type="password"],
.vc-creator-register-form-row input[type="file"],
.vc-creator-register-form-row select,
.vc-creator-register-form-row textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
}

.vc-creator-register-form-row input[type="file"] {
    padding: 11px 14px;
    background: #f9fafb;
    cursor: pointer;
}

.vc-creator-register-form-row textarea {
    min-height: 120px;
    resize: vertical;
}

.vc-creator-register-form-row input::placeholder,
.vc-creator-register-form-row textarea::placeholder {
    color: #9ca3af;
}

.vc-creator-register-form-row input:focus,
.vc-creator-register-form-row select:focus,
.vc-creator-register-form-row textarea:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    background: #fff;
}

.vc-creator-register-form-row select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 42px;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.vc-creator-register-form-row textarea,
.vc-creator-register-form-row:last-child,
#vc-creator-register-message {
    grid-column: 1 / -1;
}

#vc_bio {
    min-height: 130px;
}

#vc-creator-register-message {
    display: none;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 2px;
}

#vc-creator-register-message.success {
    display: block;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

#vc-creator-register-message.error {
    display: block;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.vc-creator-register-form-row .vc-creator-register-submit {
    min-width: 180px;
    min-height: 52px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.vc-creator-register-form-row .vc-creator-register-submit:hover,
.vc-creator-register-form-row .vc-creator-register-submit:focus {
    transform: translateY(-1px);
}

.vc-creator-register-form-row .vc-creator-register-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Full width rows for better layout */
.vc-creator-register-form-row:nth-child(5),
.vc-creator-register-form-row:nth-child(6),
.vc-creator-register-form-row:nth-child(7),
.vc-creator-register-form-row:nth-child(8),
.vc-creator-register-form-row:nth-child(9),
.vc-creator-register-form-row:nth-child(10),
.vc-creator-register-form-row:nth-child(11),
.vc-creator-register-form-row:nth-child(12) {
    grid-column: 1 / -1;
}

/* Optional required field look */
.vc-creator-register-form-row label[for="vc_first_name"]::after,
.vc-creator-register-form-row label[for="vc_last_name"]::after,
.vc-creator-register-form-row label[for="vc_email"]::after,
.vc-creator-register-form-row label[for="vc_phone"]::after,
.vc-creator-register-form-row label[for="vc_country"]::after,
.vc-creator-register-form-row label[for="vc_password"]::after {
    content: " *";
    color: #dc2626;
    font-weight: 700;
}

.vc-creator-register-subtitle {
    max-width: 680px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

/* =========================================
   Legacy Dashboard Wrap Neutralizer
========================================= */

.vc-creator-dashboard-wrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

.vc-creator-dashboard-wrap h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.vc-creator-dashboard-wrap p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* =========================================
   Creator Dashboard Alerts
========================================= */

.vc-creator-dashboard-alert,
.vc-creator-video-upload-message {
    display: none;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 18px;
    word-break: break-word;
}

.vc-creator-dashboard-alert.success,
.vc-creator-video-upload-message.success {
    display: block;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.vc-creator-dashboard-alert.error,
.vc-creator-video-upload-message.error {
    display: block;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

/* =========================================
   New Dashboard Layout & Tab System
========================================= */

.vc-creator-dashboard-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 16px;
    width: 100%;
    overflow-x: hidden;
}

/* Sidebar Styling */
.vc-creator-sidebar {
    width: 260px;
    flex: 0 0 260px;
    max-width: 260px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 35px rgba(17, 24, 39, 0.04);
    padding: 24px 0;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.vc-creator-sidebar-header {
    padding: 0 24px 20px;
    border-bottom: 1px solid #f1f5f9;
}

.vc-creator-sidebar-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.vc-creator-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vc-creator-nav li {
    margin: 0;
}

.vc-creator-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border-right: 3px solid transparent;
    min-width: 0;
}

.vc-creator-nav a i {
    width: 20px;
    min-width: 20px;
    text-align: center;
    font-size: 18px;
    color: #9ca3af;
    transition: color 0.2s ease;
}

.vc-creator-nav a:hover {
    background: #f9fafb;
    color: #2563eb;
}

.vc-creator-nav a:hover i {
    color: #2563eb;
}

.vc-creator-nav a.active {
    background: #eff6ff;
    color: #2563eb;
    border-right-color: #2563eb;
}

.vc-creator-nav a.active i {
    color: #2563eb;
}

/* Main Content Area */
.vc-creator-main-content {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    background: transparent;
}

.vc-creator-tab-panel {
    display: none;
    animation: vcTabFadeIn 0.3s ease;
    min-width: 0;
}

.vc-creator-tab-panel.active {
    display: block;
}

@keyframes vcTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================
   Creator Dashboard Header
========================================= */

.vc-creator-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.16);
    overflow: hidden;
    min-width: 0;
}

.vc-creator-dashboard-header__left {
    max-width: 720px;
    min-width: 0;
    flex: 1 1 auto;
}

.vc-creator-dashboard-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #e5e7eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.vc-creator-dashboard-header h3 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    word-break: break-word;
}

.vc-creator-dashboard-header p {
    margin: 0;
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
}

.vc-creator-dashboard-header__right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    min-width: 0;
}

.vc-creator-logout-btn {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: none;
    flex: 0 0 50px;
}

.vc-creator-logout-btn:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #ffffff;
    transform: translateY(-1px);
}

.vc-creator-logout-btn i {
    font-size: 18px;
}

.vc-creator-dashboard-wrapper .vc-creator-open-upload,
.vc-creator-dashboard-wrapper .vc-creator-video-upload-submit,
.vc-creator-dashboard-wrapper .vc-creator-profile-update-submit,
.vc-creator-dashboard-wrapper .vc-creator-withdraw-request-submit,
.vc-creator-dashboard-wrapper .vc-creator-register-submit,
.vc-creator-dashboard-wrapper .vc-creator-login-submit {
    min-height: 50px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.22);
    cursor: pointer;
    white-space: nowrap;
}

.vc-creator-dashboard-header__right .vc-creator-open-upload {
    min-width: 170px;
    padding: 0 20px;
}

/* =========================================
   Stats
========================================= */

.vc-creator-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
}

.vc-creator-stats-grid .vc-creator-stat-card,
.vc-creator-stat-card--earning {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    min-width: 0;
}

.vc-creator-stat-card__label {
    display: block;
    margin-bottom: 10px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
}

.vc-creator-stat-card__value {
    display: block;
    color: #111827;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    word-break: break-word;
}

.vc-creator-stats-grid .vc-creator-stat-card--button {
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.vc-creator-stats-grid .vc-creator-stat-card--button:hover {
    background: #f9fafb;
    transform: translateY(-2px);
}

/* =========================================
   Section Cards
========================================= */

.vc-creator-section-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
    overflow: hidden;
    min-width: 0;
}

.vc-creator-section-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 18px;
    min-width: 0;
}

.vc-creator-section-card__header h4 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    word-break: break-word;
}

.vc-creator-section-card__header p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

.vc-creator-upload-panel {
    display: none;
}

/* =========================================
   Forms
========================================= */

.vc-creator-video-upload-form {
    padding: 24px;
}

.vc-creator-dashboard-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 24px;
    min-width: 0;
}

.vc-creator-dashboard-form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.vc-creator-dashboard-form-row--full {
    grid-column: 1 / -1;
}

.vc-creator-dashboard-form-row label {
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.vc-creator-dashboard-form-row input[type="text"],
.vc-creator-dashboard-form-row input[type="email"],
.vc-creator-dashboard-form-row input[type="url"],
.vc-creator-dashboard-form-row input[type="password"],
.vc-creator-dashboard-form-row input[type="file"],
.vc-creator-dashboard-form-row textarea,
.vc-creator-dashboard-form-row select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: #111827;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    max-width: 100%;
}

.vc-creator-dashboard-form-row input[type="file"] {
    background: #f9fafb;
}

.vc-creator-dashboard-form-row textarea {
    min-height: 120px;
    resize: vertical;
}

.vc-creator-dashboard-form-row input:focus,
.vc-creator-dashboard-form-row textarea:focus,
.vc-creator-dashboard-form-row select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.vc-creator-input-group {
    display: flex;
    gap: 10px;
}

.vc-creator-input-group input {
    flex: 1;
}

.vc-creator-field-help {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
}

.vc-creator-dashboard-form-actions {
    margin-top: 20px;
}

.vc-creator-dashboard-form-actions .button,
.vc-creator-dashboard-form-actions button {
    max-width: 100%;
}

.vc-creator-tagged-products + .select2 {
    width: 100% !important;
    max-width: 100%;
}

.vc-creator-tagged-products + .select2 .select2-selection {
    min-height: 50px;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 6px 8px;
}

.vc-creator-tagged-products + .select2 .select2-selection__rendered {
    white-space: normal;
    word-break: break-word;
    line-height: 1.5 !important;
    padding-right: 24px !important;
}

.vc-creator-tagged-products + .select2 .select2-selection__choice {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

.select2-container {
    max-width: 100%;
}

/* =========================================
   Upload Progress
========================================= */

.vc-creator-upload-progress {
    display: none;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    border-radius: 16px;
}

.vc-creator-upload-progress__bar {
    width: 100%;
    height: 10px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 10px;
}

.vc-creator-upload-progress__fill {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    border-radius: inherit;
    transition: width 0.2s ease;
}

.vc-creator-upload-progress__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.vc-creator-upload-progress__text,
.vc-creator-upload-progress__percent {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

/* =========================================
   Empty State
========================================= */

.vc-creator-empty-state {
    padding: 48px 24px;
    text-align: center;
}

.vc-creator-empty-state__icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 14px;
}

.vc-creator-empty-state h5 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 22px;
    font-weight: 700;
}

.vc-creator-empty-state p {
    max-width: 520px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.vc-creator-empty-state--compact {
    padding: 24px;
    text-align: left;
}

/* =========================================
   Tables
========================================= */

.vc-creator-videos-table-wrap,
.vc-creator-earnings-table-wrap,
.vc-creator-withdrawals-table-wrap {
    padding: 0 24px 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.vc-creator-videos-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.vc-creator-videos-table thead th {
    padding: 16px 14px;
    text-align: left;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
}

.vc-creator-videos-table tbody td {
    padding: 16px 14px;
    color: #111827;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.vc-creator-video-title-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vc-creator-video-title-cell strong {
    color: #111827;
    font-weight: 700;
    word-break: break-word;
}

.vc-creator-video-title-cell a {
    color: #2563eb;
    font-size: 13px;
    text-decoration: none;
}

/* =========================================
   Status Badges
========================================= */

.vc-creator-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.vc-creator-status-badge--pending {
    background: #fff7ed;
    color: #c2410c;
}

.vc-creator-status-badge--approved {
    background: #ecfdf5;
    color: #047857;
}

.vc-creator-status-badge--rejected {
    background: #fef2f2;
    color: #b91c1c;
}

.vc-creator-status-badge--requested {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.vc-creator-status-badge--paid {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.vc-creator-status-badge--reversed {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

/* =========================================
   Video Actions
========================================= */

.vc-creator-video-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.vc-creator-videos-table .vc-creator-video-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: none;
    min-height: auto;
    padding: 0;
    flex: 0 0 36px;
}

.vc-creator-videos-table .vc-creator-video-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.vc-creator-video-action-btn--view:hover {
    background: #eff6ff;
    color: #2563eb;
    border-color: #bfdbfe;
}

.vc-creator-video-action-btn--delete:hover {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.vc-creator-videos-table .vc-creator-video-feature-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: none;
    min-height: auto;
    padding: 0;
}

.vc-creator-video-feature-btn i {
    font-size: 16px;
}

.vc-creator-videos-table .vc-creator-video-feature-btn:hover {
    background: #fffbeb;
    color: #f59e0b;
    border-color: #fde68a;
}

.vc-creator-video-feature-btn.is-featured {
    background: #fef3c7;
    color: #f59e0b;
    border-color: #fcd34d;
}

.vc-creator-video-feature-btn.is-featured i {
    font-weight: 900;
}

/* =========================================
   Creator Dashboard Profile Card
========================================= */

.vc-creator-dashboard-profile-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 0;
    max-width: 100%;
}

.vc-creator-dashboard-profile-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
}

.vc-creator-dashboard-profile-card__avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vc-creator-dashboard-profile-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-dashboard-profile-card__content {
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.vc-creator-dashboard-profile-card__name {
    margin: 0 0 4px;
    color: #111827;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    word-break: break-word;
}

.vc-creator-dashboard-profile-card__bio {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

.vc-creator-dashboard-profile-card__bio--empty {
    color: #9ca3af;
}

.vc-creator-dashboard-profile-card__action {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f9fafb;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

/* =========================================
   Profile Edit Panel
========================================= */

.vc-creator-profile-current-image {
    padding: 24px 24px 0;
}

.vc-creator-profile-current-image__avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vc-creator-profile-current-image__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-creator-profile-update-form {
    padding: 0 24px 24px;
}

.vc-creator-section-card .vc-creator-close-profile-editor {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    flex: 0 0 36px;
}

.vc-creator-section-card .vc-creator-close-profile-editor:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* Force Settings Block Options inside Settings Tab */
#tab-settings #vc-creator-profile-edit-panel {
    display: block;
    margin-top: 0;
}

#tab-settings .vc-creator-close-profile-editor {
    display: none;
}

#tab-settings .vc-creator-dashboard-profile-card {
    cursor: default;
}

#tab-settings .vc-creator-dashboard-profile-card:hover {
    transform: none;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

#tab-settings .vc-creator-dashboard-profile-card__action {
    display: none;
}

/* =========================================
   Creator Auth (Login + Register)
========================================= */

.vc-creator-auth-wrap {
    max-width: 920px;
    margin: 40px auto;
    padding: 0 16px;
}

.vc-creator-auth-panel {
    width: 100%;
}

.vc-creator-login-wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.vc-creator-login-wrap h3 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

.vc-creator-login-wrap::before {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin: 0 auto 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb 0%, #7c3aed 100%);
}

.vc-creator-login-subtitle {
    max-width: 680px;
    margin: 0 auto 24px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

.vc-creator-login-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(17, 24, 39, 0.08);
    max-width: 560px;
    margin: 0 auto;
}

.vc-creator-login-form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vc-creator-login-form-row label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.vc-creator-login-form-row input[type="email"],
.vc-creator-login-form-row input[type="password"] {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.5;
    color: #111827;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.vc-creator-login-form-row input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    background: #fff;
}

.vc-creator-login-links {
    display: flex;
    justify-content: flex-end;
    margin-top: -6px;
}

.vc-creator-login-links a,
.vc-creator-auth-switch a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.vc-creator-login-links a:hover,
.vc-creator-auth-switch a:hover {
    text-decoration: underline;
}

#vc-creator-login-message {
    display: none;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

#vc-creator-login-message.success {
    display: block;
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

#vc-creator-login-message.error {
    display: block;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.vc-creator-login-form-row .vc-creator-login-submit {
    min-width: 180px;
    padding: 0 24px;
}

.vc-creator-auth-switch {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
}

.vc-creator-auth-switch span {
    margin-right: 6px;
}

/* =========================================
   Followers Modal
========================================= */

.vc-creator-followers-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.vc-creator-followers-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(2px);
}

.vc-creator-followers-modal__dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 520px;
    margin: 80px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    z-index: 2;
    animation: vcFadeInUp 0.25s ease;
}

@keyframes vcFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vc-creator-followers-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

.vc-creator-followers-modal__header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.vc-creator-followers-modal__close {
    font-size: 22px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #6b7280;
    min-height: auto;
    padding: 0;
    box-shadow: none;
}

.vc-creator-followers-modal__close:hover {
    color: #111827;
    background: transparent;
}

.vc-creator-followers-modal__body {
    max-height: 420px;
    overflow-y: auto;
    padding: 18px 20px;
}

.vc-creator-followers-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vc-creator-follower-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 12px;
    transition: background 0.2s ease;
    min-width: 0;
}

.vc-creator-follower-item:hover {
    background: #f9fafb;
}

.vc-creator-follower-item__avatar {
    flex: 0 0 44px;
}

.vc-creator-follower-item__avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.vc-creator-follower-item__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vc-creator-follower-item__name {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    word-break: break-word;
}

.vc-creator-follower-item__meta {
    font-size: 12px;
    color: #6b7280;
    word-break: break-word;
}

.vc-creator-followers-empty,
.vc-creator-followers-loading {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    padding: 20px 0;
}

body.vc-creator-modal-open {
    overflow: hidden;
}

/* =========================================
   Creator Earnings / Withdrawals
========================================= */

.vc-creator-earnings-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
}

.vc-creator-stat-card--earning {
    min-height: 132px;
}

.vc-creator-withdraw-section .vc-creator-section-card__header {
    margin-bottom: 0;
}

.vc-creator-withdraw-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 24px;
    min-width: 0;
}

.vc-creator-withdraw-summary {
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #eff6ff 0%, #f5f3ff 100%);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    min-width: 0;
}

.vc-creator-withdraw-summary__amount {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 10px;
    word-break: break-word;
}

.vc-creator-withdraw-summary__meta {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    word-break: break-word;
}

.vc-creator-withdraw-request-form textarea,
.vc-creator-withdraw-request-form input[type="text"] {
    width: 100%;
}

/* =========================================
   Tablet
========================================= */

@media (max-width: 991px) {
    .vc-creator-dashboard-wrapper {
        flex-direction: column;
        gap: 20px;
        margin: 28px auto;
    }

    .vc-creator-sidebar {
        width: 100%;
        max-width: 100%;
        flex: 1 1 auto;
        position: static;
        padding: 20px 0 0;
    }

    .vc-creator-sidebar-header {
        padding: 0 20px 15px;
    }

    .vc-creator-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-top: 1px solid #f1f5f9;
    }

    .vc-creator-nav li {
        min-width: 0;
    }

    .vc-creator-nav a {
        justify-content: center;
        border-right: none;
        border-bottom: 3px solid transparent;
        padding: 14px 10px;
        font-size: 14px;
        text-align: center;
        flex-direction: column;
        gap: 8px;
        min-height: 74px;
    }

    .vc-creator-nav a span {
        display: inline-block;
    }

    .vc-creator-nav a.active {
        border-right-color: transparent;
        border-bottom-color: #2563eb;
    }

    .vc-creator-nav a i {
        width: auto;
        min-width: 0;
    }

    .vc-creator-dashboard-header {
        flex-direction: column;
    }

    .vc-creator-dashboard-header__left,
    .vc-creator-dashboard-header__right {
        width: 100%;
        max-width: 100%;
    }

    .vc-creator-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-creator-earnings-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-creator-withdraw-layout {
        grid-template-columns: 1fr;
    }

    .vc-creator-dashboard-profile-card {
        align-items: flex-start;
    }
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 767px) {
    .vc-creator-registration-wrap {
        margin: 20px auto;
        padding: 0 12px;
    }

    .vc-creator-registration-wrap h3 {
        font-size: 24px;
    }

    .vc-creator-register-form {
        padding: 20px;
        border-radius: 16px;
    }

    .vc-creator-register-form-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vc-creator-register-form-row,
    .vc-creator-register-form-row:nth-child(5),
    .vc-creator-register-form-row:nth-child(6),
    .vc-creator-register-form-row:nth-child(7),
    .vc-creator-register-form-row:nth-child(8),
    .vc-creator-register-form-row:nth-child(9),
    .vc-creator-register-form-row:nth-child(10),
    .vc-creator-register-form-row:nth-child(11),
    .vc-creator-register-form-row:nth-child(12),
    #vc-creator-register-message {
        grid-column: auto;
    }

    .vc-creator-register-submit {
        width: 100%;
    }

    .vc-creator-dashboard-wrapper {
        margin: 20px auto;
        gap: 16px;
        padding: 0 12px;
    }

    .vc-creator-sidebar {
        border-radius: 18px;
        padding-top: 16px;
    }

    .vc-creator-sidebar-header {
        padding: 0 16px 14px;
    }

    .vc-creator-sidebar-header h3 {
        font-size: 17px;
    }

    .vc-creator-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-creator-nav a {
        padding: 12px 8px;
        min-height: 68px;
        font-size: 13px;
        gap: 6px;
    }

    .vc-creator-nav a i {
        font-size: 16px;
    }

    .vc-creator-dashboard-header {
        padding: 20px 16px;
        border-radius: 18px;
        gap: 16px;
    }

    .vc-creator-dashboard-header h3 {
        font-size: 28px;
    }

    .vc-creator-dashboard-header p {
        font-size: 14px;
        line-height: 1.6;
    }

    .vc-creator-dashboard-header__right {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .vc-creator-dashboard-header__right .vc-creator-open-upload,
    .vc-creator-video-upload-submit,
    .vc-creator-profile-update-submit,
    .vc-creator-withdraw-request-submit,
    .vc-creator-register-submit,
    .vc-creator-login-submit {
        width: 100%;
        min-width: 0;
        padding: 0 16px;
        font-size: 14px;
    }

    .vc-creator-stats-grid,
    .vc-creator-earnings-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .vc-creator-stats-grid .vc-creator-stat-card,
    .vc-creator-stat-card--earning {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .vc-creator-stat-card__label {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .vc-creator-stat-card__value {
        font-size: 28px;
    }

    .vc-creator-section-card {
        border-radius: 18px;
    }

    .vc-creator-section-card__header {
        padding: 18px 16px 14px;
        margin-bottom: 14px;
        flex-direction: column;
        align-items: flex-start;
    }

    .vc-creator-section-card__header h4 {
        font-size: 20px;
    }

    .vc-creator-video-upload-form,
    .vc-creator-profile-update-form {
        padding: 0 16px 16px;
    }

    .vc-creator-dashboard-form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .vc-creator-dashboard-form-row--full {
        grid-column: auto;
    }

    .vc-creator-videos-table-wrap,
    .vc-creator-earnings-table-wrap,
    .vc-creator-withdrawals-table-wrap {
        padding: 0 16px 16px;
    }

    .vc-creator-videos-table {
        min-width: 700px;
    }

    .vc-creator-empty-state {
        padding: 32px 16px;
    }

    .vc-creator-empty-state h5 {
        font-size: 20px;
    }

    .vc-creator-dashboard-profile-card {
        padding: 16px;
        gap: 12px;
        align-items: flex-start;
    }

    .vc-creator-dashboard-profile-card__avatar {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
    }

    .vc-creator-dashboard-profile-card__name {
        font-size: 18px;
    }

    .vc-creator-dashboard-profile-card__action {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .vc-creator-withdraw-layout {
        padding: 16px;
        gap: 16px;
    }

    .vc-creator-withdraw-summary {
        padding: 18px 16px;
        border-radius: 16px;
    }

    .vc-creator-withdraw-summary__amount {
        font-size: 24px;
    }

    .vc-creator-followers-modal__dialog {
        width: calc(100% - 20px);
        margin: 24px auto;
        border-radius: 16px;
    }

    .vc-creator-followers-modal__header,
    .vc-creator-followers-modal__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .vc-creator-auth-wrap,
    .vc-creator-login-wrap {
        margin: 20px auto;
    }

    .vc-creator-login-wrap h3 {
        font-size: 24px;
    }

    .vc-creator-login-form {
        padding: 20px;
        border-radius: 16px;
    }

    .vc-creator-login-submit {
        width: 100%;
    }

    .vc-creator-upload-progress__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/* =========================================
   Small Mobile
========================================= */

@media (max-width: 480px) {
    .vc-creator-dashboard-wrapper {
        padding: 0 10px;
    }

    .vc-creator-registration-wrap,
    .vc-creator-auth-wrap {
        padding: 0 10px;
    }

    .vc-creator-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-creator-nav a {
        font-size: 12px;
        min-height: 64px;
        padding: 10px 6px;
    }

    .vc-creator-nav a i {
        font-size: 15px;
    }

    .vc-creator-dashboard-header {
        padding: 18px 14px;
    }

    .vc-creator-dashboard-header h3 {
        font-size: 24px;
    }

    .vc-creator-dashboard-kicker {
        font-size: 11px;
        padding: 5px 10px;
    }

    .vc-creator-section-card__header,
    .vc-creator-video-upload-form,
    .vc-creator-profile-update-form,
    .vc-creator-videos-table-wrap,
    .vc-creator-earnings-table-wrap,
    .vc-creator-withdrawals-table-wrap {
        padding-left: 14px;
        padding-right: 14px;
    }

    .vc-creator-stats-grid .vc-creator-stat-card,
    .vc-creator-stat-card--earning {
        padding: 16px 14px;
    }

    .vc-creator-stat-card__value {
        font-size: 24px;
    }

    .vc-creator-dashboard-profile-card {
        flex-wrap: nowrap;
    }

    .vc-creator-dashboard-profile-card__avatar {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
    }

    .vc-creator-dashboard-profile-card__name {
        font-size: 17px;
    }

    .vc-creator-dashboard-profile-card__bio {
        font-size: 13px;
    }

    .vc-creator-withdraw-summary__amount {
        font-size: 22px;
    }

    .vc-creator-empty-state {
        padding: 28px 14px;
    }

    .vc-creator-empty-state__icon {
        font-size: 36px;
    }

    .vc-creator-empty-state h5 {
        font-size: 18px;
    }

    .vc-creator-followers-modal__dialog {
        width: calc(100% - 16px);
        margin: 18px auto;
    }
}