/* Dashboard styles: clean cards and responsive layout */

.dashboard-hero {
  padding: 3.5rem 0;
}

.dashboard-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.metric-cards {
  margin-top: 1.5rem;
}

.metric-card {
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(20,24,40,0.06);
  background: #fff;
  padding: 1.25rem;
}

.metric-card h5 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.metric-value {
  font-size: 1.6rem;
  font-weight: 700;
}

.top-tags {
  list-style: none;
  padding-left: 0;
}

.top-tags li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  display: flex;
  justify-content: space-between;
}

.footer-compact {
  margin-top: 4rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  color: #6b7280;
}

@media (min-width: 992px) {
  .metric-cards .col-lg-4 { min-height: 220px; }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
