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