.progress-steps{display:flex;justify-content:space-between;margin:25px 0;position:relative}.progress-steps:before{content:"";position:absolute;top:15px;left:10%;right:10%;height:3px;background:#e9ecef;z-index:1}.step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:2}.step-number{width:35px;height:35px;border-radius:50%;background:#6c757d;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-weight:700;border:3px solid white}.step.active .step-number{background:#007bff;box-shadow:0 0 0 3px #b3d7ff}.step.completed .step-number{background:#28a745}.step-label{font-size:.9em;text-align:center;font-weight:500}.step-instructions{text-align:center;margin:20px 0;padding:15px;background:#e7f3ff;border-radius:8px;border-left:4px solid #007bff}.step-instructions h4{margin:0 0 8px;color:#0056b3}.captured-previews{display:flex;gap:15px;margin:25px 0;justify-content:center;flex-wrap:wrap}.captured-thumbnail{text-align:center;background:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.captured-thumbnail span{display:block;margin-top:5px;font-size:.8em;color:#495057}.button-group{display:flex;gap:10px;justify-content:center;margin:15px 0;flex-wrap:wrap}.button-group button{padding:12px 20px;border:none;border-radius:6px;background:#007bff;color:#fff;cursor:pointer;font-size:1em;transition:all .2s ease}.button-group button:hover{background:#0056b3;transform:translateY(-1px)}.send-all-btn{background:#28a745!important;font-weight:700;padding:15px 25px!important}.send-all-btn:hover{background:#1e7e34!important}.switch-camera-btn{padding:12px 20px;border:none;border-radius:6px;background:#007bff;color:#fff;cursor:pointer;font-size:1em;transition:all .2s ease}.switch-camera-btn:hover{background:#0056b3;transform:translateY(-1px)}.status{text-align:center;padding:10px;margin:15px 0;border-radius:6px;background:#f8f9fa;font-weight:500}.media-container{position:relative;width:100%;max-width:640px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.video,.preview{width:100%;height:auto;display:block}.preview{position:absolute;top:0;left:0;border:3px solid #28a745}.captured-thumbnail.empty{background:#f8f9fa;border:2px dashed #dee2e6}.empty-thumbnail{width:100px;height:80px;display:flex;align-items:center;justify-content:center;background:#e9ecef;border-radius:6px;color:#6c757d;font-weight:700}.captured-thumbnail img{width:100px;height:80px;object-fit:cover;border:2px solid #28a745;border-radius:6px}.media-container .preview{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border:3px solid #28a745}
