/* /Components/Compliance/FixEvidenceSidecar.razor.rz.scp.css */
.fix-evidence[b-lzihwr0nne] {
    margin-top: 2.75rem;
    padding: 1.25rem 0 0.25rem 1.25rem;
    border-top: 1px solid #e2e8f0;
    border-inline-start: 0.2rem solid #1d4ed8;
}

.fix-evidence__header[b-lzihwr0nne] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.fix-evidence__header h2[b-lzihwr0nne] {
    margin: 0;
    font-size: 1.25rem;
}

.fix-evidence__eyebrow[b-lzihwr0nne] {
    margin: 0 0 0.25rem;
    color: #64748b;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fix-evidence__boundary[b-lzihwr0nne] {
    max-width: 48rem;
    margin: 0.65rem 0 1rem;
    color: #64748b;
}

.fix-evidence__window fieldset[b-lzihwr0nne] {
    display: grid;
    grid-template-columns: repeat(2, minmax(12rem, 15rem)) auto;
    align-items: end;
    gap: 0.75rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.fix-evidence__window legend[b-lzihwr0nne] {
    grid-column: 1 / -1;
    margin-bottom: 0.1rem;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.fix-evidence__field[b-lzihwr0nne] {
    display: grid;
    gap: 0.3rem;
}

.fix-evidence__field label[b-lzihwr0nne] {
    font-size: 0.8rem;
    font-weight: 650;
}

.fix-evidence__field input[b-lzihwr0nne] {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.48rem 0.55rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.35rem;
    background: transparent;
    color: inherit;
    font: inherit;
    font-variant-numeric: tabular-nums;
}

.fix-evidence__button[b-lzihwr0nne] {
    width: fit-content;
    appearance: none;
    padding: 0.52rem 0.85rem;
    border: 1px solid #1d4ed8;
    border-radius: 0.4rem;
    background: #1d4ed8;
    color: #fff;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.fix-evidence__button--quiet[b-lzihwr0nne] {
    background: transparent;
    color: #1d4ed8;
}

.fix-evidence__button:disabled[b-lzihwr0nne] {
    cursor: wait;
    opacity: 0.65;
}

.fix-evidence__button:focus-visible[b-lzihwr0nne],
.fix-evidence__field input:focus-visible[b-lzihwr0nne] {
    outline: 3px solid #1d4ed8;
    outline-offset: 2px;
}

.fix-evidence__trace[b-lzihwr0nne] {
    margin-top: 1.2rem;
}

.fix-evidence__state[b-lzihwr0nne] {
    max-width: 48rem;
    margin: 0;
    padding: 0.8rem 0;
    color: #64748b;
}

.fix-evidence__state--error[b-lzihwr0nne] {
    color: #b91c1c;
}

.fix-evidence__state--error p[b-lzihwr0nne] {
    margin: 0 0 0.65rem;
}

.fix-evidence__table-wrap[b-lzihwr0nne] {
    max-width: 100%;
    overflow-x: auto;
}

.fix-evidence__table[b-lzihwr0nne] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.fix-evidence__table caption[b-lzihwr0nne] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fix-evidence__table th[b-lzihwr0nne],
.fix-evidence__table td[b-lzihwr0nne] {
    padding: 0.65rem 0.55rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
}

.fix-evidence__table th[b-lzihwr0nne] {
    color: #64748b;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.fix-evidence__table time[b-lzihwr0nne] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.fix-evidence__load-more[b-lzihwr0nne] {
    margin-top: 0.85rem;
}

@media (max-width: 48rem) {
    .fix-evidence[b-lzihwr0nne] {
        padding-inline-start: 0.85rem;
    }

    .fix-evidence__window fieldset[b-lzihwr0nne] {
        grid-template-columns: 1fr;
    }

    .fix-evidence__table-wrap[b-lzihwr0nne] {
        overflow: visible;
    }

    .fix-evidence__table[b-lzihwr0nne],
    .fix-evidence__table tbody[b-lzihwr0nne],
    .fix-evidence__table tr[b-lzihwr0nne],
    .fix-evidence__table td[b-lzihwr0nne] {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .fix-evidence__table thead[b-lzihwr0nne] {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .fix-evidence__table tr[b-lzihwr0nne] {
        margin-bottom: 0.9rem;
        padding: 0.35rem 0;
        border: 1px solid #e2e8f0;
        border-radius: 0.4rem;
    }

    .fix-evidence__table td[b-lzihwr0nne] {
        display: grid;
        grid-template-columns: minmax(5.5rem, 7rem) minmax(0, 1fr);
        gap: 0.65rem;
        overflow-wrap: anywhere;
        border-bottom: 0;
    }

    .fix-evidence__table td[b-lzihwr0nne]::before {
        color: #64748b;
        content: attr(data-label);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
}

@media (prefers-color-scheme: dark) {
    .fix-evidence[b-lzihwr0nne],
    .fix-evidence__field input[b-lzihwr0nne],
    .fix-evidence__table th[b-lzihwr0nne],
    .fix-evidence__table td[b-lzihwr0nne] {
        border-color: #334155;
    }

    .fix-evidence__button--quiet[b-lzihwr0nne] {
        color: #fff;
    }

    .fix-evidence__table tr[b-lzihwr0nne] {
        border-color: #334155;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fix-evidence *[b-lzihwr0nne] {
        scroll-behavior: auto;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-topbar[b-s7xpl3k0ze] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.app-brand[b-s7xpl3k0ze] {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    color: inherit;
}

.app-nav[b-s7xpl3k0ze] {
    display: flex;
    gap: 1rem;
}

.app-nav a[b-s7xpl3k0ze] {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

.app-nav a:hover[b-s7xpl3k0ze] {
    text-decoration: underline;
}

.app-main[b-s7xpl3k0ze] {
    display: block;
}

@media (prefers-color-scheme: dark) {
    .app-topbar[b-s7xpl3k0ze] { border-bottom-color: #334155; }
}

#blazor-error-ui[b-s7xpl3k0ze] {
    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-s7xpl3k0ze] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uosh9vxmo6],
.components-reconnect-repeated-attempt-visible[b-uosh9vxmo6],
.components-reconnect-failed-visible[b-uosh9vxmo6],
.components-pause-visible[b-uosh9vxmo6],
.components-resume-failed-visible[b-uosh9vxmo6],
.components-rejoining-animation[b-uosh9vxmo6] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-uosh9vxmo6 {
    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;
    }
}
