:root {
  --bg: #07050d;
  --panel: #0e0b17;
  --panel-raised: #15101f;
  --panel-soft: #1b1427;
  --purple: #b38df4;
  --purple-strong: #925bf0;
  --purple-soft: rgba(179, 141, 244, 0.13);
  --cyan: #4ed9ee;
  --cyan-soft: rgba(78, 217, 238, 0.11);
  --green: #4adea3;
  --green-soft: rgba(74, 222, 163, 0.11);
  --red: #fb7b86;
  --red-soft: rgba(251, 123, 134, 0.11);
  --gold: #f5c96a;
  --gold-soft: rgba(245, 201, 106, 0.12);
  --text: #f7f5fc;
  --text-2: #b9b4c7;
  --text-3: #777184;
  --line: rgba(255, 255, 255, 0.075);
  --line-strong: rgba(255, 255, 255, 0.14);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 320px;
  background:
    radial-gradient(circle at 50% -20%, rgba(126, 74, 221, 0.14), transparent 34%),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.mono {
  font-family: var(--mono);
  font-feature-settings: "tnum";
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  background: var(--text);
  color: var(--bg);
  font-size: 13px;
  font-weight: 700;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 16px;
}

.navbar {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 100;
  width: min(1100px, calc(100% - 40px));
  padding: 8px 22px;
  transform: translateX(-50%);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(7, 5, 13, 0.72);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo img {
  display: block;
  width: auto;
  height: 36px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  color: var(--text);
}

.nav-links .nav-cta {
  padding: 8px 17px;
  border-radius: 999px;
  background: var(--purple);
  color: #100b19;
  font-weight: 800;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: #c2a3f6;
  color: #100b19;
}

.breadcrumb {
  padding: 92px 0 18px;
  color: var(--text-3);
  font-size: 12px;
}

.breadcrumb a:hover {
  color: var(--text);
}

.breadcrumb span {
  margin: 0 7px;
}

.market-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding: 8px 0 30px;
  border-bottom: 1px solid var(--line);
}

.identity-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.market-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: var(--panel-raised);
}

