/* WXSSC V68.19-B Member Center PC Experience Rebuild */
:root{
  --wx-ink:#0f172a;
  --wx-muted:#64748b;
  --wx-line:rgba(15,23,42,.09);
  --wx-blue:#2563eb;
  --wx-cyan:#06b6d4;
  --wx-gold:#f59e0b;
  --wx-green:#16a34a;
  --wx-red:#dc2626;
  --wx-bg:#f4f7fb;
  --wx-card:#fff;
  --wx-shadow:0 22px 70px rgba(15,23,42,.10);
}
*{box-sizing:border-box}
body{
  margin:0;
  color:var(--wx-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(37,99,235,.14), transparent 30%),
    radial-gradient(circle at 92% 6%, rgba(6,182,212,.12), transparent 34%),
    linear-gradient(180deg,#f8fbff,var(--wx-bg));
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
button{font:inherit}

.wx-mc-top{
  position:sticky;
  top:0;
  z-index:30;
  height:70px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(15,23,42,.06);
  box-shadow:0 10px 30px rgba(15,23,42,.04);
}
.wx-mc-top-inner{
  width:min(1300px,calc(100% - 40px));
  height:70px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.wx-mc-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.wx-mc-logo{
  width:42px;
  height:42px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.10);
  flex:0 0 auto;
}
.wx-mc-logo img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.wx-mc-brand-text b{
  display:block;
  font-size:17px;
  line-height:1.05;
  letter-spacing:-.02em;
  font-weight:1000;
}
.wx-mc-brand-text span{
  display:block;
  margin-top:4px;
  color:#475569;
  font-size:12px;
  font-weight:850;
}
.wx-mc-nav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.wx-mc-nav a,
.wx-mc-nav button{
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:999px;
  border:0;
  background:transparent;
  color:#334155;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
}
.wx-mc-nav a:hover,
.wx-mc-nav button:hover{
  background:#eef2ff;
  color:#1d4ed8;
}
.wx-mc-nav .primary{
  background:#0f172a;
  color:#fff;
  box-shadow:0 12px 26px rgba(15,23,42,.16);
}
.wx-mc-nav .gold{
  background:#fff7ed;
  color:#c2410c;
}

.wx-mc-wrap{
  width:min(1300px,calc(100% - 40px));
  margin:24px auto 34px;
}
.wx-mc-hero{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(59,130,246,.34), transparent 35%),
    radial-gradient(circle at 88% 14%, rgba(6,182,212,.22), transparent 30%),
    linear-gradient(135deg,#06101f,#0f172a 54%,#1e3a8a);
  color:#fff;
  box-shadow:var(--wx-shadow);
}
.wx-mc-hero::after{
  content:"";
  position:absolute;
  right:-130px;
  bottom:-160px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.wx-mc-hero-main{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  align-items:end;
}
.wx-mc-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#bfdbfe;
  font-size:12px;
  font-weight:950;
  letter-spacing:.06em;
}
.wx-mc-kicker::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:99px;
  background:#22c55e;
  box-shadow:0 0 0 6px rgba(34,197,94,.12);
}
.wx-mc-hero h1{
  max-width:760px;
  margin:18px 0 12px;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-.055em;
}
.wx-mc-hero p{
  max-width:760px;
  margin:0;
  color:#cbd5e1;
  font-size:15px;
  line-height:1.78;
  font-weight:700;
}
.wx-mc-state{
  border-radius:26px;
  padding:20px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(16px);
}
.wx-mc-state span{
  display:block;
  color:#bfdbfe;
  font-size:12px;
  font-weight:900;
}
.wx-mc-state b{
  display:block;
  margin-top:9px;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.04em;
}
.wx-mc-state small{
  display:block;
  margin-top:9px;
  color:#cbd5e1;
  line-height:1.6;
  font-size:12px;
  font-weight:750;
}
.wx-mc-state .wx-mc-state-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}
.wx-mc-state .wx-mc-state-tags i{
  font-style:normal;
  height:25px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:0 9px;
  background:rgba(255,255,255,.12);
  color:#e2e8f0;
  font-size:11px;
  font-weight:900;
}

