.mw-home-more-wrap {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.mw-modal-seller {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #d7dbe7;
    font-size: .95rem;
}

.mw-modal-detail-link-wrap {
    margin-top: 14px;
}

.mw-modal-detail-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.mw-public-shell {
    background: linear-gradient(180deg, rgba(9,15,28,1) 0%, rgba(13,19,34,1) 100%);
}

.mw-public-hero {
    padding: 42px 0 24px;
    color: #fff;
}

.mw-public-hero-inventory {
    background: radial-gradient(circle at top right, rgba(200,40,40,.24), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
}

.mw-public-hero-grid {
    display: grid;
    grid-template-columns: 1.35fr .95fr;
    gap: 26px;
    align-items: center;
}

.mw-public-hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    margin: 12px 0;
}

.mw-public-hero p {
    color: rgba(255,255,255,.74);
    line-height: 1.7;
    max-width: 760px;
}

.mw-public-quick-search {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.05);
    box-shadow: 0 24px 60px rgba(0,0,0,.22);
    padding: 24px;
    backdrop-filter: blur(16px);
}

.mw-public-quick-search-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

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

.mw-public-quick-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.mw-inv-list-page {
    padding-top: 32px;
}

.mw-sidebar-card.is-sticky {
    position: sticky;
    top: 110px;
}

.mw-public-inline-info {
    font-size: .96rem;
    color: #a6afc4;
}

.mw-form-stack.compact {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

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

.mw-form-block label {
    display: block;
    font-size: .85rem;
    color: #bac2d6;
    margin-bottom: 7px;
    font-weight: 600;
}

.mw-input,
.mw-select {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: #fff;
    padding: 0 14px;
    outline: none;
}

    .mw-input:focus,
    .mw-select:focus {
        border-color: rgba(255,85,85,.7);
        box-shadow: 0 0 0 4px rgba(255,85,85,.14);
    }

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

.mw-detail-shell {
    padding: 40px 0 58px;
}

.mw-detail-breadcrumbs {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #98a3bc;
    font-size: .92rem;
    margin-bottom: 20px;
}

    .mw-detail-breadcrumbs a {
        color: #d8def0;
        text-decoration: none;
    }

.mw-detail-loading,
.mw-detail-error {
    margin: 20px 0 0;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: #fff;
    padding: 24px 26px;
}

.mw-detail-top {
    display: grid;
    grid-template-columns: 1.35fr .6fr;
    gap: 22px;
    align-items: start;
    margin-bottom: 24px;
}

.mw-detail-subline {
    color: #c8d0e2;
    margin-top: 10px;
}

.mw-detail-price-box {
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.05);
    box-shadow: 0 22px 60px rgba(0,0,0,.22);
    padding: 22px;
}

.mw-detail-price-label {
    color: #a6afc4;
    font-size: .88rem;
}

.mw-detail-price {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin: 4px 0 16px;
}

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

    .mw-detail-chips .mw-chip {
        border-radius: 999px;
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.08);
        color: #fff;
        padding: 8px 12px;
        font-size: .85rem;
    }

.mw-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .62fr);
    gap: 26px;
}

.mw-detail-gallery-card,
.mw-detail-section-card,
.mw-detail-seller-card {
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    box-shadow: 0 20px 55px rgba(0,0,0,.18);
}

.mw-detail-gallery-card {
    padding: 16px;
    margin-bottom: 20px;
}

.mw-detail-main-image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    aspect-ratio: 16 / 10;
}

    .mw-detail-main-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.mw-detail-main-nav {
    position: absolute;
    inset: auto 14px 14px auto;
    display: flex;
    gap: 10px;
}

    .mw-detail-main-nav button {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 12px;
        background: rgba(11,18,30,.76);
        color: #fff;
    }

.mw-detail-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.mw-detail-thumb {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    background: rgba(255,255,255,.04);
}

    .mw-detail-thumb.active {
        border-color: #ff5a5f;
    }

    .mw-detail-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mw-detail-section-card {
    padding: 20px 22px;
    margin-bottom: 18px;
}

.mw-detail-section-head h2 {
    font-size: 1.15rem;
    color: #fff;
    margin: 0 0 14px;
}

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

.mw-detail-spec {
    border-radius: 18px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    padding: 14px;
}

    .mw-detail-spec small {
        display: block;
        color: #8f9ab2;
        margin-bottom: 6px;
    }

    .mw-detail-spec strong {
        color: #fff;
        font-size: 1rem;
    }

.mw-detail-copy {
    color: #d2d8e8;
    line-height: 1.8;
    white-space: pre-line;
}

.mw-detail-seller-card {
    padding: 22px;
    position: sticky;
    top: 110px;
}

.mw-detail-seller-top {
    display: flex;
    gap: 14px;
    align-items: center;
}

.mw-detail-seller-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5a5f, #bf1e2e);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 800;
    background-size: cover;
    background-position: center;
}

.mw-detail-seller-label,
.mw-detail-seller-city,
.mw-detail-seller-note {
    color: #a7b0c4;
}

.mw-detail-seller-name {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.mw-detail-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

    .mw-detail-stats div {
        border-radius: 16px;
        background: rgba(255,255,255,.04);
        border: 1px solid rgba(255,255,255,.06);
        padding: 14px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .mw-detail-stats strong {
        color: #fff;
        font-size: 1.2rem;
    }

    .mw-detail-stats span {
        color: #a7b0c4;
        font-size: .9rem;
    }

.mw-detail-seller-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
    .mw-public-hero-grid,
    .mw-detail-top,
    .mw-detail-grid {
        grid-template-columns: 1fr;
    }

    .mw-sidebar-card.is-sticky,
    .mw-detail-seller-card {
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    .mw-public-quick-grid,
    .mw-form-grid-2.compact,
    .mw-detail-spec-grid {
        grid-template-columns: 1fr;
    }

    .mw-public-hero,
    .mw-detail-shell {
        padding-top: 26px;
    }

    .mw-detail-gallery-card,
    .mw-detail-section-card,
    .mw-detail-seller-card,
    .mw-detail-price-box,
    .mw-public-quick-search {
        padding: 16px;
        border-radius: 20px;
    }
}

.mw-detail-copy,
#mwDetailDescription,
#mwDetailEquipment,
#mwDetailComfort,
#mwDetailSafety,
#mwDetailEntertainment {
    color: #eef3ff !important;
}

.mw-detail-section-card .mw-detail-copy {
    font-size: 1.02rem;
    line-height: 1.85;
}

.mw-detail-spec small,
.mw-detail-seller-label,
.mw-detail-seller-city,
.mw-detail-seller-note,
.mw-detail-subline {
    color: #c4cee2 !important;
}

.mw-detail-price-box,
.mw-detail-seller-card,
.mw-detail-gallery-card,
.mw-detail-section-card {
    background: linear-gradient(135deg, rgba(16,24,44,.92), rgba(12,20,38,.86)) !important;
}

#mwDetailFavoriteBtn,
#mwDetailLeadBtn,
#mwDetailChatBtn,
#mwDetailWhatsAppBtn,
#mwLeadSubmit,
#mwLeadCancel,
#mwChatSendBtn {
    min-height: 52px;
    border-radius: 16px;
    font-weight: 800;
    letter-spacing: .01em;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

    #mwDetailFavoriteBtn:hover,
    #mwDetailLeadBtn:hover,
    #mwDetailChatBtn:hover,
    #mwDetailWhatsAppBtn:hover,
    #mwLeadSubmit:hover,
    #mwLeadCancel:hover,
    #mwChatSendBtn:hover {
        transform: translateY(-1px);
    }

#mwDetailFavoriteBtn {
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.14) !important;
}

    #mwDetailFavoriteBtn.is-active {
        background: linear-gradient(135deg, rgba(255,92,123,.18), rgba(255,77,109,.10)) !important;
        border-color: rgba(255,92,123,.45) !important;
        color: #ffd9e0 !important;
    }

#mwDetailWhatsAppBtn {
    background: linear-gradient(135deg, #25d366, #128c7e) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 18px 34px rgba(18,140,126,.24);
}

#mwDetailLeadBtn {
    background: linear-gradient(135deg, #ffffff, #f3f6fb) !important;
    color: #0f172a !important;
    border: 1px solid #dbe2ea !important;
}

#mwDetailChatBtn,
#mwChatSendBtn,
#mwLeadSubmit {
    background: linear-gradient(135deg, #e30613, #ff3b30) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 18px 34px rgba(227,6,19,.20);
}

#mwLeadCancel {
    background: #fff !important;
    color: #0f172a !important;
    border: 1px solid #dbe2ea !important;
}

#mwLeadModal,
#mwChatModal {
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 88px !important;
}

    #mwLeadModal.show,
    #mwChatModal.show {
        display: flex !important;
    }

    #mwLeadModal .mw-sheet,
    #mwChatModal .mw-sheet {
        width: min(980px, calc(100vw - 28px));
        max-height: calc(100vh - 112px);
        border-radius: 24px;
    }

    #mwLeadModal .mw-sheet-body,
    #mwChatModal .mw-sheet-body {
        padding: 22px;
    }

    #mwChatModal .mw-chat-view-head,
    #mwChatModal .mw-chat-messages,
    #mwChatModal .mw-chat-compose,
    #mwChatModal .mw-chat-list {
        background: #fff;
    }

    #mwChatModal .mw-chat-view-head {
        border-radius: 18px 18px 0 0;
    }

    #mwChatModal .mw-chat-messages {
        min-height: 280px;
    }

    #mwChatModal .mw-chat-compose {
        align-items: stretch;
    }

        #mwChatModal .mw-chat-compose textarea {
            min-height: 74px;
            border-radius: 16px;
            border: 1px solid #dbe2ea;
            color: #0f172a;
            background: #fff;
            padding: 14px 16px;
            resize: vertical;
        }

            #mwChatModal .mw-chat-compose textarea::placeholder {
                color: #94a3b8;
            }

    #mwChatModal .mw-chat-msg-text,
    #mwChatModal .mw-chat-msg-name,
    #mwChatModal .mw-chat-thread-name {
        color: inherit;
    }

    #mwChatModal .mw-chat-empty-inline,
    #mwChatModal .mw-chat-thread-meta,
    #mwChatModal .mw-chat-thread-preview,
    #mwChatModal .mw-chat-msg-time {
        color: #64748b;
    }

