body {
  font: 16px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
  margin: 0 auto;
  padding: 16px;
  max-width: 500px;
}

header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
}

.tagline {
  font-size: 13px;
  color: #555;
  margin: 0;
}

#games {
  list-style: none;
  margin: 0;
  padding: 0;
}

.game {
  border: 1px solid #ccc;
  margin-bottom: 12px;
}

.game a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  text-decoration: none;
  color: #111;
}

.game a:hover {
  background: #f7f7f7;
}

.tiles {
  display: flex;
  gap: 3px;
  flex: 0 0 auto;
}

.tile {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
}

.tile.correct { background: #6aaa64; }
.tile.present { background: #c9b458; }
.tile.absent  { background: #787c7e; }

.game-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.game-name {
  font-weight: bold;
  font-size: 16px;
}

.game-desc {
  font-size: 13px;
  color: #555;
}

footer {
  border-top: 1px solid #ccc;
  margin-top: 32px;
  padding-top: 10px;
  font-size: 12px;
  color: #777;
}
