@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap";.chat-message .status-wrapper{display:grid;grid-template-columns:1fr}.chat-message .status{transition:all .75s;grid-row-start:1;grid-column-start:1}.chat-message .status.entering,.chat-message .status.exiting{opacity:0}.chat-message .status.entering{transform:translate(-100%)}.chat-message .status.exiting{transform:translate(100%)}
