/* Flamin' Go Run retention layer v1.3 */
.flamin-go-run-root .fgr-retention-menu-hub,
.flamin-go-run-root .fgr-retention-postrun,
.flamin-go-run-root .fgr-retention-playing-tray {
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
}

.flamin-go-run-root .fgr-retention-menu-hub {
  margin: 1rem auto 0;
  padding: 1rem;
  max-width: 44rem;
  width: min(100%, 44rem);
  border: 1px solid rgba(251, 191, 36, 0.24);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.72), rgba(88, 28, 135, 0.42));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.flamin-go-run-root .fgr-retention-hub-head,
.flamin-go-run-root .fgr-retention-postrun-head,
.flamin-go-run-root .fgr-retention-tray-title {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: left;
}

.flamin-go-run-root .fgr-retention-hub-head span,
.flamin-go-run-root .fgr-retention-postrun-head span,
.flamin-go-run-root .fgr-retention-tray-title span,
.flamin-go-run-root .fgr-retention-daily-mini span,
.flamin-go-run-root .fgr-retention-best-row span,
.flamin-go-run-root .fgr-retention-progress-card span,
.flamin-go-run-root .fgr-retention-reward-row span,
.flamin-go-run-root .fgr-retention-mini-foot span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.flamin-go-run-root .fgr-retention-hub-head strong,
.flamin-go-run-root .fgr-retention-postrun-head strong,
.flamin-go-run-root .fgr-retention-tray-title strong,
.flamin-go-run-root .fgr-retention-daily-mini strong,
.flamin-go-run-root .fgr-retention-best-row strong {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 1000;
  letter-spacing: -0.02em;
}

.flamin-go-run-root .fgr-retention-daily-mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.8rem;
  padding: 0.85rem;
  border: 1px solid rgba(244, 114, 182, 0.24);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  text-align: left;
}

.flamin-go-run-root .fgr-retention-daily-mini small,
.flamin-go-run-root .fgr-retention-postrun-head small,
.flamin-go-run-root .fgr-retention-goals small {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
}

.flamin-go-run-root .fgr-retention-daily-mini button,
.flamin-go-run-root .fgr-retention-actions button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f472b6, #fbbf24);
  color: #111827;
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  padding: 0.72rem 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.flamin-go-run-root .fgr-retention-collection-grid,
.flamin-go-run-root .fgr-retention-reward-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.flamin-go-run-root .fgr-retention-progress-card,
.flamin-go-run-root .fgr-retention-reward-row > div {
  position: relative;
  overflow: hidden;
  min-height: 4.4rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.055);
  text-align: left;
}

