.register-container{justify-content:center;align-items:center;min-height:92vh;padding:20px;display:flex}.register-card{border-radius:8px;width:100%;max-width:600px;padding:40px;box-shadow:0 4px 12px #0000001a}.register-title{text-align:center;color:#00b8e7;margin-bottom:24px;font-size:24px}.register-steps{margin-bottom:32px}.step-content{min-height:300px;padding:16px 0}.steps-action{justify-content:center;margin-top:24px;display:flex}.register-type-selector{justify-content:center;margin:40px 0;display:flex}.register-type-selector .ant-radio-button-wrapper{text-align:center;width:120px}.register-form .ant-form-item{margin-bottom:16px}.register-form .ant-form-item-label{font-weight:500}.register-success{text-align:center;padding:40px 0}.register-success h3{color:#00b8e7;margin-bottom:16px;font-size:20px}.register-success p{color:#666;margin-bottom:8px}.register-footer{text-align:center;color:#666;margin-top:24px}.register-footer a{color:#00b8e7}@media (max-width:768px){.register-card{padding:24px}.register-title{font-size:20px}.step-content{min-height:250px}.register-type-selector{margin:20px 0}}.step-content{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
