/* Forest Frontier v0.11.10 — first-class settings screen and safe battle navigation. */
body.theme-ashen .hero-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.theme-ashen.screen-settings-active{overflow:hidden;padding-bottom:0}
body.theme-ashen.screen-settings-active .app{box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr);height:calc(100dvh - var(--ui-bottom-nav-height,64px) - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - var(--ui-bottom-nav-height,64px) - env(safe-area-inset-top) - env(safe-area-inset-bottom));padding-top:6px;padding-bottom:6px;overflow:hidden}
body.theme-ashen #screenSettings{min-height:0;height:100%;overflow:hidden}
body.theme-ashen .settings-screen-panel{box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;height:100%;min-height:0;padding:12px;overflow:hidden}
body.theme-ashen .settings-screen-head{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(108,100,78,.46)}
body.theme-ashen .settings-screen-head h2{margin:1px 0 2px;font-size:1.45rem;line-height:1.05}
body.theme-ashen .settings-screen-head small{display:block;color:var(--muted,#9ba29d);font-size:.72rem;line-height:1.3}
body.theme-ashen .settings-back-button{width:48px;min-width:48px;height:48px;padding:0;font-size:1.2rem}
body.theme-ashen .settings-screen-content{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:2px 2px max(18px,env(safe-area-inset-bottom))}
body.theme-ashen .settings-screen-content .hero-settings-section{padding:14px 0}
body.theme-ashen .battle-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap}
body.theme-ashen .battle-exit-button{min-height:38px;padding:8px 10px;font-size:.72rem;white-space:nowrap}
body.theme-ashen .battle-exit-button.danger-outline{border-color:rgba(199,91,70,.72);color:#efb2a4;background:rgba(68,23,18,.46)}
body.theme-ashen .battle-exit-card{width:min(100%,430px)}
body.theme-ashen .battle-exit-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
body.theme-ashen .battle-exit-actions button{min-height:48px}
@media(max-width:420px){
  body.theme-ashen .settings-screen-panel{padding:10px}
  body.theme-ashen .settings-screen-head{grid-template-columns:44px minmax(0,1fr);gap:8px}
  body.theme-ashen .settings-back-button{width:44px;min-width:44px;height:44px}
  body.theme-ashen .settings-screen-head h2{font-size:1.28rem}
  body.theme-ashen .battle-head-actions{gap:5px}
  body.theme-ashen .battle-exit-button{min-height:36px;padding:7px 8px;font-size:.68rem}
}
@media(max-width:350px){
  body.theme-ashen .battle-exit-button{max-width:92px;overflow:hidden;text-overflow:ellipsis}
  body.theme-ashen .battle-exit-actions{grid-template-columns:1fr}
}
