.agent-progress-terminal-spinner{display:inline-grid;place-items:center;color:hsl(var(--primary) / .72);font-family:var(--font-mono);font-size:var(--fs-title-lg);line-height:1}.agent-progress-terminal-spinner:before{content:"⠋";animation:agent-progress-terminal-spin .96s steps(1,end) infinite}.agent-progress-sweep-text{--agent-progress-sweep-track: 32rem;--agent-progress-sweep-shift: 32rem;contain:paint;color:transparent;background-image:linear-gradient(90deg,hsl(var(--muted-foreground) / .44) 0% 36%,hsl(var(--primary) / .92) 45%,hsl(var(--foreground) / .96),hsl(var(--primary) / .92) 55%,hsl(var(--muted-foreground) / .44) 64% 100%);background-repeat:repeat-x;background-size:var(--agent-progress-sweep-track) 100%;background-position:0 50%;background-clip:text;-webkit-background-clip:text;animation:agent-progress-sweep 2.1s steps(24,end) infinite}@keyframes agent-progress-terminal-spin{0%{content:"⠋"}12.5%{content:"⠙"}25%{content:"⠹"}37.5%{content:"⠸"}50%{content:"⠼"}62.5%{content:"⠴"}75%{content:"⠦"}87.5%{content:"⠧"}}@keyframes agent-progress-sweep{0%{background-position:0 50%}to{background-position:var(--agent-progress-sweep-shift) 50%}}@media(prefers-reduced-motion:reduce){.agent-progress-terminal-spinner:before{animation:none}.agent-progress-sweep-text{color:hsl(var(--muted-foreground) / .7);background-image:none;animation:none}}
