/* Day Tracker app graphics module · v0.2 integration
   v1.0: the front/brand hero is used by the opening splash, not the home screen. */
.hcard-art{
  flex:0 0 auto;
  width:clamp(78px, 21vw, 96px);
  height:clamp(78px, 21vw, 96px);
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 14px 18px rgba(20,25,34,.10));
}
.health-data-card .hcard-art{
  margin-bottom:-2px;
}
@media (max-width:380px){
  .hcard-art{width:78px;height:78px;}
}
