.game-instructions {
  width: 100%;
  margin: 0 0 0.85rem;
  color: var(--fg-dim, #6b6b6b);
  font-size: 0.7rem;
  line-height: 1.55;
  letter-spacing: 0.02em;
  text-align: center;
}

.nav-games a {
  white-space: nowrap;
}

nav .title {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.canvas-container canvas:focus {
  outline: 2px solid var(--accent, #2d2d2d);
  outline-offset: 4px;
}

.scoreboard th {
  padding: 0.2rem 0.4rem;
  color: var(--fg-dim, #6b6b6b);
  font-weight: 400;
  text-align: left;
}

.scoreboard th:first-child {
  width: 1.5rem;
  text-align: right;
  padding-right: 0.75rem;
}

.scoreboard th:last-child {
  text-align: right;
}

@media (prefers-color-scheme: dark) {
  .game-instructions {
    color: var(--fg-dim, #94a3b8);
  }
}
