:root {
  --single-0: #e7e1d5;
  --single-1: #f5e7b7;
  --single-2: #eacb74;
  --single-3: #d9a93b;
  --single-4: #b87818;
  --single-5: #75470d;
  --single-dark: #65400d;
}
.brand span { color: var(--single-4); }
.single-dashboard { min-height: 675px; }
.single-toolbar { min-height: 52px; }
.single-toolbar > div { align-items: baseline; display: flex; gap: 12px; }
.single-toolbar .eyebrow { margin: 0; }
.single-toolbar strong { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; }
.single-toolbar > p { color: var(--muted); font-size: 8px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.loading-mark { border-right-color: var(--single-4); }
.meter i { background: linear-gradient(90deg, var(--single-2), var(--single-5)); }
.single-scale-section { border-bottom: 1px solid var(--line); padding: 20px 24px; }
.single-scale-section h2 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.05; margin: 0 0 9px; }
.single-scale-section > p:last-child { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 12px; line-height: 1.5; margin: 0; }
.single-selection-value { align-items: baseline; display: flex; gap: 8px; margin-top: 14px; }
.single-selection-value[hidden] { display: none; }
.single-selection-value strong { color: var(--single-dark); font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.single-selection-value span { color: var(--muted); font-size: 9px; line-height: 1.35; max-width: 145px; }
.selection-types { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.selection-types[hidden] { display: none; }
.selection-types span { border: 1px solid rgba(117,71,13,.22); border-radius: 999px; color: var(--single-dark); font-size: 8px; padding: 4px 7px; text-transform: uppercase; }
.single-method { padding: 18px 24px; }
.single-method > div { align-items: center; border-top: 1px solid rgba(150,144,134,.35); display: grid; gap: 10px; grid-template-columns: 9px 1fr; padding: 9px 0; }
.single-method i { background: var(--single-4); border-radius: 50%; height: 7px; width: 7px; }
.single-method div:nth-child(3) i { background: var(--single-3); }
.single-method div:nth-child(4) i { background: var(--single-2); }
.single-method span { display: grid; }
.single-method strong { font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-weight: 400; }
.single-method small { color: var(--muted); font-size: 8px; margin-top: 2px; text-transform: uppercase; }
.single-link { color: var(--single-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) {
  .single-toolbar { align-items: flex-start; }
  .single-toolbar > div { align-items: flex-start; flex-direction: column; gap: 2px; }
}
