/* :root {
    --nexus-blue: #2563eb;
    --nexus-indigo: #4f46e5;
    --nexus-navy: #0f172a;
    --nexus-slate: #1e293b;
    --nexus-ice: #e2e8f0;
}

#header.app-header {
    background: linear-gradient(180deg, #123f73 0%, #1c4f8d 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

#header .brand-logo img {
    height: 44px;
    filter: drop-shadow(0 4px 12px rgba(37, 99, 235, 0.35));
}

#header .menu .menu-text,
#header .menu .menu-link,
#header .menu .menu-icon,
#header .brand {
    color: var(--nexus-ice);
}

#header .menu-search .form-control {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f8fafc;
}

#footer.app-footer {
    background: none;
    color: #0b1021;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
} */

/* Sidebar Nexus look */
/* #sidebar.app-sidebar {
    background: linear-gradient(180deg, #123f73 0%, #1c4f8d 100%);
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.25);
}

#sidebar .menu {
    padding: 12px 10px;
}

#sidebar .menu-header {
    color: #8da2c0;
    letter-spacing: 0.05em;
    font-size: 11px;
    text-transform: uppercase;
    margin: 12px 8px 6px;
}

#sidebar .menu .menu-link {
    color: #e2e8f0;
    padding: 12px 14px;
    border-radius: 12px;
    transition: all 0.15s ease;
    position: relative;
}

#sidebar .menu .menu-link:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

#sidebar .menu-icon {
    width: 28px;
    color: #94a3b8;
}

#sidebar .menu-item.active > .menu-link,
#sidebar .menu-item.active > a {
    background: rgba(56, 189, 248, 0.12);
    color: #38bdf8;
}

#sidebar .menu-item.active > .menu-link::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: #38bdf8;
}

#sidebar .menu-item.active .menu-icon {
    color: #38bdf8;
}

#sidebar .menu-submenu {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 6px 8px;
    margin: 4px 0 8px 10px;
}

#sidebar .menu-submenu .menu-item .menu-link {
    color: #cbd5e1;
    padding: 10px 12px;
    border-radius: 10px;
}

#sidebar .menu-submenu .menu-item .menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.badge-nexus {
    background: linear-gradient(135deg, var(--nexus-blue), var(--nexus-indigo));
    color: #fff;
} */
