:root{--base-font:16px;--sans:var(--font-geist-sans);--mono:var(--font-geist-mono);--background:#111111;--foreground:var(--color-white--solid);--space-4rem--base:4rem;--space-2rem--base:2rem;--space-2rem--small:calc(var(--space-2rem--base) * 0.875);--space-125rem--base:1.25rem;--space-125rem--small:calc(var(--space-125rem--base) * 0.875);--space-1rem--base:1rem;--space-1rem--small:calc(var(--space-1rem--base) * 0.875);--space-065rem--base:0.65rem;--space-05rem--base:0.5rem;--space-025rem--base:0.25rem;--color-white--solid:#ffffff;--color-white--weak:#404040;--color-white--ghost:#171717;--color-gray--solid:#b2b2b2;--color-gray--weak:#3c3c3c;--color-green--solid:#74ff86;--color-green--weak:#2f4b33;--color-green--strong:#59c367;--color-blue--solid:#2377ff;--color-blue--weak:#1e2734;--color-blue--strong:#1e52cd;--color-lightblue--solid:#74a9ff;--color-lightblue--weak:#2f3a4b;--color-lightblue--ghost:#1d2530;--color-red--strong:#cd5a53;--color-red--solid:#ff7b74;--color-red--weak:#4b312f;--color-orange--solid:#ffb774;--color-orange--weak:#4b3d2f;--color-black--solid:#000000}a,body,h1,h2,h3,h4,h5,h6,li,p,td,th,ul{margin:0;color:inherit}li,ul{padding:0;list-style-type:none}a,button,h1,h2,h3,h4,h5,h6,input,li,p,td,textarea,th,ul{font-size:1rem;line-height:1;font-weight:400}li,ul{line-height:1.3}a,button,input,textarea{text-decoration:none;font:inherit}::selection{background-color:var(--color-blue--solid);color:var(--color-white--solid)}body,html{color-scheme:dark;font-family:var(--sans);font-size:var(--base-font);background-color:var(--background);color:var(--foreground)}.box--center{margin-left:auto;margin-right:auto}.component-flag{padding:var(--space-025rem--base) var(--space-05rem--base);border-radius:var(--space-025rem--base);font-size:var(--space-1rem--small)}.component-sequence{display:flex;gap:var(--space-1rem--small)}.component-sequence>*{position:relative}.component-sequence>:not(:last-child):after{content:"";position:absolute;top:50%;right:calc(-1*var(--space-1rem--small) - 1px);width:var(--space-1rem--small);height:1px;background-color:var(--color-white--solid);transform:translateY(-50%)}.component-sequence>.active:after{background-color:var(--color-blue--solid)}.html-form-row{display:flex;flex-wrap:wrap;gap:var(--space-05rem--base)}.html-form-row>*{min-width:100px}.html-form-row>.fill{flex:1 1}.html-form-row>.fit{flex:0 1}.html-input{background-color:var(--color-white--ghost);border-radius:var(--space-025rem--base);border:0;box-sizing:border-box;color:var(--foreground);outline:1px solid var(--color-gray--solid);padding:var(--space-05rem--base);width:100%;line-height:1.3;font-size:inherit}.html-input:disabled{color:var(--color-gray--solid);outline:1px solid var(--color-white--weak)}.html-input:is(:-webkit-autofill,:autofill){-webkit-box-shadow:0 0 0 1000px var(--color-white--weak) inset;-webkit-text-fill-color:var(--foreground);-webkit-transition:background-color 5000s ease-in-out;transition:background-color 5000s ease-in-out}@media(hover:hover){.html-input:not(:disabled):not(textarea):hover{background-color:var(--color-lightblue--weak)}.html-input:not(:disabled):not(textarea):hover:is(:-webkit-autofill,:autofill){-webkit-box-shadow:0 0 0 1000px var(--color-lightblue--weak) inset}}.html-input::placeholder{color:var(--color-gray--solid)}.html-input:focus{outline-color:var(--color-blue--solid)}.html-input:focus:not(textarea){background-color:var(--color-lightblue--weak)}.html-input:focus:is(:-webkit-autofill,:autofill){-webkit-box-shadow:0 0 0 1000px var(--color-lightblue--weak) inset}.html-cta{border:0;padding:var(--space-065rem--base);border-radius:var(--space-05rem--base);cursor:pointer;outline-offset:0;display:flex;align-items:center;justify-content:center;gap:var(--space-025rem--base)}.html-cta:focus{outline:1px solid var(--color-white--solid)}.html-cta.fill{width:100%}.html-cta:disabled{background-color:var(--color-gray--solid);color:var(--color-white--solid);cursor:not-allowed}.html-button{border:0;padding:var(--space-065rem--base);border-radius:var(--space-05rem--base);cursor:pointer;outline-offset:0;display:flex;align-items:center;justify-content:center;gap:var(--space-025rem--base)}.html-button:focus{outline:1px solid var(--color-white--solid)}.html-button.fill{width:100%}.html-button:disabled{background-color:var(--color-gray--solid);color:var(--color-white--solid);cursor:not-allowed}.html-button{border-radius:var(--space-025rem--base);font-size:var(--space-1rem--small)}.html-link{border:0;outline-offset:var(--space-025rem--base);border-radius:var(--space-025rem--base);cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.25em}.html-link:focus{outline:1px solid var(--color-blue--solid)}.html-radio{height:1em;width:1em;appearance:none}.html-radio:after{content:"";display:block;height:100%;width:100%;border-radius:calc(infinity*1px);background-color:var(--background);outline:1px solid var(--color-white--weak)}.html-radio:checked:after{outline-color:var(--color-white--solid);background-color:var(--color-blue--solid)}.html-radio:disabled:after{outline-color:var(--color-gray--weak);background-color:var(--color-white--weak)}.html-checkbox{height:1em;width:1em;appearance:none}.html-checkbox:after{content:"";display:block;height:100%;width:100%;border-radius:.15em;background-color:var(--background);outline:1px solid var(--color-white--weak);margin-top:.1em}.html-checkbox:checked:after{outline-color:var(--color-white--solid);background-color:var(--color-blue--solid)}.html-checkbox-group{display:flex;align-items:first baseline;gap:var(--space-025rem--base)}.html-card{background-color:rgba(0,0,0,0);border-radius:var(--space-025rem--base);border:0;box-sizing:border-box;outline:1px solid var(--color-white--solid);padding:var(--space-05rem--base);width:100%;height:calc(1.3em + var(--space-05rem--base)*2)}.html-card.is-ready{height:auto}@media(hover:hover){.html-card:hover{background-color:var(--color-lightblue--weak)}}.html-card.is-focus{outline-color:var(--color-blue--solid);background-color:var(--color-lightblue--weak)}.with-label>:first-child{font-size:var(--space-1rem--small);display:block;margin-bottom:var(--space-025rem--base)}.with-label:not(.avoid-focus):focus-within>:first-child{color:var(--color-blue--solid)}.themes--gray-weak{color:var(--color-gray--solid);background:var(--color-gray--weak)}.themes--green-weak{color:var(--color-green--solid);background:var(--color-green--weak)}.themes--green-solid{background:var(--color-green--solid);color:var(--color-black--solid)}@media(hover:hover){.themes--green-solid.hover:not(:disabled):hover{background-color:var(--color-green--strong)}}.themes--orange-weak{color:var(--color-orange--solid);background:var(--color-orange--weak)}.themes--red-weak{color:var(--color-red--solid);background:var(--color-red--weak)}.themes--blue-weak{color:var(--color-blue--solid);background:var(--color-blue--weak)}.themes--blue-solid{background:var(--color-blue--solid);color:var(--color-white--solid)}@media(hover:hover){.themes--blue-solid.hover:not(:disabled):hover{background-color:var(--color-blue--strong)}}.themes--red-solid{background:var(--color-red--solid);color:var(--color-black--solid)}@media(hover:hover){.themes--red-solid.hover:not(:disabled):hover{background-color:var(--color-red--strong)}}.themes--lightblue-solid{background:var(--color-lightblue--solid);color:var(--color-black--solid)}@media(hover:hover){.themes--lightblue-solid.hover:not(:disabled):hover{background-color:var(--color-lightblue--strong)}}.themes--outline-white-weak{border:1px solid var(--color-white--weak)}.themes--outline-blue-weak{border:1px solid var(--color-blue--weak)}.interactions--hide-bar{overflow:auto;scrollbar-width:none}.interactions--hide-bar::-webkit-scrollbar{display:none}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-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:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-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:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}