.journey-hero { position: relative; overflow: hidden; }
.journey-day-badge {
  display: inline-block; background: var(--green-light); color: var(--green-dark); font-size: 12.5px;
  font-weight: 700; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.journey-hero h1 { font-size: 22px; margin: 0 0 6px; }

.journey-path { position: relative; height: 56px; margin: 34px 6px 10px; }
.journey-path::before {
  content: ''; position: absolute; top: 5px; left: 0; right: 0; height: 6px; background: var(--border); border-radius: 999px;
}
.journey-path-fill {
  position: absolute; top: 5px; left: 0; height: 6px; width: 0%; background: var(--green); border-radius: 999px;
  transition: width .4s ease;
}
.journey-path-point { position: absolute; top: 0; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
.jp-dot { width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 3px solid var(--border); }
.journey-path-point.is-reached .jp-dot { border-color: var(--green); background: var(--green); }
.jp-label { font-size: 11px; color: var(--muted); margin-top: 8px; white-space: nowrap; }

.journey-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 4px; }
.journey-stat { padding: 16px; text-align: center; margin-bottom: 0; }
.js-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .3px; margin-bottom: 6px; }
.js-value { font-size: 19px; font-weight: 700; }
@media (max-width: 480px) { .journey-stats-grid { gap: 8px; } .journey-stat { padding: 12px 8px; } .js-value { font-size: 16px; } }

.journey-kcal { font-size: 38px; font-weight: 800; color: var(--green-dark); line-height: 1; margin-bottom: 4px; }

.weight-log-form { display: flex; gap: 10px; margin-bottom: 16px; }
.weight-log-form .app-input { margin-bottom: 0; }
.weight-log-form .app-btn { flex-shrink: 0; white-space: nowrap; }

.community-card {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px;
  background: linear-gradient(135deg, var(--green-light), #fff); border-color: var(--green);
}
.community-icon { font-size: 30px; line-height: 1; flex-shrink: 0; }
.community-value { font-size: 22px; font-weight: 800; color: var(--green-dark); line-height: 1.15; }
.community-label { font-size: 12.5px; color: var(--muted); margin-top: 2px; }

.recommend-card { border-color: var(--green); }
.recommend-eyebrow { font-size: 11px; font-weight: 800; color: var(--green-dark); text-transform: uppercase; letter-spacing: .4px; margin-bottom: 12px; }
.recommend-body { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.recommend-body img { width: 56px; height: 56px; object-fit: contain; border-radius: 10px; background: var(--green-light); flex-shrink: 0; }
.recommend-title { font-size: 15.5px; font-weight: 700; }
.recommend-reason { font-size: 12.5px; color: var(--muted); margin: 3px 0 6px; line-height: 1.35; }
.recommend-price { font-size: 15px; font-weight: 800; color: var(--green-dark); }
.recommend-price .rp-compare { font-size: 12px; font-weight: 600; color: var(--muted); text-decoration: line-through; margin-right: 6px; }

