.stats {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 20px);
  pointer-events: none;
}

.slotStrip {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  padding: 3px 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.08);
  pointer-events: auto;
}

.swatch {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}
