.ci-hub-register-module *{box-sizing:border-box;color:#212529;margin:0;padding:0}.ci-hub-register-module{align-items:center;background-color:var(--background-color);color:var(--text-color);display:flex;font-family:Poppins,system-ui;justify-content:center;line-height:1.6}.ci-hub-register-module .container{margin:auto;max-width:640px;padding:0 2rem 2rem}.ci-hub-register-module .subtitle-span{color:var(--text-color);font-family:Poppins,system-ui;font-size:1rem}.ci-hub-register-module h1{color:var(--text-color);font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.ci-hub-register-module .form-row{display:flex;gap:1.5rem;justify-content:space-between}.ci-hub-register-module .form-field{margin-bottom:1.5rem;position:relative;width:100%}.ci-hub-register-module label{color:var(--text-color);display:block;font-family:Poppins,system-ui;font-size:1rem;margin-bottom:.5rem}.ci-hub-register-module label a{color:var(--primary-color);text-decoration:none}.ci-hub-register-module input[type=email],.ci-hub-register-module input[type=password],.ci-hub-register-module input[type=text],.ci-hub-register-module select{border:1px solid var(--border-color);border-radius:6px;font-size:1rem;height:auto;min-height:3rem;padding:.75rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.ci-hub-register-module input[type=email]:focus,.ci-hub-register-module input[type=password]:focus,.ci-hub-register-module input[type=text]:focus,.ci-hub-register-module select:focus{border-color:var(--focus-border-color);outline:none}.ci-hub-register-module .password-input{position:relative}.ci-hub-register-module .toggle-password{background:none;border:none;color:var(--label-color);cursor:pointer;position:absolute;right:1.625rem;top:50%;transform:translateY(-50%)}.ci-hub-register-module .checkbox{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.ci-hub-register-module .checkbox input{accent-color:var(--primary-color);flex-shrink:0;height:16px;margin-top:.14rem;width:16px}.ci-hub-register-module .checkbox label{font-size:1rem;line-height:1.4;margin-bottom:0}.ci-hub-register-module .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.ci-hub-register-module .button{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;min-width:8rem;padding:.875rem 2rem;transition:all .2s ease}.ci-hub-register-module .button.primary{background-color:var(--primary-color);color:var(--white)}.ci-hub-register-module .button.primary .btn-text{color:var(--white)}.ci-hub-register-module .button.primary:hover:not(:disabled){background-color:#d10024;box-shadow:0 4px 8px rgba(232,0,42,.3);transform:translateY(-1px)}.ci-hub-register-module .button:hover:not(:disabled){opacity:.9}.ci-hub-register-module .button.primary:hover:not(:disabled){opacity:1}.ci-hub-register-module .button:disabled{background-color:#f3f4f6;box-shadow:none;color:#9ca3af;cursor:not-allowed;opacity:.7;transform:none}.ci-hub-register-module .error-message{color:var(--error-color);font-family:Poppins,system-ui;font-size:.875rem;margin-top:.5rem}.ci-hub-register-module .select-wrapper{position:relative}.ci-hub-register-module .select-wrapper select{appearance:none;-webkit-appearance:none;padding-right:1.75rem}.ci-hub-register-module .select-wrapper .fa-chevron-down{pointer-events:none;position:absolute;right:.625rem;top:50%;transform:translateY(-50%)}.ci-hub-register-module .error-highlight{background-color:rgba(232,0,42,.05);border-color:var(--error-color)!important;box-shadow:0 0 0 3px rgba(232,0,42,.1)}.ci-hub-register-module .pre-registration{display:block;margin-top:1.5rem}.ci-hub-register-module .post-registration{display:none}.ci-hub-register-module .error-alert{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;font-size:14px;font-weight:500;margin:10px 0;padding:10px;text-align:center}.ci-hub-register-module .error-alert a{color:var(--bs-link-color)}.ci-hub-register-module .success-alert{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;font-size:14px;font-weight:500;margin:10px 0;padding:10px;text-align:center}.ci-hub-register-module .register-container{background:var(--form-background-color);border-radius:var(--border-radius);box-shadow:var(--shadow);margin:0 auto;max-width:800px;padding:2.5rem;width:100%}.ci-hub-register-module .required-asterisk{color:var(--primary-color);font-weight:600;margin-left:2px}.ci-hub-register-module .input-wrapper{position:relative}.ci-hub-register-module .input-wrapper input{padding-right:1.75rem}.ci-hub-register-module .input-wrapper .input-asterisk{color:var(--primary-color);font-size:1rem;pointer-events:none;position:absolute;right:.625rem;top:50%;transform:translateY(-50%);transition:opacity .2s ease;user-select:none}.ci-hub-register-module .input-wrapper:has(input:focus) .input-asterisk{opacity:0;pointer-events:none}.ci-hub-register-module .input-wrapper.has-value .input-asterisk{opacity:0;pointer-events:none}.ci-hub-register-module .character-count{color:var(--label-color);font-size:12px;margin-top:0;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ci-hub-register-module .character-count.limit-reached{color:var(--error-color)}.ci-hub-register-module .help-text{color:var(--label-color);font-size:.75rem;font-style:italic;margin-top:.25rem}.ci-hub-register-module #companyName{padding-right:50px}@media (max-width:768px){.ci-hub-register-module{align-items:flex-start;padding:1rem .5rem}.ci-hub-register-module .form-title{font-size:38px;line-height:46px}.ci-hub-register-module .subtitle-span,.ci-hub-register-module label{font-size:.875rem}.ci-hub-register-module .register-container{padding:1.5rem}.ci-hub-register-module h1{font-size:1.5rem}.ci-hub-register-module .form-row{flex-direction:column;gap:0}.ci-hub-register-module .form-actions{justify-content:center}.ci-hub-register-module .button{min-width:auto;width:100%}.ci-hub-register-module input[type=email],.ci-hub-register-module input[type=password],.ci-hub-register-module input[type=text]{font-size:.875rem;min-height:3.5rem;padding:1rem}.ci-hub-register-module .input-wrapper input{padding-right:2.5rem}.ci-hub-register-module .input-wrapper .input-asterisk{right:1rem}.ci-hub-register-module .password-input input{padding-right:4rem}.ci-hub-register-module .password-input .input-asterisk{right:1rem}.ci-hub-register-module .toggle-password{min-height:44px;min-width:44px;padding:.5rem;right:2rem}.ci-hub-register-module .checkbox input{height:18px;width:18px}.ci-hub-register-module .checkbox label{font-size:.875rem;line-height:1.5}}@media (max-width:480px){.ci-hub-register-module{padding:.5rem .25rem}.ci-hub-register-module .form-title{font-size:34px;line-height:42px}.ci-hub-register-module label{font-size:.875rem}.ci-hub-register-module .register-container{padding:1rem}.ci-hub-register-module h1{font-size:1.25rem}.ci-hub-register-module .checkbox label,.ci-hub-register-module .subtitle-span{font-size:.875rem}.ci-hub-register-module .error-message{font-size:.75rem}}