[data-bs-theme="dark"] body { background: #1a1a2e; color: #e0e0e0; }
[data-bs-theme="dark"] .bg-light { background: #16213e !important; }
[data-bs-theme="dark"] .card, [data-bs-theme="dark"] .list-group-item { background: #1a1a2e; border-color: #2a2a4a; }
[data-bs-theme="dark"] .card-header, [data-bs-theme="dark"] .modal-content { background: #16213e; color: #e0e0e0; border-color: #2a2a4a; }
[data-bs-theme="dark"] .modal-header { border-color: #2a2a4a; }
[data-bs-theme="dark"] .product-card { background: #16213e; }
[data-bs-theme="dark"] .product-title a { color: #e0e0e0 !important; }
[data-bs-theme="dark"] .product-category { color: #aaa !important; }
[data-bs-theme="dark"] .text-muted { color: #aaa !important; }
[data-bs-theme="dark"] .admin-body { background: #1a1a2e; }
[data-bs-theme="dark"] .admin-navbar { background: #16213e !important; }
[data-bs-theme="dark"] .table { color: #e0e0e0; }
[data-bs-theme="dark"] .table-hover tbody tr:hover { color: #e0e0e0; background: rgba(255,255,255,0.05); }
[data-bs-theme="dark"] .breadcrumb-item.active { color: #aaa; }
[data-bs-theme="dark"] .breadcrumb-item a { color: #6ea8fe; }
[data-bs-theme="dark"] .list-group-item { background: #16213e; border-color: #2a2a4a; }
[data-bs-theme="dark"] .form-control, [data-bs-theme="dark"] .form-select {
    background: #1a1a2e;
    border-color: #2a2a4a;
    color: #e0e0e0;
}
[data-bs-theme="dark"] .form-control:focus, [data-bs-theme="dark"] .form-select:focus {
    background: #1a1a2e;
    color: #e0e0e0;
}
[data-bs-theme="dark"] .input-group-text {
    background: #16213e;
    border-color: #2a2a4a;
    color: #e0e0e0;
}
[data-bs-theme="dark"] .border { border-color: #2a2a4a !important; }
[data-bs-theme="dark"] .dropdown-menu { background: #16213e; border-color: #2a2a4a; }
[data-bs-theme="dark"] .dropdown-item { color: #e0e0e0; }
[data-bs-theme="dark"] .dropdown-item:hover { background: rgba(255,255,255,0.1); }
[data-bs-theme="dark"] .dropdown-divider { border-color: #2a2a4a; }
[data-bs-theme="dark"] hr { border-color: #2a2a4a; }
[data-bs-theme="dark"] .nav-tabs .nav-link { color: #aaa; }
[data-bs-theme="dark"] .nav-tabs .nav-link.active { background: #16213e; color: #e0e0e0; border-color: #2a2a4a; }
[data-bs-theme="dark"] .tab-content { background: #16213e !important; }
[data-bs-theme="dark"] .category-card { background: #16213e !important; border-color: #2a2a4a !important; }
[data-bs-theme="dark"] .category-card h6 { color: #e0e0e0 !important; }
[data-bs-theme="dark"] .btn-outline-light:hover { background: transparent; }
[data-bs-theme="dark"] .offcanvas-body { background: #16213e !important; }
[data-bs-theme="dark"] .review-item { border-color: #2a2a4a !important; }
