/* ─────────────────────────────────────────────
   igo-monthly.css — Ontario iGaming Monthly Performance dashboard
   Dark-first, .igo-* namespaced.
───────────────────────────────────────────── */

.igo-page {
	background: var(--igc-bg, #050B1A);
	color: var(--igc-text, #e5e7eb);
	font-family: var(--igc-font-body, "DM Sans", system-ui, sans-serif);
}

.igo-wrap {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.igo-section { padding: 4rem 0; }
.igo-section--alt { background: linear-gradient(180deg, #050B1A 0%, #080f24 100%); border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
.igo-section--exec { padding-top: 1.5rem; }

.igo-section__head { margin: 0 0 2rem; }
.igo-section__head h2 {
	font-family: var(--igc-font-display, "DM Sans", sans-serif);
	font-size: clamp(1.6rem, 3.5vw, 2.4rem);
	font-weight: 700;
	letter-spacing: -0.015em;
	color: #fff;
	margin: 0.5rem 0 0.5rem;
}
.igo-section__intro {
	color: rgba(255,255,255,0.7);
	max-width: 64ch;
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
}

.igo-eyebrow {
	font-family: var(--igc-font-mono, "DM Mono", ui-monospace, monospace);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f5c842;
}

/* ── HERO ─────────────────────────────────────────────────────────── */
.igo-hero {
	padding: 4rem 0 3rem;
	background:
		radial-gradient(900px 600px at 0% 0%, rgba(59,130,246,0.10), transparent 60%),
		radial-gradient(700px 500px at 100% 10%, rgba(16,185,129,0.08), transparent 60%),
		linear-gradient(180deg, #060f24 0%, #050B1A 100%);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.igo-crumbs {
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
	margin: 0 0 1.75rem;
}
.igo-crumbs a { color: inherit; text-decoration: none; }
.igo-crumbs a:hover { color: #fff; }
.igo-crumbs span[aria-hidden] { margin: 0 0.5em; color: rgba(255,255,255,0.3); }

.igo-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 0.55rem;
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase;
	color: #6ee7b7;
	margin: 0 0 1.25rem;
}
.igo-hero__live-dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: #10b981;
	box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
	animation: igo-pulse 2.2s ease-in-out infinite;
}
@keyframes igo-pulse {
	0%,100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.55); }
	50%     { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
}

.igo-hero__title {
	font-family: var(--igc-font-display, "DM Sans", sans-serif);
	font-size: clamp(2.2rem, 5.5vw, 4rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.025em;
	color: #fff;
	margin: 0 0 1.25rem;
}
.igo-hero__headline {
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	font-weight: 500;
	color: #f5c842;
	margin: 0 0 0.9rem;
	max-width: 60ch;
	line-height: 1.4;
}
.igo-hero__dek {
	font-size: 1.02rem;
	line-height: 1.65;
	color: rgba(255,255,255,0.78);
	margin: 0 0 2.25rem;
	max-width: 70ch;
}

/* ── KPI tiles ── */
.igo-kpis {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin: 0 0 2rem;
}
@media (max-width: 880px) { .igo-kpis { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .igo-kpis { grid-template-columns: 1fr; } }
.igo-kpi {
	position: relative;
	padding: 1.25rem 1.25rem 1.1rem;
	background: linear-gradient(155deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 12px;
	overflow: hidden;
}
.igo-kpi::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: var(--kpi-bar, #f5c842);
}
.igo-kpi--blue    { --kpi-bar: #3b82f6; --kpi-text: #93c5fd; }
.igo-kpi--emerald { --kpi-bar: #10b981; --kpi-text: #6ee7b7; }
.igo-kpi--amber   { --kpi-bar: #f59e0b; --kpi-text: #fcd34d; }
.igo-kpi--rose    { --kpi-bar: #f43f5e; --kpi-text: #fda4af; }

.igo-kpi__head { display: flex; align-items: center; gap: 0.45rem; margin: 0 0 0.6rem; }
.igo-kpi__icon { font-size: 1.05rem; }
.igo-kpi__label {
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
	color: rgba(255,255,255,0.65);
}
.igo-kpi__value {
	font-family: var(--igc-font-display, "DM Sans", sans-serif);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 0 0 0.45rem;
}
.igo-kpi__mom {
	display: inline-flex; align-items: center; gap: 0.3rem;
	padding: 0.15rem 0.5rem;
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.78rem; font-weight: 600;
	border-radius: 5px;
	background: rgba(255,255,255,0.06);
	color: rgba(255,255,255,0.75);
}
.igo-kpi__mom--up   { background: rgba(16,185,129,0.16); color: #6ee7b7; }
.igo-kpi__mom--down { background: rgba(244,63,94,0.16); color: #fda4af; }
.igo-kpi__mom--flat { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.6); }
.igo-kpi__mom-lbl { opacity: 0.7; font-weight: 500; font-size: 0.68rem; margin-left: 0.2rem; }

.igo-kpi__extras {
	display: flex; gap: 0.9rem; margin: 0.6rem 0 0;
	font-size: 0.72rem; color: rgba(255,255,255,0.55);
	font-family: var(--igc-font-mono, "DM Mono", monospace);
}
.igo-kpi__extras strong { color: var(--kpi-text, #fff); font-weight: 600; }

.igo-hero__meta {
	display: flex; flex-wrap: wrap; gap: 0.4rem 0.75rem;
	font-size: 0.82rem;
	color: rgba(255,255,255,0.55);
	padding: 1.1rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.08);
}
.igo-hero__meta strong { color: rgba(255,255,255,0.85); font-weight: 600; }

/* ── EXEC TAKEAWAYS ─────────────────────────────────────────────────── */
.igo-takeaways {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
@media (max-width: 880px) { .igo-takeaways { grid-template-columns: 1fr; } }
.igo-takeaway {
	padding: 1.25rem;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.1);
	border-left: 3px solid #f5c842;
	border-radius: 10px;
}
.igo-takeaway__icon { font-size: 1.25rem; margin: 0 0 0.5rem; }
.igo-takeaway__tag {
	display: inline-flex; align-items: center; gap: 0.4rem;
	padding: 0.22rem 0.6rem;
	margin: 0 0 0.7rem;
	background: rgba(245,200,66,0.10);
	border: 1px solid rgba(245,200,66,0.25);
	border-radius: 999px;
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase;
	color: #f5c842;
}
.igo-takeaway__emoji { font-size: 0.9rem; line-height: 1; }
.igo-takeaway__label { font-weight: 600; }
.igo-takeaway__title { font-weight: 700; font-size: 1.02rem; color: #fff; margin: 0 0 0.35rem; }
.igo-takeaway__body { font-size: 0.92rem; line-height: 1.55; color: rgba(255,255,255,0.78); }

html.igc-light .igo-takeaway__tag {
	background: rgba(180,83,9,0.08);
	border-color: rgba(180,83,9,0.22);
	color: #b45309;
}

/* ── CHART GRID ────────────────────────────────────────────────────── */
.igo-chart-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}
@media (max-width: 880px) { .igo-chart-grid { grid-template-columns: 1fr; } }

.igo-chart-card {
	padding: 1.25rem 1.25rem 1rem;
	background: linear-gradient(155deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 12px;
}
.igo-chart-card--wide { grid-column: 1 / -1; }
.igo-chart-card__head {
	display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
	margin: 0 0 0.9rem;
}
.igo-chart-card__head h3 { margin: 0; font-size: 1.05rem; font-weight: 700; color: #fff; }
.igo-chart-card__head h3 span { color: rgba(255,255,255,0.55); font-weight: 400; font-size: 0.85em; }
.igo-chart-card__unit {
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}
.igo-chart-wrap { position: relative; height: 240px; }
.igo-chart-wrap--pie { height: 280px; max-width: 280px; margin: 0 auto; }
.igo-chart-wrap--tall { height: 340px; }
.igo-chart-card__note {
	font-size: 0.86rem;
	line-height: 1.55;
	color: rgba(255,255,255,0.65);
	margin: 0.9rem 0 0;
	padding: 0.75rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── PRODUCT MIX ─────────────────────────────────────────────────────── */
.igo-mix-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	margin: 0 0 1.75rem;
}
@media (max-width: 880px) { .igo-mix-grid { grid-template-columns: 1fr; } }
.igo-mix-grid .igo-chart-card--wide { grid-column: 1 / -1; }

.igo-product-table-wrap { overflow-x: auto; }
.igo-product-table {
	width: 100%;
	border-collapse: collapse;
	background: rgba(255,255,255,0.025);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
	overflow: hidden;
}
.igo-product-table th, .igo-product-table td {
	padding: 0.85rem 1rem;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.igo-product-table th {
	background: rgba(255,255,255,0.04);
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase;
	color: rgba(255,255,255,0.7);
}
.igo-product-table tr:last-child td { border-bottom: none; }
.igo-product-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.igo-prod-name { font-weight: 700; color: #fff; }
.igo-prod-row--casino  { border-left: 3px solid #3b82f6; }
.igo-prod-row--betting { border-left: 3px solid #10b981; }
.igo-prod-row--poker   { border-left: 3px solid #f59e0b; }

.igo-trend {
	display: inline-block;
	padding: 0.15rem 0.55rem;
	border-radius: 999px;
	font-size: 0.72rem; font-weight: 600;
	background: rgba(255,255,255,0.06);
	color: rgba(255,255,255,0.7);
}
.igo-trend--rising  { background: rgba(16,185,129,0.16); color: #6ee7b7; }
.igo-trend--falling { background: rgba(244,63,94,0.16); color: #fda4af; }
.igo-trend--stable  { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); }

.igo-mom-up   { color: #6ee7b7; }
.igo-mom-down { color: #fda4af; }
.igo-mom-flat,
.igo-mom-neutral { color: rgba(255,255,255,0.55); }

/* ── NARRATIVE GRID ─────────────────────────────────────────────────── */
.igo-narrative-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
@media (max-width: 880px) { .igo-narrative-grid { grid-template-columns: 1fr; } }
.igo-narrative {
	padding: 1.5rem;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 12px;
}
.igo-narrative__head { display: flex; align-items: center; gap: 0.6rem; margin: 0 0 0.85rem; padding: 0 0 0.85rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.igo-narrative__icon { font-size: 1.35rem; }
.igo-narrative__head h3 { margin: 0; font-size: 1.1rem; font-weight: 700; color: #fff; }
.igo-narrative p { font-size: 0.94rem; line-height: 1.7; color: rgba(255,255,255,0.78); margin: 0; }

/* ── FORECAST ───────────────────────────────────────────────────────── */
.igo-forecast-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	margin: 0 0 2rem;
}
@media (max-width: 880px) { .igo-forecast-grid { grid-template-columns: 1fr; } }
.igo-forecast-card {
	padding: 1.25rem;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
}
.igo-forecast-card h4 { margin: 0 0 0.85rem; font-size: 1rem; font-weight: 700; color: #fff; }
.igo-forecast-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.igo-forecast-table th, .igo-forecast-table td {
	padding: 0.55rem 0.6rem; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.igo-forecast-table th {
	font-family: var(--igc-font-mono, "DM Mono", monospace);
	font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	text-align: left;
}
.igo-forecast-table .num { text-align: right; font-variant-numeric: tabular-nums; color: rgba(255,255,255,0.85); }
.igo-forecast-point { font-weight: 700; }
.igo-forecast-point--up   { color: #6ee7b7 !important; }
.igo-forecast-point--down { color: #fda4af !important; }
.igo-forecast-point--flat { color: #f5c842 !important; }
.igo-forecast-arrow { display: inline-block; margin-right: 0.25rem; opacity: 0.85; font-weight: 800; }

.igo-outlook-callout {
	padding: 1.5rem 1.75rem;
	background: linear-gradient(135deg, rgba(245,200,66,0.08), rgba(245,200,66,0.02));
	border: 1px solid rgba(245,200,66,0.25);
	border-radius: 12px;
}
.igo-outlook-callout__head { display: flex; align-items: center; gap: 0.6rem; margin: 0 0 0.7rem; }
.igo-outlook-callout__head h3 { margin: 0; font-size: 1.1rem; color: #fff; }
.igo-outlook-callout p { margin: 0; color: rgba(255,255,255,0.85); font-size: 0.95rem; line-height: 1.65; }

/* ── ANOMALIES ─────────────────────────────────────────────────────── */
.igo-anom-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 0.9rem;
}
.igo-anom-grid--narrow {
	/* When there are 1-2 anomalies, cap the layout at 2 columns and centre
	   so the cards aren't lonely on the left of an empty grid. */
	grid-template-columns: repeat(2, minmax(280px, 360px));
	justify-content: center;
}
@media (max-width: 640px) {
	.igo-anom-grid--narrow { grid-template-columns: 1fr; }
}
.igo-anom {
	padding: 1rem;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 10px;
}
.igo-anom--spike { border-left: 3px solid #10b981; }
.igo-anom--dip   { border-left: 3px solid #f43f5e; }
.igo-anom--outlier { border-left: 3px solid #f59e0b; }
.igo-anom__head { display: flex; align-items: center; gap: 0.5rem; margin: 0 0 0.5rem; flex-wrap: wrap; }
.igo-anom__icon { font-size: 1.1rem; }
.igo-anom__ym { font-family: var(--igc-font-mono, monospace); font-weight: 700; color: #fff; font-size: 0.9rem; }
.igo-anom__metric { font-size: 0.72rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.06em; }
.igo-anom__mag { margin-left: auto; font-family: var(--igc-font-mono, monospace); font-weight: 700; color: #f5c842; font-size: 0.85rem; }
.igo-anom p { font-size: 0.88rem; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0; }

/* ── DATA TABLE ────────────────────────────────────────────────────── */
.igo-data-table-wrap { overflow-x: auto; max-height: 480px; overflow-y: auto; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; }
.igo-data-table-wrap.is-expanded { max-height: none; }
.igo-data-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; }
.igo-data-table thead { position: sticky; top: 0; background: #0a1226; z-index: 1; }
.igo-data-table th, .igo-data-table td {
	padding: 0.55rem 0.8rem;
	border-bottom: 1px solid rgba(255,255,255,0.04);
	text-align: left;
}
.igo-data-table th {
	font-family: var(--igc-font-mono, monospace);
	font-size: 0.7rem; letter-spacing: 0.05em; text-transform: uppercase;
	color: rgba(255,255,255,0.65);
}
.igo-data-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.igo-data-table .igo-fyq {
	font-family: var(--igc-font-mono, monospace);
	font-size: 0.78rem;
	color: rgba(255,255,255,0.55);
}
.igo-data-table tbody tr:hover { background: rgba(255,255,255,0.025); }

.igo-link {
	color: #f5c842;
	text-decoration: none;
	border-bottom: 1px dotted rgba(245,200,66,0.5);
}
.igo-link:hover { color: #fff; border-bottom-color: #fff; }

/* ── METHOD + RELATED ──────────────────────────────────────────────── */
.igo-method-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 1.5rem;
}
@media (max-width: 880px) { .igo-method-grid { grid-template-columns: 1fr; } }
.igo-method {
	padding: 1.5rem;
	background: rgba(255,255,255,0.025);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
}
.igo-method h3 { margin: 0 0 0.9rem; font-size: 1.1rem; color: #fff; font-weight: 700; }
.igo-method ul { margin: 0; padding: 0 0 0 1.1rem; }
.igo-method li { font-size: 0.92rem; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 0.55rem; }
.igo-method strong { color: rgba(255,255,255,0.95); font-weight: 600; }
.igo-method a { color: #6ee7b7; text-decoration: none; border-bottom: 1px dotted rgba(110,231,183,0.5); }
.igo-method a:hover { color: #fff; border-bottom-color: #fff; }

/* ── EMPTY STATE ───────────────────────────────────────────────────── */
.igo-empty { padding: 6rem 0; text-align: center; }
.igo-empty__inner { max-width: 600px; margin: 0 auto; }
.igo-empty__icon { font-size: 4rem; margin: 0 0 1rem; }
.igo-empty h1 { font-size: 2rem; margin: 0 0 1rem; color: #fff; }
.igo-empty p { color: rgba(255,255,255,0.75); line-height: 1.65; margin: 0 0 1rem; }
.igo-empty pre { background: rgba(255,255,255,0.04); padding: 1rem; border-radius: 8px; overflow-x: auto; text-align: left; }
.igo-empty code { color: #f5c842; font-family: var(--igc-font-mono, monospace); font-size: 0.9rem; }

/* ═════════════════════════════════════════════
   LIGHT MODE
═════════════════════════════════════════════ */
html.igc-light .igo-page { background: #f4f6f9; color: #1a1a2e; }
html.igc-light .igo-hero {
	background:
		radial-gradient(900px 600px at 0% 0%, rgba(59,130,246,0.06), transparent 60%),
		radial-gradient(700px 500px at 100% 10%, rgba(16,185,129,0.05), transparent 60%),
		linear-gradient(180deg, #ffffff 0%, #f4f6f9 100%);
	border-bottom-color: #e2e8f0;
}
html.igc-light .igo-section--alt { background: #ffffff; border-color: #e2e8f0; }
html.igc-light .igo-hero__title,
html.igc-light .igo-section__head h2,
html.igc-light .igo-kpi__value,
html.igc-light .igo-takeaway__title,
html.igc-light .igo-chart-card__head h3,
html.igc-light .igo-prod-name,
html.igc-light .igo-narrative__head h3,
html.igc-light .igo-forecast-card h4,
html.igc-light .igo-outlook-callout__head h3,
html.igc-light .igo-anom__ym,
html.igc-light .igo-empty h1,
html.igc-light .igo-method h3 { color: #0f172a; }
html.igc-light .igo-hero__eyebrow { color: #047857; }
html.igc-light .igo-eyebrow,
html.igc-light .igo-forecast-point { color: #b45309 !important; }
html.igc-light .igo-hero__headline { color: #b45309; }
html.igc-light .igo-hero__dek,
html.igc-light .igo-section__intro,
html.igc-light .igo-takeaway__body,
html.igc-light .igo-chart-card__note,
html.igc-light .igo-narrative p,
html.igc-light .igo-anom p,
html.igc-light .igo-method li,
html.igc-light .igo-outlook-callout p,
html.igc-light .igo-empty p { color: #475569; }
html.igc-light .igo-crumbs, html.igc-light .igo-hero__meta { color: #64748b; }
html.igc-light .igo-hero__meta strong, html.igc-light .igo-method strong { color: #0f172a; }
html.igc-light .igo-kpi,
html.igc-light .igo-chart-card,
html.igc-light .igo-takeaway,
html.igc-light .igo-product-table,
html.igc-light .igo-narrative,
html.igc-light .igo-forecast-card,
html.igc-light .igo-anom,
html.igc-light .igo-method,
html.igc-light .igo-data-table-wrap {
	background: #ffffff;
	border-color: #e2e8f0;
	box-shadow: 0 1px 2px rgba(15,23,42,0.04);
}
html.igc-light .igo-kpi__label,
html.igc-light .igo-kpi__mom-lbl,
html.igc-light .igo-kpi__extras,
html.igc-light .igo-chart-card__unit,
html.igc-light .igo-product-table th,
html.igc-light .igo-data-table th,
html.igc-light .igo-anom__metric,
html.igc-light .igo-forecast-table th { color: #64748b; }
html.igc-light .igo-product-table th { background: #f8fafc; }
html.igc-light .igo-product-table tr,
html.igc-light .igo-product-table td,
html.igc-light .igo-data-table tr,
html.igc-light .igo-data-table td,
html.igc-light .igo-forecast-table th,
html.igc-light .igo-forecast-table td { border-bottom-color: #e2e8f0 !important; }
html.igc-light .igo-data-table thead { background: #f8fafc; }
html.igc-light .igo-forecast-table .num { color: #1e293b; }
html.igc-light .igo-forecast-point--up   { color: #047857 !important; }
html.igc-light .igo-forecast-point--down { color: #be1626 !important; }
html.igc-light .igo-forecast-point--flat { color: #b45309 !important; }
html.igc-light .igo-mom-up   { color: #047857; }
html.igc-light .igo-mom-down { color: #be1626; }
html.igc-light .igo-mom-flat, html.igc-light .igo-mom-neutral { color: #64748b; }
html.igc-light .igo-trend--rising  { background: rgba(4,120,87,0.10); color: #047857; }
html.igc-light .igo-trend--falling { background: rgba(190,22,38,0.10); color: #be1626; }
html.igc-light .igo-trend--stable  { background: #f1f5f9; color: #475569; }
html.igc-light .igo-outlook-callout {
	background: linear-gradient(135deg, rgba(180,83,9,0.06), rgba(180,83,9,0.01));
	border-color: rgba(180,83,9,0.25);
}
html.igc-light .igo-method a { color: #047857; }
html.igc-light .igo-link { color: #b45309; border-bottom-color: rgba(180,83,9,0.5); }
html.igc-light .igo-data-table thead { background: #f8fafc; }

/* ============================================================
 * Schema-2.0 additions: Market Scale, Margin/Hold, Fiscal Year,
 * Seasonality, Records/Streaks/Drawdowns, Forecast Backtest,
 * Sparklines, Downloads
 * ============================================================ */
.igo-section--scale .igo-scale-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
@media (max-width: 900px) { .igo-section--scale .igo-scale-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .igo-section--scale .igo-scale-grid { grid-template-columns: 1fr; } }
.igo-scale-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 1.1rem 1.15rem 1.2rem; }
.igo-scale-card--primary { background: linear-gradient(145deg, rgba(59,130,246,0.12), rgba(59,130,246,0.03)); border-color: rgba(59,130,246,0.30); }
.igo-scale-card__eyebrow { font: 600 0.68rem/1.2 "DM Mono", monospace; text-transform: uppercase; letter-spacing: 0.10em; color: rgba(255,255,255,0.55); margin-bottom: 0.6rem; }
.igo-scale-card__value { font: 700 2.05rem/1.05 "DM Sans", system-ui, sans-serif; color: #fff; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.igo-scale-card--primary .igo-scale-card__value { color: #93c5fd; }
.igo-scale-card__sub { display: flex; flex-direction: column; gap: 0.4rem; }
.igo-scale-card__footnote { font-size: 0.74rem; color: rgba(255,255,255,0.45); line-height: 1.45; }
.igo-chip { display: inline-block; padding: 0.18rem 0.55rem; border-radius: 999px; font: 600 0.72rem/1.2 "DM Sans", system-ui, sans-serif; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.78); border: 1px solid rgba(255,255,255,0.10); width: max-content; }
.igo-chip--up { background: rgba(16,185,129,0.13); color: #34d399; border-color: rgba(16,185,129,0.30); }
.igo-chip--down { background: rgba(244,63,94,0.13); color: #fb7185; border-color: rgba(244,63,94,0.30); }
.igo-chip--flat, .igo-chip--neutral { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.65); }
.igo-chip--warning { background: rgba(245,158,11,0.13); color: #fbbf24; border-color: rgba(245,158,11,0.30); }
.igo-scale-caveat { margin-top: 1rem; font-size: 0.78rem; color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 0.7rem 0.9rem; line-height: 1.55; }
.igo-scale-caveat a { color: #93c5fd; text-decoration: underline; text-underline-offset: 2px; }

.igo-hold-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 1.2rem; margin-top: 1.5rem; }
@media (max-width: 960px) { .igo-hold-grid { grid-template-columns: 1fr; } }
.igo-hold-summary { display: flex; flex-direction: column; gap: 1rem; }
.igo-hold-summary__card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 1rem 1.1rem; }
.igo-hold-summary__eyebrow { font: 600 0.68rem/1.2 "DM Mono", monospace; text-transform: uppercase; letter-spacing: 0.10em; color: rgba(255,255,255,0.55); margin-bottom: 0.5rem; }
.igo-hold-summary__value { font: 700 1.85rem/1 "DM Sans", system-ui, sans-serif; color: #fff; margin-bottom: 0.5rem; }
.igo-hold-summary__row { font-size: 0.82rem; color: rgba(255,255,255,0.65); display: flex; justify-content: space-between; padding: 0.18rem 0; }
.igo-hold-summary__row strong { color: #fff; }
.igo-hold-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; }
.igo-hold-table th, .igo-hold-table td { padding: 0.65rem 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.igo-hold-table thead { background: rgba(255,255,255,0.04); }
.igo-hold-table th { color: rgba(255,255,255,0.65); font-weight: 600; text-align: left; }
.igo-hold-table th.num, .igo-hold-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
.igo-hold-table tbody tr:last-child td { border-bottom: none; }

.igo-fy-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 1.2rem; margin-top: 1.5rem; }
@media (max-width: 1000px) { .igo-fy-grid { grid-template-columns: 1fr; } }
.igo-toggle { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); color: rgba(255,255,255,0.65); font: 600 0.72rem/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.32rem 0.7rem; border-radius: 6px; cursor: pointer; margin-left: 0.4rem; }
.igo-toggle.is-active { background: rgba(16,185,129,0.18); color: #34d399; border-color: rgba(16,185,129,0.40); }
.igo-fy-table-wrap { display: flex; flex-direction: column; gap: 0.8rem; }
.igo-fy-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; overflow: hidden; }
.igo-fy-table th, .igo-fy-table td { padding: 0.55rem 0.65rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.igo-fy-table thead { background: rgba(255,255,255,0.04); }
.igo-fy-table th { color: rgba(255,255,255,0.65); font-weight: 600; text-align: left; font-size: 0.78rem; }
.igo-fy-table th.num, .igo-fy-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
.igo-fy-table tbody tr:last-child td { border-bottom: none; }
.igo-fy-table--compact { font-size: 0.78rem; }
.igo-fy-row--inprogress { background: rgba(245,158,11,0.04); }
.igo-q-details summary { cursor: pointer; font-size: 0.82rem; color: rgba(255,255,255,0.65); padding: 0.45rem 0.6rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; list-style: none; }
.igo-q-details summary::after { content: ' \25BE'; opacity: 0.6; }
.igo-q-details[open] summary::after { content: ' \25B4'; }

.igo-heatmap-wrap { margin-top: 1.4rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 1rem 1rem 0.8rem; overflow-x: auto; }
.igo-heatmap { width: 100%; border-collapse: separate; border-spacing: 3px; font-size: 0.78rem; font-variant-numeric: tabular-nums; }
.igo-heatmap th { font: 600 0.68rem/1 "DM Mono", monospace; color: rgba(255,255,255,0.55); text-transform: uppercase; padding: 0.3rem 0.2rem; text-align: center; }
.igo-heatmap__metric { color: rgba(255,255,255,0.85); font-weight: 600; text-align: left !important; padding-right: 0.8rem; white-space: nowrap; }
.igo-heatmap__cell { border-radius: 5px; color: #fff; padding: 0.45rem 0.3rem; text-align: center; font-weight: 600; min-width: 44px; cursor: default; }
.igo-heatmap__cell--na { background: rgba(255,255,255,0.02) !important; color: rgba(255,255,255,0.25); }
.igo-heatmap__peak { font: 600 0.72rem/1 "DM Mono", monospace; color: #34d399; text-align: center; padding-left: 0.6rem; }
.igo-heatmap__legend { margin-top: 0.7rem; display: flex; gap: 0.8rem; font-size: 0.72rem; color: rgba(255,255,255,0.55); flex-wrap: wrap; }
.igo-heatmap__swatch { display: inline-block; width: 14px; height: 14px; border-radius: 3px; vertical-align: middle; margin-right: 4px; }
.igo-heatmap__swatch--below { background: rgba(244,63,94,0.40); }
.igo-heatmap__swatch--mid { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15); }
.igo-heatmap__swatch--above { background: rgba(16,185,129,0.40); }

.igo-rsd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.4rem; }
@media (max-width: 1100px) { .igo-rsd-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .igo-rsd-grid { grid-template-columns: 1fr; } }
.igo-rsd-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 1rem 1.05rem 1.1rem; }
.igo-rsd-card h3 { font: 600 0.95rem/1.2 "DM Sans", system-ui, sans-serif; color: #fff; margin: 0 0 0.7rem; }
.igo-rsd-intro { font-size: 0.76rem; color: rgba(255,255,255,0.55); margin: 0 0 0.7rem; line-height: 1.5; }
.igo-rsd-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.igo-rsd-list li { display: grid; grid-template-columns: 1fr auto; row-gap: 0.15rem; padding-bottom: 0.55rem; border-bottom: 1px dashed rgba(255,255,255,0.06); }
.igo-rsd-list li:last-child { border-bottom: none; padding-bottom: 0; }
.igo-rsd-list__label { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.85); }
.igo-rsd-list__value { font-size: 0.92rem; font-weight: 700; color: #fff; text-align: right; font-variant-numeric: tabular-nums; }
.igo-rsd-list__when { grid-column: 1 / -1; font-size: 0.72rem; color: rgba(255,255,255,0.5); line-height: 1.4; }
.igo-rsd-list__when strong { color: #fb7185; }
.igo-rsd-footnote { margin-top: 0.7rem; font-size: 0.76rem; color: rgba(255,255,255,0.65); background: rgba(244,63,94,0.08); border: 1px solid rgba(244,63,94,0.20); border-radius: 8px; padding: 0.55rem 0.7rem; line-height: 1.5; }
.igo-rsd-footnote strong { color: #fb7185; }

.igo-backtest-callout { margin-top: 1.5rem; padding: 1.2rem 1.3rem; background: linear-gradient(135deg, rgba(16,185,129,0.06), rgba(16,185,129,0.01)); border: 1px solid rgba(16,185,129,0.25); border-radius: 14px; }
.igo-backtest-callout--pending { background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)); border-color: rgba(255,255,255,0.10); }
.igo-backtest-callout__head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.7rem; }
.igo-backtest-callout__head h3 { font: 600 1rem/1.2 "DM Sans", system-ui, sans-serif; color: #fff; margin: 0; }
.igo-backtest-callout__head span { font-size: 1.3rem; }
.igo-backtest-pending { font-size: 0.85rem; color: rgba(255,255,255,0.7); line-height: 1.55; margin: 0; }
.igo-backtest-method { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin: 0 0 0.8rem; line-height: 1.5; }
.igo-backtest-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; background: rgba(0,0,0,0.18); border-radius: 10px; overflow: hidden; }
.igo-backtest-table th, .igo-backtest-table td { padding: 0.55rem 0.7rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.igo-backtest-table th { color: rgba(255,255,255,0.65); font-weight: 600; text-align: left; font-size: 0.78rem; }
.igo-backtest-table th.num, .igo-backtest-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
.igo-backtest-table tbody tr:last-child td { border-bottom: none; }
.igo-backtest-aggregate { font-size: 0.8rem; color: rgba(255,255,255,0.65); margin: 0.8rem 0 0; line-height: 1.5; }
.igo-backtest-aggregate strong { color: #fff; }

.igo-spark { display: block; margin-top: 4px; opacity: 0.78; }
.igo-th-block { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 2px; }

.igo-downloads-bar { margin-bottom: 1.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem; padding: 0.7rem 0.9rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; }
.igo-downloads-bar__label { font: 600 0.78rem/1 "DM Sans", system-ui, sans-serif; color: rgba(255,255,255,0.8); margin-right: 0.4rem; }
.igo-download-btn { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.75rem; background: rgba(59,130,246,0.10); border: 1px solid rgba(59,130,246,0.30); border-radius: 8px; font: 600 0.78rem/1 "DM Sans", system-ui, sans-serif; color: #93c5fd; text-decoration: none; transition: background 0.12s ease; }
.igo-download-btn:hover { background: rgba(59,130,246,0.18); color: #bfdbfe; }
.igo-download-btn__hint { font-size: 0.7rem; opacity: 0.7; font-weight: 500; }
.igo-downloads-bar__rights { margin-left: auto; font-size: 0.72rem; color: rgba(255,255,255,0.40); }

/* Light-mode variants */
html.igc-light .igo-scale-card { background: #ffffff; border-color: #e2e8f0; }
html.igc-light .igo-scale-card--primary { background: linear-gradient(145deg, #eff6ff, #ffffff); border-color: #93c5fd; }
html.igc-light .igo-scale-card__eyebrow,
html.igc-light .igo-scale-card__footnote { color: #64748b; }
html.igc-light .igo-scale-card__value { color: #0f172a; }
html.igc-light .igo-scale-card--primary .igo-scale-card__value { color: #1d4ed8; }
html.igc-light .igo-chip { background: #f1f5f9; color: #475569; border-color: #e2e8f0; }
html.igc-light .igo-chip--up { background: #d1fae5; color: #047857; border-color: #6ee7b7; }
html.igc-light .igo-chip--down { background: #fee2e2; color: #b91c1c; border-color: #fca5a5; }
html.igc-light .igo-chip--warning { background: #fef3c7; color: #92400e; border-color: #fcd34d; }
html.igc-light .igo-scale-caveat { background: #f8fafc; color: #475569; border-color: #e2e8f0; }
html.igc-light .igo-scale-caveat a { color: #1d4ed8; }
html.igc-light .igo-hold-summary__card,
html.igc-light .igo-hold-table,
html.igc-light .igo-fy-table,
html.igc-light .igo-rsd-card,
html.igc-light .igo-heatmap-wrap,
html.igc-light .igo-downloads-bar { background: #ffffff; border-color: #e2e8f0; }
html.igc-light .igo-hold-summary__eyebrow { color: #64748b; }
html.igc-light .igo-hold-summary__value,
html.igc-light .igo-hold-summary__row strong,
html.igc-light .igo-rsd-card h3,
html.igc-light .igo-rsd-list__value,
html.igc-light .igo-rsd-list__label { color: #0f172a; }
html.igc-light .igo-hold-summary__row,
html.igc-light .igo-rsd-intro,
html.igc-light .igo-rsd-list__when { color: #64748b; }
html.igc-light .igo-hold-table thead,
html.igc-light .igo-fy-table thead { background: #f8fafc; }
html.igc-light .igo-hold-table th,
html.igc-light .igo-fy-table th { color: #475569; }
html.igc-light .igo-hold-table td,
html.igc-light .igo-fy-table td { border-bottom-color: #e5e7eb; color: #0f172a; }
html.igc-light .igo-toggle { background: #f1f5f9; color: #475569; border-color: #e2e8f0; }
html.igc-light .igo-toggle.is-active { background: #d1fae5; color: #047857; border-color: #6ee7b7; }
html.igc-light .igo-heatmap th { color: #64748b; }
html.igc-light .igo-heatmap__metric { color: #0f172a; }
html.igc-light .igo-heatmap__peak { color: #047857; }
html.igc-light .igo-heatmap__swatch--mid { background: #f1f5f9; border-color: #e2e8f0; }
html.igc-light .igo-heatmap__legend { color: #64748b; }
html.igc-light .igo-rsd-footnote { background: #fef2f2; border-color: #fecaca; color: #475569; }
html.igc-light .igo-rsd-footnote strong { color: #b91c1c; }
html.igc-light .igo-q-details summary { background: #f8fafc; color: #475569; border-color: #e2e8f0; }
html.igc-light .igo-fy-row--inprogress { background: #fffbeb; }
html.igc-light .igo-backtest-callout { background: linear-gradient(135deg, #ecfdf5, #ffffff); border-color: #6ee7b7; }
html.igc-light .igo-backtest-callout--pending { background: #f8fafc; border-color: #e2e8f0; }
html.igc-light .igo-backtest-callout__head h3 { color: #0f172a; }
html.igc-light .igo-backtest-pending,
html.igc-light .igo-backtest-method,
html.igc-light .igo-backtest-aggregate { color: #475569; }
html.igc-light .igo-backtest-aggregate strong { color: #0f172a; }
html.igc-light .igo-backtest-table { background: #f8fafc; }
html.igc-light .igo-backtest-table th { color: #475569; }
html.igc-light .igo-backtest-table td { border-bottom-color: #e5e7eb; color: #0f172a; }
html.igc-light .igo-downloads-bar__label { color: #0f172a; }
html.igc-light .igo-downloads-bar__rights { color: #94a3b8; }
html.igc-light .igo-download-btn { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
html.igc-light .igo-download-btn:hover { background: #dbeafe; color: #1e40af; }

/* ── Structured narrative (schema 2.0+): thesis + bullets + closing ── */
.igo-narrative__thesis {
	font: 600 1.02rem/1.45 "DM Sans", system-ui, sans-serif;
	color: #fff;
	margin: 0 0 0.9rem;
}
.igo-narrative__bullets {
	list-style: none;
	padding: 0;
	margin: 0 0 0.9rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}
.igo-narrative__bullets li {
	position: relative;
	padding-left: 1.05rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255,255,255,0.78);
}
.igo-narrative__bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.62rem;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: var(--igc-accent, #f5c842);
}
.igo-narrative__bullets li strong {
	color: #fff;
	font-weight: 700;
}
.igo-narrative__closing {
	font-size: 0.85rem;
	font-style: italic;
	color: rgba(255,255,255,0.62);
	line-height: 1.55;
	margin: 0;
	padding-top: 0.65rem;
	border-top: 1px dashed rgba(255,255,255,0.10);
}
.igo-outlook-callout .igo-narrative__thesis { color: #fff; }
.igo-outlook-callout .igo-narrative__bullets li { color: rgba(255,255,255,0.80); }
.igo-outlook-callout .igo-narrative__bullets li::before { background: #34d399; }

/* Light-mode parity */
html.igc-light .igo-narrative__thesis,
html.igc-light .igo-narrative__bullets li strong { color: #0f172a; }
html.igc-light .igo-narrative__bullets li { color: #334155; }
html.igc-light .igo-narrative__bullets li::before { background: #b45309; }
html.igc-light .igo-narrative__closing { color: #64748b; border-top-color: #e2e8f0; }
html.igc-light .igo-outlook-callout .igo-narrative__thesis { color: #0f172a; }
html.igc-light .igo-outlook-callout .igo-narrative__bullets li { color: #334155; }
html.igc-light .igo-outlook-callout .igo-narrative__bullets li::before { background: #047857; }

/* ============================================================
 * Hero PDF CTA — full-bleed glass card under the dek
 * Mirrors rp-pdf-cta in regulator-profile.css but scoped to .igo-
 * to keep this template fully self-contained.
 * ============================================================ */
.igo-pdf-cta {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 1.2rem;
	align-items: center;
	margin: 1.8rem 0 2rem;
	padding: 1.1rem 1.3rem 1.15rem 1.2rem;
	background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
	border: 1px solid rgba(255,255,255,0.10);
	border-radius: 14px;
	text-decoration: none;
	color: inherit;
	position: relative;
	overflow: hidden;
	transition: transform 0.15s var(--igc-ease, ease), border-color 0.15s var(--igc-ease, ease), background 0.15s var(--igc-ease, ease);
}
.igo-pdf-cta::before {
	content: "";
	position: absolute; top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(to right, #d92228 0%, #d92228 50%, #e87722 50%, #e87722 100%);
}
.igo-pdf-cta:hover {
	transform: translateY(-1px);
	border-color: rgba(232, 119, 34, 0.40);
	background: linear-gradient(135deg, rgba(232,119,34,0.10), rgba(217,34,40,0.04));
}
.igo-pdf-cta__icon {
	display: inline-flex;
	align-items: center; justify-content: center;
	width: 60px; height: 60px;
	background: linear-gradient(135deg, rgba(217,34,40,0.22), rgba(232,119,34,0.22));
	border: 1px solid rgba(232,119,34,0.35);
	border-radius: 12px;
	color: #fbbf24;
	flex-shrink: 0;
}
.igo-pdf-cta__body {
	display: flex; flex-direction: column; gap: 0.32rem;
	min-width: 0;
}
.igo-pdf-cta__eyebrow {
	font: 600 0.68rem/1.2 "DM Mono", monospace;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	color: rgba(232, 119, 34, 0.95);
}
.igo-pdf-cta__title {
	font: 600 1.08rem/1.35 "DM Sans", system-ui, sans-serif;
	color: #fff;
	letter-spacing: -0.005em;
}
.igo-pdf-cta__meta {
	display: flex; flex-wrap: wrap; gap: 0.4rem;
	margin-top: 0.2rem;
}
.igo-pdf-cta__chip {
	display: inline-flex; align-items: center; gap: 0.3rem;
	padding: 0.18rem 0.55rem;
	font: 600 0.7rem/1.2 "DM Sans", system-ui, sans-serif;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 6px;
	background: rgba(255,255,255,0.06);
	color: rgba(255,255,255,0.85);
}
.igo-pdf-cta__chip--igo {
	border-color: rgba(217, 34, 40, 0.55);
	background: rgba(217, 34, 40, 0.14);
	color: #fca5a5;
}
.igo-pdf-cta__chip--agco {
	border-color: rgba(232, 119, 34, 0.55);
	background: rgba(232, 119, 34, 0.14);
	color: #fdba74;
}
.igo-pdf-cta__chip--muted {
	border-color: rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.04);
	color: rgba(255,255,255,0.55);
	font-family: "DM Mono", monospace;
	font-size: 0.68rem;
	letter-spacing: 0.03em;
}
.igo-pdf-cta__arrow {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 50%;
	color: rgba(255,255,255,0.78);
	transition: background 0.15s var(--igc-ease, ease), transform 0.15s var(--igc-ease, ease);
	flex-shrink: 0;
}
.igo-pdf-cta:hover .igo-pdf-cta__arrow {
	background: rgba(232, 119, 34, 0.20);
	border-color: rgba(232, 119, 34, 0.45);
	color: #fff;
	transform: translateX(3px);
}

/* Mobile collapse */
@media (max-width: 720px) {
	.igo-pdf-cta { grid-template-columns: auto 1fr; padding: 1rem 1.1rem; }
	.igo-pdf-cta__arrow { display: none; }
	.igo-pdf-cta__icon { width: 52px; height: 52px; }
	.igo-pdf-cta__title { font-size: 1rem; }
}

/* Light-mode parity */
html.igc-light .igo-pdf-cta {
	background: linear-gradient(135deg, #fff7ed, #fffbeb);
	border-color: #fde68a;
}
html.igc-light .igo-pdf-cta:hover {
	background: linear-gradient(135deg, #ffedd5, #fef3c7);
	border-color: #f59e0b;
}
html.igc-light .igo-pdf-cta__icon {
	background: linear-gradient(135deg, rgba(217,34,40,0.12), rgba(232,119,34,0.12));
	border-color: rgba(232,119,34,0.40);
	color: #b45309;
}
html.igc-light .igo-pdf-cta__title { color: #0f172a; }
html.igc-light .igo-pdf-cta__eyebrow { color: #b45309; }
html.igc-light .igo-pdf-cta__chip {
	background: #ffffff;
	border-color: #e2e8f0;
	color: #475569;
}
html.igc-light .igo-pdf-cta__chip--igo {
	background: #fef2f2; border-color: #fca5a5; color: #b91c1c;
}
html.igc-light .igo-pdf-cta__chip--agco {
	background: #fff7ed; border-color: #fdba74; color: #9a3412;
}
html.igc-light .igo-pdf-cta__chip--muted {
	background: #f8fafc; border-color: #e2e8f0; color: #94a3b8;
}
html.igc-light .igo-pdf-cta__arrow {
	background: #ffffff; border-color: #e2e8f0; color: #64748b;
}
html.igc-light .igo-pdf-cta:hover .igo-pdf-cta__arrow {
	background: #fff7ed; border-color: #f59e0b; color: #b45309;
}
