.report-item {
  width: 100%;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.report-cover.report-cover-image {
  min-height: 0;
  aspect-ratio: 0.707;
  padding: 0;
  border-color: rgba(255, 255, 255, 0.2);
  background: #f1f1ed;
}

.report-cover.report-cover-image::before,
.report-cover.report-cover-image::after {
  display: none;
}

.report-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.report-page-badge {
  position: absolute !important;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #f4f3ef;
  background: rgba(8, 9, 11, 0.82);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  font-size: 0.68rem !important;
  letter-spacing: 0.03em !important;
  backdrop-filter: blur(10px);
}

.report-tags,
.report-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.report-tags span,
.report-modal-tags span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.68rem;
}

.report-open-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--ink);
  font-size: 0.8rem;
}

.report-open-hint span {
  transition: transform 180ms ease;
}

.report-item:hover .report-open-hint span {
  transform: translate(2px, -2px);
}

.report-catalog-loading {
  display: grid;
  gap: 14px;
}

.report-loading-card {
  display: block;
  min-height: 350px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.035) 20%, rgba(255, 255, 255, 0.09) 40%, rgba(255, 255, 255, 0.035) 60%);
  background-size: 220% 100%;
  animation: reportSkeleton 1.25s linear infinite;
}

.report-load-error {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.report-load-error > span {
  color: var(--muted);
  font-size: 2.6rem;
  font-weight: 200;
}

.report-load-error h3,
.report-load-error p {
  margin: 0;
}

.report-load-error p {
  margin-top: 7px;
  color: var(--muted);
}

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.report-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.report-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(16px) saturate(0.5);
}

.report-dialog {
  position: relative;
  display: flex;
  width: min(1479px, 100%);
  max-height: calc(100vh - 48px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  outline: 0;
  color: var(--ink);
  background: #0a0b0e;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.7);
  transform: translateY(18px) scale(0.975);
  transition: transform 260ms cubic-bezier(0.2, 0.76, 0.25, 1);
}

.report-modal.is-open .report-dialog {
  transform: translateY(0) scale(1);
}

.report-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--line);
}

