html{background:#000}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;display:flex;font-family:Geist,Times New Roman,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100dvh;width:100%}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:100 900;src:url(/_/static/media/Geist-Variable.6dcbe209be934f5801e7.woff2) format("woff2-variations"),url(/_/static/media/Geist-Variable.cd0abcebb928023bf404.ttf) format("truetype-variations")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:100;src:url(/_/static/media/Geist-Thin.9502065620edc1ae9143.woff2) format("woff2"),url(/_/static/media/Geist-Thin.dc07920fc2fbf6810d1e.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:200;src:url(/_/static/media/Geist-UltraLight.c128fcaa2c4cc8715e2b.woff2) format("woff2"),url(/_/static/media/Geist-UltraLight.3d42ae6d85dbb7007d96.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:300;src:url(/_/static/media/Geist-Light.bd3f2e449e1ea178c43e.woff2) format("woff2"),url(/_/static/media/Geist-Light.dc6d5cca5cd8b58c7a38.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:400;src:url(/_/static/media/Geist-Regular.b0af001684e455e74531.woff2) format("woff2"),url(/_/static/media/Geist-Regular.d2b564dd1ed0965d151c.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:500;src:url(/_/static/media/Geist-Medium.a30e010abbdf695b47e0.woff2) format("woff2"),url(/_/static/media/Geist-Medium.3336ccd498f29c0bcbbd.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:600;src:url(/_/static/media/Geist-SemiBold.c7531cc0fd2bba703c8c.woff2) format("woff2"),url(/_/static/media/Geist-SemiBold.d42db5b65ae60e654521.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:700;src:url(/_/static/media/Geist-Bold.f05ae9735ee0220d9047.woff2) format("woff2"),url(/_/static/media/Geist-Bold.bf417cd96eeeffb295e6.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:800;src:url(/_/static/media/Geist-Black.463a5a5dcb0784eb9327.woff2) format("woff2"),url(/_/static/media/Geist-Black.9bfa60e19eb4b3f6c3cf.ttf) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:900;src:url(/_/static/media/Geist-UltraBlack.f245ef78486ec497d35d.woff2) format("woff2"),url(/_/static/media/Geist-UltraBlack.bbfa69559456f3118a24.ttf) format("truetype")}#root{flex-grow:1}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Button{align-items:center;background:#1d1d1d;background:var(--Secondary,#1d1d1d);border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:8px;justify-content:center;line-height:24px;padding:8px 16px;transition:all .1s ease-out;-webkit-user-select:none;user-select:none}.Button:hover{background:#292929;background:var(--Secondary,#292929)}.Button:active{background:#333;background:var(--Secondary,#333)}.Button.submit{background:#2563eb;background:var(--Primary,#2563eb);border:0;color:#fff;color:var(--Text,#fff);font-family:Geist;font-size:14px;font-weight:400;line-height:24px;outline:0}.Button.submit:hover{background:#3d78f5;background:var(--Primary,#3d78f5)}.Button.submit:active{background:#5a8ffa;background:var(--Primary,#5a8ffa)}.Button.submit:disabled{cursor:not-allowed;opacity:.5}