.mh-sub__card{
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--mh-radius-lg);
  box-shadow: var(--mh-shadow);
  padding: 16px;
  margin-bottom: 14px;
}
.mh-sub__card--hero{ padding: 16px 16px 14px; }
.mh-sub__muted{ color: var(--mh-txt-300); font-size: 13px; }
.mh-sub__divider{ height:1px; background: rgba(255,255,255,0.06); margin: 14px 0; }

.mh-sub__hero-greeting{ margin-bottom:10px; }
.mh-sub__hero-hello{ color: var(--mh-txt-300); font-size: 13px; }
.mh-sub__hero-name{ font-size: 18px; font-weight: 650; letter-spacing:-0.01em; }
.mh-sub__hero-grid{ display:flex; gap:14px; align-items:stretch; }
.mh-sub__hero-left{ flex:1 1 auto; min-width:0; }
.mh-sub__hero-right{ width:92px; display:flex; align-items:center; justify-content:flex-end; }

.mh-sub__hero-path{ display:flex; gap:8px; align-items:center; margin-top:4px; }
.mh-sub__hero-lvl{ font-size:18px; font-weight:650; }
.mh-sub__hero-arrow{ color: var(--mh-txt-400); }
.mh-sub__hero-sub{ margin-top:4px; color: var(--mh-txt-300); font-size:13px; }

.mh-sub__pillrow{ display:flex; gap:8px; margin-top:10px; }
.mh-sub__pill{
  flex:1 1 0;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 10px;
}
.mh-sub__pill-label{ color: var(--mh-txt-400); font-size: 11px; text-transform: uppercase; letter-spacing:0.06em; }
.mh-sub__pill-value{ font-size:16px; font-weight:650; margin-top:2px; }

.mh-sub__ring{
  width:84px; height:84px; border-radius:999px;
  background: conic-gradient(var(--mh-accent-500) 0deg, rgba(255,255,255,0.10) 0deg);
  display:flex; align-items:center; justify-content:center;
  border: 1px solid rgba(255,255,255,0.06);
}
.mh-sub__ring-inner{
  width:68px; height:68px; border-radius:999px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.06);
  display:flex; align-items:center; justify-content:center;
}
.mh-sub__ring-value{ font-weight:750; }

.mh-sub__rail-sub{ color: var(--mh-txt-300); font-size: 13px; margin-top:4px; }
.mh-sub__rail-buttons{ display:flex; gap:10px; margin-top:10px; }

.mh-sub__chip{
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--mh-txt-200);
  display:inline-flex; align-items:center; justify-content:center;
  font-weight: 650;
  cursor:pointer;
}
.mh-sub__chip[aria-pressed="true"]{
  background: var(--mh-accent-alpha);
  border-color: rgba(255,255,255,0.10);
  color: var(--mh-txt-100);
}
.mh-sub__chip--small{ padding: 10px 14px; font-size:13px; }

.mh-sub__section-title{ font-size: 16px; font-weight: 750; letter-spacing:-0.01em; margin-bottom: 10px; }
.mh-sub__sdf-row{ display:flex; gap:10px; }
.mh-sub__sdf-item{ flex:1 1 0; }
.mh-sub__sdf-label{ color: var(--mh-txt-300); font-size: 12px; }
.mh-sub__sdf-value{ font-weight: 750; margin: 6px 0; }
.mh-sub__bar{ height:6px; border-radius:999px; background: rgba(255,255,255,0.08); overflow:hidden; }
.mh-sub__barfill{ height:100%; border-radius:999px; background: rgba(255,255,255,0.22); }
.mh-sub__hint{ color: var(--mh-txt-300); font-size: 12px; margin-top: 10px; }
