.vm-file-list{display:flex;flex-direction:column;gap:6px}.vm-file-row{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;cursor:grab;transition:all .2s ease;background:#fff;user-select:none}.vm-file-row:hover{border-color:var(--primary-a30)}.vm-file-row.vm-dragging{opacity:.4;border-style:dashed}html[data-theme=dark] .vm-file-row{background:#27272a;border-color:#3f3f46}html[data-theme=dark] .vm-file-row:hover{border-color:var(--primary-a40)}.vm-file-num{min-width:20px;text-align:center;font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--color-primary);flex-shrink:0}.vm-file-thumb{width:48px;height:36px;border-radius:6px;object-fit:cover;background:#0f172a;flex-shrink:0;overflow:hidden;display:block}.vm-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-sans);font-size:13px;font-weight:500;color:#0f172a;min-width:0}html[data-theme=dark] .vm-file-name{color:#d4d4d8}.vm-file-duration{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#64748b;background:#f8fafc;padding:3px 8px;border:1px solid #e2e8f0;border-radius:9999px;white-space:nowrap;flex-shrink:0}html[data-theme=dark] .vm-file-duration{background:#18181b;color:#a1a1aa;border-color:#3f3f46}.vm-file-size{font-family:var(--font-sans);font-size:12px;color:#64748b;white-space:nowrap;flex-shrink:0}html[data-theme=dark] .vm-file-size{color:#a1a1aa}.vm-file-remove{width:24px;height:24px;border-radius:50%;border:none;background:transparent;color:var(--text-muted);font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:all .15s ease;line-height:1}.vm-file-remove:hover{background:#ef44441a;color:#ef4444}html[data-theme=dark] .vm-file-remove{color:#71717a}html[data-theme=dark] .vm-file-remove:hover{background:#ef444426;color:#f87171}.vm-file-move{width:24px;height:24px;border-radius:50%;border:none;background:transparent;color:var(--text-muted);font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:all .15s ease;line-height:1}.vm-file-move:hover:not(:disabled){background:var(--primary-a10);color:var(--color-primary)}.vm-file-move:disabled{opacity:.3;cursor:default}html[data-theme=dark] .vm-file-move{color:#71717a}html[data-theme=dark] .vm-file-move:hover:not(:disabled){background:var(--primary-a15)}.vm-total-row{display:flex;align-items:center;gap:10px;padding:10px 14px;border-top:1px solid #e2e8f0}html[data-theme=dark] .vm-total-row{border-top-color:#3f3f46}.vm-total-label{font-family:var(--font-sans);font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-right:auto}html[data-theme=dark] .vm-total-label{color:#a1a1aa}.vm-total-duration{font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--color-primary);background:var(--primary-a08);padding:3px 10px;border:1px solid var(--primary-a20);border-radius:9999px;white-space:nowrap}html[data-theme=dark] .vm-total-duration{background:var(--primary-a12);border-color:var(--primary-a25)}.vm-total-size{font-family:var(--font-sans);font-size:12px;color:#64748b;white-space:nowrap}html[data-theme=dark] .vm-total-size{color:#a1a1aa}.vm-video-section{display:flex;justify-content:center;background:#0f172a;border-radius:10px;overflow:hidden;max-height:280px}.vm-video-section video{width:100%;max-height:280px;object-fit:contain;display:block}.vm-stats-badge{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:8px;font-family:var(--font-mono);font-size:12px;font-weight:600;color:#16a34a}html[data-theme=dark] .vm-stats-badge{background:#10b98114;border-color:#10b98133;color:#4ade80}.vm-stats-badge svg{flex-shrink:0}.vm-result-file{display:flex;align-items:center;gap:10px;padding:12px 14px;background:linear-gradient(135deg,var(--primary-a10) 0%,var(--primary-a04) 100%);border:1px solid var(--primary-a20);border-radius:8px}html[data-theme=dark] .vm-result-file{background:linear-gradient(135deg,var(--primary-a12) 0%,var(--primary-a04) 100%);border-color:var(--primary-a30)}.vm-result-file-name{flex:1;font-size:13px;font-weight:600;color:var(--color-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-mono)}.vm-result-file-size{font-size:12px;font-weight:500;color:#64748b;white-space:nowrap;flex-shrink:0;background:#ffffff80;padding:2px 8px;border-radius:4px}html[data-theme=dark] .vm-result-file-size{color:#a1a1aa;background:#ffffff0f}.vm-result-dl-btn{font-size:12px;font-weight:600;font-family:var(--font-sans);color:var(--color-primary);background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .15s}.vm-result-dl-btn:hover{background:var(--primary-a10)}@media(max-width:639px){.vm-file-row{padding:8px 10px;gap:8px}.vm-file-move,.vm-file-remove{width:40px;height:40px}.vm-file-thumb{display:none}.vm-file-duration{font-size:11px;padding:2px 6px}.vm-file-size{display:none}.vm-file-name{font-size:12px}.vm-total-row{flex-wrap:wrap;gap:6px}.vm-video-section{max-height:200px}.vm-video-section video{max-height:200px}.vm-result-file{flex-wrap:wrap}}@media(max-width:480px){.vm-file-row{padding:8px 4px;gap:4px}.vm-file-remove{font-size:14px}.vm-file-num{min-width:18px;font-size:11px}.vm-file-duration{font-size:11px;padding:2px 5px}.vm-total-row{padding:8px 10px;flex-direction:column}.vm-result-file{padding:10px}.vm-result-dl-btn{font-size:11px;padding:3px 6px}}@media(max-width:380px){.vm-file-row{padding:6px 4px}.vm-file-num{display:none}.vm-file-remove{font-size:12px}.vm-video-section{max-height:160px}.vm-video-section video{max-height:160px}.vm-result-file{flex-direction:column}.vm-result-file-name{flex:1 1 100%}}
