.ios-pb-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 8rem;
  padding: 2rem 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.ios-pb-loading-spinner {
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-top-color: rgba(236, 72, 153, 0.9);
  border-radius: 50%;
  animation: ios-pb-spin 0.75s linear infinite;
}

.ios-pb-loading-caption {
  font-size: 0.88rem;
  font-weight: 600;
}

@keyframes ios-pb-spin {
  to {
    transform: rotate(360deg);
  }
}

.ios-pb-page-title {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.ios-pb-intro {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.ios-pb-units {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.ios-pb-units-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

.ios-pb-unit {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 6px;
  padding: 0.25rem 0.55rem;
  font-size: 0.82rem;
  cursor: pointer;
}

.ios-pb-unit.is-active {
  background: rgba(236, 72, 153, 0.35);
  border-color: rgba(236, 72, 153, 0.65);
}

.ios-pb-section {
  margin-bottom: 1.5rem;
}

.ios-pb-section h2 {
  font-size: 1rem;
  margin: 0 0 0.6rem;
}

.ios-pb-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.ios-pb-table th,
.ios-pb-table td {
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.ios-pb-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.ios-pb-tier {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.ios-pb-tier--gold {
  color: #fbbf24;
}

.ios-pb-val {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.ios-pb-date {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

.ios-pb-session-link {
  color: #7dd3fc;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.82rem;
}

.ios-pb-th-numeric,
.ios-pb-td-numeric {
  text-align: right;
}

.ios-pb-unit-group {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ios-pb-unit-group-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.45);
}

.ios-pb-session {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.ios-pb-empty {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.ios-leaderboard-panel {
  padding-top: 0.25rem;
}

.ios-leaderboard-intro {
  margin: 0 0 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
}

.ios-leaderboard-intro a {
  color: #7dd3fc;
}

.ios-leaderboard-card {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.ios-leaderboard-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.ios-leaderboard-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}
