.bhpa-wrap {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.bhpa-stage {
  position: relative;
  width: calc(var(--bhpa-size) + 220px);
  height: calc(var(--bhpa-size) + 220px);
  margin: 0 auto;
}

.bhpa-avatar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--bhpa-size);
  height: var(--bhpa-size);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.bhpa-avatar img,
.bhpa-avatar-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bhpa-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #666;
}

.bhpa-item {
  position: absolute;
  width: 78px;
  text-align: center;
}

.bhpa-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  margin: 0 auto 6px;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.bhpa-item span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(0,0,0,.08);
}

.bhpa-slot-head {
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.bhpa-slot-chest {
  top: 24%;
  right: 12px;
}

.bhpa-slot-left_hand {
  left: 8px;
  top: 44%;
  transform: translateY(-50%);
}

.bhpa-slot-right_hand {
  right: 8px;
  top: 44%;
  transform: translateY(-50%);
}

.bhpa-slot-waist {
  left: 50%;
  bottom: 108px;
  transform: translateX(-50%);
}

.bhpa-slot-legs {
  left: 18%;
  bottom: 44px;
}

.bhpa-slot-feet {
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
}

.bhpa-slot-back {
  left: 12px;
  top: 20%;
}

.bhpa-watchlist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.bhpa-chip {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}


.bhpa-watchlist-box {
  margin-top: 16px;
}

.bhpa-watchlist-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
