@media(max-width:650px){
  .headerTools{gap:3px!important;min-width:0}
  .headerTools .langSwitch.compact button{padding:4px 5px!important}
  .helpButton{flex:0 0 37px!important}
  .headerTools .primaryAction{display:none!important}
}
.helpDialog{overflow:hidden!important;height:min(860px,calc(100dvh - 20px))!important;max-height:calc(100dvh - 20px)!important}
.helpDialog .helpShell{box-sizing:border-box;display:grid!important;grid-template-rows:auto auto minmax(0,1fr);height:100%;max-height:100%;padding-bottom:0!important;overflow:hidden}
.helpDialog .helpResults{min-height:0;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:24px;overscroll-behavior:contain;scrollbar-gutter:stable;touch-action:pan-y;-webkit-overflow-scrolling:touch}
body:has(.helpDialog[open]){overflow:hidden!important;overscroll-behavior:none}
@media(max-width:650px){
  .helpDialog{width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important;max-height:calc(100dvh - 12px)!important;margin:6px;border-radius:18px!important}
  .helpDialog .helpResults{padding-bottom:18px}
}
