/* Distinctive Hamilton background system: cool, quiet surfaces with red reserved
 * for product actions and emphasis rather than whole-section atmosphere. */
.hpi-mfrs {
	background: #fff !important;
}

.hpi-partners {
	background:
		radial-gradient(circle at 86% 10%, rgb(15 59 95 / 6%), transparent 30%),
		radial-gradient(circle at 8% 88%, rgb(70 119 153 / 4%), transparent 27%),
		#F5F1E8;
}

.hpi-predictive-section,
.hpi-reports-section {
	background: #F5F1E8;
}

.hpi-predictive {
	background:
		radial-gradient(circle at 17% 64%, rgb(15 59 95 / 4%), transparent 26%),
		radial-gradient(circle at 81% 42%, rgb(70 119 153 / 4%), transparent 34%),
		#F5F1E8;
}

.hpi-reports {
	background:
		radial-gradient(circle at 20% 35%, rgb(15 59 95 / 4%), transparent 26%),
		radial-gradient(circle at 82% 65%, rgb(70 119 153 / 4%), transparent 32%),
		#F5F1E8;
}

.hpi-reports-workspace::before {
	background: rgb(15 59 95 / 8%);
}

.hpi-reports-workspace::after {
	background-image: radial-gradient(rgb(15 59 95 / 22%) 2.5px, transparent 3px);
}
