.chaos-powered-badge-row {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-powered-by {
  margin-top: 12px;
}

.chaos-powered-badge {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  border: 1px solid #39FF14;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(18, 0, 31, 0.84), rgba(5, 0, 8, 0.9)),
    rgba(10, 0, 20, 0.78);
  color: #d8d8d8;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: normal;
  box-shadow:
    0 0 8px rgba(57, 255, 20, 0.34),
    0 0 18px rgba(176, 38, 255, 0.12),
    inset 0 0 0 1px rgba(176, 38, 255, 0.08);
  opacity: 0.96;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
  animation: chaos-powered-glow-pulse 5.4s ease-in-out infinite;
}

.chaos-powered-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.9), transparent);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.56);
  transform: translateX(-120%);
  animation: chaos-powered-scanline 4.8s linear infinite;
  pointer-events: none;
}

.chaos-powered-badge:hover {
  transform: scale(1.03);
  border-color: #9dff7f;
  box-shadow:
    0 0 14px rgba(57, 255, 20, 0.58),
    0 0 28px rgba(176, 38, 255, 0.2),
    inset 0 0 0 1px rgba(176, 38, 255, 0.14);
  opacity: 1;
}

.chaos-powered-badge-label,
.chaos-powered-badge-separator,
.chaos-powered-badge-partner {
  position: relative;
  z-index: 1;
}

.chaos-powered-badge-label,
.chaos-powered-badge-separator {
  color: #d8d8d8;
}

.chaos-powered-badge-partner {
  color: #39FF14;
  text-shadow:
    0 0 10px rgba(57, 255, 20, 0.48),
    0 0 18px rgba(176, 38, 255, 0.18);
}

.chaos-powered-badge-small {
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 0.78rem;
  gap: 5px;
}

.chaos-glow-badge-strip {
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chaos-glow-badge,
.site-footer .broadcast-item.chaos-glow-badge {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #39FF14;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(18, 0, 31, 0.84), rgba(5, 0, 8, 0.9)),
    rgba(10, 0, 20, 0.78);
  color: #d8d8d8;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: normal;
  box-shadow:
    0 0 8px rgba(57, 255, 20, 0.34),
    0 0 18px rgba(176, 38, 255, 0.12),
    inset 0 0 0 1px rgba(176, 38, 255, 0.08);
  opacity: 0.96;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
  animation: chaos-powered-glow-pulse 5.4s ease-in-out infinite;
}

.chaos-glow-badge::after,
.site-footer .broadcast-item.chaos-glow-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.9), transparent);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.56);
  transform: translateX(-120%);
  animation: chaos-powered-scanline 4.8s linear infinite;
  pointer-events: none;
}

.chaos-glow-badge:hover,
.site-footer .broadcast-item.chaos-glow-badge:hover {
  transform: scale(1.03);
  border-color: #9dff7f;
  box-shadow:
    0 0 14px rgba(57, 255, 20, 0.58),
    0 0 28px rgba(176, 38, 255, 0.2),
    inset 0 0 0 1px rgba(176, 38, 255, 0.14);
  opacity: 1;
}

.chaos-glow-badge__dot,
.site-footer .broadcast-item .chaos-glow-badge__dot {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #39FF14;
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.9);
}

.chaos-glow-badge__label,
.chaos-glow-badge__value {
  position: relative;
  z-index: 1;
}

.chaos-glow-badge__label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.chaos-glow-badge__value,
.site-footer .broadcast-item .chaos-glow-badge__value {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  font-weight: 500;
}

.broadcast-strip .chaos-glow-badge {
  flex: 0 1 auto;
}

.chaos-info-badge-strip,
.chaos-status-row {
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.chaos-info-badge,
.chaos-powered-badge,
.site-footer .broadcast-item.chaos-info-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #39FF14;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(18, 0, 31, 0.84), rgba(5, 0, 8, 0.9)),
    rgba(10, 0, 20, 0.78);
  color: #ffffff;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: normal;
  box-shadow:
    0 0 8px rgba(57, 255, 20, 0.55),
    0 0 18px rgba(176, 38, 255, 0.12),
    inset 0 0 0 1px rgba(176, 38, 255, 0.08);
  opacity: 0.96;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
  animation: chaosBadgeGlow 5.4s ease-in-out infinite;
}

.chaos-info-badge::after,
.chaos-powered-badge::after,
.site-footer .broadcast-item.chaos-info-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.9), transparent);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.56);
  transform: translateX(-120%);
  animation: chaosBadgeScanline 4.8s linear infinite;
  pointer-events: none;
}

.chaos-info-badge:hover,
.chaos-powered-badge:hover,
.site-footer .broadcast-item.chaos-info-badge:hover {
  transform: scale(1.03);
  border-color: #9dff7f;
  box-shadow:
    0 0 14px rgba(57, 255, 20, 0.85),
    0 0 28px rgba(176, 38, 255, 0.2),
    inset 0 0 0 1px rgba(176, 38, 255, 0.14);
  opacity: 1;
}

