<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This CSS is to hide bait fields in forms to act as a fallback when recaptcha fails
 It must be its own independant file, as advanced bots can determine if something is hidden with inline CSS or not.
 */

.robo {
    display: none !important;
}</pre></body></html>