.kmp {
  padding: 16px;
  background: linear-gradient(to right top, #906d5a, #bfaa9d);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 8px;
}

.kmp-info {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
}
.kmp-info .kmp-img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #fff1 no-repeat center/cover;
}
.kmp-info .kmp-name {
  display: flex;
  align-items: center;
  word-break: break-all;
  font-size: 1em;
}

.kmp-t {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 0.8em;
  font-family: JBM;
}

.kmp-prr {
  width: 100%;
  height: 4px;
  background-color: #fff5;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.kmp-prr .kmp-bar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  pointer-events: none;
  position: absolute;
  left: -100%;
  top: 0;
}

.kmp-ctr {
  display: grid;
  grid-template-columns: 1fr repeat(3, 32px) 1fr;
  gap: 8px;
}
.kmp-ctr div {
  width: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kmp-ctr div img {
  width: 16px;
  height: 16px;
}
.kmp-ctr div.kmp-loop img {
  width: 14px;
}