.otp-verification-container{padding:30px;text-align:center}.otp-icon{width:80px;height:80px;background:linear-gradient(135deg,#63ab45,#4a8533);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(99,171,69,.4)}50%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(99,171,69,0)}}.otp-icon i{font-size:36px;color:#fff!important}.otp-title{font-size:24px;font-weight:600;color:#1a1a1a!important;margin-bottom:10px}.otp-description{font-size:14px;color:#666!important;margin-bottom:22px}.otp-email{font-size:14px;font-weight:600;color:#63ab45!important;margin-bottom:20px}.otp-inputs{display:flex;justify-content:center;gap:12px;margin-bottom:20px}.otp-input{width:80px;height:77px;text-align:center;font-size:28px!important;font-weight:600!important;border:2px solid #e0e0e0!important;border-radius:12px!important;outline:none!important;transition:all .3s ease;background:#fff!important;color:#000!important;caret-color:#63ab45!important;-webkit-text-fill-color:#000!important}.otp-input::placeholder{color:#ccc!important;opacity:1}.otp-input:focus{border-color:#63ab45!important;box-shadow:0 0 0 4px rgba(99,171,69,.15)!important;transform:scale(1.05);color:#000!important;-webkit-text-fill-color:#000!important}.otp-input:not(:placeholder-shown){border-color:#63ab45!important;background:rgba(99,171,69,.08)!important;color:#000!important;-webkit-text-fill-color:#000!important}.otp-input:disabled{opacity:.7;cursor:not-allowed;background:#f5f5f5!important}.error-message{color:#dc3545!important;font-size:14px;margin-bottom:15px;padding:10px;background:#ffe6e6;border-radius:8px;animation:shake .4s ease}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.verify-button{width:100%;padding:14px;font-size:16px;font-weight:600;color:#fff!important;background:linear-gradient(135deg,#63ab45,#4a8533)!important;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;margin-bottom:15px}.verify-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px rgba(99,171,69,.3);background:linear-gradient(135deg,#4a8533,#3a6b26)!important}.verify-button:disabled{opacity:.6;cursor:not-allowed}.resend-section{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:#666!important;margin-bottom:15px}.resend-button{background:none;border:none;color:#63ab45!important;font-weight:600;cursor:pointer;text-decoration:underline;padding:0}.resend-button:hover{color:#4a8533!important}.resend-button:disabled{color:#999!important;cursor:not-allowed;text-decoration:none}.timer{color:#63ab45!important;font-weight:600}.spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}