:root{font-family: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;--one-hundred-percent: 100%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app-container{display:grid;grid-template-rows:4fr 2vh;max-width:1280px;margin:0 auto;padding:2rem;width:100%}h1{font-size:3.2em;line-height:1.1}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}.form-container{background:#747bff;padding:2rem;border-radius:8px;margin-bottom:2rem}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem}input[type=text],input[type=number],input[type=email],input[type=password]{display:block;width:var(--one-hundred-percent);padding:.6em 1.2em;border-radius:8px;border:1px solid transparent;background-color:#1a1a1a;color:#ffffffde}.submit-btn{width:var(--one-hundred-percent);border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}.submit-btn:hover{border-color:#646cff}.controls-container{display:grid;gap:1rem;padding:1rem;background:#1a1a1a;border-radius:8px}.control-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem}.control-item:active{background:red}.control-item span{margin-right:.5rem}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vanilla:hover{filter:drop-shadow(0 0 2em #f7df1eaa)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}.form-container{background:#646cff}input[type=text],input[type=number],input[type=email],input[type=password],.submit-btn{background-color:#f9f9f9;color:#213547}.controls-container{background:#f0f0f0}}@media (min-width: 600px){.controls-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}
