body { font-family: Inter, system-ui, sans-serif; }
a { text-underline-offset: 3px; }
.prose-invert p { margin: .75rem 0; line-height: 1.7; }
.prose-invert code { background: rgba(255,255,255,.08); padding: .1rem .4rem; border-radius: .4rem; }
input, textarea, select { outline: none; }
input:focus, textarea:focus { border-color: rgba(34,211,238,.5) !important; }
/* Honeypot anti-spam: invisible para humanos, los bots lo rellenan */
.hp-field { position: absolute !important; left: -9999px !important; top: auto !important;
  width: 1px !important; height: 1px !important; overflow: hidden !important; }
