:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1c281f;
  background: #edf2eb;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 20% 0, #fbfcf8 0, #edf2eb 50%, #e7ede4 100%); }
.overview { width: min(1120px, 100%); margin: 0 auto; padding: 64px 28px max(42px, env(safe-area-inset-bottom)); }
header { margin-bottom: 30px; }
.eyebrow { margin: 0 0 9px; color: #66736a; text-transform: uppercase; font-size: 12px; font-weight: 750; letter-spacing: 1.7px; }
h1 { margin: 0; font-size: clamp(38px, 7vw, 66px); line-height: 1; letter-spacing: -.045em; font-weight: 760; }
.intro { margin: 14px 0 0; color: #657069; font-size: 17px; }
.summary { display: flex; gap: 16px; align-items: center; min-height: 82px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid #d6dfd4; border-radius: 18px; background: rgba(255,255,255,.68); box-shadow: 0 8px 30px rgba(35,58,41,.05); }
.summary.attention { background: #fff6e7; border-color: #efdec1; }
.summary.good { background: #edf8ef; border-color: #cee5d2; }
.summary-icon { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.78); font-size: 22px; }
.summary strong { display: block; margin-bottom: 4px; font-size: 17px; }
.summary p { margin: 0; color: #667169; font-size: 14px; }
.plant-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.plant-card { min-height: 355px; padding: 24px; display: flex; flex-direction: column; color: inherit; text-decoration: none; border: 1px solid #d9e1d7; border-radius: 22px; background: rgba(252,253,250,.92); box-shadow: 0 12px 34px rgba(35,58,41,.055); transition: transform .18s ease, box-shadow .18s ease; }
.plant-card:hover { transform: translateY(-3px); box-shadow: 0 17px 42px rgba(35,58,41,.1); }
.plant-card.thirsty { border-color: #e8d1ad; background: #fffaf1; }
.plant-card.offline { background: rgba(247,248,245,.82); color: #626b65; }
.plant-name { margin: 0 0 18px; }
.plant-name h2 { margin: 0 0 5px; font-size: clamp(24px, 3.5vw, 31px); line-height: 1.06; letter-spacing: -.025em; }
.plant-name p { margin: 0; color: #77817a; font-size: 14px; }
.moisture-row { display: flex; gap: 20px; align-items: center; justify-content: space-between; }
.moisture-row > strong { font-size: 48px; letter-spacing: -.055em; line-height: 1; }
.mini-gauge { --value: 0; width: 84px; height: 8px; overflow: hidden; border-radius: 99px; background: #dfe6de; }
.mini-gauge i { display: block; width: calc(var(--value) * 1%); height: 100%; border-radius: inherit; background: #3c8a62; }
.feeling { margin-top: 20px; padding-top: 17px; border-top: 1px solid #e2e7e1; }
.feeling strong, .feeling span { display: block; }
.feeling strong { margin-bottom: 4px; font-size: 16px; }
.feeling span { color: #707a73; font-size: 13px; }
.card-foot { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 22px; color: #7c857f; font-size: 12px; }
.card-foot b { color: #2a6649; white-space: nowrap; }
.refreshed { margin: 22px 0 0; text-align: center; color: #7b857e; font-size: 12px; }
@media (max-width: 680px) {
  .overview { padding: 38px 16px 32px; }
  .plant-grid { grid-template-columns: 1fr; }
  .plant-card { min-height: 325px; }
  .summary { border-radius: 15px; }
}
