/* /Components/Layout/AppUserMenu.razor.rz.scp.css */
.app-user-menu[b-hi7wpb3vsp] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.75rem;
    position: relative;
}

.app-user-menu__notifications[b-hi7wpb3vsp] {
    align-items: center;
    color: var(--app-color-surface);
    display: inline-flex;
    height: 2.75rem;
    justify-content: center;
    position: relative;
    width: 2.75rem;
}

.app-user-menu__notifications svg[b-hi7wpb3vsp] {
    fill: none;
    height: 1.35rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1.35rem;
}

.app-user-menu__badge[b-hi7wpb3vsp] {
    align-items: center;
    background: var(--app-color-accent);
    border: 2px solid var(--app-color-primary);
    border-radius: 999px;
    color: #3c3100;
    display: flex;
    font-size: 0.625rem;
    font-weight: 800;
    height: 1.125rem;
    justify-content: center;
    line-height: 1;
    min-width: 1.125rem;
    padding: 0 0.2rem;
    position: absolute;
    right: 0.1rem;
    top: 0.15rem;
}

.app-user-menu__trigger[b-hi7wpb3vsp] {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: var(--app-color-surface);
    display: flex;
    gap: 0.65rem;
    min-height: 2.875rem;
    padding: 0.25rem 0.65rem 0.25rem 0.3rem;
    position: relative;
    text-align: left;
    transition: background-color var(--app-transition), border-color var(--app-transition);
    z-index: 1051;
}

.app-user-menu__trigger:hover[b-hi7wpb3vsp],
.app-user-menu__trigger[aria-expanded="true"][b-hi7wpb3vsp] {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.38);
}

.app-user-menu__avatar[b-hi7wpb3vsp] {
    align-items: center;
    background: var(--app-color-accent);
    border-radius: 50%;
    color: #3c3100;
    display: inline-flex;
    flex: 0 0 2.25rem;
    font-size: 0.78rem;
    font-weight: 800;
    height: 2.25rem;
    justify-content: center;
    letter-spacing: 0.03em;
    width: 2.25rem;
}

.app-user-menu__identity[b-hi7wpb3vsp] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.app-user-menu__name[b-hi7wpb3vsp] {
    font-size: 0.84rem;
    font-weight: 700;
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-user-menu__profile[b-hi7wpb3vsp] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.7rem;
}

.app-user-menu__chevron[b-hi7wpb3vsp] {
    fill: none;
    height: 1rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
    transition: transform var(--app-transition);
    width: 1rem;
}

.app-user-menu__trigger[aria-expanded="true"] .app-user-menu__chevron[b-hi7wpb3vsp] {
    transform: rotate(180deg);
}

.app-user-menu__backdrop[b-hi7wpb3vsp] {
    inset: 0;
    position: fixed;
    z-index: 1040;
}

.app-user-menu__dropdown[b-hi7wpb3vsp] {
    background: var(--app-color-surface);
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius);
    box-shadow: 0 12px 32px rgba(25, 50, 40, 0.2);
    color: var(--app-color-text);
    min-width: 15rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.6rem);
    z-index: 1052;
}

.app-user-menu__dropdown-header[b-hi7wpb3vsp] {
    display: flex;
    flex-direction: column;
    padding: 0.55rem 0.75rem;
}

.app-user-menu__dropdown-header strong[b-hi7wpb3vsp] {
    font-size: 0.9rem;
}

.app-user-menu__dropdown-header span[b-hi7wpb3vsp] {
    color: var(--app-color-muted);
    font-size: 0.75rem;
}

.app-user-menu__dropdown-divider[b-hi7wpb3vsp] {
    border-top: 1px solid var(--app-color-border);
    margin: 0.35rem 0;
}

.app-user-menu__item[b-hi7wpb3vsp] {
    background: transparent;
    border: 0;
    border-radius: calc(var(--app-radius) - 0.2rem);
    color: var(--app-color-text);
    display: block;
    font-size: 0.875rem;
    min-height: 2.5rem;
    padding: 0.6rem 0.75rem;
    text-align: left;
    width: 100%;
}

.app-user-menu__item:disabled[b-hi7wpb3vsp] {
    color: var(--app-color-muted);
    cursor: not-allowed;
    opacity: 0.68;
}

.app-user-menu__item--exit:disabled[b-hi7wpb3vsp] {
    color: #9b3a3a;
}

.app-user-menu__placeholder-note[b-hi7wpb3vsp] {
    color: var(--app-color-muted);
    font-size: 0.7rem;
    margin: 0.35rem 0.75rem 0.25rem;
}

@media (max-width: 767.98px) {
    .app-user-menu[b-hi7wpb3vsp] {
        gap: 0.25rem;
    }

    .app-user-menu__identity[b-hi7wpb3vsp],
    .app-user-menu__chevron[b-hi7wpb3vsp] {
        display: none;
    }

    .app-user-menu__trigger[b-hi7wpb3vsp] {
        padding-right: 0.3rem;
    }
}

