.batch-progress{margin-top:var(--sp-base);background:var(--gray-100);border-radius:var(--radius-base);padding:16px 12px}.batch-items{display:flex;justify-content:space-between;gap:8px;margin-bottom:12px}.batch-item{flex:1;height:24px;background:var(--gray-200);border-radius:var(--radius-sm);animation:batch-item-pulse 2.4s ease-in-out infinite}.batch-item:nth-child(1){animation-delay:0s}.batch-item:nth-child(2){animation-delay:.6s}.batch-item:nth-child(3){animation-delay:1.2s}.batch-item:nth-child(4){animation-delay:1.8s}@keyframes batch-item-pulse{0%,100%{background:var(--gray-200)}25%,75%{background:var(--cyan)}}.batch-bar{height:2px;background:var(--gray-200);border-radius:1px;overflow:hidden;margin-bottom:10px;position:relative}.batch-bar-fill{width:100%;height:100%;background:var(--cyan);animation:batch-scan 2.4s linear infinite}@keyframes batch-scan{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.batch-label{display:flex;justify-content:space-between;font-size:8px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-faint)}.batch-counter{font-family:'Courier New',monospace;color:var(--cyan);font-weight:700}@media(prefers-reduced-motion:reduce){.batch-item,.batch-bar-fill{animation:none}.batch-item{background:var(--gray-200)}.batch-bar-fill{width:70%;transform:none}}