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

