/* Dark mode for marketplace design */
[data-bs-theme="dark"] body { background: #0f172a; color: #e2e8f0; }

[data-bs-theme="dark"] .market-header { background: rgba(15,23,42,.92) !important; border-color: #334155; }
[data-bs-theme="dark"] .header-icon { color: #94a3b8; }
[data-bs-theme="dark"] .header-icon:hover { background: #1e293b; color: #e2e8f0; }

[data-bs-theme="dark"] .search-overlay { background: #0f172a; }
[data-bs-theme="dark"] .search-overlay-header { background: #1e293b; border-color: #334155; }
[data-bs-theme="dark"] .search-input { color: #e2e8f0; }
[data-bs-theme="dark"] .search-input::placeholder { color: #64748b; }
[data-bs-theme="dark"] .search-close { background: #334155; color: #94a3b8; }

[data-bs-theme="dark"] .mobile-menu { background: #1e293b; }
[data-bs-theme="dark"] .mobile-menu-header { border-color: #334155; }
[data-bs-theme="dark"] .mobile-menu-user { border-color: #334155; }
[data-bs-theme="dark"] .mobile-menu-link { color: #e2e8f0; }
[data-bs-theme="dark"] .mobile-menu-link:hover { background: #0f172a; }
[data-bs-theme="dark"] .mobile-menu-link i { color: #64748b; }
[data-bs-theme="dark"] .menu-divider { background: #334155; }

[data-bs-theme="dark"] .product-card,
[data-bs-theme="dark"] .store-card,
[data-bs-theme="dark"] .service-card { background: #1e293b; }

[data-bs-theme="dark"] .product-image { background: #0f172a; }

[data-bs-theme="dark"] .product-name { color: #e2e8f0; }
[data-bs-theme="dark"] .product-store { color: #64748b; }
[data-bs-theme="dark"] .product-store a { color: #64748b; }
[data-bs-theme="dark"] .product-store a:hover { color: #34D399; }

[data-bs-theme="dark"] .wl-btn { background: rgba(30,41,59,.9); color: #64748b; }
[data-bs-theme="dark"] .wl-btn.active { color: #ff6b6b; background: rgba(255,107,107,.15); }

[data-bs-theme="dark"] .chat-btn { border-color: #334155; color: #94a3b8; background: transparent; }
[data-bs-theme="dark"] .chat-btn:hover { border-color: #10B981; color: #34D399; background: rgba(16,185,129,.1); }

[data-bs-theme="dark"] .store-name { color: #e2e8f0; }
[data-bs-theme="dark"] .store-meta { color: #64748b; }

[data-bs-theme="dark"] .service-name { color: #e2e8f0; }
[data-bs-theme="dark"] .service-seller { color: #64748b; }

[data-bs-theme="dark"] .mobile-bottom-nav { background: rgba(15,23,42,.95) !important; border-color: #334155; }
[data-bs-theme="dark"] .mobile-nav-item { color: #64748b; }
[data-bs-theme="dark"] .mobile-nav-item.active { color: #34D399; }
[data-bs-theme="dark"] .mobile-nav-item .badge { border-color: #1e293b; }

[data-bs-theme="dark"] .market-footer { background: #0f172a; }
[data-bs-theme="dark"] .header-logo-img { filter: brightness(0) invert(1); }

[data-bs-theme="dark"] .badge-dot,
[data-bs-theme="dark"] .badge-number { border-color: #1e293b; }

[data-bs-theme="dark"] .hero-search-bar { background: #1e293b; }
[data-bs-theme="dark"] .hero-search-bar input { color: #e2e8f0; }
[data-bs-theme="dark"] .hero-search-bar input::placeholder { color: #64748b; }

[data-bs-theme="dark"] .section-title { color: #e2e8f0; }
[data-bs-theme="dark"] .section-sub { color: #64748b; }

[data-bs-theme="dark"] .cat-label { color: #94a3b8; }

[data-bs-theme="dark"] .search-suggestions .hover-bg:hover { background: #1e293b; }
[data-bs-theme="dark"] .search-suggestions .text-dark { color: #e2e8f0 !important; }

/* Legacy page styles */
[data-bs-theme="dark"] .navbar { background: rgba(15,23,42,.95) !important; }
[data-bs-theme="dark"] .navbar .nav-link { color: #94a3b8 !important; }
[data-bs-theme="dark"] .navbar .nav-link:hover { color: white !important; background: rgba(255,255,255,.05); }

[data-bs-theme="dark"] .sidebar { background: #1e293b; }
[data-bs-theme="dark"] .sidebar .list-group-item { color: #94a3b8; }
[data-bs-theme="dark"] .sidebar .list-group-item:hover { background: #334155; color: white; }
[data-bs-theme="dark"] .sidebar .list-group-item.active { background: rgba(16,185,129,.15); color: #34D399; }

[data-bs-theme="dark"] .dashboard-card,
[data-bs-theme="dark"] .cart-item,
[data-bs-theme="dark"] .category-card,
[data-bs-theme="dark"] .chat-container,
[data-bs-theme="dark"] .testimonial-card,
[data-bs-theme="dark"] .filter-card,
[data-bs-theme="dark"] .auth-card { background: #1e293b; border-color: #334155; }

[data-bs-theme="dark"] .cart-item:hover { background: #233044; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
[data-bs-theme="dark"] .cart-item .details .store-name,
[data-bs-theme="dark"] .cart-item .store-name { color: #64748b; }
[data-bs-theme="dark"] .cart-item .details .name { color: #e2e8f0; }
[data-bs-theme="dark"] .cart-item .image { background: #0f172a; }

[data-bs-theme="dark"] .qty-control { border-color: #334155; }
[data-bs-theme="dark"] .qty-minus,
[data-bs-theme="dark"] .qty-plus { background: #0f172a; color: #94a3b8; }
[data-bs-theme="dark"] .qty-minus:hover,
[data-bs-theme="dark"] .qty-plus:hover { background: #334155; }
[data-bs-theme="dark"] .qty-control .qty { border-color: #334155; color: #e2e8f0; }

[data-bs-theme="dark"] .dashboard-card .number { color: #e2e8f0; }
[data-bs-theme="dark"] .dashboard-card .label { color: #64748b; }

[data-bs-theme="dark"] .upload-area { border-color: #334155; color: #64748b; }
[data-bs-theme="dark"] .upload-area:hover { border-color: #10B981; color: #34D399; background: rgba(16,185,129,.08); }

[data-bs-theme="dark"] .action-btn { background: transparent; border-color: #334155; color: #94a3b8; }
[data-bs-theme="dark"] .action-btn:hover { border-color: #10B981; color: #34D399; }
[data-bs-theme="dark"] .action-btn-primary { background: var(--primary); border-color: var(--primary); color: white; }

[data-bs-theme="dark"] .image-wrap { background: #0f172a; }
[data-bs-theme="dark"] .empty-state i { color: #64748b; }
[data-bs-theme="dark"] .empty-state h5 { color: #e2e8f0; }
[data-bs-theme="dark"] .empty-state p { color: #64748b; }

[data-bs-theme="dark"] .category-card .name { color: #e2e8f0; }
[data-bs-theme="dark"] .category-card .count { color: #64748b; }

[data-bs-theme="dark"] .filter-title { color: #e2e8f0; }

[data-bs-theme="dark"] .main-image { background: #0f172a; }
[data-bs-theme="dark"] .thumb { border-color: #334155; }
[data-bs-theme="dark"] .thumb.active { border-color: #10B981; }
[data-bs-theme="dark"] .product-details .text-muted { color: #64748b !important; }

[data-bs-theme="dark"] .input-group-text { background: #0f172a; border-color: #334155; color: #94a3b8; }

[data-bs-theme="dark"] .chat-message.received { background: #334155; color: #e2e8f0; }
[data-bs-theme="dark"] .chat-conversation { border-color: #334155; }
[data-bs-theme="dark"] .chat-header,
[data-bs-theme="dark"] .chat-input { border-color: #334155; }

[data-bs-theme="dark"] .form-control {
    background: #0f172a;
    border-color: #334155;
    color: #e2e8f0;
}
[data-bs-theme="dark"] .form-control:focus {
    background: #0f172a;
    border-color: var(--primary);
    color: #e2e8f0;
}

[data-bs-theme="dark"] .modal-content { background: #1e293b; color: #e2e8f0; }
[data-bs-theme="dark"] .dropdown-menu { background: #1e293b; border-color: #334155; }
[data-bs-theme="dark"] .dropdown-item { color: #94a3b8; }
[data-bs-theme="dark"] .dropdown-item:hover { background: #334155; color: white; }

[data-bs-theme="dark"] .list-group-item {
    background: #1e293b;
    color: #94a3b8;
    border-color: #334155;
}
[data-bs-theme="dark"] .list-group-item:hover { background: #334155; color: white; }

[data-bs-theme="dark"] .alert-success { background: #065f46; color: #a7f3d0; }
[data-bs-theme="dark"] .alert-danger { background: #7f1d1d; color: #fecaca; }

[data-bs-theme="dark"] .table {
    --bs-table-bg: #1e293b;
    --bs-table-color: #e2e8f0;
    --bs-table-border-color: #334155;
}
[data-bs-theme="dark"] .table-light { --bs-table-bg: #233044; --bs-table-color: #e2e8f0; }

[data-bs-theme="dark"] .card { background: #1e293b; border-color: #334155; }

[data-bs-theme="dark"] .page-link { background: #1e293b; border-color: #334155; color: #94a3b8; }
[data-bs-theme="dark"] .page-item.active .page-link { background: var(--primary); border-color: var(--primary); color: white; }

[data-bs-theme="dark"] ::-webkit-scrollbar-thumb { background: #334155; }

[data-bs-theme="dark"] .bg-white { background: #1e293b !important; }
[data-bs-theme="dark"] .border { border-color: #334155 !important; }
[data-bs-theme="dark"] .text-dark { color: #e2e8f0 !important; }
[data-bs-theme="dark"] .text-muted { color: #64748b !important; }
