.LivestreamPlayer-module_section__hg6sP {
  margin-bottom: var(--spacing-lg);
}

.LivestreamPlayer-module_playerWrapper__8oJq7 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--color-surface-dark, #111);
  border-radius: var(--radius-md, 8px);
  overflow: hidden;
}

.LivestreamPlayer-module_coverImage__xgh60 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.LivestreamPlayer-module_badge__KIpxN {
  position: absolute;
  top: var(--spacing-sm);
  left: var(--spacing-sm);
  padding: 4px 12px;
  color: var(--color-text-on-dark, #fff);
  font-size: var(--font-size-sm, 0.875rem);
  font-weight: 600;
  border-radius: var(--radius-sm, 4px);
  z-index: 1;
}

.LivestreamPlayer-module_badgeOffline__5PVSw {
  background: var(--color-surface-dark, #333);
}

.LivestreamPlayer-module_badgeLive__u2CrW {
  background: var(--color-accent, #e63946);
  animation: LivestreamPlayer-module_pulse__9Q3Rk 2s ease-in-out infinite;
}

@keyframes LivestreamPlayer-module_pulse__9Q3Rk {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.LivestreamPlayer-module_playOverlay__qjToN {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
  background: rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease;
}

.LivestreamPlayer-module_playOverlay__qjToN:hover {
  background: rgba(0, 0, 0, 0.5);
}

.LivestreamPlayer-module_playButton__rVqjB {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease, background 0.2s ease;
}

.LivestreamPlayer-module_playOverlay__qjToN:hover .LivestreamPlayer-module_playButton__rVqjB {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.3);
}

.LivestreamPlayer-module_playIcon__K-MD1 {
  width: 36px;
  height: 36px;
  margin-left: 4px;
}

.LivestreamPlayer-module_ctaLabel__dGOAB {
  font-size: var(--font-size-md, 1rem);
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.LivestreamPlayer-module_meta__OvnX9 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--spacing-3);
  margin-top: var(--spacing-4);
}

.LivestreamPlayer-module_subtitle__0Ryra {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  font-family: var(--font-headline);
  font-size: var(--text-large);
  line-height: var(--text-large-line-height);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
}

.LivestreamPlayer-module_subtitle__0Ryra::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  flex-shrink: 0;
}

.LivestreamPlayer-module_description__DDSDJ {
  margin-top: var(--spacing-5);
  padding-top: var(--spacing-5);
  border-top: 1px solid var(--color-border);
  color: var(--color-text-secondary);
  font-size: var(--text-body);
  line-height: var(--text-body-line-height);
}
