.jackhole-sticker {
  position: absolute;
  top: 37%;
  left: 42.5%;
  font-family: 'Share Tech Mono', monospace;
  font-size: 1rem;
  letter-spacing: 0.2em;
  background: rgba(0, 0, 0, 0.4);
  color: #ff99ff;
  padding: 0.3em 0.6em;
  border: 1px solid #ff66cc44;
  border-radius: 6px;
  box-shadow:
    0 0 4px #ff66cc88,
    inset 0 0 4px #ff33aa44;
  mix-blend-mode: screen;
  z-index: 11;
  pointer-events: none;
  line-height: .8;
  text-align: center;
}

.jackhole-sticker .sub {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  margin-top: 0.1em;
  color: #ffccff;
}

.emoji-onion {
  position: absolute;
  bottom: 50px;
  right: 900px;
  font-size: 2.9rem;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0 4px #ff66cc) drop-shadow(0 0 8px #ff99ff);
  z-index: 999;
}

.emoji-onion:hover {
  transform: scale(1.2) rotate(-5deg);
  filter: drop-shadow(0 0 6px #ff66cc) drop-shadow(0 0 12px #ff33cc);
}