#scanner-container { 
    max-width: 500px; 
    margin: 150px auto; 
    text-align: center; 
    padding: 40px; 
    border: 4px solid #000; 
    background: white;
    box-shadow: 12px 12px 0px #000; 
}

#progress-bar { 
    width: 100%; 
    height: 10px; 
    border: 2px solid #000; 
    margin-bottom: 30px; 
    background: #eee;
}

#progress-fill { 
    height: 100%; 
    background: #000; 
    width: 0%; 
    transition: 0.3s ease; 
}

#glitch-text { 
    min-height: 120px; 
    font-size: 1.1rem; 
    line-height: 1.5;
    margin-bottom: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}