/* /Layout/MainLayout.razor.rz.scp.css */
/* BASE STYLES for Navigation Links */
.platinum-nav-link[b-84klpebits] {
    color: var(--mud-palette-text-secondary) !important;
    transition: all 0.2s ease;
    border-radius: 0.75rem !important;
    /* rounded-xl */
    padding: 10px 16px !important;
}

.platinum-nav-text[b-84klpebits] {
    font-weight: 500;
    font-size: 0.875rem;
    /* text-sm */
}

.platinum-nav-icon[b-84klpebits] {
    color: var(--mud-palette-text-secondary) !important;
    /* text-gray-400 */
    margin-right: 12px;
    transition: color 0.2s ease;
}

.platinum-chevron[b-84klpebits] {
    color: var(--mud-palette-text-secondary);
    display: none;
    /* Hidden by default */
}

/* HOVER STATE */
.platinum-nav-link:hover[b-84klpebits] {
    background-color: var(--mud-palette-action-default-hover) !important;
    color: var(--mud-palette-text-primary) !important;
}

.platinum-nav-link:hover .platinum-nav-icon[b-84klpebits] {
    color: var(--mud-palette-text-primary) !important;
}

/* ACTIVE STATE */
.mud-nav-link.platinum-active[b-84klpebits] {
    background-color: var(--mud-palette-text-primary) !important;
    /* Negro en día, Blanco en noche */
    color: var(--mud-palette-background) !important;
    /* Blanco en día, Negro en noche */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Active Text */
.mud-nav-link.platinum-active .platinum-nav-text[b-84klpebits] {
    color: inherit !important;
}

/* Active Icons */
.mud-nav-link.platinum-active .platinum-nav-icon[b-84klpebits] {
    color: inherit !important;
}

/* Show Chevron when Active */
.mud-nav-link.platinum-active .platinum-chevron[b-84klpebits] {
    display: flex !important;
    color: inherit !important;
}

/* Logout Link Specifics */
.platinum-nav-link-logout:hover[b-84klpebits] {
    color: var(--mud-palette-error) !important;
    background-color: var(--mud-palette-error-hover) !important;
}

.platinum-nav-link-logout .mud-icon-root[b-84klpebits] {
    color: var(--mud-palette-text-secondary) !important;
    color: inherit !important;
    margin-right: 12px !important;
}

.platinum-nav-link-logout:hover .mud-icon-root[b-84klpebits] {
    color: var(--mud-palette-error) !important;
}

/* =========================================
   MOBILE BOTTOM NAVIGATION STYLES
   ========================================= */

.mobile-nav-container[b-84klpebits] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    /* h-20 */
    background-color: var(--mud-palette-surface);
    opacity: 0.95;
    backdrop-filter: blur(24px);
    /* backdrop-blur-xl */
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid var(--mud-palette-lines-default);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 0.5rem;
    /* px-2 */
    padding-right: 0.5rem;
    z-index: 1300;
    /* z-50 equivalent */
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-nav-item[b-84klpebits] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: all 0.2s ease;
    color: var(--mud-palette-text-secondary);
    background: transparent;
    border: none;
    cursor: pointer;
}

.mobile-nav-item:hover[b-84klpebits] {
    color: var(--mud-palette-text-primary);
}

.mobile-nav-icon-container[b-84klpebits] {
    padding: 6px;
    /* p-1.5 */
    border-radius: 12px;
    /* rounded-xl */
    margin-bottom: 4px;
    /* mb-1 */
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-label[b-84klpebits] {
    font-size: 10px;
    /* text-[10px] */
    font-weight: 700;
    /* font-bold */
    letter-spacing: 0.025em;
    /* tracking-wide */
    line-height: 1;
}

/* ACTIVE STATE for Mobile */
.mobile-nav-item.active[b-84klpebits] {
    color: var(--mud-palette-text-primary) !important;
}

.mobile-nav-item.active .mobile-nav-icon-container[b-84klpebits] {
    background-color: var(--mud-palette-action-default-hover);
}

.mobile-nav-item.active .mud-icon-root[b-84klpebits] {
    color: var(--mud-palette-text-primary);
}


/* === ESTILOS DE LOS BOTONES DEL MENÚ (Tus efectos personalizados) === */
/* Estado Activo: bg-gray-900 text-white shadow-lg shadow-gray-200 */
.btn-nav-active[b-84klpebits] {
    background-color: var(--mud-palette-text-primary) !important;
    color: var(--mud-palette-background) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2) !important;
    font-weight: 600;
}

/* Estado Inactivo: text-gray-500 hover:bg-gray-50 hover:text-gray-900 */
.btn-nav-inactive[b-84klpebits] {
    color: var(--mud-palette-text-secondary) !important;
    background-color: transparent !important;
    font-weight: 500;
}

.btn-nav-inactive:hover[b-84klpebits] {
    background-color: var(--mud-palette-action-default-hover) !important;
    color: var(--mud-palette-text-primary) !important;
}

/* Fix for content padding on mobile to avoid overlap with bottom nav */
.content-padding-fix[b-84klpebits] {
    padding-bottom: 96px !important;
    /* 24 (pb-24) * 4px = 96px */
}

@media (min-width: 960px) {
    .content-padding-fix[b-84klpebits] {
        padding-bottom: 20px !important;
        /* Reset for desktop */
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z5u22o9220] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-z5u22o9220] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-z5u22o9220] {
    font-size: 1.1rem;
}

.bi[b-z5u22o9220] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-z5u22o9220] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-z5u22o9220] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-z5u22o9220] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-z5u22o9220] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z5u22o9220] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z5u22o9220] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z5u22o9220]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-z5u22o9220]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-z5u22o9220]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z5u22o9220] {
        display: none;
    }

    .collapse[b-z5u22o9220] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-z5u22o9220] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
