.blunts-archive-card .card-inner > .meta-row:first-child .badge:nth-child(2) {
  color: #ffebe8;
  border-color: rgba(255, 75, 65, 0.88);
  background: rgba(86, 0, 0, 0.56);
  box-shadow:
    0 0 10px rgba(255, 40, 30, 0.34),
    0 0 24px rgba(255, 0, 0, 0.18),
    inset 0 0 12px rgba(255, 40, 30, 0.18);
  animation: bluntsArchiveExclusiveBlink 1.18s steps(2, end) infinite;
}

.blunts-archive-card .card-inner > .meta-row:first-child .badge:nth-child(3) {
  position: relative;
  overflow: hidden;
  color: #dff7ff;
  border-color: rgba(119, 217, 255, 0.62);
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.28), rgba(119, 217, 255, 0.12), rgba(0, 0, 0, 0.28));
  box-shadow:
    0 0 12px rgba(119, 217, 255, 0.20),
    inset 0 0 12px rgba(119, 217, 255, 0.08);
}

.blunts-archive-card .card-inner > .meta-row:first-child .badge:nth-child(3)::after {
  content: "";
  position: absolute;
  inset: -45% -35%;
  background: linear-gradient(115deg, transparent 0 39%, rgba(255, 255, 255, 0.82) 47%, rgba(119, 217, 255, 0.38) 52%, transparent 61% 100%);
  transform: translateX(-130%);
  animation: bluntsArchiveWitnessShimmer 2.45s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bluntsArchiveExclusiveBlink {
  0%, 48% {
    opacity: 1;
    color: #fff0ec;
    background: rgba(104, 0, 0, 0.66);
    box-shadow:
      0 0 12px rgba(255, 40, 30, 0.58),
      0 0 30px rgba(255, 0, 0, 0.26),
      inset 0 0 12px rgba(255, 40, 30, 0.22);
  }
  49%, 100% {
    opacity: 0.42;
    color: rgba(255, 170, 162, 0.78);
    background: rgba(40, 0, 0, 0.34);
    box-shadow: none;
  }
}

@keyframes bluntsArchiveWitnessShimmer {
  0%, 38% { transform: translateX(-130%); opacity: 0; }
  48% { opacity: 0.95; }
  72%, 100% { transform: translateX(130%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .blunts-archive-card .card-inner > .meta-row:first-child .badge:nth-child(2),
  .blunts-archive-card .card-inner > .meta-row:first-child .badge:nth-child(3)::after {
    animation: none;
  }
}
