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%;break-words:break-word;border-radius:0;border:0;background-color:transparent;padding:0;counter-reset:line;box-decoration-break:clone}[data-line]{min-height:1rem;padding:.125rem 1rem;width:100%;display:inline-block}[data-line-numbers]>[data-line]:before{color:var(--text-muted-foreground);font-size:.75rem;counter-increment:line;content:counter(line);display:inline-block;width:1rem;margin-right:1.5rem;text-align:right}[data-highlighted-line]{background-color:rgba(156,163,175,.5)}[data-highlighted-chars] span{position:relative}[data-highlighted-chars]{border-radius:.25rem;background-color:rgba(156,163,175,.5);color:var(--text-foreground);padding:.25rem}[data-rehype-pretty-code-title]{margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.mdx>.steps:first-child>h3:first-child{margin-top:0}.steps>h3{margin-top:2rem;margin-bottom:1rem;font-size:1rem;font-weight:600}