/* One mobile touch-target baseline for shared actions and popup controls. */
@media(max-width:600px){
  .menu-toggle{display:grid;place-items:center;width:44px;height:44px;margin-left:-10px;padding:0;border-radius:8px}
  .primary,.secondary,.danger-button,.analytics-period .secondary,.analysis-actions .secondary,.recurrence-ledger form button{min-height:44px}
  .danger-button.compact{min-height:44px}
  .analytics-month-picker summary{height:44px}
  .rich-toolbar button{min-width:44px;height:44px}
  .evidence-file-actions button,.reference-chip-actions button,.evidence-result button{min-height:44px}
  .evidence-preview-dialog header button,.account-dialog-close,.management-dialog-close{width:44px;height:44px}
  .system-datetime-panel-header button{width:44px;min-height:44px}
  .system-datetime-panel-header{grid-template-columns:44px 1fr 44px}
  .system-datetime-today,.system-datetime-apply{min-height:44px}
  .system-datetime-control{min-height:44px}
  .system-datetime-toggle{height:auto}
  .fm-toolbar{grid-template-columns:44px minmax(0,1fr) auto auto}
  .fm-back{width:44px;height:44px}
  .fm-search,.fm-sort summary{height:44px}
  .fm-view-switch a{width:44px;height:44px}
  .fm-content-actions>a,.fm-audit-disclosure summary{min-height:44px;display:flex;align-items:center}
  .filters input,.filters select,.form-control,.compact-form input,.compact-form select{min-height:44px}
  .action-form textarea,.compact-form textarea{min-height:88px}
  .pagination a,.pagination button{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}
}
