.password-recovery{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;align-items:center;justify-content:center;padding:24px}.recovery-container{background:white;border-radius:20px;padding:32px;max-width:480px;width:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden}.recovery-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#2563eb,#7c3aed)}.brand-header{text-align:center;margin-bottom:24px}.logo-container{margin-bottom:12px}.logo,.logo-container{display:flex;align-items:center;justify-content:center}.logo{width:48px;height:48px;background:linear-gradient(45deg,#2563eb,#7c3aed);border-radius:12px;color:white;box-shadow:0 8px 25px rgba(37,99,235,.3);margin-right:12px}.brand-text{font-size:28px;font-weight:800}.brand-text,.page-title{color:#111827;letter-spacing:-.5px}.page-title{font-size:2rem;font-weight:700;margin-bottom:8px}.page-subtitle{font-size:16px;color:#6b7280;font-weight:400;line-height:1.5}.recovery-form{margin-top:20px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:white;box-sizing:border-box}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1);background:#fafafa}.form-input::placeholder{color:#9ca3af}.submit-button{width:100%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;border:none;padding:12px 20px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px rgba(37,99,235,.3);display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px rgba(37,99,235,.4)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading-spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.message{padding:12px 16px;border-radius:12px;margin:16px 0;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.message-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.back-to-login{text-align:center;margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6}.back-link{color:#2563eb;text-decoration:none;font-weight:500;font-size:14px;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.back-link:hover{color:#1d4ed8;text-decoration:underline}.password-requirements{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;margin-top:8px;font-size:13px;color:#64748b}.password-requirements ul{margin:0;padding-left:16px;list-style-type:disc}.password-requirements li{margin-bottom:4px}@media (max-width:480px){.recovery-container{padding:24px 20px;margin:16px}.page-title{font-size:1.75rem}.logo{width:40px;height:40px}.brand-text{font-size:24px}}