.thinking-loader{align-items:center;display:flex;gap:4px;padding:8px}.thinking-loader .dot{animation:thinking-bounce 1.4s ease-in-out infinite;background-color:var(--dot-color,#48b7cf);border-radius:50%;height:var(--dot-size,8px);width:var(--dot-size,8px)}.thinking-loader .dot:first-child{animation-delay:-.32s}.thinking-loader .dot:nth-child(2){animation-delay:-.16s}@keyframes thinking-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}