/* Bangkok City Pulse
   Page-owned styles for #my-night/bangkok. */

body.my-night-route .my-night-route-page .night-city-panel {
  font-variant-numeric: tabular-nums;
}

body.my-night-route .my-night-route-page .night-city-panel .night-city-rule {
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  box-sizing: border-box;
}

.city-pulse-section {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 14px;
  margin: 0 0 34px;
}

.city-pulse-section > header {
  display: grid;
  gap: 4px;
}

.city-pulse-section > header small,
.city-pulse-card > small,
.city-pulse-summary-card > small {
  color: #807a91;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.city-pulse-section > header h2 {
  margin: 0;
  color: #1e1c25;
  font-size: clamp(21px, 2.3vw, 30px);
  line-height: 1.05;
}

.city-pulse-section > header p {
  margin: 2px 0 0;
  color: #777481;
  font-size: 11px;
  font-weight: 700;
}

body.night-mode .city-pulse-section > header h2 {
  color: #f7f5fb;
}

body.night-mode .city-pulse-section > header p {
  color: #a9b2c8;
}

.city-pulse-summary-grid,
.city-pulse-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.city-pulse-summary-card,
.city-pulse-card {
  display: grid;
  min-width: 0;
  gap: 12px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #e5e2ec;
  border-radius: 18px;
  background: #fff;
  color: #1e1c25;
  box-sizing: border-box;
}

body.night-mode .city-pulse-summary-card,
body.night-mode .city-pulse-card {
  border-color: #27395f;
  background: #102247;
  color: #f7f5fb;
}

.city-pulse-summary-card {
  min-height: 166px;
}

.city-pulse-summary-card > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.city-pulse-summary-card > div > span {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 15px 12px;
  border-radius: 14px;
  background: #f3f1f8;
}

body.night-mode .city-pulse-summary-card > div > span {
  background: #172d57;
}

.city-pulse-summary-card strong,
.city-pulse-big,
.city-pulse-energy h3,
.city-pulse-venue strong {
  color: #6d4cff;
  font-weight: 950;
  line-height: 1;
}

.city-pulse-summary-card strong {
  font-size: clamp(25px, 3vw, 42px);
}

