@import '_content/Bonoscan.Components/Bonoscan.Components.w3qdqkxzto.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z4qlwo7euc] {
    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-z4qlwo7euc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/FeedbackPage.razor.rz.scp.css */
.fb-page[b-wdcdj7d5mn] {
    position: fixed;
    inset: 0;
    z-index: 10;
    background: var(--scanner-bg, #11242a);
    color: var(--scanner-text, #eef3f4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px;
    box-sizing: border-box;
}

.fb-page__title[b-wdcdj7d5mn] {
    font-size: 1.5rem;
    font-weight: 700;
}
/* /Components/Pages/OwnScanner.razor.rz.scp.css */
.scanner-host[b-su0t04gu7t] {
    position: fixed;
    inset: 0;
    z-index: 10;
    background: var(--scanner-bg, #11242a);
    --scanner-width: 100%;
    --scanner-height: 100%;
}

.result[b-su0t04gu7t] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    box-sizing: border-box;
    background: var(--scanner-bg, #11242a);
}

.result__view[b-su0t04gu7t] {
    flex: 1;
    min-height: 0;
    display: flex;
}

.actions[b-su0t04gu7t] {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.intro[b-su0t04gu7t] {
    color: var(--scanner-text, #eef3f4);
    max-width: 32rem;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.intro__box[b-su0t04gu7t] {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 14px;
    padding: 16px 18px;
}

.intro__title[b-su0t04gu7t] {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.6rem;
}

.intro__steps[b-su0t04gu7t] {
    margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    line-height: 1.5;
    font-size: 0.98rem;
    opacity: 0.95;
}

.scan-guide[b-su0t04gu7t] {
    position: absolute;
    top: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    max-width: 86%;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    padding: 12px 22px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.scan-cancel[b-su0t04gu7t] {
    position: absolute;
    bottom: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
    padding: 12px 30px;
    border-radius: 999px;
    cursor: pointer;
}

.result__feedback[b-su0t04gu7t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.result__fbhint[b-su0t04gu7t] {
    color: var(--scanner-text, #eef3f4);
    opacity: 0.85;
    font-size: 0.9rem;
    text-align: center;
}

.dialog-backdrop[b-su0t04gu7t] {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
}

.dialog[b-su0t04gu7t] {
    background: var(--surface, #fff);
    color: var(--ink, #142a30);
    border-radius: var(--radius, 16px);
    box-shadow: var(--shadow, 0 24px 50px -30px rgba(17, 36, 42, 0.55));
    padding: 24px;
    max-width: 22rem;
    width: 100%;
    text-align: center;
}

.dialog__text[b-su0t04gu7t] {
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 1.05rem;
}

.dialog__actions[b-su0t04gu7t] {
    display: flex;
    gap: 12px;
    justify-content: center;
}
/* /Components/Ui/UiButton.razor.rz.scp.css */
.btn[b-tl3m46g81x] {
    font-family: var(--body);
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: var(--radius-sm);
    padding: 14px 26px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:disabled[b-tl3m46g81x] {
    opacity: 0.55;
    cursor: not-allowed;
}

.btn-primary[b-tl3m46g81x] {
    color: #fff;
    background: var(--magenta);
    box-shadow: 0 14px 26px -14px rgba(193, 52, 139, 0.8);
}

.btn-primary:not(:disabled):hover[b-tl3m46g81x] {
    background: var(--magenta-600);
    transform: translateY(-2px);
}

.btn-ghost[b-tl3m46g81x] {
    color: var(--teal-700);
    background: rgba(38, 78, 89, 0.08);
    border: 1px solid var(--line);
}

.btn-ghost:not(:disabled):hover[b-tl3m46g81x] {
    background: rgba(38, 78, 89, 0.14);
    transform: translateY(-2px);
}

.btn-ghost-dark[b-tl3m46g81x] {
    color: #eef3f4;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-ghost-dark:not(:disabled):hover[b-tl3m46g81x] {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
}

.btn-dot[b-tl3m46g81x] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
/* /Components/Ui/UiFeedback.razor.rz.scp.css */
.fb[b-i1ttwkkpe9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    color: var(--scanner-text, #eef3f4);
}

.fb__head[b-i1ttwkkpe9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.fb__q[b-i1ttwkkpe9] {
    font-weight: 600;
}

.fb__thumbs[b-i1ttwkkpe9] {
    display: flex;
    gap: 8px;
}

.fb__thumb[b-i1ttwkkpe9] {
    font-size: 1.4rem;
    line-height: 1;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    cursor: pointer;
}

.fb__thumb.is-on[b-i1ttwkkpe9] {
    background: rgba(255, 255, 255, 0.22);
    border-color: #fff;
}

.fb__chips[b-i1ttwkkpe9] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.fb__chip[b-i1ttwkkpe9] {
    font-size: 0.82rem;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: inherit;
    cursor: pointer;
}

.fb__chip.is-on[b-i1ttwkkpe9] {
    background: var(--scanner-accent, #264E59);
    border-color: var(--scanner-accent, #264E59);
}

.fb__text[b-i1ttwkkpe9] {
    width: 100%;
    box-sizing: border-box;
    resize: none;
    border-radius: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
    font: inherit;
}

.fb__actions[b-i1ttwkkpe9] {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.fb__error[b-i1ttwkkpe9] {
    color: var(--scanner-danger, #ff6b6b);
    font-size: 0.85rem;
    text-align: center;
}

.fb__done[b-i1ttwkkpe9] {
    text-align: center;
    font-weight: 600;
}
/* /Components/Ui/UiZoomImage.razor.rz.scp.css */
.zoom[b-tb6le6djsn] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    touch-action: none;
    border-radius: var(--radius-sm);
    background: var(--teal-900, #11242a);
}

.zoom__img[b-tb6le6djsn] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center center;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
}
