/* THE SHORTLIST — страницы «кого машина может процитировать в этом городе».
   Живут поверх style.css: тут только то, чего там нет. */

.lst {
  padding: clamp(88px, 14vw, 150px) 0 clamp(64px, 10vw, 120px);
  position: relative;
  z-index: 1;
}

.lst-wrap { max-width: 940px; }

/* ---------- шапка ---------- */

.lst-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--accent);
  margin: 0 0 18px;
}

.lst-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(34px, 6.2vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

.lst-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

.lst-lede {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.55;
  color: var(--text-dim);
  max-width: 62ch;
  margin: 0 0 14px;
}

.lst-lede b { color: var(--text); font-weight: 600; }

.lst-stamp {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-faint);
  margin: 0 0 46px;
}

/* ---------- три имени ---------- */

.lst-h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(22px, 3.4vw, 32px);
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.lst-sub {
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 60ch;
  margin: 0 0 26px;
}

.lst-names {
  display: grid;
  gap: 14px;
  margin: 0 0 56px;
}

.lst-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 22px clamp(18px, 3vw, 28px);
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 18px;
  align-items: center;
}

.lst-card:first-child {
  border-color: rgba(228, 135, 154, 0.34);
  background: linear-gradient(180deg, rgba(168, 58, 85, 0.10), rgba(255, 255, 255, 0.02));
}

.lst-rank {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  color: var(--accent);
  text-align: center;
}

.lst-co { min-width: 0; }

.lst-co-name {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(17px, 2.4vw, 22px);
  line-height: 1.2;
  margin: 0 0 6px;
  overflow-wrap: anywhere;
}

.lst-co-host {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-faint);
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.lst-pills { display: flex; flex-wrap: wrap; gap: 7px; }

.lst-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text-faint);
  white-space: nowrap;
}

.lst-pill.is-pass { color: var(--ok); border-color: rgba(74, 222, 128, 0.36); }
.lst-pill.is-warn { color: #FBBF24; border-color: rgba(251, 191, 36, 0.32); }

.lst-score {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  text-align: right;
  white-space: nowrap;
}

.lst-score b {
  display: block;
  font-family: var(--font-head);
  font-size: 26px;
  color: var(--text);
  letter-spacing: -0.01em;
}

/* ---------- чего нет у остальных ---------- */

.lst-gaps {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: clamp(22px, 4vw, 34px);
  margin: 0 0 56px;
}

.lst-bar { margin: 0 0 22px; }
.lst-bar:last-child { margin-bottom: 0; }

.lst-bar-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 8px;
}

.lst-bar-label { font-size: 15px; color: var(--text); }

.lst-bar-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  white-space: nowrap;
}

.lst-bar-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.lst-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-deep), var(--accent));
  width: var(--w);
}

.lst-bar-fill.is-thin { background: linear-gradient(90deg, #B4453F, var(--pain)); }

.lst-bar-note {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-dim);
  margin: 8px 0 0;
}

/* ---------- метод и оговорки ---------- */

.lst-method {
  border-top: 1px solid var(--line);
  padding-top: 30px;
  margin: 56px 0 0;
}

.lst-method h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 14px;
}

.lst-method p {
  color: var(--text-dim);
  line-height: 1.65;
  max-width: 68ch;
  margin: 0 0 12px;
  font-size: 15px;
}

.lst-method a { color: var(--accent); }

.lst-warn {
  border-left: 2px solid var(--plum);
  padding-left: 16px;
  margin: 22px 0 0;
}

.lst-warn p { font-size: 14px; color: var(--text-faint); }

/* ---------- призыв ---------- */

.lst-cta {
  border: 1px solid rgba(228, 135, 154, 0.3);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(168, 58, 85, 0.12), rgba(255, 255, 255, 0.02));
  padding: clamp(26px, 5vw, 44px);
  text-align: center;
}

.lst-cta h2 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(22px, 3.6vw, 32px);
  margin: 0 0 12px;
}

.lst-cta p {
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 52ch;
  margin: 0 auto 22px;
}

/* ---------- хаб ---------- */

.lst-hub {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin: 0 0 56px;
}

.lst-hub-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  padding: 20px;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.lst-hub-card:hover { border-color: var(--line-bright); transform: translateY(-2px); }

.lst-hub-trade {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 19px;
  margin: 0 0 4px;
}

.lst-hub-city { color: var(--text-dim); font-size: 14px; margin: 0 0 14px; }

.lst-hub-stat {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-faint);
  margin: 0;
}

.lst-hub-stat b { color: var(--accent); }

@media (max-width: 640px) {
  .lst-card { grid-template-columns: 40px 1fr; }
  .lst-rank { font-size: 26px; }
  .lst-score { grid-column: 2; text-align: left; margin-top: 4px; }
  .lst-score b { display: inline; font-size: 18px; }
}