.mw-detail-richtext {
    color: #eef3ff !important;
    font-size: 1.02rem;
    line-height: 1.85;
    white-space: pre-line;
}

.mw-detail-seller-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.mw-detail-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.mw-detail-kpi {
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .mw-detail-kpi strong {
        color: #fff;
        font-size: 1.2rem;
    }

    .mw-detail-kpi span {
        color: #c4cee2;
        font-size: .92rem;
    }

.mw-chat-empty-inline {
    color: #64748b;
    padding: 18px;
}

.mw-chat-thread {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid rgba(10,15,24,.06);
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .mw-chat-thread.active {
        background: #fff5f5;
        box-shadow: inset 0 0 0 1px rgba(227,6,19,.18);
    }

.mw-chat-msg-name {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 6px;
}

.mw-chat-msg-text {
    white-space: pre-wrap;
    line-height: 1.6;
}

.mw-detail-richtext,
.mw-detail-richtext * {
    color: #eef3ff !important;
}

.mw-detail-seller-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.mw-detail-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.mw-detail-kpi {
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .mw-detail-kpi strong {
        color: #fff;
        font-size: 1.2rem;
    }

    .mw-detail-kpi span {
        color: #c4cee2;
        font-size: .92rem;
    }

.mw-chat-thread-copy {
    min-width: 0;
}

.mw-chat-thread-name {
    color: #111827 !important;
    font-weight: 900;
}

.mw-chat-thread-meta,
.mw-chat-thread-preview,
.mw-chat-empty-inline,
.mw-chat-msg-time,
#mwChatTitle {
    color: #64748b !important;
}

.mw-chat-view-head .mw-detail-seller-label {
    color: #94a3b8 !important;
}

.mw-chat-msg {
    color: #0f172a !important;
}

    .mw-chat-msg.mine {
        color: #fff !important;
    }

#mwDetailFavoriteBtn.is-active {
    background: linear-gradient(135deg, rgba(255,92,123,.18), rgba(255,77,109,.10)) !important;
    border-color: rgba(255,92,123,.45) !important;
    color: #ffd9e0 !important;
}

.mw-browse-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
}

.mw-browse-hero-grid {
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 28px;
}

.mw-browse-hero-copy p {
    max-width: 660px;
}

.mw-cta-inline {
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
}

.mw-section-soft {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.mw-home .mw-inventory,
.mw-home .mw-inv-list,
.mw-public-shell .mw-inv-list {
    background: #eef3f8;
}

.mw-home .mw-inventory {
    padding: 56px 0 18px;
}

.mw-public-hero-grid-wide {
    grid-template-columns: 1.15fr .95fr;
    gap: 30px;
}

.mw-home-hero-search,
.mw-public-quick-search {
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.10);
    background: linear-gradient(135deg, rgba(14,22,39,.88), rgba(28,25,41,.80));
    box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.mw-home-hero-search {
    max-width: 540px;
    margin-left: auto;
}

.mw-public-quick-search-title {
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 16px;
}

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

.mw-public-quick-grid-wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mw-form-block label {
    color: #d2dbeb;
    font-size: .84rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.mw-home .mw-input,
.mw-home .mw-select,
.mw-public-shell .mw-input,
.mw-public-shell .mw-select,
.mw-modal .mw-spec,
.mw-modal .mw-chip {
    color: #162033;
}

.mw-home .mw-input,
.mw-home .mw-select,
.mw-public-shell .mw-input,
.mw-public-shell .mw-select {
    min-height: 40px;
    min-width: 100%;
    border-radius: 16px;
    border: 1px solid #d8deea;
    background: rgba(255,255,255,.98);
    padding: 0 16px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 10px 22px rgba(15,23,42,.04);
}

.mw-home textarea.mw-input,
.mw-public-shell textarea.mw-input {
    min-height: 120px;
    padding-top: 14px;
}

.mw-home .mw-input::placeholder,
.mw-public-shell .mw-input::placeholder {
    color: #8a97ab;
}

.mw-home .mw-input:focus,
.mw-home .mw-select:focus,
.mw-public-shell .mw-input:focus,
.mw-public-shell .mw-select:focus {
    border-color: rgba(227,6,19,.48);
    box-shadow: 0 0 0 4px rgba(227,6,19,.10), 0 14px 26px rgba(15,23,42,.06);
}

.mw-home select option,
.mw-public-shell select option,
.mw-overlay select option,
.mw-sheet select option {
    color: #111827;
    background: #fff;
}

.mw-side-ad {
    background: linear-gradient(135deg, rgba(53,53,58,.94), rgba(78,78,86,.88));
    border-radius: 20px;
    padding: 20px 18px;
}

.mw-ad-title {
    font-size: 1rem;
    line-height: 1.45;
}

.mw-inv-grid-soft {
    gap: 22px;
}

.mw-sidebar-card.is-sticky {
    position: sticky;
    top: 108px;
}

.mw-side-top {
    padding: 20px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.80), rgba(249,250,252,.98));
}

.mw-side-title {
    color: #132033;
    font-size: 12px;
}

.mw-side-body {
    padding: 16px;
}

.mw-mini-btn {
    border-radius: 999px;
    min-height: 42px;
    padding: 0 16px;
    font-weight: 900;
}

.mw-results-head {
    align-items: center;
    margin-bottom: 16px;
}

.mw-count {
    color: #132033;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-weight: 950;
}

.mw-public-inline-info {
    color: #6d7a90;
    font-weight: 700;
}

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

.mw-skeleton-card {
    height: 324px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(255,255,255,.72) 25%, rgba(238,242,247,.96) 37%, rgba(255,255,255,.72) 63%);
    background-size: 300% 100%;
    animation: mwSkeleton 1.1s linear infinite;
    border: 1px solid rgba(209,217,229,.7);
}

@keyframes mwSkeleton {
    0% {
        background-position: 100% 0;
    }

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

.mw-cards {
    gap: 18px;
}

.mw-card-media {
    height: 210px;
}

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

.mw-car-title,
.mw-rTitle {
    font-size: 1.1rem;
    color: #152135;
}

.mw-car-sub,
.mw-rMeta,
.mw-loc {
    color: #64748b;
}

.mw-price,
.mw-rPrice {
    color: #101827;
}

.mw-loc {
    min-height: 56px;
}

.mw-empty {
    border-radius: 20px;
    background: rgba(255,255,255,.78);
    border: 1px dashed rgba(158,171,191,.65);
    color: #132033;
}

.mw-home-more-wrap {
    margin-top: 22px;
}

.mw-home .mw-outline-btn,
.mw-showrooms .mw-outline-btn {
    border-radius: 999px;
    min-height: 44px;
    padding: 0 18px;
}

.mw-modal {
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 78px 18px 18px !important;
    overflow-y: auto;
}

.mw-modal-card {
    width: min(1180px, calc(100vw - 28px));
    max-height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
}

.mw-modal-top {
    padding: 18px 20px;
}

.mw-modal-title {
    font-size: 1.2rem;
}

.mw-modal-body {
    flex: 1 1 auto;
    overflow: auto;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.mw-mGallery,
.mw-mInfo {
    padding: 18px;
}

.mw-mMain {
    height: 460px;
    border-radius: 20px;
    cursor: zoom-in;
}

.mw-mZoomBtn {
    position: absolute;
    right: 14px;
    top: 14px;
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(12,18,30,.68);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    font-weight: 800;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .mw-mZoomBtn:hover {
        background: rgba(227,6,19,.72);
    }

.mw-mThumbs {
    gap: 12px;
}

.mw-mThumb {
    width: 104px;
    height: 72px;
    border-radius: 14px;
}

.mw-mPrice {
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: #0f172a;
}

.mw-modal-seller {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(209,217,229,.92);
    color: #425166;
}

.mw-modal-detail-link {
    color: #0f172a;
    font-size: .95rem;
}

#mwModalContact,
.mw-mBtn.primary {
    min-height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e30613, #ff3b30);
    box-shadow: 0 16px 34px rgba(227,6,19,.18);
}

#mwModalSave,
.mw-mBtn.ghost {
    min-height: 52px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dbe2ea;
    color: #0f172a;
}

.mw-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10050;
    background: rgba(3,7,18,.94);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

    .mw-gallery-lightbox.show {
        display: flex;
    }

.mw-gallery-lightbox-stage {
    width: min(1320px, calc(100vw - 168px));
    max-width: 100%;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

    .mw-gallery-lightbox-stage img {
        width: auto;
        max-width: 100%;
        max-height: calc(100vh - 164px);
        object-fit: contain;
        border-radius: 18px;
        box-shadow: 0 28px 90px rgba(0,0,0,.35);
    }

.mw-gallery-lightbox-close,
.mw-gallery-lightbox-nav {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .18s ease;
}

    .mw-gallery-lightbox-close:hover,
    .mw-gallery-lightbox-nav:hover {
        background: rgba(227,6,19,.82);
        transform: translateY(-1px);
    }

.mw-gallery-lightbox-close {
    position: absolute;
    right: 18px;
    top: 18px;
}

.mw-gallery-lightbox-nav {
    position: absolute;
    top: 50%;
}

    .mw-gallery-lightbox-nav.prev {
        left: 22px;
    }

    .mw-gallery-lightbox-nav.next {
        right: 22px;
    }

.mw-gallery-lightbox-counter {
    color: rgba(255,255,255,.88);
    font-size: .92rem;
    font-weight: 800;
}

.mw-gallery-lightbox-thumbs {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.mw-gallery-thumb {
    width: 90px;
    height: 68px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid transparent;
    background: rgba(255,255,255,.06);
    cursor: pointer;
}

    .mw-gallery-thumb.active {
        border-color: #ff5a5f;
    }

    .mw-gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#mwDetailApp {
    display: none;
}

#mwDetailTitle {
    color: #fff !important;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.03;
    font-weight: 950;
    margin: 10px 0 0;
}

.mw-detail-breadcrumbs {
    margin-bottom: 26px;
}

.mw-detail-shell {
    padding-top: 34px;
}

.mw-detail-price-box {
    background: linear-gradient(135deg, rgba(15,24,44,.95), rgba(13,22,39,.88)) !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.mw-detail-price {
    color: #fff;
    letter-spacing: -.02em;
}

.mw-detail-gallery-card,
.mw-detail-section-card,
.mw-detail-seller-card {
    border-radius: 28px;
}

.mw-detail-main-image-wrap {
    aspect-ratio: 16 / 10;
    cursor: zoom-in;
}

.mw-detail-main-nav {
    inset: auto 14px 14px auto;
}

    .mw-detail-main-nav button,
    #mwDetailZoom {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        background: rgba(10,17,30,.78);
        color: #fff;
        border: 1px solid rgba(255,255,255,.10);
    }

#mwDetailZoom {
    width: auto;
    min-width: 46px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

    .mw-detail-main-nav button:hover,
    #mwDetailZoom:hover {
        background: rgba(227,6,19,.82);
    }

.mw-detail-section-head h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.28rem;
    color: #fff;
}

    .mw-detail-section-head h2 i {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(227,6,19,.18), rgba(255,255,255,.08));
        color: #ff6b73;
    }

