/* _content/Admin.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.topnav[b-ckgh96bvd4] {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    height: 60px;
}

.logo[b-ckgh96bvd4] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #444;
    display: flex;
    align-items: center;
}

.logo-image[b-ckgh96bvd4] {
    max-height: 40px;
    height: auto;
    max-width: 200px;
    object-fit: contain;
}

.container[b-ckgh96bvd4] {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 2rem;
}

article[b-ckgh96bvd4] {
    width: 100%;
}

#blazor-error-ui[b-ckgh96bvd4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ckgh96bvd4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/Admin.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu-container[b-h11sn2sp9z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-links[b-h11sn2sp9z] {
    display: flex;
    gap: 2rem;
    margin-left: 3rem;
}

.nav-links a[b-h11sn2sp9z] {
    color: #666;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
}

.nav-links a:hover[b-h11sn2sp9z] {
    color: #333;
    border-bottom-color: #888;
}

.nav-links a.active[b-h11sn2sp9z],
.nav-links a[b-h11sn2sp9z]::deep(.active) {
    color: #333;
    border-bottom-color: #333;
}

.user-menu[b-h11sn2sp9z] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-right: 2rem;
}

.user-name[b-h11sn2sp9z] {
    color: #666;
    font-size: 0.875rem;
}

.btn-logout[b-h11sn2sp9z] {
    color: #fff;
    background: #555;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.875rem;
}

.btn-logout:hover[b-h11sn2sp9z] {
    background: #444;
}
