.register-module__jUGYdG__container{background-image:radial-gradient(circle at 5% 5%,#c23b7e0d 0%,#0000 35%),radial-gradient(circle at 95% 95%,#67317f0d 0%,#0000 35%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.register-module__jUGYdG__card{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:650px;box-shadow:var(--shadow-lg);flex-direction:column;gap:2rem;padding:3rem 2.5rem;animation:.5s register-module__jUGYdG__fadeIn;display:flex}.register-module__jUGYdG__logo{color:var(--primary);text-align:center;font-size:1.6rem;font-weight:800;font-family:var(--font-outfit), var(--font-tajawal)}.register-module__jUGYdG__logoDot{color:var(--accent)}.register-module__jUGYdG__header{text-align:center;flex-direction:column;gap:.5rem;display:flex}.register-module__jUGYdG__title{color:var(--foreground);font-size:1.8rem}.register-module__jUGYdG__subtitle{color:var(--foreground-muted);font-size:.95rem}.register-module__jUGYdG__stepsIndicator{justify-content:space-between;margin-bottom:1rem;display:flex;position:relative}.register-module__jUGYdG__stepsIndicator:before{content:"";background:var(--border);z-index:1;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.register-module__jUGYdG__stepDot{border-radius:var(--radius-full);background:var(--background-card);border:2px solid var(--border);width:36px;height:36px;color:var(--foreground-muted);z-index:2;font-size:.95rem;font-weight:700;font-family:var(--font-outfit);transition:var(--transition);justify-content:center;align-items:center;display:flex}.register-module__jUGYdG__activeDot{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 0 10px #c23b7e4d}.register-module__jUGYdG__completedDot{border-color:var(--success);background:var(--success);color:#fff}.register-module__jUGYdG__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;display:grid}.register-module__jUGYdG__roleCard{border:2px solid var(--border);background:var(--background-card);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:var(--transition);flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem 1rem;display:flex}.register-module__jUGYdG__roleCard:hover{border-color:var(--primary);background:var(--primary-light);transform:translateY(-2px)}.register-module__jUGYdG__selectedRoleCard{border-color:var(--primary);background:var(--primary-light);box-shadow:0 4px 12px #c23b7e26}.register-module__jUGYdG__roleIcon{font-size:2.2rem}.register-module__jUGYdG__roleTitle{color:var(--foreground);font-size:1.1rem;font-weight:700}.register-module__jUGYdG__roleDesc{color:var(--foreground-muted);font-size:.8rem}.register-module__jUGYdG__form{flex-direction:column;gap:1.25rem;display:flex}.register-module__jUGYdG__formGroup{flex-direction:column;gap:.5rem;display:flex}.register-module__jUGYdG__label{color:var(--foreground);font-size:.95rem;font-weight:600}.register-module__jUGYdG__input,.register-module__jUGYdG__select,.register-module__jUGYdG__textarea{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--foreground);transition:var(--transition);padding:.9rem 1.2rem;font-size:1rem}.register-module__jUGYdG__input:focus,.register-module__jUGYdG__select:focus,.register-module__jUGYdG__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #c23b7e1a}.register-module__jUGYdG__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.register-module__jUGYdG__btnGroup{justify-content:space-between;gap:1rem;margin-top:1.5rem;display:flex}.register-module__jUGYdG__submitBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;display:inline-flex}.register-module__jUGYdG__submitBtn:hover{opacity:.95;transform:translateY(-1px)}.register-module__jUGYdG__submitBtn:disabled{background:var(--border);cursor:not-allowed;opacity:.7;transform:none}.register-module__jUGYdG__backBtn{color:var(--foreground-muted);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.register-module__jUGYdG__backBtn:hover{background:var(--border);color:var(--foreground)}.register-module__jUGYdG__footerText{text-align:center;color:var(--foreground-muted);margin-top:.5rem;font-size:.9rem}.register-module__jUGYdG__footerLink{color:var(--primary);font-weight:600}.register-module__jUGYdG__footerLink:hover{text-decoration:underline}.register-module__jUGYdG__errorAlert{color:var(--error);border-radius:var(--radius-sm);background:#c0392b1a;border:1px solid #c0392b33;padding:1rem;font-size:.9rem;line-height:1.4}@keyframes register-module__jUGYdG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:576px){.register-module__jUGYdG__card{padding:2rem 1.5rem}.register-module__jUGYdG__row{grid-template-columns:1fr}}
