
.poo-ds-wrap{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#111827;
  max-width:1100px;
  margin:14px auto;
  padding:10px;
}

.poo-ds-head{ margin-bottom:12px; }
.poo-ds-title{ margin:0; font-size:28px; }
.poo-ds-sub{ margin-top:6px; color:#4b5563; font-size:14px; }

.poo-ds-cards{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap:14px;
  margin-top:10px;
}

.poo-ds-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:16px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.poo-ds-k{ font-weight:900; color:#374151; font-size:13px; }
.poo-ds-v{ font-weight:1000; font-size:38px; margin-top:8px; letter-spacing:.3px; }

.poo-ds-goal{
  margin-top:14px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:16px;
  box-shadow:0 1px 10px rgba(0,0,0,.06);
}

.poo-ds-goal-top{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.poo-ds-goal-title{ font-weight:1000; font-size:18px; }
.poo-ds-goal-pct{ font-weight:1000; font-size:18px; color:#111827; }

.poo-ds-bar{
  height:16px;
  border-radius:999px;
  background:#e5e7eb;
  overflow:hidden;
  margin-top:12px;
}
.poo-ds-bar-fill{
  height:100%;
  border-radius:999px;
  background:#111827;
}

.poo-ds-goal-foot{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  color:#374151;
  font-weight:800;
}

.poo-ds-note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:16px;
  background:#f9fafb;
  border:1px solid #e5e7eb;
  color:#374151;
}
.poo-ds-empty{
  max-width:1100px;
  margin:14px auto;
  padding:14px 16px;
  border-radius:16px;
  background:#f9fafb;
  border:1px solid #e5e7eb;
  color:#374151;
}
