@media (max-width:1180px) {
  .hm-dashboard { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .hm-shell { grid-template-columns:1fr; }
  .hm-panel-sticky { position:static; }
}
