.dialogue-mining-card[data-v-8f04085c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.dialogue-mining-card-header[data-v-8f04085c] {
  display: flex;
  flex-direction: column;
  line-height: 10px;
  border-left: 8px solid #409eff;
  padding-left: 10px;
}
.dialogue-mining-card-header .dialogue-mining-card-title[data-v-8f04085c] {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 8px;
}
.dialogue-mining-card-header .dialogue-mining-card-subtitle[data-v-8f04085c] {
  font-size: 14px;
  margin-top: 7px;
  color: #606266;
}
.dialogue-mining-card .dialogue-mining-card-action[data-v-8f04085c] {
  display: flex;
  align-items: center;
}
.dialogue-mining-card .dialogue-mining-card-action .open-list-btn[data-v-8f04085c] {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
}
.excellent-speech-card-container[data-v-8f04085c] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.excellent-speech-card[data-v-8f04085c] {
  width: calc(33% - 15px);
  border: 1px solid #e4e7ed;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s;
}
.card-header[data-v-8f04085c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.title-section[data-v-8f04085c] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.icon-box[data-v-8f04085c] {
  width: 53px;
  height: 53px;
  background-color: #eff6ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.icon-box .icon-document[data-v-8f04085c] {
  width: 24px;
  height: 24px;
  background-image: url("https://static.shuzhuo.cn/2025/67/3c/icon_1c5fd1964062218f.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.title-content[data-v-8f04085c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-title[data-v-8f04085c] {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  margin: 0;
  line-height: 1;
}
.status-tag[data-v-8f04085c] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #e6a23c;
  background-color: #fdf6ec;
  padding: 2px 8px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.status-tag.status-updating[data-v-8f04085c] {
  color: #e6a23c;
  background-color: #fdf6ec;
}
.status-tag.status-updating .status-dot[data-v-8f04085c] {
  background-color: #e6a23c;
}
.status-dot[data-v-8f04085c] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e6a23c;
}
.status-tag.status-completed[data-v-8f04085c] {
  color: #15803d;
  background-color: #dcfce7;
}
.status-tag.status-completed .status-dot[data-v-8f04085c] {
  background-color: #15803d;
}
.close-btn[data-v-8f04085c] {
  font-size: 18px;
  color: #909399;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.3s;
}
.info-section[data-v-8f04085c] {
  margin-bottom: 24px;
}
.time-info[data-v-8f04085c] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #606266;
}
.time-info .el-icon-time[data-v-8f04085c] {
  font-size: 14px;
}
.time-info .label[data-v-8f04085c] {
  margin-right: 12px;
}
.time-info .value[data-v-8f04085c] {
  background-color: #f5f7fa;
  padding: 4px 12px;
  border-radius: 4px;
  color: #303133;
}
.stats-section[data-v-8f04085c] {
  display: flex;
  background-color: #f5f7fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.stat-item[data-v-8f04085c] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.stat-label[data-v-8f04085c] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #606266;
}
.stat-label .el-icon-microphone[data-v-8f04085c],
.stat-label .el-icon-chat-dot-round[data-v-8f04085c] {
  font-size: 16px;
}
.stat-value[data-v-8f04085c] {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
}
.stat-value.highlight[data-v-8f04085c] {
  color: #409eff;
}
.divider[data-v-8f04085c] {
  width: 1px;
  background-color: #e4e7ed;
  margin: 0 20px;
}
.action-section[data-v-8f04085c] {
  display: flex;
  justify-content: end;
}
.action-section .detail-btn[data-v-8f04085c] {
  width: 160px;
  height: 36px;
  background-color: #f5f7fa;
  color: #606266;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.3s;
}
.action-section .detail-btn .el-icon-right[data-v-8f04085c] {
  font-size: 12px;
}
.action-section .detail-btn-completed[data-v-8f04085c] {
  background-color: #eff6ff;
  color: #247beb;
}
.action-section .detail-btn-completed .el-icon-right[data-v-8f04085c] {
  color: #247beb;
}
