.all-games-link {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .11em !important;
}

.all-games-link::before,
.all-games-link::after {
  content: none !important;
}

.all-games-link:hover,
.all-games-link:focus-visible {
  color: #07130f !important;
  background: #b8ff38;
  border-color: #b8ff38;
  outline: none;
}

.game-daily-quest {
  width: min(1180px, calc(100% - 32px));
  min-height: 92px;
  margin: 14px auto;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  border: 1px solid #355247;
  color: #e9ffe8;
  background: #091710;
  font-family: 'IBM Plex Mono', monospace;
}

.game-daily-quest p { margin: 0 0 6px; color: #b8ff38; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.game-daily-quest h2 { margin: 0; font: 700 clamp(15px, 2vw, 21px)/1.25 'IBM Plex Mono', monospace; }
.game-daily-target{font-size:24px;line-height:1;color:#b8ff38;white-space:nowrap}
.game-daily-status { color: #a8bbb2; font-size: 10px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.game-daily-quest.completed { border-color: #b8ff38; }
.game-daily-quest.completed .game-daily-status { color: #b8ff38; }

@media (max-width: 620px) {
  .all-games-link {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 9px !important;
    letter-spacing: .07em !important;
  }
  .game-daily-quest { width: calc(100% - 20px); grid-template-columns: 1fr auto; gap: 12px; padding: 14px; }
  .game-daily-status { grid-column: 1 / -1; white-space: normal; }
}