.mw-detail-spec-grid {
    gap: 14px;
}

.mw-detail-spec {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    min-height: 110px;
    border-radius: 20px;
    padding: 16px;
}

.mw-detail-spec-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(227,6,19,.18), rgba(255,255,255,.08));
    color: #ff6b73;
    flex: 0 0 46px;
    font-size: 1.05rem;
}

.mw-detail-spec-copy {
    min-width: 0;
}

.mw-detail-spec strong {
    display: block;
    margin-top: 4px;
    font-size: 1.18rem;
    line-height: 1.35;
}

.mw-detail-richtext {
    font-size: 1.04rem;
    line-height: 1.9;
}

.mw-detail-seller-card {
    background: linear-gradient(135deg, rgba(15,24,44,.95), rgba(13,22,39,.88)) !important;
}

.mw-detail-seller-name {
    font-size: 1.2rem;
}

.mw-detail-kpis {
    margin: 20px 0;
}

.mw-detail-kpi {
    min-height: 98px;
}

    .mw-detail-kpi strong {
        font-size: 1.4rem;
    }

.mw-detail-seller-actions,
.mw-btn-row {
    width: 100%;
}

    .mw-btn-row .mw-btn,
    .mw-detail-seller-actions .mw-btn {
        width: 100%;
    }

.mw-overlay {
    z-index: 10010;
}

.mw-sheet {
    border-radius: 26px;
}

.mw-sheet-body {
    padding: 24px;
}

.mw-sheet-close {
    cursor: pointer;
}

@media (max-width: 1199px) {
    .mw-modal-body,
    .mw-browse-hero-grid,
    .mw-public-hero-grid-wide {
        grid-template-columns: 1fr;
    }

    .mw-home-hero-search {
        max-width: none;
        margin-left: 0;
    }

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

@media (max-width: 991px) {
    .mw-sidebar-card.is-sticky {
        position: static;
        top: auto;
    }

    .mw-public-quick-grid-wide,
    .mw-public-quick-grid-hero,
    .mw-loading-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mw-gallery-lightbox-stage {
        width: calc(100vw - 56px);
    }
}

@media (max-width: 767px) {
    .mw-cta-inline {
        flex-direction: column;
    }

    .mw-public-quick-grid,
    .mw-public-quick-grid-wide,
    .mw-public-quick-grid-hero,
    .mw-form-grid-2.compact,
    .mw-loading-grid,
    .mw-detail-spec-grid {
        grid-template-columns: 1fr;
    }

    .mw-modal {
        padding-top: 64px !important;
    }

    .mw-modal-card {
        max-height: calc(100vh - 76px);
    }

    .mw-mMain {
        height: 300px;
    }

    .mw-gallery-lightbox {
        padding: 14px;
    }

    .mw-gallery-lightbox-nav {
        width: 46px;
        height: 46px;
    }

        .mw-gallery-lightbox-nav.prev {
            left: 10px;
        }

        .mw-gallery-lightbox-nav.next {
            right: 10px;
        }

    .mw-gallery-lightbox-stage {
        width: calc(100vw - 28px);
    }

        .mw-gallery-lightbox-stage img {
            max-height: calc(100vh - 192px);
        }

    .mw-detail-gallery-card,
    .mw-detail-section-card,
    .mw-detail-seller-card,
    .mw-detail-price-box,
    .mw-public-quick-search {
        padding: 18px;
        border-radius: 22px;
    }

    #mwDetailTitle {
        font-size: 2rem;
    }
}

.mw-modal {
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.mw-modal-card {
    margin: 0 auto;
}

.mw-gallery-lightbox {
    align-items: center;
    justify-content: center;
    overscroll-behavior: contain;
}

.mw-browse-hero-restore {
    align-items: center;
}

.mw-hero-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
}

.mw-hero-feature {
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(8,20,46,.90), rgba(7,22,51,.78));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 22px 55px rgba(0,0,0,.18);
    overflow: hidden;
}

.mw-hero-feature-toggle {
    width: 100%;
    min-height: 84px;
    padding: 0 24px;
    border: 0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

    .mw-hero-feature-toggle i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.08);
        transition: transform .18s ease, background .18s ease;
    }

.mw-hero-feature.is-open .mw-hero-feature-toggle i {
    transform: rotate(45deg);
    background: rgba(227,6,19,.22);
}

.mw-hero-feature-panel {
    display: none;
    padding: 0 24px 22px;
    color: rgba(255,255,255,.82);
    line-height: 1.8;
    font-size: 1rem;
}

.mw-hero-feature.is-open .mw-hero-feature-panel {
    display: block;
}

.mw-outline-btn-visible {
    background: #fff !important;
    color: #0f172a !important;
    border: 1px solid rgba(203,213,225,.96) !important;
    box-shadow: 0 14px 32px rgba(15,23,42,.10) !important;
}

    .mw-outline-btn-visible:hover {
        color: #0f172a !important;
        border-color: rgba(227,6,19,.25) !important;
    }

.mw-sort-soft {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(209,217,229,.9);
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

    .mw-sort-soft i {
        color: #0f172a;
    }

.mw-sort-select,
#mwSort,
#invSort,
#invQuickBrand,
#invQuickModel,
#invQuickYear,
#invQuickBodyType,
#invQuickState,
#invQuickCity {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #475569 50%), linear-gradient(135deg, #475569 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 40px !important;
}

#mwSort,
#invSort {
    min-width: 220px;
    border-radius: 999px !important;
}

.mw-side-search {
    margin-bottom: 18px;
}

    .mw-side-search label,
    .mw-sort-block label {
        display: block;
        margin-bottom: 8px;
        color: #64748b;
        font-size: .82rem;
        font-weight: 800;
    }

.mw-sort-block {
    margin-top: 16px;
}

.inv-quick-grid .inv-span-2 {
    grid-column: span 2;
}

.mw-home .mw-input,
.mw-home .mw-select,
.mw-public-shell .mw-input,
.mw-public-shell .mw-select {
    color: #0f172a;
    font-weight: 800;
}

.mw-home .mw-select,
.mw-public-shell .mw-select {
    cursor: pointer;
}

    .mw-home .mw-select option,
    .mw-public-shell .mw-select option {
        color: #111827;
        background: #fff;
    }

.mw-results-head {
    flex-wrap: wrap;
    gap: 12px 18px;
}

    .mw-results-head .mw-public-inline-info {
        flex: 1 1 280px;
    }

.mw-pager {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.mw-pagebtn {
    min-width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(203,213,225,.92);
    background: #fff;
    color: #0f172a;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

    .mw-pagebtn.active {
        background: linear-gradient(135deg, #e30613, #ff3b30);
        border-color: transparent;
        color: #fff;
    }

.mw-empty {
    display: none;
}

.mw-modal-body {
    align-items: start;
}

.mw-mMain {
    cursor: zoom-in;
}

@media (max-width: 1199px) {
    .mw-hero-features {
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .mw-hero-feature-toggle {
        min-height: 72px;
        font-size: 1.02rem;
        padding: 0 18px;
    }

    .inv-quick-grid .inv-span-2 {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .mw-modal {
        padding: 12px !important;
        align-items: flex-start !important;
    }

    .mw-modal-card {
        width: min(1180px, calc(100vw - 8px));
        max-height: calc(100vh - 24px);
    }

    .mw-hero-feature-toggle {
        min-height: 66px;
        font-size: .92rem;
    }

    .mw-hero-feature-panel {
        padding: 0 18px 18px;
        font-size: .95rem;
    }

    #mwSort,
    #invSort {
        min-width: 0;
        width: 100%;
    }

    .mw-sort-soft {
        width: 100%;
    }
}

.mw-modal {
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 24px 18px 18px !important;
    overflow-y: auto;
}

.mw-modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 42px);
}

.mw-gallery-lightbox {
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 18px;
    overflow-y: auto;
}

.mw-gallery-lightbox-stage {
    margin: 0 auto;
}

    .mw-gallery-lightbox-stage img {
        max-height: calc(100vh - 188px);
    }

.mw-hero-feature-toggle {
    min-height: 72px;
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    padding: 0 20px;
}

    .mw-hero-feature-toggle span {
        flex: 1 1 auto;
        line-height: 1.2;
    }

.mw-hero-feature-panel {
    padding: 0 20px 18px;
}

.mw-split .mw-outline-btn,
.mw-home-more-wrap .mw-outline-btn,
.mw-home-more-wrap .mw-outline-btn-visible {
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .98rem;
    letter-spacing: .02em;
    font-weight: 900;
    text-align: center;
}

.mw-home-more-wrap .mw-outline-btn-visible {
    background: linear-gradient(135deg, #e30613, #ff3b30) !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 18px 36px rgba(227,6,19,.18) !important;
}

    .mw-home-more-wrap .mw-outline-btn-visible:hover {
        color: #fff !important;
    }

.inv-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

    .inv-quick-grid .mw-form-block {
        min-width: 0;
    }

    .inv-quick-grid .inv-span-3 {
        grid-column: span 3;
    }

#invQuickBrand,
#invQuickModel,
#invQuickYear,
#invQuickBodyType,
#invQuickState,
#invQuickCity,
#invSort {
    width: 100%;
    max-width: 100%;
}

.mw-public-quick-actions {
    align-items: center;
}

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

        .inv-quick-grid .inv-span-3 {
            grid-column: span 2;
        }
}

@media (max-width: 767px) {
    .mw-modal {
        padding: 10px !important;
    }

    .mw-gallery-lightbox {
        padding: 10px;
        padding-top: 10px;
    }

    .inv-quick-grid {
        grid-template-columns: 1fr;
    }

        .inv-quick-grid .inv-span-3 {
            grid-column: span 1;
        }

    .mw-hero-feature-toggle {
        min-height: 62px;
        font-size: .9rem;
        padding: 0 16px;
    }
}

#mwModal.mw-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 18px !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

    #mwModal.mw-modal .mw-modal-card {
        width: min(1180px, calc(100vw - 28px));
        margin: 0 auto !important;
        align-self: flex-start;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 36px);
        border-radius: 22px;
        overflow: hidden;
    }

    #mwModal.mw-modal .mw-modal-body {
        flex: 1 1 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mwModal.mw-modal .mw-mGallery,
    #mwModal.mw-modal .mw-mInfo {
        min-width: 0;
        padding: 18px;
    }

    #mwModal.mw-modal .mw-mMain {
        height: clamp(340px, 58vh, 560px);
        cursor: zoom-in;
    }

