*,:after,:before{box-sizing:border-box;background-repeat:no-repeat}:root{--fg:#000;--bg:#fff;--font-mono:ui-monospace,Menlo,Monaco,Consolas,Liberation Mono,monospace;--font-sans:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}html{height:100%;line-height:1.15;-webkit-text-size-adjust:100%}body,html{font-family:var(--font-sans);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{height:100%;margin:0;background:var(--bg);color:var(--fg)}code,kbd,pre,samp{font-family:var(--font-mono);font-size:1em;overflow:auto}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,select,textarea{font:inherit;margin:0}img,input,select,textarea,video{height:auto;max-width:100%}svg{shape-rendering:auto;vertical-align:middle}blockquote,figure{margin:0}a{color:inherit}:root{--gray1:#fcfcfc;--gray2:#f8f8f8;--gray3:#f3f3f3;--gray4:#ededed;--gray5:#e8e8e8;--gray6:#e2e2e2;--gray7:#dbdbdb;--gray8:#c7c7c7;--gray9:#8f8f8f;--gray10:#858585;--gray11:#6f6f6f;--gray12:#171717}.dark-theme{--gray1:#161616;--gray2:#1c1c1c;--gray3:#232323;--gray4:#282828;--gray5:#2e2e2e;--gray6:#343434;--gray7:#3e3e3e;--gray8:#505050;--gray9:#707070;--gray10:#7e7e7e;--gray11:#a0a0a0;--gray12:#ededed}:root{--fg:var(--gray12);--bg:var(--gray0)}.dark-theme{color-scheme:dark;--fg:var(--gray12);--bg:var(--gray2)}#__next{min-height:100vh;padding:48px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center}main{max-width:600px}h1{font-weight:500}h1,p{font-size:16px}p{line-height:1.6;margin-bottom:48px}input{background:var(--gray3);border:1px solid var(--gray6);border-radius:6px;height:40px;padding:0 8px;transition:80ms;transition-property:border-color;width:100%}input:focus{outline:none;border-color:var(--gray9)}input::-moz-placeholder{color:var(--gray9)}input:-ms-input-placeholder{color:var(--gray9)}input::placeholder{color:var(--gray9)}label div{cursor:pointer;font-size:14px;margin-bottom:8px}label{display:block}label+label{margin-top:16px}form>div{display:flex;justify-content:center}form section{flex:1 1}form section+section{margin-left:24px}select{background:var(--bg)}button,select{height:40px;width:100%}button{margin-top:24px;background:var(--gray5);border:1px solid var(--gray7);border-radius:6px;cursor:pointer;transition:80ms;transition-property:background,border-color}button:hover{background:var(--gray6);border-color:var(--gray8)}@media (max-width:600px){form>div{flex-direction:column}form section+section{margin-left:0;margin-top:16px}}