.prose{color:hsl(var(--foreground))}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:hsl(var(--foreground));font-weight:600;margin-top:1.5em;margin-bottom:.5em}.prose h1{font-size:2em}.prose h2{font-size:1.5em}.prose h3{font-size:1.25em}.prose h4{font-size:1em}.prose p{margin-top:1em;margin-bottom:1em;line-height:1.6;color:hsl(var(--foreground))}.prose a{color:hsl(var(--primary));text-decoration:underline}.prose a:hover{opacity:.8}.prose strong{font-weight:600;color:hsl(var(--foreground))}.prose em{font-style:italic}.prose ol,.prose ul{margin-top:1em;margin-bottom:1em;padding-left:1.5em;color:hsl(var(--foreground))}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-top:.25em;margin-bottom:.25em}.prose li::marker{color:hsl(var(--muted-foreground))}.prose blockquote{padding-left:1em;border-left:.25em solid hsl(var(--border));color:hsl(var(--muted-foreground))}.prose blockquote,.prose pre{margin-top:1.5em;margin-bottom:1.5em}.prose pre{background-color:hsl(var(--card));color:hsl(var(--foreground));padding:1em;border-radius:var(--radius);border:1px solid hsl(var(--border));overflow-x:auto}.prose code,.prose pre{font-family:var(--font-roboto-mono),monospace}.prose code{background-color:hsl(var(--muted)/.5);color:hsl(var(--primary));padding:.2em .4em;border-radius:calc(var(--radius) - 4px);font-size:.9em}.prose pre code{background-color:transparent;padding:0;border-radius:0;font-size:inherit;color:inherit}.prose table{width:100%;margin-top:1.5em;margin-bottom:1.5em;border-collapse:collapse}.prose td,.prose th{border:1px solid hsl(var(--border));padding:.5em .75em;color:hsl(var(--foreground))}.prose th{font-weight:600;background-color:hsl(var(--muted)/.3)}.prose img{max-width:100%;height:auto;margin-top:1.5em;margin-bottom:1.5em;border-radius:var(--radius);border:1px solid hsl(var(--border))}.dark .prose code{background-color:hsl(var(--muted)/.7);color:hsl(var(--primary))}.dark .prose pre{background-color:hsl(var(--card));border-color:hsl(var(--border))}