/* Dark Mode Overrides */

[data-bs-theme="dark"] {
    color-scheme: dark;
}

[data-bs-theme="dark"] body {
    background-color: #1a1d1f;
    color: #e1e1e1;
}

[data-bs-theme="dark"] .bg-light {
    background-color: #232729 !important;
}

[data-bs-theme="dark"] .timeline-section,
[data-bs-theme="dark"] .context {
    background-color: #1a1d1f;
}

[data-bs-theme="dark"] .edition-card {
    background: #232729;
    border-color: #404040;
}

[data-bs-theme="dark"] .edition-card.featured {
    background: linear-gradient(135deg, #232729 0%, rgba(168, 53, 69, 0.1) 100%);
}

[data-bs-theme="dark"] .feature-card {
    background: #232729;
    border-color: #404040;
}

[data-bs-theme="dark"] .text-muted {
    color: #b2b2b2 !important;
}

/* Bootstrap component overrides */
[data-bs-theme="dark"] .navbar {
    background-color: #8b2332 !important;
}

[data-bs-theme="dark"] .btn-outline-light {
    color: #e1e1e1;
    border-color: #e1e1e1;
}

[data-bs-theme="dark"] .btn-outline-light:hover {
    background-color: #e1e1e1;
    color: #1a1d1f;
}
