.form-field{margin-bottom:16px}.form-field__label{color:hsl(var(--card-foreground));display:block;font-size:14px;font-weight:500;margin-bottom:6px}.dark .form-field__label{color:hsl(var(--card-foreground));opacity:.95}.form-field__required{color:#ef4444;margin-left:2px}.form-field__input{width:100%}.form-field__help{color:hsl(var(--muted-foreground));font-size:12px;margin-top:4px}.form-field__error{color:#ef4444;font-size:12px;margin-top:4px}.form-field input,.form-field select,.form-field textarea{background-color:hsl(var(--input))!important;border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground))!important;font-size:14px;padding:8px 12px;transition:border-color .2s,background-color .2s,color .2s;width:100%}.dark .form-field input,.dark .form-field select,.dark .form-field textarea{background-color:hsl(var(--input))!important;border-color:hsl(var(--border))!important;color:hsl(var(--foreground))!important}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:hsl(var(--ring))!important;box-shadow:0 0 0 3px hsl(var(--ring)/.2);outline:none}.dark .form-field input:focus,.dark .form-field select:focus,.dark .form-field textarea:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background-color:hsl(var(--input))!important;color:hsl(var(--foreground))!important}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:not-allowed;opacity:.6}.form-field input::placeholder,.form-field textarea::placeholder{color:hsl(var(--muted-foreground));opacity:.7}.form-field--error input,.form-field--error select,.form-field--error textarea,.input-error{border-color:#ef4444}.form-field--error input:focus,.form-field--error select:focus,.form-field--error textarea:focus,.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:500;gap:8px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .2s ease-in-out}.button:focus{box-shadow:0 0 0 2px hsl(var(--ring));outline:none}.button--primary{background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary)/.9));border:1px solid hsl(var(--primary));color:hsl(var(--primary-foreground))}.button--primary:hover:not(.button--disabled){background:linear-gradient(135deg,hsl(var(--primary)/.9),hsl(var(--primary)/.8));box-shadow:0 4px 12px hsl(var(--primary)/.3);transform:translateY(-1px)}.button--secondary{background:hsl(var(--secondary));border:1px solid hsl(var(--border));color:hsl(var(--secondary-foreground))}.dark .button--secondary{border:1px solid #4b5563}.button--secondary:hover:not(.button--disabled){background:hsl(var(--secondary)/.8);box-shadow:0 4px 12px hsl(var(--foreground)/.1);transform:translateY(-1px)}.dark .button--secondary:hover:not(.button--disabled){border-color:#6b7280}.button--danger{background:linear-gradient(135deg,hsl(var(--destructive)),hsl(var(--destructive)/.9));border:1px solid hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.button--danger:hover:not(.button--disabled){background:linear-gradient(135deg,hsl(var(--destructive)/.9),hsl(var(--destructive)/.8));box-shadow:0 4px 12px hsl(var(--destructive)/.3);transform:translateY(-1px)}.button--success{background:linear-gradient(135deg,#22c55e,#16a34a);border:1px solid #16a34a;color:#fff}.button--success:hover:not(.button--disabled){background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 12px #22c55e4d;transform:translateY(-1px)}.button--warning{background:linear-gradient(135deg,#f59e0b,#d97706);border:1px solid #d97706;color:#fff}.button--warning:hover:not(.button--disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b4d;transform:translateY(-1px)}.button--ghost{background:#0000;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}.button--ghost:hover:not(.button--disabled){background:hsl(var(--accent));border-color:hsl(var(--border));color:hsl(var(--accent-foreground))}.button--small{font-size:12px;gap:6px;padding:6px 12px}.button--medium{font-size:14px;gap:8px;padding:8px 16px}.button--large{font-size:16px;gap:10px;padding:12px 24px}.button--disabled{box-shadow:none!important;cursor:not-allowed;opacity:.5;transform:none!important}.button--loading{cursor:wait}.button--loading .button__content{opacity:.7}.button__spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.button--small .button__spinner{border-width:1.5px;height:12px;width:12px}.button--large .button__spinner{border-width:2.5px;height:20px;width:20px}.button__icon{align-items:center;display:flex;font-size:16px}.button--small .button__icon{font-size:14px}.button--large .button__icon{font-size:18px}.button__content{transition:opacity .2s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button:before{background-color:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s;width:0}.button:active:before{height:200px;width:200px}@media (max-width:640px){.button--large{font-size:14px;padding:10px 20px}}.forgot-password-page{align-items:center;background:radial-gradient(120% 120% at 0 0,hsl(var(--primary)/.18) 0,#0000 65%),radial-gradient(140% 140% at 100% 0,hsl(var(--secondary)/.2) 0,#0000 70%),linear-gradient(180deg,hsl(var(--background)),hsl(var(--muted)/.35));color:hsl(var(--foreground));display:flex;justify-content:center;min-height:100vh;padding:32px 16px;position:relative}.forgot-password-page:after{background:linear-gradient(135deg,hsl(var(--background)/.4),#0000 40%);content:"";inset:0;pointer-events:none;position:absolute}.forgot-password-page__container{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:20px;box-shadow:0 24px 48px -16px hsl(var(--foreground)/.22),0 8px 24px hsl(var(--foreground)/.08);display:flex;flex-direction:column;gap:28px;padding:36px 32px;position:relative;width:min(460px,100%);z-index:1}.forgot-password-page__header{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.forgot-password-page__icon{font-size:32px;line-height:1}.forgot-password-page__title{color:hsl(var(--foreground));font-size:26px;font-weight:700;letter-spacing:-.01em;margin:0}.forgot-password-page__subtitle{color:hsl(var(--muted-foreground));font-size:15px;margin:0;max-width:320px}.forgot-password-page__form{display:flex;flex-direction:column;gap:18px}.forgot-password-page__actions{display:flex;flex-direction:column;gap:12px;margin-top:12px}.forgot-password-page__submit-button{font-weight:600;width:100%}.forgot-password-page__back-button{width:100%}.forgot-password-page__info{display:flex;flex-direction:column;gap:12px}.forgot-password-page__info-card{background:hsl(var(--accent)/.6);border:1px solid hsl(var(--border));border-radius:16px;display:flex;flex-direction:column;gap:10px;padding:18px}.forgot-password-page__info-card h3{color:hsl(var(--foreground));font-size:15px;font-weight:600;margin:0}.forgot-password-page__info-card ul{color:hsl(var(--muted-foreground));font-size:13px;line-height:1.6;margin:0;padding-left:18px}.forgot-password-page__info-card li{margin-bottom:6px}.forgot-password-page__info-card li:last-child{margin-bottom:0}@media (max-width:768px){.forgot-password-page{padding:24px 12px}.forgot-password-page__container{border-radius:18px;padding:30px 24px}}@media (max-width:480px){.forgot-password-page__container{gap:24px;padding:26px 20px}.forgot-password-page__title{font-size:24px}.forgot-password-page__actions{gap:10px}}@media (prefers-reduced-motion:reduce){.forgot-password-page,.forgot-password-page__actions{animation:none!important;transition:none!important}}