.city-pulse-summary-card em {
  overflow-wrap: anywhere;
  color: #777481;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

body.night-mode .city-pulse-summary-card em {
  color: #a9b2c8;
}

.city-pulse-card {
  align-content: start;
  min-height: 210px;
}

.city-pulse-card h3 {
  margin: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.15;
}

.city-pulse-card p {
  margin: 0;
  color: #777481;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

body.night-mode .city-pulse-card p {
  color: #a9b2c8;
}

.city-pulse-big {
  align-self: end;
  font-size: clamp(24px, 3vw, 38px);
}

.city-pulse-energy h3 {
  font-size: clamp(32px, 4vw, 50px);
}

.city-pulse-energy-bars {
  display: flex;
  height: 34px;
  align-items: end;
  gap: 5px;
}

.city-pulse-energy-bars i {
  width: 9px;
  height: 25%;
  border-radius: 999px;
  background: #d9d4e6;
}

.city-pulse-energy-bars i:nth-child(2) { height: 42%; }
.city-pulse-energy-bars i:nth-child(3) { height: 60%; }
.city-pulse-energy-bars i:nth-child(4) { height: 78%; }
.city-pulse-energy-bars i:nth-child(5) { height: 100%; }
.city-pulse-energy.is-calm .city-pulse-energy-bars i:nth-child(-n+2),
.city-pulse-energy.is-building .city-pulse-energy-bars i:nth-child(-n+4),
.city-pulse-energy.is-high .city-pulse-energy-bars i { background: #6d4cff; }

.city-pulse-area-list,
.city-pulse-report-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-pulse-area-list li,
.city-pulse-report-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #e9e6ef;
  font-size: 12px;
  font-weight: 850;
}

.city-pulse-report-list li { grid-template-columns: minmax(0, 1fr) auto; }
body.night-mode .city-pulse-area-list li,
body.night-mode .city-pulse-report-list li { border-color: #2a3d64; }
.city-pulse-area-list li:last-child,
.city-pulse-report-list li:last-child { border-bottom: 0; }
.city-pulse-area-list b { color: #817a91; }
.city-pulse-area-list strong,
.city-pulse-report-list strong { color: #6d4cff; font-size: 11px; }

.city-pulse-venue {
  display: grid;
  align-self: end;
  gap: 7px;
  color: inherit;
  text-decoration: none;
}

.city-pulse-venue strong {
  overflow: hidden;
  font-size: clamp(21px, 2.5vw, 32px);
  text-overflow: ellipsis;
}

.city-pulse-venue span,
.city-pulse-collecting {
  color: #777481;
  font-size: 12px;
  font-weight: 800;
}

body.night-mode .city-pulse-venue span { color: #a9b2c8; }
.city-pulse-collecting { align-self: end; margin: 0; }

.city-pulse-data-note {
  background: radial-gradient(circle at 88% 18%, rgba(109, 76, 255, .19), transparent 34%), #fff;
}

body.night-mode .city-pulse-data-note {
  background: radial-gradient(circle at 88% 18%, rgba(109, 76, 255, .28), transparent 34%), #102247;
}

.city-pulse-leaderboard {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 14px;
  min-width: 0;
}

.city-pulse-leaderboard .night-city-top-board,
.city-pulse-leaderboard .night-city-member-board {
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 290px;
  align-items: end;
  gap: 8px;
  padding: 24px 16px 18px;
  border: 1px solid #e5e2ec;
  border-radius: 18px;
  background: #fff;
}

body.night-mode.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-board,
body.night-mode.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-board {
  border-color: #27395f;
  background: #102247;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-member {
  display: grid;
  min-width: 0;
  justify-items: center;
  align-content: end;
  gap: 8px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-member.rank-1 {
  padding-bottom: 26px;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-avatar {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  overflow: hidden;
  border: 3px solid #8494b8;
  border-radius: 50%;
  background: #172d57;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .rank-1 .night-city-top-avatar {
  width: 96px;
  height: 96px;
  border-color: #00ff09;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-crown {
  color: #9aa6c1;
  font-size: 12px;
  font-weight: 950;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .rank-1 .night-city-top-crown {
  color: #00ff09;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-member > strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-top-member > small {
  color: #6d4cff;
  font-size: 18px;
  font-weight: 950;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-board {
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid #e5e2ec;
  border-radius: 18px;
  background: #fff;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-board > header {
  padding: 14px 16px 10px;
  color: #807a91;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  min-height: 56px;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border-top: 1px solid #e9e6ef;
  box-sizing: border-box;
}

body.night-mode.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-row {
  border-color: #2a3d64;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-rank {
  color: #807a91;
  font-size: 11px;
  font-weight: 900;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-profile {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #172d57;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-name {
  display: grid;
  min-width: 0;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-name strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-name small {
  color: #807a91;
  font-size: 8px;
  font-weight: 750;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-counts {
  display: flex;
  gap: 7px;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-counts span {
  color: #777481;
  font-size: 11px;
  font-weight: 850;
}

body.my-night-route .my-night-route-page .city-pulse-leaderboard .night-city-member-counts b {
  color: #6d4cff;
  font-size: 14px;
}

.night-city-ranking-page {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

body.day-mode .night-city-ranking-page,
body.night-mode .night-city-ranking-page {
  background: transparent;
}

.night-city-ranking-page > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.night-city-ranking-page > header > div {
  display: grid;
  gap: 4px;
}

.night-city-share-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #eeeafe;
  color: #6041ef;
  box-shadow: 0 9px 22px rgba(92, 68, 205, .12);
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.night-city-share-button span {
  font-size: 16px;
  line-height: 1;
}

.night-city-share-button:hover,
.night-city-share-button:focus-visible {
  background: #ded7ff;
}

.night-city-share-button.is-busy {
  opacity: .65;
}

body.night-mode .night-city-share-button {
  background: #6547ff;
  color: #fff;
  box-shadow: 0 10px 26px rgba(101, 71, 255, .22);
}

.night-city-ranking-page > header small,
.night-city-insight-panel > section > small {
  color: #807a91;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.night-city-ranking-page > header h1 {
  margin: 0;
  color: #1e1c25;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.night-city-ranking-page > header p,
.night-city-insight-panel p {
  margin: 0;
  color: #777481;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

body.night-mode .night-city-ranking-page > header h1 {
  color: #f7f5fb;
}

body.night-mode .night-city-ranking-page > header p,
body.night-mode .night-city-insight-panel p {
  color: #a9b2c8;
}

.night-city-ranking-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
  align-items: start;
  gap: 16px;
  min-width: 0;
}

.night-city-ranking-layout,
.night-city-insight-panel {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.night-city-ranking-layout .night-city-top-board,
.night-city-ranking-layout .night-city-member-board,
.night-city-ranking-layout .night-city-full-board,
.night-city-insight-panel > section {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 29, 55, .08);
  box-sizing: border-box;
}

body.night-mode .night-city-ranking-layout .night-city-top-board,
body.night-mode .night-city-ranking-layout .night-city-member-board,
body.night-mode .night-city-ranking-layout .night-city-full-board,
body.night-mode .night-city-insight-panel > section {
  background: #102247;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}

.night-city-ranking-layout .night-city-full-board {
  overflow: hidden;
  padding: 8px 16px 12px;
}

.night-city-full-board > header {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  color: #807a91;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.night-city-full-board > header small {
  font-size: 9px;
  letter-spacing: 0;
}

.night-city-full-row {
  display: grid;
  grid-template-columns: 28px 52px minmax(0, 1fr) auto auto;
  min-height: 64px;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
  padding: 6px 10px;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
}

.night-city-full-arrow {
  margin-left: 6px;
  color: #807a91;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: color .2s ease, transform .2s ease;
}

.night-city-full-row:hover .night-city-full-arrow,
.night-city-full-row:focus-visible .night-city-full-arrow {
  color: #6d4cff;
  transform: translateX(2px);
}

.night-city-full-row.rank-1 {
  min-height: 82px;
  background: linear-gradient(100deg, rgba(109, 76, 255, .18), rgba(109, 76, 255, .04));
}

.night-city-full-row.rank-2 {
  min-height: 72px;
  background: rgba(128, 122, 145, .09);
}

.night-city-full-row.rank-3 {
  min-height: 64px;
  background: rgba(128, 122, 145, .07);
}

body.night-mode .night-city-full-row.rank-1 {
  background: linear-gradient(100deg, rgba(109, 76, 255, .3), rgba(109, 76, 255, .06));
}

body.night-mode .night-city-full-row.rank-2 {
  background: rgba(255, 255, 255, .065);
}

body.night-mode .night-city-full-row.rank-3 {
  background: rgba(255, 255, 255, .045);
}

.night-city-full-rank {
  color: #807a91;
  font-size: 13px;
  font-weight: 950;
  text-align: center;
}

.night-city-full-row.rank-1 .night-city-full-rank {
  color: #d5a520;
  font-size: 22px;
}

.night-city-full-row.rank-2 .night-city-full-rank {
  color: #9299a6;
  font-size: 19px;
}

.night-city-full-row.rank-3 .night-city-full-rank {
  color: #b97843;
  font-size: 17px;
}

.night-city-full-row.rank-1 .night-city-member-name strong {
  color: #d5a520;
}

.night-city-full-row.rank-2 .night-city-member-name strong {
  color: #9299a6;
}

.night-city-full-row.rank-3 .night-city-member-name strong {
  color: #b97843;
}

.night-city-full-row.rank-1 .night-city-member-avatar {
  width: 48px;
  height: 48px;
}

.night-city-full-row.rank-2 .night-city-member-avatar {
  width: 42px;
  height: 42px;
}

.night-city-full-row.rank-3 .night-city-member-avatar {
  width: 38px;
  height: 38px;
}

.night-city-ranking-layout .night-city-top-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 250px;
  align-items: end;
  gap: 8px;
  padding: 22px 16px 18px;
}

.night-city-ranking-layout .night-city-top-member {
  display: grid;
  min-width: 0;
  justify-items: center;
  align-content: end;
  gap: 7px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.night-city-ranking-layout .night-city-top-member.rank-1 {
  padding-bottom: 22px;
}

.night-city-ranking-layout .night-city-top-avatar {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  overflow: hidden;
  border: 3px solid #aab0bf;
  border-radius: 50%;
  background: #171522;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.night-city-ranking-layout .rank-1 .night-city-top-avatar {
  width: 88px;
  height: 88px;
  border-color: #6d4cff;
}

.night-city-ranking-layout .night-city-top-avatar img,
.night-city-ranking-layout .night-city-member-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.night-city-ranking-layout .night-city-top-crown {
  color: #807a91;
  font-size: 12px;
  font-weight: 950;
}

.night-city-ranking-layout .rank-1 .night-city-top-crown {
  color: #6d4cff;
}

.night-city-ranking-layout .night-city-top-member > strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.night-city-ranking-layout .night-city-top-member > small {
  color: #6d4cff;
  font-size: 17px;
  font-weight: 950;
}

.night-city-ranking-layout .night-city-member-board {
  overflow: hidden;
}

.night-city-ranking-layout .night-city-member-board > header {
  padding: 12px 14px 9px;
  color: #807a91;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
}

.night-city-ranking-layout .night-city-member-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  padding: 7px 12px;
  border-top: 1px solid #e9e6ef;
}

body.night-mode .night-city-ranking-layout .night-city-member-row {
  border-color: #2a3d64;
}

.night-city-ranking-layout .night-city-member-rank {
  color: #807a91;
  font-size: 11px;
  font-weight: 900;
}

.night-city-ranking-layout .night-city-member-profile {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.night-city-ranking-layout .night-city-member-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #171522;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.night-city-full-row .night-city-member-avatar {
  box-shadow: 0 0 0 2px rgba(109, 76, 255, .42);
}

.night-city-full-row.rank-1 .night-city-member-avatar {
  box-shadow: 0 0 0 3px #d5a520;
}

.night-city-full-row.rank-2 .night-city-member-avatar {
  box-shadow: 0 0 0 2px #9299a6;
}

.night-city-full-row.rank-3 .night-city-member-avatar {
  box-shadow: 0 0 0 2px #b97843;
}

.night-city-ranking-layout .night-city-member-name {
  display: grid;
  min-width: 0;
}

.night-city-ranking-layout .night-city-member-name strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.night-city-ranking-layout .night-city-member-name small {
  color: #807a91;
  font-size: 8px;
  font-weight: 750;
}

.night-city-ranking-layout .night-city-member-counts {
  display: flex;
  gap: 7px;
}

.night-city-ranking-layout .night-city-member-counts span {
  color: #777481;
  font-size: 10px;
  font-weight: 850;
}

.night-city-ranking-layout .night-city-member-counts b {
  color: #6d4cff;
  font-size: 13px;
}

.night-city-ranking-layout .night-city-member-counts .is-zero {
  opacity: .42;
}

.night-city-insight-panel > section {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.night-city-total-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.night-city-total-grid strong {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 14px;
  background: #f3f1f8;
  color: #6d4cff;
  font-size: 22px;
  font-weight: 950;
}

body.night-mode .night-city-total-grid strong {
  background: #172d57;
}

.night-city-total-grid b {
  font-size: 30px;
  line-height: 1;
}

.night-city-place-list {
  display: grid;
}

.night-city-place-list a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #e9e6ef;
  color: inherit;
  text-decoration: none;
}

body.night-mode .night-city-place-list a {
  border-color: #2a3d64;
}

.night-city-place-list a:last-child {
  border-bottom: 0;
}

.night-city-place-list span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.night-city-place-list i {
  color: #807a91;
  font-size: 10px;
  font-style: normal;
}

.night-city-place-list a:nth-child(1) i,
.night-city-signal-list > div:nth-child(1) i {
  color: #d5a520;
  font-size: 17px;
  font-weight: 950;
}

.night-city-place-list a:nth-child(2) i,
.night-city-signal-list > div:nth-child(2) i {
  color: #9299a6;
  font-size: 15px;
  font-weight: 950;
}

.night-city-place-list a:nth-child(3) i,
.night-city-signal-list > div:nth-child(3) i {
  color: #b97843;
  font-size: 14px;
  font-weight: 950;
}

.night-city-place-list b {
  flex: 0 0 auto;
  color: #6d4cff;
  font-size: 20px;
  font-weight: 950;
}

.night-city-signal-list {
  display: grid;
  gap: 4px;
}

.night-city-signal-list > div {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.night-city-signal-list span {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  min-width: 0;
  align-items: center;
  column-gap: 7px;
}

.night-city-signal-list i {
  grid-row: 1 / span 2;
  color: #807a91;
  font-size: 10px;
  font-style: normal;
}

.night-city-signal-list strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.night-city-signal-list small {
  color: #807a91;
  font-size: 9px;
  font-weight: 750;
}

.night-city-signal-list > div > b {
  flex: 0 0 auto;
  color: #6d4cff;
  font-size: 20px;
  font-weight: 950;
}

@media (min-width: 1024px) {
  .city-pulse-card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .city-pulse-card-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 719px) {
  body.my-night-route .my-night-route-page .night-city-panel .night-city-rule {
    margin: 5px 0 24px;
  }

  .city-pulse-section {
    margin-bottom: 28px;
  }

  .city-pulse-summary-grid,
  .city-pulse-card-grid,
  .city-pulse-leaderboard {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .city-pulse-summary-card,
  .city-pulse-card {
    padding: 16px;
    border-radius: 16px;
  }

  .city-pulse-summary-card {
    min-height: 150px;
  }

  .city-pulse-summary-card > div {
    gap: 7px;
  }

  .city-pulse-summary-card > div > span {
    padding: 13px 8px;
  }

  .city-pulse-summary-card strong {
    font-size: 25px;
  }

  .city-pulse-card {
    min-height: 178px;
  }

  .night-city-ranking-page {
    gap: 14px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .night-city-ranking-page > header h1 {
    font-size: 30px;
  }

  .night-city-ranking-page > header {
    display: grid;
    align-items: start;
  }

  .night-city-share-button {
    justify-self: start;
    min-height: 34px;
    padding: 0 12px;
    font-size: 10px;
  }

  .night-city-ranking-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .night-city-ranking-layout .night-city-top-board {
    min-height: 224px;
    padding: 18px 10px 14px;
  }

  .night-city-ranking-layout .night-city-top-avatar {
    width: 58px;
    height: 58px;
  }

  .night-city-ranking-layout .rank-1 .night-city-top-avatar {
    width: 76px;
    height: 76px;
  }

  .night-city-ranking-layout .night-city-member-row {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    padding: 7px 9px;
  }

  .night-city-ranking-layout .night-city-member-counts {
    gap: 4px;
  }

  .night-city-ranking-layout .night-city-full-board {
    padding: 7px 9px 10px;
  }

  .night-city-full-row {
    grid-template-columns: 22px 48px minmax(0, 1fr) auto auto;
    min-height: 56px;
    gap: 7px;
    padding: 5px 6px;
  }

  .night-city-full-arrow {
    margin-left: 4px;
    font-size: 19px;
  }

  .night-city-full-row.rank-1 {
    min-height: 72px;
  }

  .night-city-full-row.rank-2 {
    min-height: 64px;
  }

  .night-city-full-row.rank-3 {
    min-height: 58px;
  }
}
