.auth-otp-slots{cursor:text;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;width:100%;display:grid}.auth-otp-slot{aspect-ratio:1;background:var(--auth-surface-strong,#fff);min-width:0;color:var(--auth-ink,#1a1d2e);font-variant-numeric:tabular-nums;border:1px solid #1a1d2e2e;border-radius:.75rem;place-items:center;font-size:1.5rem;font-weight:750;line-height:1;transition:border-color .14s,background-color .14s,box-shadow .14s;display:grid;position:relative}.auth-otp-slot--active{border-color:var(--auth-cobalt,#345bff);background:#f8faff;box-shadow:0 0 0 3px #345bff29}.auth-otp-slots:has(input[aria-invalid=true]) .auth-otp-slot{border-color:var(--auth-danger,#b42318);background-color:var(--auth-danger-soft,#fff0ed)}.auth-otp-slot__caret{background:var(--auth-cobalt,#345bff);border-radius:999px;width:2px;height:1.5rem}@media (prefers-reduced-motion:reduce){.auth-otp-slot__caret{opacity:1;animation:none!important}}
