.upload-area { display:flex; align-items:center; gap:12px; border:2px dashed rgba(255,255,255,0.2); padding:16px; border-radius:8px; }
.upload-area.dragover { border-color: var(--primary); background-color: rgba(0,0,0,0.1); }
.upload-list { margin-top:8px; }
.upload-item { padding:6px 8px; background-color: var(--bg-card); border-radius:4px; margin-bottom:6px; }
.progress { width:100%; height:8px; background-color: rgba(255,255,255,0.1); border-radius:4px; overflow:hidden; }
.progress-inner { height:100%; background-color: var(--primary); width:0%; transition: width 0.2s ease; }
.progress-info { color: var(--text-main); }
.progress-name { color: var(--text-main); }
.icon-success { display:inline-block; width:12px; height:12px; background-color: var(--success); border-radius:50%; }
.icon-error { display:inline-block; width:12px; height:12px; background-color: var(--danger); border-radius:50%; }
.sr-file-hidden { position:absolute; left:-9999px; width:0; height:0; opacity:0; }
