/* Slide 08: four source-grounded forecasting cases. */
#slide-09-nacion-valor.slide .s09c-main { grid-template-columns: minmax(0, 27%) minmax(0, 1fr); gap: 38px; }
#slide-09-nacion-valor.slide .s09c-wrap { gap: 22px; }
#slide-09-nacion-valor.slide .s09c-card { display: grid; grid-template-columns: 24px 1fr; gap: 4px 10px; padding: 12px 14px; text-align: left; align-items: center; }
#slide-09-nacion-valor.slide .s09c-ico { width: 24px; height: 24px; grid-row: span 2; }
#slide-09-nacion-valor.slide .s09c-ct { font-size: 14px; }
#slide-09-nacion-valor.slide .s09c-cd { font-size: 11px; line-height: 1.3; }
#slide-09-nacion-valor.slide .s09c-rule { display: none; }
.fc8-board { min-width: 0; align-self: center; }
.fc8-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 13px; }
.fc8-heading h2 { font: 500 19px var(--font-product); letter-spacing: -.015em; margin: 0; color: var(--tx); }
.fc8-heading p { font: 11px var(--font-mono); color: var(--tx3); margin: 6px 0 0; }
.fc8-controls { display: flex; gap: 5px; flex: none; }
.fc8-controls button { appearance: none; border: 1px solid var(--rule); background: transparent; border-radius: 6px; color: var(--tx2); cursor: pointer; padding: 7px 9px; font: 500 11px var(--font-product); }
.fc8-controls button[aria-pressed="true"] { background: var(--acc-tint); border-color: var(--acc-line); color: var(--acc); }
.fc8-controls button:hover { border-color: var(--acc); }
.fc8-controls button:focus-visible, .fc8-point:focus-visible { outline: 2px solid var(--acc); outline-offset: 3px; }
.fc8-legend { display: flex; gap: 22px; align-items: center; font: 12px var(--font-sans); color: var(--tx2); margin-bottom: 16px; }
.fc8-legend span { display: flex; align-items: center; gap: 7px; }
.fc8-legend i { width: 22px; height: 0; border-top: 2px solid #687c89; }
.fc8-legend .fc8-forecast-key { border-color: #197056; }
.fc8-legend .fc8-range-key { height: 10px; border: 1px solid #19705640; background: #19705620; }
.fc8-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.fc8-card { position: relative; min-width: 0; margin: 0; padding: 15px 17px 12px; border: 1px solid #d5ded9; background: #ffffffbf; border-radius: 11px; }
.fc8-card-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.fc8-card-head h3 { font: 500 17px var(--font-product); letter-spacing: -.02em; margin: 0; }
.fc8-id { font: 10px var(--font-mono); letter-spacing: .08em; color: var(--tx3); }
.fc8-chart { position: relative; }
.fc8-svg { display: block; width: 100%; aspect-ratio: 520/132; overflow: visible; }
.fc8-svg text { font: 10px var(--font-product); fill: #79857f; }
.fc8-svg .fc8-axis-unit { font-size: 9px; }
.fc8-gridline { stroke: #dce4df; stroke-width: .8; }
.fc8-cut { stroke: #94a89b; stroke-width: 1; stroke-dasharray: 3 4; }
.fc8-history { fill: none; stroke: #687c89; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.fc8-projection { fill: none; stroke: #197056; stroke-width: 2.4; stroke-linejoin: round; stroke-linecap: round; }
.fc8-band { fill: #197056; fill-opacity: .14; stroke: none; }
.fc8-point { fill: #fff; stroke: #197056; stroke-width: 1.7; cursor: help; }
.fc8-cursor { stroke: #4c6859; stroke-width: 1; stroke-dasharray: 2 3; pointer-events: none; }
.fc8-tooltip { position: absolute; top: 7px; left: 44px; right: 3px; z-index: 2; width: fit-content; max-width: calc(100% - 47px); padding: 6px 9px; border: 1px solid #d5ded9; border-radius: 5px; background: #fffffff5; color: #244837; font: 11px var(--font-product); pointer-events: none; box-shadow: 0 4px 12px #00000009; }
.fc8-tooltip[hidden] { display: none; }
.fc8-months { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; padding: 9px 0; border-bottom: 1px solid #e2e8e4; }
.fc8-months span { display: flex; align-items: baseline; gap: 7px; font: 10px var(--font-product); color: var(--tx3); }
.fc8-months b { font: 500 15px var(--font-product); font-variant-numeric: tabular-nums; color: #197056; }
.fc8-card figcaption { margin-top: 9px; font: 13px/1.4 var(--font-sans); color: var(--tx2); min-height: 36px; text-wrap: pretty; }
.fc8-note { margin: 12px 0 0; font: 10px/1.5 var(--font-product); color: var(--tx3); }
.fc8-error { padding: 24px; color: var(--tx2); }
@keyframes fc8-reveal { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0); } }
@keyframes fc8-range-in { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: no-preference) {
  #slide-09-nacion-valor[data-deck-active] .fc8-board[data-playing] .fc8-history-layer { animation: fc8-reveal 1.3s var(--fc8-delay,0s) ease-out both; }
  #slide-09-nacion-valor[data-deck-active] .fc8-board[data-playing] .fc8-projection-layer { animation: fc8-reveal .9s calc(1.3s + var(--fc8-delay,0s)) ease-out both; }
  #slide-09-nacion-valor[data-deck-active] .fc8-board[data-playing] .fc8-band { animation: fc8-range-in .65s calc(2.1s + var(--fc8-delay,0s)) ease-out both; }
}
@media print { .fc8-controls { display: none; } .fc8-history-layer, .fc8-projection-layer, .fc8-band { animation: none !important; clip-path: none !important; opacity: 1 !important; } }
