.mw-seller-shell {
    padding: 36px 0 82px;
    position: relative;
}

    .mw-seller-shell::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 340px;
        background: radial-gradient(circle at top left, rgba(190, 40, 40, 0.18), transparent 45%), radial-gradient(circle at top right, rgba(255, 184, 0, 0.12), transparent 34%), linear-gradient(180deg, rgba(10, 13, 19, 0.92), rgba(10, 13, 19, 0));
        pointer-events: none;
    }

    .mw-seller-shell .container-mw {
        position: relative;
        z-index: 1;
    }

.mw-seller-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #f6f7fb;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.mw-seller-hero,
.mw-seller-form-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.6fr);
    gap: 28px;
    align-items: stretch;
    margin-bottom: 26px;
}

.mw-seller-form-hero {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.mw-seller-hero-copy,
.mw-seller-hero-side,
.mw-seller-form-hero {
    color: #fff;
}

    .mw-seller-hero h1,
    .mw-seller-form-hero h1 {
        margin: 16px 0 10px;
        font-size: clamp(2rem, 3.7vw, 3.2rem);
        line-height: 1.03;
        font-weight: 800;
        letter-spacing: -0.03em;
    }

    .mw-seller-hero p,
    .mw-seller-form-hero p {
        margin: 0;
        color: rgba(255, 255, 255, 0.74);
        max-width: 760px;
        line-height: 1.75;
    }

.mw-seller-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.mw-seller-btn {
    border: 0;
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 16px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 700;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
    text-decoration: none;
    cursor: pointer;
}

    .mw-seller-btn:hover {
        transform: translateY(-2px);
    }

    .mw-seller-btn.primary {
        color: #fff;
        background: linear-gradient(135deg, #d12727, #a30d0d);
        box-shadow: 0 20px 45px rgba(163, 13, 13, 0.28);
    }

        .mw-seller-btn.primary:hover {
            color: #fff;
        }

    .mw-seller-btn.ghost {
        color: #eef0f6;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.07);
    }

    .mw-seller-btn.small {
        padding: 11px 15px;
        border-radius: 14px;
        font-size: 13px;
    }

.mw-seller-hero-card {
    height: 100%;
    min-height: 220px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
}

.mw-seller-hero-card-badge,
.mw-seller-panel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(209, 39, 39, 0.12);
    color: #d12727;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mw-seller-hero-card-value {
    margin-top: 18px;
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 800;
    color: #fff;
}

.mw-seller-hero-card-label {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    font-weight: 700;
}

.mw-seller-hero-card-meta {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.mw-seller-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    margin-bottom: 22px;
    border: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(135deg, rgba(255, 214, 92, 0.18), rgba(255, 255, 255, 0.05));
    color: #fff1c7;
}

    .mw-seller-notice a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
    }

.mw-seller-kpis {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.mw-seller-kpi-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 24px 20px;
    background: #fff;
    border: 1px solid rgba(10, 13, 19, 0.06);
    box-shadow: 0 24px 52px rgba(9, 14, 24, 0.08);
}

    .mw-seller-kpi-card::after {
        content: "";
        position: absolute;
        inset: auto -30px -40px auto;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        opacity: .12;
        background: currentColor;
    }

    .mw-seller-kpi-card.soft-blue {
        color: #3751ff;
    }

    .mw-seller-kpi-card.soft-emerald {
        color: #099268;
    }

    .mw-seller-kpi-card.soft-amber {
        color: #e67700;
    }

    .mw-seller-kpi-card.soft-rose {
        color: #d6336c;
    }

    .mw-seller-kpi-card.soft-violet {
        color: #7048e8;
    }

.mw-seller-kpi-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 24px rgba(0,0,0,.06);
    font-size: 18px;
}

.mw-seller-kpi-value {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    color: #10131c;
}

.mw-seller-kpi-label {
    margin-top: 8px;
    color: #596174;
    font-size: 13px;
    font-weight: 600;
}

.mw-seller-panel {
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,251,255,0.98));
    box-shadow: 0 34px 70px rgba(8, 11, 17, 0.08);
    border: 1px solid rgba(11, 14, 20, 0.06);
    padding: 28px;
    margin-bottom: 22px;
}

.mw-seller-panel-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 22px;
}

    .mw-seller-panel-top.compact {
        margin-bottom: 18px;
    }

    .mw-seller-panel-top h2 {
        margin: 10px 0 8px;
        color: #0f1420;
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 800;
        letter-spacing: -0.02em;
    }

    .mw-seller-panel-top p {
        margin: 0;
        color: #677084;
        max-width: 760px;
        line-height: 1.75;
    }

.mw-seller-panel-tools {
    min-width: 300px;
}

.mw-seller-search {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid rgba(17, 22, 34, 0.08);
    border-radius: 16px;
    padding: 0 16px;
    height: 54px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

    .mw-seller-search i {
        color: #8a93a5;
    }

    .mw-seller-search input {
        flex: 1;
        border: 0;
        outline: 0;
        font-size: 14px;
        color: #0f1420;
        background: transparent;
    }

.mw-seller-status-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.mw-seller-tab {
    border: 1px solid rgba(16, 21, 34, 0.08);
    background: #fff;
    color: #475064;
    padding: 11px 15px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    transition: all .22s ease;
}

    .mw-seller-tab.is-active,
    .mw-seller-tab:hover {
        color: #fff;
        background: linear-gradient(135deg, #d12727, #931212);
        border-color: transparent;
        box-shadow: 0 18px 36px rgba(147, 18, 18, 0.2);
    }

.mw-seller-loading,
.mw-seller-empty,
.mw-seller-gate {
    min-height: 260px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    border: 1px dashed rgba(16, 21, 34, 0.12);
    background: linear-gradient(180deg, #fff, #fafbff);
    color: #667085;
    padding: 24px;
}

.mw-seller-loading-dot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 4px solid rgba(209,39,39,.12);
    border-top-color: #d12727;
    animation: mwSpin .9s linear infinite;
}

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

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

.mw-seller-card {
    background: #fff;
    border: 1px solid rgba(10, 13, 19, 0.06);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 46px rgba(8, 11, 17, 0.08);
    transition: transform .22s ease, box-shadow .22s ease;
}

    .mw-seller-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 28px 58px rgba(8, 11, 17, 0.12);
    }

.mw-seller-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #11151f, #1c2231);
}

    .mw-seller-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-seller-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255,255,255,.72);
}

.mw-seller-card-status {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 12px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    backdrop-filter: blur(10px);
    background: rgba(11, 16, 26, 0.62);
}

.mw-status-1 {
    background: rgba(230, 119, 0, 0.82);
}

.mw-status-2 {
    background: rgba(9, 146, 104, 0.84);
}

.mw-status-3 {
    background: rgba(73, 80, 87, 0.84);
}

.mw-status-4 {
    background: rgba(112, 72, 232, 0.84);
}

.mw-status-5 {
    background: rgba(108, 117, 125, 0.84);
}

.mw-seller-card-body {
    padding: 18px;
}

.mw-seller-card-title-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
}

.mw-seller-card-title {
    font-size: 1.08rem;
    color: #111826;
    font-weight: 800;
    line-height: 1.35;
}

.mw-seller-card-code {
    white-space: nowrap;
    color: #8b94a7;
    font-weight: 700;
    font-size: 12px;
}

.mw-seller-card-meta,
.mw-seller-card-location {
    margin-top: 10px;
    color: #667085;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.mw-seller-card-price {
    margin-top: 14px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 900;
    color: #a30d0d;
}

.mw-seller-card-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.mw-seller-stat {
    background: #f5f7fb;
    border-radius: 16px;
    padding: 12px;
}

    .mw-seller-stat small {
        display: block;
        color: #8c95a8;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .mw-seller-stat strong {
        display: block;
        margin-top: 6px;
        color: #121825;
        font-size: 15px;
        font-weight: 800;
    }

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

.mw-seller-chip-btn {
    border: 1px solid rgba(17,22,34,.09);
    background: #fff;
    color: #293243;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}


    .mw-seller-chip-btn.primary {
        background: rgba(209,39,39,.08);
        border-color: rgba(209,39,39,.14);
        color: #a30d0d;
    }

        .mw-seller-chip-btn.primary:hover {
            background: rgba(209,39,39,.14);
            border-color: rgba(209,39,39,.36);
            color: #a30d0d;
        }

    .mw-seller-chip-btn.success {
        background: rgba(9,146,104,.09);
        border-color: rgba(9,146,104,.14);
        color: #087f5b;
    }

        .mw-seller-chip-btn.success:hover {
            background: rgba(9,146,104,.14);
            border-color: rgba(9,146,104,.36);
            color: #087f5b;
        }

    .mw-seller-chip-btn.dark {
        background: rgba(17, 22, 34, 0.06);
        border-color: rgba(17,22,34,.1);
        color: #1f2937;
    }

        .mw-seller-chip-btn.dark:hover {
            background: rgba(17, 22, 34, 0.14);
            border-color: rgba(17,22,34,.34);
            color: #1f2937;
        }

    .mw-seller-chip-btn.danger {
        background: rgba(220, 38, 38, .08);
        border-color: rgba(220, 38, 38, .18);
        color: #b42318;
    }

        .mw-seller-chip-btn.danger:hover {
            background: rgba(220, 38, 38, .14);
            border-color: rgba(220, 38, 38, .34);
            color: #991b1b;
        }


    .mw-seller-chip-btn.seller {
        background: rgba(44, 38, 220,.08);
        border-color: rgba(13, 2, 71,.18);
        color: #20136e;
    }

        .mw-seller-chip-btn.seller:hover {
            background: rgba(44, 38, 220, .14);
            border-color: rgba(13, 2, 71, .34);
            color: #20136e;
        }

.mw-seller-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.7fr);
    gap: 22px;
    align-items: start;
}

.mw-seller-form-preview {
    position: sticky;
    top: 110px;
}

.mw-upload-shell {
    display: grid;
    gap: 16px;
}

.mw-upload-dropzone {
    border: 2px dashed rgba(163, 13, 13, 0.18);
    background: linear-gradient(180deg, rgba(209,39,39,.04), rgba(255,255,255,.92));
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

    .mw-upload-dropzone.is-dragover {
        border-color: rgba(209,39,39,.55);
        box-shadow: 0 22px 54px rgba(209,39,39,.12);
        transform: translateY(-2px);
    }

.mw-upload-dropzone-icon {
    width: 74px;
    height: 74px;
    border-radius: 24px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #b11212;
    background: rgba(255,255,255,.94);
    box-shadow: 0 18px 42px rgba(209,39,39,.12);
}

.mw-upload-dropzone h3 {
    color: #10131c;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.mw-upload-dropzone p,
.mw-upload-dropzone small {
    margin: 0;
    color: #677084;
    line-height: 1.7;
}

.mw-upload-dropzone .mw-seller-btn {
    margin-top: 16px;
}

.mw-upload-help {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #677084;
    font-size: 13px;
    font-weight: 600;
}

    .mw-upload-help span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border-radius: 999px;
        background: #f6f8fc;
    }

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

.mw-photo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(17, 22, 34, 0.08);
    box-shadow: 0 20px 44px rgba(8, 11, 17, 0.08);
}

.mw-photo-card-media {
    aspect-ratio: 16 / 10;
    background: #11161f;
}

    .mw-photo-card-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-photo-card-top {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.mw-photo-badge,
.mw-photo-local {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mw-photo-badge {
    color: #fff;
    background: rgba(209,39,39,.88);
}

.mw-photo-local {
    color: #fff;
    background: rgba(17, 22, 34, 0.7);
}

.mw-photo-card-body {
    padding: 14px;
}

.mw-photo-card-name {
    color: #111826;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    word-break: break-word;
}

.mw-photo-card-actions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mw-photo-action {
    border: 0;
    background: #f6f8fc;
    color: #1f2937;
    border-radius: 12px;
    padding: 9px 11px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

    .mw-photo-action.primary {
        background: rgba(209,39,39,.08);
        color: #a30d0d;
    }

    .mw-photo-action.danger {
        background: rgba(220,53,69,.08);
        color: #b02a37;
    }

    .mw-photo-action.handle {
        cursor: grab;
    }

.mw-seller-form-fields {
    display: grid;
    gap: 18px;
}

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

.mw-form-block {
    display: grid;
    gap: 8px;
}

    .mw-form-block.full {
        grid-column: 1 / -1;
    }

    .mw-form-block label {
        color: #1b2230;
        font-size: 13px;
        font-weight: 800;
    }

        .mw-form-block label span {
            color: #c1121f;
        }

.mw-native-input {
    width: 100%;
    height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(17,22,34,.1);
    background: #fff;
    color: #111826;
    padding: 0 16px;
    font-size: 14px;
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

    .mw-native-input.area {
        height: 142px;
        resize: vertical;
        padding: 14px 16px;
    }

    .mw-native-input:focus {
        border-color: rgba(209,39,39,.42);
        box-shadow: 0 0 0 4px rgba(209,39,39,.08);
    }

    .mw-native-input.is-invalid {
        border-color: rgba(220,53,69,.45);
        box-shadow: 0 0 0 4px rgba(220,53,69,.08);
    }

.mw-field-error {
    margin-top: -4px;
    color: #b02a37;
    font-size: 12px;
    font-weight: 700;
}

.mw-seller-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 6px;
}

.mw-preview-card {
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(10, 13, 19, 0.06);
    box-shadow: 0 30px 60px rgba(8, 11, 17, 0.08);
}

.mw-preview-card-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 18px;
    border-bottom: 1px solid rgba(17,22,34,.06);
}

    .mw-preview-card-top h3 {
        margin: 10px 0 0;
        color: #111826;
        font-size: 1.25rem;
        font-weight: 800;
    }

.mw-preview-price {
    align-self: center;
    color: #a30d0d;
    font-size: 1.15rem;
    font-weight: 900;
}

.mw-preview-media {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #0f141f, #22293a);
    position: relative;
    overflow: hidden;
}

    .mw-preview-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-preview-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: rgba(255,255,255,.76);
}

    .mw-preview-placeholder i {
        font-size: 2rem;
    }

.mw-preview-body {
    padding: 22px;
}

.mw-preview-title {
    color: #111826;
    font-size: 1.28rem;
    font-weight: 900;
    line-height: 1.3;
}

.mw-preview-subtitle,
.mw-preview-location,
.mw-preview-copy {
    margin-top: 10px;
    color: #667085;
    line-height: 1.75;
}

.mw-preview-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mw-preview-chips,
.mw-preview-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.mw-preview-chip,
.mw-preview-section {
    padding: 10px 12px;
    border-radius: 16px;
    background: #f6f8fc;
    color: #283142;
    font-size: 12px;
    font-weight: 700;
}

.mw-preview-section {
    width: 100%;
    border-radius: 18px;
}

    .mw-preview-section strong {
        display: block;
        margin-bottom: 5px;
        color: #101826;
    }

.mw-account-hub {
    margin: 18px 0 24px;
}

.mw-account-hub-head {
    margin-bottom: 14px;
}

    .mw-account-hub-head h3 {
        margin: 0 0 8px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 800;
    }

    .mw-account-hub-head p {
        margin: 0;
        color: rgba(255,255,255,.72);
        line-height: 1.75;
    }

.mw-account-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mw-account-hub-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

    .mw-account-hub-card:hover {
        transform: translateY(-3px);
        background: rgba(255,255,255,.11);
        border-color: rgba(255,255,255,.16);
        color: #fff;
    }

.mw-account-hub-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: rgba(255,255,255,.12);
}

.mw-account-hub-body strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.mw-account-hub-body span {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,.72);
    line-height: 1.65;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .mw-seller-kpis,
    .mw-account-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .mw-seller-form-grid {
        grid-template-columns: 1fr;
    }

    .mw-seller-form-preview {
        position: static;
    }
}

@media (max-width: 991px) {
    .mw-seller-hero,
    .mw-seller-form-hero,
    .mw-seller-panel-top {
        grid-template-columns: 1fr;
        display: grid;
    }

    .mw-seller-panel-tools {
        min-width: 0;
    }

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

    .mw-photo-grid,
    .mw-form-grid-2,
    .mw-seller-grid,
    .mw-account-hub-grid {
        grid-template-columns: 1fr;
    }

    .mw-seller-form-actions {
        justify-content: stretch;
        flex-direction: column;
    }

    .mw-seller-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .mw-seller-shell {
        padding: 24px 0 64px;
    }

    .mw-seller-panel,
    .mw-preview-card,
    .mw-seller-hero-card {
        border-radius: 22px;
    }

    .mw-seller-kpis {
        grid-template-columns: 1fr;
    }

    .mw-seller-card-stats {
        grid-template-columns: 1fr;
    }

    .mw-seller-status-tabs,
    .mw-upload-help,
    .mw-seller-card-actions,
    .mw-photo-card-actions {
        gap: 8px;
    }

    .mw-seller-search {
        height: 48px;
    }
}


@media (min-width: 992px) {
    .mw-seller-form-preview {
        position: sticky;
        top: 118px;
        align-self: start;
    }
}

@media (max-width: 991.98px) {
    .mw-seller-form-preview {
        position: static;
        top: auto;
    }
}


.mw-seller-form-preview {
    position: sticky;
    top: 118px;
    align-self: start;
}

.mw-preview-card {
    max-height: calc(100vh - 132px);
    display: flex;
    flex-direction: column;
}

