.dark .prose,.prose{--tw-prose-body:theme("colors.foreground");--tw-prose-headings:theme("colors.foreground");--tw-prose-lead:theme("colors.muted.foreground");--tw-prose-links:theme("colors.primary.DEFAULT");--tw-prose-bold:theme("colors.foreground");--tw-prose-counters:theme("colors.muted.foreground");--tw-prose-bullets:theme("colors.muted.foreground");--tw-prose-hr:theme("colors.border");--tw-prose-quotes:theme("colors.foreground");--tw-prose-quote-borders:theme("colors.border");--tw-prose-captions:theme("colors.muted.foreground");--tw-prose-code:theme("colors.foreground");--tw-prose-pre-code:theme("colors.background");--tw-prose-pre-bg:theme("colors.foreground");--tw-prose-th-borders:theme("colors.border");--tw-prose-td-borders:theme("colors.border")}.prose pre{border:1px solid theme("colors.border");border-radius:theme("borderRadius.lg");overflow-x:auto;padding:theme("spacing.4")}.prose code,.prose pre{background-color:theme("colors.muted.DEFAULT")}.prose code{border-radius:theme("borderRadius.sm");font-size:.875em;padding:theme("spacing.1") theme("spacing.1.5")}.prose pre code{background-color:transparent;border-radius:0;padding:0}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{position:relative;scroll-margin-top:100px}.prose h2{border-bottom:1px solid theme("colors.border");font-size:1.75rem;margin-bottom:1rem;margin-top:2.5rem;padding-bottom:.5rem}.prose h2,.prose h3{font-weight:600;line-height:1.3}.prose h3{font-size:1.5rem;margin-bottom:.75rem;margin-top:2rem}.prose h4{font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;margin-top:1.5rem}.prose a{font-weight:500;text-decoration:none;transition:color .2s ease}.prose a:hover{text-decoration:underline}.prose ol,.prose ul{margin-bottom:1rem;margin-top:1rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem;margin-top:.5rem}.prose table{border-collapse:collapse;font-size:.875rem;margin-bottom:1.5rem;margin-top:1.5rem;width:100%}.prose thead{background-color:theme("colors.muted.DEFAULT");position:sticky;top:0;z-index:10}.prose th{font-weight:600;padding:.75rem 1rem;text-align:left}.prose td{border-top:1px solid theme("colors.border");padding:.75rem 1rem}.prose tbody tr:hover{background-color:theme("colors.muted.DEFAULT/50")}.prose blockquote{border-left:4px solid theme("colors.primary.DEFAULT");color:theme("colors.muted.foreground");font-style:italic;margin:1.5rem 0;padding-left:1rem}.prose img{height:auto;max-width:100%}.prose .callout,.prose img{border-radius:theme("borderRadius.lg");margin:1.5rem 0}.prose .callout{border-left:4px solid;padding:1rem}.prose .callout.info{background-color:theme("colors.blue.500/10");border-left-color:theme("colors.blue.500")}.prose .callout.warning{background-color:theme("colors.yellow.500/10");border-left-color:theme("colors.yellow.500")}.prose .callout.error{background-color:theme("colors.red.500/10");border-left-color:theme("colors.red.500")}.prose .callout.success{background-color:theme("colors.green.500/10");border-left-color:theme("colors.green.500")}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.card-hover-effect{transition:all .2s ease}.card-hover-effect:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);transform:translateY(-2px)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:theme("colors.muted.foreground/30");border-radius:4px}::-webkit-scrollbar-thumb:hover{background:theme("colors.muted.foreground/50")}