﻿/* Homepage-only reference redesign.
   Loaded after styles.css so the four homepage modules are not pulled back by legacy card styles. */

body:not(.dashboard-page) {
  --stage-lime: #eaff19;
  --stage-lime-deep: #cfe500;
  --stage-cream: #f2f1e8;
  --stage-black: #050506;
  --stage-ink: #101112;
  --stage-muted: rgba(247, 248, 238, 0.76);
  --stage-line: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 18% calc(100vh + 380px), rgba(234, 255, 25, 0.13), transparent 21vw),
    radial-gradient(circle at 82% calc(100vh + 1320px), rgba(234, 255, 25, 0.1), transparent 24vw),
    linear-gradient(180deg, #06080d 0 100vh, var(--stage-cream) 100vh 100%) !important;
}

body:not(.dashboard-page) main {
  background:
    linear-gradient(90deg, rgba(13, 14, 12, 0.04) 1px, transparent 1px) 0 100vh / 104px 104px,
    linear-gradient(rgba(13, 14, 12, 0.04) 1px, transparent 1px) 0 100vh / 104px 104px !important;
}

body:not(.dashboard-page) .dashboard-section {
  --chapter-accent: var(--stage-lime);
  --chapter-accent-2: var(--stage-lime-deep);
  --chapter-warm: var(--stage-lime);
  width: min(1360px, calc(100vw - 220px)) !important;
  min-height: 0 !important;
  height: clamp(1048px, 31.82vw, 1222px) !important;
  margin: clamp(86px, 7vw, 130px) auto !important;
  padding: clamp(34px, 2.6vw, 48px) !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  row-gap: clamp(18px, 1.45vw, 26px) !important;
  border: 0 !important;
  border-radius: clamp(28px, 2.8vw, 44px) !important;
  overflow: hidden !important;
  color: #f8f8ef !important;
  background:
    radial-gradient(circle at 76% 30%, rgba(234, 255, 25, 0.15), transparent 18%),
    radial-gradient(ellipse at 50% 88%, rgba(128, 132, 110, 0.2), transparent 32%),
    linear-gradient(130deg, #22252a 0%, #101113 42%, #050506 100%) !important;
  box-shadow:
    0 44px 110px rgba(12, 13, 13, 0.34),
    0 12px 34px rgba(28, 30, 22, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  isolation: isolate;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

body:not(.dashboard-page) .dashboard-section::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(234, 255, 25, 0.18) 0 1.5px, transparent 2px) 0 0 / 13px 13px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(112deg, rgba(255, 255, 255, 0.16), transparent 20%, transparent 78%, rgba(234, 255, 25, 0.08)) !important;
  opacity: 0.58 !important;
}

body:not(.dashboard-page) .dashboard-section::after {
  top: clamp(28px, 2.3vw, 40px) !important;
  right: clamp(30px, 2.8vw, 48px) !important;
  max-width: 48%;
  color: rgba(234, 255, 25, 0.72) !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.2em !important;
  white-space: pre !important;
  text-align: right !important;
}

body:not(.dashboard-page) .section-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.44fr) !important;
  gap: clamp(28px, 4vw, 72px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body:not(.dashboard-page) .section-heading > span {
  position: static !important;
  display: grid !important;
  place-items: center;
  width: clamp(56px, 4.1vw, 76px) !important;
  height: clamp(56px, 4.1vw, 76px) !important;
  border: 1px solid rgba(234, 255, 25, 0.68) !important;
  border-radius: 999px !important;
  color: var(--stage-lime) !important;
  background: rgba(234, 255, 25, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(17px, 1.3vw, 24px) !important;
  font-weight: 950 !important;
}

body:not(.dashboard-page) .section-heading h2 {
  grid-column: 1 !important;
  max-width: 760px !important;
  margin: clamp(14px, 1.6vw, 26px) 0 0 !important;
  color: #fbfbf2 !important;
  font-family: Arial, "Microsoft YaHei", sans-serif !important;
  font-size: clamp(58px, 5.25vw, 86px) !important;
  font-weight: 950 !important;
  line-height: 0.92 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .section-heading h2::after {
  width: clamp(128px, 15vw, 240px) !important;
  height: 2px !important;
  margin-top: clamp(16px, 1.5vw, 24px) !important;
  background: linear-gradient(90deg, var(--stage-lime), rgba(234, 255, 25, 0)) !important;
}

body:not(.dashboard-page) .section-heading > div {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  max-width: 390px !important;
  padding-top: clamp(54px, 4.7vw, 82px) !important;
}

body:not(.dashboard-page) .section-heading p {
  color: rgba(246, 247, 238, 0.82) !important;
  font-size: clamp(13px, 0.9vw, 15px) !important;
  font-weight: 650 !important;
  line-height: 1.78 !important;
}

body:not(.dashboard-page) .section-entry {
  min-height: 40px !important;
  margin-top: 22px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #0b0c08 !important;
  background: var(--stage-lime) !important;
  box-shadow: 0 18px 42px rgba(234, 255, 25, 0.16) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  transform: none !important;
  transition: none !important;
}

body:not(.dashboard-page) .market-board,
body:not(.dashboard-page) .competition-board,
body:not(.dashboard-page) .product-board,
body:not(.dashboard-page) .user-board {
  display: grid !important;
  gap: clamp(14px, 1.45vw, 22px) !important;
  height: 100% !important;
  min-height: 0 !important;
  margin-top: 0 !important;
}

body:not(.dashboard-page) .board-card,
body:not(.dashboard-page) .ticket-card,
body:not(.dashboard-page) .rank-panel,
body:not(.dashboard-page) .process-banner,
body:not(.dashboard-page) .product-stats article,
body:not(.dashboard-page) .timeline-panel,
body:not(.dashboard-page) .social-panel,
body:not(.dashboard-page) .risk-panel {
  border: 1px solid var(--stage-line) !important;
  border-radius: clamp(20px, 1.9vw, 30px) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.026)),
    rgba(16, 17, 19, 0.9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.24) !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

body:not(.dashboard-page) .board-card:hover,
body:not(.dashboard-page) .ticket-card:hover,
body:not(.dashboard-page) .rank-panel:hover,
body:not(.dashboard-page) .process-banner:hover,
body:not(.dashboard-page) .product-stats article:hover,
body:not(.dashboard-page) .timeline-panel:hover,
body:not(.dashboard-page) .social-panel:hover,
body:not(.dashboard-page) .risk-panel:hover,
body:not(.dashboard-page) .source-row:hover,
body:not(.dashboard-page) .price-band div:hover,
body:not(.dashboard-page) .signal-row:hover,
body:not(.dashboard-page) .rank-row:hover,
body:not(.dashboard-page) .stage:hover,
body:not(.dashboard-page) .word-cloud-lite > *:hover {
  transform: none !important;
  filter: none !important;
  box-shadow: inherit !important;
}

body:not(.dashboard-page) .dashboard-section.is-visible .mini-kpis strong,
body:not(.dashboard-page) .dashboard-section.is-visible .ticket-card strong,
body:not(.dashboard-page) .dashboard-section.is-visible .rank-row em,
body:not(.dashboard-page) .dashboard-section.is-visible .competitor-panel h3,
body:not(.dashboard-page) .dashboard-section.is-visible .product-stats strong,
body:not(.dashboard-page) .dashboard-section.is-visible .social-bars span,
body:not(.dashboard-page) .dashboard-section .mini-kpis strong,
body:not(.dashboard-page) .dashboard-section .ticket-card strong,
body:not(.dashboard-page) .dashboard-section .rank-row em,
body:not(.dashboard-page) .dashboard-section .competitor-panel h3,
body:not(.dashboard-page) .dashboard-section .product-stats strong,
body:not(.dashboard-page) .dashboard-section .social-bars span {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

body:not(.dashboard-page) .section-market .market-board {
  grid-template-columns: minmax(0, 1.02fr) minmax(250px, 0.42fr) minmax(238px, 0.36fr) !important;
  grid-template-areas:
    "lead sources ticket"
    "lead signals signals" !important;
  grid-template-rows: minmax(0, 0.47fr) minmax(0, 0.53fr) !important;
  align-items: stretch !important;
}

body:not(.dashboard-page) .section-market .market-lead {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(25px, 2.15vw, 36px) !important;
  background:
    radial-gradient(circle at 78% 74%, rgba(234, 255, 25, 0.075), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(7, 8, 9, 0.95) !important;
}

body:not(.dashboard-page) .section-market .market-lead::after {
  display: none !important;
}

body:not(.dashboard-page) .section-market .market-lead h3 {
  position: relative !important;
  z-index: 2 !important;
  max-width: 460px !important;
  margin-top: clamp(20px, 1.9vw, 30px) !important;
  font-size: clamp(38px, 3.05vw, 52px) !important;
  line-height: 1.03 !important;
}

body:not(.dashboard-page) .section-market .market-lead p {
  position: relative !important;
  z-index: 2 !important;
  max-width: 470px !important;
  margin-top: 16px !important;
  color: rgba(247, 248, 238, 0.78) !important;
  font-size: 12.5px !important;
  line-height: 1.68 !important;
}

body:not(.dashboard-page) .section-market .radar-stack {
  position: relative !important;
  z-index: 2 !important;
  width: min(390px, 57%) !important;
  height: clamp(166px, 13vw, 198px) !important;
  min-height: 0 !important;
  max-height: 198px !important;
  aspect-ratio: auto !important;
  margin: clamp(24px, 2.15vw, 34px) 0 0 auto !important;
  border: 1px solid rgba(234, 255, 25, 0.18) !important;
  border-radius: 22px !important;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 14%, rgba(247, 248, 238, 0.18) 14.5% 15.5%, transparent 16% 30%, rgba(247, 248, 238, 0.12) 30.5% 31.5%, transparent 32% 47%, rgba(234, 255, 25, 0.16) 47.5% 48.5%, transparent 49%),
    linear-gradient(90deg, transparent 49.6%, rgba(234, 255, 25, 0.12) 50%, transparent 50.4%),
    linear-gradient(0deg, transparent 49.6%, rgba(234, 255, 25, 0.1) 50%, transparent 50.4%),
    radial-gradient(ellipse at 50% 52%, rgba(234, 255, 25, 0.1), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(12, 13, 15, 0.88) !important;
  box-shadow:
    inset 0 0 34px rgba(0, 0, 0, 0.3),
    0 10px 26px rgba(0, 0, 0, 0.18) !important;
}

body:not(.dashboard-page) .section-market .radar-stack::before {
  opacity: 0.28 !important;
  background:
    conic-gradient(from 315deg at 50% 50%, transparent 0 73%, rgba(234, 255, 25, 0.22) 77%, transparent 84%) !important;
  animation: none !important;
}

body:not(.dashboard-page) .section-market .radar-stack::after {
  width: 48px !important;
  height: 48px !important;
  border-color: rgba(234, 255, 25, 0.26) !important;
  opacity: 0.5 !important;
  box-shadow: none !important;
  animation: none !important;
}

body:not(.dashboard-page) .section-market .radar-stack span {
  min-width: 54px !important;
  height: 26px !important;
  color: #0c0d09 !important;
  background: var(--stage-lime) !important;
  font-size: 10.5px !important;
  font-weight: 950 !important;
}

body:not(.dashboard-page) .section-market .mini-kpis {
  margin-top: clamp(16px, 1.55vw, 22px) !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body:not(.dashboard-page) .section-market .mini-kpis strong {
  color: #fbfbf2 !important;
  font-size: clamp(30px, 2.55vw, 42px) !important;
}

body:not(.dashboard-page) .section-market .source-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(18px, 1.65vw, 25px) !important;
  color: var(--stage-ink) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(234, 255, 25, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(251, 250, 242, 0.98), rgba(226, 228, 218, 0.96)) !important;
}

body:not(.dashboard-page) .section-market .source-card .card-head,
body:not(.dashboard-page) .section-market .source-card .card-head span,
body:not(.dashboard-page) .section-market .source-card .card-head b {
  color: rgba(17, 18, 18, 0.72) !important;
  border-color: rgba(17, 18, 18, 0.12) !important;
}

body:not(.dashboard-page) .section-market .panel-topline,
body:not(.dashboard-page) .section-market .source-card .card-head,
body:not(.dashboard-page) .section-market .signal-title {
  align-items: flex-start !important;
  min-height: 44px !important;
}

body:not(.dashboard-page) .section-market .panel-topline .eyebrow,
body:not(.dashboard-page) .section-market .panel-topline b,
body:not(.dashboard-page) .section-market .source-card .card-head span,
body:not(.dashboard-page) .section-market .source-card .card-head b,
body:not(.dashboard-page) .section-market .ticket-card span,
body:not(.dashboard-page) .section-market .ticket-card em,
body:not(.dashboard-page) .section-market .signal-title span,
body:not(.dashboard-page) .section-market .signal-title b {
  color: inherit !important;
  white-space: pre-line !important;
  font-size: 11px !important;
  line-height: 1.38 !important;
  letter-spacing: 0.12em !important;
}

body:not(.dashboard-page) .section-market .panel-topline .eyebrow,
body:not(.dashboard-page) .section-market .signal-title span,
body:not(.dashboard-page) .section-market .ticket-card span {
  color: var(--stage-lime) !important;
}

body:not(.dashboard-page) .section-market .panel-topline b,
body:not(.dashboard-page) .section-market .signal-title b {
  color: rgba(246, 247, 238, 0.48) !important;
  text-align: right !important;
}

body:not(.dashboard-page) .section-market .source-card .card-head span,
body:not(.dashboard-page) .section-market .source-card .card-head b {
  color: rgba(17, 18, 18, 0.72) !important;
}

body:not(.dashboard-page) .section-market .source-row {
  grid-template-columns: 84px 1fr 42px !important;
  min-height: 34px !important;
  color: var(--stage-ink) !important;
}

body:not(.dashboard-page) .section-market .source-row b,
body:not(.dashboard-page) .section-market .source-row span {
  color: var(--stage-ink) !important;
}

body:not(.dashboard-page) .section-market .source-row i,
body:not(.dashboard-page) .price-band i,
body:not(.dashboard-page) .social-bars i {
  height: 8px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: rgba(18, 19, 18, 0.12) !important;
}

body:not(.dashboard-page) .section-market .source-row i::before,
body:not(.dashboard-page) .price-band i::before,
body:not(.dashboard-page) .social-bars i::before {
  width: var(--v) !important;
  background: var(--stage-lime) !important;
}

body:not(.dashboard-page) .section-market .ticket-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(18px, 1.65vw, 25px) !important;
  color: #0c0d08 !important;
  background:
    linear-gradient(145deg, #f1ff1a 0%, #eaff19 58%, #c7dc0b 100%) !important;
}

body:not(.dashboard-page) .section-market .ticket-card::before,
body:not(.dashboard-page) .section-market .ticket-card::after {
  display: none !important;
}

body:not(.dashboard-page) .section-market .ticket-card strong {
  color: #0c0d08 !important;
  font-size: clamp(66px, 5.4vw, 88px) !important;
  line-height: 0.82 !important;
}

body:not(.dashboard-page) .section-market .ticket-card p,
body:not(.dashboard-page) .section-market .ticket-card em,
body:not(.dashboard-page) .section-market .ticket-card span {
  color: rgba(12, 13, 8, 0.78) !important;
}

body:not(.dashboard-page) .section-market .ticket-card span,
body:not(.dashboard-page) .section-market .ticket-card em {
  color: rgba(12, 13, 8, 0.78) !important;
}

body:not(.dashboard-page) .section-market .ticket-card em {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  right: clamp(18px, 1.65vw, 25px) !important;
  bottom: clamp(18px, 1.65vw, 25px) !important;
  text-align: right !important;
}

body:not(.dashboard-page) .section-market .signal-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  grid-template-columns: none !important;
  grid-auto-flow: row !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 14px !important;
  overflow: hidden !important;
  background: rgba(13, 14, 15, 0.92) !important;
}

body:not(.dashboard-page) .section-market .signal-row {
  display: grid !important;
  grid-template-columns: minmax(110px, 0.28fr) minmax(0, 1fr) !important;
  align-items: start !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 13px 16px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

body:not(.dashboard-page) .section-market .signal-row b {
  color: var(--stage-lime) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

body:not(.dashboard-page) .section-market .signal-row span {
  color: rgba(247, 248, 238, 0.78) !important;
  font-size: 12px !important;
  line-height: 1.52 !important;
}

body:not(.dashboard-page) .section-competition .competition-board {
  grid-template-columns: minmax(0, 1.22fr) minmax(260px, 0.42fr) !important;
  grid-template-areas:
    "trend rank"
    "competitors competitors" !important;
  grid-template-rows: minmax(0, 0.55fr) minmax(0, 0.45fr) !important;
}

body:not(.dashboard-page) .section-competition .trend-panel {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(22px, 2vw, 30px) !important;
  background:
    radial-gradient(circle at 72% 56%, rgba(234, 255, 25, 0.1), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(11, 12, 13, 0.94) !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head,
body:not(.dashboard-page) .section-competition .competitor-panel .eyebrow,
body:not(.dashboard-page) .section-competition .price-band > span,
body:not(.dashboard-page) .section-product .process-banner > span,
body:not(.dashboard-page) .section-user .word-panel .panel-topline .eyebrow,
body:not(.dashboard-page) .section-user .word-panel .panel-topline b,
body:not(.dashboard-page) .section-user .social-panel > span,
body:not(.dashboard-page) .section-user .risk-panel .eyebrow {
  white-space: pre-line !important;
  font-size: 11px !important;
  line-height: 1.38 !important;
  letter-spacing: 0.12em !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head,
body:not(.dashboard-page) .section-user .word-panel .panel-topline {
  align-items: flex-start !important;
  min-height: 44px !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head span,
body:not(.dashboard-page) .section-competition .trend-panel .card-head b,
body:not(.dashboard-page) .section-user .word-panel .panel-topline .eyebrow,
body:not(.dashboard-page) .section-user .word-panel .panel-topline b {
  white-space: pre-line !important;
  font-size: 11px !important;
  line-height: 1.38 !important;
  letter-spacing: 0.12em !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head span,
body:not(.dashboard-page) .section-competition .competitor-panel .eyebrow,
body:not(.dashboard-page) .section-user .word-panel .panel-topline .eyebrow,
body:not(.dashboard-page) .section-user .risk-panel .eyebrow {
  color: var(--stage-lime) !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head b,
body:not(.dashboard-page) .section-user .word-panel .panel-topline b {
  color: rgba(246, 247, 238, 0.48) !important;
  text-align: right !important;
}

body:not(.dashboard-page) .section-competition .chart-legend span,
body:not(.dashboard-page) .section-competition .price-band b,
body:not(.dashboard-page) .section-product .product-stats span,
body:not(.dashboard-page) .section-product .month-mark span,
body:not(.dashboard-page) .section-product .stage span,
body:not(.dashboard-page) .section-product .stage-detail span,
body:not(.dashboard-page) .section-user .social-bars b,
body:not(.dashboard-page) .section-user .risk-row em {
  white-space: pre-line !important;
  text-transform: none !important;
}

body:not(.dashboard-page) .section-competition .chart-legend {
  align-items: flex-end !important;
  gap: 18px !important;
}

body:not(.dashboard-page) .section-competition .chart-legend span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 30px !important;
  color: rgba(247, 248, 238, 0.74) !important;
  font-size: 10px !important;
  line-height: 1.28 !important;
  letter-spacing: 0.08em !important;
}

body:not(.dashboard-page) .section-competition .chart-legend span::before {
  flex: 0 0 auto !important;
  margin: 0 !important;
}

body:not(.dashboard-page) .section-competition .trend-lines {
  height: clamp(170px, 13.5vw, 230px) !important;
}

body:not(.dashboard-page) .section-competition .trend-insights {
  display: none !important;
}

body:not(.dashboard-page) .section-competition .line {
  stroke-width: 6 !important;
  stroke: var(--stage-lime) !important;
}

body:not(.dashboard-page) .section-competition .line.cyan {
  stroke: #fafaf0 !important;
}

body:not(.dashboard-page) .section-competition .line.violet {
  stroke: rgba(246, 247, 238, 0.38) !important;
}

body:not(.dashboard-page) .section-competition .plot {
  fill: #0d0e0f !important;
  stroke-width: 4 !important;
}

body:not(.dashboard-page) .section-competition .rank-panel {
  display: grid !important;
  grid-template-rows: auto repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(20px, 1.85vw, 28px) !important;
  color: #0c0d08 !important;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), transparent 22%),
    linear-gradient(145deg, #f3ff20 0%, #eaff19 56%, #c9dd0e 100%) !important;
}

body:not(.dashboard-page) .section-competition .rank-panel > span {
  color: rgba(12, 13, 8, 0.56) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  white-space: pre-line !important;
  line-height: 1.38 !important;
  letter-spacing: 0.12em !important;
}

body:not(.dashboard-page) .section-competition .rank-row {
  grid-template-columns: 42px 1fr !important;
  gap: 14px !important;
  align-content: center !important;
  min-height: 0 !important;
  padding: clamp(9px, 0.9vw, 14px) 0 !important;
  border-color: rgba(12, 13, 8, 0.16) !important;
}

body:not(.dashboard-page) .section-competition .rank-row b,
body:not(.dashboard-page) .section-competition .rank-row strong,
body:not(.dashboard-page) .section-competition .rank-row em {
  color: #0c0d08 !important;
}

body:not(.dashboard-page) .section-competition .rank-row strong {
  font-size: clamp(19px, 1.45vw, 24px) !important;
  line-height: 1.14 !important;
}

body:not(.dashboard-page) .section-competition .rank-row em {
  grid-column: 2 !important;
  font-size: clamp(24px, 1.95vw, 32px) !important;
  line-height: 1 !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel {
  min-height: 0 !important;
  height: 100% !important;
  grid-template-columns: minmax(250px, 0.4fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  padding: clamp(20px, 1.9vw, 30px) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(14, 15, 16, 0.94) !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel h3 {
  max-width: 360px !important;
  color: #fbfbf2 !important;
  font-size: clamp(36px, 3.2vw, 54px) !important;
  line-height: 0.92 !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel p {
  max-width: 340px !important;
  color: rgba(247, 248, 238, 0.78) !important;
  line-height: 1.56 !important;
}

body:not(.dashboard-page) .section-competition .competitor-data {
  grid-template-columns: minmax(210px, 0.78fr) minmax(260px, 1fr) !important;
  gap: 14px !important;
}

body:not(.dashboard-page) .section-competition .dot-matrix,
body:not(.dashboard-page) .section-competition .price-band {
  display: grid !important;
  grid-template-rows: auto repeat(3, minmax(0, 1fr)) !important;
  border-radius: 22px !important;
  padding: 16px 22px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

body:not(.dashboard-page) .section-competition .price-band > span {
  display: block !important;
  min-height: 54px !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  color: rgba(247, 248, 238, 0.7) !important;
  background: rgba(247, 248, 238, 0.52) !important;
}

body:not(.dashboard-page) .section-competition .price-band div {
  grid-template-columns: minmax(72px, 0.36fr) minmax(0, 1fr) minmax(42px, auto) !important;
  gap: 12px !important;
}

body:not(.dashboard-page) .section-competition .price-band b {
  color: rgba(247, 248, 238, 0.72) !important;
  font-size: 10px !important;
  line-height: 1.32 !important;
  letter-spacing: 0.06em !important;
}

body:not(.dashboard-page) .section-competition .dot-matrix {
  padding: 18px !important;
}

body:not(.dashboard-page) .section-competition .dot-matrix i {
  background:
    radial-gradient(circle, var(--stage-lime) 0 4px, transparent 5px),
    rgba(255, 255, 255, 0.08) !important;
}

body:not(.dashboard-page) .section-product .product-board {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.5fr) !important;
  grid-template-areas:
    "banner stats"
    "timeline timeline" !important;
  grid-template-rows: minmax(0, 0.47fr) minmax(0, 0.53fr) !important;
  align-items: stretch !important;
}

body:not(.dashboard-page) .section-product .process-banner {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(24px, 2.15vw, 34px) !important;
  color: #0c0d08 !important;
  background:
    radial-gradient(circle at 88% 75%, rgba(255, 255, 255, 0.14), transparent 16%),
    linear-gradient(145deg, #f4ff25 0%, #eaff19 56%, #c6dc0c 100%) !important;
}

body:not(.dashboard-page) .section-product .process-banner > span {
  color: rgba(12, 13, 8, 0.62) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: 0.12em !important;
  white-space: pre-line !important;
  line-height: 1.38 !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 {
  display: block !important;
  max-width: 650px !important;
  margin-top: clamp(22px, 2.2vw, 34px) !important;
  color: #0c0d08 !important;
  font-size: clamp(30px, 2.85vw, 46px) !important;
  line-height: 1.03 !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span {
  display: block !important;
  color: #0c0d08 !important;
  font-size: inherit !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
}

body:not(.dashboard-page) .section-product .process-banner i {
  width: clamp(64px, 5.5vw, 90px) !important;
  height: clamp(64px, 5.5vw, 90px) !important;
  right: clamp(22px, 2.2vw, 36px) !important;
  bottom: clamp(22px, 2.2vw, 36px) !important;
  border-radius: 22px !important;
  background: #0c0d08 !important;
  transform: rotate(45deg) !important;
  opacity: 0.9 !important;
}

body:not(.dashboard-page) .section-product .process-banner i::before,
body:not(.dashboard-page) .section-product .process-banner i::after {
  display: none !important;
}

body:not(.dashboard-page) .section-product .product-stats {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  overflow: visible !important;
  border-radius: 0 !important;
}

body:not(.dashboard-page) .section-product .product-stats article {
  min-height: 0 !important;
  height: 100% !important;
  padding: 16px 20px !important;
  border-radius: 24px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(17, 18, 20, 0.94) !important;
}

body:not(.dashboard-page) .section-product .product-stats article:nth-child(2) {
  background:
    radial-gradient(circle at 96% 20%, rgba(234, 255, 25, 0.14), transparent 25%),
    rgba(30, 32, 34, 0.96) !important;
}

body:not(.dashboard-page) .section-product .product-stats article:nth-child(3) {
  background:
    radial-gradient(circle at 96% 20%, rgba(255, 255, 255, 0.1), transparent 22%),
    rgba(11, 12, 13, 0.96) !important;
}

body:not(.dashboard-page) .section-product .product-stats span {
  color: var(--stage-lime) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.06em !important;
  max-width: 100% !important;
}

body:not(.dashboard-page) .section-product .product-stats strong {
  color: #fbfbf2 !important;
  font-size: clamp(34px, 2.65vw, 48px) !important;
  line-height: 0.96 !important;
}

body:not(.dashboard-page) .section-product .product-stats p {
  color: rgba(247, 248, 238, 0.76) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body:not(.dashboard-page) .section-product .timeline-panel {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(20px, 1.8vw, 30px) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(90deg, rgba(234, 255, 25, 0.18) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(12, 13, 15, 0.94) !important;
}

body:not(.dashboard-page) .section-product .month-mark b {
  color: var(--stage-lime) !important;
}

body:not(.dashboard-page) .section-product .month-mark span {
  color: rgba(247, 248, 238, 0.68) !important;
  font-size: 10px !important;
  line-height: 1.36 !important;
  letter-spacing: 0.08em !important;
}

body:not(.dashboard-page) .section-product .stage {
  min-height: 76px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  border-radius: 18px !important;
  color: #0c0d08 !important;
  background: rgba(251, 250, 242, 0.95) !important;
  box-shadow: none !important;
}

body:not(.dashboard-page) .section-product .stage span {
  color: #0c0d08 !important;
  font-size: 12px !important;
  line-height: 1.28 !important;
  letter-spacing: 0.04em !important;
}

body:not(.dashboard-page) .section-product .stage em {
  color: rgba(12, 13, 8, 0.68) !important;
  font-size: 11px !important;
  line-height: 1.42 !important;
}

body:not(.dashboard-page) .section-product .stage::before {
  background: var(--stage-lime) !important;
}

body:not(.dashboard-page) .section-product .stage-detail {
  min-height: 72px !important;
  border-color: rgba(234, 255, 25, 0.3) !important;
  border-radius: 18px !important;
  background: rgba(234, 255, 25, 0.07) !important;
}

body:not(.dashboard-page) .section-product .stage-detail span {
  color: var(--stage-lime) !important;
  font-size: 10px !important;
  line-height: 1.36 !important;
  letter-spacing: 0.1em !important;
}

body:not(.dashboard-page) .section-user .user-board {
  grid-template-columns: minmax(0, 1.08fr) minmax(318px, 0.62fr) !important;
  grid-template-areas:
    "words social"
    "words risk" !important;
  grid-template-rows: minmax(0, 0.44fr) minmax(0, 0.56fr) !important;
}

body:not(.dashboard-page) .section-user .word-panel {
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(26px, 2.4vw, 38px) !important;
  background:
    radial-gradient(circle at 50% 55%, rgba(234, 255, 25, 0.08), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(8, 9, 10, 0.95) !important;
}

body:not(.dashboard-page) .section-user .word-cloud-lite {
  min-height: clamp(230px, 18vw, 300px) !important;
  gap: clamp(10px, 1.2vw, 18px) !important;
  align-content: center !important;
}

body:not(.dashboard-page) .section-user .word-cloud-lite > * {
  color: #f8f8ef !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .section-user .word-cloud-lite b {
  color: var(--stage-lime) !important;
  font-size: clamp(54px, 5vw, 84px) !important;
}

body:not(.dashboard-page) .section-user .word-cloud-lite strong {
  color: var(--stage-lime) !important;
  font-size: clamp(34px, 3.1vw, 50px) !important;
}

body:not(.dashboard-page) .section-user .word-cloud-lite em {
  color: #f8f8ef !important;
  font-size: clamp(28px, 2.5vw, 40px) !important;
}

body:not(.dashboard-page) .section-user .word-panel p {
  max-width: 560px !important;
  color: rgba(247, 248, 238, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

body:not(.dashboard-page) .section-user .social-panel {
  display: grid !important;
  grid-template-rows: auto minmax(0, auto) 1fr !important;
  gap: 14px !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(18px, 1.65vw, 26px) !important;
  color: #0c0d08 !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 100% 0, rgba(234, 255, 25, 0.26), transparent 28%),
    linear-gradient(145deg, rgba(251, 250, 242, 0.98), rgba(226, 228, 218, 0.96)) !important;
}

body:not(.dashboard-page) .section-user .social-panel > span {
  color: rgba(12, 13, 8, 0.58) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  white-space: pre-line !important;
  line-height: 1.38 !important;
  letter-spacing: 0.12em !important;
}

body:not(.dashboard-page) .section-user .social-panel h3 {
  color: #0c0d08 !important;
  font-size: clamp(22px, 1.85vw, 30px) !important;
  line-height: 1.12 !important;
  margin: 0 !important;
}

body:not(.dashboard-page) .section-user .social-bars {
  align-self: end !important;
  gap: 10px !important;
}

body:not(.dashboard-page) .section-user .social-bars b,
body:not(.dashboard-page) .section-user .social-bars span {
  color: #0c0d08 !important;
}

body:not(.dashboard-page) .section-user .social-bars b {
  font-size: 10px !important;
  line-height: 1.34 !important;
  letter-spacing: 0.08em !important;
}

body:not(.dashboard-page) .section-user .risk-panel {
  height: 100% !important;
  padding: clamp(18px, 1.75vw, 26px) !important;
  background: rgba(14, 15, 16, 0.94) !important;
}

body:not(.dashboard-page) .section-user .risk-row {
  display: grid !important;
  grid-template-columns: minmax(86px, 0.32fr) minmax(0, 1fr) auto !important;
  gap: 12px !important;
  min-height: 60px !important;
  padding: 12px 15px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.055) !important;
}

body:not(.dashboard-page) .section-user .risk-row b {
  color: var(--stage-lime) !important;
  font-size: 12px !important;
}

body:not(.dashboard-page) .section-user .risk-row span {
  color: rgba(247, 248, 238, 0.76) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

body:not(.dashboard-page) .section-user .risk-row em {
  color: #0c0d08 !important;
  background: var(--stage-lime) !important;
  min-width: 46px !important;
  padding: 5px 8px !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
}

body:not(.dashboard-page) .dashboard-section .is-linked,
body:not(.dashboard-page) .dashboard-section .is-link-source,
body:not(.dashboard-page) .dashboard-section.has-link-active [data-link],
body:not(.dashboard-page) .dashboard-section.has-link-active [data-link-target],
body:not(.dashboard-page) .dashboard-section.has-link-active [data-link-target]:not(.is-linked),
body:not(.dashboard-page) .dashboard-section.has-link-active [data-link]:not(.is-link-source):not(.is-linked) {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section :hover,
body:not(.dashboard-page) .dashboard-section :hover::before,
body:not(.dashboard-page) .dashboard-section :hover::after {
  filter: none !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .board-card:hover,
body:not(.dashboard-page) .dashboard-section .ticket-card:hover,
body:not(.dashboard-page) .dashboard-section .rank-panel:hover,
body:not(.dashboard-page) .dashboard-section .process-banner:hover,
body:not(.dashboard-page) .dashboard-section .product-stats article:hover,
body:not(.dashboard-page) .dashboard-section .timeline-panel:hover,
body:not(.dashboard-page) .dashboard-section .social-panel:hover,
body:not(.dashboard-page) .dashboard-section .risk-panel:hover,
body:not(.dashboard-page) .dashboard-section .source-row:hover,
body:not(.dashboard-page) .dashboard-section .price-band div:hover,
body:not(.dashboard-page) .dashboard-section .signal-row:hover,
body:not(.dashboard-page) .dashboard-section .rank-row:hover,
body:not(.dashboard-page) .dashboard-section .stage:hover,
body:not(.dashboard-page) .dashboard-section .risk-row:hover,
body:not(.dashboard-page) .dashboard-section .word-cloud-lite > *:hover,
body:not(.dashboard-page) .dashboard-section .chart-legend span:hover {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .source-row:hover i::before,
body:not(.dashboard-page) .dashboard-section .price-band div:hover i::before,
body:not(.dashboard-page) .dashboard-section .social-bars div:hover i::before,
body:not(.dashboard-page) .dashboard-section .source-row.is-linked i::before,
body:not(.dashboard-page) .dashboard-section .price-band div.is-linked i::before,
body:not(.dashboard-page) .dashboard-section .social-bars div.is-linked i::before {
  box-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .radar-stack span.is-linked,
body:not(.dashboard-page) .dashboard-section .trend-panel .plot.is-linked,
body:not(.dashboard-page) .dashboard-section .signal-row.is-linked,
body:not(.dashboard-page) .dashboard-section .rank-row.is-linked,
body:not(.dashboard-page) .dashboard-section .stage.is-linked,
body:not(.dashboard-page) .dashboard-section .risk-row.is-linked,
body:not(.dashboard-page) .dashboard-section .product-stats article.is-linked {
  filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section [data-link],
body:not(.dashboard-page) .dashboard-section [data-link-target],
body:not(.dashboard-page) .dashboard-section .chart-legend span,
body:not(.dashboard-page) .dashboard-section .stage,
body:not(.dashboard-page) .dashboard-section .rank-row,
body:not(.dashboard-page) .dashboard-section .signal-row,
body:not(.dashboard-page) .dashboard-section .risk-row,
body:not(.dashboard-page) .dashboard-section .source-row,
body:not(.dashboard-page) .dashboard-section .price-band div,
body:not(.dashboard-page) .dashboard-section .social-bars div {
  cursor: default !important;
  transition: none !important;
}

body:not(.dashboard-page) .dashboard-section.has-link-active,
body:not(.dashboard-page) .dashboard-section [data-link]:hover,
body:not(.dashboard-page) .dashboard-section [data-link-target]:hover,
body:not(.dashboard-page) .dashboard-section [data-link]:focus,
body:not(.dashboard-page) .dashboard-section [data-link-target]:focus,
body:not(.dashboard-page) .dashboard-section .chart-legend span:hover,
body:not(.dashboard-page) .dashboard-section .chart-legend span:focus,
body:not(.dashboard-page) .dashboard-section .stage:hover,
body:not(.dashboard-page) .dashboard-section .stage:focus,
body:not(.dashboard-page) .dashboard-section .rank-row:hover,
body:not(.dashboard-page) .dashboard-section .rank-row:focus,
body:not(.dashboard-page) .dashboard-section .signal-row:hover,
body:not(.dashboard-page) .dashboard-section .risk-row:hover {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: inherit !important;
  text-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .trend-panel[data-focus-line] .line,
body:not(.dashboard-page) .dashboard-section .trend-panel[data-focus-line] .plot,
body:not(.dashboard-page) .dashboard-section .trend-panel[data-link-focus] .line,
body:not(.dashboard-page) .dashboard-section .trend-panel[data-link-focus] .plot {
  opacity: 1 !important;
  filter: none !important;
  stroke-width: inherit !important;
}

body:not(.dashboard-page).js-ready .dashboard-section,
body:not(.dashboard-page).js-ready .dashboard-section .section-heading > span,
body:not(.dashboard-page).js-ready .dashboard-section .section-heading h2,
body:not(.dashboard-page).js-ready .dashboard-section .section-heading > div,
body:not(.dashboard-page).js-ready .dashboard-section .market-board > *,
body:not(.dashboard-page).js-ready .dashboard-section .competition-board > *,
body:not(.dashboard-page).js-ready .dashboard-section .product-board > .process-banner,
body:not(.dashboard-page).js-ready .dashboard-section .product-board > .timeline-panel,
body:not(.dashboard-page).js-ready .dashboard-section .product-stats article,
body:not(.dashboard-page).js-ready .dashboard-section .user-board > * {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

@media (min-width: 1900px) {
  body:not(.dashboard-page) .dashboard-section {
    width: min(1500px, calc(100vw - 520px)) !important;
    padding: clamp(44px, 2.8vw, 60px) !important;
  }

  body:not(.dashboard-page) .section-heading h2 {
    font-size: clamp(84px, 4vw, 126px) !important;
  }
}

@media (max-width: 1320px) {
  body:not(.dashboard-page) .dashboard-section {
    width: min(100vw - 64px, 1180px) !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body:not(.dashboard-page) .section-heading {
    grid-template-columns: 1fr !important;
  }

  body:not(.dashboard-page) .section-heading > div {
    grid-column: 1 !important;
    grid-row: auto !important;
    max-width: 720px !important;
    padding-top: 0 !important;
  }

  body:not(.dashboard-page) .section-heading h2 {
    max-width: none !important;
  }

  body:not(.dashboard-page) .section-market .market-board,
  body:not(.dashboard-page) .section-competition .competition-board,
  body:not(.dashboard-page) .section-product .product-board,
  body:not(.dashboard-page) .section-user .user-board,
  body:not(.dashboard-page) .section-competition .competitor-panel,
  body:not(.dashboard-page) .section-competition .competitor-data {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
  }

  body:not(.dashboard-page) .market-board > *,
  body:not(.dashboard-page) .competition-board > *,
  body:not(.dashboard-page) .product-board > *,
  body:not(.dashboard-page) .user-board > * {
    grid-area: auto !important;
  }

  body:not(.dashboard-page) .section-product .product-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body:not(.dashboard-page) .section-market .market-lead,
  body:not(.dashboard-page) .section-market .source-card,
  body:not(.dashboard-page) .section-market .ticket-card,
  body:not(.dashboard-page) .section-market .signal-card,
  body:not(.dashboard-page) .section-competition .trend-panel,
  body:not(.dashboard-page) .section-competition .rank-panel,
  body:not(.dashboard-page) .section-competition .competitor-panel,
  body:not(.dashboard-page) .section-product .process-banner,
  body:not(.dashboard-page) .section-product .timeline-panel,
  body:not(.dashboard-page) .section-user .word-panel,
  body:not(.dashboard-page) .section-user .social-panel,
  body:not(.dashboard-page) .section-user .risk-panel {
    height: auto !important;
    min-height: auto !important;
  }
}

@media (max-width: 760px) {
  body:not(.dashboard-page) .dashboard-section {
    width: min(100vw - 28px, 100%) !important;
    margin: 54px auto !important;
    padding: 24px !important;
    border-radius: 26px !important;
  }

  body:not(.dashboard-page) .dashboard-section::after {
    display: none !important;
  }

  body:not(.dashboard-page) .section-heading h2 {
    font-size: clamp(44px, 13vw, 62px) !important;
  }

  body:not(.dashboard-page) .section-product .product-stats,
  body:not(.dashboard-page) .section-market .signal-row,
  body:not(.dashboard-page) .section-user .risk-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body:not(.dashboard-page) .section-market .radar-stack {
    width: min(320px, 100%) !important;
    margin-left: 0 !important;
  }
}

body:not(.dashboard-page) .section-product .product-board > .product-stats {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  grid-template-areas: none !important;
  gap: 12px !important;
  height: 100% !important;
}

body:not(.dashboard-page) .section-product .product-board > .product-stats > article {
  grid-area: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  align-items: center !important;
  column-gap: 18px !important;
  row-gap: 4px !important;
  justify-content: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-product .product-board > .product-stats > article span {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  white-space: pre-line !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body:not(.dashboard-page) .section-product .product-board > .product-stats > article strong {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  min-width: 86px !important;
  margin: 0 !important;
  text-align: right !important;
}

body:not(.dashboard-page) .section-product .product-board > .product-stats > article p {
  grid-column: 1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
/* Final homepage QA pass: stabilize the competition panel and remove card-hover glow. */
body:not(.dashboard-page) .section-competition .competition-board {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.42fr) !important;
  grid-template-rows: minmax(300px, 0.49fr) minmax(328px, 0.51fr) !important;
  align-items: stretch !important;
}

body:not(.dashboard-page) .section-competition .trend-panel {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  gap: clamp(8px, 0.8vw, 13px) !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head {
  min-height: 0 !important;
  padding-bottom: 10px !important;
}

body:not(.dashboard-page) .section-competition .trend-lines {
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(150px, 11vw, 198px) !important;
  max-height: none !important;
}

body:not(.dashboard-page) .section-competition .chart-legend {
  align-items: center !important;
  min-height: 32px !important;
  padding-top: 0 !important;
}

body:not(.dashboard-page) .section-competition .rank-panel {
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-competition .rank-row {
  min-width: 0 !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-competition .rank-row strong,
body:not(.dashboard-page) .section-competition .rank-row em {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 2.2vw, 34px) !important;
  padding: clamp(18px, 1.65vw, 24px) !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel h3 {
  margin: clamp(12px, 1vw, 18px) 0 clamp(10px, 0.8vw, 14px) !important;
  font-size: clamp(34px, 2.8vw, 50px) !important;
  line-height: 0.98 !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel p {
  max-width: 390px !important;
  font-size: clamp(12px, 0.82vw, 14px) !important;
  line-height: 1.55 !important;
}

body:not(.dashboard-page) .section-competition .competitor-data {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1fr) !important;
  gap: clamp(14px, 1.35vw, 20px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
}

body:not(.dashboard-page) .section-competition .dot-matrix,
body:not(.dashboard-page) .section-competition .price-band {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: clamp(14px, 1.2vw, 20px) !important;
}

body:not(.dashboard-page) .section-competition .dot-matrix {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(8px, 0.8vw, 12px) !important;
  align-content: center !important;
}

body:not(.dashboard-page) .section-competition .dot-matrix i {
  min-width: 0 !important;
  min-height: 0 !important;
}

body:not(.dashboard-page) .section-competition .price-band {
  grid-template-rows: auto repeat(3, minmax(48px, 1fr)) !important;
  gap: clamp(8px, 0.72vw, 12px) !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-competition .price-band > span {
  min-height: 0 !important;
  padding: 10px 14px !important;
}

body:not(.dashboard-page) .section-competition .price-band div {
  min-height: 48px !important;
  padding: 0 !important;
  align-items: center !important;
}

body:not(.dashboard-page) .section-competition .price-band b,
body:not(.dashboard-page) .section-competition .price-band em {
  min-width: 0 !important;
  color: rgba(247, 248, 238, 0.76) !important;
}

body:not(.dashboard-page) .section-competition .price-band i {
  min-width: 96px !important;
}

body:not(.dashboard-page) .dashboard-section .board-card,
body:not(.dashboard-page) .dashboard-section .ticket-card,
body:not(.dashboard-page) .dashboard-section .rank-panel,
body:not(.dashboard-page) .dashboard-section .process-banner,
body:not(.dashboard-page) .dashboard-section .product-stats article,
body:not(.dashboard-page) .dashboard-section .timeline-panel,
body:not(.dashboard-page) .dashboard-section .social-panel,
body:not(.dashboard-page) .dashboard-section .risk-panel,
body:not(.dashboard-page) .dashboard-section .source-row,
body:not(.dashboard-page) .dashboard-section .price-band div,
body:not(.dashboard-page) .dashboard-section .signal-row,
body:not(.dashboard-page) .dashboard-section .rank-row,
body:not(.dashboard-page) .dashboard-section .stage,
body:not(.dashboard-page) .dashboard-section .risk-row,
body:not(.dashboard-page) .dashboard-section .chart-legend span,
body:not(.dashboard-page) .dashboard-section .word-cloud-lite > * {
  transition: none !important;
  animation: none !important;
}

body:not(.dashboard-page) .dashboard-section .board-card:hover,
body:not(.dashboard-page) .dashboard-section .board-card.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .ticket-card:hover,
body:not(.dashboard-page) .dashboard-section .ticket-card.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .rank-panel:hover,
body:not(.dashboard-page) .dashboard-section .rank-panel.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .process-banner:hover,
body:not(.dashboard-page) .dashboard-section .process-banner.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .product-stats article:hover,
body:not(.dashboard-page) .dashboard-section .product-stats article.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .timeline-panel:hover,
body:not(.dashboard-page) .dashboard-section .timeline-panel.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .social-panel:hover,
body:not(.dashboard-page) .dashboard-section .social-panel.is-card-hovered,
body:not(.dashboard-page) .dashboard-section .risk-panel:hover,
body:not(.dashboard-page) .dashboard-section .risk-panel.is-card-hovered {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 50px rgba(0, 0, 0, 0.24) !important;
}

body:not(.dashboard-page) .dashboard-section .source-row:hover,
body:not(.dashboard-page) .dashboard-section .price-band div:hover,
body:not(.dashboard-page) .dashboard-section .signal-row:hover,
body:not(.dashboard-page) .dashboard-section .rank-row:hover,
body:not(.dashboard-page) .dashboard-section .stage:hover,
body:not(.dashboard-page) .dashboard-section .risk-row:hover,
body:not(.dashboard-page) .dashboard-section .chart-legend span:hover,
body:not(.dashboard-page) .dashboard-section .word-cloud-lite > *:hover {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .source-row:hover i::before,
body:not(.dashboard-page) .dashboard-section .price-band div:hover i::before,
body:not(.dashboard-page) .dashboard-section .social-bars div:hover i::before,
body:not(.dashboard-page) .dashboard-section .source-row.is-linked i::before,
body:not(.dashboard-page) .dashboard-section .price-band div.is-linked i::before,
body:not(.dashboard-page) .dashboard-section .social-bars div.is-linked i::before {
  box-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .board-card:hover::before,
body:not(.dashboard-page) .dashboard-section .ticket-card:hover::before,
body:not(.dashboard-page) .dashboard-section .rank-panel:hover::before,
body:not(.dashboard-page) .dashboard-section .process-banner:hover::before,
body:not(.dashboard-page) .dashboard-section .product-stats article:hover::before,
body:not(.dashboard-page) .dashboard-section .timeline-panel:hover::before,
body:not(.dashboard-page) .dashboard-section .social-panel:hover::before,
body:not(.dashboard-page) .dashboard-section .risk-panel:hover::before {
  opacity: 0.18 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
}

body:not(.dashboard-page) .dashboard-section .board-card:hover::after,
body:not(.dashboard-page) .dashboard-section .ticket-card:hover::after,
body:not(.dashboard-page) .dashboard-section .rank-panel:hover::after,
body:not(.dashboard-page) .dashboard-section .process-banner:hover::after,
body:not(.dashboard-page) .dashboard-section .product-stats article:hover::after,
body:not(.dashboard-page) .dashboard-section .timeline-panel:hover::after,
body:not(.dashboard-page) .dashboard-section .social-panel:hover::after,
body:not(.dashboard-page) .dashboard-section .risk-panel:hover::after {
  opacity: 0 !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (min-width: 1900px) {
  body:not(.dashboard-page) .section-competition .competition-board {
    grid-template-rows: minmax(330px, 0.49fr) minmax(360px, 0.51fr) !important;
  }

  body:not(.dashboard-page) .section-competition .competitor-data {
    grid-template-columns: minmax(320px, 0.72fr) minmax(430px, 1fr) !important;
  }
}

@media (max-width: 1320px) {
  body:not(.dashboard-page) .section-competition .competition-board {
    grid-template-rows: auto !important;
  }

  body:not(.dashboard-page) .section-competition .trend-lines {
    height: clamp(220px, 38vw, 360px) !important;
  }

  body:not(.dashboard-page) .section-competition .competitor-panel,
  body:not(.dashboard-page) .section-competition .competitor-data {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body:not(.dashboard-page) .section-competition .price-band {
    min-height: 260px !important;
  }
}

/* Second and third panel refinement: clearer charts, meaningful competitor pool, safer text flow. */
body:not(.dashboard-page) .section-competition .trend-panel {
  grid-template-rows: auto minmax(190px, 1fr) auto !important;
  padding: clamp(22px, 1.8vw, 28px) !important;
}

body:not(.dashboard-page) .section-competition .trend-lines {
  min-height: 205px !important;
  padding: 0 !important;
  overflow: visible !important;
}

body:not(.dashboard-page) .section-competition .trend-lines .axis-label {
  fill: rgba(247, 248, 238, 0.48) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
}

body:not(.dashboard-page) .section-competition .grid-line {
  stroke: rgba(247, 248, 238, 0.11) !important;
  stroke-width: 1 !important;
}

body:not(.dashboard-page) .section-competition .line {
  fill: none !important;
  stroke-width: 7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body:not(.dashboard-page) .section-competition .plot {
  r: 8px !important;
}

body:not(.dashboard-page) .section-competition .chart-legend {
  justify-content: flex-start !important;
  gap: clamp(18px, 2vw, 34px) !important;
  margin-top: 0 !important;
}

body:not(.dashboard-page) .section-competition .chart-legend span {
  min-width: 86px !important;
}

body:not(.dashboard-page) .section-competition .competitor-panel {
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 1fr) !important;
}

body:not(.dashboard-page) .section-competition .competitor-data {
  grid-template-columns: minmax(360px, 1fr) minmax(430px, 1.05fr) !important;
}

body:not(.dashboard-page) .section-competition .competitor-map {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-content: stretch !important;
  padding: clamp(14px, 1.2vw, 18px) !important;
}

body:not(.dashboard-page) .section-competition .competitor-map span {
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(247, 248, 238, 0.09) !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(234, 255, 25, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.055) !important;
}

body:not(.dashboard-page) .section-competition .competitor-map b,
body:not(.dashboard-page) .section-competition .competitor-map em,
body:not(.dashboard-page) .section-competition .competitor-map i {
  display: block !important;
  min-width: 0 !important;
  font-style: normal !important;
}

body:not(.dashboard-page) .section-competition .competitor-map b {
  color: #fbfbf2 !important;
  font-size: clamp(15px, 1vw, 18px) !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
}

body:not(.dashboard-page) .section-competition .competitor-map em {
  color: rgba(247, 248, 238, 0.62) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  overflow-wrap: break-word !important;
}

body:not(.dashboard-page) .section-competition .competitor-map i {
  justify-self: start !important;
  min-width: 42px !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  color: #0c0d08 !important;
  background: var(--stage-lime) !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body:not(.dashboard-page) .section-product .product-board {
  grid-template-rows: minmax(305px, 0.45fr) minmax(360px, 0.55fr) !important;
}

body:not(.dashboard-page) .section-product .process-banner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(76px, 8vw, 120px) !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  column-gap: clamp(22px, 3vw, 46px) !important;
  align-items: center !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-product .process-banner > span {
  grid-column: 1 / -1 !important;
  align-self: start !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 {
  grid-column: 1 !important;
  align-self: center !important;
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(34px, 2.65vw, 46px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span {
  display: inline !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: keep-all !important;
  line-height: inherit !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span::after {
  content: "" !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(2)::after {
  content: "\\A" !important;
  white-space: pre !important;
}

body:not(.dashboard-page) .section-product .process-banner i {
  grid-column: 2 !important;
  grid-row: 2 !important;
  position: static !important;
  justify-self: center !important;
  align-self: center !important;
  width: clamp(76px, 7vw, 110px) !important;
  height: clamp(76px, 7vw, 110px) !important;
  transform: rotate(45deg) !important;
}

body:not(.dashboard-page) .section-product .timeline-panel {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: auto minmax(150px, 1fr) auto !important;
  gap: 14px !important;
  padding: clamp(18px, 1.55vw, 24px) !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-product .month-mark {
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(247, 248, 238, 0.13) !important;
}

body:not(.dashboard-page) .section-product .stage {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 142px !important;
  display: grid !important;
  align-content: start !important;
  padding: 16px 18px !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-product .stage span {
  padding-left: 16px !important;
  font-size: clamp(14px, 0.96vw, 17px) !important;
  line-height: 1.2 !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body:not(.dashboard-page) .section-product .stage em {
  padding-left: 16px !important;
  margin-top: 9px !important;
  font-size: clamp(11px, 0.78vw, 12px) !important;
  line-height: 1.5 !important;
  overflow-wrap: break-word !important;
}

body:not(.dashboard-page) .section-product .stage-detail {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  grid-column: 1 / -1 !important;
  width: auto !important;
  max-width: none !important;
  min-height: 86px !important;
  display: grid !important;
  grid-template-columns: minmax(130px, 0.18fr) minmax(160px, 0.22fr) minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-product .stage-detail span,
body:not(.dashboard-page) .section-product .stage-detail strong,
body:not(.dashboard-page) .section-product .stage-detail p,
body:not(.dashboard-page) .section-product .stage-detail em {
  min-width: 0 !important;
  margin: 0 !important;
}

body:not(.dashboard-page) .section-product .stage-detail strong {
  color: #fbfbf2 !important;
  font-size: clamp(18px, 1.2vw, 22px) !important;
  line-height: 1.15 !important;
}

body:not(.dashboard-page) .section-product .stage-detail p,
body:not(.dashboard-page) .section-product .stage-detail em {
  color: rgba(247, 248, 238, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  overflow-wrap: break-word !important;
}

@media (min-width: 1900px) {
  body:not(.dashboard-page) .section-product .process-banner h3 {
    max-width: 850px !important;
    font-size: clamp(40px, 2.5vw, 54px) !important;
  }
}

/* Refinement pass for marked panels: keep text readable and fully inside the frames. */
body:not(.dashboard-page) .section-competition .trend-panel {
  grid-template-rows: auto minmax(172px, 1fr) auto !important;
  gap: 8px !important;
  padding: clamp(18px, 1.45vw, 24px) clamp(22px, 1.9vw, 30px) !important;
}

body:not(.dashboard-page) .section-competition .trend-panel .card-head {
  min-height: 34px !important;
  padding-bottom: 8px !important;
}

body:not(.dashboard-page) .section-competition .trend-lines {
  min-height: 176px !important;
}

body:not(.dashboard-page) .section-competition .chart-legend {
  min-height: 28px !important;
}

body:not(.dashboard-page) .section-competition .rank-row {
  padding: 7px 0 !important;
}

body:not(.dashboard-page) .section-competition .rank-row strong {
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.12 !important;
}

body:not(.dashboard-page) .section-competition .rank-row em {
  font-size: clamp(22px, 1.65vw, 28px) !important;
  line-height: 1.05 !important;
}

body:not(.dashboard-page) .section-competition .competitor-map span {
  padding: 12px 13px !important;
}

body:not(.dashboard-page) .section-competition .competitor-map i {
  border-radius: 10px !important;
}

body:not(.dashboard-page) .section-product .product-board {
  grid-template-rows: minmax(285px, 0.44fr) minmax(335px, 0.56fr) !important;
  gap: clamp(14px, 1.25vw, 20px) !important;
  overflow: hidden !important;
}

body:not(.dashboard-page) .section-product .process-banner {
  min-height: 0 !important;
  padding: clamp(22px, 1.8vw, 30px) !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 {
  max-width: 610px !important;
  font-size: clamp(31px, 2.32vw, 41px) !important;
  line-height: 1.13 !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span {
  display: block !important;
  white-space: normal !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span::after,
body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(2)::after {
  content: "" !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(1),
body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(2) {
  display: block !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(2)::after {
  content: "" !important;
}

body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(3),
body:not(.dashboard-page) .section-product .process-banner h3 span:nth-child(4) {
  display: block !important;
}

body:not(.dashboard-page) .section-product .process-banner i {
  width: clamp(68px, 6vw, 98px) !important;
  height: clamp(68px, 6vw, 98px) !important;
}

body:not(.dashboard-page) .section-product .timeline-panel {
  grid-template-rows: auto minmax(118px, 1fr) auto !important;
  gap: 11px !important;
  padding: clamp(16px, 1.35vw, 21px) !important;
}

body:not(.dashboard-page) .section-product .month-mark {
  min-height: 36px !important;
  padding-bottom: 7px !important;
}

body:not(.dashboard-page) .section-product .stage {
  min-height: 116px !important;
  padding: 13px 15px !important;
}

body:not(.dashboard-page) .section-product .stage span {
  font-size: clamp(13px, 0.9vw, 16px) !important;
  line-height: 1.18 !important;
}

body:not(.dashboard-page) .section-product .stage em {
  margin-top: 7px !important;
  font-size: clamp(10.5px, 0.74vw, 11.5px) !important;
  line-height: 1.45 !important;
}

body:not(.dashboard-page) .section-product .stage-detail {
  min-height: 74px !important;
  grid-template-columns: minmax(118px, 0.16fr) minmax(145px, 0.2fr) minmax(0, 1fr) auto !important;
  padding: 13px 16px !important;
}

body:not(.dashboard-page) .section-product .stage-detail strong {
  font-size: clamp(17px, 1.05vw, 20px) !important;
}

body:not(.dashboard-page) .section-product .stage-detail p,
body:not(.dashboard-page) .section-product .stage-detail em {
  font-size: 11.5px !important;
  line-height: 1.4 !important;
}

