.category {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  text-align: left;
  margin-bottom: 3px;
  padding: 9px 11px;
  min-height: 40px;
  font-size: 12px;
  font-weight: 500;
}
.category .icon {
  width: 17px;
  height: 17px;
  color: var(--oc-muted);
}
.category.active {
  background: var(--oc-primary);
  color: white;
  font-weight: 650;
}
.category.active .icon {
  color: #d7ebc4;
}
.category.active:hover {
  background: var(--oc-primary-hover);
}
.category-count {
  font-size: 10px;
  margin-left: auto;
  opacity: 0.6;
}
.oc-menu-item {
  min-height: 133px;
  background: white;
  border: 1px solid var(--oc-border);
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 2px #27392e03;
}
.tile-main {
  border: 0;
  border-radius: 0;
  padding: 15px 14px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: transparent;
  position: relative;
}
.tile-main:hover:not(:disabled) {
  background: #f9fbf6;
}
.tile-category {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--tile-ink, var(--oc-muted));
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 11px;
}
.tile-main strong {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.25px;
}
.tile-main .description {
  font-size: 10px;
  color: var(--oc-muted);
  font-weight: 400;
  margin-top: 6px;
  line-height: 1.4;
}
.tile-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7px 5px 14px;
  min-height: 39px;
}
.tile-price {
  font-size: 14px;
  font-weight: 650;
}
.customize {
  font-size: 10px;
  min-height: 36px;
  padding: 7px;
  border: 0;
  color: var(--oc-muted);
  background: transparent;
}
.tile-stripe {
  height: 4px;
  background: var(--tile-color, var(--oc-soft-green));
}
.tile-add {
  position: absolute;
  top: 13px;
  right: 12px;
  color: #a3ada3;
  font-size: 18px;
  font-weight: 400;
}
.sold-out .tile-main {
  opacity: 0.5;
}
.sold-out {
  background: #eef0ec;
}
.recent-list button {
  white-space: nowrap;
  min-height: 40px;
  font-size: 11px;
  background: #fff;
}
.type-button {
  border: 0;
  background: transparent;
  font-size: 11px;
  padding: 9px 3px;
  min-height: 43px;
  color: var(--oc-muted);
}
.type-button.active {
  background: white;
  color: var(--oc-primary);
  box-shadow: 0 1px 4px #263b2412;
}
.customer-button {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  text-align: left;
  border-style: dashed;
  background: #fcfdfb;
  font-size: 12px;
}
.customer-button .icon {
  color: var(--oc-primary);
}
.customer-button small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 4px;
}
.promise-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  gap: 3px;
}
.promise-row button {
  min-height: 34px;
  padding: 6px 0;
  font-size: 10px;
  border: 0;
  color: var(--oc-muted);
  background: transparent;
}
.ticket-table-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 9px;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--oc-muted);
  font-weight: 650;
}
.ticket-item {
  border-bottom: 1px solid var(--oc-border);
  padding: 11px 0;
}
.ticket-item.selected {
  background: #f7faf4;
  margin: 0 -10px;
  padding: 11px 10px;
  border-radius: 8px;
}
.ticket-item-main {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.ticket-item-name {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  flex: 1;
  min-height: 38px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 650;
}
.ticket-item-name small {
  font-size: 10px;
  font-weight: 400;
  display: block;
  line-height: 1.6;
}
.ticket-item-price {
  font-size: 12px;
  padding-top: 3px;
  font-weight: 650;
}
.qty-chip {
  min-width: 28px;
  min-height: 29px;
  background: var(--oc-bg);
  border: 0;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 11px;
}
.line-tools {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 8px;
}
.line-tools button {
  min-height: 38px;
  padding: 8px;
  font-size: 10px;
  background: transparent;
}
.line-tools .step {
  font-size: 18px;
  min-width: 35px;
  border: 1px solid var(--oc-border);
  background: white;
  padding: 4px;
}
.line-tools .quantity-value {
  width: 24px;
  text-align: center;
  font-size: 12px;
}
.ticket-empty {
  padding-top: 45px;
}
.ticket-empty small {
  display: block;
  margin-top: 14px;
  font-size: 11px;
}
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 9px;
}
.summary-row.discount {
  color: var(--oc-success);
}
.ticket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed var(--oc-border);
  padding-top: 13px;
  margin-top: 12px;
  font-size: 17px;
  font-weight: 650;
}
.ticket-total strong {
  font-size: 27px;
  letter-spacing: -1px;
}
.ticket-actions button {
  min-height: 51px;
  font-size: 14px;
}
.discount-note-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--oc-border);
  padding-bottom: 8px;
}
.discount-note-row button {
  border: 0;
  background: transparent;
  min-height: 36px;
  padding: 8px 0;
  font-size: 11px;
  color: var(--oc-muted);
}
.pay-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px;
}
.held-trigger {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.scope-control {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--oc-bg);
  padding: 10px;
  border-radius: 9px;
  margin-bottom: 12px;
}
.pizza-scope {
  width: 42px;
  height: 42px;
  border: 2px solid var(--oc-primary);
  border-radius: 50%;
  background: var(--oc-soft-green);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.pizza-scope::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  border-left: 1px dashed var(--oc-primary);
}
.pizza-scope.left {
  background: linear-gradient(90deg, var(--oc-primary) 50%, #fff 50%);
}
.pizza-scope.right {
  background: linear-gradient(90deg, #fff 50%, var(--oc-primary) 50%);
}
.scope-control .pills {
  flex: 1;
}
.scope-control .pills button {
  flex: 1;
  min-height: 38px;
  font-size: 11px;
}
.customer-card,
.order-card,
.history-card {
  border: 1px solid var(--oc-border);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
}
.customer-card p,
.order-card p,
.history-card p {
  font-size: 12px;
  color: var(--oc-muted);
  line-height: 1.7;
  margin: 6px 0;
}
.customer-card .row button {
  flex: 1;
}
.order-card h3 {
  font-size: 15px;
}
.filter-tabs {
  display: flex;
  overflow: auto;
  gap: 6px;
  margin: 12px 0 17px;
}
.filter-tabs button {
  white-space: nowrap;
  min-height: 38px;
  font-size: 11px;
}
.payment-total {
  background: var(--oc-bg);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 16px;
}
.payment-total small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.payment-methods button {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tender-input {
  font-size: 26px;
  font-weight: 650;
}
.change-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--oc-soft-green);
  padding: 14px;
  border-radius: 8px;
  margin-top: 14px;
  color: var(--oc-primary);
}
.success-mark {
  margin: 5px auto 18px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: var(--oc-soft-green);
  display: grid;
  place-items: center;
  color: var(--oc-primary);
}
.success-mark .icon {
  width: 30px;
  height: 30px;
}
.receipt {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 12px;
  line-height: 1.9;
  border: 1px dashed var(--oc-border);
  padding: 20px;
  margin-top: 16px;
}
.receipt h3 {
  text-align: center;
  font-size: 16px;
}
.receipt .summary-row {
  font-size: 11px;
}
.manager-stat {
  padding: 16px;
  background: var(--oc-bg);
  border-radius: 9px;
}
.manager-stat strong {
  display: block;
  font-size: 24px;
  margin-top: 8px;
}
.ticket-empty {
  padding: 16px 10px;
}
.ticket-empty .empty-icon {
  height: 48px;
  width: 48px;
  margin-bottom: 10px;
}
.ticket-empty small {
  margin-top: 8px;
}
