@import"https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@400;500;600&display=swap";:root{--otp-primary: #8E2C8F;--otp-primary-gradient: linear-gradient(135deg, #A6339F 0%, #6C2C91 100%);--otp-page-bg: #F7F2F8;--otp-ring-outer: #F3E6F2;--otp-ring-inner: #EBD6EA;--otp-border: #E4DCE6;--otp-text-dark: #2B1E30;--otp-text-muted: #8A7A8E;--otp-badge-red: #E23F5C;--otp-badge-green: #29B573;--otp-badge-blue: #3E8FE0;--otp-badge-yellow: #F2B33D;--otp-font-display: "Poppins", "Inter", sans-serif;--otp-font-body: "Inter", sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--otp-font-body);color:var(--otp-text-dark);-webkit-font-smoothing:antialiased}.otp-illustration{position:relative;width:220px;height:220px;margin:0 auto 28px;display:flex;align-items:center;justify-content:center}.otp-illustration__ring{position:absolute;border-radius:50%}.otp-illustration__ring--outer{width:220px;height:220px;background:var(--otp-ring-outer)}.otp-illustration__ring--inner{width:168px;height:168px;background:var(--otp-ring-inner)}.otp-illustration__phone{position:relative;z-index:2;filter:drop-shadow(0 8px 16px rgba(214,55,158,.25))}.otp-illustration__badge{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;font-size:13px;color:#fff;box-shadow:0 4px 10px #00000026}.otp-illustration__badge--envelope{top:22px;right:28px;width:34px;height:34px;background:#fff}.otp-illustration__badge--one{top:8px;right:8px;width:26px;height:26px;background:var(--otp-badge-red)}.otp-illustration__badge--two{bottom:30px;right:6px;width:26px;height:26px;background:var(--otp-badge-green)}.otp-illustration__badge--three{bottom:10px;left:12px;width:26px;height:26px;background:var(--otp-badge-blue)}.otp-illustration__dot{position:absolute;border-radius:50%}.otp-illustration__dot--a{width:8px;height:8px;top:34px;left:22px;background:var(--otp-badge-yellow)}.otp-illustration__dot--b{width:6px;height:6px;bottom:46px;right:40px;background:var(--otp-badge-red)}.otp-illustration__dot--c{width:6px;height:6px;top:60px;left:4px;background:var(--otp-badge-blue)}.otp-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--otp-page-bg);padding:24px}.otp-card{position:relative;width:100%;max-width:380px;background:#fff;border-radius:28px;padding:40px 28px 32px;box-shadow:0 24px 60px #6b21591f;text-align:center}.otp-back-btn{position:absolute;top:20px;left:20px;width:34px;height:34px;border:none;background:transparent;font-size:18px;color:var(--otp-text-dark);cursor:pointer}.otp-service-badge{display:inline-block;padding:6px 16px;border-radius:999px;background:var(--otp-ring-inner);color:var(--otp-primary);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}.otp-title{font-family:var(--otp-font-display);font-size:24px;font-weight:700;color:var(--otp-text-dark);margin:4px 0 10px}.otp-subtitle{font-size:14px;line-height:1.5;color:var(--otp-text-muted);margin:0 auto 28px;max-width:280px}.otp-form{display:flex;flex-direction:column}.otp-field-label{text-align:left;font-size:12px;font-weight:600;color:var(--otp-text-muted);margin-bottom:6px}.otp-mobile-input{display:flex;align-items:center;border:1.5px solid var(--otp-border);border-radius:12px;padding:4px 14px;margin-bottom:8px;transition:border-color .15s ease,box-shadow .15s ease}.otp-mobile-input:focus-within{border-color:var(--otp-primary);box-shadow:0 0 0 3px var(--otp-ring-inner)}.otp-mobile-prefix{font-weight:600;color:var(--otp-text-dark);padding-right:10px;border-right:1px solid var(--otp-border);margin-right:10px}.otp-mobile-input input{flex:1;border:none;outline:none;padding:12px 0;font-size:16px;color:var(--otp-text-dark)}.otp-terms{display:flex;align-items:flex-start;gap:9px;text-align:left;margin:14px 2px 6px;cursor:pointer}.otp-terms input[type=checkbox]{flex-shrink:0;width:17px;height:17px;margin-top:2px;accent-color:var(--otp-primary);cursor:pointer}.otp-terms span{font-size:12.5px;line-height:1.5;color:var(--otp-text-muted)}.otp-terms a{color:var(--otp-primary);font-weight:600;text-decoration:none}.otp-terms a:hover{text-decoration:underline}.otp-terms{display:flex;align-items:flex-start;gap:8px;text-align:left;margin:16px 0 6px;cursor:pointer}.otp-terms input[type=checkbox]{margin-top:2px;width:16px;height:16px;accent-color:var(--otp-primary);flex-shrink:0;cursor:pointer}.otp-terms span{font-size:13px;line-height:1.5;color:var(--otp-text-muted)}.otp-terms-link{border:none;background:none;padding:0;font:inherit;font-weight:700;color:var(--otp-primary);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.otp-terms-link--visited{color:var(--otp-badge-green)}.otp-error{color:var(--otp-badge-red);font-size:13px;text-align:left;margin:4px 0 12px}.otp-primary-btn{margin-top:12px;padding:15px;border:none;border-radius:999px;background:var(--otp-primary-gradient);color:#fff;font-size:15px;font-weight:700;letter-spacing:.03em;cursor:pointer;box-shadow:0 12px 24px #7e279e47;transition:transform .1s ease,box-shadow .1s ease}.otp-primary-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #7e279e57}.otp-primary-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.otp-resend{margin-top:20px;font-size:13px;color:var(--otp-text-muted)}.otp-resend-link{border:none;background:none;color:var(--otp-primary);font-weight:700;cursor:pointer;padding:0}.otp-resend-link:disabled{color:var(--otp-text-muted);cursor:not-allowed;font-weight:600}.otp-success-icon{width:64px;height:64px;border-radius:50%;background:#16a34a;color:#fff;font-size:32px;display:flex;align-items:center;justify-content:center;margin:16px auto}.otp-boxes{display:flex;justify-content:center;gap:12px;margin:8px 0 32px}.otp-box{width:44px;height:52px;border-radius:10px;border:1.5px solid var(--otp-border);text-align:center;font-size:20px;font-weight:600;color:var(--otp-text-dark);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.otp-box:focus{outline:none;border-color:var(--otp-primary);box-shadow:0 0 0 3px var(--otp-ring-inner)}@media (max-width: 360px){.otp-box{width:38px;height:46px;font-size:18px}.otp-boxes{gap:8px}}.otp-card--terms{max-width:480px;text-align:left;padding-top:56px}.otp-card--terms .otp-title,.otp-card--terms .otp-subtitle{text-align:center;max-width:none}.terms-body{max-height:48vh;overflow-y:auto;margin:8px 0 24px;padding-right:6px;border-top:1px solid var(--otp-border);border-bottom:1px solid var(--otp-border);padding-top:16px;padding-bottom:16px}.terms-body section+section{margin-top:18px}.terms-body h2{font-family:var(--otp-font-display);font-size:15px;color:var(--otp-text-dark);margin:0 0 6px}.terms-body p{font-size:13.5px;line-height:1.6;color:var(--otp-text-muted);margin:0}#root{width:100%}
