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:words;border-radius:0;border:0;background:transparent;padding:0;counter-reset:line;box-decoration-break:clone}[data-line]{min-height:1rem;padding:.25rem 1rem;width:100%;display:inline-block}[data-line-numbers]>[data-line]:before{color:var(--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:rgb(82 82 91/.5)}[data-highlighted-chars] span{position:relative}[data-highlighted-chars]{border-radius:.25rem;background-color:rgb(82 82 91/.5);color:var(--foreground);padding:.25rem}[data-rehype-pretty-code-title]{margin-top:.5rem;padding-left:1rem;padding-right:1rem;padding-top:.5rem;font-size:.875rem;font-weight:500;color:var(--foreground)}[data-rehype-pretty-code-title]+pre{margin-top:0}