:root {
  --fiveg-0: #e4ded4;
  --fiveg-1: #eee8f7;
  --fiveg-2: #d6c9ee;
  --fiveg-3: #b09adf;
  --fiveg-4: #8066c2;
  --fiveg-5: #563d96;
  --fiveg-dark: #3f2d73;
}
.brand span { color: var(--fiveg-4); }
.fiveg-dashboard { min-height: 675px; }
.fiveg-toolbar { min-height: 52px; }
.fiveg-toolbar > div { align-items: baseline; display: flex; gap: 12px; }
.fiveg-toolbar .eyebrow { margin: 0; }
.fiveg-toolbar strong { font-family: Georgia, "Times New Roman", serif; font-size: 14px; font-weight: 400; }
.fiveg-toolbar > p { color: var(--muted); font-size: 8px; letter-spacing: .08em; margin: 0; text-transform: uppercase; }
.loading-mark { border-right-color: var(--fiveg-4); }
.fiveg-scale-section { border-bottom: 1px solid var(--line); padding: 20px 24px; }
.fiveg-scale-section h2 { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.05; margin: 0 0 9px; }
.fiveg-scale-section > p:last-child { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 12px; line-height: 1.5; margin: 0; }
.fiveg-selection-value { align-items: baseline; display: flex; gap: 8px; margin-top: 14px; }
.fiveg-selection-value[hidden] { display: none; }
.fiveg-selection-value strong { color: var(--fiveg-dark); font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.fiveg-selection-value span { color: var(--muted); font-size: 9px; line-height: 1.35; max-width: 145px; }
.fiveg-method { padding: 18px 24px; }
.fiveg-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; }
.fiveg-method i { background: var(--fiveg-4); border-radius: 50%; height: 7px; width: 7px; }
.fiveg-method div:last-child i { background: var(--fiveg-2); }
.fiveg-method span { display: grid; }
.fiveg-method strong { font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-weight: 400; }
.fiveg-method small { color: var(--muted); font-size: 8px; margin-top: 2px; text-transform: uppercase; }
.fiveg-link { color: var(--fiveg-5); }
.legend { overflow-x: auto; }
.legend-item { flex: 0 0 auto; }
@media (max-width: 780px) {
  .fiveg-toolbar { align-items: flex-start; }
  .fiveg-toolbar > div { align-items: flex-start; flex-direction: column; gap: 2px; }
}
