/* Continue the trunk's velvet into the collection without a second introduction. */
body { background: #0b1713; }
.games-collection {
  min-height: 100svh;
  background:
    linear-gradient(180deg, #0b1713 0, #0b1713b8 180px, #0b1713bd calc(100% - 100px), #0b1713 100%),
    url('assets/games/kluczogry-49a/velvet.webp') center / cover;
}
.games-salon { padding-top: 32px; padding-bottom: 32px; }
.chest-scroll {
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  min-height: 60px;
  padding: 8px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border: 0;
  background: none;
  color: #e4d4b8;
  font: 14px/1.4 Georgia, serif;
  cursor: pointer;
  text-shadow: 0 2px 9px #000;
}
.chest-scroll svg { width: 18px; height: 18px; animation: chest-invitation 3.6s ease-in-out 3; }
.chest-scroll:hover { color: #fff3d8; }
.chest-scroll:focus-visible { outline: 1px solid #e4d4b8; outline-offset: 3px; }
.chest-scroll.is-past-entry { visibility: hidden; pointer-events: none; }
@keyframes chest-invitation {
  0%, 40%, 100% { transform: translateY(0); }
  60% { transform: translateY(5px); }
}
@media (max-width: 760px) {
  .games-salon { padding-top: 20px; padding-bottom: 24px; }
  .chest-scroll { left: 14px; bottom: 38px; transform: none; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .chest-scroll svg { animation: none; }
}
