.pb-data-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.pb-data-kpi,
.pb-data-message,
.pb-data-mover-section,
.pb-data-search {
  background: #0b1728;
  border: 1px solid #223a59;
  border-radius: 8px;
  color: #f5f8ff;
}

.pb-data-kpi {
  padding: 15px;
}

.pb-data-kpi span {
  display: block;
  color: #9fb0c6;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.pb-data-kpi strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
}

.pb-data-message {
  padding: 14px 16px;
  color: #c9d7eb;
}

.pb-data-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #223a59;
  border-radius: 8px;
  background: #081321;
}

.pb-data-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  color: #f5f8ff;
}

.pb-data-table th,
.pb-data-table td {
  padding: 11px 12px;
  border-bottom: 1px solid #1d324d;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.pb-data-table th {
  color: #9fb0c6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #0d1c31;
}

.pb-data-table tr:last-child td {
  border-bottom: 0;
}

.pb-data-player {
  color: #ffffff;
  font-weight: 700;
}

.pb-data-rank {
  color: #72c4ff;
  font-weight: 800;
}

.pb-data-notes {
  min-width: 280px;
  white-space: normal;
  color: #c9d7eb;
}

.pb-data-pill {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 999px;
  background: #12385f;
  color: #d9efff;
  font-size: 12px;
  font-weight: 700;
}

.pb-data-movers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pb-data-mover-section {
  padding: 14px;
}

.pb-data-mover-section h3 {
  margin: 0 0 12px;
  color: #ffffff;
}

.pb-data-search {
  padding: 14px;
}

.pb-data-search-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #2a4568;
  border-radius: 8px;
  background: #07111f;
  color: #f5f8ff;
  font: inherit;
}

.pb-data-search-input::placeholder {
  color: #7f91aa;
}

.pb-data-search-results {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.pb-data-search-row {
  display: grid;
  grid-template-columns: 64px 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #1d324d;
  border-radius: 8px;
  background: #0d1c31;
  color: #dce8f8;
}

.pb-data-search-row strong {
  color: #ffffff;
}

.pb-data-search-muted {
  color: #9fb0c6;
}

@media (max-width: 900px) {
  .pb-data-kpis,
  .pb-data-movers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pb-data-kpis,
  .pb-data-movers {
    grid-template-columns: 1fr;
  }

  .pb-data-search-row {
    grid-template-columns: 48px 1fr;
  }

  .pb-data-search-row span:nth-child(3),
  .pb-data-search-row span:nth-child(4) {
    grid-column: 2;
  }
}
