/* scm-forecast-chip — 판매예측치 칩 (restock-request) */
.scm-forecast-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  background: rgba(138, 138, 138, 0.10);
  color: #000;
  font-variant-numeric: tabular-nums;
}
.scm-forecast-chip--high   { background: #ECFFEC; color: #1EA514; }
.scm-forecast-chip--low    { background: #FEF3E2; color: #B7791F; }
.scm-forecast-chip--zero   { background: rgba(138, 138, 138, 0.10); color: #8A8A8A; }
