.hub-shell:has(.asset-review) { max-width: 1360px; padding-top: 18px; }
.asset-review {
  --ar-accent: #6547ef;
  --ar-blue: #62cadd;
  --ar-coral: #ff775f;
  --ar-mint: #4ac4a6;
  --ar-yellow: #f2c95c;
  --ar-ink: #10131c;
  --ar-paper: #eeede5;
  color: var(--text-hi);
}
.asset-review a { text-decoration: none; }
.ar-breadcrumb { display: flex; align-items: center; gap: 8px; margin: 2px 0 12px; color: var(--text-lo); font-family: var(--mono); font-size: 10px; letter-spacing: .05em; }
.ar-breadcrumb a { color: var(--accent); }

/* Primary surface: a bounded editorial infographic, not an open-ended dashboard. */
.ar-poster { position: relative; overflow: hidden; border: 1px solid #c9c7bd; background: var(--ar-paper); color: var(--ar-ink); box-shadow: 0 18px 55px rgba(7, 10, 18, .2); }
.ar-poster::before { content: ''; position: absolute; z-index: 2; top: 0; left: 0; right: 0; height: 7px; background: linear-gradient(90deg, var(--ar-accent) 0 40%, var(--ar-coral) 40% 68%, var(--ar-mint) 68%); }
.ar-poster-head { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 210px; min-height: 152px; padding: 25px 28px 19px; border-bottom: 1px solid #c9c7bd; }
.ar-poster-head::after { content: ''; position: absolute; right: 240px; top: -72px; width: 170px; height: 170px; border: 24px solid rgba(101, 71, 239, .1); border-radius: 50%; }
.ar-poster-title { position: relative; z-index: 1; }
.ar-poster-title > span, .ar-eyebrow, .ar-poster-fact > span, .ar-pressure > span { font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ar-poster-title > span { color: var(--ar-accent); }
.ar-poster-title h1 { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin: 13px 0 0; font-size: clamp(34px, 4.4vw, 61px); line-height: .92; letter-spacing: -.055em; }
.ar-poster-title h1 em { color: var(--ar-accent); font-family: var(--mono); font-size: .78em; font-style: normal; letter-spacing: -.06em; }
.ar-poster-title h1 em.up { color: #087154; }
.ar-poster-title h1 em.down { color: #a6372b; }
.ar-poster-title h1 small { flex-basis: 100%; color: #4d5260; font-size: 15px; font-weight: 550; line-height: 1.35; letter-spacing: 0; }
.ar-poster-meta { position: relative; z-index: 3; display: flex; align-items: flex-end; flex-direction: column; text-align: right; }
.ar-poster-meta .ark-seg { margin-bottom: auto; }
.ar-poster-meta > strong { font-family: var(--mono); font-size: 26px; line-height: 1; }
.ar-poster-meta > span, .ar-poster-meta time { margin-top: 4px; color: #686d79; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.ar-poster-meta time { margin-top: 9px; }

.ar-story-grid { display: grid; grid-template-columns: 310px minmax(0, 1fr); min-height: 354px; border-bottom: 1px solid #c9c7bd; }
.ar-story-card { position: relative; z-index: 1; padding: 28px; overflow: hidden; background: #083e3d; color: #f5f5ee; }
.ar-story-card::after { content: ''; position: absolute; z-index: -1; right: -65px; bottom: -80px; width: 210px; height: 210px; border: 34px solid rgba(74, 196, 166, .15); border-radius: 50%; }
.ar-story-card .ar-eyebrow { color: #9ce6d2; }
.ar-story-card h2 { margin: 15px 0 0; color: #fff; font-size: clamp(30px, 3.3vw, 48px); line-height: .88; letter-spacing: -.055em; }
.ar-story-card h2 small { display: block; color: var(--ar-mint); font-size: .48em; letter-spacing: .08em; }
.ar-story-move { margin-top: 24px; font-family: var(--mono); font-size: clamp(39px, 4.3vw, 58px); font-weight: 850; line-height: .9; letter-spacing: -.07em; }
.ar-story-move.up { color: #a8f0d8; }
.ar-story-move.down { color: #ffb4a6; }
.ar-story-move small { display: block; margin-top: 8px; color: #d5e3df; font-size: 9px; letter-spacing: .12em; }
.ar-story-card > p { max-width: 260px; margin: 18px 0 0; color: #c6d7d3; font-size: 12px; line-height: 1.45; }
.ar-call-row { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 18px; }
.ar-receipt { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; padding: 0 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #fff; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.ar-receipt span { opacity: .72; }
.ar-receipt strong { color: #fff; }
.ar-receipt.matched { border-color: #88dfc6; }
.ar-receipt.matched strong { color: #a8f0d8; }
.ar-receipt.missed { border-color: #ff9d8c; }
.ar-receipt.missed strong { color: #ffb4a6; }

.ar-figure { position: relative; min-width: 0; margin: 0; padding: 20px 22px 6px; background: #e7e5dc; overflow: hidden; }
.ar-figure figcaption { display: flex; justify-content: space-between; gap: 14px; color: #686d79; font-family: var(--mono); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.ar-chart { display: block; width: 100%; min-height: 300px; margin-top: 2px; }
.ar-area { fill: url(#ar-area); }
.ar-line { fill: none; stroke: var(--ar-accent); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 3px 7px rgba(101, 71, 239, .25)); }
.ar-chart-grid line { stroke: #cfcdc4; stroke-width: 1; stroke-dasharray: 3 7; }
.ar-signal-band rect { fill: rgba(255, 119, 95, .12); }
.ar-signal-band line { stroke: var(--ar-coral); stroke-width: 1.5; stroke-dasharray: 4 5; }
.ar-follow-line { fill: none; stroke: #0b8a67; stroke-width: 2.5; stroke-dasharray: 5 5; }
#ar-arrow path { fill: #0b8a67; }
.ar-signal-point { fill: var(--ar-coral); stroke: #fff; stroke-width: 3; filter: drop-shadow(0 3px 6px rgba(0,0,0,.25)); }
.ar-chart-callout > path { fill: none; stroke: var(--ar-ink); stroke-width: 1.2; }
.ar-chart-callout rect { fill: var(--ar-ink); }
.ar-chart-callout text { font-family: var(--mono); }
.ar-callout-kicker { fill: #a8f0d8; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.ar-callout-title { fill: #fff; font-size: 12px; font-weight: 850; }
.ar-callout-result { fill: #ff9d8c; font-size: 14px; font-weight: 850; }
.ar-memory-rail > line { stroke: #aaa79f; stroke-width: 1; }
.ar-memory-dot { fill: var(--ar-blue); stroke: var(--ar-paper); stroke-width: 1.5; }
.ar-memory-dot.bullish { fill: #148064; }
.ar-memory-dot.bearish { fill: #cf4e40; }
.ar-time-axis line { stroke: #aaa79f; stroke-width: 1; }
.ar-time-axis text { fill: #666b77; font: 700 9px var(--mono); }
.ar-chart-empty { display: grid; min-height: 300px; place-items: center; color: #686d79; }

.ar-fact-strip { display: grid; grid-template-columns: 1.05fr 1.45fr 1.05fr 1fr; border-bottom: 1px solid #c9c7bd; }
.ar-poster-fact { min-width: 0; min-height: 118px; padding: 19px 21px; border-right: 1px solid #c9c7bd; }
.ar-poster-fact:last-child { border-right: 0; }
.ar-poster-fact > span { color: #686d79; }
.ar-poster-fact strong { display: block; margin: 11px 0 7px; font-size: clamp(16px, 1.8vw, 24px); line-height: 1.05; letter-spacing: -.035em; }
.ar-poster-fact small { display: block; color: #626773; font-size: 10px; line-height: 1.35; }
.ar-poster-fact.accent strong { color: var(--ar-accent); font-family: var(--mono); font-size: 16px; }
.ar-poster-fact.positive strong { color: #087154; font-family: var(--mono); }
.ar-poster-fact.mixed { background: #e3dcff; }
.ar-poster-fact.mixed strong { color: #5135cf; font-family: var(--mono); }

.ar-pressure-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.ar-pressure { min-width: 0; min-height: 88px; padding: 15px 20px; border-right: 1px solid rgba(16,19,28,.22); color: var(--ar-ink); }
.ar-pressure:last-child { border-right: 0; }
.ar-pressure.cex { background: var(--ar-blue); }
.ar-pressure.dex { background: var(--ar-mint); }
.ar-pressure.mm { background: var(--ar-coral); }
.ar-pressure.context { background: var(--ar-yellow); }
.ar-pressure > span { opacity: .65; }
.ar-pressure strong { display: block; margin: 7px 0 3px; overflow: hidden; font-family: var(--mono); font-size: 19px; line-height: 1.08; text-overflow: ellipsis; }
.ar-pressure small { display: block; font-size: 10px; }

/* Full research stays available, but it no longer dominates the initial page. */
.ar-drill { margin-top: 16px; border: 1px solid var(--border2); background: var(--bg-card); }
.ar-drill > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; padding: 13px 20px; cursor: pointer; list-style: none; }
.ar-drill > summary::-webkit-details-marker { display: none; }
.ar-drill > summary div { display: grid; gap: 4px; }
.ar-drill > summary div span { color: var(--accent); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.ar-drill > summary div strong { font-size: 16px; }
.ar-drill > summary > span { display: inline-flex; align-items: center; gap: 7px; color: var(--text-md); font-size: 11px; }
.ar-drill[open] > summary { border-bottom: 1px solid var(--border2); }
.ar-drill[open] > summary > span svg { transform: rotate(180deg); }
.ar-drill-body { padding: 0 28px 28px; }
.ar-section { padding: 42px 0; border-bottom: 1px solid var(--border2); }
.ar-section:last-child { border-bottom: 0; }
.ar-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.ar-section-head > div:first-child > span { color: var(--accent); font-family: var(--mono); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.ar-section-head h2 { margin: 7px 0 0; font-size: clamp(25px, 3vw, 38px); line-height: 1; letter-spacing: -.04em; }
.ar-section-head p { margin: 9px 0 0; color: var(--text-lo); font-size: 12px; }
.ar-evidence-list { max-width: 980px; margin-left: auto; }
.ar-evidence { display: grid; grid-template-columns: 54px 1fr; min-height: 166px; }
.ar-evidence[hidden] { display: none; }
.ar-evidence-index { position: relative; padding-top: 4px; color: var(--accent); font-family: var(--mono); font-size: 12px; }
.ar-evidence-index i { position: absolute; top: 27px; bottom: 0; left: 9px; width: 1px; background: linear-gradient(var(--border3), transparent); }
.ar-evidence-body { padding: 0 0 30px 23px; border-left: 1px solid var(--border2); }
.ar-evidence-body header, .ar-outcome-row, .ar-proof div { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ar-evidence-body header { justify-content: space-between; color: var(--text-lo); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.ar-source { color: var(--ar-blue); margin-right: 9px; }
.ar-experimental { margin-right: 9px; padding: 3px 5px; border: 1px solid var(--ar-coral); color: var(--ar-coral); font-size: 8px; }
.ar-importance { padding: 4px 7px; border: 1px solid var(--border2); }
.ar-evidence h3 { margin: 12px 0 7px; font-size: clamp(18px, 2.2vw, 25px); letter-spacing: -.025em; }
.ar-evidence p { max-width: 760px; margin: 0; color: var(--text-md); font-size: 12px; line-height: 1.5; }
.ar-outcome-row { margin-top: 13px; }
.ar-outcome, .ar-call { padding: 5px 8px; border: 1px solid var(--border2); font-family: var(--mono); font-size: 9px; }
.ar-outcome.move, .ar-call.matched { color: var(--ar-mint); }
.ar-outcome.quiet { color: var(--text-lo); }
.ar-call.missed { color: var(--ar-coral); }
.ar-call.neutral { color: var(--ar-blue); }
.ar-proof { margin-top: 12px; }
.ar-proof summary { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); cursor: pointer; font-size: 11px; font-weight: 750; list-style: none; }
.ar-proof summary::-webkit-details-marker { display: none; }
.ar-proof div { margin-top: 9px; }
.ar-proof a { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid var(--border2); color: var(--text-hi); font-family: var(--mono); font-size: 9px; }
.ar-no-proof, .ar-muted { color: var(--text-lo); font-size: 11px; }
.ar-empty { padding: 30px; border: 1px dashed var(--border2); color: var(--text-lo); text-align: center; }
.ar-ledger { overflow-x: auto; border: 1px solid var(--border2); }
.ar-ledger table { width: 100%; border-collapse: collapse; }
.ar-ledger th, .ar-ledger td { padding: 13px 16px; border-bottom: 1px solid var(--border); text-align: left; font-size: 11px; }
.ar-ledger th { color: var(--text-lo); font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.ar-ledger td:nth-child(2), .ar-ledger td:nth-child(3) { color: var(--text-md); }
.ar-coverage-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--ar-coral); }
.ar-coverage-dot.covered { background: var(--ar-mint); }
.ar-method { max-width: 800px; margin: 22px 0 0 auto; padding-left: 20px; border-left: 3px solid var(--accent); }
.ar-method strong { color: var(--accent); font-family: var(--mono); font-size: 10px; }
.ar-method p { margin: 7px 0 0; color: var(--text-md); font-size: 11px; line-height: 1.6; }
.ar-waiting section { max-width: 720px; padding: 80px 0 120px; }
.ar-waiting h1 { margin: 20px 0 12px; font-size: clamp(40px, 7vw, 76px); letter-spacing: -.055em; }
.ar-waiting p { color: var(--text-md); line-height: 1.7; margin-bottom: 28px; }
.ar-stamp { display: inline-flex; padding: 6px 9px; border: 1px solid currentColor; color: var(--accent); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; }
.ar-hub-link { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-weight: 750; }

@media (max-width: 1100px) {
  .ar-story-grid { grid-template-columns: 280px minmax(0, 1fr); }
  .ar-poster-head::after { display: none; }
  .ar-poster-fact { padding: 17px; }
  .ar-pressure { padding-inline: 15px; }
}
@media (max-width: 860px) {
  .ar-poster-head { grid-template-columns: 1fr; gap: 18px; }
  .ar-poster-meta { align-items: flex-start; flex-direction: row; gap: 12px; flex-wrap: wrap; text-align: left; }
  .ar-poster-meta .ark-seg { width: 100%; margin-bottom: 0; }
  .ar-poster-meta > span { align-self: flex-end; }
  .ar-poster-meta time { width: 100%; margin-top: 0; }
  .ar-story-grid { grid-template-columns: 1fr; }
  .ar-story-card { display: grid; grid-template-columns: 1fr auto; column-gap: 20px; }
  .ar-story-card > p, .ar-call-row { grid-column: 1 / -1; max-width: none; }
  .ar-story-move { grid-column: 2; grid-row: 1 / 3; margin-top: 0; text-align: right; }
  .ar-figure { min-height: 350px; }
  .ar-fact-strip, .ar-pressure-strip { grid-template-columns: 1fr 1fr; }
  .ar-poster-fact:nth-child(2), .ar-pressure:nth-child(2) { border-right: 0; }
  .ar-poster-fact:nth-child(-n+2), .ar-pressure:nth-child(-n+2) { border-bottom: 1px solid rgba(16,19,28,.2); }
  .ar-section-head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  .hub-shell:has(.asset-review) { padding: 10px; }
  .ar-poster-head { padding: 24px 18px 17px; }
  .ar-poster-title h1 { font-size: 38px; }
  .ar-poster-title h1 small { font-size: 13px; }
  .ar-story-card { display: block; padding: 23px 19px; }
  .ar-story-move { margin-top: 20px; text-align: left; }
  .ar-figure { min-height: 290px; padding: 16px 8px 0; }
  .ar-chart { min-height: 260px; }
  .ar-fact-strip { grid-template-columns: 1fr; }
  .ar-poster-fact { min-height: 92px; border-right: 0; border-bottom: 1px solid #c9c7bd; }
  .ar-poster-fact:last-child { border-bottom: 0; }
  .ar-pressure strong { font-size: 16px; }
  .ar-drill > summary { align-items: flex-start; flex-direction: column; gap: 9px; }
  .ar-drill-body { padding: 0 15px 18px; }
  .ar-evidence { grid-template-columns: 34px 1fr; }
  .ar-evidence-body { padding-left: 15px; }
  .ar-evidence-body header { align-items: flex-start; flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: no-preference) {
  .ar-line { stroke-dasharray: 2400; stroke-dashoffset: 2400; animation: ar-draw 1.2s cubic-bezier(.2,.8,.2,1) forwards; }
  .ar-chart-callout { opacity: 0; animation: ar-reveal .4s ease .65s forwards; }
  .ar-evidence { opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
  .ar-evidence.visible { opacity: 1; transform: translateY(0); }
  @keyframes ar-draw { to { stroke-dashoffset: 0; } }
  @keyframes ar-reveal { to { opacity: 1; } }
}
