
.tax-risk-overview-page[data-v-0c34c52b] {
  min-height: calc(100vh - 90px);
  background: #f5f7fb;
}
.overview-wrap[data-v-0c34c52b] {
  background: transparent;
}
.overview-toolbar[data-v-0c34c52b] {
  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;
  padding: 16px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.overview-toolbar h2[data-v-0c34c52b] {
  margin: 0 0 4px;
  color: #111827;
  font-size: 22px;
}
.overview-toolbar span[data-v-0c34c52b],
.conclusion-item span[data-v-0c34c52b],
.scope-item p[data-v-0c34c52b],
.scope-foot[data-v-0c34c52b] {
  color: #6b7280;
  font-size: 13px;
}
.presentation-hero[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: minmax(360px, 1.25fr) minmax(320px, 0.75fr);
  gap: 14px;
  margin-bottom: 12px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
}
.hero-main span[data-v-0c34c52b] {
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
}
.hero-main h1[data-v-0c34c52b] {
  max-width: 980px;
  margin: 8px 0 12px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
.hero-main p[data-v-0c34c52b] {
  max-width: 980px;
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
}
.hero-facts[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px;
}
.hero-fact[data-v-0c34c52b] {
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.hero-fact strong[data-v-0c34c52b],
.hero-fact span[data-v-0c34c52b] {
  display: block;
}
.hero-fact strong[data-v-0c34c52b] {
  margin-bottom: 6px;
  color: #111827;
  font-size: 24px;
}
.hero-fact span[data-v-0c34c52b] {
  color: #64748b;
  font-size: 13px;
}
.conclusion-grid[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.conclusion-item[data-v-0c34c52b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  min-height: 116px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.conclusion-item.blue[data-v-0c34c52b] { border-left: 4px solid #2563eb;
}
.conclusion-item.green[data-v-0c34c52b] { border-left: 4px solid #16a34a;
}
.conclusion-item.orange[data-v-0c34c52b] { border-left: 4px solid #ea580c;
}
.conclusion-item i[data-v-0c34c52b] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #eef2ff;
  color: #2563eb;
  font-size: 18px;
}
.conclusion-item strong[data-v-0c34c52b] {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 16px;
}
.scope-grid[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 12px;
}
.scope-item[data-v-0c34c52b] {
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.scope-head[data-v-0c34c52b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.scope-head strong[data-v-0c34c52b] {
  color: #111827;
}
.scope-item p[data-v-0c34c52b] {
  min-height: 58px;
  line-height: 1.6;
}
.scope-foot[data-v-0c34c52b] {
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
}
.policy-cluster[data-v-0c34c52b],
.base-grid[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.policy-card[data-v-0c34c52b],
.base-card[data-v-0c34c52b] {
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.policy-card strong[data-v-0c34c52b],
.policy-card span[data-v-0c34c52b],
.base-card strong[data-v-0c34c52b],
.base-card span[data-v-0c34c52b] {
  display: block;
}
.policy-card strong[data-v-0c34c52b],
.base-card strong[data-v-0c34c52b] {
  margin-bottom: 8px;
  color: #111827;
  font-size: 15px;
}
.policy-card span[data-v-0c34c52b],
.base-card span[data-v-0c34c52b] {
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}
.base-card-head[data-v-0c34c52b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.base-card-head i[data-v-0c34c52b] {
  color: #2563eb;
  font-size: 18px;
}
.base-card p[data-v-0c34c52b] {
  min-height: 60px;
  margin: 0 0 10px;
  color: #374151;
  font-size: 13px;
  line-height: 1.55;
}
.summary-grid[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 12px;
}
.summary-card[data-v-0c34c52b] {
  min-height: 148px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.summary-card-head[data-v-0c34c52b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #111827;
}
.summary-card-head i[data-v-0c34c52b] {
  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;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #f3f4f6;
  color: #2563eb;
}
.summary-card p[data-v-0c34c52b] {
  min-height: 66px;
  margin: 12px 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.6;
}
.summary-section[data-v-0c34c52b] {
  margin-top: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.summary-section-head[data-v-0c34c52b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.summary-section-head h3[data-v-0c34c52b] {
  margin: 0;
  color: #111827;
  font-size: 15px;
}
.summary-section-head span[data-v-0c34c52b],
.flow-step span[data-v-0c34c52b] {
  color: #6b7280;
  font-size: 12px;
}
.flow-strip[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(8, minmax(108px, 1fr));
  gap: 10px;
}
.flow-step[data-v-0c34c52b] {
  min-height: 118px;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.flow-step b[data-v-0c34c52b],
.flow-step strong[data-v-0c34c52b] {
  display: block;
}
.flow-step b[data-v-0c34c52b] {
  color: #2563eb;
  font-size: 18px;
}
.flow-step strong[data-v-0c34c52b] {
  margin: 8px 0 6px;
  color: #111827;
}
.report-grid[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12px;
}
.acceptance-list[data-v-0c34c52b] {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 12px;
}
.acceptance-item[data-v-0c34c52b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.acceptance-item i[data-v-0c34c52b] {
  color: #16a34a;
}
.formula-strip[data-v-0c34c52b] {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 12px;
  color: #374151;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
}
@media (max-width: 1200px) {
.presentation-hero[data-v-0c34c52b],
  .conclusion-grid[data-v-0c34c52b],
  .summary-grid[data-v-0c34c52b],
  .flow-strip[data-v-0c34c52b],
  .report-grid[data-v-0c34c52b],
  .scope-grid[data-v-0c34c52b],
  .policy-cluster[data-v-0c34c52b],
  .base-grid[data-v-0c34c52b],
  .acceptance-list[data-v-0c34c52b] {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
}
}
@media (max-width: 760px) {
.overview-toolbar[data-v-0c34c52b],
  .presentation-hero[data-v-0c34c52b],
  .conclusion-grid[data-v-0c34c52b],
  .summary-grid[data-v-0c34c52b],
  .flow-strip[data-v-0c34c52b],
  .report-grid[data-v-0c34c52b],
  .scope-grid[data-v-0c34c52b],
  .policy-cluster[data-v-0c34c52b],
  .base-grid[data-v-0c34c52b],
  .acceptance-list[data-v-0c34c52b] {
    display: block;
}
.conclusion-item[data-v-0c34c52b],
  .summary-card[data-v-0c34c52b],
  .summary-section[data-v-0c34c52b],
  .flow-step[data-v-0c34c52b],
  .scope-item[data-v-0c34c52b],
  .policy-card[data-v-0c34c52b],
  .base-card[data-v-0c34c52b],
  .acceptance-item[data-v-0c34c52b] {
    margin-bottom: 12px;
}
.hero-main h1[data-v-0c34c52b] {
    font-size: 24px;
}
}

