html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.loading-image {
    width: 128px;
    height: 128px;
}

.header-logo {
    flex-shrink: 0;
    width: 175px;
    height: 48px;
    background: url('../images/GOBIERNO.original.png') no-repeat center / contain;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}


/* --- Camera Capture styles --- */
.camera-card {
    border: 1px solid #e5e7eb; /* gris tenue */
    border-radius: .75rem; /* rounded-3 */
    padding: 1rem;
    background: #fff;
}

.camera-actions {
    display: flex;
    gap: .5rem;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
}

.camera-note {
    font-size: .875rem;
    color: #6c757d; /* text-muted */
}

.camera-stage {
    margin-top: .75rem;
}

.camera-frame {
    border-radius: .75rem;
    overflow: hidden;
    box-shadow: 0 5px 16px rgba(0,0,0,.06);
    background: #000;
}

    .camera-frame video,
    .camera-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.camera-toolbar {
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
}

.camera-hint {
    margin-top: .25rem;
    font-size: .8rem;
    color: #6c757d;
}
