/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-3gq3vikxah] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-nav[b-3gq3vikxah] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1.25rem;
    height: 48px;
    background: #212529;
    flex-shrink: 0;
    z-index: 1000;
}

.nav-brand[b-3gq3vikxah] {
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    margin-right: 0.5rem;
}

.nav-links[b-3gq3vikxah] {
    display: flex;
    gap: 0.25rem;
}

[b-3gq3vikxah] .nav-links a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 0.35rem 0.8rem;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.15s, color 0.15s;
}

[b-3gq3vikxah] .nav-links a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.12);
}

[b-3gq3vikxah] .nav-links a.active {
    color: white;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 600;
}

.page-body[b-3gq3vikxah] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
