*{box-sizing:border-box}
body{
  margin:0;
  background:radial-gradient(circle at 8% 0%,#e0f2fe,transparent 32%),
             radial-gradient(circle at 94% 6%,#dbeafe,transparent 28%),
             linear-gradient(180deg,#f8fbff,#eef4fb);
  color:#0f172a;
}
.wx-v606r2-page{
  width:min(1180px,calc(100% - 28px));
  margin:22px auto 48px;
  display:grid;
  gap:16px;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;
}
.wx-v606r2-hero{
  background:linear-gradient(135deg,#0f172a,#172033);
  color:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:0 24px 70px rgba(15,23,42,.18);
}
.wx-v606r2-hero-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
}
.wx-v606r2-hero h1{
  margin:0 0 8px;
  font-size:32px;
  letter-spacing:-.03em;
}
.wx-v606r2-hero p{
  margin:0;
  color:#cbd5e1;
  line-height:1.75;
}
.wx-v606r2-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#facc15;
  color:#111827;
  font-weight:1000;
  white-space:nowrap;
}
.wx-v606r2-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:20px;
}
.wx-v606r2-summary-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:16px;
}
.wx-v606r2-summary-card span{
  display:block;
  color:#cbd5e1;
  font-size:13px;
  font-weight:900;
}
.wx-v606r2-summary-card b{
  display:block;
  margin-top:8px;
  font-size:24px;
  color:#fff;
}
.wx-v606r2-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.wx-v606r2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 17px;
  border-radius:999px;
  text-decoration:none;
  font-weight:1000;
  background:#2563eb;
  color:#fff;
}
.wx-v606r2-btn.gold{
  background:#facc15;
  color:#111827;
}
.wx-v606r2-btn.gray{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.wx-v606r2-card{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:26px;
  padding:22px;
  box-shadow:0 18px 48px rgba(15,23,42,.08);
}
.wx-v606r2-card h2{
  margin:0 0 8px;
  font-size:24px;
  color:#0f172a;
}
.wx-v606r2-card p{
  margin:0 0 16px;
  color:#64748b;
  line-height:1.75;
}
.wx-v606r2-rights{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.wx-v606r2-right{
  border-radius:18px;
  padding:16px;
  border:1px solid #e5edf7;
  background:#f8fafc;
}
.wx-v606r2-right.ok{
  background:#f0fdf4;
  border-color:#bbf7d0;
}
.wx-v606r2-right.lock{
  opacity:.78;
}
.wx-v606r2-right b{
  display:flex;
  gap:8px;
  align-items:center;
  margin-bottom:8px;
  color:#0f172a;
  font-size:16px;
}
.wx-v606r2-right.ok b{
  color:#166534;
}
.wx-v606r2-right span{
  color:#64748b;
  line-height:1.65;
  font-size:14px;
}
.wx-v606r2-tiers{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.wx-v606r2-tier{
  border:1px solid #e5edf7;
  border-radius:20px;
  padding:16px;
  background:#f8fafc;
}
.wx-v606r2-tier h3{
  margin:0 0 10px;
  font-size:18px;
  color:#0f172a;
}
.wx-v606r2-tier ul{
  margin:0;
  padding-left:18px;
  color:#475569;
  line-height:1.8;
  font-size:14px;
}
.wx-v606r2-note{
  border-radius:18px;
  padding:14px 16px;
  background:#eff6ff;
  border:1px solid #bfdbfe;
  color:#1e40af;
  line-height:1.75;
}
@media(max-width:1000px){
  .wx-v606r2-summary,.wx-v606r2-tiers{grid-template-columns:1fr 1fr}
  .wx-v606r2-hero-top{display:block}
  .wx-v606r2-badge{margin-top:12px}
}
@media(max-width:700px){
  .wx-v606r2-summary,.wx-v606r2-rights,.wx-v606r2-tiers{grid-template-columns:1fr}
}
