.scrollbar-thin::-webkit-scrollbar{width:5px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:rgb(var(--muted)/.5);border-radius:20px}.scrollbar-thin:hover::-webkit-scrollbar-thumb{background-color:rgb(var(--muted)/.8)}.typing-indicator{display:flex;align-items:center}.typing-indicator span{height:8px;width:8px;margin:0 2px;background-color:rgb(var(--primary)/.7);border-radius:50%;display:inline-block;opacity:.4}.typing-indicator span:first-child{animation:bounce 1s .1s infinite}.typing-indicator span:nth-child(2){animation:bounce 1s .3s infinite}.typing-indicator span:nth-child(3){animation:bounce 1s .5s infinite}@keyframes bounce{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-5px);opacity:1}}.prose pre{padding:0!important;margin:1rem 0!important;border-radius:.375rem;overflow:hidden}.prose code{font-size:.875em;font-weight:500}.prose p{margin-top:1em;margin-bottom:1em}.prose p:first-child{margin-top:0}.prose p:last-child{margin-bottom:0}.prose ol,.prose ul{padding-left:1.5em;margin-top:.5em;margin-bottom:.5em}