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}.step{counter-increment:step}.step:before{position:absolute;display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:9999px;border-width:4px;border-color:hsl(var(--background));background-color:hsl(var(--muted));text-align:center;text-indent:-1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem;line-height:1.5rem;font-weight:500;margin-left:-50px;margin-top:-4px;content:counter(step)}.shiki{counter-reset:step;counter-increment:step 0}.shiki .line{position:relative;padding-left:4rem}.shiki .line:before{counter-increment:step;content:counter(step);position:absolute;left:0;width:2rem;text-align:right;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));opacity:.55}.shiki .line:is(.dark *):before{--tw-text-opacity:1;color:rgb(98 114 164/var(--tw-text-opacity))}@keyframes highlight-appear{0%{background-color:transparent}to{background-color:var(--highlight-bg-color,#fde68a)}}@keyframes diff-add-appear{0%{background-color:transparent}to{background-color:var(--diff-add-bg-color,rgba(34,197,94,.2))}}@keyframes diff-remove-appear{0%{background-color:transparent}to{background-color:var(--diff-remove-bg-color,rgba(239,68,68,.2))}}.shiki .line.diff.add{background-color:rgb(34 197 94/var(--tw-bg-opacity));animation:diff-add-appear 3s ease forwards}.shiki .line.diff.add,.shiki .line.diff.remove{--tw-bg-opacity:0.1;padding-top:.05rem;padding-bottom:.05rem}.shiki .line.diff.remove{background-color:rgb(239 68 68/var(--tw-bg-opacity));animation:diff-remove-appear 3s ease forwards}.shiki .line.highlighted{background-color:rgb(163 163 163/var(--tw-bg-opacity));--tw-bg-opacity:0.1;padding-top:.05rem;padding-bottom:.05rem;animation:highlight-appear 1s ease forwards}