.asset-mark {
  display: inline-flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

body[data-market-intelligence="btc"] .asset-mark {
  border-color: rgba(179, 141, 244, 0.38);
  background: var(--purple-soft);
}

body[data-market-intelligence="btc"] .eyebrow {
  color: var(--purple);
}

.eyebrow,
.section-kicker,
.metric-label,
.tiny-label {
  color: var(--text-3);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 2px;
  color: var(--gold);
}

.market-hero h1 {
  max-width: 760px;
  font-size: clamp(29px, 4vw, 46px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.market-symbol {
  color: var(--text-3);
  font-weight: 520;
}

.hero-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.market-price {
  font-size: clamp(38px, 6vw, 64px);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 1;
}

.market-change {
  font-size: 17px;
  font-weight: 700;
}

.positive {
  color: var(--green);
}

.negative {
  color: var(--red);
}

.hero-side {
  display: grid;
  min-width: 220px;
  gap: 9px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(14, 11, 23, 0.72);
}

.hero-side-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 12px;
}

.hero-side-row span:first-child {
  color: var(--text-3);
}

.hero-side-row span:last-child {
  font-family: var(--mono);
  font-weight: 600;
}

.status-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(74, 222, 163, 0.1);
  animation: live-pulse 2.2s ease-in-out infinite;
}

@keyframes live-pulse {
  50% {
    box-shadow: 0 0 0 7px rgba(74, 222, 163, 0);
  }
}

.quick-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.quick-stat {
  padding: 16px 18px;
  background: var(--panel);
}

.quick-stat .metric-label {
  display: block;
  margin-bottom: 7px;
}

.quick-stat .metric-value {
  font-family: var(--mono);
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.page-index {
  position: sticky;
  top: 76px;
  z-index: 20;
  display: flex;
  gap: 22px;
  margin: 22px 0 0;
  padding: 11px 14px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(7, 5, 13, 0.9);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.page-index::-webkit-scrollbar {
  display: none;
}

.page-index a {
  flex: 0 0 auto;
  color: var(--text-3);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-index a:hover,
.page-index a:focus-visible {
  color: var(--cyan);
}

.intelligence-section,
.content-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

.section-kicker {
  margin-bottom: 7px;
  color: var(--cyan);
}

.section-heading h2,
.content-section h2 {
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.section-heading-copy {
  max-width: 670px;
}

.section-subtitle {
  margin-top: 8px;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.65;
}

.freshness {
  flex: 0 0 auto;
  text-align: right;
}

.freshness strong,
.freshness span {
  display: block;
}

.freshness strong {
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
}

.freshness span {
  margin-top: 3px;
  color: var(--text-3);
  font-size: 10px;
}

.panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 95% -20%, rgba(179, 141, 244, 0.11), transparent 35%),
    var(--panel);
}

.panel[data-state="error"] {
  border-color: rgba(251, 123, 134, 0.24);
}

.market-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
}

.chart-cell {
  min-width: 0;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.chart-header,
.comparison-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.chart-header strong,
.comparison-header strong {
  font-size: 13px;
}

.chart-header span {
  color: var(--text-3);
  font-family: var(--mono);
  font-size: 10px;
}

.price-chart {
  display: block;
  width: 100%;
  height: 210px;
  overflow: visible;
}

.price-chart .grid-line {
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}

.price-chart [data-chart-line] {
  fill: none;
  stroke: var(--purple);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  filter: drop-shadow(0 0 8px rgba(179, 141, 244, 0.35));
}

.time-range {
  display: flex;
  justify-content: space-between;
  color: var(--text-3);
  font-family: var(--mono);
  font-size: 9px;
}

.market-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: stretch;
}

.market-metric {
  min-height: 105px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.market-metric:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.market-metric:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.market-metric .metric-value {
  display: block;
  margin: 8px 0 3px;
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 650;
}

.metric-detail {
  color: var(--text-3);
  font-size: 10px;
  line-height: 1.45;
}

.interpretation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.interpretation {
  min-height: 122px;
  padding: 18px;
  border-right: 1px solid var(--line);
}

.interpretation:last-child {
  border-right: 0;
}

.interpretation .tiny-label {
  color: var(--cyan);
}

.interpretation strong {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.45;
}

.interpretation p {
  margin-top: 5px;
  color: var(--text-3);
  font-size: 10px;
  line-height: 1.5;
}

.positioning-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 30px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.positioning-hero h3 {
  max-width: 720px;
  font-size: clamp(21px, 3vw, 30px);
  letter-spacing: -0.035em;
  line-height: 1.24;
}

.positioning-hero p {
  max-width: 720px;
  margin-top: 9px;
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.65;
}

.hero-callout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(245, 201, 106, 0.19);
  border-radius: var(--radius-md);
  background: var(--gold-soft);
}

.hero-callout .callout-value {
  margin: 8px 0 3px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 28px;
  font-weight: 750;
}

.hero-callout p {
  margin: 0;
  color: var(--text-2);
  font-size: 11px;
}

.positioning-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.positioning-card {
  min-width: 0;
  padding: 21px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.positioning-card h3 {
  margin-bottom: 4px;
  font-size: 14px;
}

.positioning-card > p {
  color: var(--text-3);
  font-size: 10px;
}

.breadth-card {
  grid-column: span 5;
}

.size-card {
  grid-column: span 3;
}

.concentration-card {
  grid-column: span 4;
  border-right: 0;
}

.leverage-card {
  grid-column: span 7;
  border-bottom: 0;
}

.read-card {
  grid-column: span 5;
  border-right: 0;
  border-bottom: 0;
}

.breadth-number {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 16px 0 12px;
}

.breadth-number strong {
  font-family: var(--mono);
  font-size: 34px;
  letter-spacing: -0.05em;
}

.breadth-number span {
  color: var(--text-3);
  font-size: 11px;
}

.split-bar {
  display: flex;
  height: 10px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.bar-long {
  width: 80%;
  background: var(--purple);
}

.bar-short {
  width: 20%;
  background: var(--cyan);
}

.bar-legend {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 11px;
  font-family: var(--mono);
  font-size: 10px;
}

.bar-legend span:last-child {
  text-align: right;
}

.bar-legend small {
  display: block;
  margin-top: 2px;
  color: var(--text-3);
  font-family: var(--sans);
  font-size: 9px;
}

.delta-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--text-2);
  font-size: 10px;
}

.delta-line strong {
  color: var(--text);
  font-family: var(--mono);
}

.comparison {
  display: grid;
  gap: 14px;
  margin-top: 17px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  font-size: 10px;
}

.comparison-row > span:first-child {
  color: var(--text-2);
}

.comparison-row strong {
  font-family: var(--mono);
  font-size: 11px;
}

.track {
  height: 6px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
}

.track > span {
  display: block;
  height: 100%;
}

.track .long-fill {
  width: 43%;
  background: var(--purple);
}

.track .short-fill {
  width: 70%;
  background: var(--cyan);
}

.size-table {
  margin-top: 15px;
}

.size-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.size-row:last-child {
  border-bottom: 0;
}

.size-row span {
  color: var(--text-3);
  font-size: 10px;
}

.size-row strong {
  font-family: var(--mono);
  font-size: 12px;
}

.size-row .long-value {
  color: var(--purple);
}

.size-row .short-value {
  color: var(--cyan);
}

.leverage-stack {
  display: flex;
  width: 100%;
  height: 16px;
  margin: 18px 0 12px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
}

.leverage-stack span {
  display: block;
  min-width: 1px;
}

#gold-leverage-lte3,
#btc-leverage-lte3 {
  width: 35%;
  background: #7657b4;
}

#gold-leverage-4to5,
#btc-leverage-4to5 {
  width: 12%;
  background: #9a75d8;
}

