.copy-helper {
  position: fixed;
  left: -9999px;
  top: 0;
}

@media (max-width: 760px) {
  .hero { align-items: stretch; }
  .hero .primary { width: 100%; min-height: 48px; }
  .shell { padding: 34px 16px 90px; }
  .card-actions button { min-height: 44px; }
  .card-actions .copy { flex: 1; }
  .topbar { padding: 0 16px; }
  .brand { font-size: 14px; }
  .command-card { padding: 18px; }
  .command-line { padding: 12px; }
  .drag { display: none; }
  .toolbar { align-items: stretch; flex-direction: column; }
  .search { min-height: 48px; }
  .count { padding-left: 4px; }
  .dialog-card { padding: 20px; }
  dialog { max-height: 92vh; }
  .login-card { padding: 28px 22px; }
  input, textarea, select { font-size: 16px; }
  #toast {
    bottom: calc(18px + env(safe-area-inset-bottom));
    width: calc(100% - 32px);
    text-align: center;
  }
}
