.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:#e072034d}.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:#e0720366}.vm-file-num{min-width:20px;text-align:center;font-family:var(--font-mono);font-size:12px;font-weight:700;color:#e07203;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:#94a3b8;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-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:#e07203;background:#e0720314;padding:3px 10px;border:1px solid rgba(224,114,3,.2);border-radius:9999px;white-space:nowrap}html[data-theme=dark] .vm-total-duration{background:#e072031f;border-color:#e0720340}.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:#059669}html[data-theme=dark] .vm-stats-badge{background:#10b98114;border-color:#10b98133;color:#34d399}.vm-stats-badge svg{flex-shrink:0}.vm-result-file{display:flex;align-items:center;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#e072031a,#e072030a);border:1px solid rgba(224,114,3,.2);border-radius:8px}html[data-theme=dark] .vm-result-file{background:linear-gradient(135deg,#e072031f,#e072030a);border-color:#e072034d}.vm-result-file-name{flex:1;font-size:13px;font-weight:600;color:#e07203;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:#e07203;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .15s}.vm-result-dl-btn:hover{background:#e072031a}@media(max-width:600px){.vm-file-row{padding:8px 10px;gap:8px}.vm-file-thumb{display:none}.vm-file-duration{font-size:10px;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}}
