/* v1.0.51 Single Main UI Fix */

/* Gebäude: keine interne Mini-Scrollbox/Pager; die Seite scrollt normal. */
body .nv-workspace-v0801:has(> .buildings-page-v0823),
body .content:has(.buildings-page-v0823){
  overflow:auto!important;
  min-height:0!important;
  scrollbar-width:thin;
}
body .buildings-page-v0823,
body .buildings-page-v0823.command-subpage-v079{
  display:grid!important;
  grid-template-rows:minmax(560px,68vh) auto!important;
  height:auto!important;
  min-height:100%!important;
  max-height:none!important;
  overflow:visible!important;
  padding-bottom:28px!important;
}
body .buildings-top-v0823{min-height:560px!important;overflow:visible!important;}
body .buildings-scene-v0823{min-height:560px!important;overflow:hidden!important;}
body .buildings-list-panel-v0823,
body .buildings-list-panel-v0823.buildings-list-panel-v122,
body .buildings-list-panel-v0823.buildings-list-panel-v1046{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  display:block!important;
  padding:14px 16px 18px!important;
}
body .building-card-pager-v1046,
body .building-card-grid-v0823,
body .building-card-grid-v1046{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  overflow-y:visible!important;
  overflow-x:visible!important;
}
body .building-card-grid-v0823{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(255px,1fr))!important;
  grid-auto-rows:minmax(92px,auto)!important;
  gap:10px!important;
  padding:0!important;
}
body .building-card-grid-v0823 .building-thumb-card-v0712,
body .building-card-grid-v0823 .salvage-select-card-v113{
  height:auto!important;
  min-height:92px!important;
  max-height:none!important;
  overflow:hidden!important;
  grid-template-columns:92px minmax(0,1fr)!important;
}
body .building-card-grid-v0823 .building-thumb-card-v0712 img,
body .building-card-grid-v0823 .salvage-select-card-v113 img{
  width:92px!important;
  height:68px!important;
}
body [data-building-page-v122],
body [data-building-pager-v122],
body [data-building-pager-v122-disabled],
body .building-card-page-v122,
body .building-card-pager-v122,
body .building-card-page-v122-disabled{display:none!important;}

/* Forschung: Karten wieder sichtbar und Unterseiten ohne freie Buttons. */
body .research-scenario-card-v1051{min-height:170px!important;overflow:hidden!important;}
body .research-scenario-card-v1051 .research-scenario-art-v1033{display:block!important;min-height:82px!important;}
body .research-page-v1051 .research-work-v0808 .research-discovery-row-v0808{display:none!important;}
body .research-page-v1051 .research-work-v0808 .research-discovery-panel-v0757{display:none!important;}

/* Städte: keine einzelnen unbekannten Stadtkarten wenn Expedition nicht bereit ist. */
body .expedition-locked-v1051 footer{display:grid!important;gap:8px!important;}
body .planet-city-card-v0814 footer .btn.primary{min-width:155px;}
