.scan-wrap {
    max-width: 520px;
    margin: 0 auto;
}

.scan-camera {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #000;
    border-radius: 14px;
    overflow: hidden;
}

.scan-camera video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scan-frame {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    height: 28%;
    border: 3px solid rgba(63, 185, 80, .9);
    border-radius: 10px;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .35);
    pointer-events: none;
}

.plate-badge {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 2px;
    background: #fff;
    color: #111;
    border: 2px solid #111;
    border-radius: 6px;
    padding: 2px 12px;
}
