/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-urzpekrb0y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-urzpekrb0y] {
    flex: 1;
}

.sidebar[b-urzpekrb0y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-urzpekrb0y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-urzpekrb0y]  a, .top-row[b-urzpekrb0y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-urzpekrb0y]  a:hover, .top-row[b-urzpekrb0y]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-urzpekrb0y]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-urzpekrb0y] {
        justify-content: space-between;
    }

    .top-row[b-urzpekrb0y]  a, .top-row[b-urzpekrb0y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-urzpekrb0y] {
        flex-direction: row;
    }

    .sidebar[b-urzpekrb0y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-urzpekrb0y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-urzpekrb0y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-urzpekrb0y], article[b-urzpekrb0y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-urzpekrb0y] {
    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-urzpekrb0y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jsotgxriel] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-jsotgxriel] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jsotgxriel] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jsotgxriel] {
    font-size: 1.1rem;
}

.bi[b-jsotgxriel] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jsotgxriel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jsotgxriel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jsotgxriel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-jsotgxriel] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jsotgxriel] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jsotgxriel] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jsotgxriel]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-jsotgxriel]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jsotgxriel]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jsotgxriel] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jsotgxriel] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jsotgxriel] {
        display: none;
    }

    .nav-scrollable[b-jsotgxriel] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s37p8hqhws],
.components-reconnect-repeated-attempt-visible[b-s37p8hqhws],
.components-reconnect-failed-visible[b-s37p8hqhws],
.components-pause-visible[b-s37p8hqhws],
.components-resume-failed-visible[b-s37p8hqhws],
.components-rejoining-animation[b-s37p8hqhws] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-retrying[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-failed[b-s37p8hqhws],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-s37p8hqhws] {
    display: block;
}


#components-reconnect-modal[b-s37p8hqhws] {
    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-s37p8hqhws 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-s37p8hqhws 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-s37p8hqhws 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-s37p8hqhws]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-s37p8hqhws 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-s37p8hqhws {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-s37p8hqhws {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-s37p8hqhws {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-s37p8hqhws] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-s37p8hqhws] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-s37p8hqhws] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-s37p8hqhws] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-s37p8hqhws] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-s37p8hqhws] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-s37p8hqhws] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-s37p8hqhws 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-s37p8hqhws] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-s37p8hqhws {
    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/IdCardRecognition.razor.rz.scp.css */
*[b-oqrs06xqtm] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html[b-oqrs06xqtm], body[b-oqrs06xqtm] {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #f5f5f5;
}

#app[b-oqrs06xqtm] {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    min-height: 100vh;
    background: #f5f5f5;
}

.idcard-container[b-oqrs06xqtm] {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #f5f5f5;
}

    .idcard-container h1[b-oqrs06xqtm] {
        text-align: center;
        color: #333;
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
    }

.subtitle[b-oqrs06xqtm] {
    text-align: center;
    color: #666;
    margin-bottom: 6px;
    font-size: 0.8rem;
}

.idcard-list[b-oqrs06xqtm] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 8px;
}