.flamin-go-run-root .fgr-retention-progress-card strong,
.flamin-go-run-root .fgr-retention-reward-row strong,
.flamin-go-run-root .fgr-retention-mini-foot strong {
  display: block;
  margin-top: 0.2rem;
  color: #fde68a;
  font-size: 1rem;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-progress-card i {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: var(--fgr-pct, 0%);
  height: 0.22rem;
  background: linear-gradient(90deg, #f472b6, #fbbf24);
}

.flamin-go-run-root .fgr-retention-best-row {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: rgba(15, 23, 42, 0.62);
  text-align: left;
}

.flamin-go-run-root .fgr-retention-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.flamin-go-run-root .fgr-retention-actions button:nth-child(2),
.flamin-go-run-root .fgr-retention-actions button:nth-child(3) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.flamin-go-run-root .fgr-retention-playing-tray {
  pointer-events: none;
  position: absolute;
  left: 1rem;
  bottom: 5.75rem;
  z-index: 32;
  width: min(23rem, calc(100% - 2rem));
  padding: 0.85rem;
  border: 1px solid rgba(251, 191, 36, 0.22);
  border-radius: 1.1rem;
  background: rgba(2, 6, 23, 0.68);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.flamin-go-run-root .fgr-retention-goals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.flamin-go-run-root .fgr-retention-goals > div {
  padding: 0.55rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.07);
  text-align: left;
}

.flamin-go-run-root .fgr-retention-goals strong {
  display: block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-mini-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.flamin-go-run-root .fgr-retention-postrun {
  padding: 1rem;
  border: 1px solid rgba(251, 191, 36, 0.24);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(88, 28, 135, 0.48));
  text-align: left;
}

.flamin-go-run-root .fgr-retention-post-actions {
  justify-content: flex-start;
}

@media (max-width: 720px) {
  .flamin-go-run-root .fgr-retention-collection-grid,
  .flamin-go-run-root .fgr-retention-reward-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flamin-go-run-root .fgr-retention-daily-mini {
    grid-template-columns: 1fr;
  }
  .flamin-go-run-root .fgr-retention-playing-tray {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 4.75rem;
    width: auto;
    padding: 0.65rem;
  }
  .flamin-go-run-root .fgr-retention-goals {
    grid-template-columns: 1fr;
  }
}

/* v1.0 daily leaderboard mini-panel */
.flamin-go-run-root .fgr-retention-daily-leaderboard {
  margin-top: 0.72rem;
  padding: 0.75rem;
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(15, 23, 42, 0.58));
  text-align: left;
}

.flamin-go-run-root .fgr-retention-lb-head,
.flamin-go-run-root .fgr-retention-lb-foot,
.flamin-go-run-root .fgr-retention-lb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.flamin-go-run-root .fgr-retention-lb-head span,
.flamin-go-run-root .fgr-retention-lb-foot span,
.flamin-go-run-root .fgr-retention-lb-row span,
.flamin-go-run-root .fgr-retention-lb-empty {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 850;
}

.flamin-go-run-root .fgr-retention-lb-head strong,
.flamin-go-run-root .fgr-retention-lb-foot strong,
.flamin-go-run-root .fgr-retention-lb-row strong,
.flamin-go-run-root .fgr-retention-lb-row em {
  color: #fff;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-lb-body {
  display: grid;
  gap: 0.32rem;
  margin-top: 0.55rem;
}

.flamin-go-run-root .fgr-retention-lb-row {
  padding: 0.42rem 0.5rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.065);
}

.flamin-go-run-root .fgr-retention-lb-row strong {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flamin-go-run-root .fgr-retention-lb-foot {
  margin-top: 0.55rem;
  padding-top: 0.48rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* v1.0 collection book, weekly leagues, and share cards */
.flamin-go-run-root .fgr-retention-weekly-panel,
.flamin-go-run-root .fgr-retention-collection-book {
  margin-top: 0.72rem;
  padding: 0.78rem;
  border: 1px solid rgba(251, 113, 133, 0.24);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(251, 113, 133, 0.13), rgba(15, 23, 42, 0.6));
  text-align: left;
}

.flamin-go-run-root .fgr-retention-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.62rem;
}

.flamin-go-run-root .fgr-retention-section-head span,
.flamin-go-run-root .fgr-retention-weekly-nudge span,
.flamin-go-run-root .fgr-retention-league-row span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.flamin-go-run-root .fgr-retention-section-head strong,
.flamin-go-run-root .fgr-retention-weekly-nudge strong,
.flamin-go-run-root .fgr-retention-league-row strong {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-weekly-goals,
.flamin-go-run-root .fgr-retention-collection-achievements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.flamin-go-run-root .fgr-retention-league-row,
.flamin-go-run-root .fgr-retention-weekly-nudge {
  margin-top: 0.65rem;
  padding: 0.68rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.065);
}

.flamin-go-run-root .fgr-retention-league-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.48rem;
}

.flamin-go-run-root .fgr-retention-league-row small,
.flamin-go-run-root .fgr-retention-weekly-nudge small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.66rem;
  font-weight: 800;
}

