@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.reset-password-container{max-width:400px;margin:80px auto;padding:2rem;border:1px solid #ccc;border-radius:12px;background:#f9f9f9;text-align:center}.reset-password-container h2{margin-bottom:1rem;color:#333}.reset-password-form{display:flex;flex-direction:column}.reset-password-form input{margin-bottom:1rem;padding:.75rem;font-size:16px;border-radius:6px;border:1px solid #ccc}.reset-password-form button{padding:.75rem;font-size:16px;border:none;border-radius:6px;background-color:#007bff;color:#fff;cursor:pointer;transition:background .2s ease}.reset-password-form button:disabled{background-color:#999}.message{margin-bottom:1rem;color:red;font-weight:500}.verification-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#e3f2fd,#fce4ec);padding:20px;font-family:"Inter",sans-serif}.card{background:#fff;border-radius:16px;box-shadow:0 12px 30px rgba(0,0,0,.08);padding:40px 30px;max-width:420px;width:100%;text-align:center;animation:fadeIn .5s ease-out}.card h1{font-size:1.8rem;margin-bottom:10px}.card.success h1{color:#27ae60}.card.error h1{color:#e53935}.card p{color:#555;font-size:1rem;margin-top:6px}.userinfo{margin-top:20px;text-align:left;color:#333}.loading{font-size:18px;color:#888;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}