@charset "UTF-8";
/* ── Tokens ────────────────────────────────────────────────────────────── */
/* ── Page host ─────────────────────────────────────────────────────────── */
.business-overview-page[data-v-4d676df6] {
  height: calc(100% - 30px) !important;
  width: 100%;
  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;
}
.business-overview-page[data-v-4d676df6] .basic-container {
  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;
}
.business-overview-page[data-v-4d676df6] .basic-container__card {
  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;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f5f7fa;
}
.business-overview-page[data-v-4d676df6] .basic-container__card .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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bo-shell[data-v-4d676df6] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow-y: auto;
  padding: 24px 28px 32px;
  gap: 32px;
  color: #262626;
  font-size: 14px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ── Header ────────────────────────────────────────────────────────────── */
.bo-header[data-v-4d676df6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 24px;
}
.bo-header__title[data-v-4d676df6] {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.bo-header__sub[data-v-4d676df6] {
  margin: 0;
  font-size: 13px;
  color: #8c8c8c;
  line-height: 1.6;
}
.bo-period[data-v-4d676df6] {
  background: #ffffff;
  border-radius: 8px;
  padding: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.bo-period__btn[data-v-4d676df6] {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #595959;
  padding: 6px 16px;
  border-radius: 6px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1.6;
}
.bo-period__btn[data-v-4d676df6]:hover {
  color: #1677ff;
}
.bo-period__btn.is-active[data-v-4d676df6] {
  background: #1677ff;
  color: #fff;
  font-weight: 500;
}

/* ── Executive summary ────────────────────────────────────────────────── */
.bo-executive-summary[data-v-4d676df6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-left: 4px solid #1677ff;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.bo-executive-summary__main[data-v-4d676df6] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bo-executive-summary__eyebrow[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 600;
  color: #1677ff;
  line-height: 1.4;
}
.bo-executive-summary__text[data-v-4d676df6] {
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.65;
}
.bo-executive-summary__states[data-v-4d676df6] {
  display: grid;
  grid-template-columns: repeat(3, minmax(118px, 1fr));
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bo-executive-summary__right[data-v-4d676df6] {
  width: 520px;
  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;
}
.bo-compliance-quick[data-v-4d676df6] {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(250, 140, 22, 0.26);
  background: -webkit-gradient(linear, left top, right top, from(#fff7e6), to(#fffaf0));
  background: linear-gradient(90deg, #fff7e6, #fffaf0);
}
.bo-compliance-quick__score[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.bo-compliance-quick__score span[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
}
.bo-compliance-quick__score strong[data-v-4d676df6] {
  font-size: 28px;
  font-weight: 700;
  color: #fa8c16;
  line-height: 1.1;
}
.bo-compliance-quick__body[data-v-4d676df6] {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}
.bo-compliance-quick__title[data-v-4d676df6] {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.4;
}
.bo-compliance-quick__desc[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.5;
}
.bo-compliance-quick__amount[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 600;
  color: #fa8c16;
  line-height: 1.5;
}
.bo-compliance-quick.is-ok[data-v-4d676df6] {
  border-color: rgba(82, 196, 26, 0.26);
  background: -webkit-gradient(linear, left top, right top, from(#f6ffed), to(#fbfff6));
  background: linear-gradient(90deg, #f6ffed, #fbfff6);
}
.bo-compliance-quick.is-ok .bo-compliance-quick__score strong[data-v-4d676df6],
.bo-compliance-quick.is-ok .bo-compliance-quick__amount[data-v-4d676df6] {
  color: #389e0d;
}
.bo-compliance-quick.is-danger[data-v-4d676df6] {
  border-color: rgba(245, 34, 45, 0.26);
  background: -webkit-gradient(linear, left top, right top, from(#fff1f0), to(#fff7f6));
  background: linear-gradient(90deg, #fff1f0, #fff7f6);
}
.bo-compliance-quick.is-danger .bo-compliance-quick__score strong[data-v-4d676df6],
.bo-compliance-quick.is-danger .bo-compliance-quick__amount[data-v-4d676df6] {
  color: #f5222d;
}
.bo-executive-state[data-v-4d676df6] {
  min-width: 118px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.bo-executive-state__label[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
}
.bo-executive-state__value[data-v-4d676df6] {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.bo-executive-state__detail[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.5;
  white-space: nowrap;
}
.bo-executive-state.is-ok[data-v-4d676df6] {
  background: #f6ffed;
  border-color: rgba(82, 196, 26, 0.22);
}
.bo-executive-state.is-ok .bo-executive-state__value[data-v-4d676df6] {
  color: #389e0d;
}
.bo-executive-state.is-warn[data-v-4d676df6] {
  background: #fff7e6;
  border-color: rgba(250, 140, 22, 0.22);
}
.bo-executive-state.is-warn .bo-executive-state__value[data-v-4d676df6] {
  color: #fa8c16;
}
.bo-executive-state.is-danger[data-v-4d676df6] {
  background: #fff1f0;
  border-color: rgba(245, 34, 45, 0.22);
}
.bo-executive-state.is-danger .bo-executive-state__value[data-v-4d676df6] {
  color: #f5222d;
}
@media (max-width: 1280px) {
.bo-executive-summary[data-v-4d676df6] {
    grid-template-columns: 1fr;
}
.bo-executive-summary__right[data-v-4d676df6] {
    width: auto;
}
.bo-executive-summary__states[data-v-4d676df6] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 760px) {
.bo-compliance-quick[data-v-4d676df6] {
    grid-template-columns: 1fr;
}
.bo-executive-summary__states[data-v-4d676df6] {
    grid-template-columns: 1fr;
}
.bo-executive-state__detail[data-v-4d676df6] {
    white-space: normal;
}
}
/* ── Section ───────────────────────────────────────────────────────────── */
.bo-section[data-v-4d676df6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.bo-section__header[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.bo-section__title[data-v-4d676df6] {
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  line-height: 1.6;
}
.bo-section__title i[data-v-4d676df6] {
  color: #1677ff;
  font-size: 16px;
}
.bo-section__sub[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
}

/* ── Insights ──────────────────────────────────────────────────────────── */
.bo-insights[data-v-4d676df6] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.bo-insight[data-v-4d676df6] {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
  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;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.bo-insight[data-v-4d676df6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1677ff;
  opacity: 0.7;
}
.bo-insight--opportunity[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#1677ff), to(#69b1ff));
  background: linear-gradient(90deg, #1677ff, #69b1ff);
}
.bo-insight--cash[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c41a), to(#95de64));
  background: linear-gradient(90deg, #52c41a, #95de64);
}
.bo-insight--policy[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#722ed1), to(#b37feb));
  background: linear-gradient(90deg, #722ed1, #b37feb);
}
.bo-insight--risk[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#f5222d), to(#ff7875));
  background: linear-gradient(90deg, #f5222d, #ff7875);
}
.bo-insight[data-v-4d676df6]:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.bo-insight__head[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.bo-insight__icon[data-v-4d676df6] {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  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;
  font-size: 16px;
}
.bo-insight--opportunity .bo-insight__icon[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-insight--cash .bo-insight__icon[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-insight--policy .bo-insight__icon[data-v-4d676df6] {
  background: #f9f0ff;
  color: #722ed1;
}
.bo-insight--risk .bo-insight__icon[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-insight__type[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f5f5f5;
  color: #595959;
}
.bo-insight--opportunity .bo-insight__type[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-insight--cash .bo-insight__type[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-insight--policy .bo-insight__type[data-v-4d676df6] {
  background: #f9f0ff;
  color: #722ed1;
}
.bo-insight--risk .bo-insight__type[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-insight__priority[data-v-4d676df6] {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  line-height: 18px;
  white-space: nowrap;
}
.bo-insight__priority.is-ok[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-insight__priority.is-warn[data-v-4d676df6] {
  background: #fff7e6;
  color: #fa8c16;
}
.bo-insight__priority.is-neutral[data-v-4d676df6] {
  background: #f5f5f5;
  color: #595959;
}
.bo-insight__total[data-v-4d676df6] {
  font-size: 11px;
  color: #8c8c8c;
  background: #fafafa;
  padding: 1px 8px;
  border-radius: 9px;
  line-height: 18px;
  border: 1px solid #f0f0f0;
}
.bo-insight__decision[data-v-4d676df6] {
  min-height: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.bo-insight__impact[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #f5f5f5;
}
.bo-insight__impact-label[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
}
.bo-insight__impact strong[data-v-4d676df6] {
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.2;
  white-space: nowrap;
}
.bo-insight--opportunity .bo-insight__impact strong[data-v-4d676df6] {
  color: #1677ff;
}
.bo-insight--cash .bo-insight__impact strong[data-v-4d676df6] {
  color: #389e0d;
}
.bo-insight--policy .bo-insight__impact strong[data-v-4d676df6] {
  color: #722ed1;
}
.bo-insight--risk .bo-insight__impact strong[data-v-4d676df6] {
  color: #f5222d;
}
.bo-insight__title[data-v-4d676df6] {
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.5;
}
.bo-insight__finding[data-v-4d676df6], .bo-insight__action[data-v-4d676df6] {
  font-size: 13px;
  color: #595959;
  line-height: 1.6;
  min-height: 42px;
}
.bo-insight__label[data-v-4d676df6] {
  display: inline-block;
  font-size: 11px;
  color: #8c8c8c;
  margin-right: 6px;
  padding: 0 6px;
  border-radius: 9px;
  background: #f5f5f5;
  line-height: 18px;
}
.bo-insight__footer[data-v-4d676df6] {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px dashed #f5f5f5;
  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;
}
.bo-insight__expected[data-v-4d676df6] {
  font-size: 12px;
  color: #595959;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.bo-insight__expected i[data-v-4d676df6] {
  color: #8c8c8c;
}
.bo-insight__expected strong[data-v-4d676df6] {
  color: #1f1f1f;
  font-weight: 600;
}
.bo-insight--opportunity .bo-insight__expected strong[data-v-4d676df6] {
  color: #1677ff;
}
.bo-insight--cash .bo-insight__expected strong[data-v-4d676df6] {
  color: #389e0d;
}
.bo-insight--policy .bo-insight__expected strong[data-v-4d676df6] {
  color: #722ed1;
}
.bo-insight--risk .bo-insight__expected strong[data-v-4d676df6] {
  color: #f5222d;
}
.bo-insight__cta[data-v-4d676df6] {
  font-size: 12px;
  color: #1677ff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.bo-insight__cta[data-v-4d676df6]:hover {
  color: #4096ff;
}

/* ── Compliance Hero Card ─────────────────────────────────────────────── */
.bo-compliance-hero[data-v-4d676df6] {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
  display: grid;
  grid-template-columns: 220px 1fr 240px;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.bo-compliance-hero[data-v-4d676df6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#52c41a), to(#1677ff));
  background: linear-gradient(90deg, #52c41a, #1677ff);
}
.bo-compliance-hero__left[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.bo-compliance-ring[data-v-4d676df6] {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.bo-compliance-ring__inner[data-v-4d676df6] {
  position: absolute;
  inset: 12px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0 0 0 1px #f5f5f5;
          box-shadow: inset 0 0 0 1px #f5f5f5;
}
.bo-compliance-ring__score[data-v-4d676df6] {
  font-size: 42px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1;
  letter-spacing: -1px;
}
.bo-compliance-ring__total[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 4px;
}
.bo-compliance-hero__caption[data-v-4d676df6] {
  text-align: center;
}
.bo-compliance-hero__title[data-v-4d676df6] {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 4px;
}
.bo-compliance-hero__delta[data-v-4d676df6] {
  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;
  gap: 8px;
  font-size: 12px;
}
.bo-compliance-hero__status[data-v-4d676df6] {
  padding: 1px 10px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.bo-compliance-hero__status.is-ok[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-compliance-hero__status.is-warn[data-v-4d676df6] {
  background: #fff7e6;
  color: #fa8c16;
}
.bo-compliance-hero__status.is-danger[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-compliance-hero__sub[data-v-4d676df6] {
  color: #8c8c8c;
}

/* Center: 5 dimension bars */
.bo-compliance-hero__center[data-v-4d676df6] {
  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;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 0 24px;
}
.bo-compliance-dim[data-v-4d676df6] {
  display: grid;
  grid-template-columns: 90px 50px 1fr 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 13px;
}
.bo-compliance-dim__label[data-v-4d676df6] {
  color: #262626;
  font-weight: 500;
}
.bo-compliance-dim__value[data-v-4d676df6] {
  text-align: right;
  font-weight: 600;
  font-size: 13px;
}
.bo-compliance-dim__value.is-ok[data-v-4d676df6] {
  color: #389e0d;
}
.bo-compliance-dim__value.is-warn[data-v-4d676df6] {
  color: #fa8c16;
}
.bo-compliance-dim__value.is-pending[data-v-4d676df6] {
  color: #bfbfbf;
}
.bo-compliance-dim__bar[data-v-4d676df6] {
  height: 6px;
  background: #f5f5f5;
  border-radius: 3px;
  overflow: hidden;
}
.bo-compliance-dim__bar-fill[data-v-4d676df6] {
  height: 100%;
  border-radius: 3px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.bo-compliance-dim__bar-fill.is-ok[data-v-4d676df6] {
  background: -webkit-gradient(linear, left top, right top, from(#52c41a), to(#95de64));
  background: linear-gradient(90deg, #52c41a, #95de64);
}
.bo-compliance-dim__bar-fill.is-warn[data-v-4d676df6] {
  background: -webkit-gradient(linear, left top, right top, from(#fa8c16), to(#ffc069));
  background: linear-gradient(90deg, #fa8c16, #ffc069);
}
.bo-compliance-dim__bar-fill.is-pending[data-v-4d676df6] {
  background: #bfbfbf;
  opacity: 0.3;
}
.bo-compliance-dim__detail[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bo-compliance-dim__detail.is-warn[data-v-4d676df6] {
  color: #fa8c16;
}
.bo-compliance-dim__detail.is-pending[data-v-4d676df6] {
  color: #bfbfbf;
}

/* Right: Alert + CTA */
.bo-compliance-hero__right[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.bo-compliance-hero__alert[data-v-4d676df6] {
  background: #fff1f0;
  border-radius: 8px;
  padding: 12px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.bo-compliance-hero__alert-icon[data-v-4d676df6] {
  color: #f5222d;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.bo-compliance-hero__alert-body[data-v-4d676df6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.bo-compliance-hero__alert-title[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 600;
  color: #f5222d;
  margin-bottom: 4px;
}
.bo-compliance-hero__alert-desc[data-v-4d676df6] {
  font-size: 12px;
  color: #262626;
  line-height: 1.5;
}
.bo-compliance-hero__alert-amount[data-v-4d676df6] {
  font-size: 12px;
  color: #f5222d;
  font-weight: 600;
  margin-top: 4px;
}
.bo-compliance-hero__cta[data-v-4d676df6] {
  background: #1677ff;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  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;
  gap: 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  line-height: 1.6;
}
.bo-compliance-hero__cta[data-v-4d676df6]:hover {
  background: #4096ff;
}
.bo-compliance-hero__cta i[data-v-4d676df6] {
  font-size: 12px;
}
@media (max-width: 1280px) {
.bo-compliance-hero[data-v-4d676df6] {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}
.bo-compliance-hero__center[data-v-4d676df6] {
    border: none;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 0;
}
.bo-compliance-dim[data-v-4d676df6] {
    grid-template-columns: 90px 50px 1fr 110px;
}
}
/* ── KPI cards ─────────────────────────────────────────────────────────── */
.bo-kpis[data-v-4d676df6] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.bo-kpi[data-v-4d676df6] {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.bo-kpi[data-v-4d676df6]:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.bo-kpi__top[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.bo-kpi__icon[data-v-4d676df6] {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  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;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-kpi__icon--neutral[data-v-4d676df6] {
  background: #f5f5f5;
  color: #8c8c8c;
}
.bo-kpi__icon--brand[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-kpi__icon--success[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-kpi__icon--warn[data-v-4d676df6] {
  background: #fff7e6;
  color: #fa8c16;
}
.bo-kpi__icon--danger[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-kpi__label[data-v-4d676df6] {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 1.6;
}
.bo-kpi__value-row[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-top: 2px;
}
.bo-kpi__value[data-v-4d676df6] {
  font-size: 28px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.bo-kpi__unit[data-v-4d676df6] {
  font-size: 14px;
  font-weight: 500;
  margin-left: 3px;
  color: #595959;
}
.bo-kpi__delta[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  line-height: 18px;
}
.bo-kpi__delta--positive[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-kpi__delta--negative[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-kpi__sub[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.6;
}
.bo-kpi__spark[data-v-4d676df6] {
  height: 36px;
  margin-top: 4px;
}
@media (max-width: 1280px) {
.bo-insights[data-v-4d676df6] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bo-kpis[data-v-4d676df6] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
/* ── Card ──────────────────────────────────────────────────────────────── */
.bo-card[data-v-4d676df6] {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 22px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.bo-card__title[data-v-4d676df6] {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  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;
  line-height: 1.6;
}
.bo-card__title i[data-v-4d676df6] {
  color: #1677ff;
  margin-right: 4px;
}
.bo-card__title > span[data-v-4d676df6]:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bo-card__sub[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
}
.bo-card__count[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 10px;
  line-height: 18px;
}
.bo-card__count--danger[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-card__count--success[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}

/* ── Grids ─────────────────────────────────────────────────────────────── */
.bo-grid[data-v-4d676df6] {
  display: grid;
  gap: 16px;
}
.bo-grid--7-5[data-v-4d676df6] {
  grid-template-columns: 7fr 5fr;
}
.bo-grid--6-6[data-v-4d676df6] {
  grid-template-columns: 1fr 1fr;
}
.bo-grid--4-4-4[data-v-4d676df6] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1280px) {
.bo-grid--7-5[data-v-4d676df6],
  .bo-grid--6-6[data-v-4d676df6],
  .bo-grid--4-4-4[data-v-4d676df6] {
    grid-template-columns: 1fr;
}
}
/* ── Charts ────────────────────────────────────────────────────────────── */
.bo-chart[data-v-4d676df6] {
  width: 100%;
}
.bo-chart--md[data-v-4d676df6] {
  height: 260px;
}
.bo-chart--sm[data-v-4d676df6] {
  height: 180px;
}
.bo-sankey-callout[data-v-4d676df6] {
  margin-top: 10px;
  padding: 10px 14px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(82, 196, 26, 0.08)), to(rgba(82, 196, 26, 0.02)));
  background: linear-gradient(90deg, rgba(82, 196, 26, 0.08), rgba(82, 196, 26, 0.02));
  border-left: 3px solid #52c41a;
  border-radius: 4px;
  font-size: 12px;
  color: #595959;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.bo-sankey-callout__icon[data-v-4d676df6] {
  color: #52c41a;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.bo-sankey-callout strong[data-v-4d676df6] {
  color: #389e0d;
  font-weight: 600;
}
.bo-sankey-callout em[data-v-4d676df6] {
  font-style: normal;
  color: #262626;
  font-weight: 500;
}

/* ── Market list ───────────────────────────────────────────────────────── */
.bo-market-list[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 4px;
}
.bo-market-row[data-v-4d676df6] {
  display: grid;
  grid-template-columns: 90px 1fr 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.bo-market-row__name[data-v-4d676df6] {
  font-size: 13px;
  color: #262626;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.bo-market-row__flag[data-v-4d676df6] {
  font-size: 16px;
}
.bo-market-row__bar-wrap[data-v-4d676df6] {
  height: 8px;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.bo-market-row__bar[data-v-4d676df6] {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1677ff), to(#69b1ff));
  background: linear-gradient(90deg, #1677ff, #69b1ff);
  border-radius: 4px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.bo-market-row__values[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  font-size: 13px;
}
.bo-market-row__rev[data-v-4d676df6] {
  color: #262626;
  font-weight: 500;
}
.bo-market-row__rate[data-v-4d676df6] {
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
}
.bo-market-row__rate.is-success[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-market-row__rate.is-neutral[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-market-row__rate.is-warn[data-v-4d676df6] {
  background: #fff7e6;
  color: #fa8c16;
}

/* ── Section divider (within a card) ──────────────────────────────────── */
.bo-section-divider[data-v-4d676df6] {
  height: 1px;
  background: #f0f0f0;
  margin: 14px 0 6px;
}

/* ── Market decision row (uses bo-pg group container) ─────────────────── */
.bo-mg-row[data-v-4d676df6] {
  display: grid;
  grid-template-columns: 130px 1fr 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 6px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.bo-mg-row[data-v-4d676df6]:last-child {
  border-bottom: none;
}
.bo-mg-row[data-v-4d676df6]:hover {
  background: #fafafa;
}
.bo-mg-row__region[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bo-mg-row__meta[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.5;
}
.bo-mg-row__note[data-v-4d676df6] {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 12px;
  color: #595959;
  line-height: 1.5;
}
.bo-mg-row__amt[data-v-4d676df6] {
  grid-row: 1/3;
  grid-column: 3/4;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.bo-mg-row__amt.is-mute[data-v-4d676df6] {
  color: #bfbfbf;
  font-weight: 400;
}
@media (max-width: 1100px) {
.bo-mg-row[data-v-4d676df6] {
    grid-template-columns: 110px 1fr 90px;
    gap: 8px;
}
}
/* ── Product decision groups ───────────────────────────────────────────── */
.bo-pgs[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.bo-pg[data-v-4d676df6] {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
  /* ── Type variants ── */
}
.bo-pg[data-v-4d676df6]:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.bo-pg__header[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fafafa;
  border-bottom: 1px solid #f5f5f5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bo-pg__icon[data-v-4d676df6] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  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;
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-pg__title[data-v-4d676df6] {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}
.bo-pg__count[data-v-4d676df6] {
  font-size: 11px;
  font-weight: 500;
  padding: 1px 8px;
  border-radius: 9px;
  background: rgba(15, 20, 25, 0.06);
  color: #595959;
  line-height: 16px;
}
.bo-pg__action[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  padding-left: 4px;
}
.bo-pg__impact[data-v-4d676df6] {
  margin-left: auto;
  font-size: 12px;
  color: #595959;
}
.bo-pg__impact strong[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 600;
  margin-left: 4px;
}
.bo-pg__items[data-v-4d676df6] {
  padding: 4px 8px;
}
.bo-pg__item[data-v-4d676df6] {
  display: grid;
  grid-template-columns: 80px 1fr 80px 80px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 6px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.bo-pg__item[data-v-4d676df6]:last-child {
  border-bottom: none;
}
.bo-pg__item[data-v-4d676df6]:hover {
  background: #fafafa;
}
.bo-pg__sku[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  font-family: "SF Mono", "Monaco", "Menlo", monospace;
}
.bo-pg__name[data-v-4d676df6] {
  font-size: 13px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bo-pg__metric[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  text-align: right;
}
.bo-pg__amt[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}
.bo-pg--star .bo-pg__icon[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-pg--star .bo-pg__impact strong[data-v-4d676df6], .bo-pg--star .bo-pg__amt[data-v-4d676df6], .bo-pg--star .bo-mg-row__amt[data-v-4d676df6]:not(.is-mute) {
  color: #389e0d;
}
.bo-pg--cow .bo-pg__icon[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-pg--cow .bo-pg__impact strong[data-v-4d676df6], .bo-pg--cow .bo-pg__amt[data-v-4d676df6], .bo-pg--cow .bo-mg-row__amt[data-v-4d676df6]:not(.is-mute) {
  color: #1677ff;
}
.bo-pg--question .bo-pg__icon[data-v-4d676df6] {
  background: #fff7e6;
  color: #fa8c16;
}
.bo-pg--question .bo-pg__impact strong[data-v-4d676df6], .bo-pg--question .bo-pg__amt[data-v-4d676df6], .bo-pg--question .bo-mg-row__amt[data-v-4d676df6]:not(.is-mute) {
  color: #fa8c16;
}
.bo-pg--dog .bo-pg__icon[data-v-4d676df6] {
  background: #f5f5f5;
  color: #595959;
}
.bo-pg--dog .bo-pg__impact strong[data-v-4d676df6], .bo-pg--dog .bo-pg__amt[data-v-4d676df6], .bo-pg--dog .bo-mg-row__amt[data-v-4d676df6]:not(.is-mute) {
  color: #595959;
}
@media (max-width: 1100px) {
.bo-pg__item[data-v-4d676df6] {
    grid-template-columns: 70px 1fr 60px 60px 70px;
    gap: 8px;
}
}
/* ── Cash health ───────────────────────────────────────────────────────── */
.bo-cash-summary[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.bo-cash-summary__main[data-v-4d676df6] {
  text-align: center;
  padding: 4px 0 8px;
}
.bo-cash-summary__label[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  margin-bottom: 4px;
}
.bo-cash-summary__value[data-v-4d676df6] {
  font-size: 26px;
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.bo-cash-summary__delta[data-v-4d676df6] {
  font-size: 12px;
  color: #389e0d;
  margin-top: 2px;
}
.bo-cash-stack[data-v-4d676df6] {
  height: 8px;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bo-cash-seg[data-v-4d676df6] {
  height: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.bo-cash-list[data-v-4d676df6] {
  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;
}
.bo-cash-item[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
}
.bo-cash-item__dot[data-v-4d676df6] {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-cash-item__label[data-v-4d676df6] {
  color: #595959;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.bo-cash-item__timing[data-v-4d676df6] {
  color: #8c8c8c;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bo-cash-item__value[data-v-4d676df6] {
  font-weight: 500;
  color: #262626;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-cash-footnote[data-v-4d676df6] {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed #f5f5f5;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.6;
}
.bo-cash-footnote i[data-v-4d676df6] {
  margin-right: 4px;
}
.bo-card__hint[data-v-4d676df6] {
  font-size: 13px;
  color: #bfbfbf;
  cursor: help;
  margin-left: 4px;
}
.bo-card__hint[data-v-4d676df6]:hover {
  color: #1677ff;
}

/* ── List (risks / opportunities) ──────────────────────────────────────── */
.bo-list[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.bo-list-item[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 4px;
  border-bottom: 1px solid #f5f5f5;
}
.bo-list-item[data-v-4d676df6]:last-child {
  border-bottom: none;
}
.bo-list-item__sev[data-v-4d676df6] {
  width: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-list-item__sev--danger[data-v-4d676df6] {
  background: #f5222d;
}
.bo-list-item__sev--warn[data-v-4d676df6] {
  background: #fa8c16;
}
.bo-list-item__sev--ok[data-v-4d676df6] {
  background: #389e0d;
}
.bo-list-item__body[data-v-4d676df6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.bo-list-item__title[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 1.6;
}
.bo-list-item__sub[data-v-4d676df6] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.6;
}
.bo-list-item__amount[data-v-4d676df6] {
  font-size: 13px;
  font-weight: 600;
  color: #f5222d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-list-item__amount--ok[data-v-4d676df6] {
  color: #389e0d;
}

/* ── Drawer (战略洞察 全量列表) ────────────────────────────────────────── */
[data-v-4d676df6] .bo-drawer {
  background: #f5f7fa;
}
[data-v-4d676df6] .bo-drawer .el-drawer__body {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bo-drawer__inner[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bo-drawer__header[data-v-4d676df6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  padding: 22px 28px;
  border-bottom: 1px solid #f0f0f0;
  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: 12px;
  position: relative;
}
.bo-drawer__header[data-v-4d676df6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.bo-drawer__header--opportunity[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#1677ff), to(#69b1ff));
  background: linear-gradient(90deg, #1677ff, #69b1ff);
}
.bo-drawer__header--cash[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c41a), to(#95de64));
  background: linear-gradient(90deg, #52c41a, #95de64);
}
.bo-drawer__header--policy[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#722ed1), to(#b37feb));
  background: linear-gradient(90deg, #722ed1, #b37feb);
}
.bo-drawer__header--risk[data-v-4d676df6]::before {
  background: -webkit-gradient(linear, left top, right top, from(#f5222d), to(#ff7875));
  background: linear-gradient(90deg, #f5222d, #ff7875);
}
.bo-drawer__header-left[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  min-width: 0;
}
.bo-drawer__icon[data-v-4d676df6] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  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;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-drawer__icon--opportunity[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-drawer__icon--cash[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-drawer__icon--policy[data-v-4d676df6] {
  background: #f9f0ff;
  color: #722ed1;
}
.bo-drawer__icon--risk[data-v-4d676df6] {
  background: #fff1f0;
  color: #f5222d;
}
.bo-drawer__title[data-v-4d676df6] {
  font-size: 17px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.4;
}
.bo-drawer__subtitle[data-v-4d676df6] {
  margin-top: 2px;
  font-size: 13px;
  color: #8c8c8c;
  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;
  line-height: 1.6;
}
.bo-drawer__subtitle strong[data-v-4d676df6] {
  color: #1f1f1f;
  font-weight: 600;
  margin-right: 4px;
}
.bo-drawer__count-pill[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 500;
  padding: 1px 8px;
  border-radius: 10px;
  line-height: 18px;
}
.bo-drawer__count-pill.is-ready[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-drawer__count-pill.is-pending[data-v-4d676df6] {
  background: #f5f5f5;
  color: #595959;
}
.bo-drawer__close[data-v-4d676df6] {
  font-size: 18px;
  color: #8c8c8c;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.bo-drawer__close[data-v-4d676df6]:hover {
  color: #1f1f1f;
}
.bo-drawer__body[data-v-4d676df6] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 16px 22px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

/* ── Drawer item card ──────────────────────────────────────────────────── */
.bo-drawer__item[data-v-4d676df6] {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
  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;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.15s;
  transition: -webkit-box-shadow 0.15s;
  transition: box-shadow 0.15s;
  transition: box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.bo-drawer__item[data-v-4d676df6]:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.bo-drawer__item.is-top[data-v-4d676df6] {
  border: 1px solid;
}
.bo-drawer__item.is-top.bo-drawer__item--opportunity[data-v-4d676df6] {
  border-color: rgba(22, 119, 255, 0.3);
}
.bo-drawer__item.is-top.bo-drawer__item--cash[data-v-4d676df6] {
  border-color: rgba(82, 196, 26, 0.3);
}
.bo-drawer__item.is-top.bo-drawer__item--policy[data-v-4d676df6] {
  border-color: rgba(114, 46, 209, 0.3);
}
.bo-drawer__item.is-top.bo-drawer__item--risk[data-v-4d676df6] {
  border-color: rgba(245, 34, 45, 0.3);
}
.bo-drawer__item-head[data-v-4d676df6] {
  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;
}
.bo-drawer__item-rank[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 600;
  color: #8c8c8c;
  background: #f5f5f5;
  padding: 1px 8px;
  border-radius: 10px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-drawer__item-rank.is-top[data-v-4d676df6] {
  background: -webkit-gradient(linear, left top, right top, from(#fff7e6), to(#fff1d6));
  background: linear-gradient(90deg, #fff7e6, #fff1d6);
  color: #fa8c16;
}
.bo-drawer__item-title[data-v-4d676df6] {
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.bo-drawer__item-status[data-v-4d676df6] {
  font-size: 12px;
  font-weight: 500;
  padding: 1px 10px;
  border-radius: 10px;
  line-height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bo-drawer__item-status--ready[data-v-4d676df6] {
  background: #f6ffed;
  color: #389e0d;
}
.bo-drawer__item-status--pending[data-v-4d676df6] {
  background: #f5f5f5;
  color: #595959;
}
.bo-drawer__item-status--done[data-v-4d676df6] {
  background: #e6f4ff;
  color: #1677ff;
}
.bo-drawer__item-impact[data-v-4d676df6] {
  font-size: 13px;
  color: #595959;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
.bo-drawer__item-impact strong[data-v-4d676df6] {
  font-size: 14px;
  font-weight: 600;
  margin-left: 4px;
}
.bo-drawer__item-impact--opportunity strong[data-v-4d676df6] {
  color: #1677ff;
}
.bo-drawer__item-impact--cash strong[data-v-4d676df6] {
  color: #389e0d;
}
.bo-drawer__item-impact--policy strong[data-v-4d676df6] {
  color: #722ed1;
}
.bo-drawer__item-impact--risk strong[data-v-4d676df6] {
  color: #f5222d;
}
.bo-drawer__item-line[data-v-4d676df6] {
  font-size: 13px;
  color: #595959;
  line-height: 1.6;
}
.bo-drawer__item-lbl[data-v-4d676df6] {
  display: inline-block;
  font-size: 11px;
  color: #8c8c8c;
  background: #f5f5f5;
  padding: 0 6px;
  border-radius: 9px;
  line-height: 18px;
  margin-right: 6px;
}
.bo-drawer__item-cta[data-v-4d676df6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dashed #f5f5f5;
}
.bo-btn[data-v-4d676df6] {
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  line-height: 1.6;
}
.bo-btn--primary[data-v-4d676df6] {
  background: #1677ff;
  color: #fff;
  border-color: #1677ff;
}
.bo-btn--primary[data-v-4d676df6]:hover {
  background: #4096ff;
  border-color: #4096ff;
}
.bo-btn--ghost[data-v-4d676df6] {
  background: #ffffff;
  color: #595959;
  border-color: #f0f0f0;
}
.bo-btn--ghost[data-v-4d676df6]:hover {
  color: #1677ff;
  border-color: #1677ff;
}
