.video-processing-placeholder{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;text-align:center;background:var(--bg-primary);color:var(--text-secondary);border-radius:var(--radius-lg)}.video-processing-placeholder__icon{width:40px;height:40px;border-radius:50%;border:3px solid var(--border-subtle);border-top-color:var(--primary-400);animation:video-processing-spin .9s linear infinite}.video-processing-placeholder__icon--error{width:40px;height:40px;border:none;border-radius:0;animation:none;color:var(--text-tertiary)}.video-processing-placeholder__text{margin:0;font-size:.9375rem;font-weight:600;color:var(--text-secondary);max-width:32ch;line-height:1.4}@keyframes video-processing-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.video-processing-placeholder__icon{animation:video-processing-pulse 1.6s ease-in-out infinite}}@keyframes video-processing-pulse{0%,to{opacity:.4}50%{opacity:1}}
