.header-content[data-v-7fa80f4d] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.header-left[data-v-7fa80f4d] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trophy-icon[data-v-7fa80f4d] {
  width: 38px;
  height: 38px;
}
.user-info[data-v-7fa80f4d] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.user-name[data-v-7fa80f4d] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 12px;
}
.score[data-v-7fa80f4d] {
  font-size: 14px;
  color: #333333;
}
.model-tag[data-v-7fa80f4d] {
  padding: 4px 8px;
  background-color: #e6f7ff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #1890ff;
}
.meta-info[data-v-7fa80f4d] {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #999999;
}
.date-time[data-v-7fa80f4d] {
  font-size: 12px;
  color: #999999;
}
.recording-link[data-v-7fa80f4d] {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #1890ff;
}
.play-icon[data-v-7fa80f4d] {
  font-size: 12px;
  color: #1890ff;
}
.link-text[data-v-7fa80f4d] {
  font-size: 12px;
  color: #1890ff;
  text-decoration: none;
}
@charset "UTF-8";
.gold-medal-title[data-v-4508771e] {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.gold-medal-title[data-v-4508771e]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background-color: #409eff;
}
.customer-profile-container[data-v-4508771e] {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sales-performance-container[data-v-4508771e] {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.profile-card[data-v-4508771e] {
  flex: 1;
  background-color: #f5f7fa;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.card-header[data-v-4508771e] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  color: #333;
}
.card-header i[data-v-4508771e] {
  margin-right: 8px;
  color: #409eff;
  font-size: 16px;
}
.card-content p[data-v-4508771e] {
  margin: 0;
  color: #606266;
  line-height: 1.5;
  font-size: 14px;
}

/* 沟通全流程复盘样式 */
.communication-review-container[data-v-4508771e] {
  margin-top: 20px;
  max-width: 100%;
  box-sizing: border-box;
}
.review-timeline[data-v-4508771e] {
  position: relative;
}
.review-timeline[data-v-4508771e]::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background-color: #e4e7ed;
}
.review-item[data-v-4508771e] {
  display: flex;
  margin-bottom: 32px;
  position: relative;
  align-items: stretch;
}

/* 左侧部分：步骤号和蓝色卡片 */
.left-section[data-v-4508771e] {
  display: flex;
  margin-right: 24px;
}
.step-number[data-v-4508771e] {
  width: 40px;
  height: 40px;
  background-color: #409eff;
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  flex-shrink: 0;
  z-index: 1;
}
.blue-card[data-v-4508771e] {
  width: 120px;
  background-color: #409eff;
  border-radius: 4px;
  padding: 16px;
  margin-left: 20px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.score-label[data-v-4508771e] {
  font-size: 13px;
  margin-bottom: 4px;
}
.score-value[data-v-4508771e] {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
.score-weight[data-v-4508771e] {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.9;
}
.step-name[data-v-4508771e] {
  font-size: 14px;
  font-weight: 500;
}

/* 右侧部分：内容卡片 */
.right-section[data-v-4508771e] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-row[data-v-4508771e] {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: stretch;
}
.performance-card[data-v-4508771e] {
  flex: 1;
  background-color: white;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 12px 16px;
  box-sizing: border-box;
}
.golden-sentence-card[data-v-4508771e] {
  width: 360px;
  background-color: #f0f9ff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 12px 16px;
  box-sizing: border-box;
}
.feedback-card[data-v-4508771e] {
  background-color: white;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 12px 16px;
  box-sizing: border-box;
}

/* 内容卡片通用样式 */
.performance-card .card-header[data-v-4508771e],
.golden-sentence-card .card-header[data-v-4508771e],
.feedback-card .card-header[data-v-4508771e] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.performance-card .card-header i[data-v-4508771e],
.golden-sentence-card .card-header i[data-v-4508771e],
.feedback-card .card-header i[data-v-4508771e] {
  margin-right: 8px;
  color: #409eff;
  font-size: 16px;
}
.performance-card .card-body p[data-v-4508771e],
.golden-sentence-card .card-body p[data-v-4508771e],
.feedback-card .card-body p[data-v-4508771e] {
  margin: 0;
  color: #606266;
  line-height: 1.6;
  font-size: 14px;
}
.card-header[data-v-4508771e] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
.card-header i[data-v-4508771e] {
  margin-right: 8px;
  color: #409eff;
  font-size: 14px;
}
.card-body p[data-v-4508771e] {
  margin: 0;
  color: #606266;
  line-height: 1.5;
  font-size: 14px;
}
.card-title[data-v-4508771e] {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 500;
  color: #333;
}
.card-title i[data-v-4508771e] {
  margin-right: 8px;
  color: #409eff;
  font-size: 16px;
}
.card-title p[data-v-4508771e] {
  margin: 0;
  color: #333;
  line-height: 1.5;
  font-size: 14px;
}
