/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-przvgnf1tp] {
    background: #eef4f8;
    display: flex;
    min-height: 100vh;
    width: 100%;
}

.app-main[b-przvgnf1tp] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-przvgnf1tp] {
    background: #062b4f;
    border-right: 1px solid #021d35;
    box-shadow: 8px 0 22px rgba(6, 43, 79, 0.16);
    flex: 0 0 272px;
    min-height: 100vh;
    position: sticky;
    top: 0;
    transition: flex-basis .18s ease, width .18s ease;
    width: 272px;
    z-index: 20;
}

.sidebar:has(.nav-menu.collapsed)[b-przvgnf1tp] {
    flex-basis: 4.75rem;
    width: 4.75rem;
}

.app-header[b-przvgnf1tp] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #d7e3ee;
    box-shadow: 0 5px 18px rgba(6, 43, 79, 0.06);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 4.5rem;
    padding-bottom: .7rem;
    padding-top: .7rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.app-screen-brand[b-przvgnf1tp] {
    align-items: center;
    display: inline-flex;
    flex: 0 1 auto;
    min-width: 0;
    text-decoration: none;
}

.app-screen-brand img[b-przvgnf1tp] {
    display: block;
    height: auto;
    max-height: 2.45rem;
    max-width: min(220px, 42vw);
    object-fit: contain;
    width: auto;
}

.header-actions[b-przvgnf1tp] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: flex-end;
}

.support-session-header-actions[b-przvgnf1tp] {
    flex: 1 1 auto;
}

.support-session-pill[b-przvgnf1tp] {
    align-items: center;
    background: rgba(11, 99, 163, 0.1);
    border: 1px solid rgba(11, 99, 163, 0.22);
    border-radius: 999px;
    color: #062b4f;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 2.35rem;
    padding: .45rem .9rem;
    white-space: nowrap;
}

.support-session-copy[b-przvgnf1tp] {
    display: grid;
    gap: .32rem;
}

.support-session-eyebrow[b-przvgnf1tp] {
    color: #0b63a3;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.support-session-copy strong[b-przvgnf1tp] {
    color: #062b4f;
    font-size: 1.02rem;
}

.support-session-actions[b-przvgnf1tp] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: flex-end;
}

.app-header[b-przvgnf1tp]  a.top-action,
.app-header[b-przvgnf1tp]  .btn-link {
    align-items: center;
    background: #0b63a3;
    border: 1px solid #0b63a3;
    border-radius: 7px;
    box-shadow: 0 4px 10px rgba(6, 43, 79, .14);
    color: #ffffff;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 750;
    justify-content: center;
    line-height: 1;
    min-height: 2.35rem;
    padding: .58rem .95rem;
    text-decoration: none;
    white-space: nowrap;
}

.app-header[b-przvgnf1tp]  a.top-action:hover,
.app-header[b-przvgnf1tp]  a.top-action:focus-visible,
.app-header[b-przvgnf1tp]  .btn-link:hover,
.app-header[b-przvgnf1tp]  .btn-link:focus-visible {
    background: #062b4f;
    border-color: #062b4f;
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

.app-content[b-przvgnf1tp] {
    margin: 0 auto;
    max-width: 1500px;
    padding-bottom: 2rem;
    padding-top: 1.45rem;
    width: 100%;
}

@media (min-width: 901px) {
    .app-content[b-przvgnf1tp],
    .app-header[b-przvgnf1tp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 900px) {
    .app-shell[b-przvgnf1tp] {
        display: block;
    }

    .sidebar[b-przvgnf1tp] {
        bottom: 0;
        flex-basis: auto;
        left: 0;
        min-height: 100vh;
        min-width: 4.75rem;
        position: fixed;
        top: 0;
        width: 4.75rem;
        z-index: 40;
    }

    .sidebar:has(.nav-menu.expanded)[b-przvgnf1tp] {
        min-width: min(84vw, 19rem);
        width: min(84vw, 19rem);
    }

    .app-main[b-przvgnf1tp] {
        margin-left: 4.75rem;
    }

    .app-header[b-przvgnf1tp] {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
    }

    .header-actions[b-przvgnf1tp] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .support-session-banner[b-przvgnf1tp] {
        align-items: flex-start;
        flex-direction: column;
    }

    .support-session-actions[b-przvgnf1tp] {
        justify-content: flex-start;
        width: 100%;
    }

    .app-header[b-przvgnf1tp]  a.top-action,
    .app-header[b-przvgnf1tp]  .btn-link {
        width: 100%;
    }

    .app-content[b-przvgnf1tp],
    .app-header[b-przvgnf1tp] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 560px) {
    .sidebar[b-przvgnf1tp] {
        min-width: 4.25rem;
        width: 4.25rem;
    }

    .sidebar:has(.nav-menu.expanded)[b-przvgnf1tp] {
        min-width: min(88vw, 18rem);
        width: min(88vw, 18rem);
    }

    .app-main[b-przvgnf1tp] {
        margin-left: 4.25rem;
    }

    .header-actions[b-przvgnf1tp] {
        grid-template-columns: 1fr;
    }

    .support-session-actions[b-przvgnf1tp] {
        flex-direction: column;
    }

    .support-session-actions .btn[b-przvgnf1tp] {
        width: 100%;
    }

    .app-screen-brand img[b-przvgnf1tp] {
        max-width: min(190px, 66vw);
    }
}

#blazor-error-ui[b-przvgnf1tp] {
    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-przvgnf1tp] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-hhduimfkow] {
    background: #062b4f;
    color: #ffffff;
    min-height: 100vh;
}

