/* ungate.css — temporarily un-gate all Intelligence content for partner review.
   To re-enable the gates, remove the <link> to this file from each intelligence page
   (or delete this file entirely). */

/* hide upgrade-prompt blocks */
.gate {
  display: none !important;
}

/* un-fade locked stat / index cards so the labels are readable */
.stat-c.locked,
.index-card.locked {
  opacity: 1 !important;
}
.stat-c.locked .v,
.index-card.locked .v {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}
