/* Forest Frontier v0.10.0-rc42 — Ruins progression visibility, result cleanup and mobile Hero slots. */

/* The Ruins overview is a scrollable list inside the bounded screen workspace. */
body.theme-ashen.screen-ruins-active #ruinsFloorList:not([hidden]){
  display:grid!important;
  flex:1 1 auto!important;
  align-content:start!important;
  min-height:0!important;
  margin-top:var(--ff-section-gap)!important;
  padding:1px 2px max(14px,env(safe-area-inset-bottom))!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior-y:contain!important;
  touch-action:pan-y!important;
  -webkit-overflow-scrolling:touch!important;
  scroll-padding-block:10px!important;
}
body.theme-ashen.screen-ruins-active #ruinsFloorList .ruins-floor-card{
  flex:0 0 auto!important;
  min-width:0!important;
}
body.theme-ashen.screen-ruins-active #ruinsFloorList .ruins-floor-status{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/* Two-line expedition title and a real disclosure glyph instead of a clipped border fragment. */
body.theme-ashen .ruins-result-summary-title{flex:1 1 auto!important;min-width:0!important}
body.theme-ashen .ruins-result-summary strong{
  display:-webkit-box!important;
  max-width:100%!important;
  overflow:hidden!important;
  line-height:1.12!important;
  text-overflow:ellipsis!important;
  white-space:normal!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
body.theme-ashen .ruins-result-summary-meta{
  grid-template-columns:auto 18px!important;
  min-width:max-content!important;
}
body.theme-ashen .ruins-result-summary-meta i{
  display:grid!important;
  place-items:center!important;
  width:18px!important;
  height:22px!important;
  border:0!important;
  transform:none!important;
  color:#8fa79d!important;
  font-style:normal!important;
  transition:none!important;
}
body.theme-ashen .ruins-result-summary-meta i::before{content:"⌄";font:700 18px/1 system-ui,sans-serif}
body.theme-ashen .ruins-result-collapse[open] .ruins-result-summary-meta i{transform:none!important}
body.theme-ashen .ruins-result-collapse[open] .ruins-result-summary-meta i::before{content:"⌃"}

/* Mobile Hero: equipment cards become easier to read and tap without enlarging the section shell. */