.flamin-go-run-root .fgr-retention-league-row > i,
.flamin-go-run-root .fgr-retention-achievement > i {
  display: block;
  height: 0.42rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.flamin-go-run-root .fgr-retention-league-row > i::before,
.flamin-go-run-root .fgr-retention-achievement > i::before {
  content: '';
  display: block;
  width: var(--fgr-pct, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fbbf24, #fb7185, #a78bfa);
}

.flamin-go-run-root .fgr-retention-weekly-lb {
  margin-top: 0.62rem;
}

.flamin-go-run-root .fgr-retention-achievement {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.35rem 0.55rem;
  padding: 0.62rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.flamin-go-run-root .fgr-retention-achievement.is-done {
  border-color: rgba(52, 211, 153, 0.34);
  background: linear-gradient(135deg, rgba(52, 211, 153, 0.14), rgba(255, 255, 255, 0.055));
}

.flamin-go-run-root .fgr-retention-achievement strong {
  display: block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-achievement small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 760;
  line-height: 1.2;
}

.flamin-go-run-root .fgr-retention-achievement em {
  color: #fde68a;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-achievement > i {
  grid-column: 1 / -1;
}

.flamin-go-run-root .fgr-retention-skin-ledger {
  margin-top: 0.7rem;
}

.flamin-go-run-root .fgr-retention-skin-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem 0.55rem;
  align-items: center;
  padding: 0.45rem 0.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.055);
  margin-top: 0.36rem;
}

.flamin-go-run-root .fgr-retention-skin-row span {
  font-size: 1rem;
}

.flamin-go-run-root .fgr-retention-skin-row strong {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flamin-go-run-root .fgr-retention-skin-row small {
  grid-column: 2 / 3;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.flamin-go-run-root .fgr-retention-skin-row em {
  grid-row: 1 / span 2;
  grid-column: 3 / 4;
  color: #fde68a;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-skin-row.is-locked {
  opacity: 0.72;
}

.fgr-retention-share-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(2, 6, 23, 0.86);
  backdrop-filter: blur(18px);
}

.fgr-retention-share-card {
  width: min(94vw, 760px);
  max-height: 92vh;
  overflow: auto;
  position: relative;
  padding: 1rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(88, 28, 135, 0.96));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.fgr-retention-share-card canvas {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background: #0f172a;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.fgr-retention-share-card textarea {
  width: 100%;
  min-height: 5rem;
  margin-top: 0.8rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font: 700 0.8rem/1.45 system-ui, -apple-system, Segoe UI, sans-serif;
  resize: vertical;
}

.fgr-retention-share-close {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 720px) {
  .flamin-go-run-root .fgr-retention-weekly-goals,
  .flamin-go-run-root .fgr-retention-collection-achievements {
    grid-template-columns: 1fr;
  }
  .fgr-retention-share-card {
    padding: 0.78rem;
  }
}

/* v1.0 mission board, chest, streak, roadmap, and remix habit loops */
.flamin-go-run-root .fgr-retention-mission-board,
.flamin-go-run-root .fgr-retention-chest,
.flamin-go-run-root .fgr-retention-remix,
.flamin-go-run-root .fgr-retention-roadmap {
  margin-top: 0.75rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.38);
  text-align: left;
}

.flamin-go-run-root .fgr-retention-quest-list,
.flamin-go-run-root .fgr-retention-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.65rem;
}

.flamin-go-run-root .fgr-retention-quest,
.flamin-go-run-root .fgr-retention-roadmap-grid > div {
  position: relative;
  overflow: hidden;
  min-height: 4.75rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.055);
}

.flamin-go-run-root .fgr-retention-quest.is-ready {
  border-color: rgba(251, 191, 36, 0.48);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.14), rgba(244, 114, 182, 0.08));
}

.flamin-go-run-root .fgr-retention-quest.is-claimed {
  opacity: 0.75;
}

.flamin-go-run-root .fgr-retention-quest strong,
.flamin-go-run-root .fgr-retention-roadmap-grid strong,
.flamin-go-run-root .fgr-retention-chest strong,
.flamin-go-run-root .fgr-retention-remix strong {
  display: block;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 1000;
  line-height: 1.12;
}

.flamin-go-run-root .fgr-retention-quest small,
.flamin-go-run-root .fgr-retention-roadmap-grid small,
.flamin-go-run-root .fgr-retention-chest small,
.flamin-go-run-root .fgr-retention-remix small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
}

.flamin-go-run-root .fgr-retention-quest em,
.flamin-go-run-root .fgr-retention-roadmap-grid em {
  display: block;
  margin-top: 0.45rem;
  color: #fde68a;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 1000;
}

