/* Scanner styles */
.video-container {
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin: 0 auto;
    background: #000;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}