.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.success {
        background: rgba(9,146,104,.09);
        border-color: rgba(9,146,104,.14);
        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-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;
    }
}


/* === Seller form preview: floating + premium === */
.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;
    }
}
