[data-theme="dark"] body {
    background-color: #0b1220 !important;
    color: #dbe7ff !important;
}

[data-theme="dark"] header,
[data-theme="dark"] footer {
    background-color: #020617 !important;
    color: #e2e8f0 !important;
}

[data-theme="dark"] nav {
    background-color: #0f172a !important;
}

[data-theme="dark"] nav a,
[data-theme="dark"] nav .auth-link,
[data-theme="dark"] nav .logout-link,
[data-theme="dark"] nav .admin-link {
    color: #dbe7ff !important;
}

[data-theme="dark"] nav a:hover,
[data-theme="dark"] nav .auth-link:hover,
[data-theme="dark"] nav .logout-link:hover,
[data-theme="dark"] nav .admin-link:hover {
    color: #93c5fd !important;
}

[data-theme="dark"] nav .theme-toggle,
[data-theme="dark"] nav .language-switcher {
    color: #dbe7ff !important;
    border-color: #93c5fd !important;
    background-color: transparent !important;
}

[data-theme="dark"] nav .language-switcher option {
    background-color: #0f172a !important;
    color: #e2e8f0 !important;
}

[data-theme="dark"] .container,
[data-theme="dark"] .panel,
[data-theme="dark"] .auth-card,
[data-theme="dark"] .cart-section,
[data-theme="dark"] .compare-section,
[data-theme="dark"] .intro,
[data-theme="dark"] .product-card,
[data-theme="dark"] .order-card,
[data-theme="dark"] .faq-item {
    background-color: #111827 !important;
    border-color: #334155 !important;
    color: #dbe7ff !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] strong,
[data-theme="dark"] label,
[data-theme="dark"] .auth-state,
[data-theme="dark"] .item-actions label,
[data-theme="dark"] .checkout-group label,
[data-theme="dark"] .filter-group label {
    color: #e2e8f0 !important;
}

[data-theme="dark"] p,
[data-theme="dark"] small,
[data-theme="dark"] .orders-empty,
[data-theme="dark"] .cart-empty,
[data-theme="dark"] .compare-empty,
[data-theme="dark"] .search-empty,
[data-theme="dark"] .old-price,
[data-theme="dark"] .google-hint,
[data-theme="dark"] .oauth-divider,
[data-theme="dark"] .faq-answer {
    color: #94a3b8 !important;
}

[data-theme="dark"] .price,
[data-theme="dark"] .new-price,
[data-theme="dark"] .discount-price {
    color: #60a5fa !important;
}

[data-theme="dark"] input,
[data-theme="dark"] select,
[data-theme="dark"] textarea,
[data-theme="dark"] .search-input,
[data-theme="dark"] .filter-select,
[data-theme="dark"] .filter-input,
[data-theme="dark"] .checkout-group input,
[data-theme="dark"] .checkout-group select,
[data-theme="dark"] .checkout-group textarea {
    background-color: #0f172a !important;
    border-color: #334155 !important;
    color: #e2e8f0 !important;
}

[data-theme="dark"] table,
[data-theme="dark"] th,
[data-theme="dark"] td,
[data-theme="dark"] .cart-item {
    border-color: #334155 !important;
    color: #dbe7ff !important;
}

[data-theme="dark"] th {
    background-color: #1e293b !important;
}

[data-theme="dark"] .tab-btn {
    background-color: #334155 !important;
    color: #dbe7ff !important;
}

[data-theme="dark"] .tab-btn.active {
    background-color: #2563eb !important;
    color: #ffffff !important;
}

[data-theme="dark"] .oauth-divider::before,
[data-theme="dark"] .oauth-divider::after {
    background-color: #334155 !important;
}