/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-t4wmh4p8c8] {
    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-t4wmh4p8c8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kw76sm8hgd],
.components-reconnect-repeated-attempt-visible[b-kw76sm8hgd],
.components-reconnect-failed-visible[b-kw76sm8hgd],
.components-pause-visible[b-kw76sm8hgd],
.components-resume-failed-visible[b-kw76sm8hgd],
.components-rejoining-animation[b-kw76sm8hgd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-retrying[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-failed[b-kw76sm8hgd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kw76sm8hgd] {
    display: block;
}


#components-reconnect-modal[b-kw76sm8hgd] {
    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-kw76sm8hgd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kw76sm8hgd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kw76sm8hgd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kw76sm8hgd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kw76sm8hgd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kw76sm8hgd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kw76sm8hgd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kw76sm8hgd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kw76sm8hgd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kw76sm8hgd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kw76sm8hgd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kw76sm8hgd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kw76sm8hgd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kw76sm8hgd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kw76sm8hgd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kw76sm8hgd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kw76sm8hgd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kw76sm8hgd {
    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/Review.razor.rz.scp.css */
:root[b-2rhmek22r2] {
    --bg: #f6f7f9;
    --card: #fff;
    --text: #121417;
    --muted: #6b7280;
    --border: #e5e7eb;
    --shadow: 0 10px 30px rgba(0,0,0,.08);
    --radius: 16px;
    --brand: #0b6b3a;
    --brand2: #0a5f34;
    --danger: #dc2626;
}

*[b-2rhmek22r2] {
    box-sizing: border-box
}

body[b-2rhmek22r2] {
    margin: 0;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color: var(--text);
    background: var(--bg)
}

.wrap[b-2rhmek22r2] {
    max-width: 420px;
    margin: 0 auto;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

header[b-2rhmek22r2] {
    background: var(--card);
    border-bottom: 1px solid var(--border);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.back[b-2rhmek22r2] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 0;
}

.title[b-2rhmek22r2] {
    flex: 1;
    text-align: center;
    font-weight: 800
}

.spacer[b-2rhmek22r2] {
    width: 40px;
    height: 40px
}

main[b-2rhmek22r2] {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.card[b-2rhmek22r2] {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 16px;
}

h1[b-2rhmek22r2] {
    margin: 0 0 6px;
    font-size: 22px
}

p[b-2rhmek22r2] {
    margin: 0;
    color: var(--muted);
    line-height: 1.45
}

.grid[b-2rhmek22r2] {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tile[b-2rhmek22r2] {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    cursor: pointer;
}

    .tile img[b-2rhmek22r2] {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .tile .label[b-2rhmek22r2] {
        position: absolute;
        left: 8px;
        bottom: 8px;
        background: rgba(17,24,39,.72);
        color: white;
        font-size: 11px;
        padding: 4px 6px;
        border-radius: 10px;
        max-width: calc(100% - 16px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tile .x[b-2rhmek22r2] {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 26px;
        height: 26px;
        border-radius: 999px;
        border: 0;
        cursor: pointer;
        background: rgba(255,255,255,.92);
        display: grid;
        place-items: center;
        font-weight: 900;
    }

.empty[b-2rhmek22r2] {
    border: 1px dashed #cbd5e1;
    color: var(--muted);
    font-weight: 800;
    background: #f8fafc;
}

.sticky[b-2rhmek22r2] {
    position: sticky;
    bottom: 0;
    background: linear-gradient(to top, rgba(246,247,249,1), rgba(246,247,249,.85));
    padding: 12px 16px 16px;
}

.btn[b-2rhmek22r2] {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.btnPrimary[b-2rhmek22r2] {
    background: var(--brand);
    color: white
}

    .btnPrimary:active[b-2rhmek22r2] {
        background: var(--brand2)
    }

    .btnPrimary[disabled][b-2rhmek22r2] {
        opacity: .5;
        cursor: not-allowed
    }

.btnGhost[b-2rhmek22r2] {
    margin-top: 10px;
    background: transparent;
    color: var(--muted);
    border: 1px solid var(--border);
    font-weight: 700;
}

.req[b-2rhmek22r2] {
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted)
}

.toast[b-2rhmek22r2] {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    background: #111827;
    color: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

    .toast.show[b-2rhmek22r2] {
        opacity: 1
    }

.modal[b-2rhmek22r2] {
    position: fixed;
    inset: 0;
    background: rgba(17,24,39,.55);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

    .modal .box[b-2rhmek22r2] {
        width: min(420px, 100%);
        background: #fff;
        border-radius: 18px;
        padding: 16px;
        border: 1px solid var(--border);
        box-shadow: var(--shadow);
    }

.spinner[b-2rhmek22r2] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 3px solid #e5e7eb;
    border-top-color: var(--brand);
    animation: spin-b-2rhmek22r2 1s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes spin-b-2rhmek22r2 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Pages/Step.razor.rz.scp.css */
:root[b-xszr0rztgj] {
    --bg: #f6f7f9;
    --card: #fff;
    --text: #121417;
    --muted: #6b7280;
    --border: #e5e7eb;
    --shadow: 0 10px 30px rgba(0,0,0,.08);
    --radius: 16px;
    --brand: #0b6b3a;
    --brand2: #0a5f34;
    --blue: #1d4ed8;
    --blue2: #1e40af;
    --danger: #dc2626;
}

*[b-xszr0rztgj] {
    box-sizing: border-box
}

body[b-xszr0rztgj] {
    margin: 0;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    color: var(--text);
    background: var(--bg)
}

.wrap[b-xszr0rztgj] {
    max-width: 420px;
    margin: 0 auto;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

header[b-xszr0rztgj] {
    background: var(--card);
    border-bottom: 1px solid var(--border);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.back[b-xszr0rztgj] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 18px;
    line-height: 0;
}

.title[b-xszr0rztgj] {
    flex: 1;
    text-align: center;
    font-weight: 800
}

.spacer[b-xszr0rztgj] {
    width: 40px;
    height: 40px
}

main[b-xszr0rztgj] {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.card[b-xszr0rztgj] {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 16px;
}

.kpi[b-xszr0rztgj] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px
}

    .kpi small[b-xszr0rztgj] {
        color: var(--muted)
    }

h1[b-xszr0rztgj] {
    margin: 8px 0 6px;
    font-size: 22px
}

p[b-xszr0rztgj] {
    margin: 0;
    color: var(--muted);
    line-height: 1.45
}

.progressWrap[b-xszr0rztgj] {
    margin-top: 12px
}

.bar[b-xszr0rztgj] {
    height: 10px;
    background: #eef0f3;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid var(--border)
}

.fill[b-xszr0rztgj] {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--brand), #11a55b)
}

.preview[b-xszr0rztgj] {
    margin-top: 12px;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    display: grid;
    place-items: center;
    overflow: hidden;
}

    .preview img[b-xszr0rztgj] {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.hint[b-xszr0rztgj] {
    font-size: 12px;
    color: var(--muted);
    margin-top: 10px
}

.btn[b-xszr0rztgj] {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btnBlue[b-xszr0rztgj] {
    background: var(--blue);
    color: white
}

    .btnBlue:active[b-xszr0rztgj] {
        background: var(--blue2)
    }

.btnOutline[b-xszr0rztgj] {
    background: #fff;
    color: var(--blue);
    border: 2px solid rgba(29,78,216,.25);
}

    .btnOutline:active[b-xszr0rztgj] {
        border-color: rgba(29,78,216,.5)
    }

.sticky[b-xszr0rztgj] {
    position: sticky;
    bottom: 0;
    background: linear-gradient(to top, rgba(246,247,249,1), rgba(246,247,249,.85));
    padding: 12px 16px 16px;
}

.btnPrimary[b-xszr0rztgj] {
    background: var(--brand);
    color: white
}

    .btnPrimary:active[b-xszr0rztgj] {
        background: var(--brand2)
    }

    .btnPrimary[disabled][b-xszr0rztgj] {
        opacity: .5;
        cursor: not-allowed
    }

.btnGhost[b-xszr0rztgj] {
    margin-top: 10px;
    background: transparent;
    color: var(--muted);
    border: 1px solid var(--border);
    font-weight: 700;
}

.error[b-xszr0rztgj] {
    color: var(--danger);
    font-weight: 700;
    font-size: 13px;
    margin-top: 10px;
    display: none
}

[b-xszr0rztgj] input[type="file"] {
    display: none;
}

[b-xszr0rztgj] .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