#gold-leverage-6to10,
#btc-leverage-6to10 {
  width: 14%;
  background: #c59df7;
}

#gold-leverage-gt10,
#btc-leverage-gt10 {
  width: 20%;
  background: var(--red);
}

#gold-leverage-unknown,
#btc-leverage-unknown {
  width: 19%;
  background: #484252;
}

.leverage-legend {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  list-style: none;
}

.leverage-legend li {
  color: var(--text-3);
  font-family: var(--mono);
  font-size: 9px;
}

.leverage-legend li span,
.leverage-legend li strong {
  display: block;
}

.leverage-legend li strong {
  margin-top: 3px;
  color: var(--text-2);
  font-size: 9px;
  font-weight: 600;
}

.read-list {
  display: grid;
  gap: 11px;
  margin-top: 15px;
  list-style: none;
}

.read-list li {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  gap: 9px;
  color: var(--text-2);
  font-size: 11px;
  line-height: 1.5;
}

.read-list li::before {
  width: 5px;
  height: 5px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.methodology-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 20px;
  border-top: 1px solid var(--line);
  color: var(--text-3);
  font-size: 10px;
}

.methodology-strip p {
  max-width: 780px;
}

.text-link {
  flex: 0 0 auto;
  color: var(--purple);
  font-size: 11px;
  font-weight: 750;
}

.text-link:hover,
.text-link:focus-visible {
  color: #d0b6f8;
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.fact {
  min-height: 110px;
  padding: 17px;
  background: var(--panel);
}

.fact strong {
  display: block;
  margin: 9px 0 4px;
  font-family: var(--mono);
  font-size: 15px;
}

.fact p {
  color: var(--text-3);
  font-size: 10px;
  line-height: 1.5;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.risk-card {
  min-height: 150px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
}

.risk-index {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(251, 123, 134, 0.2);
  border-radius: 50%;
  background: var(--red-soft);
  color: var(--red);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
}

.risk-card h3 {
  margin-bottom: 6px;
  font-size: 13px;
}

.risk-card p {
  color: var(--text-3);
  font-size: 10px;
  line-height: 1.55;
}

.trade-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 12px;
  padding: 26px;
  border: 1px solid rgba(179, 141, 244, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(115deg, rgba(179, 141, 244, 0.13), rgba(78, 217, 238, 0.04)),
    var(--panel);
}

.trade-cta h2 {
  font-size: 21px;
}

.trade-cta p {
  margin-top: 4px;
  color: var(--text-2);
  font-size: 12px;
}

.cta-button {
  flex: 0 0 auto;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--purple);
  color: #110b1a;
  font-size: 12px;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-1px);
  background: #c6a9f7;
}

