/* styles/footprint.css — Reports → "AI footprint" (16 Sep 2026; redesigned 17 Sep 2026).
   Hugo: "the fonts so different and basic … the alignment off … the table so lazily put … the title a proper
   mess". The reference is his ChatGPT infographic: one strong title, a green answer block, three equal figure
   cards, the multiples as the loudest thing, generous space.
   The system here:
   - one type scale: display figures 88 / 64 / 44 / 34 px (--font-display), text 17 / 14 / 12.5 px, caps 11 px;
   - one heading: a tracked kicker, a display title, an optional sub line (.fp-head);
   - one grid per panel, shared by the bars and the side-by-side table (label column 22 %);
   - secondary text in --ink-muted, never the faint --ink-soft; green text is --ink-moss, green fills --chart-1.
   Tokens only (invariant 28); nothing changes height when a setting is edited (invariant 20).
   The printed statement is its own document (src/footprintStatement.js, _fpStatementHtml). */

.fp-root {
  --fp-pad: 30px;
  --fp-gap: 22px;
  --fp-label-col: 22%;
  --fp-line: color-mix(in srgb, var(--ink-muted) 20%, transparent);
  --fp-line-strong: color-mix(in srgb, var(--ink) 70%, transparent);
  --fp-tint: color-mix(in srgb, var(--leaf, var(--moss)) 13%, transparent);
  --fp-tint-strong: color-mix(in srgb, var(--leaf, var(--moss)) 20%, transparent);
  --fp-track: color-mix(in srgb, var(--ink-muted) 13%, transparent);
  --fp-display: var(--font-display);
  /* An almond is brown in every skin (Hugo, 17 Sep 2026: "almonds shouldnt be blue"). It is the subject's own
     colour, not the look, so it does not follow the palette; not a forest-family literal. */
  --fp-almond: #A8744A;
  --fp-almond-deep: #6B4527;
  --fp-fig-xl: calc(var(--fs-44) * 2);        /* 88 */
  --fp-fig-l: calc(var(--fs-32) * 2);         /* 64 */
  --fp-fig-m: var(--fs-44);                   /* 44 */
  --fp-fig-s: var(--fs-34);                   /* 34 */
  display: flex; flex-direction: column; gap: 18px;
  color: var(--ink);
}
.fp-root .fp-card { padding: var(--fp-pad) calc(var(--fp-pad) + 4px); gap: var(--fp-gap); }
.fp-num { font-family: var(--fp-display); font-weight: 400; letter-spacing: 0.01em; font-variant-numeric: tabular-nums; line-height: 0.9; }
.fp-approx, .fp-times { font-family: var(--font-body); font-weight: var(--fw-semi); letter-spacing: 0; }
.fp-co2 { text-transform: none; }
.fp-co2 sub { font-size: 0.72em; vertical-align: -0.18em; line-height: 0; }
.fp-kicker {
  font-size: var(--fs-11); font-weight: var(--fw-bold); letter-spacing: var(--track-18);
  text-transform: uppercase; color: var(--ink-moss); line-height: 1.3;
}

