/* Insights page specific styles */

#insights {
  position: relative;
}

#insights::after{
  content: "Insights — coming soon";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(2px);
  font-weight: 600;
  border-radius: 12px;
}

/* Estado ativo do filtro */
#insightsFilters .filter-btn.btn-active,
#insightsFilters .filter-btn:focus {
  background: #163029 !important;
  color: #fff !important;
  border-color: #163029 !important;
}

/* Ensure Quick Access Toolbar is fixed to viewport */
.fixed.bottom-6.right-6 {
  position: fixed !important;
  bottom: 1.5rem !important;
  right: 1.5rem !important;
  z-index: 50 !important;
}

