.nfl-coming-model {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.08), transparent 42%), var(--bg);
}

.nfl-coming-model[hidden] {
  display: none !important;
}

.nfl-coming-model__field {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
}

.nfl-coming-model__field::before,
.nfl-coming-model__field::after,
.nfl-coming-model__field span {
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: rgba(148, 163, 184, 0.13);
  content: "";
}

.nfl-coming-model__field::before { left: 16.666%; }
.nfl-coming-model__field span:nth-child(1) { left: 33.333%; }
.nfl-coming-model__field span:nth-child(2) { left: 50%; background: rgba(59, 130, 246, 0.28); }
.nfl-coming-model__field span:nth-child(3) { left: 66.666%; }
.nfl-coming-model__field::after { left: 83.333%; }

.nfl-coming-model__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 520px;
  max-width: 760px;
  margin: 0 auto;
  padding: 88px 32px 96px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.nfl-coming-model__mark,
.nfl-coming-plays__mark {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(59, 130, 246, 0.45);
  border-radius: var(--radius);
  background: rgba(59, 130, 246, 0.11);
  color: var(--blue);
  font: 800 12px/1 var(--mono);
  letter-spacing: 2px;
}

.nfl-coming-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-radius: 4px;
  background: rgba(59, 130, 246, 0.1);
  color: var(--blue);
  font: 800 10px/1 var(--mono);
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.nfl-coming-model h1 {
  margin: 20px 0 0;
  color: var(--text);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.08;
}

.nfl-coming-model p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--text2, var(--muted));
  font-size: 16px;
  line-height: 1.65;
}

.nfl-coming-plays {
  display: flex;
  min-height: 330px;
  padding: 54px 28px 60px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.08), transparent 46%), rgba(15, 19, 29, 0.82);
  text-align: center;
}

.nfl-coming-plays h3 {
  margin: 18px 0 0;
  color: var(--text);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.nfl-coming-plays p {
  max-width: 600px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

#tracking-sports [data-nfl-plays-filter] {
  min-width: 52px;
}

@media (max-width: 767px) {
  .nfl-coming-model,
  .nfl-coming-model__content {
    min-height: 430px;
  }

  .nfl-coming-model__content {
    padding: 64px 20px 72px;
  }

  .nfl-coming-model h1 {
    font-size: 34px;
  }

  .nfl-coming-model p,
  .nfl-coming-plays p {
    font-size: 14px;
  }

  .nfl-coming-plays {
    min-height: 300px;
    padding: 44px 20px 50px;
  }

  .nfl-coming-plays h3 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nfl-coming-model *,
  .nfl-coming-plays * {
    scroll-behavior: auto !important;
  }
}
