@keyframes colorWave{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pulseGlow{0%,to{opacity:.8}50%{opacity:1}}.thinking-text{background:linear-gradient(90deg,hsl(var(--muted-foreground)) 0,hsl(var(--primary)) 20%,hsl(var(--accent)) 40%,hsl(var(--primary)) 60%,hsl(var(--muted-foreground)) 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:colorWave 3s ease-in-out infinite;font-weight:500}.thinking-dots{display:inline-flex;gap:2px}.thinking-dots span{width:4px;height:4px;background-color:hsl(var(--primary));border-radius:50%;animation:pulseGlow 1.5s ease-in-out infinite}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.thinking-shimmer{background:linear-gradient(90deg,hsl(var(--muted)) 0,hsl(var(--muted-foreground)/.1) 20%,hsl(var(--accent)/.1) 40%,hsl(var(--muted-foreground)/.1) 60%,hsl(var(--muted)) 100%);background-size:200px 100%;animation:shimmer 2s ease-in-out infinite;border-radius:4px}@keyframes breathe{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}.thinking-avatar{animation:breathe 2s ease-in-out infinite}.status-transition{transition:all .3s ease-in-out;transform-origin:left center}.status-enter{opacity:0;transform:translateY(-5px) scale(.95)}.status-exit{opacity:0;transform:translateY(5px) scale(.95)}