/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-wrapper[b-g29bpydfd1] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content[b-g29bpydfd1] {
    flex: 1;
}

#blazor-error-ui[b-g29bpydfd1] {
    background: #FFF1F2;
    color: #991B1B;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#blazor-error-ui .dismiss[b-g29bpydfd1] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* All navbar styles are cleanly managed in app.css */
