.home-daily-shortcuts .home-mini-icon__round-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 19px;
  padding: 3px 7px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 248, 203, 0.92);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff4a8, #ffb52b 56%, #f36c0a);
  color: #291100;
  font-size: clamp(8px, 1.65vw, 11px);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 0 12px rgba(255, 174, 35, 0.86),
    0 4px 9px rgba(0, 0, 0, 0.48);
  pointer-events: none;
}

.home-daily-shortcuts .home-mini-icon__round-badge[hidden] {
  display: none;
}

.home-daily-shortcuts .home-mini-icon-item--club-vote.home-mini-icon-item--vote-active {
  animation: club-choice-vote-active-glow 1.65s ease-in-out infinite;
}

.home-daily-shortcuts .home-mini-icon-item--club-vote.home-mini-icon-item--vote-active::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 6;
  display: block;
  border: 2px solid rgba(255, 190, 54, 0.88);
  border-radius: 13px;
  box-sizing: border-box;
  pointer-events: none;
  animation: club-choice-vote-active-outline 1.65s ease-in-out infinite;
}

.home-daily-shortcuts .home-mini-icon-item--vote-active .home-mini-icon__hero--club-vote {
  animation: club-choice-vote-active-hero 1.65s ease-in-out infinite;
}

.home-daily-shortcuts .home-mini-icon-item--vote-active .home-mini-icon__round-badge {
  animation: club-choice-vote-active-badge 1.65s ease-in-out infinite;
}

@keyframes club-choice-vote-active-glow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(255, 165, 28, 0.72),
      0 0 14px rgba(255, 119, 0, 0.5),
      inset 0 0 18px rgba(255, 126, 0, 0.12) !important;
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(255, 231, 142, 0.98),
      0 0 25px 5px rgba(255, 153, 0, 0.86),
      0 0 42px 9px rgba(255, 86, 0, 0.46),
      inset 0 0 28px rgba(255, 174, 35, 0.28) !important;
  }
}

@keyframes club-choice-vote-active-outline {
  0%, 100% {
    border-color: rgba(255, 155, 28, 0.76);
    box-shadow:
      inset 0 0 7px rgba(255, 126, 0, 0.46),
      0 0 7px rgba(255, 126, 0, 0.5);
  }
  50% {
    border-color: #fff0a8;
    box-shadow:
      inset 0 0 12px 2px rgba(255, 181, 35, 0.9),
      0 0 12px 2px rgba(255, 174, 28, 0.92),
      0 0 22px 4px rgba(255, 83, 0, 0.62);
  }
}

@keyframes club-choice-vote-active-hero {
  0%, 100% {
    filter: saturate(1.16) contrast(1.08) brightness(1.08)
      drop-shadow(0 0 12px rgba(255, 133, 0, 0.72));
  }
  50% {
    filter: saturate(1.34) contrast(1.12) brightness(1.28)
      drop-shadow(0 0 20px rgba(255, 210, 83, 1))
      drop-shadow(0 0 34px rgba(255, 91, 0, 0.92));
  }
}

@keyframes club-choice-vote-active-badge {
  0%, 100% { transform: scale(1); }
  50% {
    transform: scale(1.055);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.72),
      0 0 18px 3px rgba(255, 206, 83, 0.96),
      0 5px 12px rgba(0, 0, 0, 0.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-daily-shortcuts .home-mini-icon-item--club-vote.home-mini-icon-item--vote-active,
  .home-daily-shortcuts .home-mini-icon-item--club-vote.home-mini-icon-item--vote-active::before,
  .home-daily-shortcuts .home-mini-icon-item--vote-active .home-mini-icon__hero--club-vote,
  .home-daily-shortcuts .home-mini-icon-item--vote-active .home-mini-icon__round-badge {
    animation: none;
  }
}
