/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-886clchbkq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-886clchbkq] {
    flex: 1;
    padding-bottom: 60px; /* Space for footer */
}

.content[b-886clchbkq] {
    padding: 0;
    width: 100%;
}

#blazor-error-ui[b-886clchbkq] {
    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-886clchbkq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-3osskxeh1y] {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
}

.navbar-brand[b-3osskxeh1y] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: white !important;
    padding: 0.5rem 1rem;
}

.navbar-toggler[b-3osskxeh1y] {
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler:focus[b-3osskxeh1y] {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.navbar-nav[b-3osskxeh1y] {
    align-items: center;
}

.nav-item[b-3osskxeh1y] {
    margin: 0 0.25rem;
}

.nav-link[b-3osskxeh1y] {
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.nav-link:hover[b-3osskxeh1y] {
    background-color: rgba(255, 255, 255, 0.15);
    color: white !important;
}

.nav-link.active[b-3osskxeh1y] {
    background: rgba(255, 255, 255, 0.2);
    color: white !important;
    font-weight: 600;
}

.nav-link.btn.btn-link[b-3osskxeh1y] {
    border: none;
    background: none;
    text-decoration: none;
}

.bi[b-3osskxeh1y] {
    font-size: 1rem;
}

.pulse-branding-footer[b-3osskxeh1y] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: white;
    z-index: 1000;
}

.pulse-logo[b-3osskxeh1y] {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pulse-text[b-3osskxeh1y] {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 500;
}

@media (max-width: 991px) {
    .navbar-nav[b-3osskxeh1y] {
        padding: 1rem 0;
    }
    
    .nav-item[b-3osskxeh1y] {
        margin: 0.25rem 0;
    }
}

@media (min-width: 992px) {
    .navbar-nav .nav-link[b-3osskxeh1y] {
        padding: 0.5rem 1.25rem !important;
    }
}



