/* ========================================
   THEME: DARK MODE
   ======================================== */
:root {
    --primary: #818cf8;
    --primary-dark: #6366f1;
    --secondary: #a78bfa;
    --accent: #c4b5fd;
    --dark: #0f172a;
    --text: #e2e8f0;
    --text-light: #94a3b8;
    --text-muted: #64748b;
    --white: #1e293b;
    --light-bg: #0f172a;
    --border: #334155;
}

body {
    background: #0f172a !important;
    color: #e2e8f0 !important;
}

/* Navigation */
.nav-wrapper {
    background: rgba(15,23,42,0.95) !important;
    border-bottom-color: #334155 !important;
}
.logo-text { color: #fff !important; }
.nav-link { color: #e2e8f0 !important; }
.nav-link:hover, .nav-link.active { color: #818cf8 !important; }
.dropdown-menu { background: #1e293b !important; }
.dropdown-item:hover { background: #334155 !important; }
.mobile-menu-toggle span { background: #fff !important; }

/* Hero */
.hero-gradient {
    background: linear-gradient(135deg, rgba(129,140,248,0.1) 0%, rgba(167,139,250,0.1) 50%, rgba(196,181,253,0.05) 100%) !important;
}
.hero-shape-1 {
    background: linear-gradient(135deg, rgba(129,140,248,0.3), rgba(167,139,250,0.3)) !important;
}
.hero-shape-2 {
    background: linear-gradient(135deg, rgba(196,181,253,0.3), rgba(129,140,248,0.2)) !important;
}
.hero-title { color: #fff !important; }

/* Cards & Sections */
.product-card, .category-card, .filters-sidebar, .trust-card {
    background: #1e293b !important;
}
.product-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.4) !important;
}
.product-name, .category-name, .section-title, .toolbar-left h2 { 
    color: #fff !important; 
}
.product-price { color: #818cf8 !important; }

/* All Products Section */
.all-products-section {
    background: #0f172a !important;
}

/* Filter */
.filter-option:hover { background: #334155 !important; }
.filter-option.active { background: rgba(129,140,248,0.2) !important; }
.option-count { background: #334155 !important; }

/* Inputs */
.nav-search input, .sort-select {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #e2e8f0 !important;
}
.nav-search input:focus, .sort-select:focus {
    border-color: #818cf8 !important;
}

/* Promo */
.promo-content {
    background: linear-gradient(135deg, #818cf8, #a78bfa) !important;
}

/* Trust Section */
.trust-section {
    background: #1e293b !important;
}

/* Footer */
.footer {
    background: #020617 !important;
}

/* Buttons */
.btn-primary {
    box-shadow: 0 4px 15px rgba(129,140,248,0.4) !important;
}
.btn-primary:hover {
    box-shadow: 0 8px 25px rgba(129,140,248,0.5) !important;
}
.btn-ghost {
    border-color: #334155 !important;
    color: #e2e8f0 !important;
}
.btn-ghost:hover {
    border-color: #818cf8 !important;
    color: #818cf8 !important;
}
