code[data-theme*=" "],code[data-theme*=" "] span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}@media (prefers-color-scheme:dark){code[data-theme*=" "],code[data-theme*=" "] span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}}[data-rehype-pretty-code-figure]{position:relative;margin-bottom:1rem;margin-top:1.5rem}[data-rehype-pretty-code-figure] code{display:grid;min-width:100%;overflow-wrap:break-word;border-radius:0;border-width:0;background-color:transparent;padding:0;counter-reset:line;-webkit-box-decoration-break:clone;box-decoration-break:clone}[data-line]{display:inline-block;min-height:1rem;width:100%;padding:.125rem 1rem}[data-line-numbers]>[data-line]:before{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground));counter-increment:line;content:counter(line);display:inline-block;width:1rem;margin-right:1.5rem;text-align:right}[data-highlighted-line]{background-color:rgba(82,82,91,.5)}[data-highlighted-chars] span{position:relative}[data-highlighted-chars]{border-radius:calc(var(--radius) - 4px);background-color:rgba(82,82,91,.5);padding:.25rem;color:hsl(var(--foreground))}[data-rehype-pretty-code-title]{margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500}.mdx>.steps:first-child>h3:first-child{margin-top:0}.steps>h3{margin-bottom:1rem;margin-top:2rem;font-size:1rem;line-height:1.5rem;font-weight:600}.mdx-content h1{margin-top:.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700}.mdx-content h1,.mdx-content h2{scroll-margin:5rem;letter-spacing:-.025em}.mdx-content h2{margin-top:2.5rem;padding-bottom:.25rem;font-size:1.5rem;line-height:2rem;font-weight:600}.mdx-content h2:first-child{margin-top:0}.mdx-content h3{margin-top:2rem;scroll-margin:5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600;letter-spacing:-.025em}.mdx-content h4,.mdx-content h5{font-size:1.125rem;line-height:1.75rem}.mdx-content h4,.mdx-content h5,.mdx-content h6{margin-top:2rem;scroll-margin:5rem;font-weight:600;letter-spacing:-.025em}.mdx-content h6{font-size:1rem;line-height:1.5rem}.mdx-content a{font-weight:500;text-decoration-line:underline;text-underline-offset:4px}.mdx-content p{line-height:1.75rem}.mdx-content p:not(:first-child){margin-top:1.5rem}.mdx-content ul{list-style-type:disc}.mdx-content ol,.mdx-content ul{margin-top:1.5rem;margin-bottom:1.5rem;margin-left:1.5rem}.mdx-content ol{list-style-type:decimal}.mdx-content li{margin-top:.5rem}.mdx-content blockquote{margin-top:1.5rem;border-left-width:2px;padding-left:1.5rem;font-style:italic}.mdx-content blockquote>*{color:hsl(var(--muted-foreground))}.mdx-content img{border-radius:calc(var(--radius) - 2px);border-width:1px}.mdx-content hr{margin-top:1rem;margin-bottom:1rem}@media (min-width:768px){.mdx-content hr{margin-top:2rem;margin-bottom:2rem}}.mdx-content table{margin-top:1.5rem;margin-bottom:1.5rem;width:100%;overflow-y:auto}.mdx-content tr{margin:0;border-top-width:1px;padding:0}.mdx-content tr:nth-child(2n){background-color:hsl(var(--muted))}.mdx-content th{border-width:1px;padding:.5rem 1rem;text-align:left;font-weight:700}.mdx-content th[align=center]{text-align:center}.mdx-content th[align=right]{text-align:right}.mdx-content td{border-width:1px;padding:.5rem 1rem;text-align:left}.mdx-content td[align=center]{text-align:center}.mdx-content td[align=right]{text-align:right}.mdx-content pre{max-height:650px;overflow-x:auto;border-radius:var(--radius);border-width:1px;--tw-bg-opacity:1;background-color:rgb(24 24 27/var(--tw-bg-opacity));padding-top:1rem;padding-bottom:1rem}.mdx-content code{position:relative;border-radius:calc(var(--radius) - 2px);border-width:1px;background-color:hsl(var(--muted));padding:.25rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;color:hsl(var(--foreground))}