:root{font-family:Inter,Roboto,Helvetica Neue,Arial Nova,Nimbus Sans,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;--border: #747474;--background-color: #303030;--red: #ec4545;--green: #50d456}@media(prefers-color-scheme:light){:root{color:#000;background-color:#fff;--border: #969696;--background-color: #dfdfdf;--red: #800000;--green: #075c0b}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media screen and (max-width:768px){.content{align-items:flex-start!important}.footer{flex-flow:column}}*{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-flow:column;align-items:center;justify-content:center;min-height:100vh;font-size:16px}body .content{flex:1 0;width:clamp(40%,600px,100%);display:flex;align-items:center;justify-content:center}body .content #app{width:100%}body .content .logo img{margin-bottom:2.5em}body .content img{max-width:300px}body .content h1{margin-bottom:.5em}body .content p,body .content details{margin-bottom:1.25em}body .content form{display:flex;flex-flow:column;gap:.75em}body .content form label{display:flex;flex-flow:column;gap:.35em}body .content form input,body .content form button,body .content form textarea{font:inherit;padding:.5em;appearance:none;border:1px solid var(--border);background-color:var(--background-color)}body .content form button{display:flex;align-items:center;justify-content:center;gap:.5em}body .content form button svg{width:1.5em}body .content form button:hover{cursor:pointer}body .content form button[type=submit]{margin-top:.75em}body .content form textarea{height:200px;resize:vertical}body .content form .feedback.error{color:var(--red)}body .content form .feedback.success{color:var(--green)}body .content,body .footer{padding:1.5em}body .footer{display:flex;gap:.5em;width:100%}body .footer .logo{flex:1 0 auto}body .footer .logo img{max-width:180px}body .footer .links{display:flex;gap:.75em}
