/* Modern game selector — scoped to the top game bar only */
.landing_LandingGameSection__JPR73 > .game_bar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 7px;
  margin: 0 0 16px;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(28,34,48,.96), rgba(12,16,25,.96));
  box-shadow: 0 14px 35px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
}
.landing_LandingGameSection__JPR73 > .game_bar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% -30%, rgba(80,188,255,.15), transparent 48%);
}
.landing_LandingGameSection__JPR73 > .game_bar > li { min-width: 0; position: relative; z-index: 1; }
.landing_LandingGameSection__JPR73 > .game_bar > li > a {
  min-height: 54px;
  padding: 7px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #cbd5e1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 11px;
  background: rgba(255,255,255,.025);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.landing_LandingGameSection__JPR73 > .game_bar > li > a:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: rgba(91,192,255,.4);
  background: linear-gradient(180deg, rgba(65,132,255,.16), rgba(255,255,255,.04));
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}
.landing_LandingGameSection__JPR73 > .game_bar > li.is-active > a {
  color: #fff;
  border-color: rgba(75,204,255,.78);
  background: linear-gradient(135deg, rgba(44,110,255,.38), rgba(27,210,199,.18));
  box-shadow: 0 0 0 1px rgba(76,203,255,.08), 0 8px 22px rgba(22,124,255,.2), inset 0 1px 0 rgba(255,255,255,.12);
}
.landing_LandingGameSection__JPR73 > .game_bar > li.is-active::after {
  content: "";
  position: absolute;
  left: 24%; right: 24%; bottom: 2px;
  height: 3px;
  border-radius: 10px;
  background: #54d9ff;
  box-shadow: 0 0 12px rgba(84,217,255,.9);
}
.landing_LandingGameSection__JPR73 > .game_bar .icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: currentColor;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
}
.landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip::before,
.landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip::after { display: none !important; }

@media (max-width: 1100px) and (min-width: 761px) {
  /* Tablet / intermediate screens: keep all ten menu items visible in one row. */
  .landing_LandingGameSection__JPR73 > .game_bar {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 7px !important;
    overflow: hidden !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li {
    min-width: 0 !important;
    width: auto !important;
    flex: none !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li > a {
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 7px 3px !important;
    gap: 6px !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar .icon {
    width: 19px !important;
    height: 19px !important;
    flex: 0 0 19px !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 11px !important;
  }
}

@media (max-width: 760px) and (min-width: 601px) {
  /* Narrow tablets: compact 5-column grid. */
  .landing_LandingGameSection__JPR73 > .game_bar {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    padding: 8px !important;
    overflow: visible !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li {
    min-width: 0 !important;
    width: auto !important;
    flex: none !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li > a {
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 7px 4px !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 11px !important;
  }
}

@media (max-width: 600px) {
  /* Mobile: 10-slot 5 x 2 grid; all ten menu items stay visible. */
  .landing_LandingGameSection__JPR73 > .game_bar {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    padding: 7px !important;
    overflow: visible !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li {
    min-width: 0 !important;
    width: auto !important;
    flex: none !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li > a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 6px 2px !important;
    flex-direction: column !important;
    gap: 4px !important;
    border-radius: 9px !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar .icon {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip {
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
    font-size: 10px !important;
  }
  .landing_LandingGameSection__JPR73 > .game_bar > li.is-active::after {
    left: 22% !important;
    right: 22% !important;
    bottom: 1px !important;
  }
}

@media (max-width: 360px) {
  .landing_LandingGameSection__JPR73 > .game_bar { gap: 4px !important; padding: 5px !important; }
  .landing_LandingGameSection__JPR73 > .game_bar > li > a { min-height: 50px !important; }
  .landing_LandingGameSection__JPR73 > .game_bar .side-nav-tooltip { font-size: 9px !important; }
}


/* Compact horizontal game menu — 2026-07-24 */
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact {
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  min-height:58px;
  margin:0 0 18px;
  padding:7px 14px;
  border-radius:0;
  border:0;
  border-bottom:1px solid rgba(96,110,171,.2);
  background:#050817;
  box-shadow:none;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  white-space:nowrap;
}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact::-webkit-scrollbar{display:none}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact::before{display:none}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li{flex:0 0 auto}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li > a{
  min-height:42px;
  padding:8px 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid transparent;
  border-radius:9px;
  color:#d9deef;
  background:transparent;
  box-shadow:none;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.01em;
}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li > a .icon{
  width:19px;
  height:19px;
  flex:0 0 19px;
  color:#cdd4eb;
  opacity:.95;
}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li > a:hover{
  color:#fff;
  background:rgba(74,84,133,.12);
}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li.is-active > a{
  color:#fff;
  border-color:#287eff;
  background:linear-gradient(180deg,rgba(41,67,151,.32),rgba(14,27,67,.44));
  box-shadow:0 0 20px rgba(22,139,255,.2),inset 0 -2px 0 #39d8ff;
}
.landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li.is-active > a .icon{color:#fff}
.game_bar--compact .side-nav-tooltip{display:none!important}
.game_bar--compact .game-menu-label{display:inline-block}
@media(max-width:760px){
  .landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact{padding:6px 8px;gap:2px;margin-bottom:12px}
  .landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li > a{padding:7px 10px;min-height:40px;font-size:11px;gap:6px}
  .landing_LandingGameSection__JPR73 > .game_bar.game_bar--compact > li > a .icon{width:17px;height:17px;flex-basis:17px}
}
