/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-iqw79t67lo] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-iqw79t67lo] {
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.brand[b-iqw79t67lo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo[b-iqw79t67lo] {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
}

.site-name[b-iqw79t67lo] {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.menu[b-iqw79t67lo] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.menu a[b-iqw79t67lo] {
    text-decoration: none;
    color: inherit;
}

.main[b-iqw79t67lo] {
    flex: 1;
    padding: 1rem 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.footer[b-iqw79t67lo] {
    padding: 1rem 1.5rem;
    text-align: center;
}

#blazor-error-ui[b-iqw79t67lo] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 1rem;
    background: #c00;
    color: #fff;
}

#blazor-error-ui .reload[b-iqw79t67lo] { color: #fff; margin-left: 0.5rem; }
#blazor-error-ui .dismiss[b-iqw79t67lo] { float: left; cursor: pointer; }
