/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-afmiqb86ub] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-afmiqb86ub] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-afmiqb86ub] {
    background: linear-gradient(180deg, var(--sq-navy, #0F2747) 0%, #13325B 100%);
}

.app-shell-topbar[b-afmiqb86ub] {
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid var(--sq-border, #CBD5E1);
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
}

.app-shell-topbar-copy[b-afmiqb86ub] {
    min-width: 0;
}

.app-shell-topbar-label[b-afmiqb86ub] {
    color: var(--sq-navy, #0F2747);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-shell-topbar-subtitle[b-afmiqb86ub] {
    color: var(--sq-text, #475569);
    font-size: 0.92rem;
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-afmiqb86ub] {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 640.98px) {
    .app-shell-topbar[b-afmiqb86ub] {
        gap: 0.75rem;
        align-items: flex-start;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }

    .app-shell-topbar-subtitle[b-afmiqb86ub] {
        white-space: normal;
    }
}

@media (min-width: 641px) {
    .page[b-afmiqb86ub] {
        flex-direction: row;
    }

    .sidebar[b-afmiqb86ub] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .app-shell-topbar[b-afmiqb86ub] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .app-shell-topbar[b-afmiqb86ub],
    article[b-afmiqb86ub] {
        padding-left: 2rem !important;
        padding-right: 1.75rem !important;
    }
}

#blazor-error-ui[b-afmiqb86ub] {
    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-afmiqb86ub] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u0qhhqt8vj] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-u0qhhqt8vj] {
    background-color: rgba(255, 255, 255, 0.18);
}

.nav-shell-header[b-u0qhhqt8vj] {
    min-height: 4rem;
    background: transparent;
}

.navbar-brand[b-u0qhhqt8vj] {
    font-size: 1.1rem;
}

.nav-item[b-u0qhhqt8vj] {
    font-size: 0.95rem;
    padding-bottom: 0.4rem;
}

.nav-item:first-of-type[b-u0qhhqt8vj] {
    padding-top: 0.9rem;
}

.nav-item:last-of-type[b-u0qhhqt8vj] {
    padding-bottom: 1rem;
}

.nav-item[b-u0qhhqt8vj]  .nav-link {
    color: rgba(255, 255, 255, 0.78);
    background: none;
    border: none;
    border-radius: 12px;
    min-height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    padding: 0.85rem 0.95rem;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.nav-item[b-u0qhhqt8vj]  a.active {
    background: #FFFFFF;
    color: var(--sq-navy, #0F2747);
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.nav-item[b-u0qhhqt8vj]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    transform: translateX(2px);
}

.nav-item-secondary[b-u0qhhqt8vj] {
    margin-top: 0.75rem;
}

.nav-scrollable[b-u0qhhqt8vj] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-u0qhhqt8vj] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-u0qhhqt8vj] {
        display: none;
    }

    .nav-scrollable[b-u0qhhqt8vj] {
        display: block;
        height: calc(100vh - 4rem);
        overflow-y: auto;
    }
}
