/* Honeypot anti-bot: hide the decoy field */
.hp-field {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