#mwGalleryLightbox.mw-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 4100;
    align-items: flex-start !important;
    justify-content: center !important;
    padding: 18px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

    #mwGalleryLightbox.mw-gallery-lightbox .mw-gallery-lightbox-stage {
        width: min(1180px, calc(100vw - 28px));
        margin: 0 auto;
        max-height: calc(100vh - 36px);
    }

        #mwGalleryLightbox.mw-gallery-lightbox .mw-gallery-lightbox-stage img {
            max-height: calc(100vh - 170px);
        }

@media (max-width: 992px) {
    #mwModal.mw-modal .mw-modal-body {
        grid-template-columns: 1fr;
    }

    #mwModal.mw-modal .mw-mGallery {
        border-right: 0;
        border-bottom: 1px solid rgba(10,15,24,.08);
    }

    #mwModal.mw-modal .mw-mMain {
        height: clamp(280px, 52vw, 420px);
    }
}

@media (max-width: 560px) {
    #mwModal.mw-modal,
    #mwGalleryLightbox.mw-gallery-lightbox {
        padding: 8px !important;
    }

        #mwModal.mw-modal .mw-modal-card,
        #mwGalleryLightbox.mw-gallery-lightbox .mw-gallery-lightbox-stage {
            width: calc(100vw - 8px);
            max-height: calc(100vh - 16px);
            border-radius: 16px;
        }

        #mwModal.mw-modal .mw-modal-top {
            padding: 12px;
        }

        #mwModal.mw-modal .mw-mGallery,
        #mwModal.mw-modal .mw-mInfo {
            padding: 12px;
        }

        #mwModal.mw-modal .mw-mMain {
            height: clamp(220px, 58vw, 300px);
            border-radius: 14px;
        }

        #mwGalleryLightbox.mw-gallery-lightbox .mw-gallery-lightbox-stage img {
            max-height: calc(100vh - 150px);
        }
}

.mw-btn i,
.mw-sheet-close i,
.mw-detail-section-head i,
.mw-detail-main-nav i,
#mwDetailZoom i {
    opacity: 1;
}

#mwLeadModal.mw-overlay,
#mwChatModal.mw-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 20000 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(2, 6, 23, .68) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#mwLeadModal.show,
#mwChatModal.show {
    display: flex !important;
}

#mwLeadModal .mw-sheet,
#mwChatModal .mw-sheet {
    width: min(920px, calc(100vw - 32px)) !important;
    margin: 0 auto !important;
    max-height: calc(100vh - 56px) !important;
    overflow: auto !important;
    border-radius: 28px !important;
    box-shadow: 0 34px 90px rgba(2, 6, 23, .34) !important;
    border: 1px solid rgba(203, 213, 225, .75) !important;
}

#mwLeadModal .mw-sheet {
    width: min(860px, calc(100vw - 32px)) !important;
}

#mwLeadModal .mw-sheet-head,
#mwChatModal .mw-sheet-head {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(10, 15, 24, .08);
    background: rgba(255,255,255,.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#mwLeadModal .mw-sheet-body,
#mwChatModal .mw-sheet-body {
    padding: 22px !important;
}

.mw-sheet-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.mw-sheet-title-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(227,6,19,.14), rgba(255,255,255,.92));
    color: #e30613;
    box-shadow: 0 12px 26px rgba(227,6,19,.12);
    flex: 0 0 46px;
}

.mw-sheet-title-copy {
    min-width: 0;
}

.mw-sheet-kicker {
    color: #64748b;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.mw-sheet-subtitle {
    margin-top: 6px;
    color: #64748b;
    line-height: 1.65;
    max-width: 680px;
}

.mw-lead-intro {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(248,250,252,.98));
    border: 1px solid rgba(203,213,225,.8);
    box-shadow: 0 16px 34px rgba(15,23,42,.06);
    margin-bottom: 18px;
}

.mw-lead-intro-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(227,6,19,.16), rgba(255,255,255,.95));
    color: #e30613;
    font-size: 1.1rem;
    box-shadow: 0 12px 24px rgba(227,6,19,.12);
}

.mw-lead-intro h4 {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
}

.mw-lead-intro p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

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

.mw-form-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .mw-form-block.mw-span-2 {
        grid-column: span 2;
    }

    .mw-form-block label {
        display: block;
        margin: 0;
        color: #334155;
        font-size: .84rem;
        font-weight: 900;
    }

.mw-form-help {
    margin-top: -2px;
    color: #64748b;
    font-size: .82rem;
    line-height: 1.55;
}

#mwLeadModal .mw-field,
#mwLeadModal .mw-textarea,
#mwLeadModal .mw-select {
    border: 1px solid #dbe2ea;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    padding: 14px 15px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 10px 22px rgba(15,23,42,.04);
}

#mwLeadModal .mw-textarea {
    min-height: 132px;
}

    #mwLeadModal .mw-field::placeholder,
    #mwLeadModal .mw-textarea::placeholder {
        color: #94a3b8;
    }

    #mwLeadModal .mw-field:focus,
    #mwLeadModal .mw-textarea:focus,
    #mwLeadModal .mw-select:focus {
        border-color: rgba(227,6,19,.48);
        box-shadow: 0 0 0 4px rgba(227,6,19,.10), 0 14px 26px rgba(15,23,42,.06);
    }

#mwLeadModal .mw-checkgroup {
    display: grid;
    gap: 10px;
    margin-top: 8px;
}

#mwLeadModal .mw-checkline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #475569;
    font-size: .92rem;
    line-height: 1.6;
}

    #mwLeadModal .mw-checkline input {
        margin-top: 3px;
    }

#mwLeadModal .mw-btn-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
}

#mwLeadSubmit,
#mwLeadCancel {
    width: 100%;
}

#mwChatModal .mw-sheet-body {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%) !important;
}

.mw-chat-single {
    min-height: min(64vh, 620px);
    max-height: min(64vh, 620px);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    border-radius: 24px;
    border: 1px solid rgba(10, 15, 24, .08);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(15,23,42,.08);
}

.mw-chat-single-head {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(10,15,24,.08);
    background: linear-gradient(135deg, rgba(15,24,44,.97), rgba(13,22,39,.90));
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.mw-chat-single-copy {
    min-width: 0;
}

.mw-chat-single-kicker {
    color: rgba(255,255,255,.72);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.mw-chat-single-title {
    color: #fff;
    font-size: clamp(1.18rem, 2vw, 1.45rem);
    font-weight: 900;
    line-height: 1.2;
}

.mw-chat-single-subtitle {
    color: #d6deef;
    margin-top: 6px;
    line-height: 1.55;
}

.mw-chat-single-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    white-space: nowrap;
}

#mwChatMessages.mw-chat-messages {
    max-height: none !important;
    min-height: 0 !important;
    height: 100%;
    padding: 18px 20px !important;
    background: linear-gradient(180deg, #fff, #f8fafc) !important;
    gap: 14px !important;
    overflow-y: auto !important;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(148,163,184,.9) transparent;
}

    #mwChatMessages.mw-chat-messages::-webkit-scrollbar {
        width: 12px;
    }

    #mwChatMessages.mw-chat-messages::-webkit-scrollbar-track {
        background: transparent;
    }

    #mwChatMessages.mw-chat-messages::-webkit-scrollbar-thumb {
        background: rgba(148,163,184,.9);
        border-radius: 999px;
        border: 3px solid transparent;
        background-clip: padding-box;
    }

    #mwChatMessages.mw-chat-messages::after {
        content: '';
        display: block;
        height: 6px;
    }

#mwChatModal .mw-chat-msg {
    max-width: min(76%, 680px);
    border-radius: 18px 18px 18px 8px;
    padding: 14px 16px;
    background: #eef2ff;
    color: #0f172a;
    align-self: flex-start;
    box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

    #mwChatModal .mw-chat-msg.mine {
        margin-left: auto;
        border-radius: 18px 18px 8px 18px;
        background: linear-gradient(135deg, #e30613, #ff3b30);
        color: #fff;
        box-shadow: 0 18px 34px rgba(227,6,19,.18);
    }

#mwChatModal .mw-chat-msg-name {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .82;
    margin-bottom: 8px;
}

#mwChatModal .mw-chat-msg-text {
    line-height: 1.72;
    white-space: normal;
    word-break: break-word;
}

    #mwChatModal .mw-chat-msg-text p,
    #mwChatModal .mw-chat-msg-text ul,
    #mwChatModal .mw-chat-msg-text ol,
    #mwChatModal .mw-chat-msg-text h4 {
        margin: 0 0 10px;
    }

        #mwChatModal .mw-chat-msg-text p:last-child,
        #mwChatModal .mw-chat-msg-text ul:last-child,
        #mwChatModal .mw-chat-msg-text ol:last-child,
        #mwChatModal .mw-chat-msg-text h4:last-child {
            margin-bottom: 0;
        }

