/* V13.17 — battle room compacting + CEO alignment */

/* Keep CEO badge visually centred against the trainer name. */
#page-profile #profileName.pbCeoNameV1316{
  display:inline-flex!important;
  align-items:center!important;
  vertical-align:middle!important;
  line-height:1.05!important;
}
#page-profile #profileCeoRoleV1316{
  margin-top:0!important;
  margin-left:8px!important;
  vertical-align:middle!important;
  transform:translateY(-2px)!important;
}

/* The battle room was too stretched on desktop. Keep the same information, but closer together. */
#page-battle #pbLobbyStable46{
  grid-template-columns:minmax(210px,255px) minmax(0,1fr)!important;
  gap:10px!important;
  padding:10px!important;
  margin-bottom:8px!important;
}
#page-battle .pb46Set{
  grid-template-columns:78px minmax(0,1fr)!important;
  gap:9px!important;
  min-height:88px!important;
  padding:8px!important;
}
#page-battle .pb46SetLogo{height:70px!important}
#page-battle .pb46SetText b{font-size:15px!important}
#page-battle .pb46SetText span{margin-top:7px!important;padding:6px 8px!important}
#page-battle .pb46Right{gap:7px!important}
#page-battle .pb46Facts{
  grid-template-columns:repeat(5,minmax(94px,1fr))!important;
  gap:6px!important;
}
#page-battle .pb46Fact{
  padding:7px 8px!important;
  min-height:52px!important;
  border-radius:9px!important;
}
#page-battle .pb46Fact small{margin-bottom:4px!important}
#page-battle .pb46Actions{
  gap:6px!important;
  margin-top:0!important;
  justify-content:flex-end!important;
}
#page-battle .pb46Actions button{
  min-height:36px!important;
  padding:0 12px!important;
  border-radius:9px!important;
}

/* Waiting seats remain useful, but should not dominate the whole page. */
#page-battle #playerSlots.waitingSlots{gap:7px!important;margin-top:7px!important}
#page-battle #playerSlots.waitingSlots>.waitingCard{min-height:300px!important}
#page-battle #playerSlots.waitingSlots .waitingBody{padding:12px!important}
#page-battle #playerSlots.waitingSlots .waitingPulse{width:72px!important;height:72px!important;margin-bottom:11px!important}

@media(max-width:1200px){
  #page-battle .pb46Facts{grid-template-columns:repeat(3,minmax(110px,1fr))!important}
}
@media(max-width:900px){
  #page-battle #pbLobbyStable46{grid-template-columns:1fr!important}
  #page-battle .pb46Facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #page-battle #playerSlots.waitingSlots>.waitingCard{min-height:275px!important}
}