.idcard-item[b-oqrs06xqtm] {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.idcard-item + .idcard-item[b-oqrs06xqtm] {
    margin-top: 5rem;
}

.idcard-header[b-oqrs06xqtm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.idcard-label[b-oqrs06xqtm] {
    font-size: 1.5rem;
    font-weight: 600;
}

.status-badge[b-oqrs06xqtm] {
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
}

.status-badge.success[b-oqrs06xqtm] {
    background: #28a745;
}

.status-badge.pending[b-oqrs06xqtm] {
    background: rgba(255, 255, 255, 0.3);
}

.camera-box[b-oqrs06xqtm] {
    position: relative;
    width: 100%;
    background: #000;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.camera-box video[b-oqrs06xqtm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay-guide[b-oqrs06xqtm] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.id-card-frame[b-oqrs06xqtm] {
    position: relative;
    width: 90%;
    max-width: 340px;
    aspect-ratio: 1.586 / 1;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.25);
}

.corner[b-oqrs06xqtm] {
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #00ff00;
    border-style: solid;
    border-width: 0;
}

.corner-tl[b-oqrs06xqtm] {
    top: -1px;
    left: -1px;
    border-top-width: 1.5px;
    border-left-width: 1.5px;
    border-top-left-radius: 4px;
}

.corner-tr[b-oqrs06xqtm] {
    top: -1px;
    right: -1px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
    border-top-right-radius: 4px;
}

.corner-bl[b-oqrs06xqtm] {
    bottom: -1px;
    left: -1px;
    border-bottom-width: 1.5px;
    border-left-width: 1.5px;
    border-bottom-left-radius: 4px;
}

.corner-br[b-oqrs06xqtm] {
    bottom: -1px;
    right: -1px;
    border-bottom-width: 1.5px;
    border-right-width: 1.5px;
    border-bottom-right-radius: 4px;
}

.photo-box[b-oqrs06xqtm] {
    position: absolute;
    top: 5%;
    right: 4%;
    width: 22%;
    aspect-ratio: 3 / 4;
    border: 1px dashed #00ff00;
    border-radius: 2px;
}

.photo-label[b-oqrs06xqtm] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 255, 0, 0.8);
    color: #000;
    font-size: 0.55rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 2px;
}

.photo-corner[b-oqrs06xqtm] {
    position: absolute;
    width: 5px;
    height: 5px;
    border-color: #00ff00;
    border-style: solid;
    border-width: 1px;
}

.photo-tl[b-oqrs06xqtm] {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}

.photo-tr[b-oqrs06xqtm] {
    top: -1px;
    right: -1px;
    border-left: none;
    border-bottom: none;
}

.photo-bl[b-oqrs06xqtm] {
    bottom: -1px;
    left: -1px;
    border-right: none;
    border-top: none;
}

.photo-br[b-oqrs06xqtm] {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

.idcard-hint[b-oqrs06xqtm] {
    position: absolute;
    top: 5%;
    left: 4%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.idcard-hint span[b-oqrs06xqtm] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.55rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.45);
    padding: 0.5px 2.5px;
    border-radius: 1px;
}

.emblem-box[b-oqrs06xqtm] {
    position: absolute;
    top: 5%;
    left: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.emblem-label[b-oqrs06xqtm] {
    background: rgba(255, 215, 0, 0.85);
    color: #000;
    font-size: 0.55rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.emblem-circle[b-oqrs06xqtm] {
    width: 22%;
    aspect-ratio: 1;
    border: 2px dashed #ffd700;
    border-radius: 50%;
    position: relative;
}

.emblem-circle[b-oqrs06xqtm]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: 45%;
    border: 1px dashed #ffd700;
    border-radius: 50%;
}

.idcard-hint-back[b-oqrs06xqtm] {
    position: absolute;
    bottom: 8%;
    left: 4%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.idcard-hint-back span[b-oqrs06xqtm] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.55rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.45);
    padding: 0.5px 2.5px;
    border-radius: 1px;
}

.guide-text[b-oqrs06xqtm] {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 12px;
    border-radius: 10px;
    margin-top: 6px;
    font-size: 1.1rem;
}