#mwChatModal .mw-chat-msg-time {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    opacity: .78;
}

#mwChatModal .mw-chat-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

#mwChatModal .mw-chat-attachment-card {
    width: min(220px, 100%);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(10,15,24,.08);
    background: rgba(255,255,255,.7);
}

#mwChatModal .mw-chat-msg.mine .mw-chat-attachment-card {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
}

#mwChatModal .mw-chat-attachment-preview {
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    background: rgba(10,15,24,.06);
    overflow: hidden;
}

    #mwChatModal .mw-chat-attachment-preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    #mwChatModal .mw-chat-attachment-preview.icon i {
        font-size: 2rem;
        color: #475569;
    }

#mwChatModal .mw-chat-msg.mine .mw-chat-attachment-preview.icon i {
    color: #fff;
}

#mwChatModal .mw-chat-attachment-body {
    padding: 12px;
    display: grid;
    gap: 6px;
}

#mwChatModal .mw-chat-attachment-name {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    word-break: break-word;
}

#mwChatModal .mw-chat-attachment-meta {
    font-size: 12px;
    color: #64748b;
}

#mwChatModal .mw-chat-msg.mine .mw-chat-attachment-meta {
    color: rgba(255,255,255,.82);
}

#mwChatModal .mw-chat-attachment-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#mwChatModal .mw-chat-file-btn {
    border-radius: 12px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(10,15,24,.08);
    background: rgba(255,255,255,.84);
    color: #0f172a;
}

#mwChatModal .mw-chat-msg.mine .mw-chat-file-btn {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
    color: #fff;
}

#mwChatModal .mw-chat-compose {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    padding: 16px 18px !important;
    border-top: 1px solid rgba(10,15,24,.08);
    background: #fff;
}

.mw-chat-compose-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

#mwChatModal .mw-chat-compose textarea {
    width: 100%;
    min-height: 76px !important;
    max-height: 160px !important;
    border-radius: 16px;
    border: 1px solid #dbe2ea;
    color: #0f172a;
    background: #fff;
    padding: 14px 16px;
    resize: vertical;
}

    #mwChatModal .mw-chat-compose textarea::placeholder {
        color: #94a3b8;
    }

    #mwChatModal .mw-chat-compose textarea:focus {
        border-color: rgba(227,6,19,.48);
        box-shadow: 0 0 0 4px rgba(227,6,19,.10);
    }

.mw-chat-compose-note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: .84rem;
    line-height: 1.5;
}

    .mw-chat-compose-note i {
        color: #e30613;
    }

#mwChatSendBtn {
    min-width: 132px;
    align-self: end;
}

#mwGalleryLightbox.mw-gallery-lightbox {
    position: fixed !important;
    inset: 0 !important;
    z-index: 21000 !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    padding: 18px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: rgba(3, 7, 18, .94) !important;
}

#mwGalleryLightbox.show {
    display: flex !important;
}

#mwGalleryLightbox .mw-gallery-lightbox-stage {
    width: min(1320px, calc(100vw - 96px));
    max-height: calc(100vh - 36px);
    margin: 0 auto;
}

    #mwGalleryLightbox .mw-gallery-lightbox-stage img {
        max-height: calc(100vh - 168px);
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

#mwGalleryLightbox .mw-gallery-lightbox-close {
    position: fixed;
    top: 18px;
    right: 18px;
}

#mwGalleryLightbox .mw-gallery-lightbox-nav.prev {
    left: 18px;
}

#mwGalleryLightbox .mw-gallery-lightbox-nav.next {
    right: 18px;
}

@media (max-width: 991px) {
    #mwLeadModal.mw-overlay,
    #mwChatModal.mw-overlay {
        padding: 16px !important;
    }

    #mwLeadModal .mw-sheet,
    #mwChatModal .mw-sheet,
    #mwGalleryLightbox .mw-gallery-lightbox-stage {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px);
    }

    .mw-chat-single {
        min-height: min(68vh, 600px);
        max-height: min(68vh, 600px);
    }

    #mwChatModal .mw-chat-msg {
        max-width: 86%;
    }
}

@media (max-width: 767px) {
    .mw-form-grid,
    #mwLeadModal .mw-btn-row {
        grid-template-columns: 1fr;
    }

    .mw-form-block.mw-span-2 {
        grid-column: span 1;
    }

    #mwLeadModal.mw-overlay,
    #mwChatModal.mw-overlay,
    #mwGalleryLightbox.mw-gallery-lightbox {
        align-items: flex-start !important;
        padding: 10px !important;
    }

    #mwLeadModal .mw-sheet,
    #mwChatModal .mw-sheet,
    #mwGalleryLightbox .mw-gallery-lightbox-stage {
        width: calc(100vw - 8px) !important;
        max-height: calc(100vh - 16px) !important;
        border-radius: 20px !important;
    }

    #mwLeadModal .mw-sheet-body,
    #mwChatModal .mw-sheet-body {
        padding: 14px !important;
    }

    .mw-lead-intro {
        grid-template-columns: 1fr;
    }

    .mw-chat-single {
        min-height: min(72vh, 560px);
        max-height: min(72vh, 560px);
        border-radius: 18px;
    }

    .mw-chat-single-head {
        flex-direction: column;
        align-items: flex-start;
    }

    #mwChatMessages.mw-chat-messages {
        padding: 14px !important;
    }

    #mwChatModal .mw-chat-msg {
        max-width: 100%;
    }

    #mwChatModal .mw-chat-compose {
        grid-template-columns: 1fr;
        padding: 14px !important;
    }

    #mwChatSendBtn,
    #mwLeadSubmit,
    #mwLeadCancel {
        width: 100%;
    }

    #mwGalleryLightbox .mw-gallery-lightbox-stage img {
        max-height: calc(100vh - 206px);
    }
}

.mw-filter-empty {
    color: #64748b;
    font-size: .84rem;
    font-weight: 700;
    padding: 6px 2px;
}

.mw-side-body > .mw-sort-block:first-child,
.mw-side-body > .mw-side-search + .mw-sort-block {
    margin-top: 0;
    margin-bottom: 18px;
}

[data-public-page="inventory"].mw-inventory-loading .mw-public-quick-search,
[data-public-page="inventory"].mw-inventory-loading .mw-sidebar-card,
[data-public-page="inventory"].mw-inventory-loading .mw-results-head {
    position: relative;
}

    [data-public-page="inventory"].mw-inventory-loading .mw-public-quick-search::after,
    [data-public-page="inventory"].mw-inventory-loading .mw-sidebar-card::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
        transform: translateX(-100%);
        animation: mwInventoryPanelSweep 1.45s ease-in-out infinite;
    }

[data-public-page="inventory"] .mw-loading-grid-premium,
[data-public-page="inventory"] #invLoading {
    margin-top: 4px;
    margin-bottom: 18px;
}

[data-public-page="inventory"] .mw-skeleton-premium-card {
    height: auto;
    min-height: 356px;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(203,213,225,.86);
    box-shadow: 0 16px 34px rgba(15,23,42,.08);
    animation: none;
}

[data-public-page="inventory"] .mw-skeleton-media,
[data-public-page="inventory"] .mw-skeleton-line,
[data-public-page="inventory"] .mw-skeleton-price {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(226,232,240,.72), rgba(248,250,252,.98), rgba(226,232,240,.72));
    background-size: 300% 100%;
    animation: mwSkeleton 1.1s linear infinite;
}

[data-public-page="inventory"] .mw-skeleton-media {
    height: 210px;
    border-radius: 0 0 18px 18px;
}

[data-public-page="inventory"] .mw-skeleton-line {
    height: 14px;
    width: 72%;
    margin: 18px 16px 0;
    border-radius: 999px;
}

    [data-public-page="inventory"] .mw-skeleton-line.wide {
        width: 84%;
    }

    [data-public-page="inventory"] .mw-skeleton-line.small {
        width: 58%;
        margin-top: 16px;
    }

[data-public-page="inventory"] .mw-skeleton-price {
    height: 30px;
    width: 48%;
    margin: 20px 16px 0;
    border-radius: 999px;
}

[data-public-page="inventory"].mw-inventory-loading #invResultCount {
    opacity: .45;
}

[data-public-page="inventory"].mw-inventory-loading #invQuickBrand,
[data-public-page="inventory"].mw-inventory-loading #invQuickModel,
[data-public-page="inventory"].mw-inventory-loading #invQuickYear,
[data-public-page="inventory"].mw-inventory-loading #invQuickBodyType,
[data-public-page="inventory"].mw-inventory-loading #invQuickState,
[data-public-page="inventory"].mw-inventory-loading #invQuickCity,
[data-public-page="inventory"].mw-inventory-loading #invSearchTerm,
[data-public-page="inventory"].mw-inventory-loading #invQuickSearchTerm {
    background-color: #f8fafc;
    background-image: linear-gradient(90deg, rgba(226,232,240,.72), rgba(248,250,252,.98), rgba(226,232,240,.72));
    background-size: 300% 100%;
    animation: mwSkeleton 1.1s linear infinite;
}

@keyframes mwInventoryPanelSweep {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 991px) {
    [data-public-page="inventory"] .mw-skeleton-premium-card {
        min-height: 342px;
    }
}

@media (max-width: 767px) {
    [data-public-page="inventory"] .mw-skeleton-media {
        height: 190px;
    }

    [data-public-page="inventory"] .mw-skeleton-premium-card {
        min-height: 326px;
    }
}

[data-public-page="inventory"].mw-inventory-loading .mw-inv-grid,
[data-public-page="inventory"] .mw-inv-grid {
    align-items: flex-start !important;
}

[data-public-page="inventory"].mw-inventory-loading .mw-sidebar-card.is-sticky {
    align-self: flex-start !important;
    margin-top: 0 !important;
    transform: none !important;
}

[data-public-page="inventory"].mw-inventory-loading .mw-results-head {
    margin-top: 0 !important;
}

.mw-inv-grid-skeleton-safe > div {
    align-self: flex-start !important;
}

