:root {
  --pool-0: #e4ded4;
  --pool-1: #d8f1ef;
  --pool-2: #a9dfda;
  --pool-3: #72c8c1;
  --pool-4: #3daaa4;
  --pool-5: #197f7c;
  --pool-dark: #11635f;
}
.brand span { color: var(--pool-4); }
.pool-dashboard { min-height: 675px; }
.pool-toolbar { min-height: 52px; }
.pool-toolbar > div { align-items: baseline; display: flex; gap: 12px; }
.pool-toolbar .eyebrow { margin: 0; }
.pool-toolbar strong { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; }
.pool-toolbar > p { color: var(--muted); font-size: 8px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.loading-mark { border-right-color: var(--pool-4); }
.meter i { background: linear-gradient(90deg, var(--pool-2), var(--pool-5)); }
.pool-scale-section { border-bottom: 1px solid var(--line); padding: 20px 24px; }
.pool-scale-section h2 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.05; margin: 0 0 9px; }
.pool-scale-section > p:last-child { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 12px; line-height: 1.5; margin: 0; }
.pool-selection-value { align-items: baseline; display: flex; gap: 8px; margin-top: 14px; }
.pool-selection-value[hidden] { display: none; }
.pool-selection-value strong { color: var(--pool-dark); font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.pool-selection-value span { color: var(--muted); font-size: 9px; line-height: 1.35; max-width: 145px; }
.pool-method { padding: 18px 24px; }
.pool-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; }
.pool-method i { background: var(--pool-4); border-radius: 50%; height: 7px; width: 7px; }
.pool-method div:last-child i { background: var(--pool-2); }
.pool-method span { display: grid; }
.pool-method strong { font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-weight: 400; }
.pool-method small { color: var(--muted); font-size: 8px; margin-top: 2px; text-transform: uppercase; }
.pool-link { color: var(--pool-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) {
  .pool-toolbar { align-items: flex-start; }
  .pool-toolbar > div { align-items: flex-start; flex-direction: column; gap: 2px; }
}
