/* Home Top Games — tabs + compact near-pick'em rows */

.hero .tagline {
  margin-bottom: 0;
}

button.slate-pill {
  font: inherit;
  cursor: pointer;
}

button.slate-pill:hover:not(:disabled) {
  border-color: rgba(56, 189, 248, 0.45);
  color: var(--text);
}

button.slate-pill.is-active {
  background: rgba(14, 165, 233, 0.2);
  border-color: rgba(56, 189, 248, 0.45);
  color: var(--accent);
}

button.slate-pill:disabled,
button.slate-pill.is-empty {
  cursor: default;
  opacity: 0.55;
}

.slate-sub {
  margin: -0.45rem 0 0.85rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.slate-game-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 0.85rem;
  align-items: baseline;
  padding: 0.55rem 0.1rem;
  border-top: 1px solid var(--border);
}

.slate-game-row:first-child {
  border-top: none;
  padding-top: 0.1rem;
}

.slate-matchup {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.28rem 0.4rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.slate-matchup .team-btn {
  font-size: 0.95rem;
}

.slate-ml {
  color: var(--text-muted);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
}

.slate-game-meta {
  text-align: right;
}

.slate-pk {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.08rem 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  color: #cbd5e1;
  vertical-align: middle;
}

.slate-foot {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
}

@media (max-width: 520px) {
  .slate-game-row {
    grid-template-columns: 1fr;
  }
  .slate-game-meta {
    text-align: left;
  }
}
