/* ============================================================================
   ACQUIRY DEAL INTELLIGENCE — ARCHITECTURE LAYER
   Additive SEO / a11y / retrieval modules. Inherits article tokens.
   Do not introduce a second visual system.
   ========================================================================== */

html.pg-visual{
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 4rem;
}
html.pg-visual h1{margin-bottom: var(--space-3)}
html.pg-visual .main h2{margin-top: 0; margin-bottom: var(--space-3)}
html.pg-visual .main h3{margin-top: var(--space-4); margin-bottom: var(--space-2)}
html.pg-visual .main p{margin-bottom: var(--space-3)}

.sec,
.band,
.deal-answer,
.deal-summary,
.known-unknown,
[id^="src-"]{
  scroll-margin-top: calc(var(--hdr, 64px) + 62px);
}

.shell.is-wide > .main > .sec > .section-answer,
.shell.is-wide > .main > .sec > details.chart-data,
.shell.is-wide > .main > .sec > .known-unknown,
.shell.is-wide > .main > .sec > .ownership-map,
.shell:has(> .rail-spacer) > .main > .sec > .section-answer,
.shell:has(> .rail-spacer) > .main > .sec > details.chart-data{
  max-width: none;
}

/* Direct-answer block between key-number band and TOC */
.deal-answer{
  padding: 28px 0 8px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.deal-answer-in{max-width: var(--cw); margin: 0 auto;}
.deal-answer .kicker-mini{
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 10px;
}
.deal-answer p{
  margin: 0 0 14px;
  font-size: 17.5px;
  line-height: 1.62;
  color: var(--ink);
  max-width: 820px;
}
.deal-answer p:last-child{margin-bottom: 0;}
.deal-answer p b{font-weight: 600; color: var(--navy);}

/* Deal summary fact table */
.deal-summary{
  padding: 22px 0 10px;
  background: var(--soft-2);
  border-bottom: 1px solid var(--line);
}
.deal-summary .tbl{margin: 0;}
.deal-summary caption{
  text-align: left;
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 10px;
}
.deal-summary th[scope="row"]{
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  width: 34%;
}

/* Section-level answer */
.section-answer{
  font-size: 17.5px !important;
  line-height: 1.58 !important;
  color: var(--navy) !important;
  padding: 14px 18px;
  margin: 0 0 22px !important;
  background: var(--blue-pale);
  border-left: 3px solid var(--blue);
}

/* Chart underlying data — sibling of .fig so build.js can wipe the figure host */
details.chart-data{
  margin: -18px 0 28px;
  border: 1px solid var(--line);
  border-top: none;
  background: var(--soft-2);
  padding: 0 16px 12px;
}
details.chart-data > summary{
  cursor: pointer;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 12px 0 8px;
  list-style: none;
}
details.chart-data > summary::-webkit-details-marker{display: none;}
details.chart-data > summary::before{
  content: "+ ";
  color: var(--blue);
  font-weight: 700;
}
details.chart-data[open] > summary::before{content: "– ";}
details.chart-data table{
  font-size: 13.5px;
  margin-top: 4px;
  background: var(--paper);
}
details.chart-data caption{
  text-align: left;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  padding: 8px 12px 4px;
}
details.chart-data th,
details.chart-data td{
  padding: 8px 12px;
  border-bottom: 1px solid var(--line-2);
  text-align: left;
  vertical-align: top;
}
details.chart-data thead th{
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
details.chart-data .chart-src{
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
}

/* Known / unknown register */
.known-unknown{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0 0 28px;
}
.known-unknown .ku-col{
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 16px 18px 10px;
}
.known-unknown .ku-h{
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.known-unknown .ku-h.ok{color: var(--green);}
.known-unknown .ku-h.open{color: var(--amber);}
.known-unknown ul{margin: 0; padding: 0; list-style: none;}
.known-unknown li{
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink);
  padding: 0 0 10px 18px;
  position: relative;
}
.known-unknown .ku-h.ok + ul li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 12px;
}
.known-unknown .ku-h.open + ul li::before{
  content: "?";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
  font-size: 12px;
}

/* Ownership map */
.ownership-map{
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--soft-2);
}
.ownership-map li{
  margin: 0;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--ink);
}
.ownership-map li:last-child{border-bottom: none;}
.ownership-map .om-k{
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.ownership-map .om-v{font-weight: 600; color: var(--navy);}

/* Trust / methodology strip */
.trust-mods{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 8px 0 22px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-mods a{
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
}
.byline time{font-weight: 700; color: inherit;}

/* Status chip — reuse existing .chip language */
.status-badge{
  display: inline-block;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--amber-pale);
  border: 1px solid #ead7a8;
  padding: 4px 8px;
}

@media (max-width: 860px){
  .known-unknown{grid-template-columns: 1fr;}
  .deal-answer p{font-size: 16.5px;}
  .deal-summary .tbl table{min-width: 520px;}
}
@media (max-width: 430px){
  .section-answer{padding: 12px 14px; font-size: 16px !important;}
  details.chart-data{margin-left: 0; margin-right: 0;}
}

/* Strategic combination visuals — private gaming M&A */
.gets-better{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 28px;
}
.gets-better .gb{
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 16px 18px 14px;
}
.gets-better .gb .k{
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 650;
  color: var(--navy);
  margin: 0 0 8px;
}
.gets-better .gb .b{
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
.before-after{margin: 0 0 28px;}
.before-after .ba-grid{
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 10px;
  align-items: stretch;
  margin-top: 12px;
}
.before-after .ba-col{
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 14px 16px;
}
.before-after .ba-col.add{
  background: var(--blue-pale);
  border-color: #c5d8f0;
}
.before-after .ba-col.after{
  background: #f4f8f4;
  border-color: #c9dcc9;
}
.before-after .ba-k{
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 8px;
}
.before-after .ba-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--blue);
  font-weight: 700;
}
.before-after .ba-row{
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink);
  padding: 0 0 8px;
}
.before-after .ba-row:last-child{padding-bottom: 0;}
.combo-visual table td:nth-child(4){
  font-weight: 600;
  color: var(--navy);
}
.thesis-box{
  border-left: 3px solid var(--blue);
  background: var(--blue-pale);
  padding: 16px 18px;
  margin: 0 0 24px;
}
.thesis-box p{
  margin: 0;
  font-size: 16.5px;
  line-height: 1.58;
  color: var(--navy);
}
@media (max-width: 860px){
  .before-after .ba-grid{grid-template-columns: 1fr;}
  .before-after .ba-arrow{transform: rotate(90deg); padding: 4px 0;}
  .gets-better{grid-template-columns: 1fr;}
}

