.prose{--tw-prose-body:var(--foreground);--tw-prose-headings:var(--foreground);--tw-prose-links:var(--primary);--tw-prose-bold:var(--foreground);--tw-prose-code:var(--foreground);--tw-prose-pre-bg:transparent;--tw-prose-pre-code:inherit}.prose pre{padding:0;margin:0;background:transparent;border:none}.prose code:after,.prose code:before{content:none}.prose p{margin-top:.5em;margin-bottom:.5em}.prose ol,.prose ul{margin-top:.25em;margin-bottom:.25em}.prose h1,.prose h2,.prose h3,.prose h4{margin-top:1em;margin-bottom:.5em}.prose h1:first-child,.prose h2:first-child,.prose h3:first-child{margin-top:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-slide-up{animation:slide-up .3s ease-out}