/* Hero section module */
.hero {
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 620px;
}

.hero-actions .btn {
  min-height: 50px;
}

.dashboard-card,
.dash-metric,
.chart-box,
.channel-box,
.activity-box {
  min-width: 0;
  border: 1px solid #e6ebf7;
  border-radius: var(--radius);
  background: var(--surface);
}

.dash-main,
.dash-content-grid,
.dash-metrics {
  min-width: 0;
}

.dash-top {
  border-bottom: 1px solid #eef2fb;
  padding-bottom: 14px;
}

@media (max-width: 640px) {
  .hero-actions .btn {
    min-height: 46px;
  }
}
