.dash-toolbar{
  background:#fff;
  border:1px solid #d6deef;
  border-radius:8px;
  padding:10px 12px;
  margin-bottom:10px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.week-info{
  margin-left:10px;
  font-weight:800;
  color:#173a7a;
}

.dash-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap:12px;
}
.dash-card{
  background:#fff;
  border:1px solid #d6deef;
  border-radius:12px;
  padding:12px;
}
.dash-card h2{
  margin:0 0 6px 0;
  font-size:16px;
  font-weight:800;
  color:#173a7a;
}
.hint{
  font-size:13px;
  color:#444;
  margin-bottom:6px;
}
