#lovable-badge { display: none !important; }

#ca-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #050805;
  color: #50ff78;
  font-family: "Press Start 2P", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 12px 16px;
  border-bottom: 2px solid #50ff78;
  text-transform: uppercase;
}

header.sticky.top-0 {
  top: 42px !important;
}

.rh-mark {
  width: 18px;
  height: 18px;
  image-rendering: pixelated;
  display: inline-block;
  vertical-align: middle;
}
