.agd-live-page {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) 0 clamp(48px, 7vw, 88px);
}

.agd-live-scene {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(119, 185, 255, .26);
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 29, 58, .98), rgba(18, 73, 104, .96) 58%, rgba(37, 118, 145, .92)),
    #061d3a;
  box-shadow: 0 20px 54px rgba(6, 29, 58, .18);
}

.agd-live-scene::before,
.agd-live-scene::after {
  position: absolute;
  z-index: -1;
  content: '';
  pointer-events: none;
  transform: rotate(-26deg);
  border: 1px solid rgba(119, 185, 255, .14);
}

.agd-live-scene::before {
  top: -38%;
  right: 8%;
  width: 36%;
  height: 180%;
}

.agd-live-scene::after {
  top: -38%;
  right: 25%;
  width: 18%;
  height: 180%;
  border-color: rgba(245, 193, 86, .12);
}

.agd-live-scene__head {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.agd-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px;
  border: 1px solid rgba(245, 193, 86, .64);
  border-radius: 999px;
  color: #f5c156;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.agd-live-badge__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ed3340;
  box-shadow: 0 0 0 4px rgba(237, 51, 64, .16);
}

.agd-live-kicker {
  margin: 24px 0 8px;
  color: #f5c156;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.agd-live-scene h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.agd-live-intro {
  max-width: 560px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.agd-live-player {
  width: 100%;
  max-width: 1180px;
  aspect-ratio: 16 / 9;
  margin: clamp(28px, 5vw, 52px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: #020b18;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
}

.agd-live-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.agd-live-scene__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.agd-live-scene__foot p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .92rem;
}

.agd-live-back {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #f5c156;
  border-radius: 999px;
  color: #fff;
  font-weight: 750;
}

.agd-live-back:hover,
.agd-live-back:focus-visible {
  color: #061d3a;
  background: #f5c156;
}

@media (max-width: 700px) {
  .agd-live-page {
    width: min(100% - 28px, 560px);
    padding: 22px 0 48px;
  }

  .agd-live-scene {
    padding: 26px 16px 22px;
    border-radius: 24px;
  }

  .agd-live-scene h1 {
    font-size: clamp(2.7rem, 16vw, 4rem);
  }

  .agd-live-intro {
    margin-top: 14px;
    font-size: 1rem;
  }

  .agd-live-player {
    margin-top: 26px;
    border-radius: 15px;
  }

  .agd-live-scene__foot {
    display: block;
    margin-top: 16px;
  }

  .agd-live-scene__foot p {
    font-size: .84rem;
  }

  .agd-live-back {
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .agd-live-scene::before,
  .agd-live-scene::after {
    display: none;
  }
}
