/* FdGamesCore Phase 5B — launchers */
.fdgm-album-play {
  margin: 0.75rem 0 1rem;
  max-width: 28rem;
}
.fdgm-album-play__summary {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: #5c5346;
  color: #fff;
  font-weight: 600;
  list-style: none;
}
.fdgm-album-play__summary::-webkit-details-marker { display: none; }
.fdgm-album-play__panel {
  margin-top: 0.5rem;
  padding: 0.75rem;
  border: 1px solid rgba(44,42,38,.14);
  border-radius: 10px;
  background: #f6f3ee;
}
.fdgm-album-play__scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
}
.fdgm-album-play__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.fdgm-album-play__link {
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  background: #fff;
  color: #2c2a26 !important;
  text-decoration: none !important;
  border: 1px solid rgba(44,42,38,.12);
}
.fdgm-album-play__link:hover,
.fdgm-album-play__link:focus-visible {
  border-color: #5c5346;
  outline: 2px solid #5c5346;
  outline-offset: 1px;
}
.fdgm-album-play__disabled {
  opacity: 0.72;
  font-size: 0.88rem;
  padding: 0.35rem 0.5rem;
}
.fdgm-album-play__why { color: #6b6560; }
.fdgm-album-play__unlocked {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: #3d5a45;
}

.fdgm-thumb-play {
  position: absolute;
  right: 0.35rem;
  bottom: 0.35rem;
  z-index: 4;
}
.fdgm-thumb-play__btn {
  min-width: 40px;
  min-height: 32px;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 0;
  background: rgba(28, 24, 20, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: opacity .15s ease;
}
.thumbnail:hover .fdgm-thumb-play__btn,
.thumbnail:focus-within .fdgm-thumb-play__btn,
.fdgm-thumb-play.is-open .fdgm-thumb-play__btn,
.fdgm-thumb-play__btn:focus-visible {
  opacity: 1;
}
.fdgm-thumb-play__menu {
  position: absolute;
  right: 0;
  bottom: 2.1rem;
  min-width: 12rem;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(44,42,38,.16);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.fdgm-thumb-play__menu a {
  display: block;
  padding: 0.45rem 0.55rem;
  color: #2c2a26 !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-size: 0.88rem;
}
.fdgm-thumb-play__menu a:hover,
.fdgm-thumb-play__menu a:focus-visible {
  background: #f0ebe3;
}

.fdgm-picture-play {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(44,42,38,.14);
  border-radius: 12px;
  background: #f6f3ee;
  max-width: 40rem;
}
.fdgm-picture-play__title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}
.fdgm-picture-play__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.fdgm-picture-play__link,
.fdgm-picture-play__btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  border: 1px solid #5c5346;
  background: #5c5346;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  cursor: pointer;
}
.fdgm-picture-play__disabled {
  opacity: 0.8;
  font-size: 0.9rem;
}
.fdgm-picture-play__disabled small {
  display: block;
  color: #6b6560;
}

/* Hub blocks */
.fdgm-hub-games__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.75rem;
  margin: 0.75rem 0 1.5rem;
}
.fdgm-hub-game-card {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(44,42,38,.14);
  background: #fff;
  color: #2c2a26 !important;
  text-decoration: none !important;
}
.fdgm-hub-game-card.is-current {
  border-color: #5c5346;
  box-shadow: inset 0 0 0 1px #5c5346;
}
.fdgm-hub-game-card__modes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.45rem;
  font-size: 0.75rem;
  color: #6b6560;
}
.fdgm-hub-featured__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.fdgm-hub-featured__item small { display: block; color: #6b6560; }
.fdgm-hub-featured__item.is-not_found,
.fdgm-hub-featured__item.is-ambiguous { opacity: 0.7; }
.fdgm-hub-album-browser__search {
  width: 100%;
  max-width: 24rem;
  margin-bottom: 0.65rem;
  padding: 0.5rem 0.65rem;
}
.fdgm-hub-album-browser__tree {
  max-height: 22rem;
  overflow: auto;
  border: 1px solid rgba(44,42,38,.12);
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  background: #fff;
}
.fdgm-album-tree { list-style: none; margin: 0; padding-left: 0.75rem; }
.fdgm-album-tree__badge {
  font-size: 0.7rem;
  margin-left: 0.35rem;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  background: #ece7df;
}
.fdgm-album-tree__badge.is-unlocked { background: #dceadf; }

@media (max-width: 720px) {
  .fdgm-thumb-play__btn { opacity: 0.92; }
}
