.growfund-page-container .growfund-reset-password-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:var(--growfund-spacing-8) var(--growfund-spacing-4);background-color:var(--growfund-gray-3)}.growfund-page-container .growfund-reset-password-card{background:var(--growfund-gray-1);border-radius:var(--growfund-radius-6);box-shadow:var(--growfund-box-shadow-2);padding:var(--growfund-spacing-10);width:100%;max-width:28rem;margin:0 auto}.growfund-page-container .growfund-reset-password-header{text-align:center;margin-bottom:var(--growfund-spacing-6)}.growfund-page-container .growfund-reset-password-logo{width:160px;height:auto;max-width:100%;margin:0 auto var(--growfund-spacing-8)}.growfund-page-container .growfund-reset-password-title{font-size:var(--growfund-font-size-5);font-weight:var(--growfund-font-weight-semibold);color:var(--growfund-gray-15);margin:0 0 var(--growfund-spacing-2) 0;line-height:24px;text-align:left}.growfund-page-container .growfund-reset-password-subtitle{font-size:var(--growfund-font-size-3);color:var(--growfund-gray-13);margin:0;line-height:21px;text-align:left}.growfund-page-container .growfund-reset-password-footer{margin-top:var(--growfund-spacing-4);text-align:center}.growfund-page-container .growfund-reset-password-links{margin-top:var(--growfund-spacing-3);font-size:var(--growfund-font-size-3);color:var(--growfund-gray-12)}.growfund-page-container .growfund-reset-password-link{color:var(--growfund-gray-15);text-decoration:none;font-size:var(--growfund-font-size-3);transition:color 0.2s ease}.growfund-page-container .growfund-reset-password-link:hover{color:var(--growfund-green-4);text-decoration:underline}.growfund-page-container .growfund-reset-password-link--bold{color:var(--growfund-gray-15);font-weight:var(--growfund-font-weight-normal)}.growfund-page-container .growfund-alert{padding:var(--growfund-spacing-4);border-radius:var(--growfund-radius-4);margin-bottom:var(--growfund-spacing-6);border:1px solid}.growfund-page-container .growfund-alert--success{background-color:var(--growfund-green-1);border-color:var(--growfund-green-2);color:var(--growfund-green-6)}.growfund-page-container .growfund-alert--error{background-color:var(--growfund-red-1);border-color:var(--growfund-red-2);color:var(--growfund-red-3);text-align:left;margin-bottom:var(--growfund-spacing-3)}.growfund-page-container .growfund-alert p{margin:0;font-size:var(--growfund-font-size-3)}.growfund-page-container .growfund-reset-password-form{margin-bottom:0}.growfund-page-container .growfund-reset-password-form .growfund-form-field{margin-bottom:var(--growfund-spacing-6)}.growfund-page-container .growfund-reset-password-form .growfund-form-field:last-child{margin-bottom:0}.growfund-page-container .growfund-form-error-message{background-color:var(--growfund-red-1);border:1px solid var(--growfund-red-2);border-radius:var(--growfund-radius-3);padding:var(--growfund-spacing-3) var(--growfund-spacing-4);margin-bottom:var(--growfund-spacing-6)}.growfund-page-container .growfund-form-error-message p{color:var(--growfund-red-3);font-size:var(--growfund-font-size-3);margin:0;line-height:1.4}.growfund-page-container .growfund-reset-password-btn{width:100%;padding:var(--growfund-spacing-3) var(--growfund-spacing-6);border:none;border-radius:var(--growfund-radius-3);font-size:var(--growfund-font-size-3);font-weight:var(--growfund-font-weight-medium);cursor:pointer;transition:all 0.2s ease}.growfund-page-container .growfund-reset-password-btn--primary{background-color:var(--growfund-green-4);color:var(--growfund-gray-1)}.growfund-page-container .growfund-reset-password-btn--primary:hover{background-color:var(--growfund-green-5)}.growfund-page-container .growfund-reset-password-btn--full{width:100%}@media (max-width:640px){.growfund-page-container .growfund-reset-password-container{padding:var(--growfund-spacing-4)}.growfund-page-container .growfund-reset-password-card{padding:var(--growfund-spacing-6);margin:0}}.growfund-page-container .growfund-reset-password-btn--loading{position:relative;color:#fff0}.growfund-page-container .growfund-reset-password-btn--loading::after{content:'';position:absolute;top:50%;left:50%;width:var(--growfund-spacing-4);height:var(--growfund-spacing-4);margin:calc(-1 * var(--growfund-spacing-2)) 0 0 calc(-1 * var(--growfund-spacing-2));border:2px solid #fff0;border-top-color:currentColor;border-radius:50%;animation:growfund-spin 1s linear infinite}@keyframes growfund-spin{to{transform:rotate(360deg)}}.growfund-page-container .growfund-reset-password-card:focus-within{box-shadow:var(--growfund-box-shadow-2),0 0 0 3px rgb(59 130 246 / .1)}@media (prefers-reduced-motion:reduce){.growfund-page-container .growfund-reset-password-btn--loading::after{animation:none}.growfund-page-container .growfund-reset-password-link{transition:none}}