﻿[data-theme="dark"] .top-info-bar {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

[data-theme="dark"] .navbar {
    background: rgba(30, 41, 59, 0.98);
    border-bottom: 1px solid #334155;
}

[data-theme="dark"] .nav-link {
    color: #cbd5e1;
}

    [data-theme="dark"] .nav-link:hover {
        background: rgba(71, 85, 105, 0.3);
        color: #f1f5f9;
    }

    [data-theme="dark"] .nav-link.active {
        background: rgba(71, 85, 105, 0.5);
        color: #f1f5f9;
        font-weight: 600;
    }

[data-theme="dark"] .dropdown-content {
    background: #1e293b;
    border: 1px solid #334155;
}

[data-theme="dark"] .dropdown-link {
    color: #cbd5e1;
}

    [data-theme="dark"] .dropdown-link:hover {
        background: #334155;
        color: #f1f5f9;
    }

[data-theme="dark"] .menu-toggle {
    color: #cbd5e1;
}

    [data-theme="dark"] .menu-toggle:hover {
        background: rgba(71, 85, 105, 0.3);
        color: #f1f5f9;
    }

[data-theme="dark"] .icon-btn {
    color: #94a3b8;
}

    [data-theme="dark"] .icon-btn:hover {
        background: #334155;
        color: #f1f5f9;
    }

[data-theme="dark"] .user-profile:hover {
    background: #334155;
}

[data-theme="dark"] .user-avatar {
    background: linear-gradient(135deg, #475569, #64748b);
}

[data-theme="dark"] .user-name {
    color: #f1f5f9;
}

[data-theme="dark"] .user-role {
    color: #94a3b8;
}

[data-theme="dark"] .notification-content,
[data-theme="dark"] .user-menu-content {
    background: #1e293b;
    border: 1px solid #334155;
}

[data-theme="dark"] .notification-header {
    color: #f1f5f9;
    border-bottom: 1px solid #334155;
}

[data-theme="dark"] .notification-item:hover {
    background: #334155;
}

[data-theme="dark"] .notification-message {
    color: #cbd5e1;
}

[data-theme="dark"] .user-menu-item {
    color: #cbd5e1;
}

    [data-theme="dark"] .user-menu-item:hover {
        background: #334155;
        color: #f1f5f9;
    }

[data-theme="dark"] .user-info {
    border-bottom: 1px solid #334155;
}
