.hero-copy-group {
  max-width: 570px;
  margin: 28px 0 0;
}

.hero-copy-group + .hero-actions {
  margin-top: 24px;
}

.hero-copy-group .hero-copy {
  max-width: 520px;
  margin: 0;
}

.hero-live-status {
  width: min(100%, 440px);
  margin: 16px 0 0;
  padding: 10px 13px 9px;
  border: 1px solid rgba(224, 255, 234, .18);
  border-radius: 12px;
  background: rgba(5, 23, 14, .34);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

.hero-market-update-note {
  max-width: none;
  margin: 10px 0 0;
  padding: 0;
  color: var(--gold);
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 650;
  line-height: 1.6;
  letter-spacing: -.01em;
}

.hero-live-status-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 18px;
}

.hero-live-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.hero-live-label .live-dot {
  width: 7px;
  height: 7px;
}

.hero-live-status-head strong {
  margin-left: auto;
  color: #d8f5e2;
  font-size: 10px;
  font-weight: 750;
}

.hero-live-status p {
  margin: 8px 0 3px;
  color: #effbf3;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.hero-live-status small {
  display: block;
  margin-top: 4px;
  color: #a9c1b0;
  font-size: 10px;
  line-height: 1.4;
}

.hero-live-status.is-refreshing {
  border-color: rgba(239, 198, 108, .36);
  background: rgba(52, 39, 15, .24);
}

.hero-live-status.is-refreshing .hero-live-label,
.hero-live-status.is-refreshing .hero-live-status-head strong {
  color: var(--gold);
}

.hero-live-status.is-error {
  border-color: rgba(255, 138, 125, .42);
}

.hero-live-status.is-error .hero-live-label,
.hero-live-status.is-error .hero-live-status-head strong {
  color: var(--red);
}

@media (max-width: 640px) {
  .hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    min-height: max(790px, 100svh);
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-live-status {
    width: 100%;
    margin: 14px 0 0;
    padding: 10px 12px 9px;
    border-radius: 11px;
  }

  .hero-market-update-note {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
  }

  .hero-copy-group {
    max-width: none;
    margin-top: 20px;
  }

  .hero-copy-group + .hero-actions {
    margin-top: 20px;
  }

  .featured-match {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin: 20px 16px 30px;
    padding: 17px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .hero-live-status {
    background: #0b1c13;
    backdrop-filter: none;
  }
}
