/* Dark Theme Styles - Include in all pages */
body.dark-theme {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

body.dark-theme .profile-card,
body.dark-theme .settings-card,
body.dark-theme .security-card,
body.dark-theme .document-card,
body.dark-theme .verification-section,
body.dark-theme .orders-list,
body.dark-theme .order-item {
    background: #16213e;
    color: #e0e0e0;
}

body.dark-theme .info-card,
body.dark-theme .stat-item,
body.dark-theme .wallet-card {
    background: #1a1a2e;
    border-color: #2d3748;
}

body.dark-theme .info-value,
body.dark-theme .profile-name,
body.dark-theme .section-title {
    color: white;
}

body.dark-theme .info-label,
body.dark-theme .stat-label,
body.dark-theme .order-meta {
    color: #a0aec0;
}

body.dark-theme .back-btn,
body.dark-theme .menu-link {
    background: rgba(255,255,255,0.1);
}

body.dark-theme .back-btn:hover,
body.dark-theme .menu-link:hover {
    background: rgba(255,255,255,0.2);
}

body.dark-theme input,
body.dark-theme select,
body.dark-theme textarea {
    background: #1a1a2e;
    border-color: #2d3748;
    color: white;
}