.agent-prompt__product{--agent-prompt-ease:cubic-bezier(.22, 1, .36, 1);vertical-align:bottom;white-space:nowrap;transition:width var(--agent-prompt-duration,.45s) var(--agent-prompt-ease);justify-items:start;display:inline-grid;overflow:hidden}.agent-prompt__product>*{grid-area:1/1}.agent-prompt__ghost:before{content:attr(data-word)}.agent-prompt__ghost{animation:agent-prompt-out var(--agent-prompt-duration,.45s) var(--agent-prompt-ease) both}.agent-prompt__word--entering{animation:agent-prompt-in var(--agent-prompt-duration,.45s) var(--agent-prompt-ease) both}@keyframes agent-prompt-in{0%{opacity:0;transform:translateY(1.1em)}to{opacity:1;transform:none}}@keyframes agent-prompt-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-1.1em)}}@media (prefers-reduced-motion:reduce){.agent-prompt__product{transition:none}.agent-prompt__word--entering{animation:none}.agent-prompt__ghost{display:none}}