[data-public-page="inventory"] .mw-sidebar-card.is-sticky {
    position: static !important;
    top: auto !important;
}

[data-public-page="inventory"] .mw-inv-grid,
[data-public-page="inventory"] .mw-inv-grid > div {
    align-items: flex-start !important;
    align-self: flex-start !important;
}

[data-public-page="inventory"] #invInlineInfo::after {
    content: none !important;
    display: none !important;
}

.mw-card.has-cert .mw-card-media,
.mw-card.has-trust .mw-card-media,
.mw-rCard.has-cert .mw-rMedia,
.mw-rCard.has-trust .mw-rMedia {
    position: relative !important;
    overflow: visible !important;
    isolation: isolate !important;
}

    .mw-card.has-cert .mw-card-media::before,
    .mw-card.has-trust .mw-card-media::before,
    .mw-rCard.has-cert .mw-rMedia::before,
    .mw-rCard.has-trust .mw-rMedia::before {
        content: none !important;
        display: none !important;
    }

    .mw-card.has-cert .mw-card-media::after,
    .mw-card.has-trust .mw-card-media::after,
    .mw-rCard.has-cert .mw-rMedia::after,
    .mw-rCard.has-trust .mw-rMedia::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 32%;
        z-index: 3;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(2,6,23,0) 0%, rgba(2,6,23,.08) 55%, rgba(2,6,23,.24) 100%);
    }

.mw-status-badges {
    position: absolute !important;
    inset: 0 !important;
    z-index: 14 !important;
    pointer-events: none !important;
}

.mw-trust-ribbon {
    position: absolute !important;
    top: auto !important;
    left: 5px !important;
    right: auto !important;
    bottom: -15px !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 31px !important;
    min-height: 31px !important;
    padding: 0 8px 0 5px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    overflow: hidden !important;
    transform: none !important;
    rotate: 0deg !important;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(248,250,252,.88)) !important;
    border: 1px solid rgba(205,214,229,.82) !important;
    box-shadow: 0 10px 22px rgba(15,23,42,.11), inset 0 1px 0 rgba(255,255,255,.82) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

    .mw-trust-ribbon::before,
    .mw-trust-ribbon::after {
        content: none !important;
        display: none !important;
    }

    .mw-trust-ribbon i {
        position: relative !important;
        z-index: 2 !important;
        width: 23px !important;
        height: 23px !important;
        flex: 0 0 23px !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(135deg, #9b681d, #e7bd62) !important;
        color: #fff !important;
        font-size: 8.5px !important;
        box-shadow: 0 7px 14px rgba(121,77,12,.16), inset 0 1px 0 rgba(255,255,255,.28) !important;
    }

    .mw-trust-ribbon span {
        position: relative !important;
        z-index: 2 !important;
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        min-height: auto !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #101827 !important;
        font-size: 8px !important;
        line-height: 1.30 !important;
        font-weight: 950 !important;
        letter-spacing: .15em !important;
        text-transform: uppercase !important;
        white-space: normal !important;
        overflow: visible !important;
        text-shadow: none !important;
        text-align: center !important;
    }

.mw-cert-badge {
    position: absolute !important;
    top: auto !important;
    left: auto !important;
    right: 5px !important;
    bottom: -15px !important;
    width: auto !important;
    min-width: 116px !important;
    height: 31px !important;
    min-height: 31px !important;
    padding: 0 11px 0 4px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(246,249,253,.88)) !important;
    border: 1px solid rgba(205,214,229,.82) !important;
    box-shadow: 0 10px 22px rgba(15,23,42,.11), inset 0 1px 0 rgba(255,255,255,.82) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    overflow: visible !important;
    transform: none !important;
    rotate: 0deg !important;
}

    .mw-cert-badge::before,
    .mw-cert-badge::after {
        content: none !important;
        display: none !important;
    }

.mw-cert-logo {
    position: relative !important;
    z-index: 2 !important;
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, rgba(17,24,39,.94), rgba(35,50,92,.88)) !important;
    box-shadow: 0 7px 14px rgba(15,23,42,.13), inset 0 0 0 1px rgba(255,255,255,.15) !important;
    overflow: hidden !important;
}

    .mw-cert-logo img {
        width: 22px !important;
        height: 22px !important;
        object-fit: contain !important;
        display: block !important;
    }

