.beginner-guide-intro {
  max-width: 800px;
  margin: 0 auto 28px;
}

.beginner-guide-intro .seo-intro {
  margin-bottom: 12px;
}

.beginner-guide-note {
  margin: 0;
  padding: 0 20px;
  color: var(--data-secondary);
  font-family: 'Share Tech Mono', monospace;
  line-height: 1.6;
  text-align: center;
}

.beginner-games-card {
  padding: 18px 20px 24px;
}

.beginner-games-card .games-table-container {
  margin-top: 0;
  overscroll-behavior-inline: contain;
}

.beginner-games-table {
  min-width: 1080px;
}

.beginner-games-table th:first-child,
.beginner-games-table td:first-child {
  width: 70px;
  text-align: center;
}

.beginner-games-table th:nth-child(2) {
  width: 46%;
}

.beginner-games-table .beginner-stage-row th {
  padding: 18px 15px 11px;
  border-bottom: 1px solid rgba(0, 200, 255, 0.38);
  background: rgba(0, 200, 255, 0.08);
  color: var(--white);
  font-size: 0.82rem;
  text-align: left;
  text-shadow: none;
}

.beginner-stage-number {
  display: inline-block;
  margin-right: 14px;
  color: var(--gold);
  font-size: 0.66rem;
  letter-spacing: 1.5px;
}

.beginner-step-cell {
  color: var(--gold) !important;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
}

.beginner-players-cell {
  min-width: 430px;
}

.beginner-game-link {
  display: flex;
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}

.beginner-game-link:hover .beginner-pairing,
.beginner-game-link:focus-visible .beginner-pairing {
  color: var(--white);
}

.beginner-game-link:focus-visible {
  outline: 1px solid var(--cyan);
  outline-offset: 5px;
}

.beginner-pairing {
  color: var(--cyan);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
}

.beginner-versus {
  margin: 0 5px;
  color: var(--muted);
}

.beginner-study-focus {
  max-width: 720px;
  color: var(--data-secondary);
  font-size: 0.82rem;
  line-height: 1.45;
}

.beginner-study-focus strong {
  color: var(--gold);
  font-weight: 600;
}

.beginner-moves-cell {
  text-align: center;
}

.beginner-opening {
  color: var(--gold);
}

.beginner-event-cell {
  color: var(--data-secondary) !important;
  font-size: 0.78rem;
}

@media (max-width: 720px) {
  .beginner-guide-note {
    text-align: left;
  }

  .beginner-games-card {
    padding: 10px 8px 16px;
  }

  .beginner-games-table {
    min-width: 940px;
  }

  .beginner-players-cell {
    min-width: 390px;
  }

  .beginner-game-link {
    min-height: 52px;
  }
}