.top-row[b-hhduimfkow] {
    align-items: center;
    background: #062b4f;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    gap: .65rem;
    justify-content: space-between;
    min-height: 4.5rem;
    padding: .75rem .8rem;
}

.navbar-brand[b-hhduimfkow] {
    font-size: 1rem;
}

.cascadia-brand[b-hhduimfkow] {
    align-items: center;
    display: inline-flex;
    min-width: 0;
    padding: 0;
    text-decoration: none;
}

.brand-logo[b-hhduimfkow] {
    background: #ffffff;
    border-radius: 7px;
    display: block;
    height: auto;
    max-height: 2.35rem;
    max-width: 7.25rem;
    object-fit: contain;
    padding: .1rem .18rem;
    width: auto;
}

.brand-text[b-hhduimfkow] {
    display: none;
}

.nav-toggle-button[b-hhduimfkow] {
    align-items: center;
    background: #0b63a3;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 7px;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 2.35rem;
    height: 2.35rem;
    justify-content: center;
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    width: 2.35rem;
}

.nav-toggle-button:hover[b-hhduimfkow],
.nav-toggle-button:focus-visible[b-hhduimfkow] {
    background: #10a66a;
    border-color: rgba(255, 255, 255, .46);
    outline: none;
}

.nav-toggle-icon[b-hhduimfkow],
.nav-toggle-icon[b-hhduimfkow]::before,
.nav-toggle-icon[b-hhduimfkow]::after {
    background: #ffffff;
    border-radius: 2px;
    display: block;
    height: 2px;
    position: relative;
    width: 1rem;
}

.nav-toggle-icon[b-hhduimfkow]::before,
.nav-toggle-icon[b-hhduimfkow]::after {
    content: "";
    left: 0;
    position: absolute;
}

.nav-toggle-icon[b-hhduimfkow]::before {
    top: -5px;
}

.nav-toggle-icon[b-hhduimfkow]::after {
    top: 5px;
}

.nav-menu.collapsed .top-row[b-hhduimfkow] {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: .45rem;
    padding-right: .45rem;
}

.nav-menu.collapsed .brand-logo[b-hhduimfkow] {
    max-width: 2.65rem;
}

.nav-menu.collapsed .nav-scrollable[b-hhduimfkow],
.nav-menu.collapsed .nav-label[b-hhduimfkow],
.nav-menu.collapsed .nav-group summary[b-hhduimfkow] {
    display: none;
}

.bi[b-hhduimfkow] {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    display: inline-flex;
    flex: 0 0 1.65rem;
    height: 1.65rem;
    justify-content: center;
    margin-right: .7rem;
    position: relative;
    width: 1.65rem;
}

.bi[b-hhduimfkow]::before {
    color: #ffffff;
    content: "";
    display: block;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
}

.bi-house-door-fill-nav-menu[b-hhduimfkow]::before { content: "H"; }
.bi-plus-square-fill-nav-menu[b-hhduimfkow]::before { content: "+"; font-size: 1rem; }
.bi-list-nested-nav-menu[b-hhduimfkow]::before { content: "•"; font-size: 1.15rem; line-height: .7; }

