/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6c1e5xcqz7] {
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
}

.site-header[b-6c1e5xcqz7] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(130, 129, 135, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.site-header__inner[b-6c1e5xcqz7] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-header__brand[b-6c1e5xcqz7] {
    flex: 0 0 auto;
}

.site-header__brand img[b-6c1e5xcqz7] {
    display: block;
    width: 160px;
    height: auto;
}

.site-nav[b-6c1e5xcqz7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.1rem 2rem;
}

.site-nav a[b-6c1e5xcqz7] {
    color: #222222;
    font-size: 0.98rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
}

.site-nav a:hover[b-6c1e5xcqz7] {
    color: #30c7b5;
}

main[b-6c1e5xcqz7] {
    max-width: 1440px;
    margin: 0 auto;
}

#blazor-error-ui[b-6c1e5xcqz7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-6c1e5xcqz7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .site-header__inner[b-6c1e5xcqz7] {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-nav[b-6c1e5xcqz7] {
        justify-content: flex-start;
        gap: 0.75rem 1.25rem;
    }
}
