.mdx-full-preview{color:var(--foreground);line-height:1.75}.mdx-full-preview h1,.mdx-full-preview h2,.mdx-full-preview h3,.mdx-full-preview h4{margin:1.6em 0 .65em;font-weight:700;line-height:1.25;letter-spacing:-.02em}.mdx-full-preview h1{font-size:2.25rem}.mdx-full-preview h2{border-bottom:1px solid var(--border);padding-bottom:.35em;font-size:1.55rem}.mdx-full-preview h3{font-size:1.2rem}.mdx-full-preview blockquote,.mdx-full-preview ol,.mdx-full-preview p,.mdx-full-preview pre,.mdx-full-preview table,.mdx-full-preview ul{margin:1em 0}.mdx-full-preview ul{list-style:disc;padding-left:1.5rem}.mdx-full-preview ol{list-style:decimal;padding-left:1.5rem}.mdx-full-preview a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.mdx-full-preview blockquote{border-left:3px solid var(--primary);color:var(--muted-foreground);padding-left:1rem}.mdx-full-preview code{border-radius:.35rem;background:var(--muted);padding:.15rem .35rem;font-family:var(--font-mono);font-size:.875em}.mdx-full-preview pre{overflow:auto;border:1px solid var(--border);border-radius:.75rem;background:var(--muted);padding:1rem}.mdx-full-preview pre code{background:transparent;padding:0}.mdx-full-preview table{width:100%;border-collapse:collapse}.mdx-full-preview td,.mdx-full-preview th{border:1px solid var(--border);padding:.55rem .75rem;text-align:left}.mdx-full-preview th{background:var(--muted);font-weight:600}.mdx-full-preview hr{margin:2rem 0;border-color:var(--border)}.mdx-callout{margin:1.25rem 0;border:1px solid var(--border);border-left-width:4px;border-radius:.75rem;background:var(--card);padding:1rem 1.1rem}.mdx-callout-info{border-left-color:var(--primary)}.mdx-callout-warning{border-left-color:#f59e0b}.mdx-callout-success{border-left-color:#22c55e}.mdx-callout>div>:first-child{margin-top:.35rem}.mdx-callout>div>:last-child{margin-bottom:0}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin:1.25rem 0}.mdx-card{border:1px solid var(--border);border-radius:.9rem;background:var(--card);padding:1rem;box-shadow:var(--shadow-sm)}.mdx-card h3{margin:0 0 .35rem}.mdx-card p{margin:0;color:var(--muted-foreground)}.mdx-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:600}.mdx-badge-blue{background:color-mix(in oklab,var(--primary) 16%,transparent);color:var(--primary)}.mdx-badge-green{background:color-mix(in oklab,#22c55e 18%,transparent);color:#16a34a}.mdx-badge-violet{background:color-mix(in oklab,#8b5cf6 18%,transparent);color:#7c3aed}