/* Core CSS (modul core) — jen technické nezbytnosti.
   Design system je v app.css (modul assets). */

/* Honeypot SpamGuard::fields() — off-screen, ne display:none (boti to poznají) */
.rf-hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