.wx-mc-panel-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:18px;
  margin-top:18px;
}
.wx-card{
  background:rgba(255,255,255,.96);
  border:1px solid rgba(15,23,42,.07);
  border-radius:28px;
  box-shadow:0 16px 46px rgba(15,23,42,.07);
  overflow:hidden;
}
.wx-card-hd{
  padding:22px 24px 15px;
  border-bottom:1px solid rgba(15,23,42,.06);
}
.wx-card-hd h2{
  margin:0;
  font-size:20px;
  letter-spacing:-.035em;
}
.wx-card-hd p{
  margin:8px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.65;
  font-weight:750;
}
.wx-card-bd{padding:20px 24px 24px}

.wx-profile{
  display:grid;
  gap:10px;
}
.wx-profile-row{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:11px 12px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.05);
}
.wx-profile-row span{
  color:#64748b;
  font-size:12px;
  font-weight:900;
}
.wx-profile-row b{
  min-width:0;
  text-align:right;
  color:#0f172a;
  font-size:13px;
  font-weight:950;
  word-break:break-all;
}
.wx-level-badge{
  display:inline-flex;
  align-items:center;
  height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#f1f5f9;
  color:#475569;
  font-style:normal;
  font-size:12px;
  font-weight:1000;
}
.wx-level-badge.member,
.wx-level-badge.normal{background:#eff6ff;color:#1d4ed8}
.wx-level-badge.vip{background:#fff7ed;color:#c2410c}
.wx-level-badge.svip{background:#f5f3ff;color:#6d28d9}

.wx-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}
.wx-btn{
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#fff;
  color:#334155;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
}
.wx-btn.primary{background:#0f172a;color:#fff;border-color:#0f172a}
.wx-btn.blue{background:#eff6ff;color:#1d4ed8;border-color:rgba(37,99,235,.16)}
.wx-btn.gold{background:#fff7ed;color:#c2410c;border-color:rgba(245,158,11,.22)}
.wx-btn.red{background:#fee2e2;color:#b91c1c;border-color:rgba(239,68,68,.18)}

.wx-guest-panel{
  display:none;
  margin-top:16px;
  padding:15px;
  border-radius:20px;
  background:
    radial-gradient(circle at 0 0, rgba(37,99,235,.12), transparent 36%),
    #f8fafc;
  border:1px solid rgba(15,23,42,.07);
}
.wx-guest-panel.show{display:block}
.wx-guest-panel b{
  display:block;
  font-size:15px;
  letter-spacing:-.02em;
}
.wx-guest-panel p{
  margin:7px 0 0;
  color:#64748b;
  font-size:12px;
  line-height:1.65;
  font-weight:750;
}

.wx-rights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.wx-right{
  min-height:116px;
  padding:14px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid rgba(15,23,42,.06);
  position:relative;
}
.wx-right.is-on{
  background:linear-gradient(180deg,#f0fdf4,#fff);
  border-color:rgba(22,163,74,.22);
}
.wx-right.is-vip:not(.is-on){
  background:#fff7ed;
}
.wx-right.is-svip:not(.is-on){
  background:#f5f3ff;
}
.wx-right-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#e2e8f0;
  color:#0f172a;
  font-size:16px;
}
.wx-right.is-on .wx-right-icon{background:#dcfce7;color:#15803d}
.wx-right b{
  display:block;
  margin-top:10px;
  font-size:14px;
  letter-spacing:-.02em;
}
.wx-right span{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-size:11.5px;
  line-height:1.55;
  font-weight:750;
}
.wx-right em{
  position:absolute;
  right:12px;
  top:12px;
  font-style:normal;
  height:22px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  background:#e2e8f0;
  color:#475569;
  font-size:11px;
  font-weight:950;
}
.wx-right.is-on em{background:#dcfce7;color:#15803d}

.wx-tip{
  margin-top:13px;
  padding:12px 13px;
  border-radius:16px;
  background:#f8fafc;
  color:#64748b;
  border:1px solid rgba(15,23,42,.06);
  font-size:12px;
  line-height:1.65;
  font-weight:750;
}

.wx-section-title{
  margin:24px 0 12px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
}
.wx-section-title h2{
  margin:0;
  font-size:22px;
  letter-spacing:-.04em;
}
.wx-section-title p{
  margin:7px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.65;
  font-weight:750;
}
.wx-entry-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}
.wx-entry{
  min-height:176px;
  position:relative;
  overflow:hidden;
  padding:17px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.07);
  box-shadow:0 14px 40px rgba(15,23,42,.06);
}
.wx-entry::after{
  content:"";
  position:absolute;
  right:-42px;
  top:-52px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:rgba(37,99,235,.08);
}
.wx-entry.gold::after{background:rgba(245,158,11,.12)}
.wx-entry.purple::after{background:rgba(124,58,237,.10)}
.wx-entry.green::after{background:rgba(22,163,74,.10)}
.wx-entry .tag{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 9px;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:11px;
  font-weight:1000;
}
.wx-entry.gold .tag{background:#fff7ed;color:#c2410c}
.wx-entry.purple .tag{background:#f5f3ff;color:#6d28d9}
.wx-entry.green .tag{background:#f0fdf4;color:#15803d}
.wx-entry h3{
  position:relative;
  z-index:1;
  margin:13px 0 8px;
  font-size:17px;
  letter-spacing:-.03em;
}
.wx-entry p{
  position:relative;
  z-index:1;
  margin:0;
  color:#64748b;
  font-size:12px;
  line-height:1.65;
  font-weight:750;
}
.wx-entry .cta{
  position:absolute;
  left:17px;
  bottom:16px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#0f172a;
  font-size:13px;
  font-weight:1000;
}
.wx-entry.locked{
  opacity:.86;
}
.wx-entry.locked .cta{
  color:#64748b;
}
.wx-entry:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 54px rgba(15,23,42,.09);
}

.wx-mc-footer-note{
  display:none;
}

@media(max-width:1100px){
  .wx-mc-hero-main,.wx-mc-panel-grid{grid-template-columns:1fr}
  .wx-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wx-rights{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .wx-mc-top{position:static;height:auto}
  .wx-mc-top-inner{height:auto;padding:12px 0;align-items:flex-start}
  .wx-mc-nav{display:none}
  .wx-mc-wrap{width:calc(100% - 24px);margin-top:16px}
  .wx-mc-hero{padding:24px;border-radius:26px}
  .wx-mc-hero h1{font-size:31px}
  .wx-mc-state b{font-size:24px}
  .wx-entry-grid,.wx-rights{grid-template-columns:1fr}
  .wx-card-hd,.wx-card-bd{padding-left:18px;padding-right:18px}
}

/* WXSSC V68.19-B2 gap + guest copy polish */
/* 1) 避免左右卡片被 CSS Grid 默认 stretch 拉成等高 */
.wx-mc-panel-grid{
  align-items:start !important;
}

/* 2) 右侧权限卡片内容自然收口，减少大面积空白 */
#wx-v6819b2-marker{display:none}
#vip-rights{
  align-self:start !important;
}
#vip-rights .wx-card-bd{
  padding-bottom:20px !important;
}
.wx-rights{
  gap:9px !important;
}
.wx-right{
  min-height:104px !important;
  padding:13px !important;
}
.wx-right-icon{
  width:31px !important;
  height:31px !important;
  border-radius:12px !important;
}
.wx-right b{
  margin-top:8px !important;
  font-size:13.5px !important;
}
.wx-right span{
  margin-top:5px !important;
  font-size:11.2px !important;
  line-height:1.48 !important;
}
.wx-tip{
  margin-top:11px !important;
  padding:11px 12px !important;
}

/* 3) 未登录账号卡片更清爽，不重复解释 */
.wx-guest-panel{
  padding:13px !important;
}
.wx-guest-panel b{
  font-size:14px !important;
}
.wx-guest-panel p{
  font-size:11.8px !important;
}

/* 4) 常用入口统一弱化重复“登录”语义 */
.wx-entry{
  min-height:164px !important;
}
.wx-entry h3{
  font-size:16px !important;
}
.wx-entry p{
  font-size:11.8px !important;
}
.wx-entry .cta{
  font-size:12.5px !important;
}

/* 5) 下方区域与页脚间距更稳 */
.wx-section-title{
  margin-top:22px !important;
}
.wx-entry-grid{
  margin-bottom:30px !important;
}

@media(max-width:1100px){
  .wx-mc-panel-grid{
    align-items:stretch !important;
  }
}
