'use client' import { forwardRef } from 'react' /** * HoneypotField — an invisible decoy input for bot detection. Real users never * see or fill it; naive bots that fill every field trip it (the server blocks * any submission where this field is non-empty). * * Made invisible WITHOUT `type="hidden"` / `display:none` (sophisticated bots * skip those): an off-screen, zero-size, aria-hidden, non-focusable, * non-pointer wrapper. Layout utilities only — no colours/hex (ODS-clean). No *