.nav-item[b-hhduimfkow] {
    font-size: .9rem;
    padding: .08rem .8rem;
}

.nav-item:last-of-type[b-hhduimfkow] {
    padding-bottom: .55rem;
}

.nav-item[b-hhduimfkow]  .nav-link {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #d8e8f7;
    display: flex;
    font-weight: 600;
    line-height: 1.2;
    min-height: 2.45rem;
    padding: .35rem .55rem;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    width: 100%;
}

.nav-item[b-hhduimfkow]  .nav-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-item[b-hhduimfkow]  a.active {
    background: rgba(255, 255, 255, .13);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: inset 3px 0 0 #10a66a;
    color: #ffffff;
}

.nav-item[b-hhduimfkow]  a.active .bi {
    background: #10a66a;
    border-color: #10a66a;
}

.nav-item[b-hhduimfkow]  .nav-link:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .18);
    color: #ffffff;
}

.nav-group[b-hhduimfkow] {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    padding: .5rem 0;
}

.nav-group:first-child[b-hhduimfkow] {
    padding-top: .7rem;
}

.nav-group:last-child[b-hhduimfkow] {
    border-bottom: 0;
    padding-bottom: 1rem;
}

.nav-group summary[b-hhduimfkow] {
    align-items: center;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: .72rem;
    font-weight: 850;
    justify-content: space-between;
    letter-spacing: .035rem;
    list-style: none;
    min-height: 2.1rem;
    padding: 0 1rem;
    text-transform: uppercase;
}

.nav-group summary[b-hhduimfkow]::-webkit-details-marker {
    display: none;
}

.nav-group summary[b-hhduimfkow]::after {
    border: solid rgba(255, 255, 255, .72);
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    height: .42rem;
    margin-left: .5rem;
    transform: rotate(-45deg);
    transition: transform .15s ease;
    width: .42rem;
}

.nav-group[open] summary[b-hhduimfkow]::after {
    transform: rotate(45deg);
}

.nav-group summary:hover[b-hhduimfkow] {
    background: rgba(255, 255, 255, .08);
}

.nav-scrollable[b-hhduimfkow] {
    background: #062b4f;
    display: block;
    height: calc(100vh - 4.5rem);
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, .35) transparent;
    scrollbar-width: thin;
}

