:root {
  --rv-ink: #071b31;
  --rv-blue: #074a7c;
  --rv-muted: #50677c;
  --rv-line: #c8d7e3;
  --rv-soft: #f2f6f9;
  --rv-green: #07865f;
  --rv-green-soft: #eaf8f2;
  --rv-red: #b43e49;
  --rv-red-soft: #fff1f2;
  --rv-amber: #a46b12;
  --rv-amber-soft: #fff8e9;
  --rv-grey: #73869a;
}

.rv-shell { width: min(100% - 2rem, 1660px); margin: 1rem auto 0; color: var(--rv-ink); }
.rv-shell *, .rv-shell *::before, .rv-shell *::after { box-sizing: border-box; min-width: 0; }
.rv-hero, .rv-panel, .rv-process article, .rv-kpis article, .rv-detail-hero, .rv-detail-kpis article, .rv-ticker-hero { background: #fff; border: 1px solid var(--rv-line); }
.rv-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(19rem, 30rem); border-top: 4px solid var(--rv-ink); }
.rv-hero-copy { padding: 1.5rem 1.65rem; background: linear-gradient(125deg, #fff 68%, #eef8f5); }
.rv-eyebrow { display: block; color: #536c82; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.rv-hero h1 { margin: .15rem 0 .5rem; font-size: clamp(3rem, 6.5vw, 7rem); line-height: .86; letter-spacing: -.045em; }
.rv-hero p { max-width: 78rem; margin: 0; color: #3f5870; font-size: 1rem; font-weight: 650; line-height: 1.65; }
.rv-hero-actions, .rv-detail-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.rv-edition { display: grid; grid-template-columns: 1fr auto; gap: .35rem 1.25rem; align-content: center; padding: 1.25rem; background: var(--rv-soft); border-left: 1px solid var(--rv-line); }
.rv-edition span { color: var(--rv-muted); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rv-edition strong { font-size: 1rem; text-align: right; }
.rv-edition small { grid-column: 1 / -1; margin-top: .5rem; padding-top: .7rem; border-top: 1px solid var(--rv-line); color: var(--rv-muted); font-weight: 700; }
.rv-button { display: inline-flex; min-height: 2.45rem; align-items: center; justify-content: center; padding: .55rem .8rem; color: var(--rv-blue); background: #fff; border: 1px solid #99afc2; font-size: .73rem; font-weight: 900; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.rv-button:hover, .rv-button:focus-visible { background: #eaf1f6; }
.rv-button-primary { color: #fff; background: var(--rv-blue); border-color: var(--rv-blue); }
.rv-button-primary:hover, .rv-button-primary:focus-visible { background: #052f51; }

.rv-primer { border-top: 4px solid var(--rv-green); }
.rv-primer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; margin-top: .9rem; }
.rv-primer-grid article { padding: .9rem; background: var(--rv-soft); border: 1px solid var(--rv-line); }
.rv-primer-grid article > span { color: var(--rv-green); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rv-primer-grid h3 { margin: .25rem 0; font-size: 1rem; line-height: 1.25; }
.rv-primer-grid p { margin: 0; color: var(--rv-muted); font-size: .77rem; font-weight: 650; line-height: 1.55; }

.rv-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: .7rem; }
.rv-process article { padding: .9rem 1rem; border-left: 0; }
.rv-process article:first-child { border-left: 1px solid var(--rv-line); }
.rv-process b { color: var(--rv-green); font-size: .68rem; }
.rv-process span { display: block; margin: .1rem 0; font-weight: 900; }
.rv-process p { margin: 0; color: var(--rv-muted); font-size: .78rem; font-weight: 650; line-height: 1.48; }

.rv-kpis { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: .7rem; }
.rv-kpis article, .rv-detail-kpis article { padding: .9rem 1rem; border-left: 0; }
.rv-kpis article:first-child { border-left: 1px solid var(--rv-line); }
.rv-kpis article.is-positive { border-top: 3px solid var(--rv-green); }
.rv-kpis article.is-caution { border-top: 3px solid var(--rv-amber); }
.rv-kpis article.is-negative { border-top: 3px solid var(--rv-red); }
.rv-kpis span, .rv-detail-kpis span, .rv-diagnostic-grid span, .rv-leg-card dt, .rv-quality-score dt, .rv-evidence-score dt, .rv-ticker-list dt { display: block; color: #587086; font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rv-kpis strong, .rv-detail-kpis strong { display: block; margin-top: .2rem; font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.rv-kpis small, .rv-detail-kpis small { display: block; margin-top: .2rem; color: var(--rv-muted); font-size: .7rem; font-weight: 650; line-height: 1.35; }

.rv-panel { margin-top: .7rem; padding: 1.15rem; }
.rv-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.rv-panel-head h2 { margin: .15rem 0 0; font-size: clamp(1.35rem, 2.2vw, 2.25rem); line-height: 1.08; }
.rv-panel-head > p { max-width: 40rem; margin: 0; color: var(--rv-muted); font-size: .78rem; font-weight: 700; line-height: 1.5; text-align: right; }
.rv-dashboard-grid, .rv-report-grid, .rv-leg-grid { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(18rem, .72fr); gap: .7rem; }
.rv-dashboard-grid .rv-panel, .rv-report-grid .rv-panel, .rv-leg-grid .rv-panel { height: calc(100% - .7rem); }
.rv-map-frame { width: 100%; margin-top: .8rem; padding: .25rem .35rem 0; background: linear-gradient(180deg, #fbfdfe, #f4f8fa); border: 1px solid #dae4eb; }
.rv-map { display: block; width: 100%; height: auto; max-height: 33rem; }
.rv-map-field { fill: #f8fafb; stroke: var(--rv-line); }
.rv-map line { stroke: #d7e1e9; stroke-dasharray: 4 5; }
.rv-map text { fill: #5c7184; font: 700 11px "IBM Plex Sans", sans-serif; }
.rv-map circle { fill: var(--rv-grey); stroke: #fff; stroke-width: 2; opacity: .9; transition: .15s ease; }
.rv-map circle:hover, .rv-map a:focus circle { stroke: var(--rv-ink); stroke-width: 3; opacity: 1; }
.rv-map circle.is-positive { fill: var(--rv-green); }.rv-map circle.is-caution { fill: var(--rv-amber); }.rv-map circle.is-negative { fill: var(--rv-red); }
.rv-map-note { margin: .5rem 0 0; color: var(--rv-muted); font-size: .68rem; font-weight: 650; text-align: center; }
.rv-map-guide { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; margin-top: .75rem; }
.rv-map-guide article { padding: .65rem; background: var(--rv-soft); border-top: 3px solid var(--rv-blue); }
.rv-map-guide b, .rv-map-guide span { display: block; }
.rv-map-guide b { font-size: .7rem; text-transform: uppercase; }
.rv-map-guide span { margin-top: .18rem; color: var(--rv-muted); font-size: .68rem; font-weight: 650; line-height: 1.4; }
.rv-legend { display: flex; flex-wrap: wrap; gap: .45rem 1rem; align-items: center; justify-content: center; margin-top: .45rem; color: var(--rv-muted); font-size: .72rem; font-weight: 750; }
.rv-legend span::before { display: inline-block; width: .65rem; height: .65rem; margin-right: .3rem; background: var(--rv-grey); border-radius: 50%; content: ""; }
.rv-legend .is-positive::before { background: var(--rv-green); }.rv-legend .is-caution::before { background: var(--rv-amber); }.rv-legend .is-negative::before { background: var(--rv-red); }
.rv-state-list { display: grid; margin-top: .8rem; border-top: 1px solid var(--rv-line); }
.rv-state-list a { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: .55rem; align-items: center; padding: .7rem 0; color: var(--rv-ink); border-bottom: 1px solid var(--rv-line); text-decoration: none; }
.rv-state-list strong { font-size: .8rem; }.rv-state-list b { font-size: 1.05rem; }
.rv-state-dot { width: .6rem; height: .6rem; background: var(--rv-grey); border-radius: 50%; }.rv-state-dot.is-positive { background: var(--rv-green); }.rv-state-dot.is-caution { background: var(--rv-amber); }.rv-state-dot.is-negative { background: var(--rv-red); }
.rv-reading-note { margin-top: .8rem; padding: .9rem; background: var(--rv-soft); border-left: 4px solid var(--rv-blue); }
.rv-reading-note strong { font-family: "Source Serif 4", serif; font-size: 1.1rem; }.rv-reading-note p { margin: .3rem 0 0; color: var(--rv-muted); font-size: .8rem; font-weight: 650; line-height: 1.5; }

.rv-change-grid, .rv-related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .6rem; margin-top: .8rem; }
.rv-change-grid a, .rv-related-grid a { padding: .8rem; color: var(--rv-ink); background: var(--rv-soft); border: 1px solid var(--rv-line); text-decoration: none; }
.rv-change-grid span, .rv-related-grid span { display: block; color: var(--rv-blue); font-size: .72rem; font-weight: 900; }.rv-change-grid strong, .rv-related-grid strong { display: block; margin: .2rem 0; }.rv-change-grid small, .rv-related-grid small { color: var(--rv-muted); font-size: .72rem; font-weight: 650; line-height: 1.4; }

.rv-filters { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .55rem; align-items: end; margin: .9rem 0; padding: .75rem; background: var(--rv-soft); border: 1px solid var(--rv-line); }
.rv-row-guide { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; align-items: baseline; margin-top: .8rem; padding: .65rem .75rem; color: var(--rv-muted); background: #f8fafb; border-left: 4px solid var(--rv-blue); font-size: .72rem; font-weight: 650; line-height: 1.45; }
.rv-row-guide strong { color: var(--rv-ink); font-size: .72rem; text-transform: uppercase; }
.rv-filters label { display: grid; gap: .25rem; }.rv-filters label > span { color: #536b80; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rv-filters select, .rv-filters input { width: 100%; height: 2.45rem; padding: 0 .55rem; color: var(--rv-ink); background: #fff; border: 1px solid #9fb3c4; border-radius: 0; font: 700 .76rem "IBM Plex Sans", sans-serif; }
.rv-filter-search { grid-column: span 2; }
.rv-opportunity-head { display: grid; grid-template-columns: minmax(13rem, 1.2fr) minmax(18rem, 2fr) minmax(12rem, .9fr) minmax(11rem, .8fr); gap: .75rem; padding: .5rem .7rem; color: #536b80; background: #e8eff4; border: 1px solid var(--rv-line); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rv-opportunity-list { border: 1px solid var(--rv-line); border-top: 0; }
.rv-opportunity { display: grid; grid-template-columns: minmax(13rem, 1.2fr) minmax(18rem, 2fr) minmax(12rem, .9fr) minmax(11rem, .8fr); gap: .75rem; padding: .85rem .7rem; border-bottom: 1px solid #d8e2e9; border-left: 4px solid var(--rv-grey); }
.rv-opportunity:last-child { border-bottom: 0; }.rv-opportunity.is-positive { border-left-color: var(--rv-green); }.rv-opportunity.is-caution { border-left-color: var(--rv-amber); }.rv-opportunity.is-negative { border-left-color: var(--rv-red); }
.rv-legs { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: .4rem; align-items: center; }
.rv-legs > span { grid-row: 1; color: #5b7185; font-size: .58rem; font-weight: 900; text-transform: uppercase; }.rv-legs > span:nth-of-type(2) { grid-column: 3; }.rv-legs a { color: var(--rv-blue); text-decoration: none; }.rv-legs a:first-of-type { grid-column: 1; }.rv-legs i { grid-column: 2; font-style: normal; color: #8193a3; }.rv-legs strong { display: block; font-size: 1.1rem; }.rv-legs small { display: block; color: var(--rv-muted); font-size: .66rem; font-weight: 650; line-height: 1.3; }
.rv-current-read > span { color: var(--rv-green); font-size: .64rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }.rv-opportunity.is-caution .rv-current-read > span { color: var(--rv-amber); }.rv-opportunity.is-negative .rv-current-read > span { color: var(--rv-red); }
.rv-current-read h3 { margin: .12rem 0; font-size: .98rem; }.rv-current-read h3 a { color: var(--rv-ink); text-decoration: none; }.rv-current-read p { margin: .15rem 0; color: var(--rv-muted); font-size: .72rem; font-weight: 650; line-height: 1.42; }.rv-current-read small { color: #657b8e; font-size: .65rem; }
.rv-row-course { display: block; width: fit-content; margin: .4rem 0 .25rem; padding: .22rem .35rem; color: var(--rv-blue); background: #edf4f8; font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.rv-evidence-score, .rv-quality-score { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .3rem; margin: 0; }.rv-evidence-score div, .rv-quality-score div { padding: .45rem; background: var(--rv-soft); }.rv-evidence-score dd, .rv-quality-score dd { margin: .18rem 0 0; font-size: .78rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.rv-relationship-cell { display: grid; gap: .45rem; align-content: start; }
.rv-analysis-button { display: flex; min-height: 2.4rem; align-items: center; justify-content: space-between; gap: .75rem; padding: .55rem .7rem; color: #fff; background: var(--rv-blue); border: 1px solid var(--rv-blue); font-size: .68rem; font-weight: 900; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.rv-analysis-button b { font-size: 1rem; transition: transform .15s ease; }
.rv-analysis-button:hover, .rv-analysis-button:focus-visible { background: #052f51; outline: 2px solid #69a3ce; outline-offset: 2px; }.rv-analysis-button:hover b, .rv-analysis-button:focus-visible b { transform: translateX(.2rem); }
.rv-row-link { display: inline-flex; align-items: center; color: var(--rv-blue); font-size: .69rem; font-weight: 900; text-decoration: none; }
.rv-no-results { padding: 1.5rem; color: var(--rv-muted); text-align: center; }
.rv-pagination { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .8rem; color: var(--rv-muted); font-size: .76rem; font-weight: 750; }.rv-pagination div { display: flex; gap: .4rem; }
.rv-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin-top: .8rem; }.rv-method-grid article { padding: .9rem; background: var(--rv-soft); border: 1px solid var(--rv-line); }.rv-method-grid h3 { margin: 0; font-size: .95rem; }.rv-method-grid p { margin: .3rem 0 0; color: var(--rv-muted); font-size: .78rem; font-weight: 650; line-height: 1.5; }
.rv-empty { padding: 2rem; }.rv-empty h1, .rv-empty h2 { margin: .25rem 0; }

.rv-breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: .55rem; padding: .5rem .7rem; color: var(--rv-muted); background: var(--rv-soft); border: 1px solid var(--rv-line); font-size: .75rem; font-weight: 800; }.rv-breadcrumbs a { color: var(--rv-blue); }
.rv-detail-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(22rem, .75fr); border-top: 4px solid var(--rv-grey); }.rv-detail-hero.is-positive { border-top-color: var(--rv-green); }.rv-detail-hero.is-caution { border-top-color: var(--rv-amber); }.rv-detail-hero.is-negative { border-top-color: var(--rv-red); }
.rv-detail-hero > div { padding: 1.3rem 1.45rem; }.rv-detail-hero h1 { margin: .15rem 0; font-size: clamp(2.2rem, 5vw, 5.5rem); line-height: .9; letter-spacing: -.035em; }.rv-detail-hero h1 i { display: inline-block; color: #6a7e90; font: italic 500 .34em "Source Serif 4", serif; letter-spacing: 0; }.rv-detail-hero > div > p { margin: .45rem 0 0; color: var(--rv-muted); font-weight: 700; }
.rv-detail-hero aside { padding: 1.2rem; background: var(--rv-soft); border-left: 1px solid var(--rv-line); }.rv-detail-hero aside > span { color: var(--rv-green); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }.rv-detail-hero.is-caution aside > span { color: var(--rv-amber); }.rv-detail-hero.is-negative aside > span { color: var(--rv-red); }.rv-detail-hero aside strong { display: block; margin: .35rem 0; font: 800 1.55rem/1.08 "Source Serif 4", serif; }.rv-detail-hero aside p { margin: 0; color: var(--rv-muted); font-size: .83rem; font-weight: 650; line-height: 1.55; }.rv-detail-hero aside small { display: block; margin-top: .8rem; padding-top: .65rem; border-top: 1px solid var(--rv-line); color: #5d7285; font-size: .68rem; font-weight: 750; }
.rv-detail-kpis { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin-top: .7rem; }.rv-detail-kpis article:first-child { border-left: 1px solid var(--rv-line); }
.rv-help { display: inline-grid; width: 1.2rem; height: 1.2rem; margin-left: .2rem; padding: 0; place-items: center; color: var(--rv-blue); background: #fff; border: 1px solid #8eabbf; border-radius: 50%; font: 900 .68rem/1 "IBM Plex Sans", sans-serif; vertical-align: middle; cursor: pointer; }
.rv-help:hover, .rv-help:focus-visible { color: #fff; background: var(--rv-blue); outline: 2px solid #9fc6df; outline-offset: 2px; }
.rv-plain-read { border-top: 4px solid var(--rv-blue); }
.rv-meaning-grid { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(26rem, 1.2fr); gap: .7rem; margin-top: .85rem; }
.rv-meaning-grid > article { padding: 1rem; background: var(--rv-soft); border: 1px solid var(--rv-line); }
.rv-meaning-grid > article > span { display: block; color: #536c82; font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rv-meaning-grid > article > p { color: var(--rv-muted); font-size: .82rem; font-weight: 650; line-height: 1.58; }
.rv-primary-course { border-left: 5px solid var(--rv-grey) !important; }
.rv-primary-course.is-confirmed { background: var(--rv-green-soft); border-left-color: var(--rv-green) !important; }
.rv-primary-course.is-watch { background: var(--rv-amber-soft); border-left-color: var(--rv-amber) !important; }
.rv-primary-course.is-stand_aside { background: var(--rv-red-soft); border-left-color: var(--rv-red) !important; }
.rv-primary-course > strong { display: inline-block; margin-top: .45rem; padding: .32rem .5rem; color: #fff; background: var(--rv-grey); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.rv-primary-course.is-confirmed > strong { background: var(--rv-green); }.rv-primary-course.is-watch > strong { background: var(--rv-amber); }.rv-primary-course.is-stand_aside > strong { background: var(--rv-red); }
.rv-primary-course h3 { margin: .45rem 0 .2rem; font-size: 1.35rem; line-height: 1.18; }
.rv-primary-course p { margin: .25rem 0 .7rem; }
.rv-primary-course dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; margin: 0; }
.rv-primary-course dl div { padding: .65rem; background: rgba(255,255,255,.72); border: 1px solid var(--rv-line); }
.rv-primary-course dt { color: #536c82; font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.rv-primary-course dd { margin: .25rem 0 0; color: var(--rv-ink); font-size: .73rem; font-weight: 700; line-height: 1.45; }
.rv-strategy-read { overflow: hidden; }
.rv-strategy-lead { display: grid; grid-template-columns: minmax(10rem, .34fr) minmax(0, 1fr); gap: .2rem 1rem; align-items: center; margin-top: .9rem; padding: .9rem 1rem; background: var(--rv-soft); border-left: 5px solid var(--rv-grey); }
.rv-strategy-lead.is-confirmed { background: var(--rv-green-soft); border-left-color: var(--rv-green); }
.rv-strategy-lead.is-watch { background: var(--rv-amber-soft); border-left-color: var(--rv-amber); }
.rv-strategy-lead.is-stand_aside { background: var(--rv-red-soft); border-left-color: var(--rv-red); }
.rv-strategy-lead > span { grid-row: 1 / span 2; align-self: stretch; display: grid; place-items: center start; color: #536c82; border-right: 1px solid var(--rv-line); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rv-strategy-lead h3 { margin: 0; font-size: clamp(1.35rem, 2.15vw, 2.2rem); line-height: 1.08; }
.rv-strategy-lead p { margin: .2rem 0 0; color: var(--rv-muted); font-size: .82rem; font-weight: 650; line-height: 1.55; }
.rv-pair-structure { display: grid; grid-template-columns: minmax(0, 1fr) 8.5rem minmax(0, 1fr); align-items: stretch; margin-top: .7rem; }
.rv-pair-structure article { padding: 1rem; background: #f7fbf9; border: 1px solid var(--rv-line); border-top: 4px solid var(--rv-green); }
.rv-pair-structure article.is-short { background: #fff7f7; border-top-color: var(--rv-red); }
.rv-pair-structure article > span { display: block; color: var(--rv-green); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rv-pair-structure article.is-short > span { color: var(--rv-red); }
.rv-pair-structure article > strong { display: block; margin-top: .2rem; font: 800 clamp(1.45rem, 2.5vw, 2.4rem)/1.05 "Source Serif 4", serif; }
.rv-pair-structure article > small { display: block; margin-top: .2rem; color: #4d657a; font-size: .75rem; font-weight: 750; }
.rv-pair-structure article > p { margin: .65rem 0 0; color: var(--rv-muted); font-size: .78rem; font-weight: 650; line-height: 1.5; }
.rv-pair-versus { display: grid; align-content: center; justify-items: center; padding: .7rem; color: #fff; background: var(--rv-ink); text-align: center; text-transform: uppercase; }
.rv-pair-versus b, .rv-pair-versus span { display: block; }.rv-pair-versus b { font-size: .63rem; letter-spacing: .12em; }.rv-pair-versus span { margin-top: .1rem; font-size: .78rem; font-weight: 900; letter-spacing: .05em; }
.rv-strategy-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .55rem; margin-top: .7rem; }
.rv-strategy-steps article { padding: .8rem; background: var(--rv-soft); border-top: 3px solid var(--rv-blue); }
.rv-strategy-steps article:nth-child(2) { background: var(--rv-green-soft); border-top-color: var(--rv-green); }
.rv-strategy-steps article.is-risk { background: var(--rv-red-soft); border-top-color: var(--rv-red); }
.rv-strategy-steps span, .rv-relative-note span { display: block; color: #536c82; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rv-strategy-steps p { margin: .35rem 0 0; color: var(--rv-ink); font-size: .76rem; font-weight: 650; line-height: 1.5; }
.rv-relative-note { display: grid; grid-template-columns: minmax(15rem, .65fr) minmax(0, 1.35fr); gap: 1rem; margin-top: .7rem; padding: .85rem 1rem; background: #f8fafb; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-blue); }
.rv-relative-note p { margin: .25rem 0 0; color: var(--rv-muted); font-size: .76rem; font-weight: 650; line-height: 1.52; }
.rv-answer-card { border-left: 5px solid var(--rv-green); }.rv-answer-card h2 { margin: .3rem 0; font-size: 1.25rem; line-height: 1.35; }.rv-answer-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin-top: .75rem; }.rv-answer-columns > div { padding: .8rem; background: var(--rv-soft); }.rv-answer-columns h3 { margin: 0; font-size: .9rem; }.rv-answer-columns p, .rv-answer-columns ul { margin: .4rem 0 0; color: var(--rv-muted); font-size: .77rem; font-weight: 650; line-height: 1.5; }.rv-answer-columns ul { padding-left: 1rem; }
.rv-execution-card strong { display: block; margin: .4rem 0; font: 800 1.35rem/1.2 "Source Serif 4", serif; }.rv-execution-card p, .rv-execution-card small { color: var(--rv-muted); font-size: .78rem; font-weight: 650; line-height: 1.52; }.rv-execution-card small { display: block; padding-top: .7rem; border-top: 1px solid var(--rv-line); }
.rv-setup-section { border-top: 4px solid var(--rv-blue); }
.rv-setup-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; margin-top: .85rem; }
.rv-setup-grid article { display: grid; align-content: start; min-height: 13rem; padding: 1rem; background: var(--rv-soft); border: 1px solid var(--rv-line); border-top: 4px solid var(--rv-grey); }
.rv-setup-grid article.is-confirmed { background: var(--rv-green-soft); border-top-color: var(--rv-green); }.rv-setup-grid article.is-watch { background: var(--rv-amber-soft); border-top-color: var(--rv-amber); }.rv-setup-grid article.is-stand_aside, .rv-setup-grid article.is-risk { background: var(--rv-red-soft); border-top-color: var(--rv-red); }
.rv-setup-grid article.is-most-obvious { border: 2px solid var(--rv-green); border-top-width: 5px; }
.rv-obvious-badge { display: block; width: fit-content; margin-bottom: .55rem; padding: .28rem .45rem; color: #fff; background: var(--rv-green); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.rv-setup-grid article > span { color: #536c82; font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rv-setup-grid h3 { margin: .3rem 0; font-size: 1.15rem; line-height: 1.2; }.rv-setup-grid p { margin: 0; color: var(--rv-muted); font-size: .78rem; font-weight: 650; line-height: 1.52; }
.rv-setup-grid small { align-self: end; margin-top: .8rem; padding-top: .65rem; color: #425c72; border-top: 1px solid var(--rv-line); font-size: .7rem; font-weight: 650; line-height: 1.45; }.rv-setup-grid small b { display: block; margin-bottom: .2rem; color: var(--rv-ink); text-transform: uppercase; }.rv-setup-grid small em { display: block; margin-top: .55rem; padding-top: .55rem; border-top: 1px dashed #aebfcb; font-style: normal; }
.rv-setup-boundary { margin: .7rem 0 0; padding: .65rem .8rem; color: var(--rv-muted); background: #f8fafb; border-left: 4px solid var(--rv-blue); font-size: .72rem; font-weight: 700; line-height: 1.5; }
.rv-explainer { width: min(92vw, 40rem); max-width: 40rem; padding: 0; color: var(--rv-ink); background: #fff; border: 0; box-shadow: 0 1.5rem 5rem rgba(7, 27, 49, .3); }
.rv-explainer::backdrop { background: rgba(7, 27, 49, .72); backdrop-filter: blur(2px); }
.rv-explainer > div { padding: 1.35rem; border-top: 5px solid var(--rv-green); }
.rv-explainer h2 { margin: .25rem 0 .65rem; font-size: 1.75rem; line-height: 1.1; }.rv-explainer p { color: var(--rv-muted); font-size: .85rem; font-weight: 650; line-height: 1.6; }.rv-explainer p strong { color: var(--rv-ink); }.rv-explainer .rv-button { margin-top: .35rem; }
.rv-line-chart { display: block; width: 100%; height: auto; margin-top: .7rem; }.rv-line-chart rect { fill: #f9fbfc; stroke: var(--rv-line); }.rv-line-chart line { stroke: #d6e0e8; stroke-dasharray: 4 5; }.rv-line-chart line.is-centre { stroke: #71879a; stroke-width: 1.5; }.rv-line-chart line.is-outer { stroke: #c7a0a4; }.rv-line-chart polyline { fill: none; stroke-width: 2.25; vector-effect: non-scaling-stroke; }.rv-spread-line, .rv-daily-line { stroke: var(--rv-blue); }.rv-a-line { stroke: var(--rv-green); }.rv-b-line { stroke: var(--rv-amber); }.rv-chart-footer { display: flex; justify-content: space-between; gap: 1rem; color: var(--rv-muted); font-size: .7rem; font-weight: 750; }.rv-chart-footer strong { color: var(--rv-ink); }.rv-key-a::before { background: var(--rv-green) !important; border-radius: 0 !important; }.rv-key-b::before { background: var(--rv-amber) !important; border-radius: 0 !important; }
.rv-chart-reading { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; margin-top: .85rem; }
.rv-chart-reading article { padding: .75rem; background: var(--rv-soft); border-top: 3px solid var(--rv-blue); }
.rv-chart-reading article:nth-child(2) { background: #eef8f5; border-top-color: var(--rv-green); }
.rv-chart-reading article > span { display: block; color: #536c82; font-size: .65rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rv-chart-reading p { margin: .3rem 0 0; color: var(--rv-muted); font-size: .75rem; font-weight: 650; line-height: 1.52; }
.rv-leg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.rv-leg-card { border-top: 4px solid var(--rv-green); }.rv-leg-card.is-short { border-top-color: var(--rv-amber); }.rv-leg-card h2 { margin: .2rem 0; }.rv-leg-card > strong { display: block; color: var(--rv-green); }.rv-leg-card.is-short > strong { color: var(--rv-amber); }.rv-leg-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: .8rem 0; border: 1px solid var(--rv-line); }.rv-leg-card dl div { padding: .65rem; border-right: 1px solid var(--rv-line); border-bottom: 1px solid var(--rv-line); }.rv-leg-card dd { margin: .2rem 0 0; font-size: .8rem; font-weight: 800; }.rv-leg-card > a { color: var(--rv-blue); font-size: .75rem; font-weight: 900; }
.rv-diagnostic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; margin-top: .8rem; }.rv-diagnostic-grid article { padding: .8rem; background: var(--rv-soft); border: 1px solid var(--rv-line); }.rv-diagnostic-grid strong { display: block; margin: .25rem 0; font-size: 1.1rem; }.rv-diagnostic-grid p { margin: 0; color: var(--rv-muted); font-size: .7rem; font-weight: 650; line-height: 1.45; }
.rv-event-list { display: grid; margin-top: .7rem; }.rv-event-list div { display: grid; grid-template-columns: 8rem 10rem minmax(0, 1fr); gap: .7rem; padding: .65rem 0; border-bottom: 1px solid var(--rv-line); }.rv-event-list time { color: var(--rv-muted); font-size: .7rem; font-weight: 750; }.rv-event-list strong { font-size: .78rem; }.rv-event-list p { margin: 0; color: var(--rv-muted); font-size: .75rem; font-weight: 650; }
.rv-risk-card { border-top: 4px solid var(--rv-red); }.rv-risk-card h2 { margin: .2rem 0; }.rv-risk-card ul { padding-left: 1.1rem; color: var(--rv-muted); font-size: .78rem; font-weight: 650; line-height: 1.55; }.rv-risk-card p { padding: .7rem; color: #7e3238; background: var(--rv-red-soft); font-size: .78rem; font-weight: 750; line-height: 1.5; }
.rv-publication-note { margin-top: .7rem; padding: .9rem 1rem; color: #dce8f0; background: var(--rv-ink); border-top: 3px solid var(--rv-green); }.rv-publication-note strong { margin-right: .5rem; }.rv-publication-note span, .rv-publication-note p { color: #b8cada; font-size: .7rem; }.rv-publication-note p { margin: .25rem 0 0; }

.rv-ticker-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-top: 4px solid var(--rv-ink); }.rv-ticker-hero > div { padding: 1.25rem 1.4rem; }.rv-ticker-hero h1 { margin: .15rem 0; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .9; }.rv-ticker-hero p { margin: .3rem 0 0; color: var(--rv-muted); font-weight: 700; }.rv-ticker-hero aside { display: grid; align-content: center; justify-items: start; min-width: 16rem; padding: 1.15rem; background: var(--rv-soft); border-left: 1px solid var(--rv-line); }.rv-ticker-hero aside > strong { font-size: 2rem; }.rv-ticker-hero aside > span { margin-bottom: .7rem; color: var(--rv-muted); font-size: .72rem; font-weight: 750; }
.rv-ticker-list { display: grid; gap: .6rem; margin-top: .8rem; }.rv-ticker-list > article { display: grid; grid-template-columns: minmax(18rem, 1.5fr) minmax(22rem, 1fr) auto; gap: .8rem; align-items: center; padding: .8rem; background: #fff; border: 1px solid var(--rv-line); border-left: 4px solid var(--rv-grey); }.rv-ticker-list > article.is-positive { border-left-color: var(--rv-green); }.rv-ticker-list > article.is-caution { border-left-color: var(--rv-amber); }.rv-ticker-list > article.is-negative { border-left-color: var(--rv-red); }.rv-ticker-list > article > div > span { color: var(--rv-muted); font-size: .63rem; font-weight: 900; text-transform: uppercase; }.rv-ticker-list h3 { margin: .15rem 0; }.rv-ticker-list h3 a { color: var(--rv-ink); }.rv-ticker-list p { margin: 0; color: var(--rv-muted); font-size: .76rem; font-weight: 650; }.rv-ticker-list dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; }.rv-ticker-list dl div { padding: .45rem; background: var(--rv-soft); }.rv-ticker-list dd { margin: .15rem 0 0; font-size: .76rem; font-weight: 850; }

@media (max-width: 1150px) {
  .rv-kpis, .rv-detail-kpis { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rv-kpis article:nth-child(4), .rv-detail-kpis article:nth-child(4) { border-left: 1px solid var(--rv-line); }
  .rv-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rv-opportunity-head { display: none; }
  .rv-opportunity { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-diagnostic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .rv-change-grid, .rv-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-setup-grid { grid-template-columns: minmax(0, 1fr); }
  .rv-primer-grid, .rv-map-guide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-strategy-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-ticker-list > article { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 800px) {
  .rv-shell { width: min(100% - 1rem, 1660px); }
  .rv-hero, .rv-detail-hero, .rv-ticker-hero, .rv-dashboard-grid, .rv-report-grid, .rv-leg-grid, .rv-meaning-grid { grid-template-columns: minmax(0, 1fr); }
  .rv-edition, .rv-detail-hero aside, .rv-ticker-hero aside { border-top: 1px solid var(--rv-line); border-left: 0; }
  .rv-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-process article:nth-child(3) { border-left: 1px solid var(--rv-line); }
  .rv-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-filter-search { grid-column: span 2; }
  .rv-method-grid { grid-template-columns: minmax(0, 1fr); }
  .rv-panel-head { display: grid; }
  .rv-panel-head > p { text-align: left; }
  .rv-event-list div { grid-template-columns: minmax(0, 1fr); gap: .2rem; }
  .rv-chart-reading { grid-template-columns: minmax(0, 1fr); }
  .rv-strategy-lead, .rv-relative-note { grid-template-columns: minmax(0, 1fr); }
  .rv-strategy-lead > span { grid-row: auto; padding-bottom: .55rem; border-right: 0; border-bottom: 1px solid var(--rv-line); }
  .rv-pair-structure { grid-template-columns: minmax(0, 1fr); }
  .rv-pair-versus { min-height: 3.2rem; }
}

@media (max-width: 540px) {
  .rv-hero-copy, .rv-detail-hero > div { padding: 1rem; }
  .rv-hero h1 { font-size: 3.3rem; }
  .rv-process, .rv-kpis, .rv-detail-kpis, .rv-opportunity, .rv-diagnostic-grid, .rv-change-grid, .rv-related-grid, .rv-answer-columns, .rv-leg-card dl, .rv-primer-grid, .rv-map-guide, .rv-primary-course dl, .rv-strategy-steps { grid-template-columns: minmax(0, 1fr); }
  .rv-process article, .rv-kpis article, .rv-detail-kpis article { border-left: 1px solid var(--rv-line); }
  .rv-filters { grid-template-columns: minmax(0, 1fr); }
  .rv-filter-search { grid-column: auto; }
  .rv-evidence-score, .rv-quality-score, .rv-ticker-list dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-pagination { align-items: stretch; flex-direction: column; }
  .rv-pagination div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rv-row-guide { grid-template-columns: minmax(0, 1fr); gap: .2rem; }
}

@media print {
  .rv-hero-actions, .rv-detail-actions, .rv-filters, .rv-pagination, .site-header, .site-footer { display: none !important; }
  .rv-shell { width: 100%; margin: 0; }
  .rv-panel, .rv-opportunity, .rv-detail-hero { break-inside: avoid; }
}
