: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}body{margin:0;padding:0}.form-container{min-height:50vh;display:flex;justify-content:center;align-items:center}.form-field{margin-bottom:2vmax}.form-field input{width:min(600px,96vw);padding:10px 5px;border:4px solid #dacdcd;border-radius:10px;background-color:#fff;color:#242424;font-weight:bolder;font-size:large}.error{color:red;height:20px}button{display:block;margin:auto;padding:10px 20px;cursor:pointer;font-size:large;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.spinner{display:flex;justify-content:center;align-items:center;height:100vh}.circle{width:40px;height:40px;border:4px solid transparent;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:50}.popup-dialog{background:linear-gradient(to right,#6b5b95,#3f729b);border-radius:.5rem;box-shadow:0 4px 20px #0003;padding:2rem;max-width:30rem;width:100%;transform:scale(1);transition:all .3s}.popup-dialog:hover{transform:scale(1.05)}.popup-close-button{position:absolute;top:1rem;right:1rem;color:#fff;transition:color .2s}.popup-close-button:hover{color:#d1d5db}.popup-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.popup-content{color:#fff;font-size:1.125rem}.popup-footer{margin-top:1.5rem}.popup-footer .popup-close-button{background-color:#fff;color:#6b5b95;font-weight:600;padding:.5rem 1rem;border-radius:.375rem;box-shadow:0 2px 10px #0000001a;transition:background-color .2s}.popup-footer .popup-close-button:hover{background-color:#e5e7eb}
