/* The long term tab of the forecast, /forecast/long-term/, and the three
   tabs shared with /forecast/. Every rule is scoped to .lt or .fxtabs so it
   cannot reach another page: the lesson of the shared stylesheet that took
   the Fleet map down on 11 September 2026.
   Text on this page runs the full column width, the same as the charts,
   which is Gary's rule from 19 September: words and pictures on one edge. */
.fxtabs{display:flex;gap:24px;border-bottom:1px solid var(--hair);font-size:14px;margin:4px 0 0}
.fxtabs a,.fxtabs .soon{padding:12px 0;color:var(--muted);text-decoration:none}
.fxtabs a:hover{text-decoration:underline}
.fxtabs a.on{color:var(--ink);border-bottom:2px solid var(--ink);font-weight:500}
.fxtabs .soon{color:#9AA9B0}
.hero.lt h1{max-width:none}
.hero.lt .lede{max-width:none}
.lt .ltbig{font-size:26px;line-height:1.25;letter-spacing:-.005em;margin:16px 0 8px;max-width:none}
.lt h2{max-width:none}
.lt .ltsub{font-size:15px;color:var(--muted);margin:0 0 16px;max-width:none}
.lt p{max-width:none}
.lt .kicker{margin:0 0 6px}
.lt .ltrule{border:0;border-top:1px solid var(--ink);margin:40px 0 20px}
.lt .ltfig{margin:0 0 12px}
.lt .ltfig figcaption{font-size:15px;line-height:1.5;color:var(--muted);margin-top:10px;max-width:none}
.lt .lt-narrow{display:none}
@media (max-width:640px){
  .lt .lt-wide{display:none}
  .lt .lt-narrow{display:block}
}
.lt .ltkey{display:flex;gap:22px;font-size:13px;color:var(--muted);margin:4px 0 8px;flex-wrap:wrap}
.lt .ltkey span::before{content:"";display:inline-block;width:22px;height:0;border-top:2.5px solid var(--accent);vertical-align:middle;margin-right:8px}
.lt .ltkey .k2::before{border-top:1.5px solid var(--ink)}
.lt .ltkey .k3::before{border-top:2px dashed #7C8A93}
.lt .ltkey .k4::before{height:10px;border:0;background:var(--wash)}
.lt .ltkey .k5::before{border-top:1.6px solid #7C8A93}
.lt .ltkey .k6::before{border-top:1.5px dotted #7C8A93}
.lt .lttab{margin:0 0 28px}
.lt .lttab summary{cursor:pointer;color:var(--accent);font-size:14px}
.lt .lttv{border-collapse:collapse;font-size:13px;font-variant-numeric:tabular-nums;margin-top:8px}
.lt .lttv th,.lt .lttv td{text-align:right;padding:5px 12px;border-bottom:1px solid var(--grid);white-space:nowrap}
.lt .lttv th:first-child,.lt .lttv td:first-child{text-align:left}
.lt .ltsrc th:nth-child(2),.lt .ltsrc td:nth-child(2),.lt .ltsrc th:nth-child(3),.lt .ltsrc td:nth-child(3){text-align:left}
.lt .lttv th{font-weight:500;color:var(--muted)}
.lt .ltnote{font-size:13px;color:var(--muted);margin:8px 0 0;max-width:none}
