.OTPInput_container__CCzGc{display:flex;gap:.625rem;justify-content:center}.OTPInput_cell__nDx_B{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:700;font-family:Space Mono,ui-monospace,monospace;border:1.5px solid var(--line);border-radius:var(--radius-md);background:var(--bg-soft);color:var(--fg);outline:none;transition:all .2s cubic-bezier(.16,1,.3,1);caret-color:transparent}.OTPInput_cell__nDx_B:focus{border-color:var(--hot);box-shadow:0 0 0 3px var(--hot-soft),0 0 20px rgba(124,109,250,.1);background:var(--bg-raise)}.OTPInput_cell__nDx_B:not(:placeholder-shown){background:var(--bg-raise);border-color:var(--line-soft)}@media (max-width:400px){.OTPInput_cell__nDx_B{width:2.5rem;height:3rem;font-size:1.3rem}}