.chaos-info-badge__dot,
.site-footer .broadcast-item .chaos-info-badge__dot {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #39FF14;
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.9);
}

.chaos-info-badge__label,
.chaos-info-badge__value {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.chaos-info-badge__label,
.chaos-powered-badge-label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.chaos-info-badge__value,
.chaos-powered-badge-partner,
.site-footer .broadcast-item .chaos-info-badge__value {
  color: #39FF14;
  font-size: 0.9rem;
  font-weight: 700;
  text-shadow:
    0 0 10px rgba(57, 255, 20, 0.48),
    0 0 18px rgba(176, 38, 255, 0.18);
}

.broadcast-strip .chaos-info-badge {
  flex: 0 1 auto;
}

@keyframes chaosBadgeGlow {
  0%,
  100% {
    box-shadow:
      0 0 6px rgba(57, 255, 20, 0.45),
      0 0 16px rgba(176, 38, 255, 0.1),
      inset 0 0 0 1px rgba(176, 38, 255, 0.08);
    opacity: 0.94;
  }
  50% {
    box-shadow:
      0 0 14px rgba(57, 255, 20, 0.75),
      0 0 24px rgba(176, 38, 255, 0.16),
      inset 0 0 0 1px rgba(176, 38, 255, 0.12);
    opacity: 1;
  }
}

@keyframes chaosBadgeScanline {
  0%,
  42% {
    transform: translateX(-120%);
  }
  72%,
  100% {
    transform: translateX(170%);
  }
}

@keyframes chaos-powered-glow-pulse {
  0%,
  100% {
    box-shadow:
      0 0 6px rgba(57, 255, 20, 0.28),
      0 0 16px rgba(176, 38, 255, 0.1),
      inset 0 0 0 1px rgba(176, 38, 255, 0.08);
    opacity: 0.94;
  }
  50% {
    box-shadow:
      0 0 14px rgba(57, 255, 20, 0.48),
      0 0 24px rgba(176, 38, 255, 0.16),
      inset 0 0 0 1px rgba(176, 38, 255, 0.12);
    opacity: 1;
  }
}

@keyframes chaos-powered-scanline {
  0%,
  42% {
    transform: translateX(-120%);
  }
  72%,
  100% {
    transform: translateX(170%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chaos-powered-badge,
  .chaos-powered-badge::after,
  .chaos-info-badge,
  .chaos-info-badge::after,
  .chaos-glow-badge,
  .chaos-glow-badge::after {
    animation: none;
  }
}

@media (max-width: 520px) {
  .broadcast-strip .chaos-glow-badge,
  .broadcast-strip .chaos-info-badge {
    width: 100%;
  }
}

.chaos-status-inline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.chaos-powered-badge,
.site-footer .chaos-powered-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid #39FF14;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(18, 0, 31, 0.84), rgba(5, 0, 8, 0.9)),
    rgba(10, 0, 20, 0.78);
  color: #ffffff;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: normal;
  box-shadow:
    0 0 8px rgba(57, 255, 20, 0.55),
    0 0 18px rgba(176, 38, 255, 0.12),
    inset 0 0 0 1px rgba(176, 38, 255, 0.08);
  opacity: 0.96;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
  animation: chaosBadgeGlow 5.4s ease-in-out infinite;
}

.chaos-powered-badge::after,
.site-footer .chaos-powered-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(57, 255, 20, 0.9), transparent);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.56);
  transform: translateX(-120%);
  animation: chaosBadgeScanline 4.8s linear infinite;
  pointer-events: none;
}

.chaos-powered-badge:hover,
.site-footer .chaos-powered-badge:hover {
  transform: scale(1.03);
  border-color: #9dff7f;
  box-shadow:
    0 0 14px rgba(57, 255, 20, 0.85),
    0 0 28px rgba(176, 38, 255, 0.2),
    inset 0 0 0 1px rgba(176, 38, 255, 0.14);
  opacity: 1;
}

.chaos-powered-badge__dot {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #39FF14;
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.9);
}

.chaos-powered-badge__muted,
.chaos-powered-badge__name {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.chaos-powered-badge__muted {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.chaos-powered-badge__name {
  color: #39FF14;
  font-size: 0.9rem;
  font-weight: 700;
  text-shadow:
    0 0 10px rgba(57, 255, 20, 0.48),
    0 0 18px rgba(176, 38, 255, 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .chaos-powered-badge,
  .chaos-powered-badge::after {
    animation: none;
  }
}

@media (max-width: 520px) {
  .chaos-status-inline-row .chaos-powered-badge {
    width: 100%;
  }
}