.report-dialog-header h2 {
  max-width: 1180px;
  margin: 5px 0 5px;
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.report-modal-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.report-modal-body {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 16px;
  min-height: 0;
  padding: 22px 28px 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.report-modal-summary,
.report-preview-section,
.report-download-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.report-modal-summary {
  display: grid;
  gap: 15px;
  padding: 22px;
}

.report-modal-summary > div:first-child > span,
.report-preview-section header span,
.report-download-panel span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.1em;
}

.report-modal-summary p {
  margin: 8px 0 0;
  color: var(--ink);
  line-height: 1.75;
}

.report-preview-section {
  padding: 22px;
}

.report-preview-section > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.report-preview-section h3 {
  margin: 5px 0 0;
  font-size: 1.35rem;
}

.report-preview-section header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.report-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.report-preview-page {
  display: grid;
  grid-template-rows: auto 42px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.report-preview-page img {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
}

.report-preview-page figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-top: 1px solid #deded9;
  color: #25272b;
  background: #f3f2ee;
}

.report-preview-page figcaption span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.report-preview-page figcaption strong {
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
}

.report-download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.report-download-panel strong {
  display: block;
  margin-top: 5px;
  font-size: 1.18rem;
}

.report-download-panel p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.report-download-button {
  flex: 0 0 auto;
  padding: 13px 18px;
  border: 1px solid #e4e4df;
  border-radius: 7px;
  color: #181a1e;
  background: #e4e4df;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}

.report-download-button:hover,
.report-download-button:focus-visible {
  transform: translateY(-2px);
  background: #f2f1ed;
}

body[data-theme="light"] .report-dialog {
  border-color: rgba(17, 19, 24, 0.16);
  background: #f8f7f3;
  box-shadow: 0 34px 110px rgba(32, 36, 42, 0.24);
}

body[data-theme="light"] .report-modal-backdrop {
  background: rgba(237, 235, 228, 0.76);
}

body[data-theme="light"] .report-download-button {
  border-color: #303339;
  color: #f2f1ed;
  background: #303339;
}

body[data-theme="light"] .report-download-button:hover,
body[data-theme="light"] .report-download-button:focus-visible {
  background: #42454b;
}

@keyframes reportSkeleton {
  to { background-position: -120% 0; }
}

@media (max-width: 760px) {
  .report-preview-grid {
    grid-template-columns: 1fr;
  }

  .report-download-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .report-download-button {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .report-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .report-cover.report-cover-image {
    align-self: start;
    justify-self: center;
    width: min(184px, 100%);
  }

  .report-body {
    gap: 11px;
    padding-right: 0;
  }

  .report-body h3 {
    font-size: 1.02rem;
  }

  .report-body .content-block,
  .report-body .ai-reading {
    grid-column: 1 / -1;
  }

  .report-item {
    align-items: start;
  }

  .report-modal {
    align-items: end;
    padding: 0;
  }

  .report-dialog {
    width: 100%;
    max-height: calc(100vh - 12px);
    border-radius: 16px 16px 0 0;
    transform: translateY(36px);
  }

  .report-dialog-header {
    padding: 19px 18px 15px;
  }

  .report-dialog-header h2 {
    font-size: 1.2rem;
  }

  .report-modal-body {
    padding: 15px 18px 24px;
  }

  .report-modal-summary,
  .report-preview-section,
  .report-download-panel {
    padding: 17px;
  }

  .report-preview-section > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .report-load-error {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-modal,
  .report-dialog,
  .report-open-hint span,
  .report-download-button {
    transition: none;
  }

  .report-loading-card {
    animation: none;
  }
}


/* 2026-08-01 · 行业报告数据可视化解读 */
.report-visual-download,
.report-visual-intro,
.report-visual-chapter,
.report-visual-conclusion {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.report-visual-download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 112px;
  padding: 22px 24px;
  overflow: hidden;
}

.report-visual-download::after {
  position: absolute;
  right: 150px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.025), 0 0 0 52px rgba(255, 255, 255, 0.015);
  content: "";
  pointer-events: none;
}

.report-visual-download > div {
  position: relative;
  z-index: 1;
}

.report-visual-download > div > span,
.report-visual-intro-copy > p,
.report-visual-chapter > header > p,
.report-visual-conclusion > p,
.report-visual-conclusion aside > span {
  margin: 0;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.report-visual-download strong {
  display: block;
  margin-top: 7px;
  font-size: 1.2rem;
}

.report-visual-download p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.report-visual-download .report-download-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.report-visual-download .report-download-button span {
  font-size: 1rem;
}

.report-visual-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  overflow: hidden;
}

.report-visual-intro-copy {
  display: grid;
  align-content: center;
  min-height: 290px;
  padding: 36px;
  border-right: 1px solid var(--line);
}

.report-visual-intro-copy h3 {
  max-width: 520px;
  margin: 14px 0 17px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.13;
  letter-spacing: -0.05em;
}

.report-visual-intro-copy > strong {
  max-width: 660px;
  font-size: 0.98rem;
  font-weight: 560;
  line-height: 1.78;
}

.report-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.report-modal-tags span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.66rem;
}

.report-visual-metrics {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.report-visual-metrics article {
  display: grid;
  grid-template-columns: minmax(92px, auto) 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 18px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
  opacity: 0;
  transform: translateX(14px);
}

.report-modal.is-open .report-visual-metrics article {
  animation: reportVisualEnter 560ms cubic-bezier(0.2, 0.76, 0.25, 1) forwards;
  animation-delay: calc(160ms + var(--visual-delay));
}

.report-visual-metrics article:last-child {
  border-bottom: 0;
}

.report-visual-metrics strong {
  grid-row: 1 / 3;
  align-self: center;
  font-size: clamp(1.4rem, 2.8vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.report-visual-metrics span {
  font-size: 0.78rem;
  font-weight: 720;
}

.report-visual-metrics p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.report-visual-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 2px 0;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.report-visual-divider i {
  flex: 1;
  height: 1px;
  background: var(--line);
}

.report-visual-chapters {
  display: grid;
  gap: 18px;
}

.report-visual-chapter {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
}

.report-visual-chapter > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.report-visual-chapter > header h3 {
  margin: 13px 0 13px;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.report-visual-chapter > header > span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.72;
}

.report-chart {
  min-width: 0;
  padding: 24px;
}

.report-chart-bars {
  display: grid;
  align-content: center;
  gap: 22px;
}

.report-bar {
  opacity: 0;
  transform: translateY(9px);
}

.report-modal.is-open .report-bar,
.report-modal.is-open .report-flow-step,
.report-modal.is-open .report-data-card {
  animation: reportVisualEnter 520ms ease forwards;
  animation-delay: calc(220ms + var(--visual-delay));
}

.report-bar header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
}

.report-bar header span {
  font-size: 0.78rem;
  font-weight: 700;
}

.report-bar header strong {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.report-bar-track {
  height: 6px;
  margin: 9px 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.report-bar-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #868b94, #f0efe9);
}

.report-modal.is-open .report-bar-track i {
  animation: reportBarGrow 850ms cubic-bezier(0.2, 0.76, 0.25, 1) forwards;
  animation-delay: calc(300ms + var(--visual-delay));
}

.report-bar p,
.report-data-card p,
.report-flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.report-chart-grid,
.report-chart-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.report-chart-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-data-card {
  position: relative;
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: end;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  opacity: 0;
  transform: translateY(9px);
}

.report-data-card::before {
  position: absolute;
  top: -32px;
  right: -22px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.report-data-card > span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 720;
  letter-spacing: 0.06em;
}

.report-data-card > strong {
  margin: 8px 0 9px;
  font-size: 1.38rem;
  letter-spacing: -0.035em;
}

.report-chart-flow {
  display: grid;
  align-content: center;
  gap: 9px;
}

.report-flow-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  opacity: 0;
  transform: translateX(9px);
}

.report-flow-step > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #111318;
  background: #e7e6e0;
  font-size: 0.7rem;
  font-weight: 800;
}

.report-flow-step div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 12px;
}

.report-flow-step strong {
  font-size: 0.8rem;
}

.report-flow-step em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 720;
}

.report-flow-step p {
  grid-column: 1 / -1;
}

.report-visual-conclusion {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 30px;
  padding: 34px;
  overflow: hidden;
}

.report-visual-conclusion::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.report-visual-conclusion > p,
.report-visual-conclusion > small {
  grid-column: 1 / -1;
}

.report-visual-conclusion h3 {
  margin: 0 0 12px;
  font-size: 1.55rem;
}

.report-visual-conclusion > div > strong {
  display: block;
  max-width: 730px;
  font-size: 1.06rem;
  line-height: 1.7;
}

.report-visual-conclusion aside {
  position: relative;
  z-index: 1;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.report-visual-conclusion aside > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.report-visual-conclusion aside div span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.68rem;
}

.report-visual-conclusion > small {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.65rem;
  line-height: 1.55;
}

body[data-theme="light"] .report-visual-download,
body[data-theme="light"] .report-visual-intro,
body[data-theme="light"] .report-visual-chapter,
body[data-theme="light"] .report-visual-conclusion {
  background: linear-gradient(145deg, rgba(38, 41, 46, 0.055), rgba(38, 41, 46, 0.018));
}

body[data-theme="light"] .report-data-card,
body[data-theme="light"] .report-flow-step {
  background: rgba(38, 41, 46, 0.035);
}

body[data-theme="light"] .report-bar-track {
  background: rgba(38, 41, 46, 0.1);
}

body[data-theme="light"] .report-bar-track i {
  background: linear-gradient(90deg, #7d8289, #303339);
}

@keyframes reportVisualEnter {
  to { opacity: 1; transform: none; }
}

@keyframes reportBarGrow {
  to { width: var(--report-bar); }
}

@media (max-width: 900px) {
  .report-visual-intro,
  .report-visual-chapter {
    grid-template-columns: 1fr;
  }

  .report-visual-intro-copy,
  .report-visual-chapter > header {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .report-visual-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .report-visual-metrics article {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .report-visual-metrics article:last-child {
    border-right: 0;
  }

  .report-visual-metrics strong {
    grid-row: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .report-visual-download,
  .report-visual-conclusion {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .report-visual-download {
    flex-direction: column;
  }

  .report-visual-download::after {
    right: -80px;
  }

  .report-visual-intro-copy,
  .report-visual-chapter > header,
  .report-visual-conclusion {
    padding: 22px;
  }

  .report-visual-metrics {
    grid-template-columns: 1fr;
  }

  .report-visual-metrics article {
    grid-template-columns: minmax(90px, auto) 1fr;
    grid-template-rows: auto auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .report-visual-metrics article:last-child {
    border-bottom: 0;
  }

  .report-visual-metrics strong {
    grid-row: 1 / 3;
  }

  .report-chart-grid,
  .report-chart-split {
    grid-template-columns: 1fr;
  }

  .report-visual-conclusion aside {
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-visual-metrics article,
  .report-bar,
  .report-flow-step,
  .report-data-card,
  .report-bar-track i {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .report-bar-track i {
    width: var(--report-bar);
  }
}


/* 2026-08-01 ? Xsignal ?????? */
.report-editorial {
  display: grid;
  gap: 16px;
}

.report-editorial-download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
}

.report-editorial-download::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: 6%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: translateY(45%);
  pointer-events: none;
}

.report-editorial-download div {
  display: grid;
  gap: 5px;
  z-index: 1;
}

.report-editorial-download div span,
.report-editorial-hero > p,
.report-editorial-opening > span,
.report-editorial-section > header p,
.report-editorial-conclusion > p,
.report-editorial-section blockquote span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.report-editorial-download div strong {
  font-size: 0.92rem;
  line-height: 1.45;
}

.report-editorial-paper {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    radial-gradient(circle at 88% 7%, rgba(255, 255, 255, 0.07), transparent 21%),
    linear-gradient(180deg, #111318 0%, #0b0c10 50%, #111318 100%);
}

.report-editorial-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 27%);
  pointer-events: none;
}

.report-editorial-hero {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(42px, 5.5vw, 82px) clamp(28px, 6vw, 90px) clamp(34px, 4vw, 60px);
  border-bottom: 1px solid var(--line);
}

.report-editorial-hero h3 {
  max-width: 1020px;
  margin: 0;
  font-size: clamp(1.85rem, 3.55vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.report-editorial-deck {
  max-width: 960px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.9;
}

.report-editorial-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.report-editorial-metrics article {
  display: grid;
  min-height: 170px;
  align-content: end;
  gap: 7px;
  padding: 28px;
  border-right: 1px solid var(--line);
  opacity: 0;
  transform: translateY(16px);
  animation: report-editorial-rise 700ms var(--editorial-delay) cubic-bezier(.2,.75,.25,1) forwards;
}

.report-editorial-metrics article:last-child { border-right: 0; }
.report-editorial-metrics strong { font-size: clamp(1.45rem, 2.25vw, 2.45rem); letter-spacing: -0.04em; }
.report-editorial-metrics span { font-size: 0.84rem; font-weight: 750; }
.report-editorial-metrics p { margin: 0; color: var(--muted); font-size: 0.74rem; line-height: 1.55; }

.report-editorial-opening {
  display: grid;
  grid-template-columns: minmax(100px, 0.18fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 48px);
  padding: clamp(32px, 5vw, 74px) clamp(28px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}

.report-editorial-opening p {
  max-width: 1080px;
  margin: 0;
  font-size: clamp(1.05rem, 1.65vw, 1.42rem);
  line-height: 1.85;
}

.report-editorial-sections { position: relative; }

.report-editorial-section {
  position: relative;
  display: grid;
  gap: 34px;
  padding: clamp(44px, 6vw, 90px) clamp(28px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}

.report-editorial-section > header {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.report-editorial-section > header > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: rgba(255,255,255,.72);
  font-size: .74rem;
}

.report-editorial-section > header > div { display: grid; gap: 11px; }
.report-editorial-section > header p { margin: 0; }
.report-editorial-section > header h3 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(1.45rem, 2.45vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.report-editorial-prose {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-left: 90px;
}

.report-editorial-prose p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .94rem;
  line-height: 1.95;
}

.report-editorial-section blockquote {
  display: grid;
  grid-template-columns: minmax(120px, .24fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin: 6px 0 0 90px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.report-editorial-section blockquote strong {
  max-width: 900px;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  line-height: 1.65;
}

.report-editorial-scale,
.report-editorial-channel,
.report-editorial-workflow,
.report-editorial-concentration,
.report-editorial-commercial,
.report-editorial-outbound {
  margin-left: 90px;
}

.report-editorial-scale { display: grid; gap: 26px; }
.report-editorial-scale article { display: grid; gap: 10px; opacity: 0; animation: report-editorial-rise 650ms var(--editorial-delay) ease forwards; }
.report-editorial-scale header { display: grid; grid-template-columns: minmax(120px,.7fr) minmax(120px,1fr) auto; gap: 18px; align-items: baseline; }
.report-editorial-scale header strong { font-size: clamp(1.45rem,2.2vw,2.35rem); }
.report-editorial-scale header em { color: rgba(255,255,255,.68); font-style: normal; font-weight: 700; }
.report-editorial-scale article > div { overflow: hidden; height: 13px; background: rgba(255,255,255,.08); }
.report-editorial-scale article > div i { display: block; width: var(--share); height: 100%; background: linear-gradient(90deg,#f3f0e7,#9ea5ae); transform-origin: left; animation: report-editorial-grow 900ms calc(var(--editorial-delay) + 180ms) ease both; }
.report-editorial-scale article p { margin: 0; color: var(--muted); font-size: .74rem; }

.report-editorial-channel { display: grid; gap: 12px; }
.report-editorial-channel article { display: grid; grid-template-columns: minmax(88px,.3fr) minmax(140px,1fr) minmax(132px,.34fr); gap: 12px; align-items: center; min-height: 52px; opacity: 0; animation: report-editorial-rise 600ms var(--editorial-delay) ease forwards; }
.report-editorial-channel article > div { overflow: hidden; height: 7px; background: rgba(255,255,255,.08); }
.report-editorial-channel article i { display: block; width: var(--fill); height: 100%; background: #eae7df; transform-origin:left; animation: report-editorial-grow 850ms calc(var(--editorial-delay) + 160ms) ease both; }
.report-editorial-channel strong { text-align: right; font-size: 1.1rem; line-height: 1.25; white-space: nowrap; }

.report-editorial-workflow { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; min-height: 290px; align-items: end; }
.report-editorial-workflow article { display: grid; grid-template-rows: auto 190px auto; gap: 10px; height: 100%; opacity: 0; animation: report-editorial-rise 650ms var(--editorial-delay) ease forwards; }
.report-editorial-workflow article > div { display:flex; align-items:flex-end; background:rgba(255,255,255,.035); }
.report-editorial-workflow article i { width:100%; height:var(--height); background:linear-gradient(180deg,#f2efe6,#6d747d); transform-origin:bottom; animation:report-editorial-grow-y 950ms calc(var(--editorial-delay) + 140ms) ease both; }
.report-editorial-workflow .is-down i { background:linear-gradient(180deg,#8b5c59,#3a2b2b); }
.report-editorial-workflow strong { font-size:1.1rem; }
.report-editorial-workflow span { color:var(--muted); font-size:.72rem; line-height:1.4; }

.report-editorial-concentration { display:flex; align-items:center; justify-content:center; gap:clamp(26px,5vw,84px); }
.report-editorial-concentration > article { display:grid; justify-items:center; gap:14px; opacity:0; animation:report-editorial-rise 650ms var(--editorial-delay) ease forwards; }
.report-editorial-concentration > article > div { display:grid; width:180px; height:180px; place-items:center; border-radius:50%; background:conic-gradient(#f1eee6 var(--ring),rgba(255,255,255,.08) 0); }
.report-editorial-concentration > article > div::before { content:""; grid-area:1/1; width:142px; height:142px; border-radius:50%; background:#0d0f13; }
.report-editorial-concentration strong { z-index:1; grid-area:1/1; font-size:2rem; }
.report-editorial-concentration p { margin:0; color:var(--muted); font-size:.8rem; }
.report-editorial-concentration > i { color:rgba(255,255,255,.34); font-size:2rem; font-style:normal; }
.report-editorial-concentration .is-retention > div { background:conic-gradient(#9098a3 var(--ring),rgba(255,255,255,.08) 0); }

.report-editorial-commercial { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border:1px solid var(--line); }
.report-editorial-commercial article { display:grid; gap:10px; min-height:210px; padding:24px; border-right:1px solid var(--line); opacity:0; animation:report-editorial-rise 650ms var(--editorial-delay) ease forwards; }
.report-editorial-commercial article:last-child { border-right:0; }
.report-editorial-commercial article > span { color:var(--muted); font-size:.67rem; }
.report-editorial-commercial article strong { margin-top:auto; font-size:clamp(1.8rem,3vw,3.2rem); letter-spacing:-.05em; }
.report-editorial-commercial article h4 { margin:0; font-size:.84rem; }
.report-editorial-commercial article p { margin:0; color:var(--muted); font-size:.73rem; }

.report-editorial-outbound { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; background:var(--line); border:1px solid var(--line); }
.report-editorial-outbound article { display:grid; gap:10px; min-height:160px; align-content:end; padding:24px; background:#0d0f13; opacity:0; animation:report-editorial-rise 650ms var(--editorial-delay) ease forwards; }
.report-editorial-outbound strong { font-size:clamp(1.9rem,3vw,3.25rem); letter-spacing:-.05em; }
.report-editorial-outbound p { margin:0; color:var(--muted); font-size:.74rem; line-height:1.5; }

.report-editorial-data-table {
  margin-left: 90px;
  overflow: auto;
  max-width: calc(100% - 90px);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  scrollbar-width: thin;
}

.report-editorial-data-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: .78rem;
  line-height: 1.45;
}

.report-editorial-data-table th,
.report-editorial-data-table td {
  padding: 13px 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.report-editorial-data-table tr > :last-child { border-right: 0; }
.report-editorial-data-table tbody tr:last-child > * { border-bottom: 0; }
.report-editorial-data-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #171a1f;
  color: rgba(255,255,255,.72);
  font-size: .68rem;
  letter-spacing: .045em;
}
.report-editorial-data-table tbody th { font-weight: 760; }
.report-editorial-data-table tbody td { color: var(--muted); }
.report-editorial-data-table tbody tr {
  opacity: 0;
  transform: translateY(5px);
  animation: report-editorial-rise 520ms var(--editorial-delay) ease forwards;
}
.report-editorial-data-table tbody tr:hover { background: rgba(255,255,255,.045); }

.report-editorial-evidence {
  display: grid;
  gap: 22px;
  margin-left: 90px;
}

.report-editorial-evidence > .report-editorial-data-table,
.report-editorial-evidence > .report-editorial-source-figure {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.report-editorial-source-figure {
  position: relative;
  display: grid;
  gap: 13px;
  margin: 0 0 0 90px;
  max-width: calc(100% - 90px);
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.report-editorial-source-figure > span {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 27px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(8,10,13,.82);
  color: rgba(255,255,255,.82);
  font-size: .65rem;
  letter-spacing: .08em;
  backdrop-filter: blur(9px);
}

.report-editorial-source-media {
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 260px;
  background: #f4f3ef;
}

.report-editorial-source-figure img {
  display: block;
  width: 100%;
  max-height: 660px;
  object-fit: contain;
}

.report-editorial-source-figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.55;
}

.report-editorial-source-figure figcaption strong {
  color: rgba(255,255,255,.82);
  font-size: .76rem;
}

.report-editorial-source-figure figcaption em {
  font-style: normal;
}

.report-editorial-source-analysis {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  min-height: 0;
  padding: 16px 0 2px;
  border-top: 1px solid var(--line);
  background: transparent;
  text-align: left;
}

.report-editorial-source-analysis > span {
  color: rgba(255,255,255,.56);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.65;
}

.report-editorial-source-analysis > p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(.88rem, 1.08vw, 1rem);
  line-height: 1.82;
  text-align: left;
}

body[data-theme="light"] .report-editorial-data-table { background: rgba(20,22,26,.018); }
body[data-theme="light"] .report-editorial-data-table thead th { background: #dededb; color: rgba(15,17,20,.72); }
body[data-theme="light"] .report-editorial-data-table tbody tr:hover { background: rgba(20,22,26,.04); }
body[data-theme="light"] .report-editorial-source-figure { background: rgba(20,22,26,.018); }
body[data-theme="light"] .report-editorial-source-figure > span { border-color: rgba(0,0,0,.16); background: rgba(247,246,242,.88); color: rgba(15,17,20,.78); }
body[data-theme="light"] .report-editorial-source-figure figcaption strong { color: rgba(15,17,20,.84); }
body[data-theme="light"] .report-editorial-source-analysis > span { color: rgba(15,17,20,.52); }
body[data-theme="light"] .report-editorial-source-analysis > p { color: rgba(15,17,20,.82); }

.report-editorial-conclusion {
  display:grid;
  gap:22px;
  padding:clamp(46px,6vw,92px) clamp(28px,6vw,90px);
  background:linear-gradient(135deg,#ece9e1,#cfd1d0);
  color:#141518;
}
.report-editorial-conclusion > p { color:#51555b; }
.report-editorial-conclusion h3 { max-width:1050px; margin:0; font-size:clamp(1.65rem,3.1vw,3.05rem); line-height:1.08; letter-spacing:-.045em; }
.report-editorial-conclusion > strong { max-width:1000px; font-size:clamp(1rem,1.5vw,1.28rem); font-weight:400; line-height:1.8; }
.report-editorial-conclusion > div { display:grid; grid-template-columns:140px minmax(0,1fr); gap:24px; padding-top:20px; border-top:1px solid rgba(0,0,0,.18); }
.report-editorial-conclusion > div > span { font-size:.72rem; font-weight:700; letter-spacing:.08em; }
.report-editorial-conclusion aside { display:flex; flex-wrap:wrap; gap:8px; }
.report-editorial-conclusion aside span { padding:7px 10px; border:1px solid rgba(0,0,0,.18); border-radius:99px; font-size:.73rem; }
.report-editorial-conclusion small { color:rgba(0,0,0,.58); line-height:1.65; }

body[data-theme="light"] .report-editorial-paper { background:linear-gradient(180deg,#f6f6f4,#e9e9e7 55%,#f5f5f2); }
body[data-theme="light"] .report-editorial-deck,
body[data-theme="light"] .report-editorial-prose p { color:rgba(15,17,20,.68); }
body[data-theme="light"] .report-editorial-section > header > span { border-color:rgba(0,0,0,.22); color:rgba(0,0,0,.68); }
body[data-theme="light"] .report-editorial-outbound article,
body[data-theme="light"] .report-editorial-concentration > article > div::before { background:#ececea; }
body[data-theme="light"] .report-editorial-scale article > div,
body[data-theme="light"] .report-editorial-channel article > div,
body[data-theme="light"] .report-editorial-workflow article > div { background:rgba(0,0,0,.08); }
body[data-theme="light"] .report-editorial-scale article > div i,
body[data-theme="light"] .report-editorial-channel article i { background:linear-gradient(90deg,#24272b,#777d84); }
body[data-theme="light"] .report-editorial-opening,
body[data-theme="light"] .report-editorial-section blockquote { border-color:rgba(0,0,0,.14); }

@keyframes report-editorial-rise { to { opacity:1; transform:translateY(0); } }
@keyframes report-editorial-grow { from { transform:scaleX(0); } to { transform:scaleX(1); } }
@keyframes report-editorial-grow-y { from { transform:scaleY(0); } to { transform:scaleY(1); } }

@media (max-width: 980px) {
  .report-editorial-metrics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .report-editorial-metrics article:nth-child(2) { border-right:0; }
  .report-editorial-metrics article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .report-editorial-prose { grid-template-columns:1fr; }
  .report-editorial-workflow { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .report-editorial-commercial { grid-template-columns:1fr; }
  .report-editorial-commercial article { min-height:150px; border-right:0; border-bottom:1px solid var(--line); }
  .report-editorial-commercial article:last-child { border-bottom:0; }
  .report-editorial-outbound { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .report-editorial-download { align-items:stretch; flex-direction:column; }
  .report-editorial-download .report-download-button { justify-content:center; }
  .report-editorial-hero h3 { font-size:clamp(1.65rem,9vw,2.5rem); }
  .report-editorial-metrics { grid-template-columns:1fr; }
  .report-editorial-metrics article { min-height:135px; border-right:0; border-bottom:1px solid var(--line); }
  .report-editorial-metrics article:last-child { border-bottom:0; }
  .report-editorial-opening { grid-template-columns:1fr; gap:14px; }
  .report-editorial-section { gap:26px; }
  .report-editorial-section > header { grid-template-columns:42px minmax(0,1fr); gap:14px; }
  .report-editorial-section > header > span { width:36px; height:36px; }
  .report-editorial-prose,
  .report-editorial-section blockquote,
  .report-editorial-scale,
  .report-editorial-channel,
  .report-editorial-workflow,
  .report-editorial-concentration,
  .report-editorial-commercial,
  .report-editorial-outbound { margin-left:0; }
  .report-editorial-data-table { margin-left:0; max-width:100%; }
  .report-editorial-evidence { margin-left:0; }
  .report-editorial-source-figure { margin-left:0; max-width:100%; padding:10px; }
  .report-editorial-source-media { min-height:180px; }
  .report-editorial-source-figure > span { top:18px; left:18px; }
  .report-editorial-source-analysis { grid-template-columns:1fr; gap:8px; }
  .report-editorial-data-table table { min-width:640px; font-size:.72rem; }
  .report-editorial-data-table th, .report-editorial-data-table td { padding:11px 12px; }
  .report-editorial-section blockquote { grid-template-columns:1fr; gap:10px; }
  .report-editorial-channel article { grid-template-columns:78px minmax(70px,1fr) 92px; gap:8px; }
  .report-editorial-channel strong { white-space:normal; }
  .report-editorial-workflow { grid-template-columns:repeat(2,minmax(0,1fr)); min-height:0; }
  .report-editorial-workflow article { grid-template-rows:auto 130px auto; }
  .report-editorial-concentration { flex-direction:column; }
  .report-editorial-concentration > i { transform:rotate(90deg); }
  .report-editorial-outbound { grid-template-columns:1fr; }
  .report-editorial-conclusion > div { grid-template-columns:1fr; gap:12px; }
}

@media (prefers-reduced-motion: reduce) {
  .report-editorial * { animation:none !important; opacity:1 !important; transform:none !important; }
}


/* 2026-08-02 · Xsignal source-report enrichment */
.report-editorial-penetration,
.report-editorial-retention,
.report-editorial-revenue-mix,
.report-editorial-ecosystem,
.report-editorial-growth-stars {
  margin-left: 90px;
}

.report-editorial-penetration {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}

.report-editorial-penetration article {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
  opacity: 0;
  animation: report-editorial-rise 650ms var(--editorial-delay) ease forwards;
}

.report-editorial-penetration header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.report-editorial-penetration header span { font-size: .84rem; font-weight: 750; }
.report-editorial-penetration header strong { font-size: 1.35rem; letter-spacing: -.035em; }
.report-editorial-penetration article > div { overflow: hidden; height: 9px; background: rgba(255,255,255,.08); }
.report-editorial-penetration article > div i {
  display: block;
  width: var(--penetration);
  height: 100%;
  background: linear-gradient(90deg, #f0ede4, #808893);
  transform-origin: left;
  animation: report-editorial-grow 900ms calc(var(--editorial-delay) + 150ms) ease both;
}
.report-editorial-penetration p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }

.report-editorial-retention {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.report-editorial-retention > section {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.report-editorial-retention > section > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.report-editorial-retention > section > header span { font-weight: 780; }
.report-editorial-retention > section > header strong { color: var(--muted); font-size: .72rem; }
.report-editorial-retention > section > div { display: grid; gap: 14px; }
.report-editorial-retention article {
  display: grid;
  grid-template-columns: minmax(120px, .7fr) minmax(120px, 1fr) 72px;
  gap: 12px;
  align-items: center;
  opacity: 0;
  animation: report-editorial-rise 620ms var(--editorial-delay) ease forwards;
}
.report-editorial-retention article > span { font-size: .75rem; line-height: 1.4; }
.report-editorial-retention article > div { overflow: hidden; height: 7px; background: rgba(255,255,255,.08); }
.report-editorial-retention article > div i {
  display: block;
  width: var(--retention);
  height: 100%;
  min-width: 4px;
  background: linear-gradient(90deg, #eeebe2, #7f8791);
  transform-origin: left;
  animation: report-editorial-grow 850ms calc(var(--editorial-delay) + 130ms) ease both;
}
.report-editorial-retention article > strong { text-align: right; font-size: .78rem; }

.report-editorial-revenue-mix {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}

.report-editorial-revenue-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px;
  background: var(--line);
}

.report-editorial-revenue-summary article {
  display: grid;
  gap: 6px;
  min-height: 138px;
  align-content: end;
  padding: 18px;
  background: #0d0f13;
  opacity: 0;
  animation: report-editorial-rise 650ms var(--editorial-delay) ease forwards;
}

.report-editorial-revenue-summary strong { font-size: clamp(1.4rem,2.4vw,2.35rem); letter-spacing: -.045em; }
.report-editorial-revenue-summary span { font-size: .76rem; font-weight: 750; }
.report-editorial-revenue-summary p { margin: 0; color: var(--muted); font-size: .7rem; }
.report-editorial-revenue-stack { display: flex; overflow: hidden; height: 22px; border-radius: 2px; background: rgba(255,255,255,.08); }
.report-editorial-revenue-stack > i { display: block; width: var(--segment); height: 100%; }
.report-editorial-revenue-stack .is-segment-1 { background: #ece9df; }
.report-editorial-revenue-stack .is-segment-2 { background: #818995; }
.report-editorial-revenue-stack .is-segment-3 { min-width: 4px; background: #505760; }
.report-editorial-revenue-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.report-editorial-revenue-legend span { display: flex; align-items: center; gap: 7px; font-size: .72rem; }
.report-editorial-revenue-legend span > i { width: 9px; height: 9px; background: #ece9df; }
.report-editorial-revenue-legend .is-segment-2 > i { background: #818995; }
.report-editorial-revenue-legend .is-segment-3 > i { background: #505760; }
.report-editorial-revenue-legend em { color: var(--muted); font-style: normal; }

.report-editorial-ecosystem {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}

.report-editorial-ecosystem article {
  display: grid;
  gap: 11px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  opacity: 0;
  animation: report-editorial-rise 650ms var(--editorial-delay) ease forwards;
}

.report-editorial-ecosystem header { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.report-editorial-ecosystem header span { font-weight: 780; }
.report-editorial-ecosystem header strong { font-size: 1.15rem; letter-spacing: -.03em; }
.report-editorial-ecosystem article > div { overflow: hidden; height: 8px; background: rgba(255,255,255,.08); }
.report-editorial-ecosystem article > div i {
  display: block;
  width: var(--core-share);
  height: 100%;
  background: linear-gradient(90deg,#ece9df,#78808a);
  transform-origin: left;
  animation: report-editorial-grow 850ms calc(var(--editorial-delay) + 140ms) ease both;
}
.report-editorial-ecosystem h4 { margin: 2px 0 0; font-size: .83rem; }
.report-editorial-ecosystem p { margin: 0; color: var(--muted); font-size: .71rem; }

.report-editorial-growth-stars { display: grid; gap: 13px; }
.report-editorial-growth-stars article {
  display: grid;
  grid-template-columns: 110px minmax(140px,1fr) 88px 110px;
  gap: 14px;
  align-items: center;
  opacity: 0;
  animation: report-editorial-rise 620ms var(--editorial-delay) ease forwards;
}
.report-editorial-growth-stars article > span { font-size: .82rem; font-weight: 760; }
.report-editorial-growth-stars article > div { overflow: hidden; height: 9px; background: rgba(255,255,255,.08); }
.report-editorial-growth-stars article > div i {
  display: block;
  width: var(--growth);
  height: 100%;
  background: linear-gradient(90deg,#eeeae1,#737b85);
  transform-origin: left;
  animation: report-editorial-grow 860ms calc(var(--editorial-delay) + 120ms) ease both;
}
.report-editorial-growth-stars article > strong { text-align: right; font-size: .82rem; }
.report-editorial-growth-stars article > em { color: var(--muted); font-size: .7rem; font-style: normal; }

body[data-theme="light"] .report-editorial-concentration > article > div {
  background: conic-gradient(#25282e var(--ring), rgba(20,22,26,.12) 0);
}
body[data-theme="light"] .report-editorial-concentration .is-retention > div {
  background: conic-gradient(#737b85 var(--ring), rgba(20,22,26,.12) 0);
}
body[data-theme="light"] .report-editorial-concentration > i { color: rgba(20,22,26,.52); }
body[data-theme="light"] .report-editorial-penetration article,
body[data-theme="light"] .report-editorial-retention > section,
body[data-theme="light"] .report-editorial-revenue-mix,
body[data-theme="light"] .report-editorial-ecosystem article { background: rgba(20,22,26,.025); }
body[data-theme="light"] .report-editorial-penetration article > div,
body[data-theme="light"] .report-editorial-retention article > div,
body[data-theme="light"] .report-editorial-revenue-stack,
body[data-theme="light"] .report-editorial-ecosystem article > div,
body[data-theme="light"] .report-editorial-growth-stars article > div { background: rgba(20,22,26,.1); }
body[data-theme="light"] .report-editorial-penetration article > div i,
body[data-theme="light"] .report-editorial-retention article > div i,
body[data-theme="light"] .report-editorial-ecosystem article > div i,
body[data-theme="light"] .report-editorial-growth-stars article > div i { background: linear-gradient(90deg,#25282e,#858b92); }
body[data-theme="light"] .report-editorial-revenue-summary article { background: #ececea; }
body[data-theme="light"] .report-editorial-revenue-stack .is-segment-1,
body[data-theme="light"] .report-editorial-revenue-legend .is-segment-1 > i { background: #25282e; }
body[data-theme="light"] .report-editorial-revenue-stack .is-segment-2,
body[data-theme="light"] .report-editorial-revenue-legend .is-segment-2 > i { background: #767e88; }
body[data-theme="light"] .report-editorial-revenue-stack .is-segment-3,
body[data-theme="light"] .report-editorial-revenue-legend .is-segment-3 > i { background: #b1b5ba; }

@media (max-width: 980px) {
  .report-editorial-penetration,
  .report-editorial-retention,
  .report-editorial-ecosystem { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .report-editorial-penetration,
  .report-editorial-retention,
  .report-editorial-revenue-mix,
  .report-editorial-ecosystem,
  .report-editorial-growth-stars { margin-left: 0; }
  .report-editorial-revenue-summary { grid-template-columns: 1fr; }
  .report-editorial-revenue-summary article { min-height: 112px; }
  .report-editorial-retention article { grid-template-columns: minmax(92px,.8fr) minmax(70px,1fr) 62px; gap: 8px; }
  .report-editorial-growth-stars article { grid-template-columns: 82px minmax(70px,1fr) 74px; gap: 9px; }
  .report-editorial-growth-stars article > em { grid-column: 2 / 4; }
}


/* Industry / brokerage report switch */
.report-kind-picker {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(124px, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.report-kind-picker button {
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.report-kind-picker button span {
  margin-left: 6px;
  color: inherit;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  opacity: 0.72;
}

.report-kind-picker button:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.report-kind-picker button[aria-pressed="true"] {
  color: var(--bg);
  background: var(--ink);
}

.report-kind-description {
  max-width: 980px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
  animation: report-kind-description-in 260ms ease both;
}

body[data-theme="light"] .report-kind-picker {
  background: rgba(20, 22, 26, 0.025);
}

@keyframes report-kind-description-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .report-kind-picker { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .report-kind-picker button { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .report-kind-description { animation: none; }
}


/* Keep the long GTJA application-section title on one desktop line. */
@media (min-width: 981px) {
  .report-editorial[data-report-id="gtja-global-ai-panorama-2026"]
    .report-editorial-section[data-editorial-section="10"] h3 {
    font-size: clamp(1.4rem, 2.28vw, 2.35rem);
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
