:root{--base-font:16px;--sans:var(--font-geist-sans);--mono:var(--font-geist-mono);--background:#111;--foreground:var(--color-white--solid);--space-xl:4rem;--space-bs:1rem;--space-sm:.75rem;--space-xs:.35rem;--font-size-display:4rem;--font-size-xxl:2.5rem;--font-size-xl:2rem;--font-size-lg:1.75rem;--font-size-md:1.25rem;--font-size-bs:1rem;--font-size-sm:.9rem;--font-size-xs:.875rem;--line-height-tight:1.2;--line-height-normal:1.3;--line-height-loose:1.6;--opacity-disabled:.5;--opacity-muted:.7;--opacity-subtle:.8;--transition-base:.2s ease;--backdrop-blur:blur(10px);--color-overlay:#ffffff01;--border-width:1px;--border-radius-full:50%;--border-radius-pill:calc(Infinity * 1px);--color-white--solid:#fff;--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:#000}body,h1,h2,h3,h4,h5,h6,p,a,th,td,ul,li{color:inherit;margin:0}ul,li{padding:0;list-style-type:none}input,textarea,button,ul,li,h1,h2,h3,h4,h5,h6,p,a,th,td{font-size:1rem;font-weight:400;line-height:1}ul,li{line-height:1.3}input,textarea,button,a{font:inherit;text-decoration:none}::selection{background-color:var(--color-blue--solid);color:var(--color-white--solid)}html,body{--lightningcss-light: ;--lightningcss-dark:initial;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}@keyframes skeleton-fade{0%,to{opacity:1}50%{opacity:.4}}.component-flag{padding:var(--space-xs) var(--space-sm);border-radius:var(--space-xs);font-size:var(--font-size-xs)}.component-logbox{background:var(--color-white--ghost);border-radius:var(--space-xs);font-family:var(--mono);font-size:var(--font-size-xs);outline:1px solid var(--color-white--weak);min-width:0;max-height:400px;padding:var(--space-sm);white-space:pre;overflow:auto}.component-sequence{gap:var(--space-bs);display:flex}.component-sequence>*{position:relative}.component-sequence>:not(:last-child):after{content:"";top:50%;right:calc(-1*var(--space-bs) - 1px);width:var(--space-bs);background-color:var(--color-white--solid);height:1px;position:absolute;transform:translateY(-50%)}.component-sequence>.active:after{background-color:var(--color-blue--solid)}.component-skeleton{background:var(--color-white--ghost);animation:1.6s ease-in-out infinite skeleton-fade;display:block}.html-form-row{gap:var(--space-sm);flex-wrap:wrap;display:flex}.html-form-row>*{min-width:100px}.html-form-row>.fill{flex:1}.html-form-row>.fit{flex:0}.html-input{background-color:var(--color-white--ghost);border-radius:var(--space-xs);box-sizing:border-box;color:var(--foreground);outline:1px solid var(--color-gray--solid);padding:var(--space-sm);width:100%;line-height:1.3;font-size:inherit;border:0}.html-input:disabled{color:var(--color-gray--solid);outline:1px solid var(--color-white--weak)}.html-input:-webkit-any(:-webkit-autofill,:autofill){-webkit-box-shadow:0 0 0px 1000px var(--color-white--weak) inset;-webkit-text-fill-color:var(--foreground);transition:background-color 5000s ease-in-out}.html-input:is(:autofill,:autofill){-webkit-box-shadow:0 0 0px 1000px var(--color-white--weak) inset;-webkit-text-fill-color:var(--foreground);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:-webkit-any(:-webkit-autofill,:autofill){-webkit-box-shadow:0 0 0px 1000px var(--color-lightblue--weak) inset}.html-input:not(:disabled):not(textarea):hover:is(:autofill,:autofill){-webkit-box-shadow:0 0 0px 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:-webkit-any(:-webkit-autofill,:autofill){-webkit-box-shadow:0 0 0px 1000px var(--color-lightblue--weak) inset}.html-input:focus:is(:autofill,:autofill){-webkit-box-shadow:0 0 0px 1000px var(--color-lightblue--weak) inset}.html-cta{padding:var(--space-sm);border-radius:var(--space-sm);cursor:pointer;outline-offset:0;justify-content:center;align-items:center;gap:var(--space-xs);border:0;display:flex}.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-cta.skeleton{background:var(--color-white--ghost);cursor:default;pointer-events:none;color:#0000;animation:1.6s ease-in-out infinite skeleton-fade}.html-button{padding:var(--space-sm);border-radius:var(--space-sm);cursor:pointer;outline-offset:0;justify-content:center;align-items:center;gap:var(--space-xs);border:0;display:flex}.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.skeleton{background:var(--color-white--ghost);cursor:default;pointer-events:none;color:#0000;animation:1.6s ease-in-out infinite skeleton-fade}.html-button{border-radius:var(--space-xs);font-size:var(--font-size-xs)}.html-link{outline-offset:var(--space-xs);border-radius:var(--space-xs);cursor:pointer;text-underline-offset:.25em;border:0;text-decoration:underline;text-decoration-thickness:1px}.html-link:focus{outline:1px solid var(--color-blue--solid)}@media (hover:hover){.html-link{transition:all .2s}.html-link:hover{opacity:.5}}.html-radio{appearance:none;width:1em;height:1em}.html-radio:after{content:"";background-color:var(--background);outline:1px solid var(--color-white--weak);border-radius:3.40282e38px;width:100%;height:100%;display:block}.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{appearance:none;width:1em;height:1em}.html-checkbox:after{content:"";background-color:var(--background);outline:1px solid var(--color-white--weak);border-radius:.15em;width:100%;height:100%;margin-top:.1em;display:block}.html-checkbox:checked:after{outline-color:var(--color-white--solid);background-color:var(--color-blue--solid)}.html-checkbox-group{align-items:baseline;gap:var(--space-xs);display:flex}.html-card{border-radius:var(--space-xs);box-sizing:border-box;outline:1px solid var(--color-white--solid);padding:var(--space-sm);width:100%;height:calc(1.3em + var(--space-sm)*2);background-color:#0000;border:0}.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(--font-size-xs);margin-bottom:var(--space-xs);display:block}.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)}@media (hover:hover){.themes--red-solid.hover:not(:disabled):hover{background-color:var(--color-red--strong)}}.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-white--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)}.themes--outline-red-weak{border:1px solid var(--color-red--weak)}.interactions--hide-bar{scrollbar-width:none;overflow:auto}.interactions--hide-bar::-webkit-scrollbar{display:none}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.11.cyxs5p-0z~.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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.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:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_d89c3a2d-module__Y9tc_q__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_d89c3a2d-module__Y9tc_q__variable{--font-geist-sans:"Geist", "Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.0.q-h669a_dqa.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:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_cd63f48-module__xsvO6a__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_cd63f48-module__xsvO6a__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
