.employee-workbench[data-v-7b0f98db],
.role-panel[data-v-7b0f98db],
.task-panel[data-v-7b0f98db] {
  margin-top: 14px;
}
.employee-workbench[data-v-7b0f98db] {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.employee-workbench .aik-panel[data-v-7b0f98db] {
  min-width: 0;
}
.employee-list[data-v-7b0f98db] {
  display: grid;
  gap: 10px;
}
.employee-list__item[data-v-7b0f98db] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: #fff;
  color: #10233f;
  text-align: left;
  cursor: pointer;
}
.employee-list__item.active[data-v-7b0f98db] {
  border-color: #1677ff;
  background: #eef7ff;
  -webkit-box-shadow: 0 12px 24px rgba(22, 119, 255, 0.12);
          box-shadow: 0 12px 24px rgba(22, 119, 255, 0.12);
}
.employee-list__item i[data-v-7b0f98db] {
  display: grid;
  place-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #1677ff;
  background: #eaf3ff;
  font-size: 18px;
}
.employee-list__item strong[data-v-7b0f98db],
.employee-list__item em[data-v-7b0f98db] {
  display: block;
}
.employee-list__item em[data-v-7b0f98db] {
  margin-top: 4px;
  color: #60758f;
  font-size: 12px;
  font-style: normal;
}
.employee-summary[data-v-7b0f98db] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.employee-summary div[data-v-7b0f98db],
.run-preview[data-v-7b0f98db] {
  padding: 12px;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: #f8fbff;
}
.employee-summary strong[data-v-7b0f98db],
.employee-summary span[data-v-7b0f98db] {
  display: block;
}
.employee-summary strong[data-v-7b0f98db] {
  color: #10233f;
}
.employee-summary span[data-v-7b0f98db] {
  margin-top: 6px;
  color: #60758f;
  font-size: 12px;
  line-height: 1.7;
}
.step-flow[data-v-7b0f98db] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.step-flow article[data-v-7b0f98db] {
  min-height: 132px;
  padding: 12px;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: #fff;
}
.step-flow b[data-v-7b0f98db] {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  background: #1677ff;
}
.step-flow strong[data-v-7b0f98db],
.step-flow span[data-v-7b0f98db] {
  display: block;
}
.step-flow strong[data-v-7b0f98db] {
  margin-top: 10px;
  color: #10233f;
}
.step-flow span[data-v-7b0f98db],
.run-preview p[data-v-7b0f98db] {
  color: #60758f;
  font-size: 12px;
  line-height: 1.75;
}
.run-preview h3[data-v-7b0f98db] {
  margin: 10px 0 8px;
  color: #10233f;
}
.wecom-agent-board[data-v-7b0f98db] {
  display: grid;
  gap: 14px;
}
.scene-grid[data-v-7b0f98db] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.scene-card[data-v-7b0f98db],
.weekly-agent-card[data-v-7b0f98db] {
  padding: 14px;
  border: 1px solid #dbe7f5;
  border-radius: 14px;
  background: #fff;
}
.scene-card strong[data-v-7b0f98db],
.scene-card span[data-v-7b0f98db],
.scene-card p[data-v-7b0f98db],
.weekly-agent-card strong[data-v-7b0f98db],
.weekly-agent-card span[data-v-7b0f98db],
.weekly-agent-card p[data-v-7b0f98db] {
  display: block;
}
.scene-card strong[data-v-7b0f98db],
.weekly-agent-card strong[data-v-7b0f98db] {
  color: #10233f;
}
.scene-card span[data-v-7b0f98db],
.scene-card p[data-v-7b0f98db],
.weekly-agent-card span[data-v-7b0f98db],
.weekly-agent-card p[data-v-7b0f98db] {
  color: #60758f;
  font-size: 12px;
  line-height: 1.7;
}
.scene-card span[data-v-7b0f98db],
.weekly-agent-card span[data-v-7b0f98db] {
  margin-top: 5px;
}
.scene-card p[data-v-7b0f98db],
.weekly-agent-card p[data-v-7b0f98db] {
  margin: 10px 0 0;
}
.scene-actions[data-v-7b0f98db],
.weekly-agent-card__head[data-v-7b0f98db] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.scene-actions[data-v-7b0f98db] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12px;
}
@media (max-width: 1440px) {
.employee-summary[data-v-7b0f98db],
  .step-flow[data-v-7b0f98db] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 1100px) {
.employee-workbench[data-v-7b0f98db] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 920px) {
.employee-summary[data-v-7b0f98db],
  .step-flow[data-v-7b0f98db],
  .scene-grid[data-v-7b0f98db] {
    grid-template-columns: 1fr;
}
}