.camera-controls[b-oqrs06xqtm] {
    display: flex;
    gap: 4px;
    padding: 6px 8px;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.camera-controls .btn[b-oqrs06xqtm] {
    min-width: 10rem;
    font-size: 1.5rem;
    padding: 0.8rem 1.6rem;
    border-radius: 6px;
}

.camera-controls .btn.btn-full[b-oqrs06xqtm] {
    width: 100%;
    min-width: auto;
}

.btn-danger:active[b-oqrs06xqtm] {
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-primary[b-oqrs06xqtm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: #fff;
}

.btn-secondary[b-oqrs06xqtm] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

.upload-section[b-oqrs06xqtm] {
    padding: 6px 8px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.upload-section input[type="file"][b-oqrs06xqtm] {
    font-size: 0.75rem;
}

.captured-preview[b-oqrs06xqtm] {
    padding: 6px;
    text-align: center;
}

.captured-preview img[b-oqrs06xqtm] {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-bottom: 4px;
}

.captured-preview .btn[b-oqrs06xqtm] {
    width: 100%;
    padding: 6px;
    font-size: 0.85rem;
    border-radius: 4px;
}

.submit-section[b-oqrs06xqtm] {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 8px;
    padding: 0 6px;
}

.submit-section .btn-primary[b-oqrs06xqtm] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: #fff;
    padding: 2.5rem 25px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    width: 100%;
}

.submit-section .btn-primary:active:not(:disabled)[b-oqrs06xqtm] {
    transform: scale(0.98);
}

.submit-section .btn-primary:disabled[b-oqrs06xqtm] {
    opacity: 0.5;
    cursor: not-allowed;
}

.submit-section .btn-secondary[b-oqrs06xqtm] {
    margin-top: 3rem;
    width: 100%;
    padding: 12px;
    font-size: 0.85rem;
    border-radius: 5px;
}

.modal-overlay[b-oqrs06xqtm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.modal-dialog[b-oqrs06xqtm] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    width: 85%;
    max-width: 320px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.modal-header[b-oqrs06xqtm] {
    padding: 16px 20px 0;
}

.modal-header h3[b-oqrs06xqtm] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.modal-body[b-oqrs06xqtm] {
    padding: 12px 20px 20px;
    font-size: 0.95rem;
    color: #666;
}

.modal-footer[b-oqrs06xqtm] {
    padding: 0 20px 16px;
}

.modal-footer .btn-primary[b-oqrs06xqtm] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.uploaded-images-section[b-oqrs06xqtm] {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
}

    .uploaded-images-section h2[b-oqrs06xqtm] {
        color: #333;
        margin-bottom: 10px;
        text-align: center;
        font-size: 0.95rem;
    }

.uploaded-images-grid[b-oqrs06xqtm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uploaded-image-card[b-oqrs06xqtm] {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
}

    .uploaded-image-card h4[b-oqrs06xqtm] {
        color: #333;
        margin-bottom: 4px;
        font-size: 0.85rem;
    }

    .uploaded-image-card img[b-oqrs06xqtm] {
        width: 100%;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    }

.image-label[b-oqrs06xqtm] {
    color: #666;
    font-size: 0.65rem;
    margin-top: 4px;
    word-break: break-all;
}

.result-section[b-oqrs06xqtm] {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 8px;
}

    .result-section h2[b-oqrs06xqtm] {
        color: #333;
        margin-bottom: 10px;
        font-size: 0.95rem;
        text-align: center;
    }

.result-grid[b-oqrs06xqtm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.result-card[b-oqrs06xqtm] {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 8px;
}

    .result-card h3[b-oqrs06xqtm] {
        color: #333;
        margin-bottom: 8px;
        font-size: 0.85rem;
        border-bottom: 1px solid #007bff;
        padding-bottom: 4px;
    }

.result-card .table[b-oqrs06xqtm] {
    margin-bottom: 0;
    font-size: 0.75rem;
}

    .result-card .table th[b-oqrs06xqtm] {
        width: 55px;
        color: #666;
        font-weight: 600;
        background: #fff;
        padding: 3px 5px;
        border-top: none;
        text-align: left;
        white-space: nowrap;
    }

    .result-card .table td[b-oqrs06xqtm] {
        color: #333;
        font-weight: 500;
        padding: 3px 5px;
        border-top: none;
        word-break: break-all;
    }

    .result-card .table tr[b-oqrs06xqtm] {
        border-bottom: 1px solid #eee;
    }

        .result-card .table tr:last-child[b-oqrs06xqtm] {
            border-bottom: none;
        }

.saved-images-section[b-oqrs06xqtm] {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 8px;
}

    .saved-images-section h3[b-oqrs06xqtm] {
        color: #333;
        margin-bottom: 8px;
        font-size: 0.85rem;
        border-bottom: 1px solid #28a745;
        padding-bottom: 4px;
    }

.saved-images[b-oqrs06xqtm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.saved-image-item[b-oqrs06xqtm] {
    background: #fff;
    border-radius: 4px;
    padding: 6px;
}

    .saved-image-item h4[b-oqrs06xqtm] {
        color: #333;
        margin-bottom: 4px;
        font-size: 0.8rem;
        text-align: center;
    }

    .saved-image-item img[b-oqrs06xqtm] {
        width: 100%;
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

.image-path[b-oqrs06xqtm] {
    color: #666;
    font-size: 0.6rem;
    margin-top: 3px;
    word-break: break-all;
    text-align: center;
}

.result-actions[b-oqrs06xqtm] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
}

    .result-actions .btn[b-oqrs06xqtm] {
        width: 100%;
        padding: 6px;
        font-size: 0.85rem;
        border-radius: 4px;
    }

.upload-progress[b-oqrs06xqtm] {
    padding: 6px 8px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.progress-bar[b-oqrs06xqtm] {
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 1px;
    animation: progress-shimmer-b-oqrs06xqtm 1.5s ease-in-out infinite;
}

@keyframes progress-shimmer-b-oqrs06xqtm {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}

.progress-text[b-oqrs06xqtm] {
    display: block;
    text-align: center;
    color: #666;
    font-size: 0.75rem;
    margin-top: 3px;
}

.upload-time[b-oqrs06xqtm] {
    text-align: center;
    padding: 3px 8px;
    background: #e7f3ff;
    color: #0066cc;
    font-size: 0.75rem;
    border-bottom: 1px solid #eee;
}

.status-message[b-oqrs06xqtm] {
    padding: 8px 10px;
    border-radius: 4px;
    margin-top: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
}

.status-message.info[b-oqrs06xqtm] {
    background: #e7f3ff;
    color: #0066cc;
    border: 1px solid #b3d9ff;
}

.status-message.success[b-oqrs06xqtm] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-message.error[b-oqrs06xqtm] {
    background: #f8f9fa;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.spinner-border[b-oqrs06xqtm] {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    vertical-align: text-bottom;
    border: 0.12em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-oqrs06xqtm 0.75s linear infinite;
}

@keyframes spinner-border-b-oqrs06xqtm {
    to { transform: rotate(360deg); }
}

.preview-container[b-oqrs06xqtm] {
    width: 100%;
    padding: 6px;
    text-align: center;
}

.preview-image[b-oqrs06xqtm] {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.btn[b-oqrs06xqtm] {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 4px 10px;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    transition: all 0.15s;
}

.btn:focus[b-oqrs06xqtm] {
    outline: none;
}

.btn:active[b-oqrs06xqtm] {
    transform: scale(0.98);
}

.btn:disabled[b-oqrs06xqtm] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 320px) {
    .idcard-container[b-oqrs06xqtm] {
        padding: 3px;
    }

    .idcard-container h1[b-oqrs06xqtm] {
        font-size: 1.6rem;
    }

    .subtitle[b-oqrs06xqtm] {
        font-size: 0.75rem;
    }

    .idcard-header[b-oqrs06xqtm] {
        padding: 4px 8px;
    }

    .idcard-label[b-oqrs06xqtm] {
        font-size: 1.3rem;
    }

.camera-controls .btn[b-oqrs06xqtm] {
    min-width: 8rem;
    font-size: 1.2rem;
    padding: 0.6rem 1.4rem;
}

.camera-controls .btn.btn-full[b-oqrs06xqtm] {
    width: 100%;
    min-width: auto;
}

.camera-hint[b-oqrs06xqtm] {
    text-align: center;
    color: #1976d2;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 8px;
    padding: 6px;
    background: #e3f2fd;
    border-radius: 6px;
}

.camera-hint.success[b-oqrs06xqtm] {
    color: #2e7d32;
    background: #e8f5e9;
}

    .submit-section .btn-primary[b-oqrs06xqtm] {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}
