/* Tema base Hotline da theme-park */
@import url("https://theme-park.dev/css/base/filebrowser/hotline.css");

/* Barra nera -> gradiente tema */
header, #header, nav, .navbar, [class*="header"] {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
  border-bottom: 1px solid #ff79c6 !important;
}

/* Gattini sopra - fucsia */
body::before {
  content: "🐱 Ciro 🐱 Giobatta 🐱 Ciro 🐱 Giobatta 🐱";
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #ff79c6;
  pointer-events: none;
  z-index: 9999;
}

/* Gattini sotto - azzurro */
body::after {
  content: "😺 Giobatta 😺 Ciro 😺 Giobatta 😺 Ciro 😺";
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #8be9fd;
  pointer-events: none;
  z-index: 9999;
}
