.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:.875rem;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:.75rem;align-items:flex-start;gap:.875rem;padding:1.125rem 2.75rem 1.125rem 1.125rem;text-decoration:none;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.docs-card:hover{border-color:color-mix(in oklab, var(--foreground) 30%, transparent);background:color-mix(in oklab, var(--foreground) 3%, var(--card));box-shadow:0 2px 16px -6px color-mix(in oklab, var(--foreground) 16%, transparent);transform:translateY(-1px)}.docs-card-icon{border:1px solid var(--border);background:var(--muted);width:2.5rem;height:2.5rem;color:var(--foreground);border-radius:.625rem;flex:none;justify-content:center;align-items:center;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.docs-card-icon svg{width:1.25rem;height:1.25rem;display:block}.docs-card:hover .docs-card-icon{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.docs-card-main{flex-direction:column;gap:.25rem;min-width:0;display:flex}.docs-card-title{color:var(--foreground);font-size:.9375rem;font-weight:600;line-height:1.35}.docs-card-body{color:var(--muted-foreground);font-size:.84375rem;line-height:1.55}.docs-card-body>:first-child{margin-top:0}.docs-card-body>:last-child{margin-bottom:0}.docs-card-meta{font-family:var(--font-geist-mono), ui-monospace, monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);margin-top:.25rem;font-size:.6875rem;font-weight:500}.docs-card-arrow{color:var(--muted-foreground);transition:transform .15s,color .15s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.docs-card:hover .docs-card-arrow{color:var(--foreground);transform:translateY(-50%)translate(2px)}.docs-cards[data-variant=install]{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width:768px){.docs-cards[data-variant=install],.docs-cards[data-variant=install][data-cols="2"]{grid-template-columns:repeat(4,minmax(0,1fr))}}.docs-cards[data-variant=install] .docs-card{background:color-mix(in oklab, var(--muted) 45%, var(--card));flex-direction:column;align-items:flex-start;gap:.75rem;padding:.875rem 1rem 1rem}.docs-cards[data-variant=install] .docs-card-icon{background:var(--card);border-radius:.5rem;width:2.125rem;height:2.125rem}.docs-cards[data-variant=install] .docs-card-icon svg{width:1.0625rem;height:1.0625rem}.docs-cards[data-variant=install] .docs-card:hover .docs-card-icon{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.docs-cards[data-variant=install] .docs-card-title{font-size:.875rem}.docs-cards[data-variant=install] .docs-card-meta{margin-top:.0625rem}.docs-cards[data-variant=install] .docs-card-arrow{font-size:.8125rem;top:.75rem;right:.75rem;transform:none}.docs-cards[data-variant=install] .docs-card:hover .docs-card-arrow{transform:translate(1px,-1px)}@media (prefers-reduced-motion:no-preference){.docs-cards .docs-card{animation:.45s cubic-bezier(.25,.46,.45,.94) backwards docs-card-in}.docs-cards .docs-card:nth-child(2){animation-delay:50ms}.docs-cards .docs-card:nth-child(3){animation-delay:.1s}.docs-cards .docs-card:nth-child(4){animation-delay:.15s}.docs-cards .docs-card:nth-child(5){animation-delay:.2s}.docs-cards .docs-card:nth-child(6){animation-delay:.25s}.docs-cards .docs-card:nth-child(7){animation-delay:.3s}.docs-cards .docs-card:nth-child(n+8){animation-delay:.35s}}@keyframes docs-card-in{0%{opacity:0;transform:translateY(8px)}}.docs-figure{margin:1.5rem 0}.docs-figure img{border:1px solid var(--border);cursor:zoom-in;border-radius:.5rem;width:100%;height:auto}
