/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-opq4vz1qhv] {
    min-height: 100vh;
}

.app-shell-header[b-opq4vz1qhv] {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(248, 250, 252, 0.88);
    backdrop-filter: blur(18px);
}

.app-shell-main[b-opq4vz1qhv] {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 1.25rem 1rem 3rem;
}

.app-shell-content[b-opq4vz1qhv] {
    min-width: 0;
}

@media (min-width: 768px) {
    .app-shell-main[b-opq4vz1qhv] {
        padding: 2rem 1.5rem 4rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.app-nav[b-aed8encp3j] {
    width: min(100%, 76rem);
    margin: 0 auto;
    padding: 0.875rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.app-nav-bar[b-aed8encp3j] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

[b-aed8encp3j] .app-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}

.brand-logo[b-aed8encp3j] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.8rem;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.app-brand-copy[b-aed8encp3j] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.app-brand-title[b-aed8encp3j] {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.1;
}

.app-brand-tagline[b-aed8encp3j] {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.2;
}

[b-aed8encp3j] .app-auth-link {
    color: #0f172a;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

[b-aed8encp3j] .app-auth-link:hover {
    border-color: rgba(59, 130, 246, 0.45);
}

[b-aed8encp3j] .app-auth-link-primary {
    color: #eff6ff;
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
}

.app-primary-nav[b-aed8encp3j] {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
}

.app-primary-nav[b-aed8encp3j]::-webkit-scrollbar {
    display: none;
}

[b-aed8encp3j] .app-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    color: #334155;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

[b-aed8encp3j] .app-nav-link:hover {
    color: #0f172a;
    border-color: rgba(59, 130, 246, 0.4);
}

[b-aed8encp3j] .app-nav-link.active {
    color: #eff6ff;
    border-color: transparent;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
}

@media (min-width: 768px) {
    .app-nav[b-aed8encp3j] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
        padding: 1rem 1.5rem;
    }

    .app-primary-nav[b-aed8encp3j] {
        justify-content: flex-end;
        flex: 1;
        overflow: visible;
        flex-wrap: wrap;
    }
}