/* Data-rich public M&A (Baldwin template): news lead, five-section nav, slim tools hub */
.category-tag{
  display: inline-block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid var(--line);
  padding: 4px 8px;
  margin: 0 0 12px;
}
.news-lead{
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink);
  margin: 0 0 18px;
  max-width: 42rem;
}
.news-lead .dateline{
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: .02em;
}
.di-secnav{
  position: sticky;
  top: var(--hdr, 64px);
  z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.di-secnav-in{
  display: flex;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.di-secnav a{
  flex: 1 0 auto;
  text-align: center;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  padding: 12px 14px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.di-secnav a:hover,
.di-secnav a[aria-current="true"]{
  color: var(--navy);
  border-bottom-color: var(--blue);
}
.tl-event{
  display: grid;
  grid-template-columns: 140px 88px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.tl-event .tl-date{font-family: var(--mono); font-size: 12px; color: var(--muted);}
.tl-event .tl-status{
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tl-event[data-status="completed"] .tl-status{color: #1f7a4d;}
.tl-event[data-status="current"] .tl-status{color: var(--blue);}
.tl-event[data-status="pending"] .tl-status,
.tl-event[data-status="targeted"] .tl-status,
.tl-event[data-status="expected"] .tl-status{color: #b7791f;}
.private-metrics{
  font-size: 14px;
  font-style: italic;
  color: var(--muted);
  margin: 12px 0 0;
}
sup.citation{
  font-size: .72em;
  line-height: 0;
  position: relative;
  vertical-align: super;
  font-weight: 600;
}
sup.citation a{
  color: var(--blue);
  text-decoration: none;
  font-family: var(--sans);
}
sup.citation a:hover{text-decoration: underline;}
.di-tools-hub{
  max-width: 42rem;
  margin: 28px auto;
  padding: 18px 20px;
  border: 1px solid var(--line);
}
.di-tools-hub p{margin: 0 0 8px; font-size: 14.5px; color: var(--ink);}
.di-tools-hub a{font-weight: 600;}
@media (max-width: 720px){
  .di-secnav a{font-size: 12px; padding: 10px 10px;}
  .tl-event{grid-template-columns: 1fr; gap: 4px;}
  .news-lead{font-size: 16.5px;}
}

/* === BEGIN di-author-authority === */
/* ============================================================================
   ACQUIRY DEAL INTELLIGENCE — YMYL AUTHOR PROFILE v4
   Editorial rule, not a boxed widget. Acquiry tokens; preview fallbacks only.
   Stretches with the article .wrap (--cw), matching endmatter / template edges.
   ========================================================================== */

.di-author-authority{
  margin: 0;
  padding: 0;
  background: transparent;
  width: 100%;
}
.di-author-authority-in,
.wrap.di-author-authority-in,
.di-author-authority > .wrap{
  width: 100%;
  max-width: var(--cw, 1200px);
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  box-sizing: border-box;
}

.author-profile,
.wrap.di-author-authority-in .author-profile,
.di-author-authority .author-profile{
  border-top: 1px solid var(--line, #e3e7ec);
  border-bottom: 1px solid var(--line, #e3e7ec);
  padding: 26px 0 24px;
  background: transparent;
  margin-top: var(--space-5, 4rem);
  margin-bottom: 2rem;
  width: 100%;
  max-width: none;
  color: var(--navy, #101828);
  font-family: var(--sans, "Poppins", "Rubik", system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.author-profile .author-header{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
}

.author-profile .photo{
  box-sizing: border-box;
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  min-width: 62px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--soft-2, #e9edf2);
  border: 1px solid var(--line, #dfe4ea);
  position: relative;
  align-self: flex-start;
}
.author-profile .photo img{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 62px;
  max-height: 62px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.author-profile .photo-fallback{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--muted, #667085);
  letter-spacing: .03em;
  z-index: 1;
  pointer-events: none;
}
.author-profile .photo:has(img[src]) .photo-fallback{
  color: transparent;
}

.author-profile .identity{
  min-width: 0;
}

.author-profile .eyebrow{
  display: block;
  margin: 0 0 5px;
  color: var(--muted, #667085);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.author-profile h3{
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -.018em;
  font-family: var(--sans, "Poppins", system-ui, sans-serif);
  color: var(--navy, #101828);
}
.author-profile h3 a{
  color: inherit;
  text-decoration: none;
}
.author-profile h3 a:hover{color: var(--accent, #183b6b)}
.author-profile h3 a:focus-visible{
  outline: 2px solid var(--blue, #086ad8);
  outline-offset: 2px;
}

.author-profile .role{
  margin: 0;
  color: var(--muted, #667085);
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 500;
}

.author-profile .bio,
.wrap.di-author-authority-in .author-profile .bio,
.di-author-authority .author-profile .bio{
  margin: 0;
  width: 100%;
  max-width: none;
  color: var(--ink, #344054);
  font-size: 14px;
  line-height: 1.62;
}

.author-profile .links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-top: 17px;
  padding-top: 14px;
  width: 100%;
  border-top: 1px solid var(--line-2, #edf0f3);
}
.author-profile .links a{
  color: var(--accent, #183b6b);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.author-profile .links a:hover,
.author-profile .links a:focus-visible{
  border-color: currentColor;
  outline: none;
}
.author-profile .links a:focus-visible{
  outline: 2px solid var(--blue, #086ad8);
  outline-offset: 3px;
  border-color: transparent;
}
.author-profile .dot{
  color: var(--line, #c2c8d0);
  font-size: 11px;
  user-select: none;
}

@media (max-width: 560px){
  .author-profile,
  .wrap.di-author-authority-in .author-profile,
  .di-author-authority .author-profile{padding: 22px 0 21px; margin-top: 2.5rem}
  .author-profile .author-header{gap: 13px; margin-bottom: 15px}
  .author-profile .photo,
  .author-profile .photo img{
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    max-width: 54px;
    min-height: 54px;
    max-height: 54px;
  }
  .author-profile h3{font-size: 17px}
  .author-profile .role{font-size: 13px}
  .author-profile .bio{font-size: 14px; line-height: 1.6}
  .author-profile .links{gap: 10px 15px}
  .author-profile .dot{display: none}
  .author-profile .links a{
    min-height: 28px;
    display: inline-flex;
    align-items: center;
  }
}

/* Neutralise leftover Stripe .auth chrome if a pack still ships both. */
.di-author-authority .auth-h,
.di-author-authority .auth-grid,
.di-author-authority .auth-ph{display: none !important;}

/* === END di-author-authority === */
