/*
   SistemaPro V22.12 - Menú lateral: títulos visibles pero sobrios
   Este CSS se carga DESPUÉS de SistemaPro.styles.css desde Components/App.razor.
*/

.nav-scrollable .nav-section-title,
.nav-scrollable nav .nav-section-title,
nav.nav .nav-section-title,
.nav-section-title,
.menu-section-row {
    display: flex !important;
    align-items: center !important;
    gap: .45rem !important;
    box-sizing: border-box !important;
    width: calc(100% - 1.15rem) !important;
    min-height: 31px !important;
    margin: 13px .55rem 6px .55rem !important;
    padding: 7px 10px !important;

    color: #e5e7eb !important;
    -webkit-text-fill-color: #e5e7eb !important;
    opacity: 1 !important;
    visibility: visible !important;

    /* Fondo sobrio: oscuro con contraste, no verde chillante */
    background: #162231 !important;
    background-image: linear-gradient(90deg, #1f2937 0%, #111827 100%) !important;
    border: 1px solid rgba(148, 163, 184, .35) !important;
    border-left: 5px solid #64748b !important;
    border-radius: 7px !important;
    box-shadow: none !important;

    font-size: 10.5px !important;
    font-weight: 800 !important;
    line-height: 1rem !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
    white-space: normal !important;
}

.nav-scrollable .nav-section-title::before,
.nav-section-title::before {
    content: "▸" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #cbd5e1 !important;
    -webkit-text-fill-color: #cbd5e1 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    opacity: 1 !important;
}

.nav-scrollable .nav-section-title *,
.nav-section-title *,
.menu-section-row *,
.menu-section-row .menu-section-icon {
    color: #e5e7eb !important;
    -webkit-text-fill-color: #e5e7eb !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.nav-scrollable nav > .nav-section-title:first-child,
.nav-scrollable nav > .menu-section-row:first-child {
    margin-top: 10px !important;
}
