.tb-pm-figure{
  --tb-pm-fit:contain;
  --tb-pm-position:50% 50%;
  --tb-pm-padding:14px;
  --tb-pm-media-bg:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,246,241,.96));
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:0;
  min-width:0;
  min-height:160px;
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.14);
}
.tb-pm-stage{
  position:relative;
  display:flex;
  align-items:stretch;
  justify-content:center;
  flex:1 1 auto;
  min-height:0;
  overflow:hidden;
}
.tb-pm-figure[data-image-state="real-image"]{
  box-shadow:0 10px 30px rgba(0,0,0,.14), inset 0 0 0 1px rgba(255,255,255,.05);
}
.tb-pm-figure[data-image-state="fallback-placeholder"]{
  box-shadow:0 10px 30px rgba(0,0,0,.14), inset 0 0 0 1px rgba(255,153,0,.18);
}
.tb-pm-figure .tb-pm-img{
  width:100%;
  height:100%;
  min-height:160px;
  object-fit:var(--tb-pm-fit);
  object-position:var(--tb-pm-position);
  padding:var(--tb-pm-padding);
  box-sizing:border-box;
  background:var(--tb-pm-media-bg);
  display:block;
  image-rendering:auto;
  transform:translateZ(0);
  flex:1 1 auto;
}
.tb-pm-figure[data-image-state="real-image"] .tb-pm-img{
  filter:contrast(1.02) saturate(1.03);
}
.tb-pm-figure[data-image-state="fallback-placeholder"] .tb-pm-img{
  opacity:.94;
  filter:saturate(.9) contrast(1.01);
}
.tb-pm-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(17,17,17,.86);
  color:#fff;
  font-size:.64rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 6px 16px rgba(0,0,0,.2);
}
.tb-pm-note{
  position:static;
  margin:10px 12px 12px;
  padding:8px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.84);
  color:rgba(17,17,17,.76);
  font-size:.7rem;
  font-weight:700;
  line-height:1.35;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.tb-pm-figure[data-kind="walking-pad"],
.tb-pm-figure[data-kind="treadmill"]{
  background:linear-gradient(135deg,rgba(255,153,0,.22),rgba(255,153,0,.06));
}
.tb-pm-figure.tb-pm-compact{
  min-height:120px;
  border-radius:18px;
}
.tb-pm-figure.tb-pm-compact .tb-pm-img{
  min-height:120px;
}
.tb-pm-figure.tb-pm-compact .tb-pm-badge{
  top:10px;
  left:10px;
}
.tb-pm-figure.tb-pm-compact .tb-pm-note{
  font-size:.65rem;
  margin:8px 10px 10px;
}
.tb-pm-figure[data-context="comparison"] .tb-pm-badge,
.tb-pm-figure[data-context="detail"] .tb-pm-badge,
.tb-pm-figure[data-context="quick-pick"] .tb-pm-badge{
  display:none;
}
.tb-pm-figure[data-context="result-thumb"] .tb-pm-note,
.tb-pm-figure[data-context="comparison"] .tb-pm-note{
  display:none;
}
