/* V7 7G3A2 — public Play shell + compact Ranking scope. Shared V7 combobox mechanics, public GPB skin. */

/* Ranking filters form one compact control row instead of a fourth navigation level. */
main > [data-v7007g3a-play-subnav] + .page-head + .v525-tabs{
  display:inline-flex;
  vertical-align:top;
  margin:0 10px 14px 5px;
}
main > [data-v7007g3a-play-subnav] + .page-head + .v525-tabs + .v54-ranking-subtabs{
  display:inline-block;
  width:clamp(220px,24vw,280px);
  min-height:40px;
  margin:0 0 14px;
  vertical-align:top;
}
.v54-ranking-subtabs > button[data-ranking-round]{display:none!important}
.v54-ranking-subtabs .gpb-combobox{width:100%}

/* Public trigger: neutral GPB surface, not the blue Admin Preview skin. */
.gpb-combobox-ranking .gpb-combobox-input{
  min-height:40px;
  width:100%;
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;
  background:#11141a;
  color:var(--text);
  padding:9px 34px 9px 12px;
  font:inherit;
  font-size:11px;
  font-weight:700;
  box-shadow:none;
}
.gpb-combobox-ranking .gpb-combobox-input:hover{border-color:rgba(255,255,255,.16);background:#141820}
.gpb-combobox-ranking .gpb-combobox-input:focus{
  border-color:rgba(255,255,255,.24);
  box-shadow:0 0 0 3px rgba(255,255,255,.05);
}
.gpb-combobox-ranking::after{right:11px;color:#9ca3ae}

/* Portal keeps the proven V7 behavior, but inherits the public dark surface. */
.gpb-combobox-ranking-list{
  border-color:rgba(255,255,255,.10)!important;
  border-radius:10px!important;
  background:#11141a!important;
  box-shadow:0 18px 42px rgba(0,0,0,.42)!important;
}
.gpb-combobox-ranking-list .gpb-combobox-option{color:var(--text);border-radius:7px}
.gpb-combobox-ranking-list .gpb-combobox-option:hover,
.gpb-combobox-ranking-list .gpb-combobox-option.active{background:rgba(255,255,255,.07)!important}
.gpb-combobox-ranking-list .gpb-combobox-option.selected{
  background:rgba(242,11,23,.08)!important;
  box-shadow:inset 2px 0 0 var(--red);
}

@media(max-width:720px){
  main > [data-v7007g3a-play-subnav] + .page-head + .v525-tabs{
    display:flex;
    width:100%;
    margin:0 0 10px;
  }
  main > [data-v7007g3a-play-subnav] + .page-head + .v525-tabs + .v54-ranking-subtabs{
    display:block;
    width:100%;
    min-height:40px;
    margin:0 0 14px;
  }
}
