.mdx-content{color:hsl(var(--foreground))}.mdx-content h1{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700}.mdx-content h1,.mdx-content h2{margin-top:2rem;scroll-margin:5rem;letter-spacing:-.025em}.mdx-content h2{margin-bottom:1rem;border-bottom-width:1px;border-color:hsl(var(--border));padding-bottom:.5rem;font-size:1.875rem;line-height:2.25rem;font-weight:600}.mdx-content h3{margin-bottom:.75rem;margin-top:1.5rem;font-size:1.5rem;line-height:2rem}.mdx-content h3,.mdx-content h4{scroll-margin:5rem;font-weight:600;letter-spacing:-.025em}.mdx-content h4{margin-bottom:.5rem;margin-top:1rem;font-size:1.25rem;line-height:1.75rem}.mdx-content p{margin-bottom:1rem;line-height:1.75rem;color:hsl(var(--muted-foreground))}.mdx-content ul{margin-bottom:1rem;margin-left:1.5rem;list-style-type:disc}.mdx-content ul>li{margin-top:.5rem}.mdx-content ol{margin-bottom:1rem;margin-left:1.5rem;list-style-type:decimal}.mdx-content ol>li{margin-top:.5rem}.mdx-content li{line-height:1.75rem}.mdx-content a{font-weight:500;color:hsl(var(--primary));text-decoration-line:underline;text-underline-offset:4px}.mdx-content a:hover{color:hsl(var(--primary)/.8)}.mdx-content blockquote{margin-bottom:1rem;border-left-width:4px;border-color:hsl(var(--primary));padding-left:1rem;font-style:italic;color:hsl(var(--muted-foreground))}.mdx-content code{font-family:JetBrains Mono,ui-monospace,SF Mono,Monaco,Cascadia Code,monospace;position:relative;border-radius:.25rem;background-color:hsl(var(--muted));padding:.2rem .3rem;font-family:var(--font-jetbrains-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:.875rem;line-height:1.25rem;font-weight:600}.mdx-content pre::-webkit-scrollbar{height:6px}.mdx-content pre::-webkit-scrollbar-track{background:transparent}.mdx-content pre::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground)/.2);border-radius:3px}.mdx-content pre:hover::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground)/.4)}.mdx-content pre{margin-bottom:1rem;overflow-x:auto;border-radius:`var(--radius)`;background-color:hsl(var(--muted));padding:1rem}.mdx-content pre code{background-color:transparent;padding:0}.mdx-content img{margin-bottom:1rem;border-radius:`var(--radius)`}.mdx-content hr{margin-top:2rem;margin-bottom:2rem;border-color:hsl(var(--border))}.mdx-content table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:`var(--radius)`}.mdx-content table,.mdx-content th{border-width:1px;border-color:hsl(var(--border))}.mdx-content th{background-color:hsl(var(--muted));padding:.5rem 1rem;text-align:left;font-weight:700}.mdx-content td{border-width:1px;border-color:hsl(var(--border));padding:.5rem 1rem}.mdx-content strong{font-weight:700}.mdx-content em{font-style:italic}