:root{--market-orange:#ff5a00;--market-green:#19a94b;--market-blue:#1677ff;--market-bg:#f6f7f9;--market-border:#e4e7ec;--market-text:#171b26;--market-muted:#737b8c}
.market-page{background:var(--market-bg);min-height:65vh;padding:24px 0 50px}.market-filter{background:#fff;border:1px solid var(--market-border);border-radius:14px;padding:16px;position:sticky;top:15px}.market-filter h5{font-size:15px;font-weight:700;margin-bottom:14px}.market-filter .form-label{font-size:13px;font-weight:600;color:#596173}.market-filter .form-control,.market-filter .form-select{border-radius:9px;font-size:14px}.market-filter-btn{background:var(--market-green);border:0;color:#fff;font-weight:700;border-radius:8px;width:100%;padding:9px}.market-card{background:#fff;border:1px solid var(--market-border);border-radius:13px;overflow:hidden;height:100%;transition:.2s;box-shadow:0 4px 12px rgba(0,0,0,.04)}.market-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px rgba(0,0,0,.08)}.market-card-image{aspect-ratio:4/3;background:#eceff3;position:relative;overflow:hidden}.market-card-image img{width:100%;height:100%;object-fit:cover}.market-card-badge{position:absolute;left:10px;top:10px;background:#ffc107;color:#171717;font-size:11px;font-weight:800;border-radius:6px;padding:5px 8px}.market-card-body{padding:12px}.market-card-title{font-size:15px;font-weight:700;color:var(--market-text);line-height:1.35;height:42px;overflow:hidden;margin-bottom:8px}.market-card-meta{display:flex;justify-content:space-between;align-items:center;gap:8px}.market-seller{font-size:12px;color:#596173;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-price{font-weight:800;color:var(--market-green);font-size:18px;white-space:nowrap}.market-buy-link{display:block;background:var(--market-blue);color:#fff;text-decoration:none;text-align:center;font-weight:700;border-radius:7px;padding:7px;margin-top:9px}.market-buy-link:hover{color:#fff;filter:brightness(.95)}
.market-empty{background:#fff;border:1px solid var(--market-border);border-radius:14px;padding:50px 20px;text-align:center;color:var(--market-muted)}
.market-detail-page{background:var(--market-bg);padding:25px 0 50px}.market-detail-card{background:#fff;border:1px solid var(--market-border);border-radius:15px;padding:18px}.market-main-image{width:100%;aspect-ratio:4/3;border-radius:12px;object-fit:contain;background:#f1f3f5}.market-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.market-thumbs::-webkit-scrollbar,.market-thumbs::-webkit-scrollbar-track,.market-thumbs::-webkit-scrollbar-thumb{width:0!important;height:0!important;display:none!important;background:transparent!important}.market-thumb{width:72px;height:58px;border:2px solid transparent;border-radius:8px;object-fit:cover;cursor:pointer}.market-thumb.active{border-color:var(--market-orange)}.market-detail-title{font-size:24px;font-weight:800}.market-detail-price{font-size:28px;font-weight:900;color:var(--market-green)}.market-seller-card{background:#fff;border:1px solid var(--market-border);border-radius:14px;padding:16px}.market-seller-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#eee}.market-online-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#aeb4bd;margin-right:5px}.market-online-dot.online{background:#22b455}.market-info-box{background:#fff8e4;border-left:4px solid #e6a900;border-radius:9px;padding:12px 14px;font-size:13px}.market-action-btn{border:0;border-radius:9px;padding:11px 16px;font-weight:800}.market-message-btn{background:#1467b8;color:#fff}.market-purchase-btn{background:var(--market-orange);color:#fff;width:100%}
.market-account-box{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:18px;margin-bottom:16px}.market-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.market-stat{padding:18px;border-radius:11px;color:#fff;box-shadow:0 5px 13px rgba(0,0,0,.12)}.market-stat strong{display:block;font-size:25px}.market-stat span{font-size:13px}.market-stat.blue{background:#21a1b5}.market-stat.green{background:#2aa947}.market-stat.yellow{background:#ffbd12;color:#fff}.market-table{width:100%;border-collapse:collapse}.market-table th,.market-table td{border:1px solid #e1e4e8;padding:10px;font-size:13px;vertical-align:middle}.market-table th{background:#f2f3f5;font-weight:800}.market-table-img{width:62px;height:50px;object-fit:cover;border-radius:7px}.market-status{font-size:11px;font-weight:800;padding:5px 8px;border-radius:999px;display:inline-block}.market-status.pending{background:#fff3cd;color:#8a6200}.market-status.approved,.market-status.paid{background:#dff7e8;color:#087a35}.market-status.rejected{background:#fde5e5;color:#ad2424}.market-status.sold{background:#e5ecff;color:#3155a4}.market-status.paused{background:#eceff3;color:#596173}.market-form-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:20px}.market-price-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.market-price-preview div{border-radius:9px;padding:12px;background:#f7f8fa}.market-price-preview small{display:block;color:#7b8290;font-size:11px}.market-price-preview strong{font-size:16px}.market-preview-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.market-preview-item{position:relative;width:100px}.market-preview-item img{width:100px;height:78px;object-fit:cover;border-radius:8px;border:2px solid #e4e7ec}.market-preview-item label{font-size:10px;display:block;text-align:center;margin-top:4px}.market-chat-wrap{display:grid;grid-template-columns:310px 1fr;border:1px solid #dfe3e8;border-radius:10px;overflow:hidden;background:#fff;min-height:560px}.market-chat-list{border-right:1px solid #dfe3e8}.market-chat-list-head{padding:15px;font-size:17px;font-weight:800;border-bottom:1px solid #dfe3e8}.market-conversations{max-height:505px;overflow:auto}.market-conversation{padding:12px;border-bottom:1px solid #edf0f3;cursor:pointer}.market-conversation:hover,.market-conversation.active{background:#edf5ff}.market-conversation-name{display:flex;justify-content:space-between;gap:8px;font-weight:700}.market-conversation-title{font-size:11px;color:#7b8290;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-conversation-last{font-size:12px;color:#667080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-unread{background:#ff5a00;color:#fff;border-radius:999px;font-size:10px;padding:2px 6px}.market-chat-main{display:flex;flex-direction:column;min-width:0}.market-chat-head{padding:13px 18px;border-bottom:1px solid #dfe3e8;min-height:67px}.market-chat-head strong{display:block}.market-chat-online{font-size:11px;color:#7a8492}.market-chat-online.on{color:#18a44b}.market-chat-messages{background:#f4f6f8;flex:1;min-height:410px;max-height:410px;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:8px}.market-msg{max-width:72%;padding:9px 12px;border-radius:13px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);font-size:13px}.market-msg.mine{align-self:flex-end;background:#d8f0e5}.market-msg.other{align-self:flex-start}.market-msg-time{display:block;font-size:9px;color:#7d8490;text-align:right;margin-top:4px}.market-chat-form{display:flex;border-top:1px solid #dfe3e8;padding:12px;gap:8px}.market-chat-form input{flex:1;border:1px solid #d4d8de;border-radius:8px;padding:10px}.market-chat-form button{border:0;background:#23a746;color:#fff;border-radius:8px;padding:0 18px;font-weight:700}.market-chat-placeholder{margin:auto;color:#7b8290;text-align:center;padding:30px}
@media(max-width:767px){.market-filter{position:static;margin-bottom:15px}.market-stat-grid{grid-template-columns:1fr}.market-price-preview{grid-template-columns:1fr}.market-chat-wrap{grid-template-columns:1fr}.market-chat-list{border-right:0;border-bottom:1px solid #dfe3e8}.market-conversations{max-height:190px}.market-chat-messages{min-height:360px;max-height:360px}.market-msg{max-width:88%}}

/* ===== Marketplace V3 ===== */
.market-page>.container,.market-detail-page>.container{max-width:1240px}
.market-heading-row{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.market-heading-row h2{font-size:27px;font-weight:800;margin:0;color:#222}.market-heading-row h2 i{color:var(--market-orange)}.market-heading-row p{margin:3px 0 0;color:#687083;font-size:13px}.market-place-btn{display:inline-flex;align-items:center;gap:7px;background:#ffc107;border:1px solid #e0a800;color:#151515;text-decoration:none;font-weight:800;border-radius:9px;padding:10px 16px;box-shadow:0 4px 10px rgba(0,0,0,.08)}.market-place-btn:hover{color:#111;transform:translateY(-1px)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:12px}.section-head h4{margin:0;font-size:18px;font-weight:800}.section-head h4 i{color:#ff6a00;margin-right:6px}.section-head span{font-size:12px;color:#7a8391}.premium-listings-section,.active-sellers-section{background:#fff;border:1px solid var(--market-border);border-radius:15px;padding:15px;margin-bottom:18px;box-shadow:0 5px 16px rgba(0,0,0,.04)}.premium-listings-section{border-top:4px solid #ff9f1a;background:linear-gradient(180deg,#fffaf0 0,#fff 80px)}
.active-sellers-scroll{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 0 4px;scrollbar-width:none;-ms-overflow-style:none}.active-sellers-scroll::-webkit-scrollbar,.active-sellers-scroll::-webkit-scrollbar-track,.active-sellers-scroll::-webkit-scrollbar-thumb{width:0!important;height:0!important;display:none!important;background:transparent!important}.active-seller-card{flex:0 0 170px;border:1px solid #e7e9ee;border-radius:12px;padding:11px;text-align:center;text-decoration:none;color:#1c2230;background:#fff}.active-seller-card:hover{border-color:#ff9b62;box-shadow:0 5px 15px rgba(0,0,0,.07)}.active-seller-card .avatar-wrap{position:relative;display:inline-block}.active-seller-card img{width:52px;height:52px;object-fit:cover;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #dfe3e8}.active-seller-card .avatar-wrap i{position:absolute;right:1px;bottom:2px;width:11px;height:11px;border-radius:50%;background:#aeb5bf;border:2px solid #fff}.active-seller-card .avatar-wrap i.online{background:#16b85a}.active-seller-card .seller-name{display:block;font-weight:800;font-size:13px;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-seller-card small{display:block;font-size:10px;color:#70798a}.active-seller-card small i{color:#f4b400}.active-seller-card em{display:inline-block;margin-top:5px;font-style:normal;font-size:9px;font-weight:800;background:#f0f3f7;padding:3px 6px;border-radius:999px}
.market-card.premium-card{border-color:#ffb64d;box-shadow:0 6px 18px rgba(255,151,33,.17)}.market-card-badge.premium-badge{background:linear-gradient(135deg,#ffc107,#ff8500);color:#1a1400}.market-card-badge.boost-badge{background:#e6f6ff;color:#0875b8}.market-card-badge.sold-badge{background:#e9edf3;color:#505a6b}.market-card-seller-row{display:flex;align-items:center;gap:6px;margin:6px 0 9px;min-width:0}.market-card-seller-row img{width:22px;height:22px;border-radius:50%;object-fit:cover}.market-card-seller-row span{font-size:11px;color:#596173;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.market-card-seller-row small{margin-left:auto;font-size:8px;background:#f1f3f6;border-radius:999px;padding:2px 5px;white-space:nowrap}.market-rating{font-size:11px;color:#6a7280}.market-rating i{color:#f5b800}

.market-breadcrumb{display:flex;gap:8px;align-items:center;font-size:12px;background:#fff;border-radius:10px;padding:10px 13px;margin-bottom:14px}.market-breadcrumb a{color:#333;text-decoration:none}.market-detail-shell{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.8fr);gap:18px}.market-gallery-panel,.market-detail-info{background:#fff;border:1px solid var(--market-border);border-radius:15px;padding:16px}.market-gallery-main-wrap{position:relative}.market-main-image{cursor:zoom-in;aspect-ratio:16/10;background:#eef0f3}.gallery-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:50%;background:rgba(22,26,32,.65);color:#fff;display:flex;align-items:center;justify-content:center}.gallery-arrow.prev{left:10px}.gallery-arrow.next{right:10px}.gallery-counter{position:absolute;left:10px;top:10px;background:rgba(0,0,0,.68);color:#fff;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.market-detail-info h1{font-size:24px;font-weight:800;line-height:1.3;margin:10px 0}.detail-stock{font-size:13px;color:#697386;margin-bottom:15px}.market-label{display:inline-flex;gap:5px;align-items:center;border-radius:7px;padding:5px 8px;font-size:10px;font-weight:800}.market-label.premium{background:#fff0d5;color:#a15d00}.market-label.boost{background:#e6f6ff;color:#0875b8}.market-label.verified{background:#e5f8ec;color:#0c813b}.detail-section-title{font-weight:800;display:flex;gap:8px;align-items:center}.detail-section-title i{color:#ff5a00}.market-description{line-height:1.7;font-size:14px;color:#303643}.seller-mini-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:#18202d}.seller-mini-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:13px 0}.seller-mini-stats span{background:#f6f7f9;border-radius:8px;padding:7px;font-size:10px;color:#687183}.seller-mini-stats b{color:#202735}.role-badge{font-size:9px;border-radius:5px;padding:2px 5px}.role-badge.admin{background:#dc3545;color:#fff}.market-buy-modal{border-radius:20px!important;padding:8px}.buy-modal-icon{margin:auto;width:58px;height:58px;border-radius:16px;background:#fff0e7;color:#ff5a00;display:flex;align-items:center;justify-content:center;font-size:23px}.buy-summary{background:#f7f8fa;border:1px solid #e7e9ee;border-radius:13px;padding:14px;margin:18px 0}.buy-summary div{display:flex;justify-content:space-between;margin-top:10px}.market-confirm-buy{background:#ff5a00;color:#fff;font-weight:800}.market-confirm-buy:hover{background:#e85000;color:#fff}
.gallery-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.82);display:none;align-items:center;justify-content:center;padding:20px}.gallery-lightbox.open{display:flex}.lightbox-stage{width:min(980px,88vw);display:flex;flex-direction:column;align-items:center}.lightbox-stage>img{max-width:100%;max-height:72vh;border-radius:12px;object-fit:contain;background:#111}.lightbox-counter{align-self:flex-start;color:#fff;background:rgba(0,0,0,.45);border-radius:999px;padding:5px 10px;margin-bottom:8px;font-weight:800}.lightbox-close{position:absolute;right:25px;top:20px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.14);color:#fff;font-size:22px}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff}.lightbox-arrow.prev{left:25px}.lightbox-arrow.next{right:25px}.lightbox-thumbs{display:flex;gap:7px;max-width:100%;overflow-x:auto;margin-top:12px}.lightbox-thumbs img{width:64px;height:50px;object-fit:cover;border-radius:7px;opacity:.7;border:2px solid transparent;cursor:pointer}.lightbox-thumbs img.active{border-color:#ff6a00;opacity:1}

/* Seller public page */
.seller-cover{height:138px;border-radius:16px 16px 0 0;background:linear-gradient(105deg,#ff6500,#ff9c5f);background-size:cover;background-position:center}.seller-cover.has-banner{height:180px;background-color:#0d1626;background-size:contain;background-repeat:no-repeat;background-position:center center}.seller-profile-hero{background:#fff;border:1px solid #e4e7ec;border-radius:15px;margin-top:-14px;position:relative;padding:22px;display:flex;justify-content:space-between;gap:20px;align-items:center;box-shadow:0 5px 18px rgba(0,0,0,.05)}.seller-profile-main{display:flex;align-items:center;gap:16px}.seller-avatar-wrap{position:relative;flex:0 0 auto}.seller-avatar-wrap img{width:82px;height:82px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 0 0 1px #e1e5eb}.seller-online-badge{position:absolute;right:4px;bottom:5px;width:18px;height:18px;border-radius:50%;background:#aeb5bf;border:3px solid #fff}.seller-online-badge.on{background:#18b95a}.seller-verified-pill,.seller-level-pill{font-size:10px;font-weight:800;border-radius:999px;padding:4px 7px}.seller-verified-pill{background:#e9f8ec;color:#16833d}.seller-level-pill{background:#fff2df;color:#b36a00}.seller-profile-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:10px;color:#727b8b}.seller-bio{font-size:12px;color:#525b6a;margin-top:9px;max-width:680px}.seller-profile-actions{display:flex;gap:8px;flex-wrap:wrap}.seller-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:17px 0}.seller-stats-grid>div{background:#fff;border:1px solid #e4e7ec;border-radius:13px;text-align:center;padding:17px}.seller-stats-grid strong{display:block;font-size:18px}.seller-stats-grid span{font-size:10px;color:#6e7787}.seller-tabs{display:flex;background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:5px;gap:4px;margin-bottom:17px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.seller-tabs::-webkit-scrollbar,.seller-tabs::-webkit-scrollbar-track,.seller-tabs::-webkit-scrollbar-thumb{width:0!important;height:0!important;display:none!important;background:transparent!important}.seller-tabs a{padding:9px 14px;border-radius:8px;text-decoration:none;color:#606a79;font-size:12px;font-weight:800;white-space:nowrap}.seller-tabs a.active{background:#ff5a00;color:#fff}.seller-review-list{display:grid;gap:10px}.seller-review-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:14px}.seller-review-card img{width:42px;height:42px;border-radius:50%;object-fit:cover}

/* Chat V3 */
.market-chat-wrap{min-height:620px}.market-chat-list-head{display:flex;align-items:center;justify-content:space-between}.market-chat-head{display:flex;align-items:center;gap:10px}.market-chat-head-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.market-chat-head-text{min-width:0}.market-chat-rules{margin:9px 12px 0;padding:9px 11px;background:#fff5e6;border:1px solid #ffd79a;border-radius:9px;color:#8b5a08;font-size:10px;line-height:1.4}.market-chat-rules strong{display:block;color:#6f4500}.market-msg{position:relative}.market-msg-author{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-size:10px;font-weight:800}.market-msg-role{font-size:8px;border-radius:5px;padding:2px 5px;background:#eef1f5;color:#5c6575}.market-msg-role.seller{background:#e6f7ec;color:#148342}.market-msg-role.admin{background:#ffe7e7;color:#b62222}.market-msg-attachments{display:flex;gap:5px;flex-wrap:wrap;margin-top:6px}.market-msg-attachments a{display:block}.market-msg-attachments img{width:150px;max-height:150px;object-fit:cover;border-radius:8px;border:1px solid #dfe3e8}.market-msg-file{font-size:10px;background:#eef1f5;padding:7px;border-radius:7px;text-decoration:none;color:#3d4655}.market-chat-form{align-items:center}.market-chat-input-wrap{flex:1;display:flex;align-items:center;gap:6px;border:1px solid #d4d8de;border-radius:9px;background:#fff;padding:4px 8px;position:relative}.market-chat-input-wrap input[type=text]{border:0!important;outline:0!important;box-shadow:none!important;padding:7px 3px!important}.market-chat-tool{border:0!important;background:transparent!important;color:#667080!important;padding:6px!important;font-size:18px!important}.market-chat-form>button{height:45px}.emoji-panel{display:none;position:absolute;bottom:48px;left:0;background:#fff;border:1px solid #dfe3e8;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:8px;width:245px;z-index:20}.emoji-panel.open{display:grid;grid-template-columns:repeat(8,1fr);gap:3px}.emoji-panel button{border:0;background:transparent;font-size:19px;padding:3px}.chat-file-preview{position:absolute;bottom:49px;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px;font-size:10px;max-width:260px}.chat-block-modal .modal-content{border:0;border-radius:18px}.chat-block-icon{width:65px;height:65px;border-radius:50%;margin:0 auto 12px;background:#fff0e9;color:#ff5a00;display:flex;align-items:center;justify-content:center;font-size:27px}
.market-store-profile-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:18px}.market-banner-preview{width:100%;height:150px;object-fit:cover;border-radius:12px;background:linear-gradient(105deg,#ff6500,#ff9c5f)}

@media(max-width:991px){.market-detail-shell{grid-template-columns:1fr}.seller-stats-grid{grid-template-columns:repeat(2,1fr)}.seller-profile-hero{align-items:flex-start;flex-direction:column}.seller-profile-actions{width:100%}.seller-profile-actions>*{flex:1}.market-heading-row{align-items:flex-start}}
@media(max-width:575px){.market-heading-row h2{font-size:22px}.market-place-btn{padding:8px 11px;font-size:12px}.market-card-title{font-size:13px}.market-price{font-size:15px}.seller-profile-main{align-items:flex-start}.seller-avatar-wrap img{width:65px;height:65px}.seller-stats-grid{grid-template-columns:1fr 1fr}.market-chat-form{padding:7px}.market-chat-form>button{padding:0 11px}.market-msg-attachments img{width:110px;height:110px}.lightbox-arrow{width:38px;height:38px}.lightbox-arrow.prev{left:7px}.lightbox-arrow.next{right:7px}}

.market-msg-role.system{background:#eef1f5;color:#4b5563;border:1px solid #d7dde6}.market-msg.other:has(.market-msg-role.system){background:#fff8e8;border:1px solid #ffe0a8}

/* ===== Marketplace V4 stable visual layer ===== */
.market-body,.market-body .market-page,.market-body .market-detail-page,
.market-page,.market-detail-page,.seller-public-page,
.market-chat-wrap,.market-form-card,.market-account-box{
  font-family:'Poppins','Segoe UI',Tahoma,Arial,sans-serif;
  font-synthesis:none;
}
.market-body .navbar{box-shadow:0 5px 15px rgba(25,32,44,.12)!important;position:relative;z-index:1020}
.market-body .navbar i{font-size:inherit}
.market-body .category-menu{box-shadow:0 6px 12px rgba(0,0,0,.14)!important;position:relative;z-index:1010}
.status-dot{font-size:7px;vertical-align:middle}
.market-order-access-card{background:#fff;border:1px solid #e2e6ec;border-radius:14px;padding:16px;box-shadow:0 5px 15px rgba(20,28,40,.04)}
.market-order-access-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}
.market-order-status{font-size:11px;font-weight:700;border-radius:999px;background:#eef2f6;padding:5px 9px}
.market-order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}
.market-order-grid span{background:#f7f8fa;border:1px solid #e8ebef;border-radius:9px;padding:10px;font-size:12px;color:#687183}.market-order-grid b{display:block;color:#222;margin-top:3px}
.secure-delivery-box{margin-top:12px;border:1px solid #cfe8d8;background:#f1fbf5;border-radius:11px;padding:12px}.secure-delivery-title{font-weight:700;color:#16723a;margin-bottom:7px}.secure-delivery-box pre{white-space:pre-wrap;word-break:break-word;background:#fff;border:1px dashed #bdd8c7;border-radius:8px;padding:10px;margin:0 0 6px;font-family:'Poppins','Segoe UI',Tahoma,Arial,sans-serif;font-size:12px;color:#20262f}
.market-chat-order-panel{margin:10px 12px 0;border:1px solid #dfe5ec;background:#fff;border-radius:10px;padding:10px 12px;font-size:11px}.market-chat-order-panel .order-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.market-chat-order-panel .order-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.market-chat-order-panel .btn{font-size:11px!important;padding:6px 9px!important;overflow:visible!important}.market-chat-order-panel textarea{font-size:12px}
.market-conversation-state{font-size:9px;border-radius:999px;padding:2px 6px;margin-left:5px;background:#eef2f6;color:#596273}.market-conversation-state.disputed{background:#ffe8e8;color:#a92020}.market-conversation-state.closed{background:#e6f6eb;color:#13783a}
.market-delivery-form{margin-top:8px;padding-top:8px;border-top:1px solid #e7ebef}.market-delivery-form textarea{min-height:72px}
.market-msg-role.system{background:#eef1f5;color:#4b5563;border:1px solid #d7dde6}
.market-msg.system-message{max-width:90%;align-self:center;background:#fff8e8;border:1px solid #ffe0a8;color:#5f4c23}
.seller-review-stars{display:inline-flex;gap:2px;color:#f2ad00;font-size:11px}
.seller-profile-hero h2,.seller-profile-hero strong,.seller-tabs a,.seller-stats-grid strong{letter-spacing:0;font-family:'Poppins','Segoe UI',Tahoma,Arial,sans-serif}
@media(max-width:767px){.market-order-grid{grid-template-columns:1fr}}

/* ===== Marketplace V4.1 UI polish ===== */
body.market-body .category-menu{position:relative!important;z-index:1030!important;box-shadow:0 9px 18px rgba(28,33,42,.20)!important;overflow:visible!important}
body.market-body .category-menu::after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:13px;pointer-events:none;background:linear-gradient(to bottom,rgba(31,36,46,.14),rgba(31,36,46,0));z-index:-1}
body.market-body .navbar{position:relative!important;z-index:1040!important}
.market-modern-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;padding:9px 13px;text-decoration:none;font-size:12px;font-weight:700;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;box-shadow:0 4px 12px rgba(20,28,40,.08);white-space:nowrap}
.market-modern-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(20,28,40,.14);filter:brightness(.98)}.market-modern-btn:active{transform:translateY(0) scale(.98)}
.market-modern-btn-orange{background:#ff6500;color:#fff}.market-modern-btn-orange:hover{color:#fff}.market-modern-btn-blue{background:#1677ff;color:#fff}.market-modern-btn-blue:hover{color:#fff}.market-modern-btn-green{background:#19a94b;color:#fff}.market-modern-btn-green:hover{color:#fff}.market-modern-btn-dark{background:#202631;color:#fff}.market-modern-btn-dark:hover{color:#fff}.market-modern-btn-danger{background:#fff0f0;color:#c92a2a;border:1px solid #ffd4d4;box-shadow:none}.market-modern-btn-danger:hover{color:#a91e1e;background:#ffe7e7}
.market-empty-state{text-align:center;padding:38px 20px!important;display:flex;flex-direction:column;align-items:center}.market-empty-illustration{width:128px;max-height:112px;object-fit:contain;margin-bottom:13px}.market-empty-state h4{font-size:18px;font-weight:700;margin:0 0 6px}.market-empty-state p{color:#737b8c;font-size:13px;margin:0 0 16px;max-width:480px}
.market-order-actions-cell{display:flex;flex-direction:column;align-items:stretch;gap:7px}.market-delivery-waiting{display:inline-flex;align-items:center;gap:6px;background:#fff8e5;color:#916300;border:1px solid #ffe0a2;border-radius:9px;padding:8px 10px;font-size:11px;font-weight:600}
.market-verification-required{display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;background:#fff8e9;border:1px solid #ffd99c;border-left:4px solid #ff9800;border-radius:14px;padding:17px 18px}.market-verification-required-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff0d3;color:#e47700;font-size:20px}.market-verification-required-copy strong{display:block;font-size:15px;margin-bottom:4px;color:#2a2f38}.market-verification-required-copy p{margin:0;font-size:12px;line-height:1.6;color:#6a5b45}.market-verification-required-copy a{color:#d96600;font-weight:700;text-decoration:none}.market-verification-required-copy a:hover{text-decoration:underline}
.market-delivery-modal-content{border:0;border-radius:18px;box-shadow:0 22px 70px rgba(18,24,35,.22);overflow:hidden}.market-modal-heading{display:flex;align-items:center;gap:11px}.market-modal-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff0e7;color:#ff6500;font-size:18px}.market-delivery-product{font-weight:700;font-size:14px;background:#f7f8fa;border:1px solid #e8ebef;border-radius:10px;padding:10px 12px;margin-bottom:14px}.market-delivery-label{display:block;font-size:11px;color:#737b8c;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.market-delivery-secret-box{display:flex;align-items:stretch;gap:8px}.market-delivery-secret-box code{flex:1;display:block;background:#151a22;color:#f1f5f9;border-radius:11px;padding:13px 14px;white-space:pre-wrap;word-break:break-word;font:500 12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.market-copy-secret-btn{border:1px solid #dce2e8;background:#fff;color:#2f3743;border-radius:10px;padding:0 13px;font-size:11px;font-weight:700;transition:.18s}.market-copy-secret-btn:hover{border-color:#ff9d64;color:#e45500;background:#fff8f3}.market-delivery-security-note{display:flex;gap:8px;align-items:flex-start;margin-top:12px;padding:10px 11px;border-radius:10px;background:#effaf3;color:#2d6d43;font-size:11px;line-height:1.5}.market-delivery-security-note i{margin-top:2px}
.market-listing-status-notice{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:13px 14px;border-radius:12px;background:#fff7dc;border:1px solid #f2d483;color:#6d5200}.market-listing-status-icon{width:32px;height:32px;border-radius:9px;background:#ffedb5;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.market-listing-status-notice strong{display:block;font-size:13px;color:#5a4300}.market-listing-status-notice p{margin:3px 0 0;font-size:11px;line-height:1.55;color:#806816}
.market-order-access-card{padding:17px!important}.market-order-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.market-order-card-head>div{display:flex;align-items:center;gap:7px}.market-order-eyebrow{font-size:9px;letter-spacing:.08em;color:#7d8694;font-weight:800}.market-order-card-head strong{font-size:16px}.market-order-status{background:#eef2f6;color:#53606f}.market-order-status.paid{background:#e8f8ed;color:#137a3a}.market-order-status.refunded{background:#fff0f0;color:#b02a37}
.market-order-grid span{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center}.market-order-grid span>i{grid-row:1/3;width:31px;height:31px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#edf3ff;color:#286fdd}.market-order-grid span small{font-size:9px;color:#828b99}.market-order-grid span b{margin:0!important;font-size:12px}.market-order-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.market-modal-finance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:15px}.market-modal-finance>div{background:#f7f8fa;border:1px solid #e8ebef;border-radius:10px;padding:10px}.market-modal-finance span{display:block;color:#7c8593;font-size:10px}.market-modal-finance strong{display:block;font-size:13px;margin-top:2px}
.market-chat-order-panel{padding:13px 14px!important;border-radius:13px!important;box-shadow:0 5px 16px rgba(25,32,44,.05);font-size:12px!important}.chat-order-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-order-head>div{display:flex;align-items:baseline;gap:6px}.chat-order-head small{font-size:8px;letter-spacing:.08em;color:#8992a0;font-weight:800}.chat-order-head strong{font-size:14px}.chat-order-finance{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.chat-order-finance>div{background:#f7f8fa;border:1px solid #e8ebef;border-radius:9px;padding:8px 9px}.chat-order-finance span{display:block;font-size:9px;color:#818a98}.chat-order-finance b{display:block;font-size:11px;margin-top:2px}.chat-confirm-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.chat-confirm-grid span{display:flex;align-items:center;gap:6px;background:#f4f5f7;color:#747d8b;border-radius:9px;padding:8px 9px;font-size:10px;font-weight:600}.chat-confirm-grid span.done{background:#eaf8ef;color:#167c3d}.chat-delivery-ready{margin-top:9px;background:#effaf3;border:1px solid #d0eed9;border-radius:10px;padding:9px 10px}.chat-delivery-ready>div{display:flex;align-items:center;gap:6px;color:#1b7540}.chat-delivery-ready details{margin-top:6px}.chat-delivery-ready summary{cursor:pointer;color:#3b6950;font-size:10px;font-weight:700}.chat-delivery-ready pre{white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:8px;padding:8px;margin:6px 0 0;font-size:10px}.chat-delivery-wait{display:flex;align-items:center;gap:7px;margin-top:9px;background:#fff8e5;border:1px solid #ffe0a2;color:#846000;border-radius:9px;padding:8px 10px;font-size:10px}.chat-dispute-notice{display:flex;gap:9px;align-items:flex-start;margin-top:9px;background:#fff0f0;border:1px solid #ffd1d1;color:#9d2525;border-radius:10px;padding:9px 10px}.chat-dispute-notice i{margin-top:2px}.chat-dispute-notice strong,.chat-dispute-notice span,.chat-dispute-notice small{display:block}.chat-dispute-notice span{font-size:10px;margin-top:2px}.chat-dispute-notice small{font-size:9px;margin-top:3px;color:#b95858}.chat-admin-wait{display:inline-flex;align-items:center;gap:6px;color:#b52b2b;font-weight:700;font-size:10px}.market-chat-order-panel .order-actions{margin-top:10px!important}
@media(max-width:767px){.market-verification-required{grid-template-columns:1fr}.market-verification-required-icon{display:none}.market-modal-finance,.chat-order-finance{grid-template-columns:1fr}.market-order-card-actions>.market-modern-btn{flex:1}.market-delivery-secret-box{flex-direction:column}.market-copy-secret-btn{padding:10px}.market-empty-illustration{width:105px}}

/* ===== V4.2 account/chat polish ===== */
.market-conversation.conversation-locked{background:#fff1f1;border-left:3px solid #dc3545;cursor:not-allowed;opacity:.88}.market-conversation.conversation-locked:hover{background:#ffe9e9}.market-conversation.conversation-locked .market-conversation-last{color:#a73b3b}.market-conversation-state.closed{background:#ffdede!important;color:#a61d24!important}.market-chat-messages.chat-is-closed{position:relative;overflow:hidden}.market-chat-messages.chat-is-closed>.market-msg{filter:blur(2.2px);opacity:.45;pointer-events:none}.chat-closed-overlay{position:absolute;z-index:20;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(360px,86%);background:rgba(255,255,255,.96);border:1px solid #ffd0d0;border-radius:15px;padding:18px;text-align:center;box-shadow:0 12px 38px rgba(60,20,20,.16);display:flex;flex-direction:column;align-items:center;gap:6px;color:#7c2525}.chat-closed-overlay i{font-size:24px;color:#dc3545}.chat-closed-overlay strong{font-size:14px}.chat-closed-overlay span{font-size:11px;line-height:1.5;color:#76585b}
.emoji-panel{max-width:300px!important;width:min(300px,calc(100vw - 52px))!important;grid-template-columns:repeat(7,minmax(30px,1fr))!important;gap:4px!important;overflow:hidden!important;right:auto!important;left:0!important;padding:8px!important}.emoji-panel.open{display:grid!important}.emoji-panel button{width:100%!important;min-width:0!important;height:32px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;overflow:hidden!important}
.account-bonus-pill{display:inline-flex;align-items:center;margin-top:5px;margin-left:5px;padding:5px 9px;border-radius:999px;background:#fff7df;border:1px solid #ffe39a;color:#8c6800;font-size:11px;font-weight:700}.account-application-card{background:#fff;border:1px solid #e5e8ed;border-radius:15px;padding:20px;box-shadow:0 5px 16px rgba(25,32,44,.04)}.partnership-info{display:flex;align-items:center;gap:12px;background:#e8f8ff;border:1px solid #a8e6fb;color:#155d75;border-radius:11px;padding:14px 16px;margin-bottom:18px}.application-form{display:grid;gap:10px}.application-form label{font-weight:700;font-size:13px;margin-top:4px}.application-form .form-control,.application-form .form-select{border-radius:10px;min-height:45px}.application-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f7f8fa;border-radius:10px;padding:12px 14px;margin-bottom:13px}.application-status-row small{display:block;color:#7b8492;margin-top:2px}.application-status{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.application-status.pending{background:#fff3cd;color:#7d5b00}.application-status.approved{background:#def7e8;color:#0b7436}.application-status.rejected{background:#ffe5e5;color:#a92121}.application-admin-note{background:#fff7e8;border-left:3px solid #ff9800;padding:10px 12px;border-radius:8px;margin-bottom:14px;font-size:12px;display:flex;gap:7px}.market-reviewed-btn{background:#eaf8ef;color:#187c3d;box-shadow:none;border:1px solid #cdebd8;cursor:default}.market-star-picker{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:5px}.market-star-picker input{display:none}.market-star-picker label{font-size:28px;color:#d9dde3;cursor:pointer;transition:.15s}.market-star-picker label:hover,.market-star-picker label:hover~label,.market-star-picker input:checked~label{color:#ffb300;transform:translateY(-1px)}.market-review-modal{border:0;border-radius:16px;box-shadow:0 20px 60px rgba(20,25,35,.18)}

/* V4.2 marketplace cards / pagination / responsive detail */
.market-card-main-link{display:block;color:inherit;text-decoration:none}.market-card-body-bottom{padding-top:0}.market-card-seller-link{position:relative;z-index:3;text-decoration:none;color:inherit;border-radius:8px;padding:5px;margin:-2px -5px 5px;transition:.16s}.market-card-seller-link:hover{background:#fff3eb;color:#e65a00}.market-list-count{font-size:11px;font-weight:700;color:#777f8c;margin:1px 0 9px}.market-pagination-wrap{display:flex;justify-content:center;margin:22px 0 8px}.market-pagination{list-style:none;display:flex;align-items:center;gap:5px;padding:0;margin:0}.market-pagination li a,.market-pagination li.dots{width:34px;height:34px;border:1px solid #e1e5ea;border-radius:8px;background:#fff;color:#3a424d;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:700;transition:.16s}.market-pagination li.active a{background:#ff6500;border-color:#ff6500;color:#fff}.market-pagination li:not(.disabled):not(.active) a:hover{border-color:#ff9a5e;color:#e65a00;transform:translateY(-1px)}.market-pagination li.disabled{pointer-events:none;opacity:.4}.market-pagination li.dots{border:0;background:transparent}.market-seller-card-inline{margin-top:14px!important}.market-detail-info{display:flex;flex-direction:column}.market-detail-info>.market-seller-card-inline{margin-top:auto!important}.active-sellers-section,.premium-listings-section{margin-bottom:18px}.active-sellers-scroll{display:flex;gap:10px;overflow:auto;padding:2px 1px 8px;scrollbar-width:thin}.active-seller-card{min-width:150px;background:#fff;border:1px solid #e5e8ed;border-radius:12px;padding:10px;text-decoration:none;color:#232831;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 3px 10px rgba(18,25,34,.04);transition:.16s}.active-seller-card:hover{transform:translateY(-2px);border-color:#ffc29e;color:#e65a00}.active-seller-card .avatar-wrap{position:relative}.active-seller-card img{width:44px;height:44px;border-radius:50%;object-fit:cover}.active-seller-card .online{position:absolute;right:0;bottom:1px;width:11px;height:11px;border-radius:50%;background:#16a34a;border:2px solid #fff}.active-seller-card .seller-name{font-size:11px;font-weight:700;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-seller-card small,.active-seller-card em{font-size:9px;font-style:normal;color:#7b8490}.active-seller-card small i{color:#f5a623}.section-head{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-bottom:9px}.section-head h4{font-size:14px;margin:0;font-weight:700}.section-head span{font-size:9px;color:#7d8590}
@media(max-width:767px){.market-detail-info>.market-seller-card-inline{margin-top:14px!important}.section-head{align-items:flex-start;flex-direction:column}.market-pagination li a,.market-pagination li.dots{width:31px;height:31px}.active-seller-card{min-width:135px}}


/* seller online/filter patch */
.market-online-filter{display:flex;align-items:center;gap:8px;margin:1px 0 13px;padding:10px 11px;border:1px solid #e5e9ee;border-radius:10px;background:#f8fafb;cursor:pointer;font-size:11px;font-weight:700;color:#4b5563}.market-online-filter input{accent-color:#16a34a;width:15px;height:15px}.market-online-filter span{display:flex;align-items:center;gap:6px}.market-online-filter i{font-size:8px;color:#16a34a}.market-card-seller-avatar{position:relative;display:inline-flex;flex:0 0 24px}.market-card-seller-avatar img{width:24px!important;height:24px!important}.market-card-seller-avatar i{position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;border-radius:50%;border:2px solid #fff;background:#aeb5bf}.market-card-seller-avatar i.online{background:#16a34a}.market-card-seller-name{display:flex!important;flex-direction:column;align-items:flex-start;gap:1px;min-width:0;flex:1}.market-card-seller-name b{font-size:10.5px;font-weight:700;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-presence{font-size:8.5px!important;font-style:normal!important;font-weight:700;line-height:1.1}.seller-presence.is-online{color:#159447}.seller-presence.is-offline{color:#9aa1aa}.market-card-seller-row>small{margin-left:auto!important}


/* V4.6 mobile marketplace layout */
.market-filter-toggle{display:none;width:100%;border:1px solid #e3e7ec;background:#fff;border-radius:12px;padding:12px 14px;align-items:center;justify-content:space-between;font-family:'Poppins',sans-serif;font-size:13px;font-weight:700;color:#2d333b;box-shadow:0 4px 14px rgba(22,28,36,.05)}
.market-filter-toggle span{display:flex;align-items:center;gap:8px}.market-filter-toggle i{color:#ff6500}.market-filter-toggle[aria-expanded="true"]>i{transform:rotate(180deg)}.market-filter-toggle>i{transition:transform .2s ease}.market-filter-wrap{display:block}
@media(max-width:991px){
 .market-heading-row{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:12px!important}.market-heading-row>div{min-width:0}.market-heading-row h2{margin-bottom:0!important}.market-heading-row p{display:none!important}.market-place-btn{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;min-height:44px!important;border-radius:12px!important;font-size:13px!important;box-shadow:0 5px 16px rgba(255,180,0,.18)!important}
 .market-filter-toggle{display:flex}.market-filter-wrap{display:none;margin-top:8px}.market-filter-wrap.open{display:block}.market-filter{margin-bottom:10px!important}
}


/* V6.2: very long listing text must never escape the card */
.market-detail-shell,.market-gallery-panel,.market-detail-info,.market-detail-card,.market-seller-card,.market-breadcrumb{min-width:0!important;max-width:100%;}
.market-detail-info h1,.market-breadcrumb strong,.market-description,.buy-summary strong,.seller-mini-link strong,.market-listing-status-notice p,.market-order-access-card{overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%;}
.market-detail-info h1{white-space:normal!important;}
.market-breadcrumb{flex-wrap:wrap!important;}
.market-breadcrumb strong{min-width:0;}

/* V6.3 - uzun marketplace mətnləri heç bir görünüşdə konteyneri aşmasın */
.market-card,.market-listing-card,.market-seller-card,.market-account-box,.market-table td,.market-table th,
.market-listing-title,.market-card-title,.market-product-title,.market-seller-name{
  min-width:0;
}
.market-listing-title,.market-card-title,.market-product-title,.market-table td a,.market-table td strong{
  overflow-wrap:anywhere;
  word-break:break-word;
}


html[data-theme="dark"] .market-page,html[data-theme="dark"] .market-detail-page{background:#071327!important}html[data-theme="dark"] .market-filter,html[data-theme="dark"] .market-card,html[data-theme="dark"] .market-empty,html[data-theme="dark"] .market-detail-card,html[data-theme="dark"] .market-seller-card,html[data-theme="dark"] .market-account-box,html[data-theme="dark"] .market-form-card,html[data-theme="dark"] .premium-listings-section,html[data-theme="dark"] .active-sellers-section,html[data-theme="dark"] .seller-profile-hero,html[data-theme="dark"] .seller-stats-grid>div,html[data-theme="dark"] .seller-tabs,html[data-theme="dark"] .seller-review-card{background:#111b2e!important;border-color:#2b3a52!important;color:#edf2fb!important;box-shadow:0 10px 30px rgba(0,0,0,.18)!important}html[data-theme="dark"] .market-card-image,html[data-theme="dark"] .market-main-image,html[data-theme="dark"] .market-thumb,html[data-theme="dark"] .market-preview-item img{background:#162238!important;border-color:#33445f!important}html[data-theme="dark"] .market-card-title,html[data-theme="dark"] .market-heading-row h2,html[data-theme="dark"] .section-head h4,html[data-theme="dark"] .seller-profile-hero h2,html[data-theme="dark"] .seller-stats-grid strong,html[data-theme="dark"] .seller-review-card strong{color:#fff!important}html[data-theme="dark"] .market-seller,html[data-theme="dark"] .market-filter .form-label,html[data-theme="dark"] .seller-profile-meta,html[data-theme="dark"] .seller-bio,html[data-theme="dark"] .seller-stats-grid span,html[data-theme="dark"] .section-head span,html[data-theme="dark"] .market-heading-row p,html[data-theme="dark"] .seller-review-card small,html[data-theme="dark"] .seller-review-card p{color:#b8c4d6!important}html[data-theme="dark"] .market-filter .form-control,html[data-theme="dark"] .market-filter .form-select{background:#162238!important;border-color:#33445f!important;color:#fff!important}html[data-theme="dark"] .seller-avatar-wrap img,html[data-theme="dark"] .seller-review-card img{border-color:#33445f!important;box-shadow:none!important;background:#162238!important}html[data-theme="dark"] .seller-online-badge{border-color:#111b2e!important}html[data-theme="dark"] .market-card a,html[data-theme="dark"] .seller-tabs a{color:#dce5f5!important}html[data-theme="dark"] .seller-tabs a.active{background:#ff6500!important;color:#fff!important}html[data-theme="dark"] .market-buy-link,html[data-theme="dark"] .market-place-btn{color:#fff!important}html[data-theme="dark"] .market-chat-wrap,html[data-theme="dark"] .market-chat-list,html[data-theme="dark"] .market-chat-main,html[data-theme="dark"] .market-chat-head,html[data-theme="dark"] .market-chat-form{background:#111b2e!important;border-color:#2b3a52!important;color:#edf2fb!important}html[data-theme="dark"] .market-chat-messages{background:#0c1728!important}html[data-theme="dark"] .market-msg{background:#162238!important;color:#edf2fb!important}html[data-theme="dark"] .market-msg.mine{background:#103123!important}html[data-theme="dark"] .market-chat-form input{background:#162238!important;border-color:#33445f!important;color:#fff!important}
