/* 伪人测试样式 */
.horror-stat {
  margin-bottom: 16px;
}
.stat-label {
  display: flex;
  justify-content: space-between;
  color: #c0a0b0;
  font-size: 14px;
  margin-bottom: 6px;
}
.stat-bar {
  height: 12px;
  background: #1a0f1a;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #5f3f4f;
}
.stat-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #7f3f5f, #af6f9f);
  box-shadow: 0 0 8px #7f3f5f;
  transition: width 0.5s ease;
}
.rating-badge {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffeaaf;
  text-shadow: 0 0 8px #5f1f3f;
}

.test-locked-message {
  text-align: center;
  padding: 40px 20px;
  color: #a08090;
  font-size: 16px;
  border: 1px dashed #6f4f6f;
  border-radius: 30px;
  background: rgba(0,0,0,0.2);
}