/* Partner Kit — 公关建联在线样本页（列表样式） */
.pk-hero {
  position: relative;
  padding: 64px 0 40px;
  background:
    radial-gradient(1100px 400px at 10% -10%, rgba(255, 92, 0, .16), transparent 60%),
    radial-gradient(860px 360px at 90% 0%, rgba(26, 111, 212, .14), transparent 55%),
    linear-gradient(180deg, #0b1526 0%, #121c2f 100%);
  color: #fff;
}
.pk-hero-inner { max-width: 980px; }
.pk-kicker {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  color: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 5px 11px;
  margin-bottom: 16px;
}
.pk-hero h1 {
  margin: 0;
  font-size: clamp(26px, 3.8vw, 38px);
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: -.02em;
}
.pk-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #ff8a4c, #ffd0b0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pk-lead {
  margin: 14px 0 0;
  max-width: 720px;
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.8);
}
.pk-lead b { color: #fff; }
.pk-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.pk-plat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
}
.pk-plat img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  object-fit: cover;
  background: #fff;
}
.pk-plat i {
  font-style: normal;
  font-size: 12px;
  color: rgba(255,255,255,.86);
}
.pk-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.pk-mp {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}
.pk-mp img {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background: #fff;
  object-fit: cover;
}
.pk-mp b {
  display: block;
  font-size: 13.5px;
  margin-bottom: 3px;
}
.pk-mp span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,.74);
  max-width: 240px;
}
.pk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 650;
  text-decoration: none;
  transition: .15s ease;
}
.pk-btn-primary {
  background: linear-gradient(135deg, #ff5c00, #ff8a4c);
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 92, 0, .25);
}
.pk-btn-primary:hover { filter: brightness(1.05); color: #fff; }
.pk-btn-ghost {
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
  background: rgba(255,255,255,.04);
}
.pk-btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }

.pk-body {
  padding: 22px 0 64px;
  background: #f4f6fa;
}
.pk-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  padding: 6px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8edf3;
}
.pk-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #5a6675;
  text-decoration: none;
  font-weight: 650;
  font-size: 13.5px;
}
.pk-tabs a em {
  font-style: normal;
  font-size: 11.5px;
  padding: 1px 7px;
  border-radius: 999px;
  background: #eef2f7;
  color: #6b7785;
}
.pk-tabs a.active {
  background: #0b1526;
  color: #fff;
}
.pk-tabs a.active em {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.pk-note {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8f1;
  border: 1px solid #ffe2cc;
  color: #6a4a32;
  font-size: 13px;
  line-height: 1.6;
}

/* —— 列表（非卡片） —— */
.pk-list {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  overflow: hidden;
}
.pk-list-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px 120px;
  gap: 12px;
  padding: 10px 16px;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f7;
  color: #8a94a1;
  font-size: 11.5px;
  letter-spacing: .04em;
}
.pk-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px 120px;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f1f4f8;
  text-decoration: none;
  color: inherit;
  transition: background .12s ease;
}
.pk-row:last-child { border-bottom: 0; }
.pk-row:hover { background: #fafbfd; }
.pk-row-user {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.pk-avatar,
.pk-avatar-ph {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #eef2f7;
}
.pk-avatar.pk-fallback {
  padding: 8px;
  background: #fff;
  border: 1px solid #e7ecf3;
  box-sizing: border-box;
}
.pk-avatar-ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0b1526;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.pk-row-meta {
  min-width: 0;
}
.pk-row-meta b {
  display: block;
  font-size: 14px;
  color: #0f172a;
  font-weight: 680;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pk-row-meta small {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
  color: #8a94a1;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pk-row-meta small img {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  flex: 0 0 auto;
}
.pk-rec {
  font-style: normal;
  font-size: 10.5px;
  color: #ff5c00;
  border: 1px solid #ffd0b0;
  border-radius: 999px;
  padding: 0 5px;
  vertical-align: middle;
}
.pk-row-fans {
  font-variant-numeric: tabular-nums;
  font-size: 13.5px;
  color: #334155;
  text-align: right;
}
.pk-row-price {
  text-align: right;
}
.pk-row-price b {
  color: #e11d48;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 720;
}

.pk-empty {
  padding: 40px 20px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  border: 1px dashed #d7dee7;
  color: #5a6675;
}
.pk-footer-card {
  margin-top: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px;
  border-radius: 14px;
  background: #0b1526;
  color: #fff;
}
.pk-footer-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
}
.pk-footer-card p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.55;
  max-width: 640px;
}
.pk-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.pk-btn-dark {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
}
.pk-btn-dark:hover { background: rgba(255,255,255,.16); color: #fff; }
.pk-footer-mp {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}
.pk-footer-mp img {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  background: #fff;
  object-fit: cover;
  flex: 0 0 auto;
}
.pk-footer-mp b {
  display: block;
  font-size: 13.5px;
  margin-bottom: 3px;
}
.pk-footer-mp span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,.74);
  max-width: 150px;
}

@media (max-width: 720px) {
  .pk-hero { padding: 40px 0 28px; }
  .pk-list-head { display: none; }
  .pk-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "user price"
      "user fans";
    gap: 2px 10px;
    padding: 11px 12px;
  }
  .pk-row-user { grid-area: user; }
  .pk-row-fans {
    grid-area: fans;
    text-align: right;
    font-size: 12px;
    color: #8a94a1;
    align-self: start;
  }
  .pk-row-price {
    grid-area: price;
    align-self: end;
  }
  .pk-row-price b { font-size: 14px; }
  .pk-avatar,
  .pk-avatar-ph { width: 36px; height: 36px; border-radius: 9px; }
  .pk-row-meta b { font-size: 13.5px; }
  .pk-footer-card {
    flex-direction: column;
    align-items: stretch;
  }
  .pk-footer-mp { min-width: 0; }
}
