.v2-otp{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.v2-otp__cell{min-height:54px;border-radius:16px;border:1px solid var(--mw-border-strong,rgba(255,255,255,.14));background:rgba(8,12,18,.82);display:grid;place-items:center;font-size:22px;font-weight:800;font-family:var(--mw-font-sans,"Space Grotesk",system-ui,sans-serif);color:var(--mw-text,#f3f6fb);text-align:center;width:100%;outline:none;caret-color:var(--mw-accent,#c7ff3f);transition:border-color .2s ease-out,box-shadow .2s ease-out}.v2-otp__cell--filled{border-color:rgba(199,255,63,.22)}.v2-otp__cell--cursor,.v2-otp__cell:focus{border-color:rgba(199,255,63,.36);box-shadow:inset 0 0 0 1px rgba(199,255,63,.24)}