.kpi-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.kpi-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 16px; box-shadow: var(--shadow); min-width: 150px;
}
.kpi-card b { display: block; font-size: 22px; font-weight: 850; }
.kpi-card span { color: var(--muted); font-size: 12px; font-weight: 700; }

.toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.toolbar input {
  min-height: 40px; padding: 0 12px; border: 1px solid var(--line);
  border-radius: 8px; background: var(--panel); min-width: 300px;
}

.table-wrap {
  overflow-x: auto; background: var(--panel);
  border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow);
}

.product-thumb {
  display: inline-grid; place-items: center; width: 40px; height: 40px;
  border-radius: 8px; overflow: hidden; background: #eef2fb; color: #9aa6be; font-size: 18px;
}
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }

.name-cell { max-width: 320px; }
.name-cell strong { font-weight: 800; }

.pos-up { color: var(--green); font-weight: 800; }
.pos-down { color: var(--red); font-weight: 800; }
