/* ============================================================
   Layout Override: Navbar oculto, controles movidos al sidebar
   ============================================================ */

/* Ocultar navbar top completamente */
#layout-navbar {
    display: none !important;
}

/* El content wrapper ya no necesita padding-top del navbar */
.layout-page .content-wrapper {
    padding-top: 0 !important;
}

/* Sidebar theme toggle */

/* Sidebar theme toggle */
.sidebar-theme-btn:hover {
    color: var(--bs-primary) !important;
}

/* Mobile: menu toggle button needs to be accessible without navbar */
@media (max-width: 1199px) {
    .layout-menu-toggle-mobile {
        position: fixed;
        top: .75rem;
        left: .75rem;
        z-index: 1050;
        background: var(--bs-body-bg, #fff);
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 8px;
        padding: .5rem;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    }
}
