/* 源页面的个人中心内联样式；组件主体使用原 hg-profile.css。 */
.hg-profile-hero{background:transparent!important}
.hg-profile-hero__bg{display:none!important}
.hg-profile-hero__avatar{position:relative;overflow:visible!important}
.hg-profile-hero__avatar img,.hg-profile-hero__avatar .hg-avatar{border-radius:50%}
.hg-profile-vip-badge{position:absolute;right:-5px;bottom:-2px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:18px;padding:0 6px;border:2px solid #111;border-radius:999px;background:linear-gradient(90deg,#ffd21c,#f5a623);color:#221400;font-size:10px;font-weight:800;line-height:1}
.hg-profile-vip-badge[hidden]{display:none!important}
.hg-profile-wallet{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;border:1px solid rgba(255,210,28,.14);border-radius:14px;overflow:hidden;background:linear-gradient(105deg,rgba(255,210,28,.13),rgba(255,255,255,.03) 48%,rgba(80,99,105,.16))}
.hg-profile-wallet__item{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:118px;padding:22px 28px}
.hg-profile-wallet__item+ .hg-profile-wallet__item{border-left:1px solid rgba(255,255,255,.18)}
.hg-profile-wallet__item>div{min-width:0;display:flex;flex-direction:column}
.hg-profile-wallet__label{color:#fff;font-size:13px}
.hg-profile-wallet__item strong{margin-top:7px;color:#ffd21c;font-size:25px;line-height:1.2}
.hg-profile-wallet__item small{margin-top:6px;color:rgba(255,255,255,.55);font-size:12px}
.hg-profile-wallet__item>a{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:68px;height:32px;padding:0 12px;border-radius:8px;background:#ffd21c;color:#111;text-decoration:none;font-size:12px;font-weight:700}
.hg-profile-wallet__item>a:hover{background:#f5a623}
.hg-profile-card__icon .hg-unread-badge{
  top:-5px;right:-5px;z-index:3;min-width:17px;height:17px;padding:0 4px;font-size:10px;
  border:2px solid var(--color-dark,#0d0d0d)
}
/* 提示只在用户操作未开放入口或退出失败时显示，不占初始布局位置。 */
.hg-profile-status{margin:16px 0;color:#999;font-size:14px}
.hg-profile-status[hidden]{display:none!important}
.hg-profile-logout:disabled{opacity:.65;cursor:wait}
@media (max-width:700px){
  .hg-profile-wallet{grid-template-columns:1fr}
  .hg-profile-wallet__item{min-height:96px;padding:18px 16px}
  .hg-profile-wallet__item+.hg-profile-wallet__item{border-left:0;border-top:1px solid rgba(255,255,255,.18)}
}
