.forms-module__9nqVSq__authPageContainer{min-height:100vh;padding:calc(80px + var(--space-lg))var(--space-lg)var(--space-lg);background:linear-gradient(135deg,var(--primary-teal-light)0%,var(--secondary-purple)100%);justify-content:center;align-items:center;display:flex;position:relative}.forms-module__9nqVSq__authPageContainer:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,rgba(255,255,255,.15) 0%,transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.forms-module__9nqVSq__authCard{border-radius:var(--radius-xl);padding:var(--space-2xl);width:100%;max-width:480px;box-shadow:var(--shadow-xl);z-index:1;background:#fff;animation:.5s ease-out forms-module__9nqVSq__cardEntrance;position:relative}.forms-module__9nqVSq__authHeader{text-align:center;margin-bottom:var(--space-xl)}.forms-module__9nqVSq__authTitle{font-size:var(--fs-3xl);font-weight:var(--font-extrabold);color:var(--primary-teal);margin-bottom:var(--space-sm)}.forms-module__9nqVSq__authSubtitle{font-size:var(--fs-md);color:var(--text-secondary)}.forms-module__9nqVSq__formGroup{margin-bottom:var(--space-lg)}.forms-module__9nqVSq__formLabel{font-size:var(--fs-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-sm);display:block}.forms-module__9nqVSq__formLabelRow{margin-bottom:var(--space-sm);justify-content:space-between;align-items:center;display:flex}.forms-module__9nqVSq__formLink{font-size:var(--fs-sm);color:var(--primary-teal);font-weight:var(--font-medium);transition:color var(--transition-fast);text-decoration:none}.forms-module__9nqVSq__formLink:hover{color:var(--primary-teal-dark);text-decoration:underline}.forms-module__9nqVSq__inputWrapper{width:100%;position:relative}.forms-module__9nqVSq__formInput{border:2px solid var(--gray-300);border-radius:var(--radius-md);width:100%;transition:all var(--transition-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:12px 16px;font-family:inherit;font-size:var(--fs-md)!important;background-color:var(--gray-50)!important;color:var(--text-primary)!important}.forms-module__9nqVSq__formInput:focus{border-color:var(--primary-teal);outline:none;box-shadow:0 0 0 3px rgba(44,140,153,.1);font-size:var(--fs-md)!important;background-color:#fff!important}.forms-module__9nqVSq__formInput:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 30px var(--gray-50)inset!important;-webkit-text-fill-color:var(--text-primary)!important;font-size:var(--fs-md)!important;box-shadow:0 0 0 30px var(--gray-50)inset!important}.forms-module__9nqVSq__formInput:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 30px var(--gray-50)inset!important;-webkit-text-fill-color:var(--text-primary)!important;font-size:var(--fs-md)!important;box-shadow:0 0 0 30px var(--gray-50)inset!important}.forms-module__9nqVSq__formInput:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 30px var(--gray-50)inset!important;-webkit-text-fill-color:var(--text-primary)!important;font-size:var(--fs-md)!important;box-shadow:0 0 0 30px var(--gray-50)inset!important}.forms-module__9nqVSq__formInput:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-box-shadow:0 0 0 30px var(--gray-50)inset!important;-webkit-text-fill-color:var(--text-primary)!important;font-size:var(--fs-md)!important;box-shadow:0 0 0 30px var(--gray-50)inset!important}.forms-module__9nqVSq__formInput:focus:-webkit-autofill{font-size:var(--fs-md)!important;box-shadow:inset 0 0 0 30px #fff!important}.forms-module__9nqVSq__formInput:focus:-webkit-autofill:hover{font-size:var(--fs-md)!important;box-shadow:inset 0 0 0 30px #fff!important}.forms-module__9nqVSq__formInput:focus:-webkit-autofill:focus{font-size:var(--fs-md)!important;box-shadow:inset 0 0 0 30px #fff!important}.forms-module__9nqVSq__formInput:focus:-webkit-autofill:active{font-size:var(--fs-md)!important;box-shadow:inset 0 0 0 30px #fff!important}.forms-module__9nqVSq__formInputError{border-color:var(--danger)}.forms-module__9nqVSq__formInput:disabled{background:var(--gray-100);cursor:not-allowed}.forms-module__9nqVSq__passwordToggle{color:var(--primary-teal);font-size:var(--fs-sm);font-weight:var(--font-semibold);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;padding:4px 8px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.forms-module__9nqVSq__passwordToggle:hover:not(:disabled){color:var(--primary-teal-dark);background:rgba(44,140,153,.1)}.forms-module__9nqVSq__passwordToggle:disabled{opacity:.5;cursor:not-allowed}.forms-module__9nqVSq__selectArrow{pointer-events:none;color:var(--text-muted);align-items:center;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.forms-module__9nqVSq__selectArrow svg{width:16px;height:16px}.forms-module__9nqVSq__formHelp{font-size:var(--fs-sm);color:var(--text-muted);margin-top:var(--space-xs)}.forms-module__9nqVSq__formError{font-size:var(--fs-sm);color:var(--danger);margin-top:var(--space-xs)}.forms-module__9nqVSq__checkboxWrapper{align-items:flex-start;gap:var(--space-sm);display:flex}.forms-module__9nqVSq__checkbox{cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:2px}@media (max-width:639px){.forms-module__9nqVSq__checkboxWrapper{min-height:44px;padding:var(--space-sm)0;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;position:relative}.forms-module__9nqVSq__checkboxWrapper input[type=checkbox]{opacity:1;cursor:pointer;flex-shrink:0;width:24px;min-width:24px;height:24px;min-height:24px;margin-top:0;position:static}.forms-module__9nqVSq__checkbox{width:24px;min-width:24px;height:24px;min-height:24px;margin-top:0}.forms-module__9nqVSq__checkboxWrapper label{cursor:pointer;flex:1}.forms-module__9nqVSq__checkboxWrapper:active{opacity:.85}}.forms-module__9nqVSq__checkboxLabel{font-size:var(--fs-sm);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.forms-module__9nqVSq__requiredIndicator{color:var(--danger);font-weight:var(--font-bold);margin-left:2px}.forms-module__9nqVSq__btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);font-size:var(--fs-md);font-weight:var(--font-semibold);cursor:pointer;transition:all var(--transition-base);border:none;padding:12px 24px;font-family:inherit;text-decoration:none;display:inline-flex}.forms-module__9nqVSq__btnPrimary{background:var(--primary-teal);box-shadow:var(--shadow-md);color:#fff!important}.forms-module__9nqVSq__btnPrimary:hover:not(:disabled){background:var(--primary-teal-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px);color:#fff!important}.forms-module__9nqVSq__btnPrimary:active:not(:disabled){background:var(--primary-teal-dark);transform:translateY(0)scale(.98);color:#fff!important}.forms-module__9nqVSq__btnPrimary:disabled{opacity:.6;cursor:not-allowed;transform:none}.forms-module__9nqVSq__btnSecondary{background:var(--secondary-purple);box-shadow:var(--shadow-md);color:#fff!important}.forms-module__9nqVSq__btnSecondary:hover:not(:disabled){background:var(--secondary-purple-light);box-shadow:var(--shadow-lg);transform:translateY(-2px);color:#fff!important}.forms-module__9nqVSq__btnSecondary:active:not(:disabled){background:var(--secondary-purple-light);transform:translateY(0)scale(.98);color:#fff!important}.forms-module__9nqVSq__btnSecondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.forms-module__9nqVSq__btnOutline{border:2px solid var(--primary-teal);box-shadow:none;background:0 0;color:var(--primary-teal)!important}.forms-module__9nqVSq__btnOutline:hover:not(:disabled){background:var(--primary-teal);transform:translateY(-2px);color:#fff!important}.forms-module__9nqVSq__btnOutline:active:not(:disabled){background:var(--primary-teal);transform:translateY(0)scale(.98);color:#fff!important}.forms-module__9nqVSq__btnOutline:disabled{opacity:.6;cursor:not-allowed;transform:none}.forms-module__9nqVSq__btnFull{width:100%}.forms-module__9nqVSq__spinnerSm{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite forms-module__9nqVSq__spin;display:inline-block}.forms-module__9nqVSq__spinnerLg{border:4px solid var(--gray-200);border-top-color:var(--primary-teal);width:48px;height:48px;margin-bottom:var(--space-md);border-radius:50%;animation:.8s linear infinite forms-module__9nqVSq__spin;display:inline-block}@keyframes forms-module__9nqVSq__spin{to{transform:rotate(360deg)}}.forms-module__9nqVSq__authFooter{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--gray-200);text-align:center}.forms-module__9nqVSq__authFooterText{font-size:var(--fs-sm);color:var(--text-secondary)}.forms-module__9nqVSq__authLink{color:var(--primary-teal);font-weight:var(--font-semibold);transition:color var(--transition-fast);text-decoration:none}.forms-module__9nqVSq__authLink:hover{color:var(--primary-teal-dark);text-decoration:underline}.forms-module__9nqVSq__alert{padding:var(--space-md);border-radius:var(--radius-md);margin-bottom:var(--space-lg);align-items:flex-start;gap:var(--space-md);display:flex}.forms-module__9nqVSq__alertIcon{flex-shrink:0;font-size:20px}.forms-module__9nqVSq__alertContent{flex:1}.forms-module__9nqVSq__alertTitle{font-weight:var(--font-semibold);margin-bottom:var(--space-xs)}.forms-module__9nqVSq__alertSuccess{border-left:4px solid var(--success);color:var(--text-primary);background:rgba(95,206,174,.1)}.forms-module__9nqVSq__alertDanger{border-left:4px solid var(--danger);color:var(--text-primary);background:rgba(232,125,95,.1)}.forms-module__9nqVSq__alertWarning{border-left:4px solid var(--warning);color:var(--text-primary);background:rgba(255,184,77,.1)}.forms-module__9nqVSq__alertInfo{border-left:4px solid var(--primary-teal);color:var(--text-primary);background:rgba(44,140,153,.1)}.forms-module__9nqVSq__alertActions{margin-top:var(--space-md)}.forms-module__9nqVSq__alertActions ul{margin:0;padding-left:0;list-style:none}.forms-module__9nqVSq__alertActions li{padding-left:var(--space-lg);margin-bottom:var(--space-xs);color:var(--text-secondary);font-size:var(--fs-sm);line-height:1.6;position:relative}.forms-module__9nqVSq__alertActions li:before{content:"→";color:var(--primary-teal);font-weight:var(--font-semibold);position:absolute;left:0}.forms-module__9nqVSq__loadingContainer{text-align:center;padding:var(--space-2xl)0}.forms-module__9nqVSq__loadingText{font-size:var(--fs-md);color:var(--text-secondary)}.forms-module__9nqVSq__successInstructions{margin:var(--space-xl)0;padding:var(--space-lg);background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.forms-module__9nqVSq__instructionsTitle{font-size:var(--fs-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-md)}.forms-module__9nqVSq__instructionsList{margin-left:var(--space-lg);color:var(--text-secondary);line-height:1.75;list-style:decimal}.forms-module__9nqVSq__instructionsList li{margin-bottom:var(--space-sm);padding-left:var(--space-xs)}.forms-module__9nqVSq__infoBox{margin-top:var(--space-xl);padding:var(--space-md);background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.forms-module__9nqVSq__infoBoxTitle{font-size:var(--fs-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-sm)}.forms-module__9nqVSq__infoBoxList{margin-left:var(--space-lg);font-size:var(--fs-sm);color:var(--text-secondary);line-height:1.5;list-style:outside}.forms-module__9nqVSq__infoBoxList li{margin-bottom:var(--space-xs)}.forms-module__9nqVSq__passwordStrength{margin-top:var(--space-md)}.forms-module__9nqVSq__strengthBars{gap:var(--space-xs);margin-bottom:var(--space-xs);display:flex}.forms-module__9nqVSq__strengthBar{background:var(--gray-200);border-radius:var(--radius-full);height:6px;transition:background-color var(--transition-base);flex:1}.forms-module__9nqVSq__strengthBarActive{background:var(--success)}.forms-module__9nqVSq__strengthLabel{font-size:var(--fs-sm);font-weight:var(--font-semibold);transition:color var(--transition-base)}.forms-module__9nqVSq__fadeIn{animation:.3s ease-in-out forms-module__9nqVSq__fadeIn}@keyframes forms-module__9nqVSq__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.forms-module__9nqVSq__slideUp{animation:.4s ease-out forms-module__9nqVSq__slideUp}@keyframes forms-module__9nqVSq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes forms-module__9nqVSq__cardEntrance{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.forms-module__9nqVSq__authPageContainer{padding:calc(80px + var(--space-md))var(--space-md)var(--space-md)}.forms-module__9nqVSq__authCard{padding:var(--space-xl)}.forms-module__9nqVSq__authTitle{font-size:var(--fs-2xl)}}.forms-module__9nqVSq__footer{padding:var(--space-3xl)var(--space-lg)var(--space-2xl);background:var(--gray-900);position:relative;overflow:hidden}.forms-module__9nqVSq__footer:before{content:"";pointer-events:none;background:linear-gradient(135deg,rgba(44,140,153,.1) 0%,transparent 50%,rgba(123,104,166,.1) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.forms-module__9nqVSq__footerContent{z-index:1;max-width:1400px;margin:0 auto;position:relative}.forms-module__9nqVSq__footerMain{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr;display:grid}@media (min-width:768px){.forms-module__9nqVSq__footerMain{grid-template-columns:1fr 1fr;align-items:start}}.forms-module__9nqVSq__footerBrand{text-align:center}@media (min-width:768px){.forms-module__9nqVSq__footerBrand{text-align:left}}.forms-module__9nqVSq__footerLogo{font-size:var(--fs-2xl);font-weight:var(--font-bold);color:var(--white);margin-bottom:var(--space-sm);background:linear-gradient(135deg,var(--white),var(--gray-300));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.forms-module__9nqVSq__footerTagline{color:var(--gray-400);font-size:var(--fs-md);max-width:400px}@media (min-width:768px){.forms-module__9nqVSq__footerTagline{margin:0}}.forms-module__9nqVSq__footerGrid{gap:var(--space-2xl);grid-template-columns:1fr;display:grid}@media (min-width:640px){.forms-module__9nqVSq__footerGrid{grid-template-columns:repeat(2,1fr)}}.forms-module__9nqVSq__footerSection{text-align:center}@media (min-width:768px){.forms-module__9nqVSq__footerSection{text-align:left}}.forms-module__9nqVSq__footerSectionTitle{font-size:var(--fs-md);font-weight:var(--font-semibold);color:var(--white);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.05em}.forms-module__9nqVSq__footerLinks{gap:var(--space-sm);flex-direction:column;display:flex}.forms-module__9nqVSq__footerLink{color:var(--gray-400);transition:all var(--transition-fast);padding-left:0;text-decoration:none;display:inline-block;position:relative}.forms-module__9nqVSq__footerLink:hover{color:var(--primary-teal-light);padding-left:4px}.forms-module__9nqVSq__footerBottom{padding-top:var(--space-lg);margin-top:var(--space-2xl);border-top:1px solid rgba(255,255,255,.1)}.forms-module__9nqVSq__footerCopyright{text-align:center;color:var(--gray-500);font-size:var(--fs-sm)}
