.register-container{box-sizing:border-box;background:linear-gradient(135deg,#1f1f1f 0%,#000 100%);justify-content:center;align-items:flex-start;width:100%;height:100vh;padding:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;overflow:auto}.register-card{color:#fff;box-sizing:border-box;background-color:#000;border-radius:.5rem;flex-direction:column;justify-content:flex-start;align-self:center;width:100%;max-width:430px;max-height:90vh;padding:1.5rem 1rem;font-size:.875rem;font-weight:500;display:flex;overflow:auto;box-shadow:0 4px 6px #00000080}.back-button{white-space:nowrap;color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;width:61px;padding:0;font-size:.875rem;font-weight:500;display:flex}.back-button:active{opacity:.7}.back-button-icon{margin:auto 0}.logo-container{cursor:pointer;justify-content:center;align-items:center;gap:.25rem;margin-top:1rem;display:flex}.logo-image{object-fit:contain;width:auto;height:40px}.header-container{text-align:center;flex-direction:column;justify-content:center;align-self:center;width:100%;max-width:254px;margin-top:.625rem;display:flex}.header-title{margin:0;font-size:1.25rem;font-weight:600}.header-subtitle{color:#a3a3a3;margin:.25rem 0 0;font-size:.75rem;font-weight:700}.register-form{flex-direction:column;width:100%;margin-top:1rem;font-size:.875rem;font-weight:500;display:flex}.form-group{margin-top:.75rem}.form-label{color:#a3a3a3;align-self:flex-start;margin-bottom:.25rem;font-weight:700;display:block}.phone-input-container{color:#a3a3a399;gap:.625rem;font-weight:700;display:flex}.message-text{margin-top:.25rem;font-size:.75rem;font-weight:600}.message-text.error{color:#ef4444}.message-text.success{color:#22c55e}.message-text.info{color:#3b82f6}.country-code-box{color:#fff;box-sizing:border-box;background-color:#2b2b2b;border-radius:.375rem;justify-content:center;align-items:center;gap:.25rem;height:44px;padding:0 .75rem;display:flex}.country-code-flag{width:24px;height:auto}.input-field{color:#fff;box-sizing:border-box;background-color:#2b2b2b;border:none;border-radius:.25rem;align-items:center;width:100%;height:44px;padding:.5rem .75rem;font-weight:700;display:flex}.input-field::placeholder{color:#fff6}.input-field:focus{outline:none}.input-field:read-only{cursor:not-allowed}.password-container{color:#a3a3a399;box-sizing:border-box;background-color:#2b2b2b;border-radius:.25rem;align-items:center;width:100%;height:44px;padding:0 .75rem;font-weight:700;display:flex}.password-input{color:#fff;background-color:#0000;border:none;width:100%;font-weight:700}.password-input:focus{outline:none}.password-input::placeholder{color:#fff6}.password-toggle{color:#777;cursor:pointer;align-items:center;display:flex}.button-group{gap:.5rem;margin-top:1.25rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;color:#000;box-sizing:border-box;border:none;border-radius:.375rem;flex:1;justify-content:center;align-items:center;gap:8px;padding:.5rem;font-weight:600;display:flex}.btn-primary p,.btn-secondary p{margin:0}.btn-primary{background:linear-gradient(90deg,#fcd34d,#f59e0b)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary:active:not(:disabled){opacity:.7}.btn-secondary{background-color:#25d366}.btn-secondary:hover:not(:disabled){background-color:#1ebe5d}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary:active:not(:disabled){opacity:.7}.signin-link-container{text-align:center;color:#fff;align-self:center;margin-top:1.5rem;font-size:.875rem}.signin-link{color:#f59e0b;font-weight:500;text-decoration:underline;transition:all .2s}@media (max-width:480px){.register-card{padding:1.25rem 1rem}.button-group{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}
