.listing-video-upload{position:relative;margin-top:.5rem;padding:.75rem;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);overflow:hidden}.listing-video-upload--ready-final{min-height:6.5rem}.listing-video-upload__header{display:flex;align-items:center;gap:.625rem}.listing-video-upload__spinner{flex-shrink:0;color:#c1fe00;animation:listing-video-upload-spin 1s linear infinite}@keyframes listing-video-upload-spin{to{transform:rotate(1turn)}}.listing-video-upload__status{font-size:.875rem;font-weight:600;color:rgb(255 255 255/.88);line-height:1.35}.listing-video-upload__track{position:relative;margin-top:.625rem;height:4px;border-radius:9999px;background:rgb(255 255 255/.1);overflow:hidden}.listing-video-upload__fill{position:absolute;inset-block:0;left:0;border-radius:inherit;background:#c1fe00;transition:width .22s cubic-bezier(.33,0,.2,1)}.listing-video-upload__fill--ready{background:#22c55e;transition:width .3s cubic-bezier(.33,0,.2,1),opacity .26s ease}.listing-video-upload__pulse{position:absolute;top:0;height:100%;border-radius:inherit;background:rgb(193 254 0/.45);animation:listing-video-upload-pulse 1s ease-in-out infinite alternate}@keyframes listing-video-upload-pulse{0%{left:8%;width:22%;opacity:.35}to{left:58%;width:28%;opacity:.85}}.listing-video-upload__steps{display:flex;gap:.375rem;margin-top:.75rem}.listing-video-upload__step{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.25rem}.listing-video-upload__step-dot{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;border:1.5px solid rgb(255 255 255/.2);font-size:.625rem;font-weight:700;color:rgb(255 255 255/.35)}.listing-video-upload__step-dot--active{border-color:#c1fe00;color:#c1fe00;background:rgb(193 254 0/.12)}.listing-video-upload__step-dot--done{border-color:#22c55e;background:rgb(34 197 94/.18);color:#4ade80}.listing-video-upload__step-label{font-size:.625rem;line-height:1.2;text-align:center;color:rgb(255 255 255/.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.listing-video-upload__step-label--active{color:rgb(255 255 255/.82)}.listing-video-upload__step-label--done{color:rgb(255 255 255/.55)}.listing-video-upload__hero-anchor{position:absolute;left:.75rem;top:.75rem;z-index:3}.listing-video-upload__hero-wrap{position:relative}.listing-video-upload__hero{position:relative;overflow:hidden;border-radius:14px;background:rgb(255 255 255/.06)}.listing-video-upload__hero-check{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(193 254 0/.18)}.listing-video-upload__hero-img{width:100%;height:100%;object-fit:cover}.listing-video-upload__hero-placeholder{display:flex;height:100%;width:100%;align-items:center;justify-content:center;color:#c1fe00}.listing-video-upload__remove{position:absolute;top:-6px;right:-6px;z-index:2;display:flex;height:26px;width:26px;align-items:center;justify-content:center;border-radius:9999px;background:#fff;box-shadow:0 1px 3px rgb(0 0 0/.22)}.listing-video-upload__progress-layer{transition:opacity .32s ease}