.flamin-go-run-root .fgr-retention-quest > i,
.flamin-go-run-root .fgr-retention-roadmap-grid > div > i,
.flamin-go-run-root .fgr-retention-chest > i {
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.48rem;
  height: 0.26rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.flamin-go-run-root .fgr-retention-quest > i::before,
.flamin-go-run-root .fgr-retention-roadmap-grid > div > i::before,
.flamin-go-run-root .fgr-retention-chest > i::before {
  content: '';
  display: block;
  width: var(--fgr-pct, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c55e, #fbbf24, #f472b6);
}

.flamin-go-run-root .fgr-retention-chest,
.flamin-go-run-root .fgr-retention-remix {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding-bottom: 1.25rem;
}

.flamin-go-run-root .fgr-retention-chest.is-ready {
  border-color: rgba(251, 191, 36, 0.56);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.08), 0 20px 60px rgba(251, 191, 36, 0.1);
}

.flamin-go-run-root .fgr-retention-chest.is-compact {
  margin-top: 0.55rem;
  padding: 0.65rem 0.65rem 1rem;
}

.flamin-go-run-root .fgr-retention-chest span,
.flamin-go-run-root .fgr-retention-remix span {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.flamin-go-run-root .fgr-retention-chest button,
.flamin-go-run-root .fgr-retention-remix button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #fb7185);
  color: #111827;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  padding: 0.65rem 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.flamin-go-run-root .fgr-retention-remix {
  border-color: rgba(34, 197, 94, 0.22);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(14, 165, 233, 0.08));
}

@media (max-width: 680px) {
  .flamin-go-run-root .fgr-retention-quest-list,
  .flamin-go-run-root .fgr-retention-roadmap-grid {
    grid-template-columns: 1fr;
  }

  .flamin-go-run-root .fgr-retention-chest,
  .flamin-go-run-root .fgr-retention-remix {
    grid-template-columns: 1fr;
  }

  .flamin-go-run-root .fgr-retention-chest button,
  .flamin-go-run-root .fgr-retention-remix button {
    width: 100%;
  }
}

/* v1.4.3 server-backed ghost rivals */
.fgr-retention-ghost-rivals {
  border: 1px solid rgba(192,132,252,0.26);
  background: linear-gradient(135deg, rgba(88,28,135,0.22), rgba(15,23,42,0.62));
  border-radius: 18px;
  padding: 0.85rem;
  margin-top: 0.75rem;
}
.fgr-retention-playing-tray .fgr-retention-ghost-rivals {
  padding: 0.65rem;
  margin-top: 0.55rem;
}
.fgr-retention-ghost-rivals .fgr-retention-lb-head span,
.fgr-retention-ghost-rivals .fgr-retention-lb-foot strong {
  color: #f0abfc;
}


/* v1.4.3 Clean Menu Safety --------------------------------------------------
   The full replay-engine hub is intentionally not rendered inside the compact
   title menu anymore. This CSS is a fallback in case a cached script injects it. */
.flamin-go-run-root .fgr-menu-clean-card .fgr-retention-menu-hub,
.fgr-game-manager .fgr-menu-clean-card .fgr-retention-menu-hub {
  display: none !important;
}


/* v1.4.3 gameplay overlay cleanup ------------------------------------------
   Large retention menu/tray modules must never sit on top of the active game.
   They remain available on title and post-run surfaces only. */
.flamin-go-run-root.fgr-phase-playing .fgr-retention-menu-hub,
.flamin-go-run-root.fgr-phase-playing .fgr-retention-playing-tray,
.flamin-go-run-root:has(.fgr-hud) .fgr-retention-menu-hub,
.flamin-go-run-root:has(.fgr-hud) .fgr-retention-playing-tray,
.fgr-game-manager.fgr-phase-playing .fgr-retention-menu-hub,
.fgr-game-manager.fgr-phase-playing .fgr-retention-playing-tray,
.fgr-game-manager[data-fgr-phase="playing"] .fgr-retention-menu-hub,
.fgr-game-manager[data-fgr-phase="playing"] .fgr-retention-playing-tray {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
