.scout-upload-container { margin: 10px 0 20px 0; }
.scout-upload-buttons { display: flex; gap: 15px; margin-bottom: 10px; }
.scout-btn {
    flex: 1; padding: 15px; text-align: center;
    background: #fff; border: 2px dashed #c3c4c7;
    border-radius: 8px; cursor: pointer; font-weight: 600; color: #50575e;
    transition: all 0.2s; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.scout-btn:hover { border-color: #2271b1; background: #f0f6fc; color: #2271b1; }
.scout-btn-camera { background: #f0f6fc; border: 2px solid #2271b1; color: #2271b1; }
.scout-btn.processing { opacity: 0.6; pointer-events: none; cursor: wait; }
.scout-hidden-input { display: none !important; }
.scout-file-list { margin-top: 10px; }
.scout-file-entry { 
    background: #fff; border: 1px solid #e2e4e7; padding: 8px 12px; 
    border-radius: 6px; margin-bottom: 5px; font-size: 0.9em;
    display: flex; align-items: center; box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}
.scout-success-icon { color: #46b450; margin-right: 10px; font-size: 1.2em; }
.scout-badge { background: #e5f5fa; color: #0085ba; padding: 2px 6px; border-radius: 4px; font-size: 0.75em; margin-left: auto; }