#uppy-target:empty{background:rgba(0,0,0,.015);border:1px dashed var(--uppy-border,#7c3aed);border-radius:12px;min-height:400px;position:relative}#uppy-target:empty:before{animation:vlt-uploader-spin .75s linear infinite;border:3px solid rgba(0,0,0,.07);border-radius:50%;border-top:3px solid var(--uppy-border,#7c3aed);content:"";height:40px;left:calc(50% - 20px);position:absolute;top:calc(50% - 20px);width:40px}#uppy-target:empty:after{color:var(--uppy-border,#7c3aed);content:"Loading uploader\2026";font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.8125rem;left:0;opacity:.6;position:absolute;text-align:center;top:calc(50% + 28px);width:100%}@keyframes vlt-uploader-spin{to{transform:rotate(1turn)}}#uppy-target .uppy-Dashboard-inner{background-color:#fff;border:4px dashed var(--uppy-border,#1d4ed8)!important;border-radius:12px}#uppy-target .uppy-Dashboard-AddFiles{border:none!important}.uppy-UrlImport{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;padding:24px 20px}.uppy-UrlImport-form{display:flex;flex-direction:column;gap:10px;max-width:440px;width:100%}.uppy-UrlImport-label{color:#374151;font-size:13px;font-weight:600}.uppy-UrlImport-inputRow{display:flex;gap:8px}.uppy-UrlImport-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;flex:1;font-size:13px;min-width:0;outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s}.uppy-UrlImport-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.15)}.uppy-UrlImport-input:disabled{opacity:.5}.uppy-UrlImport-btn{background:#7c3aed;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:9px 18px;transition:background .15s;white-space:nowrap}.uppy-UrlImport-btn:hover:not(:disabled){background:#6d28d9}.uppy-UrlImport-btn:disabled{cursor:not-allowed;opacity:.5}.uppy-UrlImport-progress{display:flex;flex-direction:column;gap:5px}.uppy-UrlImport-bar{background:#e5e7eb;border-radius:9999px;height:4px;overflow:hidden;width:100%}.uppy-UrlImport-barFill{background:#7c3aed;border-radius:9999px;height:100%;transition:width .3s ease;width:0}.uppy-UrlImport-barFill--indeterminate{animation:uppy-url-pulse 1.5s ease-in-out infinite;width:100%!important}@keyframes uppy-url-pulse{0%,to{opacity:.4}50%{opacity:1}}.uppy-UrlImport-statusText{color:#6b7280;font-size:12px}.uppy-UrlImport-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:12px;line-height:1.5;margin:0;padding:8px 12px}.uppy-UrlImport-hint{color:#9ca3af;font-size:11px;line-height:1.5;margin:0;max-width:440px;text-align:center}