.register-module__jUGYdG__page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.register-module__jUGYdG__leftPanel{background:linear-gradient(135deg, var(--primary-800) 0%, var(--primary-900) 50%, #0c1029 100%);padding:var(--space-10);align-items:center;display:flex;position:relative;overflow:hidden}.register-module__jUGYdG__leftPanel:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#f9731614 0%,#0000 50%),radial-gradient(at 70% 80%,#60a5fa0f 0%,#0000 50%);position:absolute;inset:0}.register-module__jUGYdG__leftContent{z-index:1;max-width:420px;position:relative}.register-module__jUGYdG__logo{align-items:center;gap:var(--space-3);margin-bottom:var(--space-10);text-decoration:none;display:flex}.register-module__jUGYdG__logoIcon{background:linear-gradient(135deg, var(--primary-400), var(--accent-500));border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.register-module__jUGYdG__logoTitle{font-family:var(--font-display);color:#fff;font-size:1.3rem;font-weight:800}.register-module__jUGYdG__logoSub{color:var(--gray-400);font-size:.65rem}.register-module__jUGYdG__heroText h1{font-family:var(--font-display);color:#fff;margin-bottom:var(--space-4);font-size:2.5rem;line-height:1.15}.register-module__jUGYdG__heroText p{color:var(--gray-400);margin-bottom:var(--space-10);font-size:1rem;line-height:1.7}.register-module__jUGYdG__progressSteps{flex-direction:column;gap:0;display:flex}.register-module__jUGYdG__pStep{align-items:center;gap:var(--space-4);opacity:.4;transition:all var(--transition-base);display:flex}.register-module__jUGYdG__pActive{opacity:1}.register-module__jUGYdG__pCircle{border:2px solid var(--gray-600);width:36px;height:36px;color:var(--gray-400);transition:all var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.register-module__jUGYdG__pActive .register-module__jUGYdG__pCircle{border-color:var(--accent-400);color:var(--accent-400);box-shadow:0 0 12px #f9731633}.register-module__jUGYdG__pDone .register-module__jUGYdG__pCircle{border-color:var(--success-500);color:var(--success-500);background:#10b9811a}.register-module__jUGYdG__pStep strong{color:#fff;font-size:.85rem;display:block}.register-module__jUGYdG__pStep p{color:var(--gray-500);margin:0;font-size:.75rem}.register-module__jUGYdG__pLine{background:var(--gray-700);width:2px;height:24px;margin-left:17px}.register-module__jUGYdG__rightPanel{padding:var(--space-8);background:var(--gray-50);justify-content:center;align-items:center;display:flex;overflow-y:auto}.register-module__jUGYdG__formCard{width:100%;max-width:460px}.register-module__jUGYdG__formHeader{margin-bottom:var(--space-6)}.register-module__jUGYdG__formHeader h2{margin-bottom:var(--space-2);font-size:1.5rem}.register-module__jUGYdG__formHeader p{color:var(--gray-500);font-size:.9rem}.register-module__jUGYdG__formHeader p strong{color:var(--primary-600)}.register-module__jUGYdG__otpIcon{margin-bottom:var(--space-3);font-size:2.5rem}.register-module__jUGYdG__error{padding:var(--space-3) var(--space-4);background:var(--danger-50);border-radius:var(--radius-lg);color:var(--danger-600);margin-bottom:var(--space-4);border:1px solid #ef444433;font-size:.85rem}.register-module__jUGYdG__form{gap:var(--space-5);flex-direction:column;display:flex}.register-module__jUGYdG__phoneInput{position:relative}.register-module__jUGYdG__phonePrefix{left:var(--space-4);color:var(--gray-500);pointer-events:none;font-size:.95rem;font-weight:600;position:absolute;top:50%;transform:translateY(-50%)}.register-module__jUGYdG__idTypeGrid{gap:var(--space-2);grid-template-columns:repeat(3,1fr);display:grid}.register-module__jUGYdG__idTypeCard{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-2);border:2px solid var(--gray-200);border-radius:var(--radius-lg);color:var(--gray-600);cursor:pointer;transition:all var(--transition-fast);background:#fff;flex-direction:column;font-size:.75rem;font-weight:600;display:flex}.register-module__jUGYdG__idTypeCard:hover{border-color:var(--primary-300);background:var(--primary-50)}.register-module__jUGYdG__idSelected{border-color:var(--primary-500);background:var(--primary-50);color:var(--primary-700);box-shadow:0 0 0 3px #1e40af1a}.register-module__jUGYdG__idIcon{font-size:1.4rem}.register-module__jUGYdG__uploadArea{justify-content:center;align-items:center;gap:var(--space-2);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);text-align:center;color:var(--gray-400);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;display:flex}.register-module__jUGYdG__uploadArea:hover{border-color:var(--primary-400);background:var(--primary-50);color:var(--primary-500)}.register-module__jUGYdG__uploadArea p{color:var(--gray-600);margin:0;font-size:.9rem}.register-module__jUGYdG__uploadArea span{font-size:.75rem}.register-module__jUGYdG__uploadedFile{align-items:center;gap:var(--space-3);color:var(--success-600);display:flex}.register-module__jUGYdG__uploadedFile strong{color:var(--gray-800);font-size:.85rem;display:block}.register-module__jUGYdG__uploadedFile p{color:var(--gray-400);margin:0;font-size:.75rem}.register-module__jUGYdG__privacyNote{gap:var(--space-3);padding:var(--space-4);background:var(--primary-50);border-radius:var(--radius-lg);border:1px solid #1e40af1a;align-items:flex-start;display:flex}.register-module__jUGYdG__privacyNote svg{color:var(--primary-500);flex-shrink:0;margin-top:2px}.register-module__jUGYdG__privacyNote p{color:var(--gray-600);margin:0;font-size:.75rem;line-height:1.6}.register-module__jUGYdG__stepActions{gap:var(--space-3);align-items:center;display:flex}.register-module__jUGYdG__otpGroup{gap:var(--space-3);justify-content:center;display:flex}.register-module__jUGYdG__otpInput{text-align:center;border:2px solid var(--gray-200);border-radius:var(--radius-lg);width:52px;height:58px;color:var(--gray-800);transition:all var(--transition-fast);background:#fff;font-size:1.3rem;font-weight:700}.register-module__jUGYdG__otpInput:focus{border-color:var(--primary-400);outline:none;box-shadow:0 0 0 3px #1e40af1a}.register-module__jUGYdG__resendRow{justify-content:center;align-items:center;gap:var(--space-2);color:var(--gray-500);font-size:.85rem;display:flex}.register-module__jUGYdG__resendBtn{color:var(--primary-500);background:0 0;padding:0;font-size:.85rem;font-weight:600}.register-module__jUGYdG__resendBtn:hover{color:var(--primary-700);text-decoration:underline}.register-module__jUGYdG__divider{align-items:center;gap:var(--space-4);margin:var(--space-6) 0;color:var(--gray-400);font-size:.8rem;display:flex}.register-module__jUGYdG__divider:before,.register-module__jUGYdG__divider:after{content:"";background:var(--gray-200);flex:1;height:1px}.register-module__jUGYdG__spin{animation:1s linear infinite register-module__jUGYdG__spin}@keyframes register-module__jUGYdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.register-module__jUGYdG__page{grid-template-columns:1fr}.register-module__jUGYdG__leftPanel{display:none}.register-module__jUGYdG__rightPanel{padding:var(--space-6);padding-top:var(--space-12);align-items:flex-start}.register-module__jUGYdG__idTypeGrid{grid-template-columns:repeat(2,1fr)}.register-module__jUGYdG__otpGroup{gap:var(--space-2)}.register-module__jUGYdG__otpInput{width:44px;height:50px;font-size:1.1rem}}
