.w-otp{display:flex;gap:10px;justify-content:center;margin:4px 0 16px}.w-otp-box{width:46px;height:54px;text-align:center;font-size:var(--font-size-20);font-weight:700;color:var(--text);background:var(--bg);border:1.5px solid transparent;box-shadow:var(--elev-1);border-radius:var(--shape-md);outline:none;font-family:var(--font);transition:border-color var(--motion-short)}.w-otp-box:focus{border-color:var(--primary)}.w-otp-error .w-otp-box{border-color:var(--error)}.w-otp-box:disabled{opacity:.5}@media(max-width:380px){.w-otp{gap:7px}.w-otp-box{width:40px;height:48px}}
