/* HADAFIN Phase 24d — module dashboard premium shell */

.hf-dash {
  --hf-dash-gap: 1rem;
}

.hf-dash .hf-card--glass {
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.hf-dash .hf-card--glass:hover {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.hf-dash-kpi {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hf-dash-panel {
  border-radius: 0.75rem;
}

.hf-dash-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.hf-dash-panel__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
}

.hf-dash-skeleton-host .hf-dash-skeleton {
  display: none;
}

.hf-dash-skeleton-host.is-loading .hf-dash-skeleton {
  display: block;
}

.hf-dash-skeleton-host.is-loading .hf-dash-skeleton-target {
  display: none;
}

.hf-datagrid-wrap.hf-card {
  overflow: hidden;
}

.hf-datagrid-wrap .hf-datagrid__controls {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
