:root{--prose-accent:#0062ff;--prose-accent-dim:#2b7cff;--prose-accent-soft:#a8dfff;--prose-accent-hover:#0051d4;--prose-accent-yellow:#fef3c7;--prose-accent-yellow-dim:#fde68a;--prose-accent-yellow-soft:#78350f;--prose-black:#000;--prose-white:#fff;--prose-fg:#111;--prose-fg-muted:#444;--prose-fg-subtle:#777;--prose-fg-dim:#aaa;--prose-border:#e5e5e5;--prose-surface:#fafafa;--prose-surface-hover:#f2f2f2;--prose-surface-dim:#f5f5f5;--prose-bg-subtle:#f7f7f7;--prose-bg-muted:#f4f4f4;--prose-font-sans:"Geist", "Geist Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--prose-font-mono:"Geist Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--prose-radius-sm:4px;--prose-radius:6px;--prose-radius-md:8px;--prose-radius-lg:12px;--prose-transition:.15s ease;--callout-note-bg:#f4f4f5;--callout-note-border:#d4d4d8;--callout-note-text:#27272a;--callout-note-icon:#71717a;--callout-info-bg:#eff6ff;--callout-info-border:#93c5fd;--callout-info-text:#1d4ed8;--callout-info-icon:#3b82f6;--callout-tip-bg:#f0fdf4;--callout-tip-border:#86efac;--callout-tip-text:#15803d;--callout-tip-icon:#22c55e;--callout-warning-bg:#fffbeb;--callout-warning-border:#fcd34d;--callout-warning-text:#b45309;--callout-warning-icon:#f59e0b;--callout-danger-bg:#fff1f2;--callout-danger-border:#fca5a5;--callout-danger-text:#b91c1c;--callout-danger-icon:#ef4444}.dark{--prose-accent:#3b8bff;--prose-accent-dim:#5b9fff;--prose-accent-soft:#2a5ca8;--prose-accent-hover:#60a5fa;--prose-accent-yellow:#78350f;--prose-accent-yellow-dim:#92400e;--prose-accent-yellow-soft:#fef3c7;--prose-fg:#ededed;--prose-fg-muted:#b4b4b4;--prose-fg-subtle:#737373;--prose-fg-dim:#525252;--prose-border:#262626;--prose-surface:#0a0a0a;--prose-surface-hover:#171717;--prose-surface-dim:#111;--prose-bg-subtle:#111;--prose-bg-muted:#141414;--callout-note-bg:#111;--callout-note-border:#2a2a2a;--callout-note-text:#d4d4d8;--callout-note-icon:#71717a;--callout-info-bg:#3b82f614;--callout-info-border:#3b82f64d;--callout-info-text:#93c5fd;--callout-info-icon:#3b82f6;--callout-tip-bg:#22c55e12;--callout-tip-border:#22c55e4d;--callout-tip-text:#86efac;--callout-tip-icon:#22c55e;--callout-warning-bg:#f59e0b14;--callout-warning-border:#f59e0b4d;--callout-warning-text:#fcd34d;--callout-warning-icon:#f59e0b;--callout-danger-bg:#ef444412;--callout-danger-border:#ef44444d;--callout-danger-text:#fca5a5;--callout-danger-icon:#ef4444}.prose-custom{max-width:initial;font-family:var(--prose-font-sans);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;color:var(--prose-fg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prose-custom>:first-child{margin-top:0!important}.prose-custom>:last-child{margin-bottom:0!important}.prose-custom :where(h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,pre,hr,table){width:100%;margin-top:0}.prose-custom :where(h1,h2,h3,h4,h5,h6){font-family:var(--prose-font-sans);letter-spacing:-.03em;color:var(--prose-fg);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin-bottom:0;scroll-margin-top:56px;font-weight:600;line-height:1.2}.prose-custom .heading-group.has-anchor{cursor:pointer;width:100%;max-width:100%;line-height:1.2;text-decoration:none;display:block}.prose-custom .heading-text-content{word-break:break-word;display:inline}.prose-custom .anchor-link{width:1.125rem;height:1.125rem;color:var(--prose-fg-subtle);opacity:0;pointer-events:none;vertical-align:baseline;flex-shrink:0;justify-content:center;align-items:center;margin-left:.375rem;text-decoration:none;transition:opacity .15s,transform .15s,color .15s;display:inline-flex;position:relative;transform:translate(-6px)}.prose-custom .anchor-link svg{width:1rem;height:1rem}.prose-custom strong{color:var(--prose-fg);letter-spacing:-.015em;font-weight:600}.prose-custom em{color:var(--prose-fg-muted);font-style:italic;font-weight:500}.prose-custom strong em,.prose-custom em strong{font-style:italic;font-weight:600}.prose-custom sup,.prose-custom sub{vertical-align:baseline;font-feature-settings:"sups" 1;font-size:.65rem;font-weight:500;line-height:1;transition:color .15s;position:relative}.prose-custom sup{color:var(--prose-fg-subtle);margin-left:.04em;margin-right:.04em;top:-.35em}.prose-custom sub{color:var(--prose-fg-accent);bottom:-.2em}.prose-custom sup a{color:inherit;text-decoration:none;transition:color .15s}.prose-custom sup a:hover{color:var(--prose-accent)}.prose-custom sup:has(a[href^="#fn"]){cursor:pointer}.prose-custom h1 sup,.prose-custom h2 sup,.prose-custom h3 sup{font-size:.55rem;top:-.35em}.prose-custom .callout-content p sup a{color:var(--prose-fg);font-size:.7rem;font-weight:500;text-decoration:none}.prose-custom .callout-content p sup a:hover{color:var(--prose-accent);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--prose-accent-dim);text-decoration-color:var(--prose-accent-dim)}.prose-custom .callout sup,.prose-custom .callout sub{color:currentColor;opacity:.75}.prose-custom small{color:var(--prose-fg-subtle);letter-spacing:0;font-size:.8125rem;font-weight:400;line-height:1.5;transition:color .15s;display:inline-block}.prose-custom figcaption small,.prose-custom aside small,.prose-custom footer small{color:var(--prose-fg-dim);font-size:.75rem}.prose-custom small:hover{color:var(--prose-fg)}.prose-custom mark{background-color:var(--prose-accent-yellow);color:var(--prose-accent-yellow-soft);border-radius:2px;padding:.1em .25em}.prose-custom mark:hover{background-color:var(--prose-accent-yellow-dim)}.prose-custom mark .search-highlight{background-color:var(--prose-accent-yellow);color:var(--prose-accent-yellow-dim);border-bottom:none}.prose-custom abbr[title]{border-bottom:1px dashed var(--prose-border);cursor:help;font-feature-settings:"calt" 1;text-decoration:none;transition:border-color .15s,color .15s}.prose-custom abbr[title]:hover{border-bottom-color:var(--prose-accent);color:var(--prose-accent)}.prose-custom abbr[title]:active{border-bottom-style:solid;transition:none}@media(max-width:767px){.prose-custom :where(h1,h2,h3,h4,h5,h6){scroll-margin-top:56px}.prose-custom h1{letter-spacing:-.04em;text-align:left;margin-top:2.5rem;margin-bottom:1rem;font-size:1.875rem;font-weight:600;line-height:2.25rem}.prose-custom h2{letter-spacing:-.03em;margin-top:2.25rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:2rem}.prose-custom h3{letter-spacing:-.025em;margin-top:1.75rem;margin-bottom:.625rem;font-size:1.25rem;font-weight:600;line-height:1.75rem}.prose-custom h4{letter-spacing:-.015em;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.0625rem;font-weight:600;line-height:1.625rem}.prose-custom h5{letter-spacing:-.01em;margin-top:1.25rem;margin-bottom:.5rem;font-size:.9375rem;font-weight:600;line-height:1.5rem}.prose-custom h6{letter-spacing:0;margin-top:1rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;line-height:1.375rem}.prose-custom .anchor-link.anchor-link-active,.prose-custom .heading-group.has-anchor:active .anchor-link{opacity:1;pointer-events:auto;color:var(--prose-fg-subtle);transform:translate(0)}.prose-custom p{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1rem;line-height:1.75rem}.prose-custom strong{font-weight:600}.prose-custom em{font-style:italic}.prose-custom sup,.prose-custom sub{font-size:.6rem}.prose-custom mark{padding:.1em .2em;font-size:.875rem}.prose-custom small{font-size:.75rem}.prose-custom abbr[title]{font-size:.875rem}}@media(min-width:768px){.prose-custom :where(h1,h2,h3,h4,h5,h6){scroll-margin-top:60px}.prose-custom h1{letter-spacing:-.04em;text-align:center;margin-top:4rem;margin-bottom:1.25rem;font-size:2.7rem;font-weight:600;line-height:1.2}.prose-custom h2{letter-spacing:-.035em;margin-top:3rem;margin-bottom:.875rem;font-size:2rem;font-weight:600;line-height:2.25rem}.prose-custom h3{letter-spacing:-.028em;margin-top:2.25rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:2rem}.prose-custom h4{letter-spacing:-.02em;margin-top:2rem;margin-bottom:.625rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.prose-custom h5{letter-spacing:-.01em;color:var(--prose-fg-subtle);text-transform:uppercase;letter-spacing:.08em;margin-top:1.5rem;margin-bottom:.5rem;font-size:.6875rem;font-weight:600;line-height:1.5rem}.prose-custom h6{letter-spacing:.1em;text-transform:uppercase;color:var(--prose-fg-dim);margin-top:1.25rem;margin-bottom:.5rem;font-size:.625rem;font-weight:600;line-height:1.25rem}.prose-custom .heading-group.has-anchor:hover .anchor-link{opacity:1;pointer-events:auto;color:var(--prose-fg-subtle);transform:translate(0)}.prose-custom .anchor-link:hover{color:var(--prose-fg)}.prose-custom p{color:var(--prose-fg);font-size:16px;line-height:1.75}@supports (color:color-mix(in lab,red,red)){.prose-custom p{color:color-mix(in srgb,var(--prose-fg) 90%,transparent)}}.prose-custom p{text-wrap:pretty;letter-spacing:-.01em;font-feature-settings:"kern" 1,"liga" 1;width:100%;margin-bottom:1.5rem;font-weight:400}.prose-custom strong{font-weight:600}.prose-custom sup,.prose-custom sub{font-size:.65rem}.prose-custom mark{padding:.1em .25em}.prose-custom small{font-size:.8125rem}}.prose-custom .quote{background:0 0;border:none;margin:2rem 0;padding:0}.prose-custom .quote-body p{letter-spacing:-.025em;color:var(--prose-fg);text-align:start;text-wrap:pretty;margin:0;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.7}.prose-custom .quote-body p+p{margin-top:1rem}.prose-custom .quote-body p a{color:var(--prose-accent)}.prose-custom .quote-body .external-icon{width:0!important;height:0!important;display:none!important}.prose-custom .quote-body p:first-of-type:before{content:"❝";color:var(--prose-fg-subtle);margin-right:.2rem;font-style:normal}.prose-custom .quote-body p:last-of-type:after{content:"❞";color:var(--prose-fg-subtle);margin-left:.2rem;font-style:normal}.prose-custom .quote-cite{letter-spacing:0;width:fit-content;color:var(--prose-fg-subtle);margin-top:1.25rem;margin-left:auto;font-size:.8125rem;font-style:normal;font-weight:500;line-height:1.5rem;display:block}.prose-custom .quote-cite:before{content:"— ";color:var(--prose-fg-dim)}@media(max-width:767px){.prose-custom .quote{margin:1.75rem 0}.prose-custom .quote-body p{letter-spacing:-.018em;font-size:1rem;font-weight:500;line-height:1.65}.prose-custom .quote-body p+p{margin-top:.75rem}.prose-custom .quote-cite{margin-top:.875rem;font-size:.75rem}}@media(min-width:768px){.prose-custom .quote{margin:2.5rem 0}.prose-custom .quote-body p{letter-spacing:-.025em;font-size:1.125rem;font-weight:500;line-height:1.75}.prose-custom .quote-body p+p{margin-top:1rem}.prose-custom .quote-cite{margin-top:1.25rem;font-size:.8125rem}}.prose-custom a{color:var(--prose-accent-dim);outline-offset:2px;-webkit-tap-highlight-color:transparent;transition:color var(--prose-transition)}.prose-custom a:visited{color:var(--prose-accent-dim)}.prose-custom a:focus-visible{outline:2px solid var(--prose-accent-dim);border-radius:var(--prose-radius-sm)}@media(hover:hover){.prose-custom a:hover{color:var(--prose-accent)}}.prose-custom .inline-link{align-items:center;gap:2px;text-decoration:none;display:inline-flex}.prose-custom .inline-link:hover{color:var(--prose-accent)}.prose-custom .external-icon{opacity:.4;transition:transform var(--prose-transition),opacity var(--prose-transition)}.prose-custom :hover>.external-icon{opacity:1;transform:translate(1px,-1px)}.prose-custom code:not(pre code){font-family:var(--prose-font-mono);background-color:var(--prose-surface);color:var(--prose-fg);border-radius:var(--prose-radius-sm);border:1px solid var(--prose-border);white-space:break-spaces;letter-spacing:-.01em;padding:.15em .4em;font-size:.8125em;font-weight:500}.prose-custom h1 code,.prose-custom h2 code,.prose-custom h3 code,.prose-custom summary code{background-color:var(--prose-surface-hover);font-size:.875em}.prose-custom pre{font-family:var(--prose-font-mono);border:1px solid var(--prose-border);border-radius:var(--prose-radius-md);scrollbar-width:thin;scrollbar-color:var(--prose-border) transparent;margin:2rem 0;padding:1.25rem 1.5rem;position:relative;overflow-x:auto;background-color:var(--prose-surface)!important}.prose-custom pre::-webkit-scrollbar{height:4px}.prose-custom pre::-webkit-scrollbar-track{background:0 0}.prose-custom pre::-webkit-scrollbar-thumb{background:var(--prose-border);border-radius:2px}.prose-custom pre .copy-btn{font-family:var(--prose-font-sans);letter-spacing:.03em;text-transform:uppercase;border-radius:var(--prose-radius-sm);border:1px solid var(--prose-border);background:var(--prose-surface-hover);color:var(--prose-fg-subtle);cursor:pointer;transition:all var(--prose-transition);opacity:0;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.prose-custom pre:hover .copy-btn{opacity:1}.prose-custom pre .copy-btn:hover{background:var(--prose-accent);color:#fff;border-color:var(--prose-accent)}.prose-custom .code-group{border-radius:var(--prose-radius-md);border:1px solid var(--prose-border);background:var(--prose-surface);margin:2rem 0;overflow-x:auto}.prose-custom .code-group-wrapper{border-bottom:1px solid var(--prose-border);justify-content:space-between;align-items:center;padding-inline:.5rem;display:flex}.prose-custom .code-group-header{align-items:center;display:flex;overflow-x:auto}.prose-custom .code-group-title{color:var(--prose-fg-subtle);letter-spacing:-.005em;transition:color var(--prose-transition);cursor:pointer;padding-block:.625rem;padding-inline:1rem;font-size:.8125rem;font-weight:500;position:relative}.prose-custom .code-group-title:hover,.prose-custom .code-group-title[data-active=true]{color:var(--prose-fg)}.prose-custom .underline-indicator{background:var(--prose-accent);width:100%;height:1.5px;transition:transform var(--prose-transition);border-radius:9999px;position:absolute;bottom:0;left:0;transform:scaleX(0)}.prose-custom .code-group-title[data-active=true] .underline-indicator{transform:scaleX(1)}.prose-custom .copy-button{color:var(--prose-fg-subtle);cursor:pointer;transition:color var(--prose-transition);padding:.25rem}.prose-custom .copy-button:hover{color:var(--prose-fg)}.prose-custom .copy-button .copy-icon,.prose-custom .copy-button .check-icon{width:1.125rem;height:1.125rem}.prose-custom .code-group pre{border:none;border-radius:0;margin:0;overflow-x:auto;white-space:pre!important;word-break:normal!important;word-wrap:normal!important;background-color:#0000!important}.prose-custom .code-group pre code{white-space:pre!important}.prose-custom .code-group pre::-webkit-scrollbar{height:4px}.prose-custom .code-group pre::-webkit-scrollbar-track{background:0 0}.prose-custom .code-group pre::-webkit-scrollbar-thumb{background:var(--prose-border);border-radius:2px}.prose-custom .code-group-content{background-color:#0000;border-style:none;border-radius:0;margin:1.5rem 0}@media(max-width:767px){.prose-custom code:not(pre code){padding:.1em .3em;font-size:.75rem!important}.prose-custom pre{border-radius:var(--prose-radius-sm);margin:1.5rem 0;padding:1rem}.prose-custom pre code{line-height:1.7;font-size:.8125rem!important}.prose-custom pre .copy-btn{padding:.2rem .45rem;font-size:.5625rem;top:.5rem;right:.5rem}.prose-custom .copy-button .copy-icon,.prose-custom .copy-button .check-icon{width:1rem;height:1rem}.prose-custom .code-group-title{font-size:.75rem!important}}@media(min-width:768px){.prose-custom code:not(pre code){font-size:.8125rem!important}.prose-custom pre{margin:2rem 0;padding:1.25rem 1.5rem}.prose-custom pre code{letter-spacing:-.01em;font-size:.875rem;line-height:1.75rem}.prose-custom .code-group-title{font-size:.8125rem!important}}.dark .astro-code{background-color:var(--shiki-dark-bg,var(--prose-surface))!important}.dark .astro-code span{color:var(--shiki-dark)!important;background-color:#0000!important}.prose-custom img{border-radius:var(--prose-radius-md);max-width:100%;height:auto;margin-inline:auto;display:block}.prose-custom figure{text-align:center;margin:2rem 0}.prose-custom figure p{margin:0}.prose-custom figure img{max-width:100%;height:auto;margin-inline:auto;display:block}.prose-custom figcaption{text-align:center;color:var(--prose-fg-subtle);letter-spacing:0;margin-top:.75rem;font-size:.8125rem;line-height:1.5}.prose-custom video{background-color:var(--prose-bg-subtle);border-radius:var(--prose-radius-md);border:1px solid var(--prose-border);width:100%;display:block;position:relative;overflow:hidden}@media(max-width:767px){.prose-custom img{margin:1.5rem 0}.prose-custom figure{margin:1rem 0}.prose-custom figcaption{margin-top:.5rem;font-size:.75rem}.prose-custom video{border-radius:var(--prose-radius-sm);margin:1.5rem 0}}@media(min-width:768px){.prose-custom img{margin:1.5rem 0}.prose-custom figure{margin:1rem 0}.prose-custom figcaption{margin-top:.75rem;font-size:.8125rem}.prose-custom video{margin:2rem 0}}.prose-custom ul,.prose-custom ol{margin:1rem 0;padding-left:1.5rem}.prose-custom ul{list-style:none}.prose-custom ul>li{padding-left:.5rem}.prose-custom ul>li::marker{content:"—";color:var(--prose-fg-subtle);font-weight:400}.prose-custom ul ul>li::marker{content:"–"}.prose-custom ul ul ul>li::marker{content:"·"}.prose-custom ol{list-style-type:decimal}.prose-custom ol ol{margin:.375rem 0;list-style-type:lower-alpha}.prose-custom ol ol ol{margin:.25rem 0;list-style-type:lower-roman}.prose-custom ol>li::marker{color:var(--prose-fg-subtle);font-variant-numeric:tabular-nums;font-weight:500}.prose-custom li{color:var(--prose-fg-muted);letter-spacing:-.011em;margin-bottom:.375rem;font-size:.9375rem;line-height:1.75}.prose-custom li:last-child{margin-bottom:0}.prose-custom .contains-task-list{padding-left:0;list-style:none}.prose-custom .task-list-item{align-items:flex-start;gap:.625rem;padding-left:0;list-style:none;display:flex}.prose-custom .task-list-item input[type=checkbox]{border:1.5px solid var(--prose-border);width:1rem;height:1rem;accent-color:var(--prose-accent);cursor:default;border-radius:3px;flex-shrink:0;margin-top:calc(.875em - .5rem);transition:border-color .15s}.prose-custom .task-list-item input[type=checkbox]:hover{border-color:var(--prose-accent);cursor:pointer}.prose-custom .task-list-item input[type=checkbox]:focus-visible{outline:2px solid var(--prose-accent);outline-offset:2px}@media(max-width:767px){.prose-custom ul,.prose-custom ol{margin:.75rem 0;padding-left:1.25rem}.prose-custom li{margin-bottom:.375rem;line-height:1.7;font-size:.9375rem!important}.prose-custom ul>li{padding-left:.375rem}.prose-custom .task-list-item{gap:.5rem}.prose-custom .task-list-item input[type=checkbox]{width:.875rem;height:.875rem}}@media(min-width:768px){.prose-custom ul,.prose-custom ol{margin:1rem 0;padding-left:1.5rem}.prose-custom li{margin-bottom:.375rem;line-height:1.8;font-size:.9375rem!important}.prose-custom ul>li{padding-left:.5rem}.prose-custom .task-list-item{gap:.625rem}.prose-custom .task-list-item input[type=checkbox]{width:1rem;height:1rem}}.prose-custom .table-wrapper{border:1px solid var(--prose-border);border-radius:var(--prose-radius-md);background:var(--prose-surface);margin:2rem 0;overflow:auto hidden}.prose-custom .table-wrapper table{border-collapse:separate;border-spacing:0;width:100%}.prose-custom thead th{font-family:var(--prose-font-sans);letter-spacing:.06em;text-transform:uppercase;color:var(--prose-fg-subtle);background:var(--prose-surface-hover);border-bottom:1px solid var(--prose-border);text-align:left;white-space:nowrap;padding:.75rem 1rem;font-size:.6875rem;font-weight:600;line-height:1.25rem}.prose-custom tbody td{color:var(--prose-fg-muted);background:var(--prose-surface);border-bottom:1px solid var(--prose-border);letter-spacing:-.008em;padding:.75rem 1rem;font-size:.875rem;line-height:1.6}.prose-custom tbody td strong{color:var(--prose-fg);letter-spacing:-.01em;font-weight:600}.prose-custom tbody td small{color:var(--prose-fg-subtle);letter-spacing:0;font-size:.75rem;font-weight:400;line-height:1.25rem}.prose-custom tbody tr:last-child td{border-bottom:none}.prose-custom tbody tr:hover td{background:var(--prose-surface-hover)}.prose-custom th,.prose-custom td{white-space:nowrap}.prose-custom th:not(:last-child),.prose-custom td:not(:last-child){border-right:1px solid var(--prose-border)}@media(max-width:767px){.prose-custom .table-wrapper{border-radius:var(--prose-radius-sm);margin:1.5rem 0}.prose-custom thead th{letter-spacing:.07em;padding:.625rem .875rem;font-size:.625rem}.prose-custom tbody td{padding:.625rem .875rem;font-size:.8125rem;line-height:1.55}.prose-custom tbody td small{font-size:.6875rem}}@media(min-width:768px){.prose-custom .table-wrapper{margin:2.5rem 0}.prose-custom thead th{letter-spacing:.06em;padding:.875rem 1.25rem;font-size:.6875rem}.prose-custom tbody td{padding:.875rem 1.25rem;font-size:.875rem;line-height:1.65}.prose-custom tbody td small{font-size:.75rem}}.prose-custom .callout{border-radius:var(--prose-radius-md);color:inherit;transition:background-color var(--prose-transition),border-color var(--prose-transition);border:1px solid;align-items:flex-start;margin:1.5rem 0;padding:1rem 1.25rem;display:flex}.prose-custom .callout-body{flex:1;min-width:0}.prose-custom .callout-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.prose-custom .callout-icon{flex-shrink:0;align-items:center;line-height:0;display:flex}.prose-custom .callout-icon svg{width:1rem;height:1rem;display:block}.prose-custom .callout-title{color:inherit;letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:600;line-height:1.5rem;margin:0!important}.prose-custom .callout-content{color:inherit}.prose-custom .callout-content p{text-wrap:pretty;letter-spacing:-.011em;font-feature-settings:"kern" 1,"liga" 1;width:100%;margin-bottom:1rem;font-size:.9375rem;font-weight:400;line-height:1.8;color:inherit!important}.prose-custom .callout-content p:last-child{margin-bottom:0!important}.prose-custom .callout-content strong{color:inherit;letter-spacing:-.01em;font-weight:600}.prose-custom .callout-content em{color:inherit;font-style:italic;font-weight:500}.prose-custom .callout-content strong em,.prose-custom .callout-content em strong{color:inherit;font-style:italic}.prose-custom .callout-content small{color:inherit;opacity:.8;font-size:.75rem;font-weight:400;line-height:1.25rem;display:inline-block}.prose-custom .callout-content mark{background-color:var(--prose-accent-yellow);color:var(--prose-accent-yellow-soft);box-shadow:inset 0 0 0 1px var(--prose-accent-yellow-dim);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:2px;padding:.1em .25em;font-weight:500}.prose-custom .callout-content sup,.prose-custom .callout-content sub{vertical-align:baseline;color:inherit;opacity:.8;font-size:.6rem;font-weight:500;line-height:1;position:relative}.prose-custom .callout-content sup{margin-left:.04em;margin-right:.04em;top:-.3em}.prose-custom .callout-content sub{bottom:-.2em}.prose-custom .callout-content sup a{color:inherit;text-decoration:none;transition:color .15s}.prose-custom .callout-content sup a:hover{color:var(--prose-accent)!important}.prose-custom .callout-content a{color:var(--prose-accent);text-underline-offset:3px;font-weight:500;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s}.prose-custom .callout-content a:hover{color:var(--prose-accent-hover)}.prose-custom .callout-content .external-icon{width:0!important;height:0!important;display:none!important}.prose-custom .callout-content ul,.prose-custom .callout-content ol{color:inherit;margin-bottom:.75rem;padding-left:1.25rem;font-size:.9375rem;line-height:1.75}.prose-custom .callout-content li{color:inherit;margin-bottom:.25rem;line-height:1.6;font-size:inherit!important}.prose-custom .callout-content li:last-child{margin-bottom:0}.prose-custom .callout-content li::marker{color:currentColor;opacity:.5}.prose-custom [data-callout=note]{background-color:var(--callout-note-bg);border-color:var(--callout-note-border);color:var(--callout-note-text)}.prose-custom [data-callout=note] .callout-icon{color:var(--callout-note-icon)}.prose-custom [data-callout=info]{background-color:var(--callout-info-bg);border-color:var(--callout-info-border);color:var(--callout-info-text)}.prose-custom [data-callout=info] .callout-icon{color:var(--callout-info-icon)}.prose-custom [data-callout=tip]{background-color:var(--callout-tip-bg);border-color:var(--callout-tip-border);color:var(--callout-tip-text)}.prose-custom [data-callout=tip] .callout-icon{color:var(--callout-tip-icon)}.prose-custom [data-callout=warning]{background-color:var(--callout-warning-bg);border-color:var(--callout-warning-border);color:var(--callout-warning-text)}.prose-custom [data-callout=warning] .callout-icon{color:var(--callout-warning-icon)}.prose-custom [data-callout=danger]{background-color:var(--callout-danger-bg);border-color:var(--callout-danger-border);color:var(--callout-danger-text)}.prose-custom [data-callout=danger] .callout-icon{color:var(--callout-danger-icon)}@media(max-width:767px){.prose-custom .callout{margin:1.25rem 0;padding:.875rem 1rem}.prose-custom .callout-header{gap:.4rem;margin-bottom:.4rem}.prose-custom .callout-icon svg{width:.875rem;height:.875rem}.prose-custom .callout-content{padding-left:1.275rem}.prose-custom .callout-content p,.prose-custom .callout-content ul,.prose-custom .callout-content ol{letter-spacing:-.01em;margin-bottom:1rem;font-size:.9375rem;line-height:1.75rem}.prose-custom .callout-content small{font-size:.6875rem}.prose-custom .callout-content sup,.prose-custom .callout-content sub{font-size:.575rem}.prose-custom .callout-content mark{padding:.1em .2em;font-size:.875rem}}@media(min-width:768px){.prose-custom .callout{margin:2rem 0;padding:1rem 1.25rem}.prose-custom .callout-header{gap:.5rem;margin-bottom:.5rem}.prose-custom .callout-content{padding-left:1.5rem}.prose-custom .callout-content p,.prose-custom .callout-content ul,.prose-custom .callout-content ol{margin-bottom:1rem;font-size:.9375rem;line-height:1.8}.prose-custom .callout-content small{font-size:.75rem}.prose-custom .callout-content sup,.prose-custom .callout-content sub{font-size:.6rem}.prose-custom .callout-content mark{padding:.1em .25em}}.prose-custom .details{border:1px solid var(--prose-border);border-radius:var(--prose-radius-md);background-color:var(--prose-surface);transition:border-color var(--prose-transition),box-shadow var(--prose-transition);margin:2.5rem 0;overflow:hidden}.prose-custom .details:hover{border-color:var(--prose-surface-hover);box-shadow:0 1px #00000008}.prose-custom .details-summary{font-family:var(--prose-font-sans);letter-spacing:-.01em;color:var(--prose-fg);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;padding:12px 14px;font-weight:600;line-height:1.5rem;list-style:none;display:flex}.prose-custom .details-summary ::-webkit-details-marker{display:none}.prose-custom .details-icon{opacity:.8;color:var(--prose-fg-subtle);flex-shrink:0;width:1rem;height:1rem;transition:transform .2s,opacity .2s}.prose-custom .details[open] .details-icon{transform:rotate(90deg)}.prose-custom .details-icon svg{stroke:currentColor;stroke-width:2px;fill:none;width:100%;height:100%;display:block}.prose-custom .details-content{border-top:1px solid var(--prose-border);padding:0 14px 12px}.prose-custom .details-content>:first-child{margin-top:12px!important}.prose-custom .details-content>:last-child,.prose-custom .details-content p:last-child{margin-bottom:0!important}@media(max-width:767px){.prose-custom .details{margin:1.25rem 0}.prose-custom .details-summary{letter-spacing:-.01em;padding:10px 12px;font-size:.9375rem;font-weight:600;line-height:1.5rem}.prose-custom .details-content{letter-spacing:0;padding:0 12px 10px;font-size:.875rem;font-weight:600;line-height:1.375rem}.prose-custom .details-content>:first-child{margin-top:10px!important}}@media(min-width:768px){.prose-custom .details{margin:1.5rem 0}.prose-custom .details-summary{letter-spacing:-.01em;padding:12px 14px;font-size:.9375rem;font-weight:600;line-height:1.5rem}.prose-custom .details-content{padding:0 14px 12px}.prose-custom .details-content>:first-child{margin-top:12px!important}}.prose-custom .steps-container{counter-reset:step;background-image:linear-gradient(var(--prose-border),var(--prose-border));background-position:0;background-repeat:no-repeat;background-size:1px calc(100% - 1rem);border-left:none;margin:2.5rem 0 2.5rem 1.25rem;padding-left:2rem;display:flow-root;position:relative}.prose-custom .steps-container:before{content:"";background-color:var(--prose-surface);z-index:1;width:1px;height:.5rem;position:absolute;top:0;left:-1px}.prose-custom .steps-container>:last-child:after{content:"";z-index:1;background-color:#0000;width:2px;height:100%;position:absolute;top:1.1rem;bottom:0;left:calc(-2rem - 1px)}.prose-custom .steps-container>h2,.prose-custom .steps-container>h3,.prose-custom .steps-container>h4{counter-increment:step;font-family:var(--prose-font-sans);color:var(--prose-fg);position:relative;overflow:visible;letter-spacing:-.02em!important;margin-top:0!important;margin-bottom:.5rem!important;font-size:1.125rem!important;font-weight:600!important;line-height:1.75rem!important}.prose-custom .steps-container>h2:first-child,.prose-custom .steps-container>h3:first-child,.prose-custom .steps-container>h4:first-child{margin-top:0!important}.prose-custom .steps-container>h2:before,.prose-custom .steps-container>h3:before,.prose-custom .steps-container>h4:before{content:counter(step);background:var(--prose-surface);width:26px;height:26px;color:var(--prose-fg-subtle);border:1px solid var(--prose-border);font-size:.6875rem;font-weight:700;font-family:var(--prose-font-mono);z-index:10;transition:background var(--prose-transition),border-color var(--prose-transition),color var(--prose-transition);letter-spacing:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:calc(-2rem - 13.5px);transform:translateY(-50%)}.prose-custom .steps-container>h2:hover:before,.prose-custom .steps-container>h3:hover:before,.prose-custom .steps-container>h4:hover:before{background:var(--prose-surface-hover);border-color:var(--prose-fg-subtle);color:var(--prose-fg)}.prose-custom .steps-container>h2,.prose-custom .steps-container>h3,.prose-custom .steps-container>h4,.prose-custom .steps-container>h2 *,.prose-custom .steps-container>h3 *,.prose-custom .steps-container>h4 *{border:none!important;margin-top:0!important;text-decoration:none!important}.prose-custom .steps-container .anchor-link{display:none!important}.prose-custom .steps-container>:last-child{margin-bottom:0!important}@media(max-width:767px){.prose-custom .steps-container{background-size:1px calc(100% - .75rem);margin:1.5rem 0 1.5rem .75rem;padding-left:1.5rem}.prose-custom .steps-container>h2,.prose-custom .steps-container>h3,.prose-custom .steps-container>h4{letter-spacing:-.015em!important;margin-bottom:.375rem!important;font-size:1rem!important;line-height:1.625rem!important}.prose-custom .steps-container>h2:before,.prose-custom .steps-container>h3:before,.prose-custom .steps-container>h4:before{width:22px;height:22px;left:calc(-1.5rem - 11.5px);font-size:.625rem!important}.prose-custom .steps-container>:last-child:after{top:.9rem;left:calc(-1.5rem - 1px)}}.prose-custom hr{background:var(--prose-border);opacity:.6;border:0;height:1px;margin:2.5rem 0}.prose-custom kbd{font-family:var(--prose-font-mono);background-color:var(--prose-surface);color:var(--prose-fg);border-radius:var(--prose-radius-sm);border:1px solid var(--prose-border);box-shadow:0 1px 0 var(--prose-border);vertical-align:middle;white-space:nowrap;letter-spacing:0;border-bottom-width:2px;margin:0 .125rem;padding:.15em .45em;font-size:.75rem;font-weight:500;line-height:1;display:inline-block}.prose-custom .badge{font-family:var(--prose-font-sans);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--prose-radius-sm);vertical-align:middle;border:1px solid;align-items:center;padding:.2em .55em;font-size:.625rem;font-weight:600;line-height:1.5;display:inline-flex}.prose-custom .badge-default{color:var(--prose-fg-subtle);border-color:var(--prose-border);background:var(--prose-surface)}.prose-custom .badge-accent{color:#047857;background:#f0fdf4;border-color:#a7f3d0}.prose-custom .badge-red{color:#dc2626;background:#fff1f2;border-color:#fecaca}.prose-custom dl{flex-direction:column;gap:.75rem;margin:1.5rem 0;font-size:.9375rem;line-height:1.6;display:flex}.prose-custom dt{color:var(--prose-fg);font-weight:600;font-family:var(--prose-font-sans);letter-spacing:-.015em;margin-bottom:.25rem}.prose-custom dd{color:var(--prose-fg-subtle);border-left:1.5px solid var(--prose-border);margin-bottom:.5rem;margin-left:0;padding-left:1rem;transition:border-left-color .15s}.prose-custom dt+dd{margin-top:0}.prose-custom dd:hover{border-left-color:var(--prose-accent)}.prose-custom address{color:var(--prose-fg-subtle);background-color:var(--prose-surface);border-radius:var(--prose-radius-md);border:1px solid var(--prose-border);margin:1.5rem 0;padding:.75rem 1rem;font-size:.875rem;font-style:normal;line-height:1.6;transition:border-color .15s}.prose-custom address:hover{border-color:var(--prose-fg-subtle)}.prose-custom address a{color:var(--prose-accent);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .15s}.prose-custom address a:hover{border-bottom-color:var(--prose-accent)}.prose-custom address .contact-label{color:var(--prose-fg);letter-spacing:-.01em;font-weight:600}@media(max-width:767px){.prose-custom hr{margin:2rem 0}.prose-custom kbd{margin:0 .1rem;padding:.1em .35em;font-size:.6875rem}.prose-custom .badge{padding:.15em .45em;font-size:.5625rem}.prose-custom dl{gap:.5rem;margin:1.25rem 0;font-size:.875rem}.prose-custom dt{margin-bottom:.15rem}.prose-custom dd{padding-left:.75rem}.prose-custom address{margin:1.25rem 0;padding:.625rem .875rem;font-size:.8125rem}}@media(min-width:768px){.prose-custom kbd{padding:.15em .45em;font-size:.75rem}.prose-custom .badge{padding:.2em .55em;font-size:.625rem}.prose-custom dl{gap:.75rem;margin:1.5rem 0;font-size:.9375rem}.prose-custom dd{padding-left:1rem}.prose-custom address{margin:1.5rem 0;padding:.75rem 1rem;font-size:.875rem}}.prose-custom .footnotes,.prose-custom section[data-footnotes]{border-top:1px solid var(--prose-border);margin:2.5rem 0;padding-top:2rem;font-size:1rem;overflow:clip}.prose-custom section[data-footnotes] h2.sr-only{white-space:normal;max-width:0;overflow:hidden;display:none!important}.prose-custom section[data-footnotes] h2{display:none}.prose-custom section[data-footnotes] ol{flex-direction:column;gap:.625rem;margin:0;padding-left:0;list-style:none;display:flex}.prose-custom section[data-footnotes] li{color:var(--prose-fg-subtle);gap:.75rem;margin-bottom:0;padding-left:0;scroll-margin-top:80px;font-size:1rem;line-height:1.6;display:flex;position:relative}.prose-custom section[data-footnotes] li::marker{content:none}.prose-custom section[data-footnotes] li:before{content:counter(list-item);counter-increment:list-item;font-weight:500;font-family:var(--prose-font-mono);color:var(--prose-fg-subtle);flex-shrink:0;min-width:1rem;padding-top:.2rem;line-height:1.6}.prose-custom section[data-footnotes] p{color:var(--prose-fg-subtle);margin:0;display:inline}.prose-custom section[data-footnotes] .data-footnote-backref{opacity:0;transition:opacity var(--prose-transition);color:var(--prose-accent-dim);vertical-align:middle;margin-left:.25rem;font-size:.95rem;text-decoration:none}.prose-custom section[data-footnotes] li:hover .data-footnote-backref{opacity:1}.prose-custom section[data-footnotes] .external-icon{width:0!important;height:0!important;display:none!important}.prose-custom section[data-footnotes] li:target{background-color:var(--prose-bg-subtle);border-radius:4px}.prose-custom a[href^="#fn"]{transition:color var(--prose-transition);scroll-margin-top:80px;text-decoration:none}.prose-custom a[href^="#fn"]:hover{color:var(--prose-accent);text-underline-offset:4px;text-decoration:underline}@media(max-width:767px){.prose-custom .footnotes,.prose-custom section[data-footnotes]{margin:2rem 0;padding-top:1.5rem;font-size:1rem}.prose-custom section[data-footnotes] ol{gap:.5rem}.prose-custom section[data-footnotes] li{gap:.5rem;font-size:1rem;line-height:1.55}.prose-custom section[data-footnotes] .data-footnote-backref{margin-left:.15rem;font-size:1rem}}@media(min-width:768px){.prose-custom .footnotes,.prose-custom section[data-footnotes]{margin:2.5rem 0;padding-top:2rem;font-size:1rem}.prose-custom section[data-footnotes] ol{gap:.625rem}.prose-custom section[data-footnotes] li{gap:.75rem;font-size:1rem;line-height:1.6}}@media(prefers-reduced-motion:reduce){.prose-custom *,.prose-custom :before,.prose-custom :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.prose-custom :focus-visible{outline:2px solid var(--prose-accent);outline-offset:2px;border-radius:var(--prose-radius-sm)}@media(forced-colors:active){.prose-custom a{color:linktext}.prose-custom code:not(pre code),.prose-custom kbd{border:1px solid buttontext}.prose-custom blockquote{border-left-color:buttontext}}@media print{.prose-custom a[href]:after{content:" (" attr(href) ")";color:var(--prose-fg-subtle);font-size:.75em}.prose-custom pre,.prose-custom blockquote{page-break-inside:avoid}.prose-custom h2,.prose-custom h3{page-break-after:avoid}.prose-custom img{max-width:100%!important}}
