.prose{color:inherit;max-width:none}.prose p{margin-top:.5rem;margin-bottom:.5rem}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{margin-top:1rem;margin-bottom:.5rem;font-weight:600}.prose ol,.prose ul{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}.prose li{margin-top:.25rem;margin-bottom:.25rem}.prose pre{margin-top:.5rem;margin-bottom:.5rem;background-color:#f3f4f6;border-radius:.5rem;padding:1rem;overflow-x:auto}.dark .prose pre{background-color:#1f2937}.prose code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.dark .prose code{background-color:#374151}.prose pre code{background-color:transparent;padding:0;border-radius:0}.prose blockquote{border-left:4px solid #3b82f6;padding-left:1rem;font-style:italic;margin:.5rem 0}.prose table{width:100%;border-collapse:collapse;margin:.5rem 0}.prose td,.prose th{border:1px solid #d1d5db;padding:.5rem;text-align:left}.dark .prose td,.dark .prose th{border-color:#4b5563}.prose th{background-color:#f9fafb;font-weight:600}.dark .prose th{background-color:#374151}.hljs{background:#f3f4f6!important;color:#374151!important;border-radius:.5rem;padding:1rem!important}.dark .hljs{background:#1f2937!important;color:#d1d5db!important}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#8b5cf6!important}.hljs-attr,.hljs-string{color:#10b981!important}.hljs-comment,.hljs-quote{color:#6b7280!important;font-style:italic}.hljs-literal,.hljs-number{color:#f59e0b!important}.hljs-function,.hljs-title{color:#3b82f6!important}.chat-container{scroll-behavior:smooth}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-track{background:transparent}.chat-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.dark .chat-container::-webkit-scrollbar-thumb{background:#4b5563}.chat-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark .chat-container::-webkit-scrollbar-thumb:hover{background:#6b7280}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.message-user{animation:slideInFromRight .3s ease-out}.message-assistant{animation:slideInFromLeft .3s ease-out}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.typing-dot{animation:pulse 1.5s infinite}