.header{margin-bottom:20px;text-align:center}.logo{height:auto;margin-bottom:10px;max-width:240px}h1{color:#333;font-size:24px;margin-bottom:20px}.registration-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;box-sizing:border-box;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;margin:2rem auto;max-width:600px;overflow:hidden;padding:2rem}.registration-form h2{color:#1e1e1e;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.registration-form label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.registration-form input[type=email],.registration-form input[type=tel],.registration-form input[type=text]{background-color:#f9f9f9;border:1px solid #d9d9d9;border-radius:4px;box-sizing:border-box;color:#333;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:calc(100% - 16px)}.registration-form input[type=email]:focus,.registration-form input[type=tel]:focus,.registration-form input[type=text]:focus{background-color:#fff;border-color:#000;box-shadow:0 0 0 2px #3b82f633;outline:none}.registration-form button{background-color:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin-bottom:1rem;margin-top:1rem;padding:.75rem;transition:background-color .3s ease;width:100%}.registration-form button:hover{background-color:#fff;border:2px solid #000;border-radius:4px;color:#000}.registration-form button:focus{background-color:#fff;outline:2px solid #2563eb}.error-message{color:#e3342f;font-size:.875rem;margin-top:-.5rem}.stepper{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:600px;position:relative;width:100%}.stepper:before{background-color:#ccc;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:0}.step{align-items:center;background-color:#f9f9f9;border:2px solid #ccc;border-radius:4px;color:#0000;display:flex;flex-shrink:0;height:50px;justify-content:center;position:relative;transition:background-color .3s ease,color .3s ease,border-color .3s ease;width:50px;z-index:1}.step.active{background-color:#000;border-color:#000}.loading-container{align-items:center;background-color:#fffc;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.spinner{animation:spin 1s linear infinite;border:5px solid #0000001a;border-radius:50%;border-top-color:#ffe404;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:325px){.registration-form{margin:1rem;padding:1rem}.stepper{justify-content:space-between}.step{height:50px;width:50px}.stepper:before{display:none}}
/*# sourceMappingURL=main.0f6d6253.css.map*/