.scanner-card {
    padding: 16px;
}

#reader-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

#reader-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame {
    width: 65%;
    aspect-ratio: 1 / 1;
    border: 3px solid var(--lph-gold-light, #e3c153);
    border-radius: 16px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255,255,255,.4);
}

.estado {
    margin: 14px 0 8px;
    font-size: 14px;
    color: #374151;
}

.legend {
    margin-top: 14px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

button.secondary {
    background: #fff;
    color: var(--lph-ink, #000000);
    border: 1px solid #e5e7eb;
}

button.secondary:hover {
    background: var(--lph-gold-soft, #fcf6e3);
    border-color: var(--lph-gold-light, #e3c153);
}
