.signup-container{display:flex;justify-content:center;align-items:center;min-height:130vh;background-color:#f5f5f5}.signup-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%;max-width:500px}.signup-title{text-align:center;margin-bottom:2rem;color:#333;font-size:1.8rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.form-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 2px rgba(0,102,204,.2)}.submit-button{width:100%;padding:.5rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;transition:background-color .2s}.submit-button:hover{background-color:#004080}.error-message{color:red;margin:.5rem 0 .6rem;font-size:.9rem;font-weight:700}.errors-message{margin:.6rem .5rem}.errors-message,.otp-error-message{color:red;font-size:.9rem;text-align:center;font-weight:700}.otp-error-message,.otp-sent-message{margin:.2rem .5rem 0}.otp-sent-message{color:#165cdf;font-size:1.1rem;text-align:center;font-weight:700}.form-link{margin-top:1rem;text-align:center;color:#000;font-size:.9rem;text-decoration:underline;span{font-size:.9rem;text-decoration:none}}@media screen and (max-width:768px){.form-input{padding:.75rem;font-size:1rem}.signup-container{min-height:80vh}.submit-button{padding:.75rem;font-size:1.1rem}.form-link{font-size:1rem;span{font-size:1rem}}}@media screen and (max-width:480px){.signup-container{min-height:max-content;padding:.7rem}.form-input,.submit-button{padding:.6rem}.form-link{margin-top:.8rem}}.otp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.otp-popup{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);width:100%;max-width:400px}.otp-form{display:flex;flex-direction:column;gap:2rem}.otp-title{text-align:center;color:#333;margin-bottom:1rem}.otp-form-group{display:flex;flex-direction:column;gap:1rem}.otp-label{font-size:.9rem;color:#666;text-align:center}.otp-input-group{display:flex;gap:10px;justify-content:center}.otp-input{width:50px;height:50px;font-size:1.2rem;text-align:center;border:1px solid #ddd;border-radius:4px;padding:0}.otp-submit-button{background-color:#007bff;color:#fff;padding:.75rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.otp-submit-button:hover{background-color:#0056b3}.otp-text-center{text-align:center;color:#666;margin:0}.otp-resend-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;margin-left:.5rem;text-decoration:underline}.otp-resend-button:hover{color:#0056b3}@media screen and (max-width:480px){.otp-popup{width:90%;max-width:none}}.success-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.success-popup-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.2);text-align:center;max-width:400px;width:90%;animation:scaleIn .3s ease}.success-popup-content h2{font-size:1.8rem;margin-bottom:1rem;color:#333;font-weight:700}.success-popup-content p{font-size:1rem;margin-bottom:1rem;color:#555;line-height:1.5}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}