.thinking-indicator{display:flex;align-items:center;justify-content:center;gap:8px;height:100%;padding:10px 0}.dot{width:8px;height:8px;background-color:hsl(var(--accent-foreground));border-radius:50%;animation:pulse 1.4s ease-in-out infinite both}.dot-1{animation-delay:-.32s}.dot-2{animation-delay:-.16s}.dot-3{animation-delay:0s}@keyframes pulse{0%,80%,to{transform:scale(0);opacity:0}40%{transform:scale(1);opacity:1}}