/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Estilos scoped del layout — se aplican vía CSS isolation */

#blazor-error-ui[b-na9jongpw0] {
    background: #fff;
    color: #0a2540;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 15px 35px rgba(50, 50, 93, .18), 0 5px 15px rgba(15, 23, 42, .12);
    border: 1px solid #e3e8ee;
    border-left: 4px solid #f45b69;
    border-radius: 14px;
    display: none;
    padding: 0.85rem 2.5rem 0.85rem 1.15rem;
    position: fixed;
    max-width: min(560px, calc(100% - 2rem));
    z-index: 1000;
    font-size: 0.92rem;
    font-weight: 500;
}

    #blazor-error-ui .reload[b-na9jongpw0] {
        color: #635bff;
        font-weight: 600;
        margin-left: .4rem;
        text-decoration: none;
    }

        #blazor-error-ui .reload:hover[b-na9jongpw0] {
            color: #5046e5;
            text-decoration: underline;
        }

    #blazor-error-ui .dismiss[b-na9jongpw0] {
        cursor: pointer;
        position: absolute;
        right: 0.85rem;
        top: 0.65rem;
        color: #8898aa;
        transition: color 140ms ease;
    }

        #blazor-error-ui .dismiss:hover[b-na9jongpw0] {
            color: #0a2540;
        }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Estilos scoped del NavMenu — vacío; los estilos del portal-menu están en landing.css */
