.mh-nature-dashboard{
  --mh-bg:#002235;
  --mh-bg2:#002235;
  --mh-cream:#f5f2ec;
  --mh-muted:rgba(245,242,236,.72);
  --mh-soft:rgba(245,242,236,.56);
  --mh-gold:#d6aa65;
  --mh-green:#78d8ad;
  --mh-border:rgba(214,170,101,.24);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  color:var(--mh-cream);
  font-family:Inter,Arial,sans-serif;
}
.mh-nature-dashboard.mh-single{grid-template-columns:minmax(0,420px)}
.mh-card{
  background:#002235;
  border:1px solid var(--mh-border);
  border-radius:18px;
  padding:25px 26px;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  min-height:255px;
  overflow:hidden;
}
.mh-icon{
  width:52px;height:52px;
  border:1px solid rgba(120,216,173,.48);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--mh-green);
  font-size:24px;
  margin-bottom:20px;
}
.mh-kicker{
  font-family:Inter,Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--mh-gold);
  font-size:12px;
  line-height:1.35;
  margin:0 0 14px;
  font-weight:500;
}
.mh-status{
  font-family:'Cormorant Garamond',Cormorant,Georgia,serif;
  font-size:40px;
  line-height:.98;
  color:var(--mh-green);
  margin:0 0 12px;
  font-weight:500;
  letter-spacing:-.015em;
}
.mh-sub{
  font-family:Inter,Arial,sans-serif;
  font-size:15px;
  line-height:1.55;
  color:var(--mh-muted);
  margin:0 0 20px;
  max-width:34em;
}
.mh-romance{
  font-family:'Playfair Display',Georgia,serif;
  font-style:italic;
  font-size:16px;
  line-height:1.45;
  color:rgba(245,242,236,.78);
  margin-top:18px;
}
.mh-meter{height:7px;background:rgba(255,255,255,.12);border-radius:999px;overflow:hidden;margin:18px 0}
.mh-meter span{display:block;height:100%;background:linear-gradient(90deg,#496b70,#61c995,#f3c65f,#c45739);border-radius:999px;transition:width .4s ease}
.mh-stats{display:flex;gap:16px;flex-wrap:wrap;margin:16px 0;color:rgba(245,242,236,.78);font-size:14px}
.mh-stats b{color:#f2ca6d;font-weight:600}
.mh-note{font-size:12.5px;line-height:1.45;color:var(--mh-soft);margin:20px 0 0}
.mh-divider{height:1px;background:rgba(255,255,255,.16);margin:24px 0}
.mh-list{list-style:none;margin:14px 0 0;padding:0;font-size:14px}
.mh-list li{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(255,255,255,.075);padding:8px 0;color:rgba(245,242,236,.78)}
.mh-list b{font-weight:600;color:rgba(245,242,236,.88);white-space:nowrap}
.mh-error{color:#f2ca6d}
@media(max-width:1100px){.mh-card{padding:22px}.mh-status{font-size:36px}.mh-sub{font-size:14.5px}}
@media(max-width:900px){.mh-nature-dashboard{grid-template-columns:1fr}.mh-card{min-height:0}.mh-status{font-size:34px}.mh-kicker{font-size:11px}.mh-icon{width:48px;height:48px;font-size:22px}}
