.signup-container{display:flex;height:100vh;width:100%}.signup-left{flex:1 1;background:linear-gradient(135deg,#7c6ff6,#9e8fff);color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;text-align:center}.signup-left .brand{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.signup-left .slogan{font-size:1.5rem;font-weight:600}.signup-left .subline{margin-top:.5rem;font-size:1rem;opacity:.9}.signup-right{flex:1 1;background:#ffffff;display:flex;flex-direction:column;justify-content:center;padding:4rem}.form-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#111827}.input{border:1px solid #ddd;border-radius:.5rem;font-size:1rem}.btn-primary,.input{width:100%;padding:.75rem}.btn-primary{background:#7c6ff6;color:white;border:none;border-radius:.5rem;margin-top:.5rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#6b5de3}.btn-secondary{width:100%;background:#f3f4f6;color:#111827;padding:.75rem;border:none;border-radius:.5rem;margin-top:.75rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#e5e7eb}.btn-primary:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed}.message{margin-top:1rem;font-size:.9rem;color:#374151}.links{margin-top:2rem;text-align:center;font-size:.9rem}.link{color:#7c6ff6;font-weight:500;cursor:pointer}.link:hover{text-decoration:underline}button.link{border:none;background:transparent}