/* ── Headings: kicker, display title, sub line ───────────────────────────── */
.fp-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.fp-head-text { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.fp-title {
  margin: 0; font-family: var(--fp-display); font-weight: 400; font-size: var(--fs-44);
  line-height: 0.95; letter-spacing: 0.01em; text-transform: uppercase; color: var(--ink);
}
.fp-sub { margin: 2px 0 0; max-width: 92ch; font-size: var(--fs-14); line-height: 1.5; color: var(--ink-muted); }
.fp-head--xl { padding-bottom: 16px; border-bottom: 2px solid var(--fp-line-strong); }
.fp-head--xl .fp-title { font-size: var(--fp-fig-xl); line-height: 0.86; }
.fp-head-actions { flex: none; padding-bottom: 6px; }
.fp-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.fp-actions .rvx-costs-add, .fp-actions .rvx-costs-save { margin-left: 0; }
.fp-scope { margin: -8px 0 0; font-size: var(--fs-12-5); color: var(--ink-muted); letter-spacing: 0.01em; }
.fp-foot { margin: 0; max-width: 118ch; font-size: var(--fs-12-5); line-height: 1.55; color: var(--ink-muted); }

/* ── The answer ───────────────────────────────────────────────────────────── */
.fp-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; align-items: center;
  padding: 30px 34px; border-radius: var(--r-md); background: var(--fp-tint);
}
.fp-hero-text { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.fp-hero-line {
  margin: 0; max-width: 31ch; font-size: var(--fs-38); line-height: 1.18; font-weight: var(--fw-med);
  letter-spacing: -0.01em; color: var(--ink); text-wrap: balance;
}
.fp-hero-line strong { font-weight: var(--fw-heavy); color: var(--ink-moss); white-space: nowrap; }
.fp-hero-note {
  margin: 0; max-width: 72ch; padding-left: 14px; border-left: 2px solid color-mix(in srgb, var(--fp-almond) 70%, transparent);
  font-size: var(--fs-12-5); line-height: 1.55; color: var(--ink-muted);
}
.fp-orchard { margin: 0; display: flex; flex-direction: column; gap: 12px; min-width: 0; width: 520px; max-width: 100%; justify-self: end; }
.fp-orchard-svg { display: block; width: 100%; max-width: 520px; height: auto; }
.fp-almond-shell { fill: var(--fp-almond); }
.fp-almond-ridge { fill: none; stroke: var(--fp-almond-deep); stroke-width: 1.1; stroke-linecap: round; opacity: 0.6; }
.fp-almond-empty .fp-almond-shell { fill: none; stroke: var(--fp-almond); stroke-width: 1.2; }
.fp-orchard figcaption { display: flex; flex-direction: column; gap: 3px; font-size: var(--fs-12-5); color: var(--ink-muted); }
.fp-orchard figcaption b { font-size: var(--fs-13); font-weight: var(--fw-semi); color: var(--ink); }

/* ── Three figures ────────────────────────────────────────────────────────── */
.fp-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fp-stat {
  display: flex; flex-direction: column; gap: 12px; min-width: 0; padding: 22px 24px 20px;
  border: 1px solid var(--fp-line); border-radius: var(--r-md);
}
.fp-stat .fp-kicker { color: var(--ink-muted); }
.fp-stat-fig { display: flex; align-items: baseline; gap: 10px; min-width: 0; }
.fp-stat-fig .fp-num { font-size: var(--fp-fig-xl); color: var(--ink); }
.fp-stat-unit { font-size: var(--fs-22); font-weight: var(--fw-semi); color: var(--ink); white-space: nowrap; }
.fp-stat-sub { font-size: var(--fs-12-5); color: var(--ink-muted); font-variant-numeric: tabular-nums; }

/* ── Everyday terms ───────────────────────────────────────────────────────── */
.fp-terms {
  display: grid; grid-template-columns: minmax(0, 0.8fr) repeat(4, minmax(0, 1fr)); gap: 16px;
  padding-top: 18px; border-top: 1px solid var(--fp-line); align-items: start;
}
.fp-terms-head { display: flex; flex-direction: column; gap: 4px; padding-top: 6px; }
.fp-terms-head span { font-size: var(--fs-12); color: var(--ink-muted); }
.fp-term { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.fp-term-fig { display: flex; align-items: baseline; gap: 6px; }
.fp-term-fig .fp-approx { font-size: var(--fs-22); color: var(--ink-muted); }
.fp-term-fig .fp-num { font-size: var(--fp-fig-m); color: var(--ink); }
.fp-term-label { font-size: var(--fs-14); font-weight: var(--fw-semi); line-height: 1.3; color: var(--ink); }
.fp-term-basis { font-size: var(--fs-12); color: var(--ink-muted); }

/* ── The bars ─────────────────────────────────────────────────────────────── */
.fp-race { display: flex; flex-direction: column; gap: 6px; }
.fp-race-row {
  display: grid; grid-template-columns: var(--fp-label-col) minmax(0, 1fr) 300px; column-gap: 20px;
  align-items: center; min-height: 92px; padding: 12px 0; border-bottom: 1px solid var(--fp-line);
}
.fp-race-row.is-ai { background: linear-gradient(90deg, var(--fp-tint), transparent 70%); }
.fp-race-label { display: flex; flex-direction: column; gap: 2px; min-width: 0; padding-left: 12px; }
.fp-race-label b { font-size: var(--fs-17); font-weight: var(--fw-bold); color: var(--ink); }
.fp-race-label > span { font-size: var(--fs-12-5); color: var(--ink-muted); }
.fp-race-lane { display: grid; grid-template-columns: minmax(0, 1fr) 9ch; gap: 16px; align-items: center; }
.fp-race-track { position: relative; height: 30px; border-radius: var(--r-sm); background: var(--fp-track); overflow: hidden; }
.fp-race-track i {
  position: absolute; left: 0; top: 0; bottom: 0; border-radius: var(--r-sm);
  background: color-mix(in srgb, var(--chart-1) 78%, var(--ink)); transform-origin: left center;
  animation: fp-grow 900ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
.fp-race-row.is-ai .fp-race-track i { background: var(--chart-1); }
.fp-race-track i.has-value { min-width: 3px; }
.fp-race-sliver {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  font-size: var(--fs-12); font-weight: var(--fw-semi); color: var(--ink); white-space: nowrap;
}
.fp-race-sliver::before { content: "◀ "; color: var(--ink-moss); }
.fp-race-value { font-size: var(--fs-17); font-weight: var(--fw-semi); color: var(--ink); white-space: nowrap; }
.fp-race-value .fp-num { font-size: var(--fs-30); }
.fp-race-mult { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; align-items: center; padding-left: 8px; }
.fp-race-mult > .fp-mult { grid-row: 1 / span 2; }
.fp-race-mult > .fp-mult-as { align-self: end; }
.fp-race-mult > .fp-mult-floor { align-self: start; }
.fp-mult { display: flex; align-items: baseline; gap: 4px; color: var(--ink-moss); }
.fp-mult .fp-num { font-size: var(--fp-fig-l); }
.fp-mult .fp-approx, .fp-mult .fp-times { font-size: var(--fs-30); }
.fp-mult-as { font-size: var(--fs-13); color: var(--ink-muted); }
.fp-mult-floor { font-size: var(--fs-13); color: var(--ink); }
.fp-mult-floor b { font-weight: var(--fw-bold); }
.fp-race-base {
  font-size: var(--fs-11); font-weight: var(--fw-bold); letter-spacing: var(--track-18);
  text-transform: uppercase; color: var(--ink-moss);
}
.fp-race-axis { min-height: 0; padding: 0; border-bottom: none; }
.fp-race-ticks { position: relative; height: 22px; border-top: 1px solid var(--fp-line-strong); }
.fp-race-ticks span {
  position: absolute; top: 5px; transform: translateX(-50%);
  font-size: var(--fs-11-5); color: var(--ink-muted); font-variant-numeric: tabular-nums;
}
.fp-race-ticks span:first-child { transform: none; }
.fp-race-ticks span:last-child { transform: translateX(-100%); }
.fp-race-caption {
  margin: 4px 0 0 calc(var(--fp-label-col) + 20px);
  font-size: var(--fs-12); color: var(--ink-muted);
}
@keyframes fp-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { .fp-race-track i { animation: none; } }

/* ── Side by side ─────────────────────────────────────────────────────────── */
.fp-cmp-wrap { overflow-x: auto; }
.fp-cmp { width: 100%; border-collapse: collapse; table-layout: fixed; font-variant-numeric: tabular-nums; }
.fp-cmp col.fp-cmp-col-label { width: var(--fp-label-col); }
.fp-cmp th, .fp-cmp td { text-align: left; vertical-align: top; }
.fp-cmp thead th, .fp-cmp thead td { padding: 16px 20px 14px; border-bottom: 2px solid var(--fp-line-strong); vertical-align: bottom; }
.fp-cmp thead th { display: table-cell; }
.fp-cmp thead th .fp-kicker { display: block; margin-bottom: 5px; }
.fp-cmp-name { display: block; font-size: var(--fs-17); font-weight: var(--fw-semi); line-height: 1.25; color: var(--ink); }
.fp-cmp .is-ai { background: var(--fp-tint); }
.fp-cmp thead th.is-ai { background: var(--fp-tint-strong); border-radius: var(--r-md) var(--r-md) 0 0; }
.fp-cmp tbody th { padding: 13px 20px 13px 0; font-weight: var(--fw-med); }
.fp-cmp tbody th > span { display: block; font-size: var(--fs-14); color: var(--ink); line-height: 1.35; }
.fp-cmp small { display: block; margin-top: 3px; font-size: var(--fs-12); font-weight: 400; line-height: 1.4; color: var(--ink-muted); }
.fp-cmp tbody td { padding: 13px 20px; font-size: var(--fs-15); line-height: 1.35; color: var(--ink); border-bottom: 1px solid var(--fp-line); }
.fp-cmp tbody th { border-bottom: 1px solid var(--fp-line); }
.fp-cmp tbody td b { font-weight: var(--fw-bold); }
.fp-cmp-group th {
  padding: 22px 0 8px !important; border-bottom: 1px solid var(--fp-line-strong) !important;
  font-size: var(--fs-11) !important; font-weight: var(--fw-bold) !important; letter-spacing: var(--track-18);
  text-transform: uppercase; color: var(--ink-moss);
}
.fp-cmp-row--big td, .fp-cmp-row--x td { padding-top: 16px; padding-bottom: 16px; }
.fp-cmp-fig { font-size: var(--fs-17); font-weight: var(--fw-semi); white-space: nowrap; }
.fp-cmp-fig .fp-num { font-size: var(--fp-fig-m); margin-right: 3px; }
.fp-cmp-mult { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 4px; color: var(--ink-moss); }
.fp-cmp-mult .fp-num { font-size: var(--fp-fig-m); }
.fp-cmp-mult .fp-approx, .fp-cmp-mult .fp-times { font-size: var(--fs-22); }
.fp-cmp .fp-cmp-mult small { display: inline; margin: 0 0 0 6px; }
.fp-cmp-base { font-size: var(--fs-11); font-weight: var(--fw-bold); letter-spacing: var(--track-18); text-transform: uppercase; color: var(--ink-moss); }
.fp-cmp-row--text td { font-size: var(--fs-13); line-height: 1.5; }
.fp-cmp a { color: inherit; text-decoration-color: color-mix(in srgb, var(--ink-muted) 60%, transparent); text-underline-offset: 2px; }
.fp-cmp-corner { border-bottom: 2px solid var(--fp-line-strong); }

/* ── Tables: where it comes from, the log, the method ────────────────────── */
.fp-lines { width: 100%; border-collapse: collapse; table-layout: fixed; font-variant-numeric: tabular-nums; }
.fp-lines col.fp-lines-activity { width: 24%; }
.fp-lines col.fp-lines-count { width: 13%; }
.fp-lines col.fp-lines-unit { width: 17%; }
.fp-lines col.fp-lines-n { width: 8%; }
.fp-lines col.fp-lines-share { width: 14%; }
.fp-lines th, .fp-lines td { text-align: left; vertical-align: top; padding: 12px 16px 12px 0; }
.fp-lines .is-num { text-align: right; }
.fp-lines thead th {
  padding-top: 0; padding-bottom: 10px; border-bottom: 2px solid var(--fp-line-strong);
  font-size: var(--fs-11); font-weight: var(--fw-bold); letter-spacing: var(--track-14); text-transform: uppercase; color: var(--ink-muted);
  vertical-align: bottom;
}
.fp-lines thead th small { display: block; margin-top: 2px; font-size: var(--fs-11); letter-spacing: 0; text-transform: none; font-weight: 400; }
.fp-lines tbody td { font-size: var(--fs-14); color: var(--ink); border-bottom: 1px solid var(--fp-line); }
.fp-lines tbody td.is-num { font-weight: var(--fw-semi); }
.fp-lines small { display: block; margin-top: 3px; font-size: var(--fs-12); line-height: 1.45; color: var(--ink-muted); }
.fp-lines small.fp-inline { display: inline; margin: 0; }
.fp-lines-name { font-size: var(--fs-15); font-weight: var(--fw-semi); color: var(--ink); }
.fp-lines-count-n { font-weight: var(--fw-semi); }
.fp-lines tr.is-off td { opacity: 0.55; }
.fp-lines tfoot th, .fp-lines tfoot td { padding-top: 14px; font-size: var(--fs-15); font-weight: var(--fw-bold); border-top: 2px solid var(--fp-line-strong); }
.fp-lines a { color: inherit; }
.fp-lines-basis { font-size: var(--fs-13) !important; line-height: 1.5; }
.fp-lines--compact tbody td { padding-top: 9px; padding-bottom: 9px; }
.fp-share { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.fp-share-bar { flex: 1; max-width: 140px; height: 8px; border-radius: var(--r-xs); background: var(--fp-track); overflow: hidden; }
.fp-share-bar > i { display: block; height: 100%; background: var(--chart-1); }
.fp-share-bar.is-blank { background: none; }
.fp-share span, .fp-share-total { min-width: 5ch; text-align: right; font-weight: var(--fw-semi); }
.fp-conf { display: inline-block; padding: 2px 9px; border-radius: var(--r-pill); font-size: var(--fs-11); font-weight: var(--fw-semi); white-space: nowrap; background: var(--fp-track); color: var(--ink); }
.fp-conf--medium { background: var(--fp-tint-strong); }

/* ── The log and the limits ───────────────────────────────────────────────── */
.fp-pair { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; align-items: stretch; }
.fp-log-figs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fp-log-figs > div { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px; border: 1px solid var(--fp-line); border-radius: var(--r-md); }
.fp-log-figs .fp-num { font-size: var(--fp-fig-s); color: var(--ink); }
.fp-log-figs small { font-size: var(--fs-12); color: var(--ink-muted); }
.fp-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.fp-lists ul { margin: 10px 0 0; padding-left: 18px; display: flex; flex-direction: column; gap: 8px; font-size: var(--fs-14); line-height: 1.5; color: var(--ink); }
.fp-lists li::marker { color: var(--ink-moss); }

/* ── The assumptions form ─────────────────────────────────────────────────── */
.rvx-costs-form.fp-form { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 0; padding-top: 0; border-top: none; }
.fp-form-actions { justify-content: flex-end; }
/* One line, so a long message never makes the row taller (invariant 20); the copy/print results also toast. */
.fp-status {
  min-width: 0; min-height: 1.5em; margin-right: auto; font-size: var(--fs-12); color: var(--ink-muted);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fp-status.is-error { color: var(--danger); }
.fp-form input:disabled, .fp-form select:disabled { opacity: 0.7; cursor: default; }
.fp-form label > span { color: var(--ink-muted); }

/* ── The ChatGPT prompts window (a styled dialog, never a native one) ──────── */
.confirm-delete-modal.fp-prompt-modal { width: min(900px, 94vw); }
.fp-prompt-list { margin: 14px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 14px; }
.fp-prompt-list li { padding: 14px 16px; border: 1px solid var(--input-border); border-radius: var(--r-md); }
.fp-prompt-list li.is-copied { border-color: color-mix(in srgb, var(--ok) 60%, transparent); }
.fp-prompt-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fp-prompt-meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.fp-prompt-meta b { font-size: var(--fs-14); color: var(--ink); }
.fp-prompt-meta span { font-size: var(--fs-12); color: var(--ink-muted); }
.fp-prompt-text {
  display: block; width: 100%; height: 120px; margin-top: 10px; padding: 10px 12px; resize: vertical;
  font-family: var(--font-mono); font-size: var(--fs-11-5); line-height: 1.5; color: var(--ink);
  background: var(--input-bg); border: 1px solid var(--input-border); border-radius: var(--r-sm);
}

/* ── The Share window and the shared page (17 Sep 2026) ───────────────────── */
.confirm-delete-modal.fp-link-modal { width: min(640px, 94vw); }
/* Room for the tallest state (the stop question) and one button height, so the window never jumps (invariant 20). */
.fp-link-body { min-height: 214px; }
.fp-link-modal .confirm-delete-actions { min-height: 40px; align-items: center; }
.fp-link-row { display: flex; gap: 10px; align-items: stretch; margin: 0 0 8px; }
.fp-link-input {
  flex: 1 1 auto; min-width: 0; padding: 9px 12px;
  font-family: var(--font-mono); font-size: var(--fs-12-5); color: var(--ink);
  background: var(--input-bg); border: 1px solid var(--input-border); border-radius: var(--r-sm);
}
.fp-link-body .fp-link-note { color: var(--ink-muted); font-size: var(--fs-12-5); }
.fp-link-body a { color: var(--ink-moss); font-weight: var(--fw-semi); }
/* The error line keeps its height whether or not it has text (invariant 20). */
.fp-link-body .fp-link-error { min-height: 1.5em; margin: 0; font-size: var(--fs-12-5); color: var(--danger); }
.confirm-delete-actions .fp-link-stop { margin-right: auto; color: var(--danger); }
.fp-pair.fp-pair--single { grid-template-columns: minmax(0, 1fr); }

/* ── Narrow screens ───────────────────────────────────────────────────────── */
@media (max-width: 1300px) {
  .fp-root { --fp-label-col: 26%; }
  .fp-hero { grid-template-columns: minmax(0, 1fr); }
  .fp-orchard { justify-self: start; }
  .fp-terms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fp-terms-head { grid-column: 1 / -1; }
  .fp-race-row { grid-template-columns: var(--fp-label-col) minmax(0, 1fr) 240px; column-gap: 16px; }
  .fp-mult .fp-num { font-size: var(--fp-fig-m); }
  .fp-pair { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 1100px) {
  .fp-head { flex-direction: column; align-items: stretch; }
  .fp-actions { justify-content: flex-start; }
  .fp-stats, .fp-lists, .fp-log-figs { grid-template-columns: minmax(0, 1fr); }
  .rvx-costs-form.fp-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fp-race-row { grid-template-columns: minmax(0, 1fr); row-gap: 10px; }
  .fp-race-mult { padding-left: 0; }
  .fp-race-caption { margin-left: 0; }
  .fp-cmp, .fp-lines { min-width: 900px; }
}
/* Phones (17 Sep 2026): the shared page opens on phones, so the figures and the answer shrink to fit
   a 390 px screen. The wide tables keep their width and scroll sideways inside .fp-cmp-wrap. */
@media (max-width: 600px) {
  .fp-root {
    --fp-pad: 18px; --fp-gap: 16px; gap: 14px;
    --fp-fig-xl: var(--fs-48); --fp-fig-l: var(--fs-44); --fp-fig-m: var(--fs-34); --fp-fig-s: var(--fs-28);
  }
  .fp-root .fp-card { padding: 20px var(--fp-pad); }
  .fp-head--xl .fp-title { font-size: calc(var(--fs-32) * 1.75); }
  .fp-hero { gap: 22px; padding: 20px 18px; }
  .fp-hero-line { font-size: var(--fs-24); line-height: 1.22; }
  .fp-orchard { width: 100%; }
  .fp-stat { padding: 16px 18px; }
  .fp-terms { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
  .fp-mult .fp-num { font-size: var(--fp-fig-m); }
  .fp-race-sliver { left: 10px; right: 8px; font-size: var(--fs-11); line-height: 1.15; white-space: normal; }
}
