.App,.loading-screen{width:100svw;height:100svh;background-color:#d9afd9;background-image:linear-gradient(0deg,#D9AFD9 0%,#97D9E1 100%);display:flex;align-items:center;justify-content:center}.controls{position:absolute;top:10px;left:10px;width:100%;min-width:200px;max-width:200px;z-index:1;display:flex;flex-direction:column;background-color:#0000001a;padding:4rem 2rem 2rem;border-radius:20px;transition:.25s}.controls div{margin-bottom:15px}.controls.closed{background-color:transparent;overflow:hidden;align-items:center;justify-content:center;animation:close .35s linear forwards}.controls.closed label{margin-top:500px}.controls input{margin-bottom:1rem}.toggleButton{margin:2px;box-sizing:border-box;display:flex;align-items:center;justify-content:flex-end;position:absolute;left:0px;right:0px;top:0px;border-radius:20px 20px 0 0;background-color:#000000bf;transition:.35s}.controls.closed .toggleButton{justify-content:center;border-bottom-left-radius:20px;border-bottom-right-radius:20px;width:20px}.controls.closed .toggleButton:after{content:"+"}.controls .toggleButton:after{content:"x"}.spinner{width:50px;height:50px;background-color:transparent;overflow:hidden;border-radius:100%;position:relative;border:8px solid rgba(255,255,255,.5);border-top-color:#fff;animation:1s infinite spin forwards ease-in-out}@keyframes close{0%{width:100%;height:100px}75%{width:100%;min-width:0px;height:0px}to{min-width:0px;height:0px;width:0%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}: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;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100svh}h1{font-size:3.2em;line-height:1.1}button{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}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