.prose {
  max-width: 850px;
}

.prose h2 {
  margin-bottom: 16px;
}

.prose p {
  margin-bottom: 13px;
  color: var(--text-2);
  font-size: 14px;
  line-height: 1.75;
}

.prose a {
  color: var(--purple);
  text-decoration: underline;
  text-decoration-color: rgba(179, 141, 244, 0.38);
  text-underline-offset: 3px;
}

.research-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.research-card {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  justify-content: space-between;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--panel);
  transition: border-color 160ms ease, transform 160ms ease;
}

.research-card:hover,
.research-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(179, 141, 244, 0.42);
}

.research-card .research-type {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-card h3 {
  margin-top: 21px;
  font-size: 15px;
  line-height: 1.4;
}

.research-card p {
  margin-top: 8px;
  color: var(--text-3);
  font-size: 11px;
}

.research-arrow {
  margin-top: 16px;
  color: var(--purple);
  font-family: var(--mono);
  font-size: 11px;
}

.faq-list {
  display: grid;
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.faq-item {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 40px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  font-size: 14px;
}

.faq-item p {
  color: var(--text-2);
  font-size: 12px;
  line-height: 1.65;
}

.data-note {
  margin-top: 18px;
  color: var(--text-3);
  font-size: 10px;
  line-height: 1.6;
}

.footer {
  padding: 38px 0 48px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--text-3);
  font-size: 10px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer a:hover {
  color: var(--text);
}

@media (max-width: 960px) {
  .market-panel-grid {
    grid-template-columns: 1fr;
  }

  .chart-cell {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .interpretation-grid,
  .risk-grid,
  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .interpretation:nth-child(2) {
    border-right: 0;
  }

  .interpretation:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .breadth-card,
  .concentration-card,
  .leverage-card {
    grid-column: span 7;
  }

  .size-card,
  .read-card {
    grid-column: span 5;
  }

  .concentration-card {
    border-right: 1px solid var(--line);
  }

  .size-card,
  .read-card {
    border-right: 0;
  }

  .leverage-card,
  .read-card {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .navbar {
    width: calc(100% - 28px);
    padding: 7px 14px;
  }

  .nav-logo img {
    height: 31px;
  }

  .nav-links {
    gap: 12px;
  }

  .nav-links li:not(:last-child) {
    display: none;
  }

  .market-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-side {
    min-width: 0;
  }

  .quick-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-index {
    top: 66px;
  }

  .intelligence-section,
  .content-section {
    padding: 42px 0;
  }

  .section-heading {
    display: block;
  }

  .freshness {
    margin-top: 13px;
    text-align: left;
  }

  .positioning-hero {
    grid-template-columns: 1fr;
  }

  .positioning-grid {
    display: block;
  }

  .positioning-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .read-card {
    border-bottom: 0;
  }

  .methodology-strip,
  .trade-cta,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .leverage-legend {
    grid-template-columns: repeat(3, 1fr);
  }

  .research-grid,
  .interpretation-grid,
  .risk-grid,
  .facts-grid,
  .faq-item {
    grid-template-columns: 1fr;
  }

  .interpretation {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .interpretation:last-child {
    border-bottom: 0;
  }

  .faq-item {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .quick-stat,
  .market-metric {
    padding: 14px;
  }

  .quick-stat .metric-value,
  .market-metric .metric-value {
    font-size: 15px;
  }

  .market-metric-grid {
    grid-template-columns: 1fr;
  }

  .market-metric,
  .market-metric:nth-child(odd),
  .market-metric:nth-last-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .market-metric:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
