.onboarding-required .app-shell {
  visibility: hidden;
}

.onboarding-required #businessModal {
  visibility: visible;
}

.commerce-form button,
.shift-actions button,
.workday-actions button,
.toolbar-actions button,
.dispatch-buttons button,
.invite-box button {
  border: 1px solid #173747;
  color: #ffffff;
  background: #173747;
  opacity: 1;
}

.commerce-form button:hover,
.shift-actions button:hover,
.workday-actions button:hover,
.toolbar-actions button:hover,
.dispatch-buttons button:hover,
.invite-box button:hover {
  background: #07141f;
}

button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

#kitchenPortal {
  min-height: 100vh;
  padding: 24px;
  color: #102b38;
  background: #eef4f4;
}

.kitchen-portal-card {
  width: min(1180px, 100%);
  margin: auto;
}

.kitchen-portal-card header {
  margin-bottom: 20px;
  padding: 22px;
  border-radius: 16px;
  background: #fff;
}

.kitchen-portal-card h1 { margin: 10px 0 4px; font-size: clamp(28px, 5vw, 46px); }
.kitchen-order-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.kitchen-touch-order, .kitchen-empty { padding: 22px; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(7,20,31,.08); }
.kitchen-touch-order strong { font-size: 30px; }
.kitchen-touch-order h2 { margin: 12px 0; }
.kitchen-touch-order li { margin: 8px 0; font-size: 18px; }
.kitchen-touch-order button { width: 100%; min-height: 60px; margin-top: 18px; border: 0; border-radius: 12px; color: #102b38; background: #caf51e; font-size: 19px; font-weight: 800; }
.kitchen-empty { display: grid; gap: 8px; min-height: 180px; place-content: center; text-align: center; }
.kitchen-empty strong { font-size: 24px; }
