.prose{color:var(--muted-foreground);font-size:1.0625rem;line-height:1.75}.prose>*+*{margin-top:1.25em}.prose h2,.prose h3,.prose h4{color:var(--foreground);font-weight:600;letter-spacing:-.02em;scroll-margin-top:6rem}.prose h2{margin-top:2.5em;margin-bottom:.25em;font-size:1.5rem;line-height:1.3}.prose h3{margin-top:2em;margin-bottom:.25em;font-size:1.25rem;line-height:1.35}.prose h4{margin-top:1.75em;margin-bottom:.25em;font-size:1.0625rem}.prose h2+*,.prose h3+*,.prose h4+*{margin-top:.75em}.prose a{color:var(--brand);text-decoration:none}.prose a:hover{text-decoration:underline;text-underline-offset:2px}.prose :is(h2,h3,h4) a,.prose :is(h2,h3,h4) a:hover{color:inherit;text-decoration:none}.prose :is(h2,h3,h4) a:after{content:"#";margin-left:.4ch;color:var(--brand);opacity:0;transition:opacity .15s}.prose :is(h2,h3,h4):hover a:after{opacity:.55}.prose strong{color:var(--foreground);font-weight:600}.prose em{font-style:italic}.prose ol,.prose ul{padding-left:1.4rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin-top:.4em}.prose li::marker{color:var(--muted-foreground)}.prose li>ol,.prose li>ul{margin-top:.4em}.prose blockquote{border-left:2px solid var(--brand);padding-left:1rem;color:var(--muted-foreground);font-style:italic}.prose hr{border:0;border-top:1px solid var(--border);margin:2.5em 0}.prose :not(pre)>code{font-family:var(--font-mono);font-size:.85em;background:var(--muted);color:var(--foreground);padding:.15em .4em;border-radius:.35rem}.prose figure[data-rehype-pretty-code-figure]{margin-top:1.5em}.prose [data-rehype-pretty-code-title]{font-family:var(--font-mono);font-size:.8rem;color:var(--muted-foreground);background:var(--muted);border:1px solid var(--border);border-bottom:0;border-radius:.6rem .6rem 0 0;padding:.5rem 1rem}.prose [data-rehype-pretty-code-title]+pre{border-radius:0 0 .6rem .6rem}.prose pre{background:var(--surface);border:1px solid var(--border);border-radius:.6rem;padding:1rem 0;overflow-x:auto;font-size:.85rem;line-height:1.6}.prose pre code{font-family:var(--font-mono);display:grid;background:transparent;padding:0;border:0;white-space:pre}.prose pre code [data-line]{padding:0 1.25rem;border-left:2px solid transparent}.prose pre code [data-highlighted-line]{background:rgb(37 211 102/.08);border-left-color:var(--brand)}.prose pre code [data-highlighted-chars]{background:rgb(255 255 255/.1);border-radius:.25rem;padding:.1em .2em}.prose img,.prose video{border-radius:.6rem;border:1px solid var(--border);margin-top:1.5em;max-width:100%;height:auto}.prose table{width:100%;border-collapse:collapse;font-size:.9375rem;display:block;overflow-x:auto}.prose thead{border-bottom:1px solid var(--border)}.prose th{color:var(--foreground);font-weight:600;text-align:left}.prose td,.prose th{padding:.6rem .9rem}.callout,.prose td,.prose th{border:1px solid var(--border)}.callout{display:flex;gap:.75rem;border-left-width:2px;border-radius:.6rem;background:var(--surface);padding:1rem 1.25rem;margin-top:1.5em;font-size:1rem;color:var(--muted-foreground)}.callout>svg{flex:none;margin-top:.15rem}.callout>div>:first-child{margin-top:0}.callout-tip{border-left-color:var(--brand)}.callout-tip>svg{color:var(--brand)}.callout-warn{border-left-color:#f5a623}.callout-warn>svg{color:#f5a623}.callout-info{border-left-color:#4aa3ff}.callout-info>svg{color:#4aa3ff}.comparison{margin-top:1.75em;overflow-x:auto;border:1px solid var(--border);border-radius:.6rem}.comparison table{width:100%;border-collapse:collapse;font-size:.9375rem}.comparison td,.comparison th{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.comparison thead th{color:var(--foreground);font-weight:600;background:var(--muted)}.comparison thead th.is-us{color:var(--brand)}.comparison tbody tr:last-child td{border-bottom:0}.comparison td.cell-feature{color:var(--foreground)}.comparison td.cell-center{text-align:center}.comparison .yes{color:var(--brand)}.comparison .no{color:var(--muted-foreground);opacity:.45}