.mw-cert-text {
    position: relative !important;
    z-index: 2 !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #101827 !important;
    font-size: 8.9px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .065em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.mw-card.has-cert .mw-card-body,
.mw-card.has-trust .mw-card-body {
    padding-top: 19px !important;
}

.mw-rCard.has-cert .mw-rBody,
.mw-rCard.has-trust .mw-rBody {
    padding-top: 17px !important;
}

.mw-card.has-cert .mw-card-hint,
.mw-card.has-trust .mw-card-hint,
.mw-rCard.has-cert .mw-card-hint,
.mw-rCard.has-trust .mw-card-hint {
    display: inline-flex !important;
    left: 16px !important;
    right: 16px !important;
    bottom: -10px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: rgba(11, 20, 35, .82) !important;
    color: #fff !important;
    z-index: 13 !important;
    font-size: 13px !important;
    line-height: 1.08 !important;
    opacity: 0 !important;
    transform: translateY(6px) !important;
    transition: opacity .18s ease, transform .18s ease !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.mw-card.has-cert:hover .mw-card-hint,
.mw-card.has-trust:hover .mw-card-hint,
.mw-rCard.has-cert:hover .mw-card-hint,
.mw-rCard.has-trust:hover .mw-card-hint,
.mw-card.has-cert:focus-within .mw-card-hint,
.mw-card.has-trust:focus-within .mw-card-hint,
.mw-rCard.has-cert:focus-within .mw-card-hint,
.mw-rCard.has-trust:focus-within .mw-card-hint {
    opacity: 1 !important;
    transform: translateY(-34px) !important;
}

.mw-status-badges.compact .mw-trust-ribbon {
    left: 10px !important;
    right: auto !important;
    bottom: -14px !important;
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
    height: 29px !important;
    min-height: 29px !important;
    padding: 0 7px 0 4px !important;
    gap: 5px !important;
}

    .mw-status-badges.compact .mw-trust-ribbon i {
        width: 21px !important;
        height: 21px !important;
        flex-basis: 21px !important;
        font-size: 8px !important;
    }

    .mw-status-badges.compact .mw-trust-ribbon span {
        flex: 1 1 auto !important;
        width: auto !important;
        max-width: none !important;
        font-size: 7.3px !important;
        letter-spacing: .18em !important;
        line-height: 1.15 !important;
        text-align: center !important;
    }

.mw-status-badges.compact .mw-cert-badge {
    right: 10px !important;
    bottom: -14px !important;
    min-width: 104px !important;
    height: 29px !important;
    min-height: 29px !important;
}

.mw-status-badges.compact .mw-cert-logo {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
}

    .mw-status-badges.compact .mw-cert-logo img {
        width: 20px !important;
        height: 20px !important;
    }

.mw-status-badges.compact .mw-cert-text {
    font-size: 7.8px !important;
    letter-spacing: .04em !important;
}

@media (max-width: 767px) {
    .mw-trust-ribbon {
        left: 10px !important;
        right: auto !important;
        bottom: -14px !important;
        width: 94px !important;
        min-width: 94px !important;
        max-width: 94px !important;
        height: 29px !important;
        min-height: 29px !important;
        padding: 0 6px 0 4px !important;
        gap: 4px !important;
    }

        .mw-trust-ribbon i {
            width: 21px !important;
            height: 21px !important;
            flex-basis: 21px !important;
            font-size: 7.8px !important;
        }

        .mw-trust-ribbon span {
            flex: 1 1 auto !important;
            width: auto !important;
            max-width: none !important;
            font-size: 7.5px !important;
            letter-spacing: .012em !important;
            text-align: center !important;
        }

    .mw-cert-badge {
        right: 10px !important;
        bottom: -14px !important;
        min-width: 102px !important;
        height: 29px !important;
        min-height: 29px !important;
        padding: 0 9px 0 4px !important;
    }

    .mw-cert-logo {
        width: 24px !important;
        height: 24px !important;
        flex-basis: 24px !important;
    }

        .mw-cert-logo img {
            width: 20px !important;
            height: 20px !important;
        }

    .mw-cert-text {
        font-size: 7.8px !important;
        letter-spacing: .038em !important;
    }

    .mw-card.has-cert .mw-card-hint,
    .mw-card.has-trust .mw-card-hint,
    .mw-rCard.has-cert .mw-card-hint,
    .mw-rCard.has-trust .mw-card-hint {
        left: 10px !important;
        right: 10px !important;
        bottom: -15px !important;
        min-height: 30px !important;
        padding: 0 10px !important;
        font-size: 9px !important;
        opacity: 1 !important;
        transform: translateY(-34px) !important;
    }
}

.mw-trust-ribbon,
.mw-cert-badge {
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.mw-card:hover .mw-trust-ribbon,
.mw-card:hover .mw-cert-badge,
.mw-rCard:hover .mw-trust-ribbon,
.mw-rCard:hover .mw-cert-badge {
    transform: translateY(-1px) !important;
    filter: saturate(1.04);
}

.mw-modal-trust-summary {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 18px 0 20px !important;
}

.mw-modal-trust-item {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 76px !important;
    padding: 12px 14px !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,250,252,.88)) !important;
    border: 1px solid rgba(203,213,225,.86) !important;
    box-shadow: 0 16px 34px rgba(15,23,42,.08) !important;
}

.mw-modal-trust-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    background: linear-gradient(135deg, #111827, #b47c22) !important;
    box-shadow: 0 14px 28px rgba(15,23,42,.13) !important;
    overflow: hidden !important;
}

.mw-modal-trust-icon-logo {
    background: linear-gradient(135deg, rgba(17,24,39,.96), rgba(35,50,92,.90)) !important;
}

    .mw-modal-trust-icon-logo img {
        width: 38px !important;
        height: 38px !important;
        object-fit: contain !important;
        display: block !important;
    }

.mw-modal-trust-item strong {
    display: block !important;
    margin: 0 0 4px !important;
    color: #101827 !important;
    font-size: .94rem !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    letter-spacing: -.01em !important;
}

.mw-modal-trust-item span {
    display: block !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: .80rem !important;
    line-height: 1.45 !important;
    font-weight: 750 !important;
}

.mw-modal-trust-item.certified {
    border-color: rgba(148,163,184,.78) !important;
}

.mw-modal-trust-item.seller {
    border-color: rgba(215,171,78,.34) !important;
}

    .mw-modal-trust-item.seller .mw-modal-trust-icon {
        background: linear-gradient(135deg, #9b681d, #e7bd62) !important;
    }

@media (max-width: 767px) {
    .mw-modal-trust-summary {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin: 14px 0 18px !important;
    }

    .mw-modal-trust-item {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        min-height: 68px !important;
        border-radius: 18px !important;
        padding: 11px 12px !important;
    }

    .mw-modal-trust-icon {
        width: 42px !important;
        height: 42px !important;
        border-radius: 16px !important;
    }

    .mw-modal-trust-icon-logo img {
        width: 34px !important;
        height: 34px !important;
    }

    .mw-modal-trust-item strong {
        font-size: .88rem !important;
    }

    .mw-modal-trust-item span {
        font-size: .76rem !important;
    }
}

.mw-modal-desc-card {
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid rgba(203, 213, 225, .86);
    padding: 16px 18px;
    color: #334155;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06);
}

    .mw-modal-desc-card strong {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #0f172a;
        font-weight: 950;
        margin-bottom: 10px;
    }

        .mw-modal-desc-card strong i {
            color: #e30613;
        }

    .mw-modal-desc-card div {
        color: #64748b;
        line-height: 1.72;
        font-weight: 650;
    }

.mw-modal-seller-profile-card {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, #101827, #172238);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .22);
}

.mw-modal-seller-profile-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e30613, #ff3b30);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 14px 28px rgba(227, 6, 19, .22);
}

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

    .mw-modal-seller-profile-copy strong,
    .mw-modal-seller-profile-copy span {
        display: block;
    }

    .mw-modal-seller-profile-copy strong {
        font-weight: 950;
        font-size: 1.05rem;
    }

    .mw-modal-seller-profile-copy span {
        margin-top: 3px;
        color: rgba(226, 232, 240, .84);
        font-weight: 650;
        line-height: 1.35;
    }

.mw-modal-seller-profile-btn {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    font-weight: 950;
    white-space: nowrap;
    transition: transform .16s ease, box-shadow .16s ease;
}

    .mw-modal-seller-profile-btn:hover {
        color: #0f172a;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(255, 255, 255, .14);
    }

.mw-vin-badge {
    position: relative;
}

    .mw-vin-badge span,
    .mw-status-badges .mw-vin-badge span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .mw-vin-badge i {
        color: #0f9f8f;
    }

.mw-detail-seller-actions .mw-seller-profile-button,
.mw-seller-profile-button {
    background: linear-gradient(135deg, #101827, #172238) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .22) !important;
}

    .mw-detail-seller-actions .mw-seller-profile-button:hover,
    .mw-seller-profile-button:hover {
        color: #fff !important;
        transform: translateY(-2px);
    }

@media (max-width: 767px) {
    .mw-modal-seller-profile-card {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .mw-modal-seller-profile-icon {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

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

.mw-commercial-seller-card {
    margin: 18px 0 4px;
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

    .mw-commercial-seller-card.is-premium {
        background: radial-gradient(circle at top right, rgba(214, 163, 43, .18), transparent 40%), linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
        border-color: rgba(214, 163, 43, .28);
    }

.mw-commercial-seller-top {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
}

.mw-commercial-seller-logo {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    font-weight: 950;
    letter-spacing: -.03em;
    background: linear-gradient(135deg, #172033, #0d1424);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.mw-commercial-seller-name {
    color: #fff;
    font-weight: 950;
    font-size: 1.05rem;
    line-height: 1.22;
}

.mw-commercial-seller-area {
    margin-top: 4px;
    color: #c4cee2;
    font-weight: 750;
    line-height: 1.45;
}

.mw-commercial-seller-description {
    margin-top: 14px;
    color: #e8eefc;
    font-size: .94rem;
    line-height: 1.7;
}

.mw-commercial-seller-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

    .mw-commercial-seller-meta span {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #d9e2f3;
        font-size: .88rem;
        font-weight: 800;
    }

    .mw-commercial-seller-meta i {
        width: 18px;
        color: #ff6b73;
    }

.mw-commercial-seller-card.is-premium .mw-commercial-seller-meta i {
    color: #e3b341;
}

.mw-commercial-seller-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

    .mw-commercial-seller-links a {
        min-height: 38px;
        padding: 0 12px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: #0f172a;
        background: rgba(255,255,255,.92);
        border: 1px solid rgba(255,255,255,.20);
        font-size: .84rem;
        font-weight: 900;
        transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    }

        .mw-commercial-seller-links a:hover {
            color: #0f172a;
            transform: translateY(-1px);
            box-shadow: 0 12px 24px rgba(0,0,0,.16);
        }

@media (max-width: 767px) {
    .mw-commercial-seller-card {
        border-radius: 18px;
        padding: 14px;
    }

    .mw-commercial-seller-top {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .mw-commercial-seller-logo {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }
}

.mw-commercial-seller-links a.mw-social-site,
.mw-seller-public-shell .mw-commercial-seller-links a.mw-social-site {
    background: linear-gradient(135deg, #0f172a, #334155) !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.12) !important;
}

.mw-commercial-seller-links a.mw-social-facebook,
.mw-seller-public-shell .mw-commercial-seller-links a.mw-social-facebook {
    background: linear-gradient(135deg, #1877f2, #0b5ed7) !important;
    color: #fff !important;
    border-color: rgba(24,119,242,.45) !important;
}

.mw-commercial-seller-links a.mw-social-instagram,
.mw-seller-public-shell .mw-commercial-seller-links a.mw-social-instagram {
    background: linear-gradient(135deg, #833ab4, #fd1d1d 52%, #fcb045) !important;
    color: #fff !important;
    border-color: rgba(253,29,29,.32) !important;
}

.mw-seller-profile-button {
    background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(248,250,252,.88)) !important;
    color: #0f172a !important;
    border: 1px solid rgba(203,213,225,.88) !important;
    box-shadow: 0 14px 28px rgba(15,23,42,.10) !important;
}

    .mw-seller-profile-button:hover {
        color: #0f172a !important;
        border-color: rgba(227,6,19,.28) !important;
        box-shadow: 0 18px 34px rgba(227,6,19,.12) !important;
    }

.mw-vin-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(236,253,245,.98), rgba(240,253,250,.92)) !important;
    border: 1px solid rgba(20,184,166,.34) !important;
    box-shadow: 0 10px 22px rgba(15,118,110,.12), inset 0 1px 0 rgba(255,255,255,.88) !important;
    color: #064e3b !important;
    font-size: 8.8px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

    .mw-vin-badge i,
    .mw-vin-badge .fa-fingerprint,
    .mw-status-badges .mw-vin-badge i,
    .mw-status-badges .mw-vin-badge .fa-fingerprint {
        color: #0f766e !important;
        font-size: 10px !important;
        line-height: 1 !important;
    }

    .mw-vin-badge span,
    .mw-status-badges .mw-vin-badge span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        color: #064e3b !important;
        font-size: inherit !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        letter-spacing: inherit !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

.mw-card .mw-status-badges .mw-vin-badge,
.mw-rCard .mw-status-badges .mw-vin-badge,
.mw-seller-car-card .mw-status-badges .mw-vin-badge {
    position: absolute !important;
    top: 10px !important;
    left: 216px !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) !important;
    z-index: 16 !important;
    min-width: 104px !important;
    height: 30px !important;
    pointer-events: none !important;
}

.mw-card .mw-status-badges.compact .mw-vin-badge,
.mw-rCard .mw-status-badges.compact .mw-vin-badge,
.mw-seller-car-card .mw-status-badges.compact .mw-vin-badge {
    top: 125px !important;
    left: 162px !important;
    min-width: 98px !important;
    height: 30px !important;
    padding: 0px 7px !important;
    font-size: 6.8px !important;
}

.mw-card.has-vin .mw-card-media,
.mw-rCard.has-vin .mw-rMedia,
.mw-seller-car-card.has-vin .mw-seller-car-media {
    position: relative !important;
    overflow: visible !important;
    isolation: isolate !important;
}

.mw-card.has-vin:hover .mw-status-badges .mw-vin-badge,
.mw-rCard.has-vin:hover .mw-status-badges .mw-vin-badge,
.mw-seller-car-card.has-vin:hover .mw-status-badges .mw-vin-badge {
    filter: saturate(1.06) !important;
}

.mw-modal-trust-item.vin,
.mw-modal-trust-item.vin-verified,
.mw-modal-trust-item.vehicle-vin,
.mw-modal-trust-item.mw-vin-verified {
    border-color: rgba(20,184,166,.34) !important;
    background: linear-gradient(135deg, rgba(240,253,250,.98), rgba(255,255,255,.92)) !important;
}

    .mw-modal-trust-item.vin .mw-modal-trust-icon,
    .mw-modal-trust-item.vin-verified .mw-modal-trust-icon,
    .mw-modal-trust-item.vehicle-vin .mw-modal-trust-icon,
    .mw-modal-trust-item.mw-vin-verified .mw-modal-trust-icon {
        background: linear-gradient(135deg, #0f766e, #14b8a6) !important;
        color: #fff !important;
        box-shadow: 0 14px 28px rgba(15,118,110,.20) !important;
    }

        .mw-modal-trust-item.vin .mw-modal-trust-icon i,
        .mw-modal-trust-item.vin-verified .mw-modal-trust-icon i,
        .mw-modal-trust-item.vehicle-vin .mw-modal-trust-icon i,
        .mw-modal-trust-item.mw-vin-verified .mw-modal-trust-icon i {
            color: #fff !important;
        }

@media (max-width: 767px) {
    .mw-card .mw-status-badges .mw-vin-badge,
    .mw-rCard .mw-status-badges .mw-vin-badge,
    .mw-seller-car-card .mw-status-badges .mw-vin-badge {
        top: 195px !important;
        min-width: 96px !important;
        left: 186px !important;
        height: 29px !important;
        padding: 0 10px !important;
        font-size: 7.6px !important;
    }

    .mw-vin-badge i,
    .mw-vin-badge .fa-fingerprint {
        font-size: 9px !important;
    }
}

.mw-catalog-mark {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #e30613;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 8px 18px rgba(15,23,42,.06);
}

    .mw-catalog-mark img {
        width: 82%;
        height: 82%;
        object-fit: contain;
        display: block;
    }

    .mw-catalog-mark.body-type {
        /*background: rgba(227,6,19,.08);
        border-color: rgba(227,6,19,.12);*/
    }

    .mw-catalog-mark.fallback {
        font-size: 10px;
        letter-spacing: .04em;
    }

.mw-car-title-with-logo,
.mw-rTitle.mw-car-title-with-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

    .mw-car-title-with-logo > span:last-child,
    .mw-rTitle.mw-car-title-with-logo > span:last-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.mw-check-rich {
    gap: 9px;
    min-height: 34px;
}

    .mw-check-rich input {
        flex: 0 0 auto;
    }

    .mw-check-rich .mw-catalog-mark {
        width: 24px;
        height: 24px;
        min-width: 24px;
        border-radius: 9px;
    }

.mw-filter-label-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mw-catalog-chip {
    padding-left: 8px;
}

    .mw-catalog-chip .mw-catalog-mark {
        width: 24px;
        height: 24px;
        min-width: 24px;
        border-radius: 10px;
    }

.mw-price-range-box {
    display: grid;
    gap: 12px;
    padding: 2px 0 4px;
}

.mw-price-range-labels,
.mw-price-range-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .mw-price-range-labels span,
    .mw-price-range-inputs label {
        color: #64748b;
        font-size: .78rem;
        font-weight: 900;
    }

.mw-price-range-bars {
    display: grid;
    gap: 8px;
    padding: 4px 2px;
}

    .mw-price-range-bars input[type="range"] {
        width: 100%;
        accent-color: #e30613;
    }

.mw-price-range-inputs input {
    width: 100%;
    min-height: 40px;
    margin-top: 7px;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    background: #fff;
    color: #0f172a;
    font-weight: 850;
    padding: 0 12px;
    outline: none;
}

    .mw-price-range-inputs input:focus {
        border-color: rgba(227,6,19,.45);
        box-shadow: 0 0 0 4px rgba(227,6,19,.08);
    }

.mw-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 16px;
}

.mw-active-filter {
    border: 1px solid rgba(227,6,19,.18);
    background: #fff5f6;
    color: #8d0f18;
    border-radius: 999px;
    min-height: 38px;
    padding: 0 12px 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(227,6,19,.08);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

    .mw-active-filter:hover {
        transform: translateY(-1px);
        border-color: rgba(227,6,19,.32);
        box-shadow: 0 14px 28px rgba(227,6,19,.12);
    }

    .mw-active-filter i {
        width: 20px;
        height: 20px;
        border-radius: 999px;
        background: #e30613;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
    }

.mw-inventory-brand-showcase {
    padding: 26px !important;
}

.mw-brand-showcase-copy {
    margin: -4px 0 16px !important;
    color: rgba(255,255,255,.68) !important;
    line-height: 1.55 !important;
    max-width: none !important;
}

.mw-brand-showcase-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 4px;
}

.mw-brand-showcase-card {
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.08);
    color: #fff;
    border-radius: 18px;
    min-height: 72px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-weight: 950;
    transition: transform .16s ease, background .16s ease, border-color .16s ease;
}

    .mw-brand-showcase-card:hover {
        transform: translateY(-2px);
        background: rgba(227,6,19,.16);
        border-color: rgba(227,6,19,.30);
    }

    .mw-brand-showcase-card .mw-catalog-mark {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 14px;
    }

    .mw-brand-showcase-card span:last-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.mw-modal-video-card {
    margin-top: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg,#f8fafc,#eef3f8);
    border: 1px solid rgba(203,213,225,.90);
    padding: 14px;
    box-shadow: 0 14px 32px rgba(15,23,42,.06);
}

.mw-modal-video-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

    .mw-modal-video-head span,
    .mw-modal-video-head a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 950;
        font-size: .9rem;
    }

    .mw-modal-video-head span {
        color: #0f172a;
    }

    .mw-modal-video-head a {
        color: #e30613;
        text-decoration: none;
    }

.mw-modal-video-card video {
    width: 100%;
    max-height: 420px;
    border-radius: 16px;
    background: #020617;
    display: block;
}

.mw-modal-video-card small {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-weight: 850;
}

@media (max-width: 991px) {
    .mw-brand-showcase-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-height: none;
    }
}

@media (max-width: 767px) {
    .mw-brand-showcase-rail {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mw-price-range-labels,
    .mw-price-range-inputs {
        grid-template-columns: 1fr;
    }

    .mw-active-filter {
        max-width: 100%;
    }

        .mw-active-filter span {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
}

.mw-price-simple-box {
    gap: 14px;
}

.mw-price-helper {
    color: #64748b;
    font-size: .84rem;
    line-height: 1.45;
    font-weight: 800;
}

.mw-price-simple-box .mw-price-range-labels,
.mw-price-simple-box .mw-price-range-bars {
    display: none !important;
}

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

    .mw-price-presets button {
        min-height: 38px;
        border-radius: 999px;
        border: 1px solid rgba(203,213,225,.95);
        background: #fff;
        color: #0f172a;
        font-size: .78rem;
        font-weight: 950;
        box-shadow: 0 8px 18px rgba(15,23,42,.05);
        cursor: pointer;
        transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
    }

        .mw-price-presets button:hover,
        .mw-price-presets button:focus {
            transform: translateY(-1px);
            border-color: rgba(227,6,19,.30);
            background: #fff5f6;
            box-shadow: 0 12px 24px rgba(227,6,19,.08);
            outline: none;
        }

.mw-price-simple-box .mw-price-range-inputs {
    grid-template-columns: 1fr 1fr;
}

    .mw-price-simple-box .mw-price-range-inputs input {
        min-height: 48px;
        border-radius: 16px;
        font-size: .95rem;
    }

#mwModal.mw-modal .mw-modal-card {
    opacity: 0;
    transform: translateY(14px) scale(.985);
    transition: opacity .20s ease, transform .24s cubic-bezier(.2,.85,.2,1);
    will-change: opacity, transform;
}

#mwModal.mw-modal.show.is-rendered .mw-modal-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#mwModal.mw-modal .mw-mMain.is-video {
    cursor: default;
}

.mw-modal-main-media,
#mwModalMainImg,
#mwModalMainVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mw-modal-main-video {
    background: #020617;
    object-fit: contain;
}

.mw-mThumb-video,
.mw-gallery-thumb-video {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    border-color: rgba(227,6,19,.35) !important;
}

    .mw-mThumb-video i,
    .mw-gallery-thumb-video i {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: rgba(227,6,19,.95);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: .86rem;
        box-shadow: 0 12px 26px rgba(227,6,19,.22);
    }

    .mw-mThumb-video.active,
    .mw-gallery-thumb-video.active {
        border-color: #e30613 !important;
        box-shadow: 0 12px 26px rgba(227,6,19,.18);
    }

.mw-gallery-main-video {
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 168px);
    background: #020617;
    border-radius: 18px;
    box-shadow: 0 28px 90px rgba(0,0,0,.35);
}

#mwGalleryLightbox .mw-gallery-main-media {
    order: 0;
}

#mwGalleryLightbox .mw-gallery-lightbox-counter {
    order: 1;
}

#mwGalleryLightbox .mw-gallery-lightbox-thumbs {
    order: 2;
}

