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

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-b840kgvqyc {
    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/BarcodeScanner.razor.rz.scp.css */
:root[b-x2eu75x0ex] {
    color-scheme: dark;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #071b18;
    color: #f4fffb;
}

*[b-x2eu75x0ex] {
    box-sizing: border-box;
}

body[b-x2eu75x0ex] {
    margin: 0;
    min-width: 320px;
    min-height: 100dvh;
    background: radial-gradient(circle at 50% -10%, rgba(34, 197, 149, .24), transparent 40%), #071b18;
}

button[b-x2eu75x0ex] {
    font: inherit;
}

.scanner-shell[b-x2eu75x0ex] {
    width: min(100%, 34rem);
    min-height: 100dvh;
    margin: auto;
    padding: max(1.5rem, env(safe-area-inset-top)) 1rem max(2rem, env(safe-area-inset-bottom));
}

.hero[b-x2eu75x0ex] {
    margin-bottom: 1.4rem;
}

.eyebrow[b-x2eu75x0ex] {
    margin: 0 0 .35rem;
    color: #7ce8c5;
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
}

h1[b-x2eu75x0ex] {
    margin: 0;
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.hero > p:last-child[b-x2eu75x0ex] {
    margin: .8rem 0 0;
    color: #a8c9bf;
    line-height: 1.5;
}

.camera-card[b-x2eu75x0ex] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    max-height: 62dvh;
    border: 1px solid rgba(154, 225, 204, .18);
    border-radius: 1.5rem;
    background: #0b2823;
    box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, .32);
}

#barcode-video[b-x2eu75x0ex] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camera-placeholder[b-x2eu75x0ex] {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    padding: 2rem;
    color: #a8c9bf;
    text-align: center;
    background: linear-gradient(145deg, #0d302a, #071c19);
}

.camera-icon[b-x2eu75x0ex] {
    color: #69dbb8;
    font-size: 2.4rem;
}

.scan-guide[b-x2eu75x0ex] {
    position: absolute;
    z-index: 2;
    inset: 22% 9%;
    pointer-events: none;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 1rem;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .24);
}

    .scan-guide span[b-x2eu75x0ex] {
        position: absolute;
        top: 50%;
        right: .8rem;
        left: .8rem;
        height: 2px;
        background: #4cf0bd;
        box-shadow: 0 0 1rem #4cf0bd;
        animation: scan-b-x2eu75x0ex 2.2s ease-in-out infinite;
    }

@keyframes scan-b-x2eu75x0ex {
    0%, 100% {
        transform: translateY(-5rem);
    }

    50% {
        transform: translateY(5rem);
    }
}

.actions[b-x2eu75x0ex] {
    display: grid;
    margin-top: 1rem;
}

    .actions button[b-x2eu75x0ex] {
        min-height: 3.5rem;
        border: 0;
        border-radius: 1rem;
        font-weight: 760;
        cursor: pointer;
        touch-action: manipulation;
    }

.primary[b-x2eu75x0ex] {
    background: #4cf0bd;
    color: #06221b;
}

.secondary[b-x2eu75x0ex] {
    background: #173b34;
    color: #eafff8;
}

.actions button:disabled[b-x2eu75x0ex] {
    cursor: wait;
    opacity: .65;
}

.actions button:focus-visible[b-x2eu75x0ex] {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.status[b-x2eu75x0ex] {
    min-height: 1.5rem;
    margin: .8rem .2rem;
    color: #a8c9bf;
    font-size: .9rem;
}

.result-card[b-x2eu75x0ex] {
    padding: 1rem;
    border: 1px solid rgba(76, 240, 189, .28);
    border-radius: 1rem;
    background: rgba(19, 57, 49, .7);
}

.result-label[b-x2eu75x0ex] {
    margin: 0 0 .35rem;
    color: #7ce8c5;
    font-size: .75rem;
    font-weight: 750;
    text-transform: uppercase;
}

.result-value[b-x2eu75x0ex] {
    overflow-wrap: anywhere;
    margin: 0;
    font-size: 1.15rem;
    font-weight: 650;
}

.result-meta[b-x2eu75x0ex] {
    display: flex;
    justify-content: space-between;
    margin-top: .7rem;
    color: #8db5a9;
    font-size: .78rem;
}

.privacy-note[b-x2eu75x0ex] {
    margin-top: 1rem;
    color: #769c91;
    font-size: .78rem;
    line-height: 1.45;
}

.loading[b-x2eu75x0ex] {
    display: grid;
    min-height: 100dvh;
    place-content: center;
    color: #a8c9bf;
}

#blazor-error-ui[b-x2eu75x0ex] {
    display: none;
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .8rem 1rem;
    background: #7f1d1d;
    color: white;
}

    #blazor-error-ui .dismiss[b-x2eu75x0ex] {
        float: right;
        border: 0;
        background: transparent;
        color: inherit;
        font-size: 1.25rem;
    }

@media (prefers-reduced-motion: reduce) {
    .scan-guide span[b-x2eu75x0ex] {
        animation: none;
    }
}
