.docs-prose :where(h2,h3,h4){scroll-margin-top:5.5rem}.docs-prose>:first-child{margin-top:0}.docs-prose ol{list-style:decimal}.docs-prose ul{list-style:outside}.docs-prose li::marker{color:var(--muted-foreground)}.docs-prose .docs-steps>ol{list-style:none}.docs-anchor{opacity:0;color:var(--muted-foreground);margin-left:.4rem;text-decoration:none;transition:opacity .15s}.docs-prose :where(h2,h3,h4):hover .docs-anchor{opacity:.6}.docs-anchor:hover{opacity:1!important}.docs-callout{border:1px solid var(--border);border-radius:.5rem;margin:1.5rem 0;padding:1rem}.docs-callout-title{color:var(--foreground);align-items:center;gap:.4rem;margin:0 0 .25rem;font-size:.875rem;font-weight:600;display:flex}.docs-callout-title:before{font-size:.9em;line-height:1}.docs-callout-body>:first-child{margin-top:0}.docs-callout-body>:last-child{margin-bottom:0}.docs-callout--note{border-left:4px solid var(--foreground)}.docs-callout--note .docs-callout-title:before{content:"ⓘ"}.docs-callout--tip{border-style:dashed;border-width:1.5px}.docs-callout--tip .docs-callout-title:before{content:"✦"}.docs-callout--warning{background:var(--muted);border-width:2px;border-color:var(--foreground)}.docs-callout--warning .docs-callout-title:before{content:"▲"}.docs-steps{margin:1.5rem 0}.docs-steps>ol{counter-reset:docs-step;margin:0;padding:0;list-style:none}.docs-steps>ol>li{counter-increment:docs-step;margin:0;padding:0 0 1.25rem 2.75rem;position:relative}.docs-steps>ol>li:last-child{padding-bottom:0}.docs-steps>ol>li:before{content:counter(docs-step);border:1px solid var(--border);background:var(--card);width:1.75rem;height:1.75rem;color:var(--foreground);border-radius:9999px;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;line-height:1;display:flex;position:absolute;top:0;left:0}.docs-steps>ol>li:not(:last-child):after{content:"";background:var(--border);width:1px;position:absolute;top:1.75rem;bottom:.25rem;left:calc(.875rem - .5px)}.docs-steps>ol>li>:first-child{margin-top:0}.docs-cards{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0;display:grid}@media (min-width:640px){.docs-cards[data-cols="2"],.docs-cards[data-cols="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.docs-cards[data-cols="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}}.docs-card{border:1px solid var(--border);background:var(--card);border-radius:.5rem;flex-direction:column;gap:.375rem;padding:1rem;text-decoration:none;transition:border-color .15s;display:flex;position:relative}.docs-card:hover{border-color:color-mix(in oklab, var(--foreground) 30%, transparent)}.docs-card-title{color:var(--foreground);font-weight:600}.docs-card-body{color:var(--muted-foreground);font-size:.875rem}.docs-card-body>:first-child{margin-top:0}.docs-card-body>:last-child{margin-bottom:0}.docs-card-arrow{color:var(--muted-foreground);transition:transform .15s;position:absolute;top:1rem;right:1rem}.docs-card:hover .docs-card-arrow{color:var(--foreground);transform:translate(2px)}.docs-figure{margin:1.5rem 0}.docs-figure img{border:1px solid var(--border);cursor:zoom-in;border-radius:.5rem;width:100%;height:auto}
