/* BuzzWorks Engage — isolated styles (new dashboard + detail + modal only) */

.page-top-engage {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.page-top-engage h1.page-title {
  margin: 0;
}

.page-top-engage .engage-sub {
  margin: 6px 0 0;
  color: var(--muted, rgba(245, 230, 207, 0.78));
  font-size: 0.95rem;
}

.engage-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(5, 6, 10, 0.72);
}

.engage-modal-shell {
  width: min(460px, 100%);
}

.engage-lbl {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0;
}

.engage-lbl-t {
  font-weight: 800;
}

.engage-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 14px;
}

.engage-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.engage-detail-metric strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.engage-mini-table {
  width: 100%;
  border-collapse: collapse;
}

.engage-mini-table th,
.engage-mini-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 170, 60, 0.16);
}

.engage-mini-table thead th {
  font-size: 0.82rem;
  color: var(--muted, rgba(245, 230, 207, 0.75));
}