.mw-preview-body {
    overflow: auto;
}

    .mw-preview-body::-webkit-scrollbar {
        width: 8px;
    }

    .mw-preview-body::-webkit-scrollbar-thumb {
        background: rgba(17, 22, 34, 0.18);
        border-radius: 999px;
    }

.mw-seller-saving-overlay {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(7, 10, 16, 0.58);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

    .mw-seller-saving-overlay.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.mw-seller-saving-dialog {
    width: min(100%, 460px);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,251,255,.98));
    border: 1px solid rgba(11, 14, 20, 0.08);
    box-shadow: 0 28px 70px rgba(8, 11, 17, 0.18);
}

.mw-seller-saving-spinner {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    border: 4px solid rgba(209,39,39,.14);
    border-top-color: #d12727;
    animation: mwSpin .9s linear infinite;
}

.mw-seller-saving-copy {
    display: grid;
    gap: 6px;
}

    .mw-seller-saving-copy strong {
        color: #111826;
        font-size: 1rem;
        font-weight: 900;
    }

    .mw-seller-saving-copy span {
        color: #667085;
        line-height: 1.7;
        font-size: 14px;
    }

body.mw-is-busy {
    overflow: hidden;
}

    body.mw-is-busy .mw-seller-shell {
        pointer-events: none;
    }

    body.mw-is-busy .mw-seller-saving-overlay {
        pointer-events: auto;
    }


@media (max-width: 991.98px) {
    .mw-preview-card {
        max-height: none;
    }

    .mw-preview-body {
        overflow: visible;
    }
}


.mw-seller-form-preview {
    position: relative;
    align-self: start;
    overflow: visible;
}

.mw-preview-card {
    position: relative;
    max-height: none;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, #fbfcff 100%);
    border: 1px solid rgba(17, 22, 34, 0.08);
    box-shadow: 0 26px 58px rgba(8, 11, 17, 0.10);
    transition: transform .18s ease-out, box-shadow .24s ease, border-color .24s ease, filter .24s ease;
    will-change: transform;
}

    .mw-preview-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 5px;
        background: linear-gradient(90deg, #d12727, rgba(209,39,39,.18), rgba(255,255,255,0));
        z-index: 2;
    }

    .mw-preview-card.is-floating {
        box-shadow: 0 42px 88px rgba(8, 11, 17, 0.16);
        border-color: rgba(209, 39, 39, 0.14);
        filter: saturate(1.01);
    }

.mw-preview-card-top {
    position: relative;
    padding: 22px 22px 18px;
    background: radial-gradient(circle at top right, rgba(209,39,39,.08), transparent 38%), linear-gradient(135deg, rgba(255, 248, 248, 0.96), rgba(255,255,255,1));
}

    .mw-preview-card-top h3 {
        margin-top: 10px;
        font-size: 1.34rem;
        letter-spacing: -.03em;
    }

.mw-preview-price {
    min-width: 118px;
    padding: 14px 16px;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(135deg, rgba(209,39,39,.12), rgba(255,255,255,.96));
    border: 1px solid rgba(209,39,39,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
    transition: transform .22s ease, box-shadow .22s ease;
}

.mw-preview-card.is-floating .mw-preview-price {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 14px 28px rgba(209,39,39,.08), inset 0 1px 0 rgba(255,255,255,.75);
}

.mw-preview-media {
    position: relative;
    border-top: 1px solid rgba(17,22,34,.05);
    border-bottom: 1px solid rgba(17,22,34,.06);
    background: linear-gradient(135deg, #111725, #20293a);
}

    .mw-preview-media::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 72px;
        background: linear-gradient(180deg, rgba(17,23,37,0), rgba(17,23,37,.26));
        pointer-events: none;
    }

    .mw-preview-media img {
        transition: transform .32s ease;
    }

.mw-preview-card.has-photo .mw-preview-media img {
    transform: scale(1.012);
}

.mw-preview-body {
    max-height: none;
    overflow: visible;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.mw-preview-title {
    font-size: 1.18rem;
    letter-spacing: -.02em;
}

.mw-preview-subtitle,
.mw-preview-location,
.mw-preview-copy {
    color: #6d778d;
}

.mw-preview-copy {
    line-height: 1.82;
}

.mw-preview-chips,
.mw-preview-sections {
    gap: 10px;
}

.mw-preview-chip {
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(14, 20, 34, 0.04);
    border: 1px solid rgba(14, 20, 34, 0.06);
    color: #30394c;
    font-weight: 700;
}

.mw-preview-section {
    background: linear-gradient(180deg, #ffffff, #f8faff);
    border: 1px solid rgba(17, 22, 34, 0.07);
    box-shadow: 0 10px 24px rgba(8, 11, 17, 0.04);
}

    .mw-preview-section strong {
        color: #111826;
    }

@media (min-width: 1200px) {
    .mw-seller-form-preview {
        position: relative;
        top: auto;
    }

    .mw-preview-card {
        max-height: none;
    }
}

@media (max-width: 1199.98px) {
    .mw-seller-form-preview,
    .mw-preview-card {
        position: static;
        transform: none !important;
    }
}

.mw-seller-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.mw-seller-mini-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .10);
    border: 1px solid rgba(10, 13, 19, 0.06);
}

    .mw-seller-mini-card::after {
        content: "";
        position: absolute;
        right: -34px;
        bottom: -34px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(59, 130, 246, .08);
    }

    .mw-seller-mini-card.soft-rose::after {
        background: rgba(244, 63, 94, .10);
    }

    .mw-seller-mini-card.soft-amber::after {
        background: rgba(245, 158, 11, .12);
    }

    .mw-seller-mini-card.soft-blue::after {
        background: rgba(59, 130, 246, .10);
    }

    .mw-seller-mini-card small {
        display: block;
        color: #64748b;
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .mw-seller-mini-card strong {
        display: block;
        font-size: 2.3rem;
        line-height: 1;
        color: #0f172a;
        margin-bottom: 10px;
        letter-spacing: -.03em;
    }

    .mw-seller-mini-card span {
        color: #64748b;
        line-height: 1.65;
    }

.mw-seller-btn .mw-msg-pill {
    margin-left: 2px;
}

.mw-seller-kpi-card.is-clickable {
    cursor: pointer;
}

.mw-seller-kpi-link {
    margin-top: 10px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 800;
}

.mw-seller-kpi-card.is-clickable:hover .mw-seller-kpi-link {
    color: #111827;
}

.mw-seller-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: none;
}

    .mw-seller-modal.is-open {
        display: block;
    }

.mw-seller-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 8, 18, .72);
    backdrop-filter: blur(6px);
}

.mw-seller-modal-dialog {
    position: absolute;
    inset: 26px;
    margin: auto;
    width: min(1180px, calc(100vw - 28px));
    max-height: calc(80vh - 52px);
    display: grid;
    grid-template-rows: auto 1fr;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,251,255,.99));
    border: 1px solid rgba(11, 14, 20, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 36px 86px rgba(8, 11, 17, 0.24);
}

.mw-seller-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px 20px;
    border-bottom: 1px solid rgba(11, 14, 20, 0.06);
    background: radial-gradient(circle at top right, rgba(209,39,39,.08), transparent 30%), linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,252,255,.98));
}

    .mw-seller-modal-head h3 {
        margin: 10px 0 8px;
        color: #101826;
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 900;
        letter-spacing: -.03em;
    }

    .mw-seller-modal-head p {
        margin: 0;
        color: #667085;
        line-height: 1.72;
        max-width: 760px;
    }

.mw-seller-modal-close {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    border: 1px solid rgba(17, 22, 34, 0.08);
    background: #fff;
    color: #101826;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mw-seller-modal-body {
    padding: 22px 26px 26px;
    overflow: auto;
    display: grid;
    gap: 18px;
}

.mw-seller-fav-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.mw-seller-fav-summary-card {
    border-radius: 22px;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(10, 13, 19, 0.06);
    box-shadow: 0 18px 42px rgba(8, 11, 17, 0.08);
}

    .mw-seller-fav-summary-card small {
        display: block;
        color: #64748b;
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .mw-seller-fav-summary-card strong {
        display: block;
        font-size: 2rem;
        line-height: 1;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .mw-seller-fav-summary-card span {
        color: #64748b;
        line-height: 1.65;
    }

.mw-seller-fav-list {
    display: grid;
    gap: 16px;
}

.mw-seller-fav-card {
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(10, 13, 19, 0.06);
    box-shadow: 0 18px 42px rgba(8, 11, 17, 0.08);
    overflow: hidden;
}

.mw-seller-fav-card-head {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-bottom: 1px solid rgba(17, 22, 34, 0.06);
}

.mw-seller-fav-vehicle-thumb {
    width: 88px;
    height: 72px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #111725, #20293a);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mw-seller-fav-vehicle-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-seller-fav-vehicle-placeholder {
    color: rgba(255,255,255,.72);
    font-size: 1.5rem;
}

.mw-seller-fav-vehicle-copy {
    min-width: 0;
}

    .mw-seller-fav-vehicle-copy strong {
        display: block;
        color: #101826;
        font-size: 1.04rem;
        font-weight: 900;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .mw-seller-fav-vehicle-copy span {
        color: #667085;
    }

.mw-seller-fav-card-body {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.mw-seller-fav-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid rgba(17, 22, 34, 0.06);
    border-radius: 18px;
    padding: 12px 14px;
    background: #fbfcff;
}

.mw-seller-fav-avatar {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #d12727, #931212);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 900;
}

    .mw-seller-fav-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-seller-fav-copy {
    min-width: 0;
}

    .mw-seller-fav-copy strong {
        display: block;
        color: #101826;
        font-size: .96rem;
        font-weight: 800;
        line-height: 1.4;
    }

    .mw-seller-fav-copy span {
        display: block;
        margin-top: 4px;
        color: #667085;
        word-break: break-word;
    }

.mw-seller-fav-time {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

.mw-seller-loading.compact,
.mw-seller-empty.compact {
    min-height: 220px;
}

@media (max-width: 1200px) {
    .mw-seller-mini-grid,
    .mw-seller-fav-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .mw-seller-modal-dialog {
        inset: 14px;
        width: auto;
        max-height: calc(100vh - 28px);
    }

    .mw-seller-fav-card-head,
    .mw-seller-fav-row {
        grid-template-columns: 72px minmax(0, 1fr);
    }

        .mw-seller-fav-card-head .mw-seller-chip-btn,
        .mw-seller-fav-time {
            grid-column: 2 / 3;
            justify-self: start;
            text-align: left;
        }
}

@media (max-width: 767px) {
    .mw-seller-mini-grid,
    .mw-seller-fav-summary {
        grid-template-columns: 1fr;
    }

    .mw-seller-modal-head,
    .mw-seller-modal-body {
        padding: 18px;
    }

    .mw-seller-modal-head {
        grid-template-columns: 1fr auto;
        display: grid;
    }

    .mw-seller-fav-card-head {
        grid-template-columns: 1fr;
    }

    .mw-seller-fav-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .mw-seller-fav-avatar {
        width: 48px;
        height: 48px;
    }
}

.mw-seller-analytics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.mw-seller-analytics-card,
.mw-seller-insight-panel {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,251,255,.98));
    border: 1px solid rgba(10,13,19,.06);
    box-shadow: 0 26px 58px rgba(8,11,17,.08);
}

.mw-seller-analytics-card {
    padding: 22px 22px 18px;
}

    .mw-seller-analytics-card::after,
    .mw-seller-insight-card::after {
        content: "";
        position: absolute;
        right: -34px;
        bottom: -34px;
        width: 124px;
        height: 124px;
        border-radius: 50%;
        opacity: .10;
        background: currentColor;
        pointer-events: none;
    }

    .mw-seller-analytics-card.soft-blue {
        color: #2563eb;
    }

    .mw-seller-analytics-card.soft-violet {
        color: #7c3aed;
    }

    .mw-seller-analytics-card.soft-amber {
        color: #d97706;
    }

.mw-seller-analytics-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

    .mw-seller-analytics-head small {
        display: block;
        color: #64748b;
        font-size: 12px;
        letter-spacing: .12em;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .mw-seller-analytics-head h3 {
        margin: 0;
        color: #0f172a;
        font-size: 1.08rem;
        font-weight: 800;
        letter-spacing: -.02em;
    }

.mw-seller-analytics-pill {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2ff;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}

    .mw-seller-analytics-pill.is-positive {
        background: rgba(22,163,74,.12);
        color: #15803d;
    }

    .mw-seller-analytics-pill.is-negative {
        background: rgba(220,38,38,.12);
        color: #b91c1c;
    }

    .mw-seller-analytics-pill.is-neutral {
        background: rgba(148,163,184,.16);
        color: #475569;
    }

.mw-seller-analytics-value {
    color: #0f172a;
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.mw-seller-analytics-sub {
    margin-top: 10px;
    color: #64748b;
    line-height: 1.7;
    min-height: 26px;
}

.mw-seller-chart-wrap {
    margin-top: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbff, #eff5fb);
    border: 1px solid rgba(148,163,184,.14);
    padding: 10px 10px 6px;
}

.mw-seller-chart {
    width: 100%;
    height: 112px;
    display: block;
}

    .mw-seller-chart .grid line {
        stroke: rgba(148,163,184,.18);
        stroke-width: 1;
    }

    .mw-seller-chart .area {
        fill: rgba(37,99,235,.12);
    }

    .mw-seller-chart .line {
        fill: none;
        stroke: currentColor;
        stroke-width: 3;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .mw-seller-chart .dot {
        fill: currentColor;
        stroke: #fff;
        stroke-width: 2;
    }

    .mw-seller-chart .bars .bar {
        fill: rgba(37,99,235,.16);
    }

#mwSellerFavoritesChart[data-variant="violet"] .area {
    fill: rgba(124,58,237,.12);
}

#mwSellerFavoritesChart[data-variant="violet"] .bars .bar {
    fill: rgba(124,58,237,.16);
}

#mwSellerLeadsChart[data-variant="amber"] .area {
    fill: rgba(217,119,6,.12);
}

#mwSellerLeadsChart[data-variant="amber"] .bars .bar {
    fill: rgba(217,119,6,.16);
}

.mw-seller-insights-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 18px;
    margin-bottom: 22px;
}

.mw-seller-insight-panel {
    padding: 24px;
}

.mw-seller-insight-top {
    margin-bottom: 18px;
}

.mw-seller-activity-list {
    display: grid;
    gap: 12px;
}

.mw-seller-activity-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(10,13,19,.06);
    background: linear-gradient(180deg, #fff, #fbfcff);
}

.mw-seller-activity-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(135deg, #d12727, #931212);
    box-shadow: 0 16px 34px rgba(147,18,18,.18);
}

.mw-seller-activity-item.favorite .mw-seller-activity-icon {
    background: linear-gradient(135deg, #7c3aed, #5b21b6);
    box-shadow: 0 16px 34px rgba(91,33,182,.18);
}

.mw-seller-activity-item.lead .mw-seller-activity-icon {
    background: linear-gradient(135deg, #d97706, #b45309);
    box-shadow: 0 16px 34px rgba(180,83,9,.18);
}

.mw-seller-activity-item.message .mw-seller-activity-icon {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 16px 34px rgba(29,78,216,.18);
}

.mw-seller-activity-copy {
    min-width: 0;
}

.mw-seller-activity-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

    .mw-seller-activity-top strong {
        color: #0f172a;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.4;
    }

    .mw-seller-activity-top span,
    .mw-seller-activity-copy p,
    .mw-seller-activity-vehicle {
        color: #64748b;
    }

.mw-seller-activity-vehicle {
    font-weight: 700;
    margin-bottom: 6px;
}

.mw-seller-activity-copy p {
    margin: 0;
    line-height: 1.7;
}

.mw-seller-insight-cards {
    display: grid;
    gap: 12px;
}

.mw-seller-insight-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid rgba(10,13,19,.06);
    background: linear-gradient(180deg, #fff, #fbfcff);
    box-shadow: 0 16px 38px rgba(8,11,17,.06);
}

    .mw-seller-insight-card.positive {
        color: #0891b2;
    }

    .mw-seller-insight-card.favorite {
        color: #7c3aed;
    }

    .mw-seller-insight-card.lead {
        color: #d97706;
    }

    .mw-seller-insight-card.reactivate {
        color: #dc2626;
    }

.mw-seller-insight-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.mw-seller-insight-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.84);
    box-shadow: 0 12px 24px rgba(0,0,0,.05);
    font-size: 18px;
}

.mw-seller-insight-value {
    color: #0f172a;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -.03em;
}

.mw-seller-insight-card strong {
    display: block;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.45;
}

.mw-seller-insight-vehicle {
    margin-top: 6px;
    color: #475569;
    font-weight: 700;
    line-height: 1.6;
}

.mw-seller-insight-card p {
    margin: 8px 0 0;
    color: #64748b;
    line-height: 1.7;
}

.mw-seller-insight-actions {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .mw-seller-analytics-grid {
        grid-template-columns: 1fr;
    }

    .mw-seller-insights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .mw-seller-activity-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

        .mw-seller-activity-item .mw-seller-chip-btn {
            grid-column: 2 / 3;
            justify-self: start;
        }
}

@media (max-width: 767px) {
    .mw-seller-analytics-card,
    .mw-seller-insight-panel {
        border-radius: 22px;
    }

    .mw-seller-insight-panel,
    .mw-seller-analytics-card {
        padding: 18px;
    }

    .mw-seller-activity-item {
        grid-template-columns: 1fr;
    }

    .mw-seller-activity-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .mw-seller-activity-item .mw-seller-chip-btn {
        grid-column: auto;
    }
}

