.biz-v2-page {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: calc(100vh - 120px);
  color: #172033;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.biz-v2-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0 2px;
}

.biz-v2-header h1 {
  margin: 6px 0 8px;
  color: #101827;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
}

.biz-v2-header p {
  max-width: 860px;
  margin: 0;
  color: #5c6980;
  font-size: 14px;
  line-height: 1.7;
}

.biz-v2-eyebrow {
  color: #1d6be3;
  font-size: 13px;
  font-weight: 800;
}

.biz-v2-header-card {
  min-width: 260px;
  border: 1px solid #dbe6f5;
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(31 75 130 / 8%);
}

.biz-v2-header-card span,
.biz-v2-metrics span,
.biz-v2-card p,
.biz-v2-result {
  color: #5b667a;
}

.biz-v2-header-card strong {
  display: block;
  margin-top: 4px;
  color: #126c43;
  font-size: 18px;
}

.biz-v2-metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.biz-v2-metrics > div,
.biz-v2-card,
.biz-v2-table-card,
.biz-v2-result,
.biz-v2-advanced {
  border: 1px solid #dfe8f6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgb(31 75 130 / 7%);
}

.biz-v2-metrics > div {
  min-height: 108px;
  padding: 15px;
}

.biz-v2-metrics strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.biz-v2-metrics em {
  display: block;
  margin-top: 7px;
  color: #8a5b00;
  font-style: normal;
  font-size: 12px;
}

.biz-v2-control-sync,
.biz-v2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border: 1px solid #d8e4f5;
  border-radius: 8px;
  padding: 12px;
  background: #f7fbff;
}

.biz-v2-control-sync span {
  color: #334155;
  font-weight: 800;
}

.biz-v2-control-sync b {
  border-radius: 999px;
  padding: 5px 9px;
  background: #eaf2ff;
  color: #1d4f91;
  font-size: 12px;
  font-weight: 700;
}

.biz-v2-actions button,
.biz-v2-table button {
  min-height: 34px;
  border: 1px solid #c7d7ee;
  border-radius: 6px;
  padding: 0 12px;
  background: #fff;
  color: #184f97;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.biz-v2-actions button:nth-child(3),
.biz-v2-table button:nth-child(2) {
  border-color: #2f6fdd;
  background: #2269d7;
  color: #fff;
}

.biz-v2-actions button:hover,
.biz-v2-table button:hover {
  border-color: #1e63ce;
  box-shadow: 0 6px 18px rgb(34 105 215 / 14%);
}

.biz-v2-result {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.7;
}

.biz-v2-result strong {
  color: #111827;
}

.biz-v2-table-card {
  padding: 16px;
  overflow-x: auto;
}

.biz-v2-table-card h2,
.biz-v2-card h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 18px;
  font-weight: 800;
}

.biz-v2-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.biz-v2-table th {
  background: #f2f6fb;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.biz-v2-table th,
.biz-v2-table td {
  border-bottom: 1px solid #e7eef8;
  padding: 11px 10px;
  vertical-align: middle;
}

.biz-v2-table td {
  color: #1f2937;
  font-size: 13px;
}

.biz-v2-table td:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.biz-v2-tag,
.biz-v2-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 800;
}

.biz-v2-tag.green {
  background: #e8f7ef;
  color: #087143;
}

.biz-v2-grid {
  display: grid;
  gap: 14px;
}

.biz-v2-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.biz-v2-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.biz-v2-card {
  padding: 17px;
}

.biz-v2-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.biz-v2-card li {
  position: relative;
  padding-left: 18px;
  color: #243044;
  line-height: 1.45;
}

.biz-v2-card li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2f6fdd;
  content: "";
}

.biz-v2-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.biz-v2-keywords span {
  background: #eef5ff;
  color: #2159a4;
}

.biz-v2-advanced {
  padding: 0;
}

.biz-v2-advanced summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #334155;
  font-weight: 800;
}

.biz-v2-advanced-body {
  border-top: 1px solid #e7eef8;
  padding: 14px 16px;
  color: #5b667a;
  line-height: 1.7;
}

@media (max-width: 1280px) {
  .biz-v2-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .biz-v2-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .biz-v2-header {
    align-items: stretch;
    flex-direction: column;
  }

  .biz-v2-header-card {
    min-width: 0;
  }

  .biz-v2-metrics,
  .biz-v2-grid.two,
  .biz-v2-grid.four {
    grid-template-columns: 1fr;
  }
}
