.pt-otp-modal .ant-modal-content{padding:0;border-radius:18px;overflow:hidden;background:var(--bg-elevated,#FFFFFF);border:1px solid var(--border-subtle,rgba(15,23,42,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 24px 60px -16px rgba(17,24,39,.28),0 8px 20px rgba(17,24,39,.08);animation:pt-otp-pop .28s cubic-bezier(.34,1.4,.5,1)}@keyframes pt-otp-pop{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.pt-otp-modal .ant-modal-close{top:14px;inset-inline-end:14px;width:32px;height:32px;border-radius:8px;color:var(--text-muted,#7A8494);transition:background .15s cubic-bezier(.25,1,.5,1)}.pt-otp-modal .ant-modal-close:hover{background:var(--bg-secondary,#EDF1F8);color:var(--text-primary,#101419)}.pt-otp{padding:32px 28px 28px;gap:20px;font-family:Funnel Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.pt-otp,.pt-otp__header{display:flex;flex-direction:column}.pt-otp__header{align-items:center;text-align:center;gap:8px;position:relative}.pt-otp__back{position:absolute;left:-8px;top:-4px;width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted,#7A8494);font-size:14px;transition:background .15s cubic-bezier(.25,1,.5,1),color .15s}.pt-otp__back:hover{background:var(--bg-secondary,#EDF1F8);color:var(--text-primary,#101419)}.pt-otp__icon{width:56px;height:56px;border-radius:50%;background:var(--accent-primary-subtle,rgba(37,99,235,.14));color:var(--accent-primary,#2563EB);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:4px}.pt-otp__title{margin:0;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--text-primary,#101419);line-height:1.2}.pt-otp__subtitle{margin:0;font-size:14px;line-height:1.55;color:var(--text-secondary,#4A5462);max-width:32ch}.pt-otp__body{display:flex;flex-direction:column;gap:12px}.pt-otp__label{font-size:13px;font-weight:600;color:var(--text-secondary,#4A5462);letter-spacing:-.005em}.pt-otp__code-input .ant-input,.pt-otp__code-input.ant-input{font-size:24px;letter-spacing:.42em;text-align:center;font-weight:700;font-variant-numeric:tabular-nums;font-family:Funnel Display,monospace;color:var(--accent-primary,#2563EB)}.pt-otp__error{margin-top:-4px;padding:8px 12px;border-radius:8px;background:rgba(224,49,49,.08);color:var(--color-error,#E03131);font-size:13px;line-height:1.4;border:1px solid rgba(224,49,49,.18)}.pt-otp__submit{margin-top:4px;height:44px!important;font-weight:600;border-radius:10px!important;box-shadow:0 2px 10px rgba(37,99,235,.28);transition:transform .15s cubic-bezier(.25,1,.5,1),box-shadow .15s}.pt-otp__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px rgba(37,99,235,.36)}.pt-otp__submit:active:not(:disabled){transform:scale(.98)}.pt-otp__consent{margin:8px 0 0;font-size:12px;line-height:1.5;color:var(--text-muted,#7A8494);text-align:center}.pt-otp__resend-row{margin-top:4px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.pt-otp__cooldown{color:var(--text-muted,#7A8494);font-variant-numeric:tabular-nums}.pt-otp__link{border:none;background:transparent;padding:0;cursor:pointer;color:var(--accent-primary,#2563EB);font-weight:600;font-size:13px;font-family:inherit;transition:color .15s cubic-bezier(.25,1,.5,1)}.pt-otp__link:hover:not(:disabled){color:var(--accent-primary-hover,#1D4ED8);text-decoration:underline}.pt-otp__link:disabled{cursor:not-allowed;opacity:.45}.pt-otp__link--muted{color:var(--text-muted,#7A8494)}.pt-otp__link--muted:hover:not(:disabled){color:var(--text-secondary,#4A5462)}.pt-otp__success{text-align:center;padding:8px 0 16px;color:var(--color-success,#1DA851);font-size:15px;font-weight:600}@media (max-width:480px){.pt-otp{padding:24px 20px 20px;gap:16px}.pt-otp__title{font-size:18px}}@media (prefers-reduced-motion:reduce){.pt-otp-modal .ant-modal-close,.pt-otp__back,.pt-otp__link,.pt-otp__submit{transition:none}}