
/* WXSSC V68.24-A3L-B CSS-only light visual polish
   Boundary: CSS only. No JS. No server/auth/data. */

/* 会员中心右上角头像昵称：白底导航可读性增强 */
.wx-v6815-member-pill{
  color:#0f172a !important;
  background:#ffffff !important;
  border-color:rgba(15,23,42,.12) !important;
  box-shadow:0 8px 22px rgba(15,23,42,.08) !important;
}

.wx-v6815-name{
  color:#0f172a !important;
  opacity:1 !important;
  text-shadow:none !important;
  font-weight:950 !important;
}

.wx-v6815-level{
  color:#1d4ed8 !important;
  background:#eff6ff !important;
}

.wx-v6815-caret{
  color:#334155 !important;
  opacity:1 !important;
}

/* A3J-E 静态资料编辑器：保留可见和可保存，只压缩视觉高度 */
#wxA3JEProfileEditor{
  margin-top:10px !important;
  padding:12px 14px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,#fbfdff,#ffffff) !important;
}

#wxA3JEProfileEditor .wx-a3je-head{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}

#wxA3JEProfileEditor .wx-a3je-head h3{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.3 !important;
}

#wxA3JEProfileEditor .wx-a3je-head p{
  display:none !important;
}

#wxA3JEProfileEditor .wx-a3je-head em{
  font-size:11px !important;
  padding:3px 8px !important;
}

#wxA3JEProfileEditor .wx-a3je-toggle{
  min-height:30px !important;
  padding:0 12px !important;
  font-size:12px !important;
}

/* 表单轻压缩：不隐藏、不改交互 */
#wxA3JEProfileEditor .wx-a3je-form{
  margin-top:10px !important;
  gap:7px !important;
  max-width:100% !important;
}

#wxA3JEProfileEditor .wx-a3je-form label{
  font-size:12px !important;
  line-height:1.3 !important;
}

#wxA3JEProfileEditor .wx-a3je-form label span{
  font-size:11px !important;
}

#wxA3JEProfileEditor .wx-a3je-form input{
  height:36px !important;
  border-radius:12px !important;
  font-size:13px !important;
}

#wxA3JEProfileEditor .wx-a3je-phone-row{
  grid-template-columns:minmax(180px,1fr) 112px !important;
  gap:8px !important;
}

#wxA3JEProfileEditor .wx-a3je-phone-row button,
#wxA3JEProfileEditor .wx-a3je-actions button{
  min-height:34px !important;
  padding:0 12px !important;
  font-size:12px !important;
}

#wxA3JEProfileEditor .wx-a3je-msg{
  padding:8px 10px !important;
  font-size:12px !important;
}

/* 账号资料行轻压缩 */
.wx-profile-row{
  min-height:38px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}

@media(max-width:760px){
  #wxA3JEProfileEditor .wx-a3je-head{
    align-items:flex-start !important;
  }
  #wxA3JEProfileEditor .wx-a3je-phone-row{
    grid-template-columns:1fr !important;
  }
}
