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-top:1.5rem;margin-bottom:1rem}[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-top:2rem;margin-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:600}.mz .mdx :is(h1,h2,h3,h4,h5,h6){color:rgb(var(--mz-gray-800))}.dark .mz .mdx :is(h1,h2,h3,h4,h5,h6){color:rgb(var(--mz-gray-100))}.mz .mdx a:not(.subheading-anchor){color:rgb(var(--mz-violet-600))}.mz .mdx a:not(.subheading-anchor):hover{color:rgb(var(--mz-violet-700))}.dark .mz .mdx a:not(.subheading-anchor){color:rgb(var(--mz-violet-400))}.dark .mz .mdx a:not(.subheading-anchor):hover{color:rgb(var(--mz-violet-300))}.mz .mdx :is(h2,hr,blockquote,th,td,img,.steps){border-color:rgb(var(--mz-gray-200))}.dark .mz .mdx :is(h2,hr,blockquote,th,td,img,.steps){border-color:rgb(var(--mz-gray-700)/.6)}.mz .mdx tr:nth-child(2n){background-color:rgb(var(--mz-gray-50))}.dark .mz .mdx tr:nth-child(2n){background-color:rgb(var(--mz-gray-700)/.2)}.mz .mdx div[class*=border-blue]{border-color:rgb(var(--mz-violet-200));background-color:rgb(var(--mz-violet-50));color:rgb(var(--mz-violet-800))}.dark .mz .mdx div[class*=border-blue]{background-color:rgb(var(--mz-violet-500)/.1);color:rgb(var(--mz-violet-300))}.mz .mdx code:not([data-theme]):not(pre code){color:rgb(var(--mz-gray-800));background-color:rgb(var(--mz-gray-100));border-color:rgb(var(--mz-gray-200))}.dark .mz .mdx code:not([data-theme]):not(pre code){color:rgb(var(--mz-gray-100));background-color:rgb(var(--mz-gray-700)/.3);border-color:rgb(var(--mz-gray-700)/.6)}