:root{--system-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--system-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--system-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--background-color:#140e09;--background-color-dark:#0a0808;--background-hover-color:#1c150d;--background-color-alpha:rgba(24,18,13,0.80);--background-gradient:linear-gradient(to bottom,var(--background-color) 0%,var(--background-color) 20%,var(--background-color-dark) 100%);--color-accent:#9a98f1;--color-accent-hover:rgb(169,169,255);--color-accent-background:#151437;--primary-text-color:#e6e0d8;--inverse-primary-color:#0c0a09;--secondary-text-color:#afa8a1;--tertiary-text-color:#aaa49e;--color-danger:#ff7979;--border-color-danger:#ffc2c2;--border-color:#2a251d;--border-color-lighter:#302b22;--border-color-light:#252018;--border-color-dark:#2a251d;--surface-color:#1c170d;--surface-color-dark:rgba(30,25,22,0.404);--spacer-xxlg:80px;--spacer-xlg:64px;--spacer-lg:40px;--spacer-md:24px;--spacer-sm:16px;--spacer-xsm:8px;--spacer-xxsm:4px;--opacity-md:0.3;--border-xs:0.25rem;--border-sm:0.375rem;--border-md:0.5rem;--border-lg:0.75rem}html{cursor:auto;font-family:var(--font-inter),var(--system-sans);scroll-behavior:smooth;background-color:var(--background-color-dark)}*{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;box-sizing:border-box}.monospace,code,pre{font-family:var(--system-mono)}.serif,h1,h2,h3,h4,h5,h6{font-family:var(--font-inter),var(--system-sans)}body{background:transparent;color:var(--secondary-text-color)}body:before{top:0;height:100vh;background:var(--background-gradient);z-index:-1}body:after,body:before{content:"";position:fixed;left:0;right:0}body:after{bottom:0;height:200px;background:linear-gradient(to top,var(--background-color-dark),transparent);pointer-events:none;z-index:1000}.container{max-width:680px;margin:auto;padding:var(--spacer-md);border-left:1px solid var(--border-color-dark);border-right:1px solid var(--border-color-dark)}.full{padding-top:var(--spacer-md);padding-bottom:var(--spacer-md);max-width:1600px;margin:auto}@media screen and (min-width:800px){.container{padding-left:var(--spacer-md);padding-right:var(--spacer-md)}.full{padding-top:var(--spacer-lg)}}.headingXl{font-family:var(--font-editorial-ultralight),Times,serif;font-feature-settings:"liga" 1,"dlig" 1;font-variant-ligatures:common-ligatures discretionary-ligatures;font-weight:300;font-size:2.2rem;line-height:130%;color:var(--primary-text-color)}@media screen and (min-width:800px){.headingXl{font-size:3rem}}.headingLg,.mdx-wrapper h1{font-family:var(--font-editorial-ultralight),Times,serif;font-feature-settings:"liga" 1,"dlig" 1;font-variant-ligatures:common-ligatures discretionary-ligatures;letter-spacing:.5px;font-size:1.8rem;line-height:140%;word-spacing:1px;color:var(--primary-text-color)}@media screen and (min-width:800px){.headingLg,.mdx-wrapper h1{font-size:2.8rem}}.headingLgItalic{font-family:var(--font-editorial-ultralight-italic),Times,serif;font-style:italic;font-feature-settings:"liga" 1,"dlig" 1;font-variant-ligatures:common-ligatures discretionary-ligatures;font-weight:300;font-size:1.8rem;line-height:140%;color:var(--primary-text-color);word-wrap:nowrap}@media screen and (min-width:800px){.headingLgItalic{font-size:2.4rem}}.headingMd,.mdx-wrapper h2{font-family:var(--font-editorial-ultralight),Times,serif;font-feature-settings:"liga" 1,"dlig" 1;font-variant-ligatures:common-ligatures discretionary-ligatures;font-weight:300;font-size:1.6rem;line-height:140%;color:var(--primary-text-color)}@media screen and (min-width:800px){.headingMd,.mdx-wrapper h2{font-size:2rem}}.headingSm,.mdx-wrapper h3{font-family:var(--font-editorial-ultralight),Times,serif;font-feature-settings:"liga" 1,"dlig" 1;font-variant-ligatures:common-ligatures discretionary-ligatures;font-weight:300;font-size:1.5rem;line-height:140%;color:var(--primary-text-color)}.italics{font-family:var(--font-editorial-ultralight-italic),Times,serif;font-weight:300}.mono{font-family:var(--font-departure-mono),monospace;line-height:200%;font-size:.75rem;text-transform:uppercase;font-weight:400;color:var(--primary-text-color)}.mdx-wrapper ol,.mdx-wrapper p,.mdx-wrapper ul,.paragraphMd{font-family:Inter Variable,Arial,sans-serif;font-weight:250;letter-spacing:-.01em;font-size:.9rem;line-height:1.6;color:var(--secondary-text-color)}@media screen and (min-width:800px){.mdx-wrapper ol,.mdx-wrapper p,.mdx-wrapper ul,.paragraphMd{font-size:.95rem}}.paragraphSm{font-family:Inter Variable,Arial,sans-serif;font-weight:250;letter-spacing:-.01em;line-height:140%;font-size:.8rem}@media screen and (min-width:800px){.paragraphSm{font-size:.9rem}}.paragraphXs{font-weight:250;line-height:140%;font-size:.75rem}.paragraphXs,a{font-family:Inter Variable,Arial,sans-serif;letter-spacing:-.01em}a{font-weight:300;line-height:160%;font-size:.8rem;color:var(--secondary-text-color);text-decoration:underline dotted 1px;text-underline-offset:4px;cursor:pointer;width:fit-content;transition:all .25s ease-out}@media screen and (min-width:800px){a{font-size:.9rem}}a:hover{color:var(--color-accent-hover);text-decoration:underline 1px;transition:all .25s ease-out}.link,.mdx-wrapper a{display:flex;grid-template-columns:repeat(2,fit-content);gap:var(--spacer-xxsm);align-items:center;width:fit-content}.link img{height:20px;width:auto;margin-top:0;margin-bottom:var(--spacer-xsm)}.inline{width:auto;height:24px}.alignRight{display:flex;justify-content:end}.tableContainer{width:100%;overflow-x:scroll;margin:var(--spacer-md) 0;border-radius:var(--border-md);background-color:var(--background-color);border:1px solid var(--border-color-light);scroll-behavior:smooth;scrollbar-color:var(--border-color-light) transparent;scrollbar-width:thin;scroll-padding:var(--spacer-xsm)}.tableContainer .table{border-collapse:collapse;font-size:inherit;line-height:inherit;width:100%}.tableContainer .thead{background-color:var(--background-color)}.tableContainer .tr{border-bottom:1px solid var(--border-color-light)}.tableContainer .tr:hover{background-color:var(--background-color-hover)}.tableContainer .tr:last-child{border-bottom:none}.tableContainer .th{word-break:none;white-space:nowrap;text-align:left;color:var(--tertiary-text-color);font-weight:400;border-bottom:1px solid var(--border-color);background-color:var(--surface-color);min-width:160px;font-size:.8rem;text-transform:uppercase}.tableContainer .td,.tableContainer .th{padding:var(--spacer-sm);line-height:1.5}.tableContainer .td{color:var(--secondary-text-color);letter-spacing:-.04em;vertical-align:middle;font-size:.9rem;letter-spacing:0}.mdx-wrapper h1,.mdx-wrapper h2,.mdx-wrapper h3{margin-bottom:var(--spacer-sm);margin-top:var(--spacer-lg)}.mdx-wrapper p{margin-bottom:var(--spacer-sm)}.mdx-wrapper p:last-child{margin-bottom:0}.mdx-wrapper ol,.mdx-wrapper ul{margin-bottom:var(--spacer-sm);padding-left:var(--spacer-sm)}.mdx-wrapper li{margin-bottom:var(--spacer-xxsm);padding-left:var(--spacer-xsm)}.mdx-wrapper blockquote{border-left:4px solid var(--border-color-light);padding-left:var(--spacer-xsm);font-style:italic}.mdx-wrapper strong{font-weight:600;color:var(--primary-text-color)}.mdx-wrapper code{padding:var(--spacer-xxsm) var(--spacer-xxsm);border-radius:var(--border-xs)}.mdx-wrapper code,.mdx-wrapper pre{background-color:var(--surface-color)}.mdx-wrapper pre{padding:var(--spacer-xs) var(--spacer-xs);border-radius:.5rem;overflow-x:auto}.visuallyHidden{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@font-face{font-family:editorialUltralight;src:url(/_next/static/media/c93b48efd7ac76a8-s.woff2) format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:editorialUltralight Fallback;src:local("Arial");ascent-override:129.96%;descent-override:35.42%;line-gap-override:11.82%;size-adjust:84.65%}.__className_18ce27{font-family:editorialUltralight,editorialUltralight Fallback,serif;font-weight:300;font-style:normal}.__variable_18ce27{--font-editorial-ultralight:"editorialUltralight","editorialUltralight Fallback",serif}@font-face{font-family:editorialUltralightItalic;src:url(/_next/static/media/0e559d5c87fe2327-s.woff2) format("woff2");font-display:swap;font-weight:300;font-style:italic}@font-face{font-family:editorialUltralightItalic Fallback;src:local("Arial");ascent-override:131.79%;descent-override:35.92%;line-gap-override:11.99%;size-adjust:83.47%}.__className_26d659{font-family:editorialUltralightItalic,editorialUltralightItalic Fallback,serif;font-weight:300;font-style:italic}.__variable_26d659{--font-editorial-ultralight-italic:"editorialUltralightItalic","editorialUltralightItalic Fallback",serif}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fa2f99{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fa2f99{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:departureMono;src:url(/_next/static/media/edb359f96cef57cc-s.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:departureMono Fallback;src:local("Arial");ascent-override:71.70%;descent-override:19.56%;line-gap-override:0.00%;size-adjust:139.46%}.__className_44cb99{font-family:departureMono,departureMono Fallback,monospace;font-weight:400;font-style:normal}.__variable_44cb99{--font-departure-mono:"departureMono","departureMono Fallback",monospace}