.recovery-module__yVY4sa__container{background-color:var(--background);flex-direction:column;justify-content:center;min-height:100vh;padding:3rem 1rem;display:flex}@media (min-width:640px){.recovery-module__yVY4sa__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.recovery-module__yVY4sa__container{padding-left:2rem;padding-right:2rem}}.recovery-module__yVY4sa__header{width:100%;max-width:28rem;margin-left:auto;margin-right:auto}.recovery-module__yVY4sa__logoWrapper{justify-content:center;display:flex}.recovery-module__yVY4sa__heading{text-align:center;color:var(--foreground);margin-top:1.5rem;font-size:1.875rem;font-weight:800}.recovery-module__yVY4sa__subtitle{text-align:center;color:var(--foreground);opacity:.6;margin-top:.5rem;font-size:.875rem}.recovery-module__yVY4sa__cardWrapper{width:100%;max-width:28rem;margin-top:2rem;margin-left:auto;margin-right:auto}.recovery-module__yVY4sa__card{background-color:var(--surface);padding:2rem 1rem;box-shadow:0 4px 24px #00000014}@media (min-width:640px){.recovery-module__yVY4sa__card{border-radius:12px;padding:2rem 2.5rem}}.recovery-module__yVY4sa__messageError{text-align:center;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.recovery-module__yVY4sa__messageSuccess{text-align:center;color:#059669;background-color:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.recovery-module__yVY4sa__form{flex-direction:column;gap:1.5rem;display:flex}.recovery-module__yVY4sa__inputGroup{flex-direction:column;display:flex}.recovery-module__yVY4sa__label{color:var(--foreground);margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.recovery-module__yVY4sa__input{appearance:none;border:1px solid var(--border);background-color:var(--surface);width:100%;color:var(--foreground);border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s;display:block;box-shadow:0 1px 2px #0000000d}.recovery-module__yVY4sa__input::placeholder{color:var(--foreground);opacity:.4}.recovery-module__yVY4sa__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #89987826}.recovery-module__yVY4sa__submitButton{color:#1a1a1a;background-color:var(--primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.875rem 1rem;font-size:.95rem;font-weight:500;transition:opacity .15s;display:flex;box-shadow:0 1px 2px #0000000d}.recovery-module__yVY4sa__submitButton:hover:not(:disabled){opacity:.9}.recovery-module__yVY4sa__submitButton:focus{outline:none;box-shadow:0 0 0 3px #89987826}.recovery-module__yVY4sa__submitButton:disabled{opacity:.6;cursor:not-allowed}.recovery-module__yVY4sa__buttonSuccess{background-color:#059669}.recovery-module__yVY4sa__buttonSuccess:hover:not(:disabled){opacity:1;background-color:#047857}.recovery-module__yVY4sa__buttonSuccess:focus{box-shadow:0 0 0 3px #05966933}.recovery-module__yVY4sa__linkContainer{margin-top:1.5rem}.recovery-module__yVY4sa__link{text-align:center;color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:block}.recovery-module__yVY4sa__link:hover{opacity:.8;text-decoration:underline}.recovery-module__yVY4sa__loading{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.recovery-module__yVY4sa__loadingText{color:var(--foreground);opacity:.5}.recovery-module__yVY4sa__registerContainer{text-align:center}.recovery-module__yVY4sa__registerText{color:var(--foreground);opacity:.8;margin-bottom:1.5rem;line-height:1.5}.recovery-module__yVY4sa__optionsContainer{flex-direction:column;gap:1.5rem;display:flex}.recovery-module__yVY4sa__emailDisplay{background-color:var(--background);color:var(--foreground);border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.95rem;display:flex}.recovery-module__yVY4sa__changeEmailButton{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:opacity .15s}.recovery-module__yVY4sa__changeEmailButton:hover{opacity:.8;text-decoration:underline}.recovery-module__yVY4sa__optionsList{flex-direction:column;gap:.75rem;display:flex}.recovery-module__yVY4sa__optionButton{border:1px solid var(--border);background-color:var(--surface);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:1rem;width:100%;padding:1rem;transition:border-color .15s,box-shadow .15s;display:flex}.recovery-module__yVY4sa__optionButton:hover:not(:disabled){border-color:var(--primary);box-shadow:0 0 0 3px #8998781a}.recovery-module__yVY4sa__optionButton:disabled{opacity:.6;cursor:not-allowed}.recovery-module__yVY4sa__optionIcon{flex-shrink:0;font-size:1.5rem}.recovery-module__yVY4sa__optionContent{flex:1;min-width:0}.recovery-module__yVY4sa__optionTitle{color:var(--foreground);margin-bottom:.25rem;font-weight:600}.recovery-module__yVY4sa__optionDescription{color:var(--foreground);opacity:.6;font-size:.875rem}.recovery-module__yVY4sa__noOptionsMessage{text-align:center;color:var(--foreground);opacity:.7;background-color:var(--background);border-radius:8px;padding:1rem;line-height:1.5}.recovery-module__yVY4sa__passphraseGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}@media (min-width:400px){.recovery-module__yVY4sa__passphraseGrid{grid-template-columns:repeat(4,1fr)}}.recovery-module__yVY4sa__wordInputGroup{flex-direction:column;gap:.25rem;display:flex}.recovery-module__yVY4sa__wordLabel{color:var(--foreground);opacity:.5;text-align:center;font-size:.75rem;font-weight:600}.recovery-module__yVY4sa__wordInput{appearance:none;border:1px solid var(--border);text-align:center;background-color:var(--surface);width:100%;color:var(--foreground);border-radius:6px;padding:.5rem;font-family:monospace;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.recovery-module__yVY4sa__wordInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #89987826}.recovery-module__yVY4sa__adminRecoveryContainer{flex-direction:column;gap:1rem;display:flex}.recovery-module__yVY4sa__adminRecoveryText{color:var(--foreground);opacity:.8;margin:0;line-height:1.5}.recovery-module__yVY4sa__backButton{border:1px solid var(--border);width:100%;color:var(--foreground);cursor:pointer;background-color:#0000;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,border-color .15s;display:flex}.recovery-module__yVY4sa__backButton:hover{background-color:var(--background);border-color:var(--primary)}
