.customer-service-board-page[data-v-14bf28e2] {
  --board-bg: #f6f9fc;
  --board-panel: #fff;
  --board-panel-strong: #fff;
  --board-line: #e5ecf5;
  --board-text: #172033;
  --board-muted: #6a768a;
  --board-navy: #163a70;
  --board-blue: #267dff;
  --board-blue-active: #155bd8;
  --board-cyan: #35c5ff;
  --board-green: #25a877;
  --board-amber: #f2a93b;
  --board-red: #e05d5d;
  --board-purple: #6677ff;
  --board-shadow: 0 8px 24px rgba(15, 23, 42, .06);
  --board-shadow-soft: 0 8px 24px rgba(15, 23, 42, .06);
  height: calc(100% - 30px) !important;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: var(--board-text);
  background: radial-gradient(circle at top left, rgba(38, 125, 255, 0.08), transparent 24%), radial-gradient(circle at top right, rgba(31, 188, 122, 0.06), transparent 20%), -webkit-gradient(linear, left top, left bottom, from(#f6f9fd), to(var(--board-bg)));
  background: radial-gradient(circle at top left, rgba(38, 125, 255, 0.08), transparent 24%), radial-gradient(circle at top right, rgba(31, 188, 122, 0.06), transparent 20%), linear-gradient(180deg, #f6f9fd 0%, var(--board-bg) 100%);
}
[data-v-14bf28e2] .customer-service-wrap,[data-v-14bf28e2] .customer-service-wrap .basic-container__card,[data-v-14bf28e2] .customer-service-wrap .el-card__body {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.board-shell[data-v-14bf28e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 18px 20px 24px;
}
.header-panel[data-v-14bf28e2] {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px 24px 18px;
  margin-bottom: 16px;
  border: 1px solid rgba(192, 211, 232, 0.32);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, rgba(21, 48, 91, 0.96), rgba(35, 91, 167, 0.9)), linear-gradient(90deg, #14396b, #2d6fca);
  -webkit-box-shadow: 0 10px 26px rgba(18, 47, 91, 0.1);
          box-shadow: 0 10px 26px rgba(18, 47, 91, 0.1);
}
.header-panel[data-v-14bf28e2]::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -170px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 191, 255, 0.16), transparent 68%);
  pointer-events: none;
}
.header-top[data-v-14bf28e2] {
  position: relative;
  z-index: 1;
  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: 18px;
  margin-bottom: 16px;
  padding-right: 0;
  border-right: 0;
}
.page-eyebrow[data-v-14bf28e2],
.card-eyebrow[data-v-14bf28e2] {
  font-size: 12px;
  color: var(--board-muted);
  font-weight: 600;
}
.page-eyebrow[data-v-14bf28e2] {
  color: rgba(255, 255, 255, 0.72);
}
.page-title-block h1[data-v-14bf28e2] {
  margin: 4px 0 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
}
.page-title-block p[data-v-14bf28e2] {
  margin: 6px 0 0;
  max-width: 650px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.76);
}
.header-actions[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-actions[data-v-14bf28e2] .el-button {
  height: 32px;
  padding: 7px 12px;
  border-color: rgba(255, 255, 255, 0.22);
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-actions[data-v-14bf28e2] .el-button:hover, .header-actions[data-v-14bf28e2] .el-button:focus {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
}
.board-card[data-v-14bf28e2] {
  border: 1px solid var(--board-line);
  border-radius: 20px;
  background: var(--board-panel);
  -webkit-box-shadow: var(--board-shadow-soft);
          box-shadow: var(--board-shadow-soft);
}
.metric-strip[data-v-14bf28e2] {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.metric-item[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "label label" "value sub";
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  min-width: 0;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 8px 20px rgba(8, 28, 57, 0.08);
          box-shadow: 0 8px 20px rgba(8, 28, 57, 0.08);
}
.metric-item span[data-v-14bf28e2],
.metric-item strong[data-v-14bf28e2],
.metric-item em[data-v-14bf28e2] {
  display: block;
}
.metric-item span[data-v-14bf28e2] {
  grid-area: label;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.76);
}
.metric-item strong[data-v-14bf28e2] {
  grid-area: value;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.3px;
}
.metric-item em[data-v-14bf28e2] {
  grid-area: sub;
  margin-top: 0;
  padding-bottom: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
}
.summary-grid[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.board-card[data-v-14bf28e2] {
  min-width: 0;
  padding: 20px 22px;
}
.card-head[data-v-14bf28e2],
.panel-head[data-v-14bf28e2] {
  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: 16px;
  min-height: 58px;
  margin-bottom: 14px;
}
.card-title[data-v-14bf28e2] {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--board-text);
}
.card-desc[data-v-14bf28e2] {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--board-muted);
}
.section-badge[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 9px;
  border: 1px solid #edf3fa;
  border-radius: 999px;
  color: #7d8ba1;
  background: #f8fbff;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  cursor: default;
}
.summary-pills[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.status-dot[data-v-14bf28e2] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--board-blue);
}
.status-dot.is-success[data-v-14bf28e2] {
  background: var(--board-green);
}
.status-dot.is-warning[data-v-14bf28e2] {
  background: var(--board-amber);
}
.status-dot.is-danger[data-v-14bf28e2] {
  background: var(--board-red);
}
.status-dot.is-muted[data-v-14bf28e2] {
  background: #c0c4cc;
}
.status-dot.is-purple[data-v-14bf28e2] {
  background: var(--board-purple);
}
.bar-line[data-v-14bf28e2] {
  height: 8px;
  margin: 7px 0 0;
  border-radius: 999px;
  background: #edf3fa;
  overflow: hidden;
}
.bar-line.is-thin[data-v-14bf28e2] {
  height: 7px;
  margin: 7px 0 0;
}
.bar-line span[data-v-14bf28e2] {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(var(--board-cyan)), to(var(--board-blue)));
  background: linear-gradient(90deg, var(--board-cyan), var(--board-blue));
}
.bar-line span.is-success[data-v-14bf28e2] {
  background: -webkit-gradient(linear, left top, right top, from(#25a877), to(#7ed8b0));
  background: linear-gradient(90deg, #25a877, #7ed8b0);
}
.bar-line span.is-warning[data-v-14bf28e2] {
  background: -webkit-gradient(linear, left top, right top, from(var(--board-amber)), to(#ffcf7c));
  background: linear-gradient(90deg, var(--board-amber), #ffcf7c);
}
.bar-line span.is-danger[data-v-14bf28e2] {
  background: -webkit-gradient(linear, left top, right top, from(var(--board-red)), to(#ff9a9a));
  background: linear-gradient(90deg, var(--board-red), #ff9a9a);
}
.bar-line span.is-muted[data-v-14bf28e2] {
  background: #c0c4cc;
}
.bar-line span.is-purple[data-v-14bf28e2] {
  background: -webkit-gradient(linear, left top, right top, from(var(--board-purple)), to(#9ba5ff));
  background: linear-gradient(90deg, var(--board-purple), #9ba5ff);
}
.compact-stat-list[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.compact-stat-row[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 64px minmax(140px, 1.2fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfdff), to(#f6f9fd));
  background: linear-gradient(180deg, #fbfdff, #f6f9fd);
}
.compact-stat-row > strong[data-v-14bf28e2] {
  text-align: right;
  font-size: 16px;
  color: var(--board-text);
}
.compact-stat-name[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  color: #3f4b5f;
  font-weight: 600;
}
.compact-stat-name span[data-v-14bf28e2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.compact-progress[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: minmax(70px, 1fr) 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.compact-progress em[data-v-14bf28e2] {
  text-align: right;
  font-size: 12px;
  color: var(--board-muted);
  font-style: normal;
}
.summary-insight[data-v-14bf28e2] {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  min-height: 86px;
  margin-bottom: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(38, 125, 255, 0.14);
  border-radius: 16px;
  color: var(--board-text);
  background: linear-gradient(135deg, #f8fbff, #edf5ff);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.summary-insight[data-v-14bf28e2]::after {
  content: "";
  position: absolute;
  right: -66px;
  bottom: -82px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 125, 255, 0.12), transparent 64%);
}
.summary-insight > div[data-v-14bf28e2] {
  position: relative;
  z-index: 1;
}
.summary-insight span[data-v-14bf28e2] {
  display: block;
  color: var(--board-muted);
  font-size: 12px;
}
.summary-insight strong[data-v-14bf28e2] {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.summary-insight.is-success[data-v-14bf28e2] {
  border-color: rgba(37, 168, 119, 0.18);
  background: linear-gradient(135deg, #f7fcfa, #eaf8f2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.summary-insight.is-success[data-v-14bf28e2]::after {
  background: radial-gradient(circle, rgba(37, 168, 119, 0.14), transparent 64%);
}
.summary-insight.is-warning[data-v-14bf28e2] {
  border-color: rgba(242, 169, 59, 0.2);
  background: linear-gradient(135deg, #fffcf6, #fff4df);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.summary-insight.is-warning[data-v-14bf28e2]::after {
  background: radial-gradient(circle, rgba(242, 169, 59, 0.16), transparent 64%);
}
.summary-insight.is-danger[data-v-14bf28e2] {
  border-color: rgba(224, 93, 93, 0.18);
  background: linear-gradient(135deg, #fff8f8, #ffecec);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.summary-insight.is-danger[data-v-14bf28e2]::after {
  background: radial-gradient(circle, rgba(224, 93, 93, 0.14), transparent 64%);
}
.summary-insight.is-purple[data-v-14bf28e2] {
  border-color: rgba(102, 119, 255, 0.18);
  background: linear-gradient(135deg, #f8f9ff, #eef0ff);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.summary-insight.is-purple[data-v-14bf28e2]::after {
  background: radial-gradient(circle, rgba(102, 119, 255, 0.14), transparent 64%);
}
.summary-insight.is-muted[data-v-14bf28e2] {
  border-color: rgba(96, 112, 134, 0.16);
  background: linear-gradient(135deg, #f8fafc, #eef2f7);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.summary-insight.is-muted[data-v-14bf28e2]::after {
  background: radial-gradient(circle, rgba(96, 112, 134, 0.12), transparent 64%);
}
.summary-insight-value[data-v-14bf28e2] {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.summary-insight-value strong[data-v-14bf28e2] {
  margin-top: 0;
  font-size: 40px;
  line-height: 1;
}
.summary-insight-value span[data-v-14bf28e2] {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--board-muted);
}
.stage-flow-list[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.stage-flow-row[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: minmax(112px, 0.9fr) minmax(120px, 1fr) 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #e4ebf5;
  border-radius: 12px;
  background: #fff;
}
.stage-flow-row.is-lead[data-v-14bf28e2] {
  border-color: rgba(37, 168, 119, 0.2);
  background: #f7fcfa;
}
.stage-flow-name[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  font-weight: 600;
  font-size: 13px;
}
.stage-flow-name span[data-v-14bf28e2] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.stage-flow-progress[data-v-14bf28e2] {
  min-width: 0;
}
.stage-flow-progress .bar-line[data-v-14bf28e2] {
  margin: 0;
}
.stage-flow-stat[data-v-14bf28e2] {
  text-align: right;
}
.stage-flow-stat strong[data-v-14bf28e2],
.stage-flow-stat em[data-v-14bf28e2] {
  display: block;
}
.stage-flow-stat strong[data-v-14bf28e2] {
  color: var(--board-text);
  font-size: 13px;
  line-height: 16px;
}
.stage-flow-stat em[data-v-14bf28e2] {
  margin-top: 2px;
  color: var(--board-muted);
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
}
.service-version-grid[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.service-version-card[data-v-14bf28e2] {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 13px 14px;
  border: 1px solid #e4ebf5;
  border-radius: 14px;
  background: #fff;
}
.service-version-card[data-v-14bf28e2]::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: auto;
  height: 3px;
  background: rgba(38, 125, 255, 0.55);
}
.service-version-card.is-success[data-v-14bf28e2]::before {
  background: rgba(37, 168, 119, 0.55);
}
.service-version-card.is-warning[data-v-14bf28e2]::before {
  background: rgba(242, 169, 59, 0.58);
}
.service-version-card.is-danger[data-v-14bf28e2]::before {
  background: rgba(224, 93, 93, 0.55);
}
.service-version-card.is-purple[data-v-14bf28e2]::before {
  background: rgba(102, 119, 255, 0.55);
}
.service-version-card > em[data-v-14bf28e2] {
  display: block;
  margin-top: 6px;
  color: var(--board-muted);
  font-size: 12px;
  font-style: normal;
}
.service-version-head[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  color: #3f4b5f;
  font-size: 13px;
  font-weight: 600;
}
.service-version-value[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  margin-top: 10px;
}
.service-version-value strong[data-v-14bf28e2] {
  color: var(--board-text);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.service-version-value span[data-v-14bf28e2] {
  color: #526077;
  font-size: 13px;
}
.period-panel[data-v-14bf28e2] {
  margin-bottom: 16px;
  background: #fff;
}
.period-head[data-v-14bf28e2] {
  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: 18px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf2f8;
}
.period-controls[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.period-control-group[data-v-14bf28e2] {
  display: grid;
  gap: 6px;
}
.period-control-group > span[data-v-14bf28e2] {
  color: var(--board-muted);
  font-size: 12px;
  line-height: 16px;
}
.period-updated[data-v-14bf28e2] {
  height: 32px;
  padding: 0 10px;
  border: 1px solid #edf2f8;
  border-radius: 999px;
  color: #7a8699;
  background: #f8fbff;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
}
.summary-pills[data-v-14bf28e2] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.summary-pill[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #e5edf7;
  border-radius: 999px;
  font-size: 12px;
  color: #526077;
  background: #f8fbff;
}
.summary-pill strong[data-v-14bf28e2] {
  color: var(--board-blue);
}
.period-summary-row[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.period-summary-item[data-v-14bf28e2] {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 100px;
  padding: 16px 16px 14px 18px;
  border: 1px solid #e6eef7;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.period-summary-item[data-v-14bf28e2]::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--board-blue);
}
.period-summary-item.is-success[data-v-14bf28e2]::before {
  background: var(--board-green);
}
.period-summary-item.is-warning[data-v-14bf28e2]::before {
  background: var(--board-amber);
}
.period-summary-item.is-purple[data-v-14bf28e2]::before {
  background: var(--board-purple);
}
.period-summary-item span[data-v-14bf28e2],
.period-summary-item strong[data-v-14bf28e2],
.period-summary-item em[data-v-14bf28e2],
.period-summary-item small[data-v-14bf28e2] {
  display: block;
}
.period-summary-item span[data-v-14bf28e2] {
  font-size: 13px;
  line-height: 1.4;
  color: var(--board-muted);
}
.period-summary-item strong[data-v-14bf28e2] {
  display: inline-block;
  margin-top: 9px;
  font-size: 32px;
  line-height: 1;
  color: var(--board-text);
  letter-spacing: 0.2px;
}
.period-summary-item em[data-v-14bf28e2] {
  display: inline-block;
  margin-top: 0;
  margin-left: 5px;
  font-size: 13px;
  color: #526077;
  font-style: normal;
}
.period-summary-item small[data-v-14bf28e2] {
  margin-top: 8px;
  color: #7a8699;
  font-size: 12px;
  line-height: 16px;
}
.period-group-list[data-v-14bf28e2] {
  display: grid;
  gap: 14px;
}
.period-business-group[data-v-14bf28e2] {
  overflow: hidden;
  border: 1px solid #e6ecf5;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.035);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.035);
}
.period-group-head[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 0 14px;
  background: #f8fbff;
  border-bottom: 1px solid #edf2f8;
  cursor: pointer;
}
.period-group-title[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.period-group-title strong[data-v-14bf28e2] {
  color: var(--board-text);
  font-size: 15px;
  line-height: 20px;
}
.period-group-title span[data-v-14bf28e2] {
  color: var(--board-muted);
  font-size: 12px;
}
.period-group-meta[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #7a8699;
  font-size: 12px;
  white-space: nowrap;
}
.period-group-meta strong[data-v-14bf28e2] {
  margin-left: 4px;
  color: var(--board-text);
  font-weight: 700;
}
.period-group-meta i[data-v-14bf28e2] {
  color: #9aa6b7;
  font-size: 13px;
}
.table-progress[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table-progress .bar-line[data-v-14bf28e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 72px;
  margin: 0;
}
.table-progress strong[data-v-14bf28e2] {
  width: 48px;
  text-align: right;
  font-size: 13px;
  color: #4e5969;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.period-coverage-cell[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.period-coverage-cell span[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
  color: #6b7280;
  font-size: 12px;
  white-space: nowrap;
}
.period-coverage-cell strong[data-v-14bf28e2] {
  color: var(--board-text);
  font-size: 13px;
  font-weight: 700;
}
.period-category-cell[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 74px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--board-blue);
  background: rgba(38, 125, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.period-category-cell.is-success[data-v-14bf28e2] {
  color: #148758;
  background: rgba(31, 188, 122, 0.12);
}
.period-category-cell.is-warning[data-v-14bf28e2] {
  color: #a86600;
  background: rgba(242, 169, 59, 0.14);
}
.period-category-cell.is-purple[data-v-14bf28e2] {
  color: #5865d9;
  background: rgba(102, 119, 255, 0.12);
}
[data-v-14bf28e2] .period-table .cell {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.55;
}
[data-v-14bf28e2] .period-table td,[data-v-14bf28e2] .period-table th {
  padding: 9px 0;
}
[data-v-14bf28e2] .period-table th {
  height: 40px;
  font-size: 13px;
  background: #f7f9fc !important;
}
[data-v-14bf28e2] .period-table td {
  height: 44px;
}
[data-v-14bf28e2] .period-table .el-table__body tr.current-row > td:first-child .cell {
  font-weight: 700;
}
[data-v-14bf28e2] .period-table .el-table__fixed-right::before,[data-v-14bf28e2] .period-table .el-table__fixed::before {
  height: 0;
}
[data-v-14bf28e2] .period-controls .el-date-editor {
  width: 250px;
  border-radius: 999px;
  border-color: #d4e1ef;
  background: #fff;
}
[data-v-14bf28e2] .period-controls .el-radio-button__inner {
  padding: 8px 12px;
  border-color: #d4e1ef;
  color: var(--board-muted);
  background: #fff;
}
[data-v-14bf28e2] .period-controls .el-radio-button:first-child .el-radio-button__inner {
  border-radius: 999px 0 0 999px;
}
[data-v-14bf28e2] .period-controls .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 999px 999px 0;
}
[data-v-14bf28e2] .period-controls .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: var(--board-blue-active);
  border-color: var(--board-blue-active);
  -webkit-box-shadow: 0 6px 14px rgba(21, 91, 216, 0.24);
          box-shadow: 0 6px 14px rgba(21, 91, 216, 0.24);
}
.service-detail-panel[data-v-14bf28e2] {
  min-height: 520px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-detail-panel .panel-head[data-v-14bf28e2] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px 14px 0;
}
.service-detail-panel .card-title[data-v-14bf28e2] {
  margin-top: 0;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.service-detail-panel .card-desc[data-v-14bf28e2] {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.detail-summary-bar[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  min-height: 38px;
  margin-top: 8px;
  padding: 0 12px;
  border: 1px solid #e6ecf5;
  border-radius: 10px;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.detail-summary-bar span[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}
.detail-summary-bar span + span[data-v-14bf28e2]::before {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 11px;
  background: #e5eaf2;
}
.detail-summary-bar span:last-child strong[data-v-14bf28e2] {
  color: #f59e0b;
}
.detail-summary-bar strong[data-v-14bf28e2] {
  margin: 0 3px 0 5px;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
}
.detail-filter-row[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  min-height: 46px;
  padding: 6px 8px;
  border: 1px solid #e8eef6;
  border-radius: 10px;
  background: #fff;
}
.detail-filter-row .el-select[data-v-14bf28e2] {
  width: 132px;
}
.detail-keyword[data-v-14bf28e2] {
  width: 220px;
}
.detail-status-select[data-v-14bf28e2] {
  width: 168px !important;
}
.service-table-wrap[data-v-14bf28e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  margin-top: 8px;
  border: 1px solid #e1eaf5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
[data-v-14bf28e2] .service-data-table {
  background: #fff;
}
[data-v-14bf28e2] .service-data-table::before {
  display: none;
}
[data-v-14bf28e2] .service-data-table th {
  height: 36px;
  background: #f8fafc;
  border-bottom: 1px solid #e6ecf5;
  color: #64748b;
}
[data-v-14bf28e2] .service-data-table td {
  height: 78px;
  padding: 6px 0;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}
[data-v-14bf28e2] .service-data-table .el-table__row:hover > td {
  background: #f8fbff;
}
[data-v-14bf28e2] .service-data-table .current-row > td {
  background: #f8fbff !important;
}
[data-v-14bf28e2] .service-data-table .el-table__fixed-right::before,[data-v-14bf28e2] .service-data-table .el-table__fixed::before {
  display: none;
}
.customer-cell strong[data-v-14bf28e2],
.customer-cell span[data-v-14bf28e2] {
  display: block;
}
.customer-cell strong[data-v-14bf28e2] {
  font-size: 13px;
  color: #1f2937;
  font-weight: 700;
}
.customer-cell span[data-v-14bf28e2] {
  margin-top: 2px;
  font-size: 12px;
  color: #64748b;
}
.service-customer-cell .customer-meta-row[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 7px;
  min-width: 0;
}
.service-customer-cell em[data-v-14bf28e2] {
  max-width: 112px;
  height: 20px;
  padding: 0 7px;
  border-radius: 6px;
  color: #64748b;
  background: #f1f5f9;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inline-service-line[data-v-14bf28e2] {
  display: grid;
  gap: 7px;
  min-width: 0;
}
.inline-service-line.is-disabled[data-v-14bf28e2] {
  color: #98a2b3;
}
.inline-service-line.is-disabled .inline-metrics span[data-v-14bf28e2],
.inline-service-line.is-disabled .inline-metrics strong[data-v-14bf28e2] {
  color: #98a2b3;
}
.inline-status[data-v-14bf28e2] {
  justify-self: start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 150px;
  height: 20px;
  padding: 0 7px;
  border-radius: 6px;
  color: #15803d;
  background: #ecfdf3;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inline-status.is-warning[data-v-14bf28e2] {
  color: #c2410c;
  background: #fff7ed;
}
.inline-status.is-danger[data-v-14bf28e2] {
  color: #b91c1c;
  background: #fef2f2;
}
.inline-status.is-muted[data-v-14bf28e2] {
  color: #64748b;
  background: #f1f5f9;
}
.inline-metrics[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
}
.inline-metrics span[data-v-14bf28e2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78px;
          flex: 0 0 78px;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inline-metrics strong[data-v-14bf28e2] {
  margin-left: 3px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 800;
}
.service-line-cell[data-v-14bf28e2] {
  min-width: 0;
}
.service-line-cell strong[data-v-14bf28e2],
.service-line-cell span[data-v-14bf28e2] {
  display: block;
}
.service-line-cell strong[data-v-14bf28e2] {
  font-size: 13px;
  color: var(--board-text);
  font-weight: 600;
}
.service-line-cell span[data-v-14bf28e2] {
  margin-top: 3px;
  font-size: 12px;
  color: var(--board-muted);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service-line-cell.is-muted strong[data-v-14bf28e2],
.service-line-cell.is-muted span[data-v-14bf28e2] {
  color: #a8abb2;
}
.service-status-line[data-v-14bf28e2] {
  margin-bottom: 6px;
}
.service-status-line span[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  color: #256f53;
  background: #edf9f3;
}
.service-status-line.is-warning span[data-v-14bf28e2] {
  color: #a86600;
  background: #fff4df;
}
.service-status-line.is-danger span[data-v-14bf28e2] {
  color: #b34343;
  background: #fff0f0;
}
.service-status-line.is-muted span[data-v-14bf28e2] {
  color: #7a8699;
  background: #f1f4f8;
}
.owner-compact-cell[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  color: #64748b;
  font-size: 12px;
}
.owner-compact-cell span[data-v-14bf28e2] {
  line-height: 18px;
  white-space: nowrap;
}
.owner-compact-cell span + span[data-v-14bf28e2]::before {
  content: "|";
  margin: 0 8px;
  color: #cbd5e1;
}
.owner-compact-cell strong[data-v-14bf28e2] {
  margin-left: 4px;
  color: #1f2937;
  font-weight: 700;
}
.owner-compact-cell .is-muted[data-v-14bf28e2],
.owner-compact-cell .is-muted strong[data-v-14bf28e2] {
  color: #a8abb2;
}
.owner-maintain-cell[data-v-14bf28e2] {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.owner-maintain-cell p[data-v-14bf28e2] {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.owner-maintain-cell p strong[data-v-14bf28e2] {
  color: #64748b;
  font-weight: 700;
}
.owner-maintain-cell p strong.is-overdue[data-v-14bf28e2] {
  color: #c2410c;
}
.staff-service-panel[data-v-14bf28e2] {
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.staff-service-panel .panel-head[data-v-14bf28e2] {
  padding: 12px 14px 0;
}
.staff-service-panel .card-title[data-v-14bf28e2] {
  margin-top: 0;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.staff-service-panel .card-desc[data-v-14bf28e2] {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.staff-kpi-grid[data-v-14bf28e2] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.staff-kpi-card[data-v-14bf28e2] {
  position: relative;
  min-height: 64px;
  padding: 10px 12px 9px 14px;
  border: 1px solid #e5ecf5;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.staff-kpi-card[data-v-14bf28e2]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  border-radius: 6px;
  background: var(--staff-tone, var(--board-blue));
}
.staff-kpi-card span[data-v-14bf28e2],
.staff-kpi-card p[data-v-14bf28e2] {
  display: block;
  color: var(--board-muted);
}
.staff-kpi-card span[data-v-14bf28e2] {
  font-size: 12px;
}
.staff-kpi-card strong[data-v-14bf28e2] {
  display: block;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1;
  color: #1f2937;
}
.staff-kpi-card em[data-v-14bf28e2] {
  margin-left: 4px;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  color: #7c8798;
}
.staff-kpi-card p[data-v-14bf28e2] {
  margin: 5px 0 0;
  font-size: 12px;
}
.staff-kpi-card.is-brand[data-v-14bf28e2] {
  --staff-tone: var(--board-blue);
}
.staff-kpi-card.is-purple[data-v-14bf28e2] {
  --staff-tone: var(--board-purple);
}
.staff-kpi-card.is-success[data-v-14bf28e2] {
  --staff-tone: var(--board-green);
}
.staff-kpi-card.is-warning[data-v-14bf28e2] {
  --staff-tone: var(--board-amber);
}
.staff-kpi-card.is-danger[data-v-14bf28e2] {
  --staff-tone: var(--board-red);
}
.staff-kpi-card.is-muted[data-v-14bf28e2] {
  --staff-tone: #9aa6b6;
}
.staff-filter-row[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  min-height: 46px;
  padding: 6px 8px;
  border: 1px solid #e8eef6;
  border-radius: 10px;
  background: #fff;
}
.staff-filter-row .el-select[data-v-14bf28e2] {
  width: 132px;
}
.staff-keyword[data-v-14bf28e2] {
  width: 230px;
}
.staff-sort-select[data-v-14bf28e2] {
  width: 150px !important;
}
.staff-table-wrap[data-v-14bf28e2] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  margin-top: 8px;
  border: 1px solid #e1eaf5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.staff-cell[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.staff-cell strong[data-v-14bf28e2],
.staff-cell span[data-v-14bf28e2] {
  display: block;
}
.staff-cell strong[data-v-14bf28e2] {
  font-size: 13px;
  color: #1f2937;
  font-weight: 700;
}
.staff-cell span[data-v-14bf28e2] {
  margin-top: 2px;
  font-size: 12px;
  color: var(--board-muted);
}
.staff-avatar[data-v-14bf28e2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #1767d3;
  background: linear-gradient(135deg, #e9f3ff, #f8fbff);
  border: 1px solid #d6e8ff;
}
.staff-count-cell[data-v-14bf28e2] {
  display: grid;
  justify-items: center;
  gap: 2px;
  color: #64748b;
  font-size: 12px;
}
.staff-count-cell strong[data-v-14bf28e2] {
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.staff-count-cell em[data-v-14bf28e2] {
  margin-left: 2px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.staff-count-cell span[data-v-14bf28e2] {
  color: #94a3b8;
}
.staff-metric-line[data-v-14bf28e2],
.staff-action-line[data-v-14bf28e2],
.staff-stage-line[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 0;
}
.staff-metric-line span[data-v-14bf28e2],
.staff-action-line span[data-v-14bf28e2],
.staff-stage-line span[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 3px;
  min-width: 0;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #e4ecf6;
  border-radius: 6px;
  color: #475569;
  background: #f8fafc;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}
.staff-metric-line strong[data-v-14bf28e2],
.staff-action-line strong[data-v-14bf28e2],
.staff-stage-line strong[data-v-14bf28e2] {
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
}
.staff-metric-line em[data-v-14bf28e2],
.staff-action-line em[data-v-14bf28e2],
.staff-stage-line em[data-v-14bf28e2] {
  color: #94a3b8;
  font-size: 12px;
  font-style: normal;
}
.staff-action-line span[data-v-14bf28e2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
}
.staff-stage-line span[data-v-14bf28e2] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
}
.staff-role-line[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
  color: #526077;
  font-size: 12px;
}
.staff-role-line span[data-v-14bf28e2] {
  padding: 5px 8px;
  border: 1px solid #dce8f6;
  border-radius: 999px;
  color: #26527f;
  background: #f4f8fd;
  white-space: nowrap;
}
.staff-role-line span.is-muted[data-v-14bf28e2] {
  color: #a1aab8;
  background: #f7f9fc;
  border-color: #edf1f6;
}
.staff-expand[data-v-14bf28e2] {
  padding: 10px 12px 12px 42px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfdff), to(#f5f8fc));
  background: linear-gradient(180deg, #fbfdff, #f5f8fc);
}
[data-v-14bf28e2] .staff-customer-table {
  border: 1px solid #e1eaf5;
  border-radius: 14px;
  overflow: hidden;
}
[data-v-14bf28e2] .staff-customer-table td,[data-v-14bf28e2] .staff-customer-table th {
  padding: 6px 0;
}
.staff-drawer-summary[data-v-14bf28e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px 12px;
  padding: 10px 12px;
  border: 1px solid #e6ecf5;
  border-radius: 10px;
  color: #64748b;
  background: #f8fafc;
  font-size: 12px;
}
.staff-drawer-summary strong[data-v-14bf28e2] {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
}
.staff-drawer-summary em[data-v-14bf28e2] {
  margin-left: 4px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.drawer-role-text[data-v-14bf28e2] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  color: #1e3a5f;
  background: #f6faff;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.owner-stack span[data-v-14bf28e2] {
  display: block;
  line-height: 18px;
  font-size: 12px;
  color: #526077;
}
.status-text[data-v-14bf28e2] {
  font-size: 12px;
}
.status-text.is-success[data-v-14bf28e2] {
  color: #1f8f55;
  font-weight: 600;
}
.status-text.is-warning[data-v-14bf28e2] {
  color: #a86600;
  font-weight: 600;
}
.status-text.is-info[data-v-14bf28e2] {
  color: #6b778c;
}
.status-text.is-muted[data-v-14bf28e2] {
  color: #a8abb2;
}
.split-dot[data-v-14bf28e2] {
  margin: 0 3px;
  color: #c0c4cc;
}
[data-v-14bf28e2] .biz-table {
  font-size: 13px;
  color: #26364d;
}
[data-v-14bf28e2] .biz-table th {
  background: #f5f8fc !important;
  color: #526077;
  font-weight: 700;
}
[data-v-14bf28e2] .biz-table td,[data-v-14bf28e2] .biz-table th {
  border-color: #e8eef6;
}
[data-v-14bf28e2] .biz-table td {
  padding: 8px 0;
}
[data-v-14bf28e2] .biz-table .el-table__row:hover > td {
  background: #f3f7fc !important;
}
[data-v-14bf28e2] .biz-table .el-table__body tr.current-row > td,[data-v-14bf28e2] .biz-table .el-table__body tr.current-row.hover-row > td,[data-v-14bf28e2] .biz-table .el-table__fixed .el-table__body tr.current-row > td,[data-v-14bf28e2] .biz-table .el-table__fixed-right .el-table__body tr.current-row > td {
  background: #edf6ff !important;
}
[data-v-14bf28e2] .biz-table .el-table__body tr.current-row > td:first-child {
  -webkit-box-shadow: inset 4px 0 0 var(--board-blue-active);
          box-shadow: inset 4px 0 0 var(--board-blue-active);
}
[data-v-14bf28e2] .biz-table .cell {
  line-height: 1.45;
}
[data-v-14bf28e2] .el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #fbfcfe;
}
[data-v-14bf28e2] .el-table::before,[data-v-14bf28e2] .el-table__fixed-right::before,[data-v-14bf28e2] .el-table__fixed::before {
  height: 0;
}
[data-v-14bf28e2] .detail-filter-row .el-input__inner,[data-v-14bf28e2] .detail-filter-row .el-button {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border-color: #d4e1ef;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  line-height: 30px;
}
[data-v-14bf28e2] .staff-filter-row .el-input__inner,[data-v-14bf28e2] .staff-filter-row .el-button {
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  border-color: #d4e1ef;
  background: #fff;
  color: #64748b;
  font-size: 12px;
  line-height: 30px;
}
[data-v-14bf28e2] .detail-filter-row .el-input__inner:focus,[data-v-14bf28e2] .staff-filter-row .el-input__inner:focus {
  border-color: var(--board-blue);
}
[data-v-14bf28e2] .detail-filter-row .el-input__icon {
  line-height: 32px;
}
[data-v-14bf28e2] .staff-filter-row .el-input__icon {
  line-height: 32px;
}
[data-v-14bf28e2] .detail-filter-row .el-button {
  color: #64748b;
  background: #fff;
  border-color: #d4e1ef;
}
[data-v-14bf28e2] .staff-filter-row .el-button {
  color: #64748b;
  background: #fff;
  border-color: #d4e1ef;
}
[data-v-14bf28e2] .el-tag {
  border-radius: 999px;
  font-weight: 600;
  border: 0;
}
[data-v-14bf28e2] .el-button {
  font-weight: 400;
}
[data-v-14bf28e2] .biz-table.service-data-table {
  color: #1f2937;
  font-size: 12px;
}
[data-v-14bf28e2] .biz-table.service-data-table th {
  height: 36px;
  padding: 0;
  color: #64748b;
  font-weight: 600;
  background: #f8fafc !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e6ecf5;
}
[data-v-14bf28e2] .biz-table.service-data-table td {
  height: 78px;
  padding: 6px 0;
  border-right: 0 !important;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}
[data-v-14bf28e2] .biz-table.service-data-table .cell {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.35;
}
[data-v-14bf28e2] .biz-table.service-data-table .el-table__row:hover > td {
  background: #f8fbff !important;
}
[data-v-14bf28e2] .biz-table.service-data-table .el-table__body tr.current-row > td,[data-v-14bf28e2] .biz-table.service-data-table .el-table__body tr.current-row.hover-row > td,[data-v-14bf28e2] .biz-table.service-data-table .el-table__fixed .el-table__body tr.current-row > td,[data-v-14bf28e2] .biz-table.service-data-table .el-table__fixed-right .el-table__body tr.current-row > td {
  background: #f8fbff !important;
}
[data-v-14bf28e2] .biz-table.service-data-table .el-table__body tr.current-row > td:first-child {
  -webkit-box-shadow: inset 3px 0 0 #2563eb;
          box-shadow: inset 3px 0 0 #2563eb;
}
[data-v-14bf28e2] .biz-table.service-data-table .el-button--text {
  color: #2563eb;
  font-weight: 600;
}
[data-v-14bf28e2] .biz-table.staff-service-table {
  color: #1f2937;
  font-size: 12px;
}
[data-v-14bf28e2] .biz-table.staff-service-table th {
  height: 36px;
  padding: 0;
  color: #64748b;
  font-weight: 600;
  background: #f8fafc !important;
  border-right: 0 !important;
  border-bottom: 1px solid #e6ecf5;
}
[data-v-14bf28e2] .biz-table.staff-service-table td {
  height: 68px;
  padding: 5px 0;
  border-right: 0 !important;
  border-bottom: 1px solid #eef2f7;
  background: #fff;
}
[data-v-14bf28e2] .biz-table.staff-service-table .cell {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.35;
}
[data-v-14bf28e2] .biz-table.staff-service-table .el-table__row:hover > td {
  background: #f8fbff !important;
}
[data-v-14bf28e2] .biz-table.staff-service-table .el-table__body tr.current-row > td,[data-v-14bf28e2] .biz-table.staff-service-table .el-table__body tr.current-row.hover-row > td,[data-v-14bf28e2] .biz-table.staff-service-table .el-table__fixed .el-table__body tr.current-row > td,[data-v-14bf28e2] .biz-table.staff-service-table .el-table__fixed-right .el-table__body tr.current-row > td {
  background: #f8fbff !important;
}
[data-v-14bf28e2] .biz-table.staff-service-table .el-table__body tr.current-row > td:first-child {
  -webkit-box-shadow: inset 3px 0 0 #2563eb;
          box-shadow: inset 3px 0 0 #2563eb;
}
[data-v-14bf28e2] .biz-table.staff-service-table .el-button--text {
  color: #2563eb;
  font-weight: 600;
}
[data-v-14bf28e2] .staff-customer-drawer .el-drawer__header {
  margin-bottom: 10px;
  padding: 18px 20px 0;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
}
[data-v-14bf28e2] .staff-customer-drawer .el-drawer__body {
  padding: 0 0 16px;
}
[data-v-14bf28e2] .staff-drawer-table {
  margin: 0 20px;
  width: calc(100% - 40px) !important;
  border: 1px solid #e6ecf5;
  border-radius: 10px;
  overflow: hidden;
}
[data-v-14bf28e2] .staff-drawer-table th {
  height: 34px;
  color: #64748b;
  font-weight: 600;
  background: #f8fafc !important;
}
[data-v-14bf28e2] .staff-drawer-table td {
  height: 54px;
  border-bottom-color: #eef2f7;
}
@media (max-width: 1400px) {
.summary-grid[data-v-14bf28e2] {
    grid-template-columns: 1fr;
}
.metric-strip[data-v-14bf28e2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.period-summary-row[data-v-14bf28e2] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.board-shell[data-v-14bf28e2] {
    padding: 12px;
}
.header-top[data-v-14bf28e2],
  .header-actions[data-v-14bf28e2],
  .period-head[data-v-14bf28e2],
  .period-controls[data-v-14bf28e2] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.header-top[data-v-14bf28e2] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-right: 0;
    padding-bottom: 0;
    border-right: 0;
}
.metric-strip[data-v-14bf28e2] {
    grid-template-columns: 1fr;
    gap: 10px;
}
.metric-item[data-v-14bf28e2] {
    padding: 14px;
}
.period-summary-row[data-v-14bf28e2] {
    grid-template-columns: 1fr;
}
.service-version-grid[data-v-14bf28e2] {
    grid-template-columns: 1fr;
}
.summary-insight[data-v-14bf28e2] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.summary-insight-value[data-v-14bf28e2] {
    text-align: left;
}
.detail-keyword[data-v-14bf28e2],
  .staff-keyword[data-v-14bf28e2],
  .detail-filter-row .el-select[data-v-14bf28e2],
  .staff-filter-row .el-select[data-v-14bf28e2] {
    width: 100%;
}
.staff-expand[data-v-14bf28e2] {
    padding-left: 0;
}
[data-v-14bf28e2] .period-controls .el-date-editor {
    width: 100%;
}
}
