.client-service-overview-page[data-v-3b30cbc1] {
  min-height: 100%;
  background: #f6f8fb;
}
.service-shell[data-v-3b30cbc1] {
  min-height: calc(100vh - 120px);
  padding: 18px;
  color: #1f2937;
  background: #f6f8fb;
}
.service-header[data-v-3b30cbc1],
.service-card[data-v-3b30cbc1],
.summary-strip[data-v-3b30cbc1] {
  border: 1px solid #e6ecf5;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
          box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
}
.service-header[data-v-3b30cbc1] {
  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;
  padding: 18px 20px;
}
.page-eyebrow[data-v-3b30cbc1] {
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-title h1[data-v-3b30cbc1] {
  margin: 4px 0 4px;
  color: #172033;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.service-title p[data-v-3b30cbc1] {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 20px;
}
.service-context[data-v-3b30cbc1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service-context > div[data-v-3b30cbc1] {
  min-width: 118px;
  padding: 8px 10px;
  border: 1px solid #e8eef6;
  border-radius: 10px;
  background: #f8fafc;
}
.service-context span[data-v-3b30cbc1],
.service-context strong[data-v-3b30cbc1] {
  display: block;
}
.service-context span[data-v-3b30cbc1] {
  color: #64748b;
  font-size: 12px;
  line-height: 16px;
}
.service-context strong[data-v-3b30cbc1] {
  margin-top: 2px;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
.summary-strip[data-v-3b30cbc1] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 12px;
  overflow: hidden;
}
.summary-item[data-v-3b30cbc1] {
  position: relative;
  min-height: 86px;
  padding: 14px 16px;
}
.summary-item + .summary-item[data-v-3b30cbc1] {
  border-left: 1px solid #e8eef6;
}
.summary-item[data-v-3b30cbc1]::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: #2563eb;
}
.summary-item.is-green[data-v-3b30cbc1]::before {
  background: #16a34a;
}
.summary-item.is-indigo[data-v-3b30cbc1]::before {
  background: #4f46e5;
}
.summary-item.is-amber[data-v-3b30cbc1]::before {
  background: #f59e0b;
}
.summary-item.is-slate[data-v-3b30cbc1]::before {
  background: #64748b;
}
.summary-item span[data-v-3b30cbc1] {
  color: #64748b;
  font-size: 12px;
}
.summary-item strong[data-v-3b30cbc1] {
  display: block;
  margin-top: 7px;
  color: #1f2937;
  font-size: 26px;
  font-weight: 800;
  line-height: 28px;
}
.summary-item em[data-v-3b30cbc1] {
  margin-left: 3px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.summary-item p[data-v-3b30cbc1] {
  margin: 7px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 16px;
}
.service-layout[data-v-3b30cbc1],
.bottom-layout[data-v-3b30cbc1] {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(360px, 0.9fr);
  gap: 12px;
  margin-top: 12px;
}
.service-card[data-v-3b30cbc1] {
  padding: 16px;
}
.section-head[data-v-3b30cbc1] {
  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: 12px;
  margin-bottom: 12px;
}
.section-head span[data-v-3b30cbc1] {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}
.section-head h2[data-v-3b30cbc1] {
  margin: 2px 0 0;
  color: #1f2937;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}
.project-grid[data-v-3b30cbc1] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.project-card[data-v-3b30cbc1] {
  padding: 13px;
  border: 1px solid #e6ecf5;
  border-radius: 12px;
  background: #fbfdff;
}
.project-top[data-v-3b30cbc1] {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.project-top strong[data-v-3b30cbc1],
.project-top span[data-v-3b30cbc1] {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project-top strong[data-v-3b30cbc1] {
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
}
.project-top span[data-v-3b30cbc1] {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
}
.project-icon[data-v-3b30cbc1] {
  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;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  color: #2563eb;
  background: #eff6ff;
  font-size: 17px;
}
.project-card.is-success .project-icon[data-v-3b30cbc1] {
  color: #15803d;
  background: #ecfdf3;
}
.project-card.is-warning .project-icon[data-v-3b30cbc1] {
  color: #b45309;
  background: #fff7ed;
}
.project-progress[data-v-3b30cbc1] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-top: 13px;
}
.project-progress span[data-v-3b30cbc1] {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}
.project-meta[data-v-3b30cbc1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
}
.project-meta strong[data-v-3b30cbc1] {
  color: #1f2937;
  font-weight: 700;
}
.project-card p[data-v-3b30cbc1],
.cooperation-item p[data-v-3b30cbc1],
.timeline-item p[data-v-3b30cbc1] {
  margin: 9px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 18px;
}
.cooperation-list[data-v-3b30cbc1] {
  display: grid;
  gap: 10px;
}
.cooperation-item[data-v-3b30cbc1] {
  padding: 12px;
  border: 1px solid #e6ecf5;
  border-radius: 12px;
  background: #fbfdff;
}
.cooperation-item.is-warning[data-v-3b30cbc1] {
  border-color: #fde7bf;
  background: #fffaf2;
}
.cooperation-item.is-danger[data-v-3b30cbc1] {
  border-color: #fecaca;
  background: #fff7f7;
}
.cooperation-main strong[data-v-3b30cbc1],
.cooperation-main span[data-v-3b30cbc1] {
  display: block;
}
.cooperation-main strong[data-v-3b30cbc1] {
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
}
.cooperation-main span[data-v-3b30cbc1] {
  margin-top: 3px;
  color: #64748b;
  font-size: 12px;
}
.cooperation-foot[data-v-3b30cbc1] {
  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-top: 9px;
}
.cooperation-foot em[data-v-3b30cbc1] {
  color: #b45309;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.progress-panel[data-v-3b30cbc1] {
  margin-top: 12px;
}
.category-chip[data-v-3b30cbc1] {
  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: 6px;
  color: #334155;
  background: #f1f5f9;
  font-size: 12px;
}
.table-number[data-v-3b30cbc1] {
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
}
.timeline-list[data-v-3b30cbc1] {
  display: grid;
  gap: 0;
}
.timeline-item[data-v-3b30cbc1] {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  padding: 0 0 18px;
}
.timeline-item[data-v-3b30cbc1]::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  bottom: 2px;
  width: 1px;
  background: #e6ecf5;
}
.timeline-item[data-v-3b30cbc1]:last-child {
  padding-bottom: 0;
}
.timeline-item[data-v-3b30cbc1]:last-child::before {
  display: none;
}
.timeline-item strong[data-v-3b30cbc1] {
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
}
.timeline-item span[data-v-3b30cbc1] {
  display: block;
  margin-top: 6px;
  color: #94a3b8;
  font-size: 12px;
}
.timeline-dot[data-v-3b30cbc1] {
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2563eb;
  -webkit-box-shadow: 0 0 0 2px #dbeafe;
          box-shadow: 0 0 0 2px #dbeafe;
}
.timeline-dot.is-success[data-v-3b30cbc1] {
  background: #16a34a;
  -webkit-box-shadow: 0 0 0 2px #dcfce7;
          box-shadow: 0 0 0 2px #dcfce7;
}
.timeline-dot.is-warning[data-v-3b30cbc1] {
  background: #f59e0b;
  -webkit-box-shadow: 0 0 0 2px #fef3c7;
          box-shadow: 0 0 0 2px #fef3c7;
}
[data-v-3b30cbc1] .progress-table,[data-v-3b30cbc1] .deliverable-table {
  border: 1px solid #e6ecf5;
  border-radius: 12px;
  overflow: hidden;
}
[data-v-3b30cbc1] .progress-table th,[data-v-3b30cbc1] .deliverable-table th {
  color: #64748b;
  background: #f8fafc !important;
  border-bottom: 1px solid #e6ecf5;
  font-weight: 600;
}
[data-v-3b30cbc1] .progress-table td,[data-v-3b30cbc1] .deliverable-table td {
  border-bottom: 1px solid #eef2f7;
}
[data-v-3b30cbc1] .progress-table .el-table__row:hover > td,[data-v-3b30cbc1] .deliverable-table .el-table__row:hover > td {
  background: #f8fbff !important;
}
[data-v-3b30cbc1] .progress-table .el-button--text,[data-v-3b30cbc1] .deliverable-table .el-button--text {
  color: #2563eb;
  font-weight: 600;
}
@media (max-width: 1400px) {
.service-layout[data-v-3b30cbc1],
  .bottom-layout[data-v-3b30cbc1] {
    grid-template-columns: 1fr;
}
.summary-strip[data-v-3b30cbc1] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.service-header[data-v-3b30cbc1],
  .service-context[data-v-3b30cbc1] {
    display: block;
}
.service-context[data-v-3b30cbc1] {
    margin-top: 12px;
}
.service-context > div[data-v-3b30cbc1],
  .service-context .el-button[data-v-3b30cbc1] {
    margin-top: 8px;
    width: 100%;
}
.summary-strip[data-v-3b30cbc1],
  .project-grid[data-v-3b30cbc1] {
    grid-template-columns: 1fr;
}
}
