/* _content/FplPulse.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Scoped layout styles — kept minimal since app.css handles the design system */

#blazor-error-ui[b-bafenzp164] {
    background: var(--bg-card);
    bottom: 0;
    box-shadow: var(--shadow-md);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: var(--color-danger);
    border-top: 1px solid var(--border-color);
}

#blazor-error-ui .dismiss[b-bafenzp164] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/FplPulse.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Scoped nav styles — kept minimal since app.css handles the design system */

@media (max-width: 1024px) {
    .sidebar[b-8zhg2tej11]  .sidebar-nav {
        overflow-y: auto;
    }
}
