@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.9}}.animate-blink{animation:blink 1s infinite}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}.chat-scrollbar::-webkit-scrollbar{width:6px}.chat-scrollbar::-webkit-scrollbar-track{background:transparent}.chat-scrollbar::-webkit-scrollbar-thumb{background:rgb(63 63 70);border-radius:3px}.chat-scrollbar::-webkit-scrollbar-thumb:hover{background:rgb(82 82 91)}.message-appear{animation:messageAppear .3s ease-out}@keyframes messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.prose pre code{font-size:.875rem!important;line-height:1.5!important}.katex-display{margin:1rem 0;overflow-x:auto;overflow-y:hidden}.katex{font-size:1.1em}.prose table{font-size:.875rem;width:100%}.prose thead th{font-weight:600}.prose tbody td,.prose thead th{padding:.5rem .75rem}.prose a:hover{text-decoration:underline;text-underline-offset:2px}