.mw-brand-showcase-copy {
    display: none !important;
}

.mw-inventory-brand-showcase {
    padding: 24px !important;
}

.mw-brand-showcase-rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.mw-brand-showcase-card {
    min-height: 78px;
    border-radius: 20px;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

    .mw-brand-showcase-card .mw-catalog-mark {
        width: 52px;
        height: 52px;
        min-width: 52px;
        border-radius: 18px;
    }

    .mw-brand-showcase-card:not(.mw-brand-showcase-more) > span:last-child:not(.mw-catalog-mark) {
        display: none !important;
    }

.mw-brand-showcase-more span {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(227,6,19,.98);
    color: #fff;
    font-weight: 950;
    font-size: 1rem;
    box-shadow: 0 14px 30px rgba(227,6,19,.22);
}

.mw-filter-toggle {
    display: none;
}

@media (max-width: 991px) {
    .mw-brand-showcase-rail {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mw-inventory-brand-showcase {
        padding: 20px !important;
    }

    .mw-brand-showcase-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .mw-brand-showcase-card {
        min-height: 66px;
        border-radius: 18px;
        padding: 8px;
    }

        .mw-brand-showcase-card .mw-catalog-mark,
        .mw-brand-showcase-more span {
            width: 46px;
            height: 46px;
            min-width: 46px;
            border-radius: 16px;
        }

    .mw-filter-toggle {
        display: inline-flex;
    }

    [data-public-page="inventory"] .mw-sidebar-card.is-mobile-collapsed .mw-side-body {
        display: none;
    }

    [data-public-page="inventory"] .mw-sidebar-card.is-mobile-collapsed {
        margin-bottom: 14px;
    }

        [data-public-page="inventory"] .mw-sidebar-card.is-mobile-collapsed .mw-side-top {
            border-bottom: 0;
        }

    [data-public-page="inventory"] .mw-side-actions {
        gap: 8px;
    }

        [data-public-page="inventory"] .mw-side-actions .mw-mini-btn {
            flex: 1 1 auto;
            justify-content: center;
        }

    .mw-price-presets {
        grid-template-columns: 1fr 1fr;
    }

    .mw-price-simple-box .mw-price-range-inputs {
        grid-template-columns: 1fr;
    }

    .mw-gallery-main-video {
        max-height: calc(100vh - 206px);
    }
}

@media (max-width: 460px) {
    .mw-brand-showcase-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mw-price-presets {
        grid-template-columns: 1fr;
    }
}