@media (max-width: 360px) {
    .app-user-menu__notifications[b-hi7wpb3vsp] {
        width: 2.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-user-menu__trigger[b-hi7wpb3vsp],
    .app-user-menu__chevron[b-hi7wpb3vsp] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-ctrb8iu4ds] {
    min-height: 100vh;
}

.app-header[b-ctrb8iu4ds] {
    background: linear-gradient(115deg, var(--app-color-primary-dark), var(--app-color-primary));
    box-shadow: 0 2px 12px rgba(0, 65, 48, 0.2);
    color: var(--app-color-surface);
    height: var(--app-header-height);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.app-header[b-ctrb8iu4ds]::after {
    background: var(--app-color-accent);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

.app-header__inner[b-ctrb8iu4ds] {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 1.5rem;
}

.app-brand[b-ctrb8iu4ds] {
    align-items: center;
    color: var(--app-color-surface);
    display: inline-flex;
    gap: 1rem;
    min-width: 0;
    text-decoration: none;
}

.app-brand:hover[b-ctrb8iu4ds] {
    color: var(--app-color-surface);
}

.app-brand__image[b-ctrb8iu4ds] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    height: 3.25rem;
    justify-content: center;
    width: 7.5rem;
}

.app-brand__image picture[b-ctrb8iu4ds] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.app-brand__image img[b-ctrb8iu4ds] {
    display: block;
    height: auto;
    max-height: 3.25rem;
    max-width: 100%;
    object-fit: contain;
}

.app-brand__descriptor[b-ctrb8iu4ds] {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.15;
    padding-left: 1rem;
}

.app-shell-body[b-ctrb8iu4ds] {
    display: grid;
    grid-template-columns: var(--app-sidebar-width) minmax(0, 1fr);
    min-height: calc(100vh - var(--app-header-height));
}

.app-sidebar[b-ctrb8iu4ds] {
    align-self: start;
    background: var(--app-color-surface);
    border-right: 1px solid var(--app-color-border);
    box-shadow: 4px 0 16px rgba(29, 57, 46, 0.04);
    height: calc(100vh - var(--app-header-height));
    padding: 1.5rem 1rem;
    position: sticky;
    top: var(--app-header-height);
}

.app-nav__section-label[b-ctrb8iu4ds] {
    color: var(--app-color-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0.75rem 0.75rem;
    text-transform: uppercase;
}

.app-nav__links[b-ctrb8iu4ds] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

[b-ctrb8iu4ds] .app-nav__link {
    align-items: center;
    border-left: 3px solid transparent;
    border-radius: 0 var(--app-radius) var(--app-radius) 0;
    color: var(--app-color-text);
    display: flex;
    font-size: 0.925rem;
    font-weight: 600;
    gap: 0.75rem;
    min-height: 2.875rem;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    transition: background-color var(--app-transition), color var(--app-transition), border-color var(--app-transition);
}

[b-ctrb8iu4ds] .app-nav__link:hover {
    background: var(--app-color-primary-soft);
    color: var(--app-color-primary-dark);
}

[b-ctrb8iu4ds] .app-nav__link.active {
    background: var(--app-color-primary-soft);
    border-left-color: var(--app-color-accent);
    color: var(--app-color-primary-dark);
}

.app-nav__icon[b-ctrb8iu4ds] {
    fill: none;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
    width: 1.25rem;
}

.app-main[b-ctrb8iu4ds] {
    background: var(--app-color-page);
    min-width: 0;
}

.app-main__content[b-ctrb8iu4ds] {
    margin: 0 auto;
    max-width: var(--app-content-max-width);
    padding: 2rem;
    width: 100%;
}

#blazor-error-ui[b-ctrb8iu4ds] {
    background: #fff4cc;
    border-top: 1px solid #e4bd32;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    color: #483a08;
    color-scheme: light only;
    display: none;
    left: 0;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#blazor-error-ui .reload[b-ctrb8iu4ds] {
    color: var(--app-color-primary-dark);
    font-weight: 700;
}

#blazor-error-ui .dismiss[b-ctrb8iu4ds] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.65rem;
}

@media (max-width: 991.98px) {
    .app-header__inner[b-ctrb8iu4ds] {
        padding: 0 1rem;
    }

    .app-brand[b-ctrb8iu4ds] {
        gap: 0.75rem;
    }

    .app-brand__image[b-ctrb8iu4ds] {
        height: 2.75rem;
        overflow: hidden;
        width: 2.75rem;
    }

    .app-brand__image img[b-ctrb8iu4ds] {
        height: 2.75rem;
        max-height: none;
        max-width: none;
        object-fit: cover;
        width: 3.2rem;
    }

    .app-brand__descriptor[b-ctrb8iu4ds] {
        font-size: 0.8rem;
        padding-left: 0.75rem;
    }

    .app-shell-body[b-ctrb8iu4ds] {
        display: block;
        min-height: calc(100vh - var(--app-header-height));
    }

    .app-sidebar[b-ctrb8iu4ds] {
        border-bottom: 1px solid var(--app-color-border);
        border-right: 0;
        box-shadow: 0 3px 10px rgba(29, 57, 46, 0.05);
        height: auto;
        overflow-x: auto;
        padding: 0.5rem 0.75rem;
        position: sticky;
        scrollbar-width: thin;
        top: var(--app-header-height);
        z-index: 1020;
    }

    .app-nav[b-ctrb8iu4ds] {
        width: max-content;
    }

    .app-nav__section-label[b-ctrb8iu4ds] {
        position: absolute;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        white-space: nowrap;
        width: 1px;
    }

    .app-nav__links[b-ctrb8iu4ds] {
        flex-direction: row;
        gap: 0.35rem;
    }

    [b-ctrb8iu4ds] .app-nav__link {
        border-bottom: 3px solid transparent;
        border-left: 0;
        border-radius: var(--app-radius);
        min-height: 2.75rem;
        padding: 0.55rem 0.75rem;
        white-space: nowrap;
    }

    [b-ctrb8iu4ds] .app-nav__link.active {
        border-bottom-color: var(--app-color-accent);
        border-left-color: transparent;
    }

    .app-main__content[b-ctrb8iu4ds] {
        padding: 1.25rem 1rem;
    }
}

@media (max-width: 420px) {
    .app-brand__descriptor[b-ctrb8iu4ds] {
        max-width: 5.5rem;
    }

    .app-header__inner[b-ctrb8iu4ds] {
        gap: 0.5rem;
        padding: 0 0.75rem;
    }

    .app-main__content[b-ctrb8iu4ds] {
        padding: 1rem 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    [b-ctrb8iu4ds] .app-nav__link {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d8bhvesrdc],
.components-reconnect-repeated-attempt-visible[b-d8bhvesrdc],
.components-reconnect-failed-visible[b-d8bhvesrdc],
.components-pause-visible[b-d8bhvesrdc],
.components-resume-failed-visible[b-d8bhvesrdc],
.components-rejoining-animation[b-d8bhvesrdc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-retrying[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-failed[b-d8bhvesrdc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d8bhvesrdc] {
    display: block;
}


#components-reconnect-modal[b-d8bhvesrdc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-d8bhvesrdc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d8bhvesrdc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d8bhvesrdc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d8bhvesrdc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d8bhvesrdc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d8bhvesrdc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d8bhvesrdc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d8bhvesrdc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d8bhvesrdc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d8bhvesrdc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d8bhvesrdc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d8bhvesrdc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d8bhvesrdc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d8bhvesrdc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d8bhvesrdc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d8bhvesrdc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d8bhvesrdc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d8bhvesrdc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Prototype/BulkJustificationPrototype.razor.rz.scp.css */
.bulk-prototype-page.has-floating-action[b-zfdnh7lxx6] {
    padding-bottom: 7rem;
}

.bulk-prototype-floating-action[b-zfdnh7lxx6] {
    align-items: center;
    background: var(--app-color-surface);
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius);
    bottom: 1.5rem;
    box-shadow: 0 0.75rem 2rem rgba(29, 57, 46, 0.2);
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    max-width: 30rem;
    padding: 0.85rem 1rem;
    position: fixed;
    right: 2rem;
    width: calc(100% - 4rem);
    z-index: 1010;
}

.prototype-selection-column[b-zfdnh7lxx6] {
    width: 3.25rem;
}

.prototype-row-eligible[b-zfdnh7lxx6] {
    box-shadow: inset 3px 0 0 var(--app-color-accent);
}

.prototype-row-disabled[b-zfdnh7lxx6] {
    background: var(--bs-tertiary-bg);
}

.prototype-row-disabled > td[b-zfdnh7lxx6] {
    color: var(--app-color-muted);
}

.prototype-option-card[b-zfdnh7lxx6] {
    cursor: pointer;
    transition: border-color var(--app-transition), box-shadow var(--app-transition);
}

.prototype-option-card:hover[b-zfdnh7lxx6] {
    border-color: var(--app-color-primary);
}

.prototype-option-card:has(.form-check-input:checked)[b-zfdnh7lxx6] {
    border-color: var(--app-color-primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 127, 95, 0.12);
}

@media (max-width: 767.98px) {
    .bulk-prototype-page.has-floating-action[b-zfdnh7lxx6] {
        padding-bottom: 9rem;
    }

    .bulk-prototype-floating-action[b-zfdnh7lxx6] {
        align-items: stretch;
        bottom: 0.75rem;
        flex-direction: column;
        gap: 0.75rem;
        left: 0.75rem;
        max-width: none;
        right: 0.75rem;
        width: auto;
    }

    .bulk-prototype-floating-action .btn[b-zfdnh7lxx6] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .prototype-option-card[b-zfdnh7lxx6] {
        transition: none;
    }
}
