.register-module__jUGYdG__registerContainer{background:linear-gradient(135deg,var(--primary)0%,var(--primary)55%,var(--blue)100%);justify-content:center;align-items:center;min-height:100vh;padding:90px 20px 20px;display:flex}.register-module__jUGYdG__registerCard{background:var(--white-95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;width:100%;max-width:550px;padding:40px;animation:.6s ease-out register-module__jUGYdG__slideUp;box-shadow:0 20px 40px #0000001a}@keyframes register-module__jUGYdG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.register-module__jUGYdG__errorBanner{color:#dc2626;text-align:right;direction:rtl;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:10px;padding:12px 16px;font-size:.9rem}.register-module__jUGYdG__registerHeader{text-align:center;margin-bottom:30px}.register-module__jUGYdG__logo{color:var(--primary);justify-content:center;align-items:center;margin-bottom:20px;text-decoration:none;display:flex}.register-module__jUGYdG__logoIcon{color:var(--accent);margin-left:10px;font-size:2rem}.register-module__jUGYdG__logoText{background:linear-gradient(135deg,var(--primary)0%,var(--blue)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.register-module__jUGYdG__title{color:var(--primary);text-align:center;direction:rtl;margin-bottom:8px;font-size:2rem;font-weight:700}.register-module__jUGYdG__subtitle{color:var(--text-muted);text-align:center;direction:rtl;font-size:1rem}.register-module__jUGYdG__registerForm{flex-direction:column;gap:20px;display:flex}.register-module__jUGYdG__nameRow{grid-template-columns:1fr 1fr;gap:15px;display:grid}.register-module__jUGYdG__inputGroup{flex-direction:column;gap:8px;display:flex}.register-module__jUGYdG__label{color:var(--text);text-align:right;direction:rtl;font-weight:600}.register-module__jUGYdG__inputWrapper{align-items:center;display:flex;position:relative}.register-module__jUGYdG__inputIcon{color:var(--text-muted);z-index:2;position:absolute;right:15px}.register-module__jUGYdG__input{border:2px solid var(--border);text-align:right;direction:rtl;background:#fff;border-radius:12px;width:100%;padding:15px 45px 15px 15px;font-size:1rem;transition:all .3s}.register-module__jUGYdG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-10);outline:none}.register-module__jUGYdG__input::placeholder{color:var(--text-faint);text-align:right;direction:rtl}.register-module__jUGYdG__inputError{border-color:#ef4444}.register-module__jUGYdG__inputError:focus{border-color:#ef4444;box-shadow:0 0 0 3px #e74c3c1a}.register-module__jUGYdG__error{color:#ef4444;text-align:right;direction:rtl;margin-top:4px;font-size:.85rem}.register-module__jUGYdG__passwordToggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:5px;transition:color .3s;position:absolute;left:15px}.register-module__jUGYdG__passwordToggle:hover{color:var(--primary)}.register-module__jUGYdG__terms{text-align:right;direction:rtl}.register-module__jUGYdG__checkbox{cursor:pointer;color:var(--text-muted);align-items:center;font-size:.9rem;line-height:1.5;display:flex}.register-module__jUGYdG__checkbox input[type=checkbox]{display:none}.register-module__jUGYdG__checkmark{border:2px solid var(--border);border-radius:4px;flex-shrink:0;width:20px;height:20px;margin-left:8px;transition:all .3s;position:relative}.register-module__jUGYdG__checkbox input[type=checkbox]:checked+.register-module__jUGYdG__checkmark{background:var(--primary);border-color:var(--primary)}.register-module__jUGYdG__checkbox input[type=checkbox]:checked+.register-module__jUGYdG__checkmark:after{content:"✓";color:#fff;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.register-module__jUGYdG__termsLink{color:var(--primary);text-decoration:none;transition:color .3s}.register-module__jUGYdG__termsLink:hover{color:var(--primary);text-decoration:underline}.register-module__jUGYdG__submitButton{background:linear-gradient(135deg,var(--primary)0%,var(--blue)100%);color:#fff;cursor:pointer;direction:rtl;border:none;border-radius:12px;justify-content:center;align-items:center;min-height:50px;margin-top:10px;padding:15px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.register-module__jUGYdG__submitButton:hover:not(:disabled){background:linear-gradient(135deg,var(--primary)0%,var(--blue)100%);box-shadow:0 8px 20px var(--primary-10);transform:translateY(-2px)}.register-module__jUGYdG__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-module__jUGYdG__spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite register-module__jUGYdG__spin}@keyframes register-module__jUGYdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.register-module__jUGYdG__registerFooter{text-align:center;border-top:1px solid var(--border);margin-top:30px;padding-top:20px}.register-module__jUGYdG__loginPrompt{color:var(--text-muted);direction:rtl;margin:0}.register-module__jUGYdG__loginLink{color:var(--primary);font-weight:600;text-decoration:none;transition:color .3s}.register-module__jUGYdG__loginLink:hover{color:var(--primary);text-decoration:underline}@media (max-width:768px){.register-module__jUGYdG__registerContainer{padding:80px 10px 10px}.register-module__jUGYdG__registerCard{border-radius:15px;padding:30px 20px}.register-module__jUGYdG__title,.register-module__jUGYdG__logoIcon{font-size:1.8rem}.register-module__jUGYdG__logoText{font-size:1.3rem}.register-module__jUGYdG__nameRow{grid-template-columns:1fr;gap:20px}}@media (max-width:480px){.register-module__jUGYdG__registerCard{padding:25px 15px}.register-module__jUGYdG__title{font-size:1.6rem}.register-module__jUGYdG__input{padding:12px 40px 12px 12px}.register-module__jUGYdG__submitButton{padding:12px;font-size:1rem}.register-module__jUGYdG__nameRow{grid-template-columns:1fr}.register-module__jUGYdG__checkbox{font-size:.85rem}}
