/* /Layout/MainLayout.razor.rz.scp.css */
/* ── Barra superior: tabs + auth en la misma fila ── */

.nav-tabs-bar[b-0fx1zr7vt9] {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #003399 0%, #012d5e 100%);
    padding: 0 2rem;
}

/* ── Tabs ── */

.nav-tabs[b-0fx1zr7vt9] {
    display: flex;
    align-items: stretch;
    flex: 1;
}

.nav-tab[b-0fx1zr7vt9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.2rem 2rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
    white-space: nowrap;
}

.nav-tab:hover[b-0fx1zr7vt9] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.nav-tab.active[b-0fx1zr7vt9] {
    color: #ffffff;
    border-bottom-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

/* ── Auth ── */

.nav-auth[b-0fx1zr7vt9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #ffffff;
    padding-left: 2rem;
}

.nav-username[b-0fx1zr7vt9] {
    font-size: 1.3rem;
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Sub-navegación ── */

.nav-subnav[b-0fx1zr7vt9] {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 2rem;
    background: #f8f9fb;
    border-bottom: 1px solid #dde3f0;
}

.subnav-link[b-0fx1zr7vt9] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.6rem;
    color: #555;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    transition: all 0.15s ease-in-out;
    position: relative;
}

.subnav-link:hover[b-0fx1zr7vt9] {
    background-color: rgba(0, 51, 153, 0.06);
    color: #003399;
    text-decoration: none;
}

.subnav-link.active[b-0fx1zr7vt9] {
    color: #003399;
    border-bottom-color: #003399;
    background-color: rgba(0, 51, 153, 0.06);
}

/* ── Pantalla de bienvenida (no autenticado / verificando) ── */

.guest-screen[b-0fx1zr7vt9] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-background, #f0f4fa);
}

.guest-card[b-0fx1zr7vt9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    background: #ffffff;
    border-radius: 1.2rem;
    padding: 4.8rem 6.4rem;
    box-shadow: 0 4px 24px rgba(0, 51, 153, 0.1);
    text-align: center;
}

.guest-card__title[b-0fx1zr7vt9] {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003399;
    margin: 0;
}

.guest-card__message[b-0fx1zr7vt9] {
    font-size: 1.5rem;
    color: #666;
    margin: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Estilos manejados por MudBlazor */
/* /Pages/Catalogos/Proveedores.razor.rz.scp.css */
/* Estilos movidos a wwwroot/css/catalogos-styles.css */
