.register_page{width:100%;max-width:448px;margin:0 auto}.register_card{background:var(--bg-card);border-radius:16px;border:1px solid var(--border-color);box-shadow:0 8px 40px -12px rgba(22,119,255,.12),var(--shadow-card);padding:36px 32px 32px}.register_brand{display:flex;justify-content:center;margin-bottom:16px}.register_brand .brand-logo{filter:drop-shadow(0 8px 20px rgba(255,102,0,.3))}.register_title{font-size:22px;font-weight:700;text-align:center;margin-bottom:4px;color:var(--text-heading);letter-spacing:.5px}.register_subtitle{text-align:center;font-size:13px;color:var(--text-muted);margin-bottom:24px}.register_form{display:flex;flex-direction:column;gap:16px}.register_form .ant-input,.register_form .ant-input-affix-wrapper,.register_form .ant-input-password{border-radius:var(--radius-md)}.register_code_row{display:flex;gap:10px}.register_code_row .ant-input,.register_code_row .ant-input-affix-wrapper{flex:1}.register_code_btn{white-space:nowrap;min-width:108px;height:40px;border:1px solid var(--primary);color:var(--primary);background:rgba(0,0,0,0);border-radius:var(--radius-md);font-size:13px;cursor:pointer;transition:all .2s}.register_code_btn:disabled{opacity:.5;cursor:not-allowed}.register_code_btn:not(:disabled):hover{background:#e6f4ff;border-color:var(--primary)!important;color:var(--primary)!important}.register_level{display:flex;align-items:center;gap:8px;height:44px;padding:0 12px;border:1px dashed var(--border-color);border-radius:var(--radius-md);background:var(--bg-layout);box-sizing:border-box}.register_level_icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:var(--gradient-warm);color:#fff;flex-shrink:0}.register_level_label{font-size:13px;color:var(--text-muted)}.register_level_text{font-size:13px;font-weight:600;color:var(--text-heading)}.register_radio_group{display:flex;align-items:center;gap:16px;padding:0 2px}.register_radio_label{font-size:13px;color:var(--text-muted);white-space:nowrap}.register_agree{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.register_agree .ant-checkbox-wrapper{margin-top:2px}.register_agree_text{font-size:13px;color:var(--text-body);line-height:1.5}.register_agree_link{margin:0 2px;color:var(--primary);text-decoration:none}.register_agree_link:hover{text-decoration:underline}.register_submit{width:100%;height:44px;font-size:15px;font-weight:500;letter-spacing:2px;border-radius:var(--radius-md);background:var(--primary);box-shadow:0 8px 20px -6px rgba(22,119,255,.45);transition:all .2s var(--ease-out)}.register_submit:hover{background:var(--primary-dark)!important;transform:translateY(-1px);box-shadow:0 12px 24px -8px rgba(22,119,255,.5)}.register_footer{text-align:center;font-size:13px;color:var(--text-muted);margin-top:20px}.register_footer .register_link{color:var(--primary);font-weight:500;margin-left:4px;text-decoration:none}.register_footer .register_link:hover{text-decoration:underline}.register_result{width:100%;max-width:448px;margin:0 auto}.register_result_card{background:var(--bg-card);border-radius:16px;border:1px solid var(--border-color);box-shadow:var(--shadow-card);padding:40px 32px;text-align:center}.register_result_icon_wrap{display:flex;justify-content:center;margin-bottom:16px}.register_result_icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;font-size:24px;background:var(--gradient-primary);color:#fff;box-shadow:0 10px 24px -8px rgba(22,119,255,.5)}.register_result_title{font-size:20px;font-weight:700;color:var(--text-heading);margin-bottom:8px}.register_result_title_success{color:var(--color-success)}.register_result_desc{font-size:14px;color:var(--text-body);line-height:1.625;margin-bottom:24px}.register_result_info{background:#fffbeb;border:1px solid rgba(250,173,20,.35);border-radius:var(--radius-md);padding:14px 16px;margin-bottom:16px;text-align:left;font-size:14px;line-height:1.625}.register_result_info p{margin:0}.register_result_info p+p{margin-top:4px}.register_result_info_title{font-weight:500;color:#92400e;margin-bottom:8px!important}.register_result_info_mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--text-heading)}.register_result_benefits{margin-bottom:24px;padding:14px 16px;background:#eff6ff;border-radius:var(--radius-md);text-align:left;font-size:14px;line-height:1.625}.register_result_benefits p{margin:0;color:var(--text-body)}.register_result_benefits p+p{margin-top:8px}.register_result_btn{width:100%;height:44px;border:none;border-radius:var(--radius-md);background:var(--primary);color:#fff;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 8px 20px -6px rgba(22,119,255,.45);transition:all .2s var(--ease-out)}.register_result_btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.register_result_phone{font-size:14px;color:var(--text-muted);margin-bottom:24px}.register_result_link{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;border:1.5px solid var(--primary);border-radius:var(--radius-md);color:var(--primary);font-size:15px;font-weight:500;text-decoration:none;transition:all .2s var(--ease-out)}.register_result_link:hover{background:var(--primary);color:#fff}