#root{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100svw;height:100svh;padding:2rem;box-sizing:border-box;row-gap:1rem}form{display:flex;flex-direction:column;row-gap:1rem}form>div{display:grid;grid-template-columns:1fr auto auto;grid-template-rows:auto;column-gap:1rem}h1,h2{white-space-collapse:preserve}h1{font-size:2rem}h2{font-size:1.75rem}@media screen and (max-width: 768px){h1{font-size:1.25rem}h2{font-size:1rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;flex-direction:column;min-height:100svh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
