/* Keep the dashboard preview itself clean; overlays remain visible outside it. */
.dashboard-card {
  position: absolute;
  border-radius: 16px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
