@media (max-width: 760px) {
  .planner-nav { height: 64px; }
  .planner-brand span,
  .planner-nav .safety-note,
  .planner-nav .nav-footer { display: none !important; }
  .planner-brand img { width: 36px; height: 36px; }
  .planner-workspace { width: 100%; overflow: hidden; }
  .planner-grid,
  .brief-panel,
  .laydown-panel { width: 100%; max-width: 100%; min-width: 0; }
  .planner-toolbar { flex-direction: column; }
  .planner-toolbar > div:last-child {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .planner-toolbar .button { min-width: 0; }
  .two-cols { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .two-cols input { min-width: 0; }
  .table-wrap { max-width: 100%; }
}
