/* * A field no person ever sees or tabs into, but an automated form-filler will * happily complete. The server treats any value here as a bot. Hidden with * inline styles rather than a utility class so it stays hidden even if the * stylesheet fails to load. */ export function Honeypot() { return ( ); }