body {
  min-height: 100vh;
}

.dashboard-shell {
  max-width: 1680px;
}

.dashboard-table {
  max-height: 320px;
}

.metric-box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.9rem;
  background: #fff;
  height: 100%;
}

.metric-box span {
  display: block;
  color: #6c757d;
  font-size: 0.82rem;
}

.metric-box strong {
  display: block;
  font-size: 1.5rem;
}

.chart-wrap {
  position: relative;
  min-height: 220px;
}

.chart-wrap canvas {
  width: 100% !important;
  height: 220px !important;
}
