
.page-title[data-v-1f9b7d3a] {
  font-size: 0.83333vw;
  font-weight: 600;
  margin-bottom: 0.625vw;
}
.search-form[data-v-1f9b7d3a] {
  margin-bottom: 0.83333vw;
}
.search-actions[data-v-1f9b7d3a] {
  display: flex;
  align-items: flex-start;
  gap: 0.52083vw;
  padding-left: 0.41667vw;
}
.content-wrap[data-v-1f9b7d3a] {
  margin-top: 0.625vw;
}
.card-header[data-v-1f9b7d3a] {
  font-weight: 600;
}
.profile[data-v-1f9b7d3a] {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}
.profile-avatar[data-v-1f9b7d3a] {
  flex: 0 0 auto;
}
.profile-main[data-v-1f9b7d3a] {
  min-width: 0;
}
.profile-name[data-v-1f9b7d3a] {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.2;
}
.profile-sub[data-v-1f9b7d3a] {
  margin-top: 0.3125vw;
  color: #909399;
  font-size: 0.72917vw;
}
.tag[data-v-1f9b7d3a] {
  margin-right: 0.3125vw;
  margin-bottom: 0.3125vw;
}

/* 左侧全景档案：整体字号稍微大一点 */
[data-v-1f9b7d3a] .profile + .el-divider {
  margin: 0.72917vw 0;
}
[data-v-1f9b7d3a] .el-descriptions__label {
  font-size: 0.72917vw;
}
[data-v-1f9b7d3a] .el-descriptions__content {
  font-size: 0.72917vw;
}
[data-v-1f9b7d3a] .tag.el-tag {
  font-size: 0.67708vw;
}
.timeline-row[data-v-1f9b7d3a] {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
}
.timeline-title[data-v-1f9b7d3a] {
  font-weight: 600;
}
.timeline-meta[data-v-1f9b7d3a] {
  display: flex;
  align-items: center;
  gap: 0.41667vw;
  color: #606266;
  flex-wrap: wrap;
}
.sep[data-v-1f9b7d3a] {
  color: #dcdfe6;
}
.task-card-list[data-v-1f9b7d3a] {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  height: 25vw; /* 定高：大约可显示 4 张卡片 */
  overflow-y: auto;
  padding-right: 0.3125vw; /* 给滚动条留空间 */
}

/* 滚动条宽度 2px（WebKit） */
.task-card-list[data-v-1f9b7d3a]::-webkit-scrollbar {
  width: 0.10417vw;
}
.task-card-list[data-v-1f9b7d3a]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0.10417vw;
}
.task-card-list[data-v-1f9b7d3a]::-webkit-scrollbar-track {
  background: transparent;
}

/* 滚动条宽度 2px（Firefox） */
.task-card-list[data-v-1f9b7d3a] {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}
.task-card[data-v-1f9b7d3a] {
  border-radius: 0.41667vw;
}
.task-card-header[data-v-1f9b7d3a] {
  display: flex;
  align-items: baseline;
  gap: 0.52083vw;
  margin-bottom: 0.41667vw;
}
.task-card-month[data-v-1f9b7d3a] {
  color: #303133;
  font-size: 0.72917vw;
  font-weight: 700;
  white-space: nowrap;
}
.task-card-title[data-v-1f9b7d3a] {
  font-weight: 600;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-card-body[data-v-1f9b7d3a] {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  color: #606266;
}
.task-card-line[data-v-1f9b7d3a] {
  display: flex;
  gap: 0.41667vw;
  align-items: center;
}
.task-card-line .label[data-v-1f9b7d3a] {
  width: 5.20833vw;
  color: #909399;
  text-align: left;
  font-weight: 500;
}
.task-card-line .value[data-v-1f9b7d3a] {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  text-align: left;
}
.status-line[data-v-1f9b7d3a] {
  justify-content: flex-start;
}
.view-btn[data-v-1f9b7d3a] {
  margin-left: auto;
}

/* 右侧卡片更紧凑 */
[data-v-1f9b7d3a] .task-card .el-card__body {
  padding: 0.625vw;
}