@media (max-width: 900px) {
    .top-row[b-hhduimfkow] {
        flex-direction: column;
        justify-content: flex-start;
        min-height: 4.5rem;
        padding-left: .45rem;
        padding-right: .45rem;
    }

    .nav-menu.expanded .top-row[b-hhduimfkow] {
        align-items: center;
        flex-direction: row;
        padding-left: .65rem;
        padding-right: .65rem;
    }

    .nav-menu:not(.expanded) .nav-scrollable[b-hhduimfkow] {
        display: none;
    }

    .brand-logo[b-hhduimfkow] {
        max-width: 2.65rem;
    }

    .nav-menu.expanded .brand-logo[b-hhduimfkow] {
        max-width: 7.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l6p3hbkd8r],
.components-reconnect-repeated-attempt-visible[b-l6p3hbkd8r],
.components-reconnect-failed-visible[b-l6p3hbkd8r],
.components-pause-visible[b-l6p3hbkd8r],
.components-resume-failed-visible[b-l6p3hbkd8r],
.components-rejoining-animation[b-l6p3hbkd8r] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-retrying[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-failed[b-l6p3hbkd8r],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l6p3hbkd8r] {
    display: block;
}


#components-reconnect-modal[b-l6p3hbkd8r] {
    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-l6p3hbkd8r 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l6p3hbkd8r 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l6p3hbkd8r 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l6p3hbkd8r]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l6p3hbkd8r 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l6p3hbkd8r {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l6p3hbkd8r {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l6p3hbkd8r {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l6p3hbkd8r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l6p3hbkd8r] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l6p3hbkd8r] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l6p3hbkd8r] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l6p3hbkd8r] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l6p3hbkd8r] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l6p3hbkd8r] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l6p3hbkd8r 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l6p3hbkd8r] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l6p3hbkd8r {
    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/AccountReconciliation.razor.rz.scp.css */
.reconciliation-home-grid[b-kg1p2rshti],
.reconciliation-start-grid[b-kg1p2rshti],
.reconciliation-control-grid[b-kg1p2rshti],
.reconciliation-filter-grid[b-kg1p2rshti],
.reconciliation-adjustment-grid[b-kg1p2rshti],
.reconciliation-finalize-grid[b-kg1p2rshti] {
    display: grid;
    gap: .9rem;
}

.reconciliation-home-grid[b-kg1p2rshti] {
    grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
}

.reconciliation-start-grid[b-kg1p2rshti] {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.reconciliation-start-grid label[b-kg1p2rshti],
.reconciliation-filter-grid label[b-kg1p2rshti],
.reconciliation-adjustment-grid label[b-kg1p2rshti],
.reconciliation-finalize-grid label[b-kg1p2rshti] {
    display: grid;
    gap: .35rem;
    font-weight: 600;
}

.reconciliation-wide-field[b-kg1p2rshti] {
    grid-column: 1 / -1;
}

.reconciliation-wide-field textarea[b-kg1p2rshti],
.reconciliation-notes-field textarea[b-kg1p2rshti] {
    min-height: 88px;
}

.reconciliation-form-actions[b-kg1p2rshti] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.reconciliation-guide[b-kg1p2rshti] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reconciliation-guide li[b-kg1p2rshti] {
    align-items: flex-start;
    border-bottom: 1px solid var(--cp-border);
    display: flex;
    gap: .75rem;
    padding: .8rem 0;
}

.reconciliation-guide li:last-child[b-kg1p2rshti] {
    border-bottom: 0;
}

.reconciliation-guide li > span[b-kg1p2rshti],
.reconciliation-steps span[b-kg1p2rshti] {
    align-items: center;
    background: var(--cp-blue);
    border-radius: 50%;
    color: white;
    display: inline-flex;
    flex: 0 0 28px;
    font-weight: 700;
    height: 28px;
    justify-content: center;
}

.reconciliation-guide p[b-kg1p2rshti] {
    color: var(--cp-muted);
    margin: .2rem 0 0;
}

.reconciliation-empty[b-kg1p2rshti] {
    color: var(--cp-muted);
    padding: 2rem 1rem;
    text-align: center;
}

.reconciliation-table small[b-kg1p2rshti] {
    color: var(--cp-muted);
    display: block;
    font-size: .78rem;
    margin-top: .2rem;
}

.reconciliation-status[b-kg1p2rshti] {
    border-radius: 999px;
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    padding: .25rem .55rem;
    white-space: nowrap;
}

.reconciliation-status-success[b-kg1p2rshti] {
    background: var(--cp-accent-soft);
    color: #087443;
}

.reconciliation-status-warning[b-kg1p2rshti] {
    background: #fff1cc;
    color: #7a5200;
}

.reconciliation-status-neutral[b-kg1p2rshti] {
    background: var(--cp-sky);
    color: var(--cp-navy);
}

.reconciliation-balanced-text[b-kg1p2rshti] { color: #087443; font-weight: 700; }
.reconciliation-difference-text[b-kg1p2rshti] { color: var(--cp-danger); font-weight: 700; }

.reconciliation-steps[b-kg1p2rshti] {
    background: white;
    border: 1px solid var(--cp-border);
    border-radius: 6px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 1rem;
    overflow: hidden;
}

.reconciliation-steps div[b-kg1p2rshti] {
    align-items: center;
    border-right: 1px solid var(--cp-border);
    color: var(--cp-muted);
    display: flex;
    gap: .55rem;
    min-height: 54px;
    padding: .7rem .9rem;
}

.reconciliation-steps div:last-child[b-kg1p2rshti] { border-right: 0; }
.reconciliation-steps div:not(.step-complete):not(.step-current) span[b-kg1p2rshti] { background: #aab6c2; }
.reconciliation-steps .step-complete span[b-kg1p2rshti] { background: var(--cp-accent); }
.reconciliation-steps .step-complete[b-kg1p2rshti],
.reconciliation-steps .step-current[b-kg1p2rshti] { color: var(--cp-navy); }

.reconciliation-metric-grid[b-kg1p2rshti] {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    margin-bottom: 1rem;
}

.reconciliation-control-grid[b-kg1p2rshti] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reconciliation-control-grid div[b-kg1p2rshti] {
    background: var(--cp-cloud);
    border: 1px solid var(--cp-border);
    border-radius: 6px;
    padding: .75rem;
}

.reconciliation-control-grid span[b-kg1p2rshti] {
    color: var(--cp-muted);
    display: block;
    font-size: .75rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.reconciliation-filter-grid[b-kg1p2rshti] {
    grid-template-columns: minmax(180px, .5fr) minmax(280px, 1.5fr);
    margin-bottom: 1rem;
}

.reconciliation-cleared-row[b-kg1p2rshti] { background: #f1fbf6; }

.reconciliation-import-row[b-kg1p2rshti] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.reconciliation-import-row span[b-kg1p2rshti] { color: var(--cp-muted); }
.reconciliation-import-table[b-kg1p2rshti] { margin-top: 1rem; }

.reconciliation-match-control[b-kg1p2rshti] {
    align-items: center;
    display: flex;
    gap: .5rem;
    min-width: 360px;
}

.reconciliation-adjustment-grid[b-kg1p2rshti] {
    align-items: end;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
}

.reconciliation-adjustment-description[b-kg1p2rshti] { grid-column: span 2; }
.reconciliation-adjustment-button[b-kg1p2rshti] { min-height: 38px; }

.reconciliation-finalize-grid[b-kg1p2rshti] {
    align-items: end;
    grid-template-columns: minmax(190px, .5fr) minmax(190px, .5fr) minmax(280px, 1.4fr) auto;
}

.reconciliation-check-ready[b-kg1p2rshti],
.reconciliation-check-blocked[b-kg1p2rshti] {
    border: 1px solid var(--cp-border);
    border-radius: 6px;
    padding: .75rem;
}

.reconciliation-check-ready[b-kg1p2rshti] { background: var(--cp-accent-soft); }
.reconciliation-check-blocked[b-kg1p2rshti] { background: #fff7e5; }
.reconciliation-check-ready strong[b-kg1p2rshti],
.reconciliation-check-blocked strong[b-kg1p2rshti] { display: block; }
.reconciliation-check-ready span[b-kg1p2rshti],
.reconciliation-check-blocked span[b-kg1p2rshti] { color: var(--cp-navy); display: block; font-size: 1.35rem; font-weight: 700; margin: .2rem 0; }
.reconciliation-check-ready p[b-kg1p2rshti],
.reconciliation-check-blocked p[b-kg1p2rshti] { color: var(--cp-muted); margin: 0; }
.reconciliation-save-notes[b-kg1p2rshti] { min-height: 38px; }

.reconciliation-complete-banner[b-kg1p2rshti] {
    align-items: end;
    background: var(--cp-accent-soft);
    border-left: 4px solid var(--cp-accent);
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr minmax(260px, 1fr) auto;
    margin-top: 1rem;
    padding: 1rem;
}

.reconciliation-complete-banner span[b-kg1p2rshti] { color: var(--cp-muted); display: block; margin-top: .2rem; }
.reconciliation-success[b-kg1p2rshti] { border-left-color: var(--cp-accent); }
.reconciliation-error[b-kg1p2rshti] { background: #fde8e8; border-left-color: var(--cp-danger); color: #7f1d1d; }

@media (max-width: 1100px) {
    .reconciliation-home-grid[b-kg1p2rshti],
    .reconciliation-start-grid[b-kg1p2rshti],
    .reconciliation-control-grid[b-kg1p2rshti],
    .reconciliation-adjustment-grid[b-kg1p2rshti],
    .reconciliation-finalize-grid[b-kg1p2rshti] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .reconciliation-metric-grid[b-kg1p2rshti] { grid-template-columns: repeat(3, minmax(145px, 1fr)); }
    .reconciliation-wide-field[b-kg1p2rshti],
    .reconciliation-notes-field[b-kg1p2rshti] { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
    .reconciliation-home-grid[b-kg1p2rshti],
    .reconciliation-start-grid[b-kg1p2rshti],
    .reconciliation-control-grid[b-kg1p2rshti],
    .reconciliation-filter-grid[b-kg1p2rshti],
    .reconciliation-adjustment-grid[b-kg1p2rshti],
    .reconciliation-finalize-grid[b-kg1p2rshti],
    .reconciliation-metric-grid[b-kg1p2rshti],
    .reconciliation-complete-banner[b-kg1p2rshti] { grid-template-columns: 1fr; }
    .reconciliation-steps[b-kg1p2rshti] { grid-template-columns: 1fr 1fr; }
    .reconciliation-steps div:nth-child(2)[b-kg1p2rshti] { border-right: 0; }
    .reconciliation-steps div[b-kg1p2rshti] { border-bottom: 1px solid var(--cp-border); }
    .reconciliation-wide-field[b-kg1p2rshti],
    .reconciliation-notes-field[b-kg1p2rshti],
    .reconciliation-adjustment-description[b-kg1p2rshti] { grid-column: auto; }
    .reconciliation-match-control[b-kg1p2rshti] { align-items: stretch; flex-direction: column; min-width: 250px; }
}
/* /Components/Pages/PayrollCompliance.razor.rz.scp.css */
.payroll-compliance-note[b-j54205gusz] {
    margin-bottom: 1rem;
}

.payroll-settings-grid[b-j54205gusz],
.payroll-filter-grid[b-j54205gusz],
.payroll-edit-grid[b-j54205gusz],
.payroll-entry-context[b-j54205gusz],
.payroll-overview-grid[b-j54205gusz] {
    display: grid;
    gap: .85rem;
}

.payroll-settings-grid[b-j54205gusz] {
    align-items: end;
    grid-template-columns: repeat(7, minmax(125px, 1fr)) auto;
}

.payroll-settings-grid label[b-j54205gusz],
.payroll-filter-grid label[b-j54205gusz],
.payroll-edit-grid label[b-j54205gusz] {
    display: grid;
    gap: .35rem;
    font-weight: 600;
}

.payroll-run-button[b-j54205gusz] {
    min-height: 38px;
    white-space: nowrap;
}

.payroll-metric-grid[b-j54205gusz] {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    margin-bottom: 1rem;
}

.payroll-tabs[b-j54205gusz] {
    border-bottom: 1px solid var(--cp-border);
    display: flex;
    gap: .25rem;
    margin-bottom: 1rem;
    overflow-x: auto;
}

.payroll-tab[b-j54205gusz] {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: var(--cp-muted);
    font-weight: 700;
    min-height: 44px;
    padding: .65rem .9rem;
    white-space: nowrap;
}

.payroll-tab:hover[b-j54205gusz],
.payroll-tab:focus-visible[b-j54205gusz] {
    color: var(--cp-blue);
}

.payroll-tab:focus-visible[b-j54205gusz] {
    outline: 2px solid var(--cp-steel);
    outline-offset: -2px;
}

.payroll-tab-active[b-j54205gusz] {
    border-bottom-color: var(--cp-blue);
    color: var(--cp-navy);
}

.payroll-tab span[b-j54205gusz] {
    background: var(--cp-sky);
    border-radius: 999px;
    color: var(--cp-navy);
    display: inline-block;
    font-size: .75rem;
    margin-left: .25rem;
    min-width: 1.5rem;
    padding: .1rem .35rem;
    text-align: center;
}

.payroll-control-total[b-j54205gusz] {
    color: var(--cp-navy);
    font-weight: 700;
}

.payroll-status[b-j54205gusz] {
    background: #edf1f5;
    border-radius: 999px;
    color: var(--cp-navy);
    display: inline-block;
    font-size: .78rem;
    font-weight: 700;
    padding: .25rem .55rem;
    white-space: nowrap;
}

.payroll-status-success[b-j54205gusz] {
    background: var(--cp-accent-soft);
    color: #087443;
}

.payroll-status-warning[b-j54205gusz] {
    background: #fff1cc;
    color: #7a5200;
}

.payroll-status-danger[b-j54205gusz] {
    background: #fde8e8;
    color: var(--cp-danger);
}

.payroll-overview-grid[b-j54205gusz] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.payroll-totals-list[b-j54205gusz] {
    margin: 0;
}

.payroll-totals-list div[b-j54205gusz] {
    align-items: center;
    border-bottom: 1px solid var(--cp-border);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .7rem 0;
}

.payroll-totals-list div:last-child[b-j54205gusz] {
    border-bottom: 0;
}

.payroll-totals-list dt[b-j54205gusz] {
    color: var(--cp-muted);
    font-weight: 600;
}

.payroll-totals-list dd[b-j54205gusz] {
    color: var(--cp-navy);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.payroll-total-emphasis[b-j54205gusz] {
    background: var(--cp-sky);
    border-radius: 6px;
    margin-top: .35rem;
    padding: .75rem !important;
}

.payroll-filter-grid[b-j54205gusz] {
    grid-template-columns: minmax(170px, .7fr) minmax(170px, .7fr) minmax(260px, 1.6fr);
    margin-bottom: 1rem;
}

.payroll-cell-detail[b-j54205gusz] {
    color: var(--cp-muted);
    display: block;
    font-size: .78rem;
    margin-top: .2rem;
}

.payroll-entry-context[b-j54205gusz] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.payroll-entry-context div[b-j54205gusz] {
    background: var(--cp-cloud);
    border: 1px solid var(--cp-border);
    border-radius: 6px;
    padding: .75rem;
}

.payroll-entry-context span[b-j54205gusz] {
    color: var(--cp-muted);
    display: block;
    font-size: .78rem;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.payroll-entry-context strong[b-j54205gusz] {
    color: var(--cp-navy);
}

.payroll-edit-grid[b-j54205gusz] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.payroll-notes-field[b-j54205gusz] {
    grid-column: 1 / -1;
}

.payroll-notes-field textarea[b-j54205gusz] {
    min-height: 90px;
}

.payroll-empty-state[b-j54205gusz] {
    color: var(--cp-muted);
    padding: 2rem 1rem;
    text-align: center;
}

.payroll-success[b-j54205gusz] {
    border-left-color: var(--cp-accent);
}

.payroll-error[b-j54205gusz] {
    background: #fde8e8;
    border-left-color: var(--cp-danger);
    color: #7f1d1d;
}

@media (max-width: 1280px) {
    .payroll-settings-grid[b-j54205gusz] {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }

    .payroll-run-button[b-j54205gusz] {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .payroll-metric-grid[b-j54205gusz],
    .payroll-overview-grid[b-j54205gusz],
    .payroll-entry-context[b-j54205gusz],
    .payroll-edit-grid[b-j54205gusz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payroll-settings-grid[b-j54205gusz],
    .payroll-filter-grid[b-j54205gusz] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payroll-search-field[b-j54205gusz],
    .payroll-notes-field[b-j54205gusz] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .payroll-metric-grid[b-j54205gusz],
    .payroll-overview-grid[b-j54205gusz],
    .payroll-entry-context[b-j54205gusz],
    .payroll-edit-grid[b-j54205gusz],
    .payroll-settings-grid[b-j54205gusz],
    .payroll-filter-grid[b-j54205gusz] {
        grid-template-columns: 1fr;
    }

    .payroll-search-field[b-j54205gusz],
    .payroll-notes-field[b-j54205gusz] {
        grid-column: auto;
    }
}
/* /Components/Pages/Security.razor.rz.scp.css */
.security-metrics[b-8vppqt0zuk] { margin-bottom: 1rem; }
.security-tabs[b-8vppqt0zuk] { align-items: center; background: #fff; border: 1px solid #cad8e6; display: flex; gap: .35rem; margin-bottom: 1rem; overflow-x: auto; padding: .4rem; }
.security-tab[b-8vppqt0zuk] { background: transparent; border: 0; color: #38536e; cursor: pointer; font-weight: 700; min-height: 2.5rem; padding: .55rem .9rem; white-space: nowrap; }
.security-tab:hover[b-8vppqt0zuk] { background: #edf5fb; color: #075f9e; }
.security-tab.active[b-8vppqt0zuk] { background: #086aa8; color: #fff; }
.security-editor[b-8vppqt0zuk] { margin-bottom: 1rem; }
.panel-heading-row[b-8vppqt0zuk] { align-items: flex-start; display: flex; gap: 1rem; justify-content: space-between; }
.panel-heading-row h2[b-8vppqt0zuk] { margin-bottom: .2rem; }
.panel-heading-row p[b-8vppqt0zuk] { color: #5e7286; margin: 0; }
.security-form-grid[b-8vppqt0zuk] { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.1rem; }
.security-form-grid label[b-8vppqt0zuk], .security-role-fields label[b-8vppqt0zuk], .security-action-form label[b-8vppqt0zuk] { color: #173550; display: grid; font-weight: 700; gap: .35rem; }
.security-form-grid small[b-8vppqt0zuk] { color: #62768a; font-weight: 400; }
.security-active-toggle[b-8vppqt0zuk] { align-self: end; min-height: 2.7rem; }
.form-actions[b-8vppqt0zuk] { display: flex; justify-content: flex-end; margin-top: 1rem; }
.notice-warning[b-8vppqt0zuk] { background: #fff8e8; border-color: #e2b442; color: #654a05; }
.notice-error[b-8vppqt0zuk] { background: #fff0f0; border-color: #d56a6a; color: #7d2020; }
.notice-success[b-8vppqt0zuk] { background: #effaf5; border-color: #57a982; color: #155f3d; }
.table-subtext[b-8vppqt0zuk] { color: #63778b; display: block; font-weight: 400; margin-top: .15rem; }
.table-responsive[b-8vppqt0zuk] { contain: inline-size layout paint; max-width: 100%; min-width: 0; overflow-x: auto; width: 100%; }
.table-responsive .data-table[b-8vppqt0zuk] { max-width: 100%; overflow-x: auto; }
.status-badge[b-8vppqt0zuk] { border-radius: 999px; display: inline-flex; font-size: .82rem; font-weight: 800; padding: .25rem .55rem; }
.status-success[b-8vppqt0zuk] { background: #e6f6ef; color: #0a6d45; }
.status-muted[b-8vppqt0zuk] { background: #e9eef3; color: #52677b; }
.row-actions[b-8vppqt0zuk] { display: flex; flex-wrap: wrap; gap: .35rem; justify-content: flex-end; }
.security-role-fields[b-8vppqt0zuk] { display: grid; gap: 1rem; grid-template-columns: 1fr 2fr auto; margin-top: 1rem; }
.permission-toolbar[b-8vppqt0zuk] { align-items: center; border-bottom: 1px solid #d8e3ed; display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.25rem; padding-bottom: .75rem; }
.permission-toolbar span[b-8vppqt0zuk] { color: #60758a; margin-right: auto; }
.permission-groups[b-8vppqt0zuk] { display: grid; gap: .85rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1rem; }
.permission-group[b-8vppqt0zuk] { border: 1px solid #cfdae5; margin: 0; min-width: 0; padding: .8rem; }
.permission-group legend[b-8vppqt0zuk] { color: #0b3558; float: none; font-size: .92rem; font-weight: 800; margin: 0 0 .55rem; padding: 0 .15rem; width: auto; }
.permission-option[b-8vppqt0zuk] { align-items: flex-start; cursor: pointer; display: flex; gap: .55rem; padding: .45rem .2rem; }
.permission-option input[b-8vppqt0zuk] { flex: 0 0 auto; margin-top: .22rem; }
.permission-option span[b-8vppqt0zuk] { display: grid; gap: .05rem; }
.permission-option strong[b-8vppqt0zuk] { color: #173550; font-size: .9rem; }
.permission-option small[b-8vppqt0zuk] { color: #63778b; line-height: 1.35; }
.security-action-form[b-8vppqt0zuk] { align-items: end; display: grid; gap: 1rem; grid-template-columns: 2fr 1fr auto auto; margin-top: 1rem; }
.security-two-column[b-8vppqt0zuk] { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1050px) {
    .security-form-grid[b-8vppqt0zuk], .permission-groups[b-8vppqt0zuk] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .security-role-fields[b-8vppqt0zuk], .security-action-form[b-8vppqt0zuk] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .security-form-grid[b-8vppqt0zuk], .permission-groups[b-8vppqt0zuk], .security-role-fields[b-8vppqt0zuk], .security-action-form[b-8vppqt0zuk], .security-two-column[b-8vppqt0zuk] { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .security-form-grid[b-8vppqt0zuk], .permission-groups[b-8vppqt0zuk], .security-role-fields[b-8vppqt0zuk], .security-action-form[b-8vppqt0zuk], .security-two-column[b-8vppqt0zuk] { grid-template-columns: 1fr; }
    .panel-heading-row[b-8vppqt0zuk] { flex-direction: column; }
    .form-actions .btn[b-8vppqt0zuk], .security-action-form .btn[b-8vppqt0zuk] { width: 100%; }
}
