/* PC 会员中心 · 黑金 */
.pc-vip-page {
  --h-bg: #080808;
  --h-card: #141414;
  --h-gold: #d4af37;
  --h-gold-light: #f5d76e;
  --h-text: #f5efe4;
  --h-muted: #8d877e;
  --h-line: rgba(255, 255, 255, 0.08);
}

body.pc-app.pc-vip-page {
  background: var(--h-bg);
  color: var(--h-text);
}

.pc-vip-page .pc-main {
  background:
    radial-gradient(ellipse 70% 40% at 90% 0%, rgba(212, 175, 55, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 35% at 0% 20%, rgba(212, 175, 55, 0.1), transparent 50%),
    var(--h-bg);
}

.pc-vip-page .pc-content {
  padding-top: 18px;
  padding-bottom: 28px;
}

.pc-vip-page .pc-page-header {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--h-line);
}

.pc-vip-page .pc-page-title { color: var(--h-text); }
.pc-vip-page .pc-page-sub { color: var(--h-muted); }

.pc-vip-page .pc-page-actions .pc-btn {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.35);
  color: var(--h-gold-light);
}

.pc-vip-page .pc-page-actions .pc-btn:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(245, 215, 110, 0.5);
}

.pc-vip-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 8px;
}

.pc-vip-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 160px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 20px 20px 20px 6px;
  background-color: #0c0c0c;
  background-image:
    linear-gradient(90deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.42) 48%, rgba(8, 8, 8, 0.1) 100%),
    var(--pc-vip-hero-bg, none);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.pc-vip-hero-copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  padding: 22px 38% 22px 22px;
}

.pc-vip-kicker {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #c9a962;
}

.pc-vip-hero-copy h2 {
  margin: 8px 0 6px;
  font-size: 26px;
  font-weight: 800;
  color: var(--h-gold-light);
  line-height: 1.15;
}

.pc-vip-hero-copy > p {
  margin: 0;
  font-size: 13px;
  color: var(--h-muted);
}

.pc-vip-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 6px 12px 6px 10px;
  font-size: 12px;
  color: var(--h-text);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 999px;
}

.pc-vip-status i {
  color: var(--h-gold-light);
  font-size: 16px;
}

.pc-vip-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.pc-vip-section-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--h-text);
}

.pc-vip-section-head span {
  font-size: 12px;
  color: var(--h-muted);
}

.pc-vip-pkg-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pc-vip-pkg {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 16px 16px 14px;
  font-family: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(135deg, #171410 0%, #121212 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px 16px 16px 4px;
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

.pc-vip-pkg:hover {
  border-color: rgba(212, 175, 55, 0.28);
  transform: translateY(-2px);
}

.pc-vip-pkg.is-hot {
  border-color: rgba(212, 175, 55, 0.22);
}

.pc-vip-pkg.is-selected {
  background: linear-gradient(135deg, #241c10 0%, #16120c 100%);
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: inset 0 0 0 1px rgba(245, 215, 110, 0.16), 0 10px 24px rgba(212, 175, 55, 0.14);
}

.pc-vip-ribbon {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 2;
  min-width: 44px;
  padding: 4px 10px 6px;
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
  color: #1a1200;
  background: linear-gradient(135deg, #ffe7a8, #d4af37);
  border-radius: 0 0 6px 6px;
}

.pc-vip-hex {
  flex-shrink: 0;
  width: 58px;
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  color: var(--h-gold-light);
  background: rgba(212, 175, 55, 0.1);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.pc-vip-pkg.is-selected .pc-vip-hex {
  color: #1a1200;
  background: linear-gradient(180deg, #ffe7a8, #d4af37);
}

.pc-vip-hex small {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 600;
}

.pc-vip-pkg-body {
  flex: 1;
  min-width: 0;
}

.pc-vip-pkg-body strong {
  display: block;
  font-size: 16px;
  color: var(--h-text);
}

.pc-vip-pkg-body > span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--h-muted);
  line-height: 1.4;
}

.pc-vip-pkg-price {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 800;
  color: var(--h-gold-light);
  line-height: 1;
}

.pc-vip-pkg-price i {
  font-style: normal;
  font-size: 14px;
  margin-right: 2px;
}

.pc-vip-pkg-price s {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #6b6560;
}

.pc-vip-pkg-save {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  color: #ff6b6b;
}

.pc-vip-perks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pc-vip-perk {
  padding: 16px 10px 14px;
  text-align: center;
  background: linear-gradient(155deg, #1c1816 0%, #121212 48%, #101010 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 16px 16px 16px 4px;
  transition: border-color 0.15s, transform 0.15s;
}

.pc-vip-perk:hover {
  border-color: rgba(212, 175, 55, 0.32);
  transform: translateY(-2px);
}

.pc-vip-perk i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  font-size: 22px;
  color: var(--h-gold-light);
}

.pc-vip-perk strong {
  display: block;
  font-size: 13px;
  color: var(--h-text);
}

.pc-vip-perk span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--h-muted);
  line-height: 1.35;
}

.pc-vip-compare {
  overflow: hidden;
  background: linear-gradient(155deg, #1c1816 0%, #121212 48%, #101010 100%);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 16px 16px 16px 4px;
}

.pc-vip-compare-row {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  font-size: 13px;
  color: #cfc8bc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pc-vip-compare-row:last-child { border-bottom: 0; }

.pc-vip-compare-row.is-th {
  font-size: 12px;
  color: var(--h-muted);
  background: rgba(212, 175, 55, 0.08);
}

.pc-vip-compare-row span:nth-child(2),
.pc-vip-compare-row span:nth-child(3),
.pc-vip-compare-row i {
  text-align: center;
  justify-self: center;
}

.pc-vip-compare-row .mdi-minus { color: #5a554c; }
.pc-vip-compare-row .mdi-check { color: #81c784; }
.pc-vip-compare-row .mdi-check.is-gold { color: var(--h-gold-light); }

.pc-vip-buybar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #1c1816 0%, #141210 100%);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 16px 16px 16px 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.pc-vip-section {
  padding: 16px 18px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--h-line);
  border-radius: 20px 20px 20px 6px;
}

.pc-vip-buy-info small {
  display: block;
  font-size: 12px;
  color: var(--h-muted);
  margin-bottom: 4px;
}

.pc-vip-buy-info strong {
  font-size: 30px;
  font-weight: 800;
  color: var(--h-gold-light);
  line-height: 1.1;
}

.pc-vip-buy-info em { font-style: normal; }

.pc-vip-buy-btn {
  flex-shrink: 0;
  min-width: 160px;
  height: 48px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  color: #1a1200;
  cursor: pointer;
  background: linear-gradient(135deg, #ffe7a8, #d4af37 55%, #c9971a);
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.32);
  transition: transform 0.15s, box-shadow 0.15s;
}

.pc-vip-buy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(212, 175, 55, 0.4);
}

.pc-vip-page .pc-empty {
  color: var(--h-muted);
}

.pc-vip-page .pc-empty i {
  color: rgba(212, 175, 55, 0.35);
}

@media (max-width: 1100px) {
  .pc-vip-pkg-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-vip-perks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .pc-vip-hero-copy { padding-right: 22px; }
  .pc-vip-pkg-list { grid-template-columns: 1fr; }
  .pc-vip-perks { grid-template-columns: 1fr 1fr; }
  .pc-vip-buybar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .pc-vip-buy-btn { width: 100%; }
}
