.prose figure[data-rehype-pretty-code-figure=""]{margin:1.5rem 0 1.35rem}.prose .mdx-image-frame{position:relative;margin:1.45rem 0 1.5rem}.prose figure[data-rehype-pretty-code-figure=""]+.mdx-image-frame{margin-top:1.25rem}.prose .mdx-image-frame+figure[data-rehype-pretty-code-figure=""]{margin-top:1.2rem}.prose .mdx-image-frame:after{content:"";position:absolute;inset:-8px;z-index:-1;border-radius:1rem;background:radial-gradient(circle at 20% 10%,rgb(56 189 248/.2),transparent 58%);opacity:.8;pointer-events:none}:root{--code-bg:#f6f8fa;--code-border:#d0d7de;--code-text:#1f2328;--code-muted:#656d76;--code-header-bg:#f6f8fa}[data-theme=dark]{--code-bg:#0d1117;--code-border:#30363d;--code-text:#e6edf3;--code-muted:#8b949e;--code-header-bg:#161b22}figure[data-rehype-pretty-code-figure=""] pre{position:relative;overflow-x:auto;border-radius:0;border:0;background:var(--code-bg)!important;padding:1rem;line-height:1.6;scrollbar-width:thin;scrollbar-color:var(--code-muted) var(--code-bg);tab-size:2}figure[data-rehype-pretty-code-figure=""] pre::-webkit-scrollbar{height:9px}figure[data-rehype-pretty-code-figure=""] pre::-webkit-scrollbar-track{background:var(--code-bg)}figure[data-rehype-pretty-code-figure=""] pre::-webkit-scrollbar-thumb{background-color:var(--code-muted);border-radius:99px}figure[data-rehype-pretty-code-figure=""] pre code{display:grid;min-width:max-content;background:transparent!important;padding:0;color:var(--code-text);font-family:var(--font-code),"Fira Code",monospace;font-size:13.5px;line-height:1.6}.mdx-code-block{border:1px solid var(--code-border);border-radius:.75rem;background:var(--code-bg);overflow:hidden}.mdx-code-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid var(--code-border);background:var(--code-header-bg);padding:.5rem .65rem}.mdx-code-language{padding:.14rem .46rem;letter-spacing:.08em}.mdx-code-copy,.mdx-code-language{border-radius:.35rem;border:1px solid var(--code-border);background:var(--code-bg);color:var(--code-muted);font-family:var(--font-code),"Fira Code",monospace;font-size:10.5px;font-weight:500;text-transform:uppercase}.mdx-code-copy{display:inline-flex;align-items:center;gap:.35rem;padding:.16rem .45rem;letter-spacing:.05em;cursor:pointer;transition:color .12s ease,border-color .12s ease,background .12s ease}.mdx-code-copy:hover{color:var(--code-text);border-color:color-mix(in oklab,var(--code-text) 25%,var(--code-border))}.mdx-code-copy svg{width:12px;height:12px}figure[data-rehype-pretty-code-figure=""] [data-line]{padding:0 .55rem;border-left:2px solid transparent}figure[data-rehype-pretty-code-figure=""] [data-highlighted-line]{border-left-color:#6e7681;background:rgb(110 118 129/.14)}figure[data-rehype-pretty-code-figure=""] [data-highlighted-chars]{border-radius:.25rem;background:rgb(110 118 129/.28)}figure[data-rehype-pretty-code-figure=""] code[data-line-numbers]{counter-reset:line}figure[data-rehype-pretty-code-figure=""] code[data-line-numbers]>[data-line]:before{counter-increment:line;content:counter(line);display:inline-block;width:2.1rem;margin-right:.75rem;color:var(--code-muted);text-align:right}