:root {
  --heat-0: #e6e0d7;
  --heat-1: #fde0c5;
  --heat-2: #f7b977;
  --heat-3: #ed8747;
  --heat-4: #d95634;
  --heat-5: #a92d2d;
  --heat-dark: #842323;
}
.brand span { color: var(--heat-4); }
.temperature-dashboard { min-height: 675px; }
.temperature-toolbar { min-height: 52px; }
.temperature-toolbar > div { align-items: baseline; display: flex; gap: 12px; }
.temperature-toolbar .eyebrow { margin: 0; }
.temperature-toolbar strong { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; }
.temperature-toolbar > p { color: var(--muted); font-size: 8px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.loading-mark { border-right-color: var(--heat-4); }
.meter i { background: linear-gradient(90deg, var(--heat-2), var(--heat-5)); }
.temperature-scale-section { border-bottom: 1px solid var(--line); padding: 20px 24px; }
.temperature-scale-section h2 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.05; margin: 0 0 9px; }
.temperature-scale-section > p:last-child { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 12px; line-height: 1.5; margin: 0; }
.temperature-selection-value { border-top: 1px solid var(--line); margin-top: 14px; padding-top: 12px; }
.temperature-selection-value[hidden] { display: none; }
.temperature-selection-value strong { color: var(--heat-dark); display: block; font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.temperature-selection-value span { color: var(--muted); display: block; font-size: 9px; line-height: 1.45; margin-top: 5px; text-transform: uppercase; letter-spacing: .05em; }
.temperature-link { color: var(--heat-5); }
.grid-cell { transition: fill .22s ease, opacity .15s ease, stroke .15s ease; }
.legend { overflow-x: auto; }
.legend-item { flex: 0 0 auto; }
@media (max-width: 780px) {
  .temperature-toolbar { align-items: flex-start; }
  .temperature-toolbar > div { align-items: flex-start; flex-direction: column; gap: 2px; }
}
