*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}.App{width:100%;min-height:100vh;display:flex;flex-direction:column}.App-top-nav{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#fff;border-bottom:1px solid #eee;min-height:56px}.App-nav-logo{height:36px;width:auto;max-width:100%;object-fit:contain}.App-main{flex:1;display:flex;flex-direction:column}@media (max-width: 600px){.App-top-nav{padding:12px 16px;min-height:48px}.App-nav-logo{height:28px}}.reset-redirect-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.reset-redirect-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%}.reset-redirect-logo{width:80px;height:80px;background:#3b82f6;border-radius:20px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:40px;transition:transform .3s ease}.reset-redirect-logo:hover{transform:scale(1.1)}.reset-redirect-logo-error{background:#fee2e2}.reset-redirect-title{color:#1f2937;font-size:28px;font-weight:700;text-align:center;margin-bottom:10px}.reset-redirect-subtitle{color:#6b7280;text-align:center;margin-bottom:30px;line-height:1.6}.reset-redirect-button{width:100%;background:#3b82f6;color:#fff;padding:16px 32px;text-decoration:none;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer;margin-bottom:24px}.reset-redirect-button:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.reset-redirect-button:active:not(:disabled){transform:translateY(0)}.reset-redirect-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.reset-redirect-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reset-redirect-status{padding:12px;border-radius:8px;font-size:14px;margin-bottom:24px;display:flex;align-items:center;animation:fadeIn .5s ease-in-out}.reset-redirect-status-success{background:#d1fae5;border:1px solid #86efac;color:#065f46}.reset-redirect-status-error{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.reset-redirect-status-icon{margin-right:8px;font-size:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.reset-redirect-instructions{border-top:1px solid #e5e7eb;padding-top:24px;margin-top:24px}.reset-redirect-instructions-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}.reset-redirect-instructions-list{font-size:14px;color:#6b7280;margin-bottom:16px;padding-left:20px;list-style-type:decimal}.reset-redirect-instructions-list li{margin-bottom:8px}.reset-redirect-link-box{background:#f3f4f6;padding:15px;border-radius:8px;word-break:break-all;font-size:12px;color:#374151;margin:15px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;border:1px solid #d1d5db}.reset-redirect-copy-button{width:100%;background:#6b7280;color:#fff;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.reset-redirect-copy-button:hover{background:#4b5563}.reset-redirect-copy-button-icon{margin-right:8px}.reset-redirect-footer{font-size:12px;color:#9ca3af;text-align:center;margin-top:24px}@media (max-width: 640px){.reset-redirect-container{padding:16px}.reset-redirect-card{padding:24px}.reset-redirect-title{font-size:24px}.reset-redirect-logo{width:64px;height:64px;font-size:32px}.reset-redirect-button{padding:14px 24px;font-size:15px}}.reset-redirect-error-container{text-align:center;max-width:400px}.reset-redirect-error-title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:16px}.reset-redirect-error-message{color:#6b7280;line-height:1.6}.reset-redirect-loading{display:flex;align-items:center;justify-content:center}.reset-redirect-button:focus,.reset-redirect-copy-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media print{.reset-redirect-container{background:#fff}.reset-redirect-button,.reset-redirect-copy-button{display:none}}.success-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.success-card{background:#fff;border-radius:24px;padding:48px;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.success-animation{display:flex;justify-content:center;margin-bottom:32px}.checkmark-circle{width:120px;height:120px;position:relative}.checkmark{width:120px;height:120px;border-radius:50%;display:block;stroke-width:3;stroke:#10b981;stroke-miterlimit:10;box-shadow:inset 0 0 #10b981;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark-circle-bg{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:3;stroke-miterlimit:10;stroke:#10b981;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#10b981;stroke-width:3;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 60px #10b981}}.success-title{font-size:32px;font-weight:700;color:#1f2937;text-align:center;margin-bottom:16px}.success-content{text-align:center}.success-message{font-size:16px;color:#6b7280;line-height:1.6;margin-bottom:40px}.success-steps{display:flex;flex-direction:column;gap:20px;margin-bottom:40px;text-align:left}.step{display:flex;align-items:flex-start;gap:16px;padding:20px;background-color:#f9fafb;border-radius:12px;border:2px solid #e5e7eb;transition:all .3s}.step:hover{border-color:#10b981;background-color:#ecfdf5;transform:translate(4px)}.step-number{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #10b9814d}.step-content h3{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 4px}.step-content p{font-size:14px;color:#6b7280;margin:0}.action-buttons{display:flex;justify-content:center;gap:12px}.close-btn{padding:14px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #667eea4d}.close-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.close-btn:active{transform:translateY(0)}.close-btn .btn-icon{width:20px;height:20px}.success-footer{margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-size:14px}.success-footer .footer-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.success-footer p{margin:0}@media (max-width: 600px){.success-card{padding:32px 24px}.checkmark-circle,.checkmark{width:100px;height:100px}.success-title{font-size:24px}.success-message{font-size:15px}.step{padding:16px}.step-number{width:36px;height:36px;font-size:16px}.step-content h3{font-size:15px}.step-content p{font-size:13px}.close-btn{width:100%;justify-content:center}}@media (prefers-reduced-motion: reduce){.success-card,.checkmark,.checkmark-circle-bg,.checkmark-check{animation:none}.step{transition:none}.step:hover{transform:none}}.verify-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.verify-content{padding:32px 24px;width:100%;max-width:430px;text-align:center}.success-view{border:0}.verify-hero-image{display:block;width:170px;max-width:100%;margin:0 auto 22px;border-radius:8px}.verify-title{margin:0 0 8px;font-size:34px;line-height:1.2;color:#242424}.verify-title.success{color:#ea6d3a;font-size:22px;line-height:1.35}.verify-title.error{color:#bf3a22}.verify-subtitle{margin:0 0 18px;font-size:22px;line-height:1.35;color:#2d2d2d}.verify-subtitle.success{color:#ea6d3a}.verify-message{margin:0;color:#575757;font-size:17px;line-height:1.45}.success-message{max-width:320px;margin:0 auto}.verify-instructions{margin-top:30px}.success-actions{margin:0}.close-btn{width:100%;max-width:250px;border:0;border-radius:10px;padding:12px 22px;font-family:inherit;font-size:16px;font-weight:700;color:#fff;background:#ef6b3a;cursor:pointer;transition:background-color .2s ease}.close-btn:hover{background:#de5d2f}.close-btn:focus-visible{outline:2px solid #ea6d3a;outline-offset:2px}.verify-icon{width:68px;height:68px;border-radius:999px;margin:0 auto 18px;display:grid;place-items:center;font-size:34px;font-weight:700}.error-icon{color:#fff;background:#c63f28}.spinner{width:44px;height:44px;border:3px solid #e5e5e5;border-top-color:#ef6b3a;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 22px}@keyframes spin{to{transform:rotate(360deg)}}.verify-footer{margin-top:22px;font-size:14px;line-height:1.5}.verify-footer.error{color:#8d2f1f;background:#fde8e4;border:1px solid #f4c0b4;padding:12px;border-radius:10px}@media (max-width: 600px){.verify-content{padding:24px 18px}.verify-hero-image{width:150px;margin-bottom:18px}.verify-title{font-size:29px}.verify-title.success,.verify-subtitle{font-size:19px}.verify-message{font-size:15px}.close-btn{max-width:100%}}@media (prefers-reduced-motion: reduce){.spinner,.close-btn{transition:none;animation:none}}@media print{.verify-container{display:none}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}button,input,select,textarea{font-family:inherit}#root{width:100%}
