.watch-header-badge {
  display: none;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(251, 191, 36, .55);
  border-radius: 999px;
  padding: 9px 13px;
  color: #fff;
  background: rgba(180, 83, 9, .45);
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.watch-header-badge:hover { color: #fff; filter: brightness(1.12); }
.watch-header-badge.is-visible { display: inline-flex; }
.watch-header-badge.important {
  border-color: rgba(251, 113, 133, .75);
  background: rgba(190, 18, 60, .82);
  animation: ainvestorWatchPulse 1.3s ease-in-out infinite;
}
@keyframes ainvestorWatchPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(244, 63, 94, .06); }
  50% { box-shadow: 0 0 0 7px rgba(244, 63, 94, .20); }
}
@media (prefers-reduced-motion: reduce) {
  .watch-header-badge.important { animation: none; }
}
