
/* EMERGENCY NAVBAR FIX - FORCE VISIBILITY */
[data-theme="dark"] .navbar-light,
[data-theme="dark"] .navbar-expand-lg,
[data-theme="dark"] .sticky-top {
    background-color: rgba(30, 41, 59, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid #475569 !important;
}

[data-theme="dark"] .navbar-light .navbar-nav .nav-link,
[data-theme="dark"] .navbar-light .navbar-brand,
[data-theme="dark"] .navbar-light .navbar-brand h2 {
    color: #ffffff !important;
}

[data-theme="dark"] .navbar-brand h2 {
    color: #6366f1 !important;
}

[data-theme="dark"] .container-fluid.p-0,
[data-theme="dark"] .container-fluid[style*="background"] {
    background-color: #1e293b !important;
}

[data-theme="dark"] .container-fluid * {
    color: #ffffff !important;
}
