/* _content/LIGAPRO/Shared/MainLayout.razor.rz.scp.css */
.page[b-vlxk798fhe] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
}

main[b-vlxk798fhe] {
    flex: 1;
}

/* --- SIDEBAR ESTILO FC (Mantenemos el patr�n t�cnico diagonal) --- */
.sidebar[b-vlxk798fhe] {
    background-color: #131519;
    /* Patr�n de l�neas diagonales finas para textura t�cnica */
    background-image: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, rgba(19, 21, 25, 1) 100%), repeating-linear-gradient( 45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 11px );
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1030; /* Asegurar que est� sobre el contenido */
}

/* --- TOP ROW ESTILO FC (Con efecto de l�neas + Gradiente Verde Ne�n) --- */
.top-row[b-vlxk798fhe] {
    /* Fondo base oscuro s�lido */
    background-color: #16181d;
    /* CAPAS DE FONDO:
       1. Gradiente Verde Ne�n Superior (El toque FC)
       2. Brillo blanco sutil para volumen
       3. Patr�n de l�neas diagonales (Textura t�cnica)
    */
    background-image: linear-gradient(180deg, rgba(212, 175, 55, 0.05) 0%, rgba(19, 21, 25, 1) 100%), repeating-linear-gradient( 45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 11px );
    /* Efecto de cristal */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Borde inferior con un toque verde sutil */
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    z-index: 1020;
    /* Sombra suave con tinte verde para separar del contenido */
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.05);
}

    /* Enlaces del Top Row */
    .top-row[b-vlxk798fhe]  a, .top-row .btn-link[b-vlxk798fhe] {
        white-space: nowrap;
        margin-left: 1.5rem;
        color: #b0b3b8; /* Texto gris claro */
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
        transition: all 0.2s ease;
        padding: 0.5rem 1rem;
        border-radius: 4px;
    }

        /* Efecto Hover en Enlaces */
        .top-row[b-vlxk798fhe]  a:hover, .top-row .btn-link:hover[b-vlxk798fhe] {
            color: #fff;
            background-color: rgba(212, 175, 55, 0.1); /* Fondo verde muy suave al hover */
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.6); /* Texto brillante */
            box-shadow: 0 0 10px rgba(212, 175, 55, 0.1); /* Resplandor */
        }

    .top-row a:first-child[b-vlxk798fhe] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* --- RESPONSIVE --- */
@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vlxk798fhe] {
        display: none;
    }

    .top-row.auth[b-vlxk798fhe] {
        justify-content: space-between;
    }

    .top-row a[b-vlxk798fhe], .top-row .btn-link[b-vlxk798fhe] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vlxk798fhe] {
        flex-direction: row;
    }

    .sidebar[b-vlxk798fhe] {
        width: 260px; /* Un poco m�s ancho para mejor lectura */
        height: 100vh;
        position: sticky;
        top: 0;
        box-shadow: 5px 0 20px rgba(0,0,0,0.4);
    }

    .top-row[b-vlxk798fhe] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .top-row[b-vlxk798fhe], article[b-vlxk798fhe] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* _content/LIGAPRO/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4wwvtogdni] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4wwvtogdni] {
    height: 5.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    /*background: radial-gradient(circle at 10% 20%, #100116 0%, #23082e 60%);*/
}

.navbar-brand[b-4wwvtogdni] {
    font-size: 1.1rem;
}

.oi[b-4wwvtogdni] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4wwvtogdni] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4wwvtogdni] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4wwvtogdni] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4wwvtogdni]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4wwvtogdni]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4wwvtogdni]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4wwvtogdni] {
        display: none;
    }

    .collapse[b-4wwvtogdni] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4wwvtogdni] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