.mw-photo-card.is-ai-invalid {
    border-color: rgba(220, 38, 38, .42);
    box-shadow: 0 22px 48px rgba(220, 38, 38, .14);
}

.mw-photo-card.is-ai-valid {
    border-color: rgba(22, 163, 74, .24);
    box-shadow: 0 20px 44px rgba(22, 163, 74, .08);
}

.mw-photo-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    backdrop-filter: blur(10px);
}

    .mw-photo-ai-badge.valid {
        background: rgba(22, 163, 74, .9);
    }

    .mw-photo-ai-badge.invalid {
        background: rgba(220, 38, 38, .92);
    }

.mw-photo-review-reason {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(220, 38, 38, .08);
    border: 1px solid rgba(220, 38, 38, .16);
    color: #991b1b;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.55;
    font-size: 12px;
    font-weight: 800;
}

    .mw-photo-review-reason i {
        margin-top: 2px;
    }

.mw-ai-review-swal {
    width: min(760px, calc(100vw - 28px)) !important;
}

.mw-ai-review-modal {
    text-align: left;
}

.mw-ai-review-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

    .mw-ai-review-summary > div {
        border-radius: 18px;
        padding: 14px;
        background: linear-gradient(180deg, #fff, #f8faff);
        border: 1px solid rgba(17, 22, 34, .08);
        box-shadow: 0 10px 24px rgba(8, 11, 17, .05);
    }

    .mw-ai-review-summary strong {
        display: block;
        color: #111826;
        font-size: 1.4rem;
        line-height: 1;
        font-weight: 900;
    }

    .mw-ai-review-summary span {
        display: block;
        margin-top: 6px;
        color: #64748b;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

.mw-ai-review-message {
    color: #475569;
    line-height: 1.7;
    margin: 0 0 14px;
}

.mw-ai-review-list {
    display: grid;
    gap: 12px;
    max-height: min(420px, 46vh);
    overflow: auto;
    padding-right: 4px;
}

    .mw-ai-review-list::-webkit-scrollbar {
        width: 8px;
    }

    .mw-ai-review-list::-webkit-scrollbar-thumb {
        background: rgba(17, 22, 34, .18);
        border-radius: 999px;
    }

.mw-ai-review-item {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border-radius: 20px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(220, 38, 38, .14);
    box-shadow: 0 14px 34px rgba(8, 11, 17, .07);
}

.mw-ai-review-thumb {
    width: 118px;
    height: 86px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #111725, #20293a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .72);
}

    .mw-ai-review-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-ai-review-copy {
    min-width: 0;
}

.mw-ai-review-name {
    color: #111826;
    font-weight: 900;
    line-height: 1.35;
    word-break: break-word;
}

.mw-ai-review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

    .mw-ai-review-tags span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        border-radius: 999px;
        padding: 7px 10px;
        background: rgba(17, 22, 34, .06);
        color: #475569;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

        .mw-ai-review-tags span.danger {
            background: rgba(220, 38, 38, .1);
            color: #991b1b;
        }

.mw-ai-review-copy p {
    margin: 9px 0 0;
    color: #64748b;
    line-height: 1.65;
    font-size: 13px;
}

.mw-ai-review-empty {
    padding: 18px;
    border-radius: 18px;
    background: #f8faff;
    border: 1px solid rgba(17, 22, 34, .08);
    color: #64748b;
    line-height: 1.65;
}

.mw-ai-review-footer {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(220, 38, 38, .08);
    color: #991b1b;
    font-weight: 900;
    line-height: 1.55;
}

    .mw-ai-review-footer i {
        margin-top: 3px;
    }

.mw-ai-dashboard-loading {
    color: #64748b;
    line-height: 1.7;
    padding-top: 4px;
}

@media (max-width: 640px) {
    .mw-ai-review-summary {
        grid-template-columns: 1fr;
    }

    .mw-ai-review-item {
        grid-template-columns: 1fr;
    }

    .mw-ai-review-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }
}

.mw-photo-card-top {
    flex-wrap: wrap;
    align-items: flex-start;
}

.mw-ai-suggest-btn {
    border: 1px solid rgba(209, 39, 39, .16);
    background: linear-gradient(135deg, rgba(209, 39, 39, .08), rgba(255,255,255,.95));
    color: #a30d0d;
    border-radius: 999px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 12px 28px rgba(209, 39, 39, .08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

    .mw-ai-suggest-btn:hover {
        transform: translateY(-2px);
        border-color: rgba(209, 39, 39, .28);
        box-shadow: 0 18px 36px rgba(209, 39, 39, .14);
    }

    .mw-ai-suggest-btn:disabled {
        opacity: .76;
        cursor: not-allowed;
        transform: none;
    }

    .mw-ai-suggest-btn.is-pulsing {
        position: relative;
        animation: mwAiSuggestPulse 1.15s ease-in-out infinite;
        border-color: rgba(209, 39, 39, .42);
        box-shadow: 0 0 0 0 rgba(209, 39, 39, .28), 0 18px 38px rgba(209, 39, 39, .18);
    }

        .mw-ai-suggest-btn.is-pulsing::after {
            content: "Nuevo";
            position: absolute;
            right: -8px;
            top: -10px;
            padding: 4px 7px;
            border-radius: 999px;
            background: #d12727;
            color: #fff;
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .06em;
            text-transform: uppercase;
            box-shadow: 0 10px 22px rgba(209, 39, 39, .24);
        }

@keyframes mwAiSuggestPulse {
    0% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 0 rgba(209, 39, 39, .28), 0 18px 38px rgba(209, 39, 39, .16);
    }

    70% {
        transform: translateY(-1px) scale(1.025);
        box-shadow: 0 0 0 12px rgba(209, 39, 39, 0), 0 22px 46px rgba(209, 39, 39, .20);
    }

    100% {
        transform: translateY(0) scale(1);
        box-shadow: 0 0 0 0 rgba(209, 39, 39, 0), 0 18px 38px rgba(209, 39, 39, .16);
    }
}

.mw-ai-suggestion-swal {
    width: min(860px, calc(100vw - 28px)) !important;
}

.mw-ai-suggestion-modal {
    text-align: left;
}

.mw-ai-suggestion-hero {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(209,39,39,.10), transparent 34%), linear-gradient(180deg, #fff, #f8faff);
    border: 1px solid rgba(17,22,34,.08);
    box-shadow: 0 14px 34px rgba(8, 11, 17, .06);
    margin-bottom: 14px;
}

.mw-ai-suggestion-hero-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #d12727, #931212);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 16px 32px rgba(147, 18, 18, .22);
}

.mw-ai-suggestion-hero h4 {
    margin: 0 0 6px;
    color: #111826;
    font-size: 1.08rem;
    font-weight: 900;
    letter-spacing: -.02em;
}

.mw-ai-suggestion-hero p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.mw-ai-suggestion-score {
    min-width: 94px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(209, 39, 39, .12);
    padding: 12px 14px;
    text-align: center;
}

    .mw-ai-suggestion-score strong {
        display: block;
        color: #a30d0d;
        font-size: 1.35rem;
        font-weight: 900;
        line-height: 1;
    }

    .mw-ai-suggestion-score span {
        display: block;
        margin-top: 6px;
        color: #64748b;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

.mw-ai-suggestion-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 18px;
    background: rgba(37, 99, 235, .08);
    color: #1e3a8a;
    font-weight: 800;
    line-height: 1.6;
    margin-bottom: 14px;
}

    .mw-ai-suggestion-note i {
        margin-top: 3px;
    }

.mw-ai-suggestion-list {
    display: grid;
    gap: 12px;
    max-height: min(440px, 46vh);
    overflow: auto;
    padding-right: 4px;
}

    .mw-ai-suggestion-list::-webkit-scrollbar {
        width: 8px;
    }

    .mw-ai-suggestion-list::-webkit-scrollbar-thumb {
        background: rgba(17, 22, 34, .18);
        border-radius: 999px;
    }

.mw-ai-suggestion-item {
    display: grid;
    grid-template-columns: 22px 54px minmax(0, 1fr) 74px;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(17, 22, 34, .08);
    box-shadow: 0 14px 34px rgba(8, 11, 17, .06);
    cursor: pointer;
}

    .mw-ai-suggestion-item input {
        width: 18px;
        height: 18px;
        accent-color: #d12727;
    }

.mw-ai-suggestion-icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #a30d0d;
    background: rgba(209, 39, 39, .08);
    font-size: 18px;
}

.mw-ai-suggestion-copy {
    min-width: 0;
}

    .mw-ai-suggestion-copy strong {
        display: block;
        color: #64748b;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .08em;
        margin-bottom: 4px;
    }

    .mw-ai-suggestion-copy b {
        display: block;
        color: #111826;
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.35;
        word-break: break-word;
    }

    .mw-ai-suggestion-copy small,
    .mw-ai-suggestion-copy em {
        display: block;
        margin-top: 5px;
        color: #64748b;
        line-height: 1.55;
        font-size: 12px;
        font-style: normal;
    }

    .mw-ai-suggestion-copy em {
        color: #475569;
    }

.mw-ai-suggestion-confidence {
    justify-self: end;
    border-radius: 999px;
    padding: 8px 10px;
    background: rgba(22, 163, 74, .10);
    color: #15803d;
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 640px) {
    .mw-ai-suggestion-hero {
        grid-template-columns: 1fr;
    }

    .mw-ai-suggestion-score {
        width: 100%;
    }

    .mw-ai-suggestion-item {
        grid-template-columns: 22px 46px minmax(0, 1fr);
    }

    .mw-ai-suggestion-confidence {
        grid-column: 3 / 4;
        justify-self: start;
    }
}

.mw-seller-membership-summary {
    margin: 0 0 22px;
}

.mw-membership-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr) minmax(230px, .45fr);
    gap: 18px;
    align-items: stretch;
    padding: 22px;
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(209,39,39,.12), transparent 34%), linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,249,254,.98));
    border: 1px solid rgba(17,22,34,.08);
    box-shadow: 0 28px 64px rgba(8,11,17,.10);
}

    .mw-membership-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 5px;
        background: linear-gradient(90deg, #d12727, rgba(209,39,39,.15), rgba(255,255,255,0));
    }

    .mw-membership-card.is-limited::before {
        background: linear-gradient(90deg, #f59e0b, rgba(245,158,11,.15), rgba(255,255,255,0));
    }

.mw-membership-card-main,
.mw-membership-card-metrics,
.mw-membership-card-side {
    position: relative;
    z-index: 1;
}

.mw-membership-plan-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(209,39,39,.10);
    color: #a30d0d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mw-membership-card h3 {
    margin: 12px 0 8px;
    color: #111826;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -.03em;
}

.mw-membership-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
    max-width: 620px;
}

.mw-membership-card-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .mw-membership-card-metrics span {
        min-height: 72px;
        display: grid;
        align-content: center;
        gap: 5px;
        padding: 13px 14px;
        border-radius: 18px;
        background: #fff;
        border: 1px solid rgba(17,22,34,.06);
        box-shadow: 0 14px 30px rgba(8,11,17,.04);
    }

    .mw-membership-card-metrics b {
        color: #111826;
        font-size: 15px;
        font-weight: 950;
        line-height: 1.2;
    }

    .mw-membership-card-metrics small {
        color: #8a94a7;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

.mw-membership-card-side {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(15,23,42,.94), rgba(26,34,52,.94));
    color: #fff;
}

    .mw-membership-card-side strong {
        color: #fff;
        font-size: 1.05rem;
        font-weight: 950;
        line-height: 1.35;
    }

