/* touch-interface.css */
.touch-interface button {
  min-height: 48px;
  padding: 12px 24px;
  font-size: 1.125rem;
  touch-action: manipulation;
}
.touch-interface .btn-primary {
  min-height: 48px;
  padding: 16px 24px;
}
.touch-interface .btn-secondary {
  min-height: 48px;
  padding: 16px 24px;
}
.touch-interface input[type=text],
.touch-interface input[type=number],
.touch-interface input[type=email],
.touch-interface textarea,
.touch-interface select {
  min-height: 48px;
  padding: 16px;
  font-size: 1.125rem;
  touch-action: manipulation;
}
.touch-interface input[type=radio],
.touch-interface input[type=checkbox] {
  width: 20px;
  height: 20px;
  touch-action: manipulation;
}
.touch-interface label {
  padding: 16px;
  min-height: 48px;
  display: flex;
  align-items: center;
  touch-action: manipulation;
}
.touch-interface table tr {
  height: 64px;
}
.touch-interface table td,
.touch-interface table th {
  padding: 16px;
  font-size: 1.125rem;
}
.touch-interface .table-cell-action {
  min-height: 48px;
  min-width: 48px;
  padding: 12px;
}
.touch-interface .modal-content {
  padding: 24px;
  font-size: 1.125rem;
}
.touch-interface .modal-title {
  font-size: 1.25rem;
}
.touch-interface .nav-item,
.touch-interface .menu-item,
.touch-interface .clickable {
  min-height: 48px;
  padding: 16px;
  touch-action: manipulation;
}
.touch-interface .card {
  padding: 24px;
}
.touch-interface .card-header {
  padding: 20px 24px;
  font-size: 1.125rem;
}
.touch-interface .form-group {
  margin-bottom: 24px;
}
.touch-interface .form-label {
  font-size: 1rem;
  margin-bottom: 8px;
}
.touch-interface .sidebar-item {
  min-height: 56px;
  padding: 16px;
  font-size: 1.125rem;
}
.touch-interface .sidebar-icon {
  width: 24px;
  height: 24px;
}
.touch-interface .summary-card {
  padding: 24px;
  min-height: 120px;
}
.touch-interface .summary-card-title {
  font-size: 1rem;
}
.touch-interface .summary-card-value {
  font-size: 1.5rem;
}
.touch-interface .tab-button {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 1rem;
}
.touch-interface .search-input {
  min-height: 48px;
  padding: 16px;
  font-size: 1.125rem;
}
.touch-interface .action-button {
  min-height: 44px;
  min-width: 44px;
  padding: 12px;
  margin: 2px;
}
.touch-interface .dropdown-menu {
  font-size: 1.125rem;
}
.touch-interface .dropdown-item {
  padding: 16px 20px;
  min-height: 48px;
}
.touch-interface .toggle-switch {
  width: 60px;
  height: 32px;
}
.touch-interface .pagination-button {
  min-height: 48px;
  min-width: 48px;
  padding: 12px;
  font-size: 1.125rem;
}
.touch-interface .toast {
  padding: 20px;
  font-size: 1.125rem;
}
.touch-interface .production-panel {
  padding: 20px;
}
.touch-interface .production-panel button {
  min-height: 52px;
  font-size: 1.25rem;
  padding: 16px 24px;
}
.touch-interface .settings-section {
  padding: 24px 0;
}
.touch-interface .settings-title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.touch-interface .station-card {
  min-height: 100px;
  padding: 20px;
}
.touch-interface .station-number {
  font-size: 1.5rem;
}
.touch-interface .employee-option {
  min-height: 48px;
  padding: 16px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .touch-interface button {
    min-height: 52px;
    font-size: 1.25rem;
  }
  .touch-interface input {
    min-height: 52px;
    font-size: 1.25rem;
  }
  .touch-interface .modal-content {
    padding: 20px;
  }
}
.touch-interface button:focus,
.touch-interface input:focus,
.touch-interface select:focus,
.touch-interface textarea:focus {
  outline: 3px solid #3b82f6;
  outline-offset: 2px;
}
.touch-interface [role=button],
.touch-interface .clickable,
.touch-interface a {
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}
/*# sourceMappingURL=bundle.css.map */
