.inventory-dashboard {
  width: min(1500px, calc(100vw - var(--sb-w) - 48px));
}

.inventory-banner {
  margin-bottom: 18px;
}

.inventory-policy-pill.is-missing {
  border-color: rgba(245, 158, 11, 0.28);
  background: linear-gradient(180deg, #fff9ed 0%, #fffdf7 100%);
}

.inventory-policy-pill.is-missing strong {
  color: var(--amber);
}

.inventory-kpi-card {
  min-height: 170px;
}

.inventory-kpi-card .sales-kpi-value {
  letter-spacing: -0.02em;
}

.inventory-signal-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.inventory-panel .sales-panel-head h3 {
  font-size: 18px;
}

.inventory-chart-wrap {
  min-height: 360px;
}

#inventoryBranchChart {
  height: 320px;
}

.inventory-shortcuts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inventory-shortcuts .sales-shortcut {
  min-height: 58px;
}

.inventory-shortcuts .sales-shortcut span {
  line-height: 1.35;
}

.inventory-dashboard .sales-priority-list {
  min-height: 100%;
}

@media (max-width: 1600px) {
  .inventory-signal-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .inventory-shortcuts,
  .inventory-signal-strip {
    grid-template-columns: 1fr;
  }
}