.mw-membership-ok,
.mw-membership-upgrade {
    min-height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.mw-membership-ok {
    background: rgba(16,185,129,.14);
    color: #bbf7d0;
}

.mw-membership-upgrade {
    background: linear-gradient(135deg, #d12727, #a30d0d);
    color: #fff;
    box-shadow: 0 16px 34px rgba(163,13,13,.22);
}

    .mw-membership-upgrade:hover {
        color: #fff;
        transform: translateY(-1px);
    }

.mw-membership-card.compact {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .85fr);
}

    .mw-membership-card.compact .mw-membership-card-side {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        min-height: 74px;
    }

@media (max-width: 1200px) {
    .mw-membership-card,
    .mw-membership-card.compact {
        grid-template-columns: 1fr;
    }

        .mw-membership-card.compact .mw-membership-card-side {
            grid-template-columns: 1fr;
        }
}

@media (max-width: 640px) {
    .mw-membership-card {
        padding: 18px;
        border-radius: 22px;
    }

    .mw-membership-card-metrics {
        grid-template-columns: 1fr;
    }

    .mw-membership-card-side {
        border-radius: 18px;
    }
}

.mw-membership-card {
    --plan-tone: #64748b;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .8fr) minmax(210px, .42fr);
    padding: 18px;
    border-radius: 26px;
    background: radial-gradient(circle at top left, color-mix(in srgb, var(--plan-tone) 14%, transparent), transparent 36%), linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,249,254,.98));
}

    .mw-membership-card::before {
        background: linear-gradient(90deg, var(--plan-tone), color-mix(in srgb, var(--plan-tone) 18%, transparent), rgba(255,255,255,0));
    }

    .mw-membership-card.tone-free {
        --plan-tone: #64748b;
    }

    .mw-membership-card.tone-basic {
        --plan-tone: #0d9488;
    }

    .mw-membership-card.tone-professional {
        --plan-tone: #d12727;
    }

    .mw-membership-card.tone-premium {
        --plan-tone: #d4af37;
        background: radial-gradient(circle at top left, rgba(212,175,55,.18), transparent 36%), linear-gradient(135deg, #fffdf5, #f8fafc);
    }

        .mw-membership-card.tone-premium::before {
            background: linear-gradient(90deg, #b88712, #f7d774, rgba(255,255,255,0));
        }

        .mw-membership-card.tone-premium .mw-membership-plan-badge {
            background: rgba(212,175,55,.16);
            color: #85610a;
        }

        .mw-membership-card.tone-premium .mw-membership-card-side {
            background: linear-gradient(135deg, #1d1709, #3a2b08 48%, #b88712);
        }

.mw-membership-plan-badge {
    background: color-mix(in srgb, var(--plan-tone) 12%, white);
    color: color-mix(in srgb, var(--plan-tone) 76%, #111827);
}

.mw-membership-card h3 {
    margin: 10px 0 6px;
}

.mw-membership-card p {
    line-height: 1.55;
}

.mw-membership-card-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-content: center;
}

    .mw-membership-card-metrics span {
        min-height: 62px;
        padding: 11px 12px;
    }

        .mw-membership-card-metrics span i {
            color: var(--plan-tone);
            font-size: 15px;
        }

.mw-membership-card-side {
    background: linear-gradient(135deg, #111827, #20293a);
}

.mw-membership-card.compact {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr) minmax(200px, .4fr);
    padding: 16px;
    margin-bottom: 18px;
}

    .mw-membership-card.compact .mw-membership-card-main p {
        display: none;
    }

    .mw-membership-card.compact .mw-membership-card-side {
        grid-column: auto;
        min-height: 64px;
        padding: 14px;
    }

    .mw-membership-card.compact .mw-membership-card-metrics span {
        min-height: 54px;
    }

@media (max-width: 1200px) {
    .mw-membership-card,
    .mw-membership-card.compact {
        grid-template-columns: 1fr;
    }

        .mw-membership-card.compact .mw-membership-card-side {
            grid-column: auto;
        }
}

@media (max-width: 640px) {
    .mw-membership-card {
        padding: 16px;
        gap: 12px;
    }

    .mw-membership-card-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-membership-card.compact .mw-membership-card-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.mw-field-hint {
    display: block;
    margin-top: -2px;
    color: #7a8497;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

#VehicleVIN {
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}


.mw-membership-life-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

    .mw-membership-life-row span {
        min-height: 34px;
        padding: 7px 10px;
        border-radius: 999px;
        background: rgba(15, 23, 42, .045);
        border: 1px solid rgba(15, 23, 42, .08);
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #334155;
        font-weight: 850;
    }

    .mw-membership-life-row i {
        color: #0d9488;
    }

    .mw-membership-life-row b {
        color: #111827;
        font-size: 12px;
        white-space: nowrap;
    }

    .mw-membership-life-row small {
        color: #64748b;
        font-size: 10px;
        font-weight: 950;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .mw-membership-life-row span.is-warning {
        background: rgba(245, 158, 11, .12);
        border-color: rgba(245, 158, 11, .26);
    }

        .mw-membership-life-row span.is-warning i,
        .mw-membership-life-row span.is-warning b,
        .mw-membership-life-row span.is-warning small {
            color: #92400e;
        }

@media (min-width: 1100px) {
    .mw-membership-card {
        grid-template-columns: minmax(320px, 1fr) minmax(360px, auto) minmax(220px, .34fr);
        align-items: center;
    }

    .mw-membership-card-metrics {
        grid-template-columns: repeat(2, minmax(128px, 1fr));
        align-self: center;
    }
}

@media (max-width: 1099px) {
    .mw-membership-card {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1100px) {
    .mw-membership-card {
        grid-template-columns: minmax(360px, 1.1fr) minmax(340px, .85fr) minmax(190px, .35fr) !important;
        gap: 14px !important;
        padding: 18px 20px !important;
        align-items: center !important;
    }

        .mw-membership-card-main h3,
        .mw-membership-card h3 {
            margin: 8px 0 6px !important;
        }

        .mw-membership-card-main p,
        .mw-membership-card p {
            max-width: 560px;
            margin-bottom: 0 !important;
        }

    .mw-membership-card-metrics {
        grid-template-columns: repeat(2, minmax(132px, 1fr)) !important;
        gap: 10px !important;
    }

        .mw-membership-card-metrics span {
            min-height: 58px !important;
            padding: 10px 12px !important;
        }

    .mw-membership-card-side {
        min-height: 108px !important;
        padding: 16px !important;
        align-content: center !important;
    }
}

.mw-membership-life-row {
    margin-top: 10px !important;
    gap: 7px !important;
}

    .mw-membership-life-row span {
        min-height: 31px !important;
        padding: 6px 9px !important;
    }

    .mw-membership-life-row b {
        font-size: 11px !important;
    }

    .mw-membership-life-row small {
        font-size: 9px !important;
    }

.mw-membership-upgrade .fa-rotate-right {
    font-size: 12px;
}

.mw-form-block-select .bootstrap-select {
    width: 100% !important;
}

    .mw-form-block-select .bootstrap-select .dropdown-toggle {
        height: 50px;
        border-radius: 16px;
        border: 1px solid rgba(17,22,34,.1);
        background: #fff;
        color: #111826;
        font-size: 14px;
        font-weight: 700;
        padding: 0 16px;
        box-shadow: none !important;
    }

        .mw-form-block-select .bootstrap-select .dropdown-toggle:focus,
        .mw-form-block-select .bootstrap-select.show .dropdown-toggle,
        .mw-form-block-select .bootstrap-select .dropdown-toggle:hover {
            border-color: rgba(209,39,39,.42);
            box-shadow: 0 0 0 4px rgba(209,39,39,.08) !important;
        }

    .mw-form-block-select .bootstrap-select .dropdown-menu {
        border-radius: 18px;
        border: 1px solid rgba(17,22,34,.10);
        box-shadow: 0 24px 52px rgba(8,11,17,.18);
        padding: 8px;
    }

    .mw-form-block-select .bootstrap-select .dropdown-item {
        border-radius: 13px;
        padding: 10px 12px;
        font-weight: 800;
    }

    .mw-form-block-select .bootstrap-select .bs-searchbox .form-control {
        height: 42px;
        border-radius: 14px;
        border: 1px solid rgba(17,22,34,.12);
        box-shadow: none;
    }

.mw-select-option {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.mw-select-icon,
.mw-select-brand-logo {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    background: rgba(209,39,39,.10);
    color: #a30d0d;
    font-size: 12px;
    font-weight: 950;
    overflow: hidden;
}

    .mw-select-brand-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        background: #fff;
    }

.mw-manual-catalog-input {
    margin-top: 8px;
}

.mw-video-shell {
    display: grid;
    gap: 14px;
    margin-top: 4px;
}

.mw-video-dropzone {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(17,24,39,.045), rgba(209,39,39,.045));
    border: 1px dashed rgba(17,22,34,.16);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
    cursor: pointer;
}

    .mw-video-dropzone.is-dragover {
        transform: translateY(-2px);
        border-color: rgba(209,39,39,.48);
        box-shadow: 0 18px 42px rgba(209,39,39,.12);
    }

    .mw-video-shell.is-disabled .mw-video-dropzone,
    .mw-video-dropzone.is-disabled {
        opacity: .62;
        cursor: not-allowed;
    }

.mw-video-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111827, #30394c);
    color: #fff;
    box-shadow: 0 16px 32px rgba(17,24,39,.16);
}

.mw-video-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

    .mw-video-copy strong {
        color: #111826;
        font-size: 15px;
        font-weight: 950;
    }

    .mw-video-copy span {
        color: #667085;
        line-height: 1.6;
        font-size: 13px;
        font-weight: 650;
    }

.mw-video-grid {
    display: grid;
    gap: 12px;
}

.mw-video-card {
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(17,22,34,.08);
    box-shadow: 0 20px 44px rgba(8,11,17,.08);
}

.mw-video-media {
    background: #111827;
    aspect-ratio: 16 / 9;
}

    .mw-video-media video,
    .mw-preview-media video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-video-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
}

    .mw-video-body strong,
    .mw-video-body span {
        display: block;
    }

    .mw-video-body strong {
        color: #111826;
        font-size: 14px;
        font-weight: 900;
        word-break: break-word;
    }

    .mw-video-body span {
        margin-top: 4px;
        color: #667085;
        font-size: 12px;
        font-weight: 750;
    }

.mw-preview-catalog-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 12px;
}

.mw-preview-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 5px 10px 5px 5px;
    border-radius: 999px;
    background: rgba(17,24,39,.045);
    border: 1px solid rgba(17,24,39,.07);
    color: #1f2937;
    font-size: 12px;
    font-weight: 900;
}

.mw-preview-brand-mark,
.mw-preview-body-mark {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #a30d0d;
    box-shadow: 0 8px 18px rgba(8,11,17,.08);
    font-size: 11px;
    font-weight: 950;
}

.mw-preview-video {
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(37,99,235,.08);
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.45;
}

    .mw-preview-video[style*="display: none"] {
        display: none !important;
    }

    .mw-preview-video:not([style*="display: none"]) {
        display: flex !important;
    }

@media (max-width: 767px) {
    .mw-video-dropzone {
        grid-template-columns: 1fr;
    }

        .mw-video-dropzone .mw-seller-btn {
            width: 100%;
        }

    .mw-video-body {
        flex-direction: column;
        align-items: stretch;
    }
}

.mw-seller-shell .mw-seller-select.bs-select-hidden {
    display: none !important;
}

.mw-seller-shell .bootstrap-select {
    width: 100% !important;
    display: block !important;
}

    .mw-seller-shell .bootstrap-select > .dropdown-toggle {
        width: 100% !important;
        height: 50px;
        border-radius: 16px;
        border: 1px solid rgba(17,22,34,.1);
        background: #fff;
        color: #111826;
        font-size: 14px;
        font-weight: 750;
        padding: 0 16px;
        box-shadow: none !important;
        display: flex;
        align-items: center;
    }

        .mw-seller-shell .bootstrap-select > .dropdown-toggle:focus,
        .mw-seller-shell .bootstrap-select.show > .dropdown-toggle,
        .mw-seller-shell .bootstrap-select > .dropdown-toggle:hover {
            border-color: rgba(209,39,39,.42);
            box-shadow: 0 0 0 4px rgba(209,39,39,.08) !important;
        }

    .mw-seller-shell .bootstrap-select.is-invalid > .dropdown-toggle {
        border-color: rgba(220,53,69,.45) !important;
        box-shadow: 0 0 0 4px rgba(220,53,69,.08) !important;
    }

    .mw-seller-shell .bootstrap-select .filter-option,
    .mw-seller-shell .bootstrap-select .filter-option-inner,
    .mw-seller-shell .bootstrap-select .filter-option-inner-inner {
        width: 100%;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mw-seller-shell .bootstrap-select .dropdown-menu {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        border-radius: 18px;
        border: 1px solid rgba(17,22,34,.10);
        box-shadow: 0 24px 52px rgba(8,11,17,.18);
        padding: 8px;
        overflow: hidden;
    }

    .mw-seller-shell .bootstrap-select .inner {
        max-width: 100% !important;
    }

    .mw-seller-shell .bootstrap-select .dropdown-item {
        border-radius: 13px;
        padding: 10px 12px;
        font-weight: 850;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .mw-seller-shell .bootstrap-select .dropdown-item .text {
            min-width: 0;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .mw-seller-shell .bootstrap-select .bs-searchbox .form-control {
        height: 42px;
        border-radius: 14px;
        border: 1px solid rgba(17,22,34,.12);
        box-shadow: none;
    }

.mw-video-dropzone {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    min-height: 205px;
    padding: 26px 20px !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at top left, rgba(209,39,39,.10), transparent 34%), linear-gradient(180deg, rgba(209,39,39,.035), rgba(255,255,255,.96)) !important;
    border: 2px dashed rgba(209,39,39,.18) !important;
}

    .mw-video-dropzone:hover {
        border-color: rgba(209,39,39,.38) !important;
        box-shadow: 0 22px 54px rgba(209,39,39,.10);
        transform: translateY(-2px);
    }

    .mw-video-dropzone.is-dragover {
        border-color: rgba(209,39,39,.58) !important;
        box-shadow: 0 26px 62px rgba(209,39,39,.16) !important;
    }

.mw-video-icon {
    width: 74px !important;
    height: 74px !important;
    border-radius: 24px !important;
    font-size: 26px;
    background: linear-gradient(135deg, #111827, #243047) !important;
}

.mw-video-copy {
    justify-items: center;
    max-width: 610px;
}

    .mw-video-copy strong {
        font-size: 1.18rem !important;
        color: #10131c !important;
    }

    .mw-video-copy span {
        text-align: center;
    }

    .mw-video-copy small {
        display: block;
        color: #7a8497;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.55;
    }

.mw-video-dropzone .mw-seller-btn {
    margin-top: 4px;
}

.mw-preview-brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: inherit;
}

@media (max-width: 640px) {
    .mw-video-dropzone {
        min-height: 190px;
        padding: 22px 16px !important;
    }
}

.mw-seller-shell .mw-form-block {
    min-width: 0;
}

.mw-seller-shell .bootstrap-select {
    max-width: 100% !important;
}

    .mw-seller-shell .bootstrap-select > select.mw-seller-select {
        display: none !important;
    }

    .mw-seller-shell .bootstrap-select > .dropdown-toggle {
        min-width: 0;
        overflow: hidden;
    }

    .mw-seller-shell .bootstrap-select .filter-option-inner-inner {
        display: block;
    }

    .mw-seller-shell .bootstrap-select .dropdown-menu li.hidden {
        display: none !important;
    }

    .mw-seller-shell .bootstrap-select .dropdown-menu li a span.text {
        display: block;
    }

.mw-select-brand-logo {
    position: relative;
    background: #fff;
    border: 1px solid rgba(17, 22, 34, .08);
}

.mw-select-brand-initials {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a30d0d;
    font-size: 10px;
    font-weight: 950;
}

.mw-select-brand-logo img,
.mw-preview-brand-mark img {
    position: relative;
    z-index: 1;
    background: #fff;
}

.mw-video-shell {
    margin-top: 8px;
}

.mw-video-dropzone {
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    justify-items: stretch !important;
    text-align: left !important;
    min-height: 0 !important;
    padding: 15px 16px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(17,24,39,.045), rgba(209,39,39,.035)) !important;
    border: 1px dashed rgba(17,22,34,.16) !important;
}

.mw-video-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    font-size: 17px !important;
}

.mw-video-copy {
    justify-items: start !important;
    max-width: none !important;
}

    .mw-video-copy strong {
        font-size: 15px !important;
    }

    .mw-video-copy span,
    .mw-video-copy small {
        text-align: left !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

.mw-video-dropzone .mw-seller-btn {
    margin-top: 0 !important;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .mw-video-dropzone {
        grid-template-columns: 44px minmax(0, 1fr) !important;
    }

        .mw-video-dropzone .mw-seller-btn {
            grid-column: 1 / -1;
            width: 100%;
        }
}


.mw-video-dropzone .mw-seller-btn.ghost {
    background: linear-gradient(135deg, #111827, #253044) !important;
    border: 1px solid rgba(17, 24, 39, .18) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(17, 24, 39, .14);
}

.mw-video-shell.is-disabled .mw-video-dropzone .mw-seller-btn.ghost,
.mw-video-dropzone.is-disabled .mw-seller-btn.ghost {
    background: rgba(17, 24, 39, .12) !important;
    color: #94a3b8 !important;
    box-shadow: none;
}

.mw-seller-shell .mw-form-block-select,
.mw-seller-shell .mw-form-block {
    overflow: visible;
}

.mw-seller-shell .bootstrap-select > .dropdown-toggle {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 44px 0 16px !important;
    border-radius: 16px !important;
    background: #fff !important;
}

    .mw-seller-shell .bootstrap-select > .dropdown-toggle::after {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
    }

.mw-seller-shell .bootstrap-select .filter-option-inner-inner,
.mw-seller-shell .bootstrap-select .filter-option-inner-inner .mw-select-option {
    display: flex !important;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .mw-seller-shell .bootstrap-select .filter-option-inner-inner .mw-select-option > span:last-child,
    .mw-seller-shell .bootstrap-select .dropdown-item .mw-select-option > span:last-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.mw-seller-shell .bootstrap-select .dropdown-menu {
    z-index: 13000 !important;
}

    .mw-seller-shell .bootstrap-select .dropdown-menu li.hidden,
    .mw-seller-shell .bootstrap-select .dropdown-menu li.dropdown-header {
        display: none !important;
    }

    .mw-seller-shell .bootstrap-select .dropdown-menu li a {
        outline: 0 !important;
    }

    .mw-seller-shell .bootstrap-select .dropdown-menu .no-results {
        margin: 6px 8px !important;
        padding: 12px 14px !important;
        border-radius: 14px !important;
        background: rgba(255,255,255,.08) !important;
        color: #dbe4f0 !important;
        font-weight: 800;
    }

.mw-select-brand-logo img {
    max-width: 100%;
    max-height: 100%;
    padding: 2px;
}

    .mw-select-brand-logo img[src=""],
    .mw-preview-brand-mark img[src=""] {
        display: none !important;
    }

.mw-seller-shell .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 13px;
}

    .mw-seller-shell .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::before {
        content: "\f00c";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

.mw-seller-shell .bootstrap-select .dropdown-menu li.selected > a,
.mw-seller-shell .bootstrap-select .dropdown-menu li.active > a {
    background: rgba(209, 39, 39, .22) !important;
    color: #ffffff !important;
}

.mw-seller-shell .bootstrap-select .dropdown-menu li a {
    position: relative;
    padding-right: 42px !important;
}

.mw-seller-shell .bootstrap-select .filter-option-inner-inner {
    width: 100%;
}

    .mw-seller-shell .bootstrap-select .filter-option-inner-inner > .mw-select-option:not(:first-child),
    .mw-seller-shell .bootstrap-select .filter-option-inner-inner > .text:not(:first-child) {
        display: none !important;
    }

.mw-seller-shell .bootstrap-select.show-tick .dropdown-menu li:not(.selected) span.check-mark {
    display: none !important;
}

.mw-seller-shell .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 0 !important;
    color: #fff !important;
}

    .mw-seller-shell .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::before {
        content: "\f00c" !important;
        font-family: "Font Awesome 6 Free" !important;
        font-weight: 900 !important;
        font-size: 13px !important;
        line-height: 1 !important;
    }

.mw-seller-shell .bootstrap-select .filter-option-inner-inner {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

    .mw-seller-shell .bootstrap-select .filter-option-inner-inner > *:not(:first-child) {
        display: none !important;
    }

.mw-seller-shell .bootstrap-select .dropdown-menu li a .text {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.mw-seller-shell .mw-seller-select-native-hidden {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.mw-seller-custom-select {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.mw-seller-custom-toggle {
    width: 100%;
    min-width: 0;
    height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(17,22,34,.1);
    background: #fff;
    color: #111826;
    padding: 0 44px 0 16px;
    font-size: 14px;
    font-weight: 850;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

    .mw-seller-custom-toggle:hover,
    .mw-seller-custom-toggle:focus,
    .mw-seller-custom-select.is-open .mw-seller-custom-toggle {
        border-color: rgba(209,39,39,.42);
        box-shadow: 0 0 0 4px rgba(209,39,39,.08);
        outline: 0;
    }

.mw-seller-custom-select.is-invalid .mw-seller-custom-toggle {
    border-color: rgba(220,53,69,.45);
    box-shadow: 0 0 0 4px rgba(220,53,69,.08);
}

.mw-seller-custom-toggle > i {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #111826;
    pointer-events: none;
}

.mw-seller-custom-label {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

    .mw-seller-custom-label .mw-select-option,
    .mw-seller-custom-option-content .mw-select-option {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-width: 0;
        max-width: 100%;
    }

        .mw-seller-custom-label .mw-select-option > span:last-child,
        .mw-seller-custom-option-content .mw-select-option > span:last-child {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.mw-seller-custom-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 6px);
    z-index: 13000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
    border-radius: 18px;
    border: 1px solid rgba(17,22,34,.10);
    background: #101b2d;
    box-shadow: 0 24px 52px rgba(8,11,17,.22);
    padding: 10px;
    overflow: hidden;
}

.mw-seller-custom-select.is-open .mw-seller-custom-menu {
    display: block;
}

.mw-seller-custom-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 8px;
    margin-bottom: 10px;
    padding: 0;
}

    .mw-seller-custom-search input {
        height: 44px;
        border-radius: 14px;
        border: 0;
        background: rgba(255,255,255,.06);
        color: #fff;
        padding: 0 14px;
        outline: 0;
        font-weight: 700;
    }

        .mw-seller-custom-search input::placeholder {
            color: rgba(255,255,255,.56);
        }

    .mw-seller-custom-search button {
        border: 0;
        border-radius: 12px;
        background: rgba(37, 99, 235, .12);
        color: #5d93ff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

.mw-seller-custom-list {
    display: grid;
    gap: 6px;
    max-height: 280px;
    overflow: auto;
    padding-right: 2px;
}

    .mw-seller-custom-list::-webkit-scrollbar {
        width: 8px;
    }

    .mw-seller-custom-list::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,.32);
        border-radius: 999px;
    }

.mw-seller-custom-option {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: rgba(255,255,255,.82);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    font-weight: 850;
    text-align: left;
}

    .mw-seller-custom-option:hover,
    .mw-seller-custom-option.is-selected {
        background: rgba(209, 39, 39, .22);
        color: #fff;
    }

.mw-seller-custom-option-content {
    min-width: 0;
    overflow: hidden;
}

.mw-seller-custom-check {
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}

.mw-seller-custom-option.is-selected .mw-seller-custom-check {
    display: inline-flex;
}

.mw-seller-custom-empty {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: #dbe4f0;
    font-weight: 800;
}

@media (max-width: 767px) {
    .mw-seller-custom-select.is-open {
        z-index: 16000;
    }

    .mw-seller-custom-menu {
        position: absolute;
        left: 0;
        right: auto;
        top: calc(100% + 6px);
        bottom: auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: min(58vh, 420px);
        border-radius: 18px;
    }

    .mw-seller-custom-list {
        max-height: min(42vh, 320px);
    }
}

.mw-seller-shell.mw-seller-form-loading .mw-seller-form-hero,
.mw-seller-shell.mw-seller-form-loading .mw-seller-notice,
.mw-seller-shell.mw-seller-form-loading .mw-seller-membership-summary,
.mw-seller-shell.mw-seller-form-loading .mw-seller-form-grid {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
}

.mw-seller-shell:not(.mw-seller-form-loading) .mw-form-skeleton {
    display: none;
}


.mw-seller-shell.mw-seller-form-ready [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.mw-form-skeleton {
    display: grid;
    gap: 22px;
    position: relative;
    z-index: 2;
}

.mw-form-skeleton-hero,
.mw-form-skeleton-membership,
.mw-form-skeleton-grid,
.mw-form-skeleton-preview,
.mw-skeleton-panel {
    position: relative;
}

.mw-form-skeleton-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 22px;
    align-items: center;
    min-height: 142px;
}

    .mw-form-skeleton-hero > div,
    .mw-form-skeleton-membership,
    .mw-skeleton-panel,
    .mw-form-skeleton-preview {
        border-radius: 28px;
        background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,254,.98));
        border: 1px solid rgba(17,22,34,.08);
        box-shadow: 0 26px 58px rgba(8,11,17,.08);
        overflow: hidden;
    }

    .mw-form-skeleton-hero > div {
        min-height: 142px;
        padding: 26px;
    }

.mw-skeleton-pill,
.mw-skeleton-line,
.mw-skeleton-button,
.mw-skeleton-metric-grid span,
.mw-skeleton-field-grid span,
.mw-skeleton-preview-head,
.mw-skeleton-preview-media,
.mw-skeleton-preview-body span,
.mw-skeleton-panel::before {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 42%, #e9edf5 78%);
    background-size: 240% 100%;
    animation: mwSkeletonPulse 1.15s ease-in-out infinite;
}

.mw-skeleton-pill {
    width: 168px;
    height: 34px;
    margin-bottom: 18px;
}

    .mw-skeleton-pill.small {
        width: 130px;
        height: 28px;
        margin-bottom: 14px;
    }

.mw-skeleton-line {
    height: 18px;
    margin-top: 12px;
}

    .mw-skeleton-line.xl {
        width: min(620px, 80%);
        height: 46px;
        border-radius: 18px;
    }

    .mw-skeleton-line.lg {
        width: min(480px, 72%);
        height: 34px;
        border-radius: 16px;
    }

    .mw-skeleton-line.md {
        width: min(520px, 62%);
    }

    .mw-skeleton-line.sm {
        width: min(360px, 46%);
    }

.mw-skeleton-button {
    width: 184px;
    height: 54px;
    border-radius: 18px;
    justify-self: end;
}

.mw-form-skeleton-membership {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .75fr);
    gap: 18px;
    padding: 22px;
}

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

    .mw-skeleton-metric-grid span {
        height: 64px;
        border-radius: 18px;
    }

.mw-form-skeleton-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .72fr);
    gap: 22px;
    align-items: start;
}

.mw-form-skeleton-main {
    display: grid;
    gap: 22px;
}

.mw-skeleton-panel {
    min-height: 280px;
    padding: 28px;
}

    .mw-skeleton-panel.tall {
        min-height: 430px;
    }

    .mw-skeleton-panel.form {
        min-height: 390px;
    }

    .mw-skeleton-panel.compact {
        min-height: 230px;
    }

    .mw-skeleton-panel::before {
        content: "";
        width: 230px;
        height: 38px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

.mw-skeleton-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

    .mw-skeleton-field-grid span {
        height: 54px;
        border-radius: 18px;
    }

.mw-form-skeleton-preview {
    overflow: hidden;
}

.mw-skeleton-preview-head {
    height: 100px;
    border-radius: 0;
}

.mw-skeleton-preview-media {
    height: 240px;
    border-radius: 0;
}

.mw-skeleton-preview-body {
    display: grid;
    gap: 12px;
    padding: 22px;
}

    .mw-skeleton-preview-body span {
        height: 24px;
        border-radius: 12px;
    }

        .mw-skeleton-preview-body span:nth-child(1) {
            width: 72%;
            height: 34px;
        }

        .mw-skeleton-preview-body span:nth-child(2) {
            width: 88%;
        }

        .mw-skeleton-preview-body span:nth-child(3) {
            width: 58%;
        }

        .mw-skeleton-preview-body span:nth-child(4) {
            width: 94%;
            height: 76px;
            border-radius: 18px;
        }

@keyframes mwSkeletonPulse {
    0% {
        background-position: 120% 0;
    }

    100% {
        background-position: -120% 0;
    }
}

.mw-select-icon.mw-select-body-logo {
    background: #fff;
    border: 1px solid rgba(17,22,34,.08);
    color: #a30d0d;
}

    .mw-select-icon.mw-select-body-logo img,
    .mw-preview-body-mark img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: inherit;
        background: #fff;
        padding: 2px;
    }

.mw-preview-body-mark {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .mw-form-skeleton-grid,
    .mw-form-skeleton-membership {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mw-form-skeleton-hero {
        grid-template-columns: 1fr;
    }

    .mw-skeleton-button {
        justify-self: stretch;
        width: 100%;
    }

    .mw-skeleton-metric-grid,
    .mw-skeleton-field-grid {
        grid-template-columns: 1fr;
    }

    .mw-form-skeleton-hero > div,
    .mw-form-skeleton-membership,
    .mw-skeleton-panel,
    .mw-form-skeleton-preview {
        border-radius: 22px;
    }
}


.mw-ai-price-reference {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 22px;
    background: radial-gradient(circle at top right, rgba(245, 158, 11, .13), transparent 36%), linear-gradient(180deg, #fffdf5, #ffffff);
    border: 1px solid rgba(217, 119, 6, .18);
    box-shadow: 0 16px 38px rgba(120, 53, 15, .08);
    margin: 0 0 14px;
}

.mw-ai-price-reference-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #92400e;
    background: rgba(245, 158, 11, .14);
    font-size: 20px;
}

.mw-ai-price-reference-copy {
    min-width: 0;
}

    .mw-ai-price-reference-copy span,
    .mw-ai-price-reference-score span {
        display: block;
        color: #92400e;
        font-size: 11px;
        font-weight: 950;
        letter-spacing: .08em;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .mw-ai-price-reference-copy strong {
        display: block;
        color: #111826;
        font-size: 1.12rem;
        font-weight: 950;
        line-height: 1.35;
    }

    .mw-ai-price-reference-copy p {
        margin: 6px 0 0;
        color: #64748b;
        line-height: 1.55;
        font-size: 13px;
    }

    .mw-ai-price-reference-copy small {
        display: block;
        margin-top: 6px;
        color: #7c2d12;
        line-height: 1.55;
        font-size: 12px;
        font-weight: 800;
    }

.mw-ai-price-reference-score {
    min-width: 88px;
    padding: 11px 12px;
    border-radius: 17px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(217, 119, 6, .16);
}

    .mw-ai-price-reference-score b {
        display: block;
        color: #b45309;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 950;
    }

    .mw-ai-price-reference-score span {
        margin: 6px 0 0;
        color: #92400e;
    }

@media (max-width: 640px) {
    .mw-ai-price-reference {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .mw-ai-price-reference-score {
        width: 100%;
        text-align: left;
    }
}

.mw-ai-price-reference-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 9px 11px;
    background: #fff;
    border: 1px solid rgba(245, 158, 11, .20);
    color: #92400e;
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
}

.mw-ai-suggestion-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 14px;
}

.mw-ai-suggestion-action {
    border: 0;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 0 13px;
    font-size: 12px;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

    .mw-ai-suggestion-action:hover {
        transform: translateY(-1px);
    }

    .mw-ai-suggestion-action.primary {
        background: linear-gradient(135deg, #d12727, #a30d0d);
        color: #fff;
        box-shadow: 0 12px 24px rgba(163, 13, 13, .18);
    }

    .mw-ai-suggestion-action.soft {
        background: rgba(37, 99, 235, .10);
        color: #1e3a8a;
    }

    .mw-ai-suggestion-action.ghost {
        background: rgba(15, 23, 42, .06);
        color: #334155;
    }

.mw-ai-suggestion-item.confidence-high {
    border-color: rgba(22, 163, 74, .16);
}

.mw-ai-suggestion-item.confidence-medium {
    border-color: rgba(245, 158, 11, .24);
}

.mw-ai-suggestion-item.confidence-low {
    border-color: rgba(148, 163, 184, .24);
    opacity: .86;
}

.mw-ai-suggestion-item.has-conflict {
    border-color: rgba(245, 158, 11, .40);
    background: linear-gradient(180deg, #fff, #fffaf0);
}

.mw-ai-suggestion-confidence.high {
    background: rgba(22, 163, 74, .12);
    color: #15803d;
}

.mw-ai-suggestion-confidence.medium {
    background: rgba(245, 158, 11, .14);
    color: #92400e;
}

.mw-ai-suggestion-confidence.low {
    background: rgba(100, 116, 139, .12);
    color: #475569;
}

.mw-ai-suggestion-copy small.is-warning {
    color: #92400e;
    font-weight: 900;
}

.mw-ai-suggestion-empty {
    padding: 16px;
    border-radius: 18px;
    background: #f8faff;
    border: 1px solid rgba(17, 22, 34, .08);
    color: #64748b;
    font-weight: 800;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .mw-ai-price-reference-tag {
        justify-content: center;
        width: 100%;
    }

    .mw-ai-suggestion-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mw-ai-suggestion-action {
        width: 100%;
    }
}

.mw-ai-suggest-btn {
    border-color: rgb(255 255 255);
    background: linear-gradient( 270deg, #060d18cc, #0e2d5f 52%, #c31f1fcc);
    color: #fff;
    border-radius: 20px;
    padding: 12px 15px;
    gap: 12px;
    min-height: 58px;
    max-width: min(100%, 520px);
    box-shadow: 0 18px 42px rgba(29, 78, 216, .16), 0 12px 28px rgba(209, 39, 39, .10);
}

    .mw-ai-suggest-btn:hover {
        border-color: rgba(255, 255, 255, .26);
        color: #fff;
        box-shadow: 0 22px 50px rgba(29, 78, 216, .22), 0 14px 32px rgba(209, 39, 39, .14);
    }

    .mw-ai-suggest-btn:disabled {
        color: rgba(255, 255, 255, .86);
    }

    .mw-ai-suggest-btn > i {
        font-size: 15px;
    }

.mw-ai-suggest-icon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    flex: 0 0 36px;
}

.mw-ai-suggest-copy {
    display: grid;
    gap: 2px;
    text-align: left;
    line-height: 1.2;
}

    .mw-ai-suggest-copy strong {
        color: #fff;
        font-size: 13px;
        font-weight: 950;
    }

    .mw-ai-suggest-copy small {
        color: rgba(255, 255, 255, .76);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .01em;
    }

.mw-ai-suggest-arrow {
    width: 30px;
    height: 30px;
    margin-left: 2px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    flex: 0 0 30px;
    transition: transform .22s ease, background .22s ease;
}

.mw-ai-suggest-btn:hover .mw-ai-suggest-arrow {
    transform: translateX(2px);
    background: rgba(255, 255, 255, .20);
}

@media (max-width: 640px) {
    .mw-ai-suggest-btn {
        width: 100%;
        justify-content: flex-start;
    }

    .mw-ai-suggest-arrow {
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .mw-seller-dashboard-shell {
        padding: 20px 0 56px;
    }

        .mw-seller-dashboard-shell::before {
            height: 260px;
        }

        .mw-seller-dashboard-shell .mw-seller-hero {
            gap: 14px;
            margin-bottom: 16px;
        }

        .mw-seller-dashboard-shell .mw-seller-eyebrow {
            padding: 7px 12px;
            font-size: 10px;
            letter-spacing: .13em;
        }

        .mw-seller-dashboard-shell .mw-seller-hero h1 {
            margin: 12px 0 8px;
            font-size: clamp(1.75rem, 8vw, 2.35rem);
            line-height: 1.05;
        }

        .mw-seller-dashboard-shell .mw-seller-hero p {
            font-size: .92rem;
            line-height: 1.55;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .mw-seller-dashboard-shell .mw-seller-hero-actions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px;
            margin-top: 15px;
        }

            .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn:first-child {
                grid-column: 1 / -1;
            }

        .mw-seller-dashboard-shell .mw-seller-btn {
            min-height: 44px;
            width: 100%;
            border-radius: 14px;
            padding: 10px 12px;
            font-size: 12px;
            gap: 8px;
        }

            .mw-seller-dashboard-shell .mw-seller-btn.small {
                min-height: 40px;
                padding: 9px 11px;
            }

        .mw-seller-dashboard-shell .mw-seller-hero-card {
            min-height: 0;
            border-radius: 20px;
            padding: 16px;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px 14px;
            align-items: center;
        }

        .mw-seller-dashboard-shell .mw-seller-hero-card-badge {
            grid-column: 1 / -1;
            justify-self: start;
            padding: 6px 10px;
            font-size: 10px;
        }

        .mw-seller-dashboard-shell .mw-seller-hero-card-value {
            margin-top: 0;
            font-size: clamp(2rem, 11vw, 3rem);
        }

        .mw-seller-dashboard-shell .mw-seller-hero-card-label,
        .mw-seller-dashboard-shell .mw-seller-hero-card-meta {
            margin-top: 0;
            font-size: 12px;
            line-height: 1.4;
            text-align: right;
        }

        .mw-seller-dashboard-shell .mw-seller-notice {
            align-items: flex-start;
            padding: 12px 14px;
            border-radius: 16px;
            margin-bottom: 14px;
            font-size: 12px;
            line-height: 1.5;
        }

        .mw-seller-dashboard-shell .mw-seller-membership-summary {
            margin-bottom: 14px;
        }

        .mw-seller-dashboard-shell .mw-membership-card,
        .mw-seller-dashboard-shell .mw-membership-card.compact {
            padding: 14px !important;
            border-radius: 20px;
            gap: 10px !important;
        }

            .mw-seller-dashboard-shell .mw-membership-card h3 {
                font-size: 1.08rem;
                line-height: 1.25;
            }

            .mw-seller-dashboard-shell .mw-membership-card-metrics,
            .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-metrics {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px !important;
            }

                .mw-seller-dashboard-shell .mw-membership-card-metrics span,
                .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-metrics span {
                    min-height: 50px !important;
                    padding: 9px 10px !important;
                }

            .mw-seller-dashboard-shell .mw-membership-card-side,
            .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-side {
                min-height: 56px !important;
                padding: 12px !important;
                border-radius: 16px;
            }

        .mw-seller-dashboard-shell .mw-seller-kpis {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin-bottom: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-kpi-card {
            min-height: 76px;
            display: grid;
            grid-template-columns: 38px minmax(0, 1fr);
            gap: 4px 10px;
            align-items: center;
            border-radius: 18px;
            padding: 12px;
            box-shadow: 0 14px 32px rgba(9, 14, 24, .08);
        }

            .mw-seller-dashboard-shell .mw-seller-kpi-card::after {
                width: 82px;
                height: 82px;
                right: -28px;
                bottom: -32px;
            }

        .mw-seller-dashboard-shell .mw-seller-kpi-icon {
            grid-row: 1 / span 3;
            width: 38px;
            height: 38px;
            border-radius: 14px;
            font-size: 15px;
        }

        .mw-seller-dashboard-shell .mw-seller-kpi-value {
            margin-top: 0;
            font-size: 1.34rem;
        }

        .mw-seller-dashboard-shell .mw-seller-kpi-label {
            margin-top: 1px;
            font-size: 11px;
            line-height: 1.25;
        }

        .mw-seller-dashboard-shell .mw-seller-kpi-link {
            margin-top: 0;
            font-size: 10px;
            line-height: 1.2;
        }

        .mw-seller-dashboard-shell .mw-seller-mini-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
            margin-bottom: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-mini-card {
            border-radius: 18px;
            padding: 12px 10px;
            min-height: 92px;
            box-shadow: 0 14px 32px rgba(15, 23, 42, .08);
        }

            .mw-seller-dashboard-shell .mw-seller-mini-card::after {
                width: 78px;
                height: 78px;
                right: -30px;
                bottom: -34px;
            }

            .mw-seller-dashboard-shell .mw-seller-mini-card small {
                margin-bottom: 7px;
                font-size: 9px;
                line-height: 1.2;
                letter-spacing: .08em;
            }

            .mw-seller-dashboard-shell .mw-seller-mini-card strong {
                margin-bottom: 0;
                font-size: 1.55rem;
            }

            .mw-seller-dashboard-shell .mw-seller-mini-card span {
                display: none;
            }

        .mw-seller-dashboard-shell .mw-seller-analytics-grid {
            display: flex;
            gap: 12px;
            margin: 0 -14px 16px;
            padding: 0 14px 4px;
            overflow-x: auto;
            scroll-snap-type: x proximity;
            -webkit-overflow-scrolling: touch;
        }

            .mw-seller-dashboard-shell .mw-seller-analytics-grid::-webkit-scrollbar,
            .mw-seller-dashboard-shell .mw-seller-status-tabs::-webkit-scrollbar {
                height: 6px;
            }

            .mw-seller-dashboard-shell .mw-seller-analytics-grid::-webkit-scrollbar-thumb,
            .mw-seller-dashboard-shell .mw-seller-status-tabs::-webkit-scrollbar-thumb {
                background: rgba(15, 23, 42, .16);
                border-radius: 999px;
            }

        .mw-seller-dashboard-shell .mw-seller-analytics-card {
            flex: 0 0 min(78vw, 310px);
            scroll-snap-align: start;
            border-radius: 20px;
            padding: 16px;
            box-shadow: 0 16px 34px rgba(8, 11, 17, .08);
        }

        .mw-seller-dashboard-shell .mw-seller-analytics-head {
            margin-bottom: 10px;
        }

            .mw-seller-dashboard-shell .mw-seller-analytics-head small {
                margin-bottom: 5px;
                font-size: 10px;
                letter-spacing: .09em;
            }

            .mw-seller-dashboard-shell .mw-seller-analytics-head h3 {
                font-size: .95rem;
            }

        .mw-seller-dashboard-shell .mw-seller-analytics-pill {
            min-height: 28px;
            padding: 0 10px;
            font-size: 11px;
        }

        .mw-seller-dashboard-shell .mw-seller-analytics-value {
            font-size: 2rem;
        }

        .mw-seller-dashboard-shell .mw-seller-analytics-sub {
            min-height: 0;
            margin-top: 6px;
            font-size: 12px;
            line-height: 1.45;
        }

        .mw-seller-dashboard-shell .mw-seller-chart-wrap {
            margin-top: 12px;
            border-radius: 16px;
            padding: 8px 8px 4px;
        }

        .mw-seller-dashboard-shell .mw-seller-chart {
            height: 76px;
        }

        .mw-seller-dashboard-shell .mw-seller-panel,
        .mw-seller-dashboard-shell .mw-seller-insight-panel {
            border-radius: 22px;
            padding: 16px;
            margin-bottom: 16px;
            box-shadow: 0 18px 42px rgba(8, 11, 17, .08);
        }

        .mw-seller-dashboard-shell .mw-seller-panel-top {
            gap: 12px;
            margin-bottom: 14px;
        }

            .mw-seller-dashboard-shell .mw-seller-panel-top h2 {
                margin: 8px 0 5px;
                font-size: 1.22rem;
                line-height: 1.2;
            }

            .mw-seller-dashboard-shell .mw-seller-panel-top p {
                font-size: .86rem;
                line-height: 1.5;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

        .mw-seller-dashboard-shell .mw-seller-panel-badge {
            padding: 6px 10px;
            font-size: 10px;
            letter-spacing: .06em;
        }

        .mw-seller-dashboard-shell .mw-seller-panel-tools {
            width: 100%;
        }

        .mw-seller-dashboard-shell .mw-seller-search {
            height: 46px;
            border-radius: 14px;
            padding: 0 12px;
        }

            .mw-seller-dashboard-shell .mw-seller-search input {
                min-width: 0;
                font-size: 13px;
            }

        .mw-seller-dashboard-shell .mw-seller-status-tabs {
            flex-wrap: nowrap;
            gap: 8px;
            margin: 0 -16px 14px;
            padding: 0 16px 4px;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .mw-seller-dashboard-shell .mw-seller-tab {
            flex: 0 0 auto;
            min-height: 36px;
            padding: 8px 12px;
            font-size: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-loading,
        .mw-seller-dashboard-shell .mw-seller-empty,
        .mw-seller-dashboard-shell .mw-seller-gate,
        .mw-seller-dashboard-shell .mw-seller-loading.compact,
        .mw-seller-dashboard-shell .mw-seller-empty.compact {
            min-height: 170px;
            border-radius: 18px;
            padding: 18px;
        }

        .mw-seller-dashboard-shell .mw-seller-loading-dot {
            width: 36px;
            height: 36px;
        }

        .mw-seller-dashboard-shell .mw-seller-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-card {
            border-radius: 20px;
            box-shadow: 0 14px 34px rgba(8, 11, 17, .08);
        }

            .mw-seller-dashboard-shell .mw-seller-card:hover {
                transform: none;
            }

        .mw-seller-dashboard-shell .mw-seller-card-body {
            padding: 13px;
        }

        .mw-seller-dashboard-shell .mw-seller-card-title-row {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px;
        }

        .mw-seller-dashboard-shell .mw-seller-card-title {
            font-size: 1rem;
            line-height: 1.25;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .mw-seller-dashboard-shell .mw-seller-card-code {
            align-self: start;
            font-size: 10px;
            padding: 5px 8px;
            border-radius: 999px;
            background: #f5f7fb;
        }

        .mw-seller-dashboard-shell .mw-seller-card-meta,
        .mw-seller-dashboard-shell .mw-seller-card-location {
            margin-top: 7px;
            gap: 5px 7px;
            font-size: 12px;
            line-height: 1.35;
        }

        .mw-seller-dashboard-shell .mw-seller-card-price {
            margin-top: 9px;
            font-size: 1.22rem;
        }

        .mw-seller-dashboard-shell .mw-seller-card-stats {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 7px;
            margin-top: 11px;
        }

        .mw-seller-dashboard-shell .mw-seller-stat {
            border-radius: 13px;
            padding: 8px;
        }

            .mw-seller-dashboard-shell .mw-seller-stat small {
                font-size: 9px;
                letter-spacing: .05em;
            }

            .mw-seller-dashboard-shell .mw-seller-stat strong {
                margin-top: 4px;
                font-size: 13px;
            }

        .mw-seller-dashboard-shell .mw-seller-card-actions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 7px;
            margin-top: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-chip-btn {
            min-height: 34px;
            width: 100%;
            justify-content: center;
            border-radius: 12px;
            padding: 8px 9px;
            font-size: 11px;
            gap: 6px;
            line-height: 1.15;
        }

        .mw-seller-dashboard-shell .mw-seller-insights-grid {
            gap: 14px;
            margin-bottom: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-insight-top .mw-seller-btn {
            width: auto;
            justify-self: start;
        }

        .mw-seller-dashboard-shell .mw-seller-activity-list,
        .mw-seller-dashboard-shell .mw-seller-insight-cards {
            gap: 10px;
        }

        .mw-seller-dashboard-shell .mw-seller-activity-item {
            grid-template-columns: 46px minmax(0, 1fr);
            gap: 10px;
            padding: 12px;
            border-radius: 18px;
        }

        .mw-seller-dashboard-shell .mw-seller-activity-icon {
            width: 46px;
            height: 46px;
            border-radius: 15px;
            font-size: 17px;
        }

        .mw-seller-dashboard-shell .mw-seller-activity-top {
            display: grid;
            gap: 3px;
            margin-bottom: 4px;
        }

            .mw-seller-dashboard-shell .mw-seller-activity-top strong {
                font-size: .93rem;
            }

            .mw-seller-dashboard-shell .mw-seller-activity-top span {
                font-size: 11px;
            }

        .mw-seller-dashboard-shell .mw-seller-activity-vehicle,
        .mw-seller-dashboard-shell .mw-seller-activity-copy p {
            font-size: 12px;
            line-height: 1.45;
        }

        .mw-seller-dashboard-shell .mw-seller-activity-item .mw-seller-chip-btn {
            grid-column: 2 / 3;
            justify-self: start;
            width: auto;
            min-width: 98px;
        }

        .mw-seller-dashboard-shell .mw-seller-insight-card {
            border-radius: 18px;
            padding: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-insight-icon {
            width: 40px;
            height: 40px;
            border-radius: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-insight-value {
            font-size: 1.18rem;
        }

        .mw-seller-dashboard-shell .mw-seller-insight-card strong {
            font-size: .95rem;
        }

        .mw-seller-dashboard-shell .mw-seller-insight-vehicle,
        .mw-seller-dashboard-shell .mw-seller-insight-card p {
            font-size: 12px;
            line-height: 1.5;
        }

        .mw-seller-dashboard-shell .mw-seller-modal-dialog {
            inset: 10px;
            max-height: calc(100dvh - 20px);
            border-radius: 22px;
        }

        .mw-seller-dashboard-shell .mw-seller-modal-head {
            padding: 16px;
            gap: 12px;
            grid-template-columns: minmax(0, 1fr) auto;
            display: grid;
        }

            .mw-seller-dashboard-shell .mw-seller-modal-head h3 {
                margin: 8px 0 5px;
                font-size: 1.16rem;
                line-height: 1.2;
            }

            .mw-seller-dashboard-shell .mw-seller-modal-head p {
                font-size: 12px;
                line-height: 1.45;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

        .mw-seller-dashboard-shell .mw-seller-modal-close {
            width: 40px;
            height: 40px;
            border-radius: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-modal-body {
            gap: 12px;
            padding: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-summary {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-summary-card {
            border-radius: 16px;
            padding: 11px 9px;
        }

            .mw-seller-dashboard-shell .mw-seller-fav-summary-card small {
                margin-bottom: 6px;
                font-size: 8px;
                line-height: 1.2;
                letter-spacing: .06em;
            }

            .mw-seller-dashboard-shell .mw-seller-fav-summary-card strong {
                margin-bottom: 0;
                font-size: 1.25rem;
            }

            .mw-seller-dashboard-shell .mw-seller-fav-summary-card span {
                display: none;
            }

        .mw-seller-dashboard-shell .mw-seller-fav-list {
            gap: 10px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-card {
            border-radius: 18px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-card-head {
            grid-template-columns: 64px minmax(0, 1fr);
            gap: 10px;
            padding: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-vehicle-thumb {
            width: 64px;
            height: 52px;
            border-radius: 14px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-vehicle-copy strong {
            font-size: .9rem;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-vehicle-copy span {
            font-size: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-card-head .mw-seller-chip-btn {
            grid-column: 1 / -1;
            width: 100%;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-card-body {
            gap: 9px;
            padding: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-row {
            grid-template-columns: 42px minmax(0, 1fr);
            gap: 10px;
            border-radius: 16px;
            padding: 10px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-avatar {
            width: 42px;
            height: 42px;
            border-radius: 14px;
            font-size: .85rem;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-copy strong {
            font-size: .88rem;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-copy span {
            font-size: 12px;
        }

        .mw-seller-dashboard-shell .mw-seller-fav-time {
            grid-column: 2 / 3;
            font-size: 11px;
            justify-self: start;
            text-align: left;
        }
}

@media (max-width: 640px) {
    .mw-seller-dashboard-shell .mw-seller-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-seller-dashboard-shell .mw-seller-card {
        display: grid;
        grid-template-columns: minmax(108px, 34%) minmax(0, 1fr);
        align-items: stretch;
    }

    .mw-seller-dashboard-shell .mw-seller-card-media {
        min-height: 100%;
        aspect-ratio: auto;
    }

    .mw-seller-dashboard-shell .mw-seller-card-status {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
        padding: 5px 8px;
        font-size: 10px;
        line-height: 1.15;
    }

    .mw-seller-dashboard-shell .mw-seller-card-placeholder {
        padding: 8px;
        font-size: 11px;
    }

        .mw-seller-dashboard-shell .mw-seller-card-placeholder i {
            font-size: 1.15rem;
        }

    .mw-seller-dashboard-shell .mw-seller-card-title {
        font-size: .92rem;
    }

    .mw-seller-dashboard-shell .mw-seller-card-code {
        font-size: 9px;
        padding: 4px 7px;
    }

    .mw-seller-dashboard-shell .mw-seller-card-meta,
    .mw-seller-dashboard-shell .mw-seller-card-location {
        font-size: 11px;
    }

    .mw-seller-dashboard-shell .mw-seller-card-price {
        font-size: 1.1rem;
    }

    .mw-seller-dashboard-shell .mw-seller-card-stats {
        gap: 5px;
    }

    .mw-seller-dashboard-shell .mw-seller-stat {
        padding: 7px 6px;
    }

        .mw-seller-dashboard-shell .mw-seller-stat small {
            font-size: 8px;
        }

        .mw-seller-dashboard-shell .mw-seller-stat strong {
            font-size: 12px;
        }

    .mw-seller-dashboard-shell .mw-seller-card-actions {
        gap: 6px;
    }

    .mw-seller-dashboard-shell .mw-seller-chip-btn {
        min-width: 0;
        padding: 7px 6px;
        font-size: 10.5px;
    }
}

@media (max-width: 420px) {
    .mw-seller-dashboard-shell .container-mw {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mw-seller-dashboard-shell .mw-seller-hero-actions {
        grid-template-columns: 1fr;
    }

    .mw-seller-dashboard-shell .mw-seller-kpis {
        gap: 8px;
    }

    .mw-seller-dashboard-shell .mw-seller-kpi-card {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 10px;
    }

    .mw-seller-dashboard-shell .mw-seller-kpi-icon {
        width: 34px;
        height: 34px;
        border-radius: 12px;
    }

    .mw-seller-dashboard-shell .mw-seller-kpi-value {
        font-size: 1.18rem;
    }

    .mw-seller-dashboard-shell .mw-seller-mini-card {
        padding: 10px 8px;
        min-height: 82px;
    }

        .mw-seller-dashboard-shell .mw-seller-mini-card strong {
            font-size: 1.32rem;
        }

    .mw-seller-dashboard-shell .mw-seller-analytics-card {
        flex-basis: 84vw;
    }

    .mw-seller-dashboard-shell .mw-seller-panel,
    .mw-seller-dashboard-shell .mw-seller-insight-panel {
        padding: 14px;
    }

    .mw-seller-dashboard-shell .mw-seller-status-tabs {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .mw-seller-dashboard-shell .mw-seller-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .mw-seller-dashboard-shell .mw-seller-card-body {
        padding: 11px;
    }

    .mw-seller-dashboard-shell .mw-seller-card-title-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .mw-seller-dashboard-shell .mw-seller-card-code {
        justify-self: start;
    }

    .mw-seller-dashboard-shell .mw-seller-card-actions {
        grid-template-columns: 1fr;
    }

    .mw-seller-dashboard-shell .mw-seller-fav-summary-card {
        padding: 10px 7px;
    }
}

@media (max-width: 360px) {
    .mw-seller-dashboard-shell .mw-seller-kpis,
    .mw-seller-dashboard-shell .mw-seller-mini-grid,
    .mw-seller-dashboard-shell .mw-seller-fav-summary {
        grid-template-columns: 1fr;
    }

    .mw-seller-dashboard-shell .mw-seller-card {
        grid-template-columns: 1fr;
    }

    .mw-seller-dashboard-shell .mw-seller-card-media {
        aspect-ratio: 16 / 10;
    }
}

.mw-seller-dashboard-skeleton {
    display: none;
}

.mw-dashboard-is-loading .mw-seller-dashboard-skeleton {
    display: grid;
    gap: 18px;
}

.mw-dashboard-is-loading .container-mw > :not(.mw-seller-dashboard-skeleton) {
    display: none !important;
}

.mw-skeleton-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mw-dash-skel-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .6fr);
    gap: 28px;
    align-items: stretch;
}

.mw-dash-skel-copy,
.mw-dash-skel-summary,
.mw-dash-skel-membership,
.mw-dash-skel-panel,
.mw-dash-skel-kpis > span,
.mw-dash-skel-mini > span,
.mw-dash-skel-cards > span {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.11);
    box-shadow: 0 24px 58px rgba(0,0,0,.13);
}

.mw-dash-skel-copy,
.mw-dash-skel-summary {
    min-height: 220px;
    padding: 30px;
}

.mw-dash-skel-summary {
    display: grid;
    align-content: center;
    gap: 16px;
}

.mw-dash-skel-membership,
.mw-dash-skel-panel,
.mw-dash-skel-kpis > span,
.mw-dash-skel-mini > span,
.mw-dash-skel-cards > span {
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,251,255,.98));
    border-color: rgba(10,13,19,.06);
    box-shadow: 0 22px 48px rgba(8,11,17,.08);
}

    .mw-dash-skel-line,
    .mw-dash-skel-number,
    .mw-dash-skel-actions span,
    .mw-dash-skel-metrics span,
    .mw-dash-skel-tabs span,
    .mw-dash-skel-kpis > span::before,
    .mw-dash-skel-kpis > span::after,
    .mw-dash-skel-mini > span::before,
    .mw-dash-skel-mini > span::after,
    .mw-dash-skel-cards > span::before,
    .mw-dash-skel-cards > span::after {
        display: block;
        border-radius: 999px;
        background: linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,.54), rgba(255,255,255,.28));
        background-size: 220% 100%;
        animation: mwDashboardSkeleton 1.25s ease-in-out infinite;
    }

    .mw-dash-skel-membership .mw-dash-skel-line,
    .mw-dash-skel-panel .mw-dash-skel-line,
    .mw-dash-skel-metrics span,
    .mw-dash-skel-tabs span,
    .mw-dash-skel-kpis > span::before,
    .mw-dash-skel-kpis > span::after,
    .mw-dash-skel-mini > span::before,
    .mw-dash-skel-mini > span::after,
    .mw-dash-skel-cards > span::before,
    .mw-dash-skel-cards > span::after {
        background: linear-gradient(90deg, #edf1f8, #f8fafc, #edf1f8);
        background-size: 220% 100%;
    }

@keyframes mwDashboardSkeleton {
    0% {
        background-position: 180% 0;
    }

    100% {
        background-position: -40% 0;
    }
}

.mw-dash-skel-line.pill {
    width: 220px;
    height: 34px;
    margin-bottom: 22px;
}

    .mw-dash-skel-line.pill.short {
        width: 116px;
        height: 30px;
    }

.mw-dash-skel-line.title {
    width: min(620px, 82%);
    height: 58px;
    margin-bottom: 18px;
}

    .mw-dash-skel-line.title.small {
        width: min(360px, 72%);
        height: 36px;
        margin: 16px 0 12px;
    }

.mw-dash-skel-line.text {
    width: min(520px, 72%);
    height: 16px;
    margin-bottom: 12px;
}

    .mw-dash-skel-line.text.large {
        width: min(680px, 92%);
    }

.mw-dash-skel-number {
    width: 82px;
    height: 70px;
    border-radius: 22px;
}

.mw-dash-skel-actions,
.mw-dash-skel-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

    .mw-dash-skel-actions span {
        width: 142px;
        height: 48px;
        border-radius: 16px;
    }

.mw-dash-skel-membership {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    gap: 22px;
    padding: 26px;
}

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

    .mw-dash-skel-metrics span {
        min-height: 72px;
        border-radius: 18px;
    }

.mw-dash-skel-kpis {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

    .mw-dash-skel-kpis > span {
        min-height: 158px;
        padding: 20px;
    }

        .mw-dash-skel-kpis > span::before {
            content: "";
            width: 46px;
            height: 46px;
            border-radius: 16px;
            margin-bottom: 20px;
        }

        .mw-dash-skel-kpis > span::after {
            content: "";
            width: 70%;
            height: 22px;
        }

.mw-dash-skel-mini {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .mw-dash-skel-mini > span {
        min-height: 128px;
        padding: 22px;
    }

        .mw-dash-skel-mini > span::before {
            content: "";
            width: 130px;
            height: 16px;
            margin-bottom: 20px;
        }

        .mw-dash-skel-mini > span::after {
            content: "";
            width: 54px;
            height: 36px;
            border-radius: 14px;
        }

.mw-dash-skel-panel {
    padding: 28px;
}

.mw-dash-skel-tabs span {
    width: 112px;
    height: 38px;
}

.mw-dash-skel-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

    .mw-dash-skel-cards > span {
        min-height: 340px;
    }

        .mw-dash-skel-cards > span::before {
            content: "";
            height: 48%;
            border-radius: 0;
        }

        .mw-dash-skel-cards > span::after {
            content: "";
            width: 72%;
            height: 20px;
            margin: 24px 18px 0;
        }

@media (max-width: 991.98px) {
    .mw-dash-skel-hero,
    .mw-dash-skel-membership {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mw-dash-skel-copy,
    .mw-dash-skel-summary,
    .mw-dash-skel-membership,
    .mw-dash-skel-panel {
        border-radius: 22px;
        padding: 16px;
    }

    .mw-dash-skel-copy {
        min-height: 184px;
    }

    .mw-dash-skel-summary {
        min-height: 112px;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

        .mw-dash-skel-summary .mw-dash-skel-line.pill {
            grid-column: 1 / -1;
        }

    .mw-dash-skel-line.pill {
        width: 170px;
        height: 28px;
        margin-bottom: 16px;
    }

    .mw-dash-skel-line.title {
        height: 42px;
        margin-bottom: 14px;
    }

    .mw-dash-skel-number {
        width: 58px;
        height: 56px;
    }

    .mw-dash-skel-actions {
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 9px;
        margin-top: 18px;
    }

        .mw-dash-skel-actions span {
            width: 132px;
            height: 42px;
            flex: 0 0 auto;
        }

    .mw-dash-skel-metrics,
    .mw-dash-skel-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

        .mw-dash-skel-metrics span {
            min-height: 54px;
        }

        .mw-dash-skel-kpis > span {
            min-height: 78px;
            border-radius: 18px;
            padding: 12px;
        }

            .mw-dash-skel-kpis > span::before {
                width: 38px;
                height: 38px;
                border-radius: 14px;
                margin-bottom: 12px;
            }

            .mw-dash-skel-kpis > span::after {
                width: 58%;
                height: 16px;
            }

    .mw-dash-skel-mini {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

        .mw-dash-skel-mini > span {
            min-height: 92px;
            border-radius: 18px;
            padding: 12px 10px;
        }

            .mw-dash-skel-mini > span::before {
                width: 76%;
                height: 12px;
                margin-bottom: 14px;
            }

            .mw-dash-skel-mini > span::after {
                width: 34px;
                height: 28px;
            }

    .mw-dash-skel-tabs {
        flex-wrap: nowrap;
        overflow: hidden;
        gap: 8px;
        margin-top: 16px;
    }

        .mw-dash-skel-tabs span {
            width: 82px;
            height: 34px;
            flex: 0 0 auto;
        }

    .mw-dash-skel-cards {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
    }

        .mw-dash-skel-cards > span {
            min-height: 188px;
            display: grid;
            grid-template-columns: minmax(112px, 36%) minmax(0, 1fr);
        }

            .mw-dash-skel-cards > span::before {
                height: 100%;
            }

            .mw-dash-skel-cards > span::after {
                align-self: start;
                margin: 22px 14px 0;
            }
}

@media (max-width: 640px) {
    .mw-seller-dashboard-shell .mw-seller-hero-actions {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px 5px;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

        .mw-seller-dashboard-shell .mw-seller-hero-actions::-webkit-scrollbar {
            display: none;
        }

        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn,
        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn:first-child {
            width: auto;
            min-width: 128px;
            flex: 0 0 auto;
            grid-column: auto;
            scroll-snap-align: start;
            white-space: nowrap;
        }

            .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn.primary {
                min-width: 168px;
            }

    .mw-seller-dashboard-shell .mw-seller-panel-top p,
    .mw-seller-dashboard-shell .mw-seller-insight-top p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mw-seller-dashboard-shell .mw-seller-card {
        grid-template-columns: minmax(118px, 37%) minmax(0, 1fr);
    }

    .mw-seller-dashboard-shell .mw-seller-card-media img {
        object-position: center center;
    }

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

        .mw-seller-dashboard-shell .mw-seller-card-actions .mw-seller-chip-btn {
            justify-content: center;
        }

    .mw-seller-dashboard-shell .mw-seller-empty,
    .mw-seller-dashboard-shell .mw-seller-gate,
    .mw-seller-dashboard-shell .mw-seller-loading {
        min-height: 170px;
        border-radius: 20px;
        padding: 18px;
    }
}

@media (max-width: 420px) {
    .mw-seller-dashboard-shell .mw-seller-hero-actions {
        display: flex;
        flex-wrap: nowrap;
    }

    .mw-seller-dashboard-shell .mw-seller-card {
        grid-template-columns: minmax(116px, 38%) minmax(0, 1fr);
    }

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

        .mw-seller-dashboard-shell .mw-seller-card-actions .mw-seller-chip-btn.danger:last-child:nth-child(odd) {
            grid-column: 1 / -1;
        }

    .mw-dash-skel-mini {
        grid-template-columns: repeat(3, minmax(92px, 1fr));
        overflow: hidden;
    }
}

@media (max-width: 360px) {
    .mw-seller-dashboard-shell .mw-seller-card-actions,
    .mw-seller-dashboard-shell .mw-seller-kpis,
    .mw-seller-dashboard-shell .mw-seller-mini-grid {
        grid-template-columns: 1fr;
    }

    .mw-seller-dashboard-shell .mw-seller-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .mw-seller-dashboard-shell .mw-seller-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 14px 0 0;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
    }

        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn,
        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn:first-child,
        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn.primary {
            width: 100%;
            min-width: 0;
            flex: none;
            white-space: normal;
            scroll-snap-align: none;
        }

            .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn:first-child,
            .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn.primary {
                grid-column: 1 / -1;
            }

    .mw-seller-dashboard-shell .mw-seller-hero-card {
        min-height: 112px;
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        gap: 4px 12px;
        align-items: center;
        padding: 16px;
    }

    .mw-seller-dashboard-shell .mw-seller-hero-card-badge {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: start;
        margin-bottom: 4px;
    }

    .mw-seller-dashboard-shell .mw-seller-hero-card-value {
        grid-column: 1;
        grid-row: 2 / 4;
        align-self: center;
        margin: 0;
        line-height: .9;
    }

    .mw-seller-dashboard-shell .mw-seller-hero-card-label,
    .mw-seller-dashboard-shell .mw-seller-hero-card-meta {
        grid-column: 2;
        display: block;
        margin: 0;
        text-align: left;
        min-width: 0;
        overflow: visible;
    }

    .mw-seller-dashboard-shell .mw-seller-hero-card-label {
        grid-row: 2;
        font-size: 13px;
        line-height: 1.25;
        font-weight: 900;
        color: rgba(255,255,255,.94);
    }

    .mw-seller-dashboard-shell .mw-seller-hero-card-meta {
        grid-row: 3;
        font-size: 12px;
        line-height: 1.35;
        color: rgba(255,255,255,.72);
    }

    .mw-seller-dashboard-shell .mw-membership-card-side,
    .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-side {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 10px !important;
        min-height: 52px !important;
        padding: 10px 12px !important;
        border-radius: 16px !important;
    }

        .mw-seller-dashboard-shell .mw-membership-card-side strong,
        .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-side strong {
            font-size: .95rem;
            line-height: 1.22;
        }

        .mw-seller-dashboard-shell .mw-membership-card-side .mw-membership-ok,
        .mw-seller-dashboard-shell .mw-membership-card-side .mw-membership-upgrade,
        .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-side .mw-membership-ok,
        .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-side .mw-membership-upgrade {
            min-height: 34px;
            padding: 0 12px;
            font-size: 11px;
            white-space: nowrap;
        }
}

@media (max-width: 420px) {
    .mw-seller-dashboard-shell .mw-seller-hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn:first-child,
        .mw-seller-dashboard-shell .mw-seller-hero-actions .mw-seller-btn.primary {
            grid-column: 1 / -1;
        }
}

@media (max-width: 360px) {
    .mw-seller-dashboard-shell .mw-seller-hero-actions {
        grid-template-columns: 1fr;
    }

    .mw-seller-dashboard-shell .mw-membership-card-side,
    .mw-seller-dashboard-shell .mw-membership-card.compact .mw-membership-card-side {
        grid-template-columns: 1fr !important;
    }
}


.mw-seller-vehicle-form-shell .mw-form-mobile-helper,
.mw-seller-vehicle-form-shell .mw-form-step-nav {
    display: none;
}

.mw-seller-vehicle-form-shell .mw-form-section-card,
.mw-seller-vehicle-form-shell .mw-seller-form-preview {
    scroll-margin-top: 118px;
}

.mw-seller-vehicle-form-shell .mw-form-block:focus-within label {
    color: #a30d0d;
}

.mw-seller-vehicle-form-shell .mw-form-section-card:focus-within {
    border-color: rgba(209,39,39,.16);
    box-shadow: 0 32px 74px rgba(8,11,17,.10), 0 0 0 1px rgba(209,39,39,.04);
}

@media (max-width: 991.98px) {
    .mw-seller-vehicle-form-shell {
        padding: 18px 0 86px;
    }

        .mw-seller-vehicle-form-shell .container-mw {
            padding-left: 14px;
            padding-right: 14px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-hero {
            gap: 14px;
            margin-bottom: 14px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-eyebrow {
            padding: 8px 12px;
            font-size: 10px;
            letter-spacing: .13em;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-hero h1 {
            margin: 12px 0 8px;
            font-size: clamp(1.75rem, 8vw, 2.45rem);
            line-height: 1.06;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-hero p {
            font-size: 13px;
            line-height: 1.55;
            max-width: none;
        }

        .mw-seller-vehicle-form-shell .mw-seller-hero-actions {
            margin-top: 0;
        }

            .mw-seller-vehicle-form-shell .mw-seller-hero-actions .mw-seller-btn {
                width: auto;
                min-height: 42px;
                padding: 10px 13px;
                border-radius: 14px;
                font-size: 12px;
                justify-content: flex-start;
            }

        .mw-seller-vehicle-form-shell .mw-form-mobile-helper {
            display: grid;
            gap: 10px;
            margin: 0 0 12px;
            padding: 14px;
            border-radius: 22px;
            background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
            border: 1px solid rgba(255,255,255,.10);
            color: #fff;
            box-shadow: 0 22px 50px rgba(0,0,0,.12);
            backdrop-filter: blur(12px);
        }

        .mw-seller-vehicle-form-shell .mw-form-helper-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

            .mw-seller-vehicle-form-shell .mw-form-helper-head span {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                color: rgba(255,255,255,.72);
                font-size: 10px;
                font-weight: 900;
                letter-spacing: .12em;
                text-transform: uppercase;
            }

            .mw-seller-vehicle-form-shell .mw-form-helper-head strong {
                color: #fff;
                font-size: 12px;
                font-weight: 950;
                white-space: nowrap;
            }

        .mw-seller-vehicle-form-shell .mw-form-helper-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(132px, 1fr));
            gap: 8px;
            overflow-x: auto;
            padding-bottom: 2px;
            -webkit-overflow-scrolling: touch;
        }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid::-webkit-scrollbar {
                display: none;
            }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid div {
                min-height: 70px;
                display: grid;
                align-content: start;
                gap: 7px;
                padding: 11px;
                border-radius: 18px;
                background: rgba(255,255,255,.08);
                border: 1px solid rgba(255,255,255,.08);
            }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid i {
                color: #ffd2d2;
                font-size: 15px;
            }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid span {
                color: rgba(255,255,255,.78);
                font-size: 11px;
                line-height: 1.45;
                font-weight: 750;
            }

        .mw-seller-vehicle-form-shell .mw-form-step-nav {
            position: sticky;
            top: 74px;
            z-index: 60;
            display: flex;
            gap: 8px;
            margin: 0 -14px 14px;
            padding: 9px 14px;
            overflow-x: auto;
            background: linear-gradient(180deg, rgba(7,10,16,.94), rgba(7,10,16,.74));
            border-top: 1px solid rgba(255,255,255,.06);
            border-bottom: 1px solid rgba(255,255,255,.07);
            backdrop-filter: blur(14px);
            scroll-snap-type: x proximity;
            -webkit-overflow-scrolling: touch;
        }

            .mw-seller-vehicle-form-shell .mw-form-step-nav::-webkit-scrollbar {
                display: none;
            }

            .mw-seller-vehicle-form-shell .mw-form-step-nav a {
                min-height: 38px;
                min-width: max-content;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 7px;
                padding: 0 12px;
                border-radius: 999px;
                background: rgba(255,255,255,.08);
                border: 1px solid rgba(255,255,255,.10);
                color: #eef2f8;
                text-decoration: none;
                font-size: 12px;
                font-weight: 900;
                scroll-snap-align: start;
            }

                .mw-seller-vehicle-form-shell .mw-form-step-nav a span {
                    min-width: 22px;
                    height: 22px;
                    border-radius: 999px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    background: rgba(209,39,39,.92);
                    color: #fff;
                    font-size: 11px;
                    font-weight: 950;
                }

        .mw-seller-vehicle-form-shell .mw-seller-membership-summary {
            margin-bottom: 12px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-grid {
            gap: 14px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-panel {
            padding: 16px;
            border-radius: 22px;
            margin-bottom: 14px;
            box-shadow: 0 22px 48px rgba(8,11,17,.08);
        }

        .mw-seller-vehicle-form-shell .mw-seller-panel-top {
            gap: 10px;
            margin-bottom: 14px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-panel-badge {
            padding: 6px 10px;
            font-size: 10px;
            letter-spacing: .08em;
        }

        .mw-seller-vehicle-form-shell .mw-seller-panel-top h2 {
            margin: 8px 0 6px;
            font-size: clamp(1.18rem, 5.2vw, 1.45rem);
            line-height: 1.12;
        }

        .mw-seller-vehicle-form-shell .mw-seller-panel-top p {
            font-size: 13px;
            line-height: 1.55;
            max-width: none;
        }

        .mw-seller-vehicle-form-shell .mw-upload-shell,
        .mw-seller-vehicle-form-shell .mw-seller-form-fields {
            gap: 12px;
        }

        .mw-seller-vehicle-form-shell .mw-upload-dropzone {
            padding: 18px 14px;
            border-radius: 20px;
        }

        .mw-seller-vehicle-form-shell .mw-upload-dropzone-icon {
            width: 56px;
            height: 56px;
            border-radius: 18px;
            margin-bottom: 10px;
            font-size: 22px;
        }

        .mw-seller-vehicle-form-shell .mw-upload-dropzone h3 {
            font-size: 1.08rem;
            margin-bottom: 4px;
        }

        .mw-seller-vehicle-form-shell .mw-upload-dropzone p,
        .mw-seller-vehicle-form-shell .mw-upload-dropzone small {
            font-size: 12px;
            line-height: 1.5;
        }

        .mw-seller-vehicle-form-shell .mw-upload-dropzone .mw-seller-btn {
            width: 100%;
            min-height: 42px;
            margin-top: 12px;
        }

        .mw-seller-vehicle-form-shell .mw-upload-help {
            display: grid;
            grid-template-columns: 1fr;
            gap: 8px;
            font-size: 12px;
        }

            .mw-seller-vehicle-form-shell .mw-upload-help span {
                width: 100%;
                justify-content: flex-start;
                border-radius: 14px;
                padding: 9px 10px;
            }

        .mw-seller-vehicle-form-shell .mw-ai-suggest-btn {
            width: 100%;
            justify-content: space-between;
            border-radius: 16px;
            padding: 11px 12px;
        }

        .mw-seller-vehicle-form-shell .mw-photo-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .mw-seller-vehicle-form-shell .mw-photo-card {
            border-radius: 18px;
        }

        .mw-seller-vehicle-form-shell .mw-photo-card-body {
            padding: 10px;
        }

        .mw-seller-vehicle-form-shell .mw-photo-card-name {
            font-size: 11px;
            line-height: 1.35;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .mw-seller-vehicle-form-shell .mw-photo-card-actions {
            display: grid;
            grid-template-columns: 1fr;
            gap: 7px;
            margin-top: 9px;
        }

        .mw-seller-vehicle-form-shell .mw-photo-action {
            min-height: 34px;
            justify-content: center;
            border-radius: 11px;
            padding: 7px 8px;
            font-size: 11px;
        }

        .mw-seller-vehicle-form-shell .mw-video-dropzone {
            min-height: 152px;
            padding: 18px 14px !important;
            border-radius: 20px !important;
        }

        .mw-seller-vehicle-form-shell .mw-video-icon {
            width: 50px;
            height: 50px;
            border-radius: 16px;
        }

        .mw-seller-vehicle-form-shell .mw-video-copy strong {
            font-size: 14px;
        }

        .mw-seller-vehicle-form-shell .mw-video-copy span,
        .mw-seller-vehicle-form-shell .mw-video-copy small {
            font-size: 12px;
            line-height: 1.5;
        }

        .mw-seller-vehicle-form-shell .mw-video-dropzone .mw-seller-btn {
            width: 100%;
            min-height: 40px;
        }

        .mw-seller-vehicle-form-shell .mw-form-grid-2 {
            gap: 12px;
        }

        .mw-seller-vehicle-form-shell .mw-form-block {
            gap: 6px;
        }

            .mw-seller-vehicle-form-shell .mw-form-block label {
                font-size: 12px;
                letter-spacing: .01em;
            }

        .mw-seller-vehicle-form-shell .mw-native-input,
        .mw-seller-vehicle-form-shell .mw-seller-custom-toggle,
        .mw-seller-vehicle-form-shell .bootstrap-select > .dropdown-toggle,
        .mw-seller-vehicle-form-shell .mw-seller-shell .bootstrap-select > .dropdown-toggle {
            min-height: 46px;
            height: 46px;
            border-radius: 14px;
            font-size: 13px;
            padding-left: 13px;
            padding-right: 13px;
        }

            .mw-seller-vehicle-form-shell .mw-native-input.area {
                min-height: 108px;
                height: 108px;
                padding: 12px 13px;
                line-height: 1.55;
            }

        .mw-seller-vehicle-form-shell .mw-field-hint {
            font-size: 11px;
            line-height: 1.45;
        }

        .mw-seller-vehicle-form-shell .mw-seller-custom-menu {
            border-radius: 18px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-custom-search input {
            height: 40px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-custom-option {
            min-height: 42px;
            padding: 9px 10px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-preview {
            margin-top: 0;
        }

        .mw-seller-vehicle-form-shell .mw-preview-card {
            border-radius: 22px;
            box-shadow: 0 22px 48px rgba(8,11,17,.09);
        }

        .mw-seller-vehicle-form-shell .mw-preview-card-top {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 10px;
            align-items: center;
            padding: 16px;
        }

            .mw-seller-vehicle-form-shell .mw-preview-card-top h3 {
                margin-top: 8px;
                font-size: 1.02rem;
                line-height: 1.2;
            }

        .mw-seller-vehicle-form-shell .mw-preview-price {
            min-width: 96px;
            padding: 10px 11px;
            border-radius: 16px;
            font-size: .98rem;
        }

        .mw-seller-vehicle-form-shell .mw-preview-body {
            padding: 16px;
        }

        .mw-seller-vehicle-form-shell .mw-preview-title {
            font-size: 1.05rem;
        }

        .mw-seller-vehicle-form-shell .mw-preview-subtitle,
        .mw-seller-vehicle-form-shell .mw-preview-location,
        .mw-seller-vehicle-form-shell .mw-preview-copy {
            font-size: 12px;
            line-height: 1.55;
        }

        .mw-seller-vehicle-form-shell .mw-preview-copy {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .mw-seller-vehicle-form-shell .mw-preview-chip,
        .mw-seller-vehicle-form-shell .mw-preview-section {
            border-radius: 14px;
            padding: 8px 10px;
            font-size: 11px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-actions {
            position: sticky;
            bottom: 10px;
            z-index: 120;
            display: grid;
            grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
            gap: 8px;
            margin: 14px 0 0;
            padding: 10px;
            border-radius: 22px;
            background: rgba(255,255,255,.94);
            border: 1px solid rgba(17,22,34,.08);
            box-shadow: 0 20px 50px rgba(8,11,17,.18);
            backdrop-filter: blur(14px);
        }

            .mw-seller-vehicle-form-shell .mw-seller-form-actions .mw-seller-btn {
                width: 100%;
                min-height: 46px;
                border-radius: 16px;
                padding: 10px;
                font-size: 12px;
                line-height: 1.2;
                gap: 7px;
                box-shadow: none;
            }
}

@media (max-width: 640px) {
    .mw-seller-vehicle-form-shell .mw-membership-card.compact .mw-membership-card-main p {
        display: block;
        font-size: 12px;
        line-height: 1.45;
    }

    .mw-seller-vehicle-form-shell .mw-membership-card.compact {
        gap: 12px;
        padding: 15px;
    }

        .mw-seller-vehicle-form-shell .mw-membership-card.compact .mw-membership-card-metrics {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
        }

            .mw-seller-vehicle-form-shell .mw-membership-card.compact .mw-membership-card-metrics span {
                min-height: 54px;
                padding: 9px 10px;
                border-radius: 15px;
            }

        .mw-seller-vehicle-form-shell .mw-membership-card.compact .mw-membership-card-side {
            grid-template-columns: minmax(0, 1fr) auto;
            min-height: 54px;
            padding: 11px 12px;
            border-radius: 16px;
        }
}

@media (max-width: 420px) {
    .mw-seller-vehicle-form-shell .container-mw {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mw-seller-vehicle-form-shell .mw-form-step-nav {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .mw-seller-vehicle-form-shell .mw-photo-grid {
        grid-template-columns: 1fr;
    }

    .mw-seller-vehicle-form-shell .mw-photo-card-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-seller-vehicle-form-shell .mw-preview-card-top {
        grid-template-columns: 1fr;
    }

    .mw-seller-vehicle-form-shell .mw-preview-price {
        width: 100%;
    }

    .mw-seller-vehicle-form-shell .mw-seller-form-actions {
        grid-template-columns: 1fr;
        bottom: 8px;
    }
}

.mw-seller-vehicle-form-shell.mw-seller-form-loading .mw-form-mobile-helper,
.mw-seller-vehicle-form-shell.mw-seller-form-loading .mw-form-step-nav {
    display: none !important;
}

.mw-seller-vehicle-form-shell .mw-form-membership-hidden,
.mw-seller-vehicle-form-shell .mw-seller-membership-summary {
    display: none !important;
    margin: 0 !important;
}

.mw-seller-vehicle-form-shell .mw-form-skeleton-membership {
    display: none !important;
}

.mw-seller-vehicle-form-shell .mw-form-skeleton-grid {
    margin-top: 0;
}

.mw-seller-vehicle-form-shell .mw-form-section-toggle {
    display: none;
}

.mw-seller-vehicle-form-shell .mw-form-final-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-top: 0;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(250,251,255,.98));
    border: 1px solid rgba(17,22,34,.08);
    box-shadow: 0 26px 58px rgba(8,11,17,.09);
}

.mw-seller-vehicle-form-shell .mw-form-actions-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

    .mw-seller-vehicle-form-shell .mw-form-actions-copy strong {
        color: #111826;
        font-size: 1.06rem;
        font-weight: 950;
        letter-spacing: -.02em;
    }

    .mw-seller-vehicle-form-shell .mw-form-actions-copy span {
        color: #64748b;
        line-height: 1.6;
        font-size: 13px;
        font-weight: 650;
    }

.mw-seller-vehicle-form-shell .mw-form-actions-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

    .mw-seller-vehicle-form-shell .mw-form-actions-buttons .mw-seller-btn.ghost {
        color: #111826 !important;
        background: #fff !important;
        border: 1px solid rgba(17,22,34,.10) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    }

        .mw-seller-vehicle-form-shell .mw-form-actions-buttons .mw-seller-btn.ghost i,
        .mw-seller-vehicle-form-shell .mw-form-actions-buttons .mw-seller-btn.ghost span {
            color: #111826 !important;
        }

    .mw-seller-vehicle-form-shell .mw-form-actions-buttons .mw-seller-btn.primary i,
    .mw-seller-vehicle-form-shell .mw-form-actions-buttons .mw-seller-btn.primary span {
        color: #fff !important;
    }

@media (max-width: 991.98px) {
    .mw-seller-vehicle-form-shell {
        padding-bottom: 54px;
    }

        .mw-seller-vehicle-form-shell .mw-form-mobile-helper {
            margin-top: 2px;
            margin-bottom: 10px;
            padding: 12px;
            border-radius: 20px;
        }

        .mw-seller-vehicle-form-shell .mw-form-helper-head {
            align-items: center;
        }

            .mw-seller-vehicle-form-shell .mw-form-helper-head strong {
                font-size: 11px;
            }

        .mw-seller-vehicle-form-shell .mw-form-helper-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            overflow: visible !important;
            gap: 8px !important;
        }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid div {
                min-height: 58px !important;
                padding: 10px !important;
                border-radius: 16px !important;
            }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid i {
                font-size: 14px !important;
            }

            .mw-seller-vehicle-form-shell .mw-form-helper-grid span {
                font-size: 10.5px !important;
                line-height: 1.35 !important;
            }

        .mw-seller-vehicle-form-shell .mw-form-step-nav {
            top: 71px;
            gap: 7px;
            margin-bottom: 12px;
        }

            .mw-seller-vehicle-form-shell .mw-form-step-nav a {
                min-height: 36px;
                padding: 0 11px;
                font-size: 11.5px;
            }

                .mw-seller-vehicle-form-shell .mw-form-step-nav a:active,
                .mw-seller-vehicle-form-shell .mw-form-step-nav a:focus-visible {
                    background: rgba(209,39,39,.22);
                    border-color: rgba(209,39,39,.36);
                    outline: none;
                }

        .mw-seller-vehicle-form-shell .mw-seller-form-grid {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-main {
            display: grid;
            gap: 14px;
            order: 1;
        }

        .mw-seller-vehicle-form-shell .mw-seller-form-preview {
            order: 2;
        }

        .mw-seller-vehicle-form-shell .mw-form-final-actions {
            order: 3;
            position: static !important;
            bottom: auto !important;
            z-index: auto !important;
            grid-template-columns: 1fr;
            gap: 12px;
            margin: 0 0 8px !important;
            padding: 14px !important;
            border-radius: 22px !important;
            background: linear-gradient(180deg, #fff, #fbfcff) !important;
            box-shadow: 0 22px 52px rgba(8,11,17,.11) !important;
            backdrop-filter: none !important;
        }

        .mw-seller-vehicle-form-shell .mw-form-actions-copy {
            padding: 2px 2px 0;
        }

            .mw-seller-vehicle-form-shell .mw-form-actions-copy strong {
                font-size: .98rem;
            }

            .mw-seller-vehicle-form-shell .mw-form-actions-copy span {
                font-size: 12px;
                line-height: 1.45;
            }

        .mw-seller-vehicle-form-shell .mw-form-actions-buttons {
            display: grid;
            grid-template-columns: 1fr;
            gap: 9px;
        }

            .mw-seller-vehicle-form-shell .mw-form-actions-buttons .mw-seller-btn {
                width: 100% !important;
                min-height: 48px !important;
                padding: 11px 12px !important;
                border-radius: 16px !important;
                font-size: 13px !important;
                line-height: 1.2 !important;
                white-space: normal;
                text-align: center;
            }

        .mw-seller-vehicle-form-shell .mw-form-section-card {
            overflow: hidden;
        }

            .mw-seller-vehicle-form-shell .mw-form-section-card .mw-seller-panel-top {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: start;
                gap: 12px;
                margin-bottom: 0;
            }

            .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-expanded .mw-seller-panel-top {
                margin-bottom: 14px;
            }

        .mw-seller-vehicle-form-shell .mw-form-section-toggle {
            min-width: 82px;
            min-height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            border: 1px solid rgba(17,22,34,.08);
            border-radius: 999px;
            background: #fff;
            color: #111826;
            font-size: 11px;
            font-weight: 950;
            box-shadow: 0 10px 22px rgba(8,11,17,.06);
        }

            .mw-seller-vehicle-form-shell .mw-form-section-toggle i {
                font-size: 10px;
                transition: transform .18s ease;
            }

        .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-expanded .mw-form-section-toggle i {
            transform: rotate(180deg);
        }

        .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-collapsed > .mw-upload-shell,
        .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-collapsed > .mw-seller-form-fields {
            display: none !important;
        }

        .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-collapsed {
            padding-bottom: 14px;
        }

            .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-collapsed .mw-seller-panel-top p {
                display: none;
            }

        .mw-seller-vehicle-form-shell .mw-seller-panel-top h2 {
            font-size: clamp(1.08rem, 4.9vw, 1.32rem) !important;
        }

        .mw-seller-vehicle-form-shell .mw-preview-copy {
            -webkit-line-clamp: unset !important;
            display: block !important;
            overflow: visible !important;
        }

        .mw-seller-vehicle-form-shell .mw-preview-sections {
            gap: 8px;
        }

        .mw-seller-vehicle-form-shell .mw-preview-section {
            line-height: 1.45;
        }
}

@media (min-width: 992px) {
    .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-collapsed > .mw-upload-shell,
    .mw-seller-vehicle-form-shell .mw-form-section-card.is-form-section-collapsed > .mw-seller-form-fields {
        display: grid !important;
    }
}

@media (max-width: 420px) {
    .mw-seller-vehicle-form-shell .mw-form-helper-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .mw-seller-vehicle-form-shell .mw-form-step-nav a {
        padding: 0 10px;
    }

    .mw-seller-vehicle-form-shell .mw-form-section-toggle {
        min-width: 74px;
        min-height: 34px;
    }
}

@media (min-width: 1200px) {
    .mw-seller-vehicle-form-shell .mw-seller-form-grid {
        align-items: start;
    }

    .mw-seller-vehicle-form-shell .mw-seller-form-preview {
        align-self: start;
    }

    .mw-seller-vehicle-form-shell .mw-preview-card {
        z-index: 1;
    }

    .mw-seller-vehicle-form-shell .mw-form-final-actions {
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 575.98px) {
    .mw-seller-vehicle-form-shell .mw-form-step-nav {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 5px !important;
        overflow: visible !important;
        scroll-snap-type: none !important;
        margin-left: -12px !important;
        margin-right: -12px !important;
        padding: 8px 8px !important;
    }

        .mw-seller-vehicle-form-shell .mw-form-step-nav a {
            min-width: 0 !important;
            width: 100% !important;
            min-height: 34px !important;
            gap: 3px !important;
            padding: 0 3px !important;
            border-radius: 14px !important;
            font-size: 9.6px !important;
            letter-spacing: -.02em !important;
            white-space: nowrap !important;
        }

            .mw-seller-vehicle-form-shell .mw-form-step-nav a span {
                min-width: 18px !important;
                width: 18px !important;
                height: 18px !important;
                font-size: 9px !important;
                flex: 0 0 18px !important;
            }

                .mw-seller-vehicle-form-shell .mw-form-step-nav a span i {
                    font-size: 8.5px !important;
                }
}

@media (max-width: 374.98px) {
    .mw-seller-vehicle-form-shell .mw-form-step-nav {
        gap: 4px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

        .mw-seller-vehicle-form-shell .mw-form-step-nav a {
            font-size: 9px !important;
            gap: 2px !important;
        }

            .mw-seller-vehicle-form-shell .mw-form-step-nav a span {
                min-width: 16px !important;
                width: 16px !important;
                height: 16px !important;
                font-size: 8px !important;
                flex-basis: 16px !important;
            }
}

.mw-copy-mobile {
    display: none;
}

@media (max-width: 767px) {
    .mw-seller-vehicle-form-shell .mw-copy-desktop {
        display: none !important;
    }

    .mw-seller-vehicle-form-shell .mw-copy-mobile {
        display: inline !important;
    }

    .mw-seller-vehicle-form-shell .mw-upload-dropzone h3,
    .mw-seller-vehicle-form-shell .mw-video-copy strong {
        line-height: 1.22;
    }

    .mw-seller-vehicle-form-shell .mw-upload-dropzone p,
    .mw-seller-vehicle-form-shell .mw-video-copy small {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}
