.signup-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:40px 20px}.signup-container{max-width:640px;width:100%}.signup-header{text-align:center;margin-bottom:32px}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:20px;box-shadow:0 10px 25px rgba(102,126,234,.3);color:white}.signup-title{font-size:36px;font-weight:700;color:white;margin:0 0 12px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.signup-subtitle{font-size:18px;color:rgba(255,255,255,.9);margin:0}.signup-card{background:white;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}.price-badge-top{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:20px 24px;text-align:center}.price-badge-label{font-size:14px;opacity:.9;margin-bottom:4px}.price-badge-amount{font-size:28px;font-weight:700;margin:4px 0}.price-badge-info{font-size:14px;opacity:.9;margin-top:4px}.signup-form{padding:32px}.required{color:#dc2626}.password-strength{margin-top:12px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.strength-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.strength-label{font-size:14px;font-weight:500;color:#374151}.strength-feedback{font-size:14px;font-weight:600}.strength-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.strength-bar-fill{height:100%;border-radius:4px;transition:width .3s ease,background-color .3s ease}.password-requirements{margin-top:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.requirements-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}.requirement-item{display:flex;align-items:center;gap:10px;margin-bottom:8px}.requirement-item:last-child{margin-bottom:0}.requirement-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#10b981;display:flex;align-items:center;justify-content:center;color:white}.requirement-item:not(.met) .requirement-icon{background:transparent;border:2px solid #d1d5db}.requirement-circle{width:100%;height:100%;border-radius:50%}.requirement-text{font-size:14px;color:#6b7280}.requirement-item.met .requirement-text{color:#047857;font-weight:500}.button-loading{display:flex;align-items:center;justify-content:center}.spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:spin .6s linear infinite;margin-right:12px}@keyframes spin{to{transform:rotate(1turn)}}.security-badge{display:flex;align-items:center;justify-content:center;font-size:12px;color:#6b7280;margin-top:16px}.security-badge svg{margin-right:6px}.signup-footer{text-align:center;margin-top:24px;font-size:14px;color:rgba(255,255,255,.9)}.signin-link{color:white;font-weight:600;text-decoration:none;border-bottom:2px solid rgba(255,255,255,.5);transition:border-color .2s}.signin-link:hover{border-bottom-color:white}.signup-form .error-box{display:flex;align-items:flex-start;gap:12px;background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #dc2626;color:#dc2626;padding:16px;border-radius:8px;font-size:14px;margin-bottom:24px}.signup-form .error-icon{flex-shrink:0;color:#dc2626}