/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-container[b-3wz60q8tbz] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-header[b-3wz60q8tbz] {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

.header-content[b-3wz60q8tbz] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo a[b-3wz60q8tbz] {
    text-decoration: none;
    color: white;
}

.logo-text[b-3wz60q8tbz] {
    font-size: 1.8rem;
    margin: 0;
    color: white;
    font-weight: 700;
}

.logo-tagline[b-3wz60q8tbz] {
    font-size: 0.9rem;
    margin: 0;
    color: #e3f2fd;
    font-style: italic;
}

.main-nav ul[b-3wz60q8tbz] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
}

.main-nav a[b-3wz60q8tbz] {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.main-nav a:hover[b-3wz60q8tbz] {
    background-color: rgba(255,255,255,0.1);
    color: #e3f2fd;
}

.main-nav a.active[b-3wz60q8tbz] {
    background-color: #0066cc;
    color: white;
}

.mud-nav-container[b-3wz60q8tbz] {
    position: absolute;
    top: 100%;
    right: 2rem;
    z-index: 1000;
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 200px;
}

main[b-3wz60q8tbz] {
    flex: 1;
}

#blazor-error-ui[b-3wz60q8tbz] {
    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-3wz60q8tbz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .header-content[b-3wz60q8tbz] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .main-nav ul[b-3wz60q8tbz] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .logo-text[b-3wz60q8tbz] {
        font-size: 1.5rem;
    }
}
