.prose-content{--code-surface:color-mix(in srgb,var(--color-foreground)7%,var(--color-background));font-size:1rem;line-height:1.75}.prose-content>:first-child{margin-top:0}.prose-content>:last-child{margin-bottom:0}.prose-content :where(p){margin:1.25em 0}.prose-content :where(a){color:inherit;font-weight:500;text-decoration:underline}.prose-content :where(strong){font-weight:600}.prose-content :where(hr){border:0;border-top:1px solid var(--color-border-hairline);margin:3em 0}.prose-content :where(hr+*,h1+*,h2+*,h3+*,h4+*){margin-top:0}.prose-content :where(h1){margin:0 0 .8889em;font-size:2.25em;font-weight:800;line-height:1.1111}.prose-content :where(h2){margin:2em 0 1em;font-size:1.5em;font-weight:700;line-height:1.3333}.prose-content :where(h3){margin:1.6em 0 .6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose-content :where(h4){margin:1.5em 0 .5em;font-size:1em;font-weight:600;line-height:1.5}.prose-content :is(h1,h2,h3,h4,h5,h6)>a{color:inherit;font-weight:inherit;text-decoration:none}.prose-content :is(h1,h2,h3,h4,h5,h6)>a:hover{text-underline-offset:.2em;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.prose-content>h1{border-top:1px solid var(--color-border-hairline);padding-top:1.5em}.prose-content>h1:first-child{border-top:0;padding-top:0}.prose-content :where(ul,ol){margin:1.25em 0;padding-inline-start:1.625em}.prose-content :where(ul){list-style-type:disc}.prose-content :where(ol){list-style-type:decimal}.prose-content :where(ul ul,ul ol,ol ul,ol ol){margin:.75em 0}.prose-content :where(li){margin:.5em 0;padding-inline-start:.375em}.prose-content :where(ul>li)::marker{color:color-mix(in srgb,var(--color-foreground)40%,transparent)}.prose-content :where(ol>li)::marker{color:color-mix(in srgb,var(--color-foreground)60%,transparent);font-weight:400}.prose-content :where(li p){margin:.75em 0}.prose-content :where(li>p:first-child){margin-top:1.25em}.prose-content :where(li>p:last-child){margin-bottom:1.25em}.prose-content :where(blockquote){border-inline-start:.25rem solid color-mix(in srgb,var(--color-foreground)40%,transparent);quotes:"“" "”" "‘" "’";margin:1.6em 0;padding-inline-start:1em;font-style:italic;font-weight:500}.prose-content :where(blockquote p:first-of-type):before{content:open-quote}.prose-content :where(blockquote p:last-of-type):after{content:close-quote}.prose-content :where(code){font-family:var(--mantine-font-family-monospace);font-size:.875em}.prose-content :not(pre)>code{background:var(--code-surface);color:var(--color-foreground);font-weight:inherit;padding:.15em .35em}.prose-content :where(pre){border-radius:.375rem;margin:1.7143em 0;font-size:.875em;font-weight:400;line-height:1.7143}.prose-content :where(pre)>code{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;background:0 0;padding:0}.prose-content .shiki{background:var(--code-surface);padding:1em;overflow-x:auto}.prose-content .shiki,.prose-content .shiki span{color:var(--shiki-light)}[data-mantine-color-scheme=dark] .prose-content .shiki,[data-mantine-color-scheme=dark] .prose-content .shiki span{color:var(--shiki-dark)}.prose-content :where(table){table-layout:auto;border-collapse:collapse;width:100%;margin:2em 0;font-size:.875em;line-height:1.7143}.prose-content :where(th,td){text-align:start;padding:.5714em}.prose-content :where(th:first-child,td:first-child){padding-inline-start:0}.prose-content :where(th:last-child,td:last-child){padding-inline-end:0}.prose-content :where(thead){border-bottom:1px solid color-mix(in srgb,var(--color-foreground)30%,transparent)}.prose-content :where(thead th){vertical-align:bottom;padding-top:0;font-weight:600}.prose-content :where(tbody tr){border-bottom:1px solid color-mix(in srgb,var(--color-foreground)15%,transparent)}.prose-content :where(tbody tr:last-child){border-bottom:0}.prose-content :where(tbody td){vertical-align:baseline}.prose-content :where(img,video){vertical-align:middle;max-width:100%;height:auto;display:block}.prose-content :where(img,video,figure){margin:2em 0}.prose-content :where(figure>*){margin:0}.prose-content :where(figcaption){color:color-mix(in srgb,var(--color-foreground)70%,transparent);margin-top:.8571em;font-size:.875em;line-height:1.4286}.content-table-scroll{margin:1.5em 0;overflow-x:auto}.content-table-scroll>table{margin:0}.content-video{border:1px solid var(--color-border-hairline);background:color-mix(in srgb,var(--color-foreground)4%,transparent);width:100%;margin:1.5em 0;display:block}.content-mermaid{text-align:center;margin:1.5em 0}.content-mermaid>img{display:inline-block}@media not print{.content-mermaid>.content-mermaid-dark,[data-mantine-color-scheme=dark] .content-mermaid>.content-mermaid-light{display:none}[data-mantine-color-scheme=dark] .content-mermaid>.content-mermaid-dark{display:inline-block}}@media print{.content-mermaid>.content-mermaid-dark{display:none}}:root{--color-background:#fff;--color-foreground:#000;--color-border-hairline:#0003;--color-border-hairline-strong:#0006}[data-mantine-color-scheme=dark]{--color-background:#000;--color-foreground:#fff;--color-border-hairline:#fff3;--color-border-hairline-strong:#fff6}
.print-only{display:none}@media print{:root,[data-mantine-color-scheme=dark]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-background:#fff;--color-foreground:#000;--color-border-hairline:#ddd;--color-border-hairline-strong:#ddd}@page{margin:1.5cm;size:a4}body{font-size:10pt;line-height:1.4}*{box-shadow:none}h1,h2,h3,h4,h5,h6{break-after:avoid}h1{margin-bottom:.2cm;font-size:20pt;line-height:1.2}h2{margin-bottom:.3cm;font-size:16pt;line-height:1.3333}h3{margin-bottom:.2cm;font-size:12pt;line-height:1.5556}h4{margin-bottom:.15cm;font-size:11pt;line-height:1.5}p,ul,ol,li{font-size:10pt;line-height:1.4}ul,ol{margin:.2cm 0}li{margin-bottom:.1cm}p{margin-bottom:.2cm}section{break-inside:auto}.print-hidden{display:none}.print-only{display:block}}
@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/02046ca7e906ed9f-s.78def622.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/6bbcb5b36acd717c-s.656fbe30.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/0797a9ffe47acb65-s.a9cc7c2a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7c2c7251ac640798-s.d6988a53.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/248e1dc0efc99276-s.p.8a6b2436.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather Fallback;src:local(Times New Roman);ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.0%;size-adjust:122.09%}.merriweather_e65d94df-module__vXjjqq__className{font-family:Merriweather,Merriweather Fallback;font-style:normal}.merriweather_e65d94df-module__vXjjqq__variable{--font-merriweather:"Merriweather","Merriweather Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.f2220059.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.f6f1950f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.bd5f4d11.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.51c18f09.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.23358719.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.15008bfb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_45f7e288-module__iZ_4eq__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_45f7e288-module__iZ_4eq__variable{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}
