.hs-file-uploader{--radius:14px;--pad:14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,Noto Sans,sans-serif}.hsfu-dropzone{border:2px dashed #c7c7c7;border-radius:var(--radius);cursor:pointer;padding:28px;text-align:center;transition:border-color .2s,background .2s}.hsfu-dropzone:hover{background:#fafafa;border-color:#999}.hsfu-dropzone.is-dragover{background:#f3fff7;border-color:#4a7}.hsfu-instructions{color:#444;font-size:14px}.hsfu-instructions .hsfu-browse{background:none;border:none;color:#0a66c2;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.hsfu-actions{display:flex;gap:10px;margin-top:12px}.hsfu-actions button{background:#fff;border:1px solid #ddd;border-radius:10px;cursor:pointer;padding:10px 14px}.hsfu-actions button[disabled]{cursor:not-allowed;opacity:.45}.hsfu-progress{background:#eee;border-radius:999px;display:none;height:8px;margin-top:12px;overflow:hidden}.hsfu-progress.is-active{display:block}.hsfu-progress .bar{animation:hsfu-indet 1.1s infinite;background:#0a66c2;height:100%;width:30%}@keyframes hsfu-indet{0%{margin-left:-30%}50%{margin-left:40%}to{margin-left:110%}}.hsfu-preview{display:grid;gap:10px;margin-top:12px}.hsfu-preview img,.hsfu-preview video{border:1px solid #eee;border-radius:10px;max-width:100%}.hsfu-result{display:none;font-size:14px;margin-top:10px}.hsfu-result a{color:#0a66c2}.hsfu-error{color:#b00020;display:none;margin-top:10px}