.docs-prose h2,.docs-prose h3,.docs-prose h4,.docs-prose h5,.docs-prose h6{scroll-margin-top:5rem}.docs-prose h2{font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.02em;font-size:2rem;line-height:1.1;color:#000;margin-top:3rem;margin-bottom:.75rem}.dark .docs-prose h2{color:#fff}.docs-prose h3{font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.015em;font-size:1.25rem;line-height:1.25;color:#000;margin-top:1.75rem;margin-bottom:.5rem}.dark .docs-prose h3{color:#fff}@media (min-width: 768px){.docs-prose h3{font-size:1.5rem}}.docs-prose h3:before{content:"[REF] // ";display:block;font-family:JetBrains Mono,monospace;font-size:.5625rem;font-weight:700;color:#026e00;letter-spacing:.15em;margin-bottom:.375rem}.dark .docs-prose h3:before{color:#01f600}.docs-prose h4{font-family:JetBrains Mono,monospace;font-weight:700;letter-spacing:.1em;font-size:.875rem;color:#000;margin-top:2rem;margin-bottom:.75rem}.dark .docs-prose h4{color:#fff}.docs-prose a.heading-anchor,.dark .docs-prose a.heading-anchor{color:inherit;text-decoration:none;display:inline;background:none}.docs-prose a.heading-anchor:hover,.dark .docs-prose a.heading-anchor:hover{color:inherit;background:none}.docs-prose h2,.docs-prose h3,.docs-prose h4{position:relative}.docs-prose h2:hover:after,.docs-prose h3:hover:after,.docs-prose h4:hover:after{content:"#";position:absolute;margin-left:.5rem;color:#026e00;font-family:JetBrains Mono,monospace;font-weight:700;opacity:.7}.dark .docs-prose h2:hover:after,.dark .docs-prose h3:hover:after,.dark .docs-prose h4:hover:after{color:#01f600}.docs-prose p{font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.7;color:#474747;margin-bottom:1.25rem;max-width:68ch}.dark .docs-prose p{color:#d4d4d4}.docs-prose strong{color:#000;font-weight:700}.dark .docs-prose strong{color:#fff}.docs-prose em{font-style:italic}.docs-prose a:not(.docs-button):not(.heading-anchor){color:#026e00;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:none}.dark .docs-prose a:not(.docs-button):not(.heading-anchor){color:#01f600}.docs-prose a:not(.docs-button):not(.heading-anchor):hover{text-decoration-thickness:2px}.docs-prose a[href^=http]:not(.heading-anchor):not(.docs-button):after{content:" ↗";display:inline-block;margin-left:.125rem;font-family:JetBrains Mono,monospace;font-size:.85em;vertical-align:baseline}.docs-prose .docs-button p,.docs-prose .docs-button strong,.docs-prose .docs-button em{all:unset;font:inherit;color:inherit}.docs-prose ul,.docs-prose ol{margin:1.25rem 0}.docs-prose ul>li,.docs-prose ol>li{margin-bottom:.5rem;font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.7;color:#474747;max-width:66ch}@media (min-width: 768px){.docs-prose ul>li,.docs-prose ol>li{font-size:1.125rem}}.dark .docs-prose ul>li,.dark .docs-prose ol>li{color:#d4d4d4}.docs-prose ul{list-style:disc;padding-left:1.25rem}.docs-prose ol{list-style:decimal;padding-left:1.25rem}.docs-prose ul>li::marker,.docs-prose ol>li::marker{color:#777}.dark .docs-prose ul>li::marker,.dark .docs-prose ol>li::marker{color:#a0a0a0}.docs-prose pre.astro-code{font-family:JetBrains Mono,monospace!important;font-size:.8125rem!important;line-height:1.75!important;padding:1.125rem 1.25rem!important;border-radius:12px!important;overflow-x:auto;margin:1.25rem 0;border:1px solid #e5e5e5}.dark .docs-prose pre.astro-code{border-color:#fff6}.dark .docs-prose pre.astro-code,.dark .docs-prose pre.astro-code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.docs-prose :not(pre)>code{background-color:#f3f3f3;color:#000;padding:.125rem .4rem;font-family:JetBrains Mono,monospace;font-size:.8125rem;border-radius:5px;border:1px solid #e5e5e5}.dark .docs-prose :not(pre)>code{background-color:#161616;color:#fff;border-color:#ffffff1a}.docs-prose .docs-table-wrapper{margin:1.5rem 0;border:.5px solid rgba(0,0,0,.4);background-color:#fff;overflow-x:auto}.dark .docs-prose .docs-table-wrapper{border-color:#fff6;background-color:#0a0a0a}.docs-prose .docs-table-wrapper>table{width:100%;border-collapse:collapse;margin:0;font-family:JetBrains Mono,monospace;font-size:.8125rem}.docs-prose thead tr{background-color:#e2e2e2;border-bottom:.5px solid rgba(0,0,0,.4)}.docs-prose th{background-color:#e2e2e2;color:#000;letter-spacing:.1em;font-size:.625rem;font-weight:700;text-align:left;padding:.875rem 1rem}.dark .docs-prose thead tr{background-color:#262626;border-bottom-color:#fff6}.dark .docs-prose th{background-color:#262626;color:#fff}.docs-prose td{padding:.875rem 1rem;border-top:.5px solid rgba(0,0,0,.1);color:#1b1b1b;vertical-align:top}.docs-prose tbody tr:nth-child(2n) td{background-color:#f3f3f3}.docs-prose tbody tr:hover td{background-color:#e8e8e8}.dark .docs-prose td{color:#f0f0f0;border-top-color:#ffffff1a}.dark .docs-prose tbody tr:nth-child(2n) td{background-color:#161616}.dark .docs-prose tbody tr:hover td{background-color:#1f1f1f}.docs-prose blockquote{border-left:2px solid #026e00;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#474747;font-size:1.0625rem;line-height:1.7;max-width:68ch}.dark .docs-prose blockquote{border-left-color:#01f600;color:#b8b8b8}.docs-prose caution,.docs-prose note,.docs-prose tip,.docs-prose warning,.docs-prose danger,.docs-prose info{display:block;border:1px solid rgba(2,110,0,.3);border-radius:10px;padding:.875rem 1.125rem;margin:1.25rem 0;background-color:#ecfdec;font-family:Space Grotesk,sans-serif;font-size:1rem;max-width:68ch}.dark .docs-prose caution,.dark .docs-prose note,.dark .docs-prose tip,.dark .docs-prose warning,.dark .docs-prose danger,.dark .docs-prose info{border-color:#01f6004d;background-color:#01f60014}.docs-prose caution,.docs-prose warning,.docs-prose danger{border-color:#cc00004d;background-color:#fdecec}.dark .docs-prose caution,.dark .docs-prose warning,.dark .docs-prose danger{border-color:#ff4f4f4d;background-color:#ff4f4f14}.docs-prose caution>p,.docs-prose note>p,.docs-prose tip>p,.docs-prose warning>p,.docs-prose danger>p,.docs-prose info>p{margin-bottom:.75rem;max-width:none;font-size:1rem}.docs-prose caution>p:last-child,.docs-prose note>p:last-child,.docs-prose tip>p:last-child,.docs-prose warning>p:last-child,.docs-prose danger>p:last-child,.docs-prose info>p:last-child{margin-bottom:0}.docs-prose caution>p:first-of-type:not(:last-of-type),.docs-prose note>p:first-of-type:not(:last-of-type),.docs-prose tip>p:first-of-type:not(:last-of-type),.docs-prose warning>p:first-of-type:not(:last-of-type),.docs-prose danger>p:first-of-type:not(:last-of-type),.docs-prose info>p:first-of-type:not(:last-of-type){font-weight:700;margin-bottom:.5rem}.docs-prose img{max-width:100%;height:auto;border:.5px solid rgba(0,0,0,.4);margin:1.5rem 0}.dark .docs-prose img{border-color:#fff6}.docs-prose figure{margin:1.5rem 0}.docs-prose figcaption{font-family:JetBrains Mono,monospace;font-size:.6875rem;letter-spacing:.1em;color:#474747;margin-top:.5rem;text-align:center}.dark .docs-prose figcaption{color:#a0a0a0}.docs-prose hr{border:0;border-top:.5px solid rgba(0,0,0,.4);margin:2rem 0}.dark .docs-prose hr{border-top-color:#fff6}
