/*
 * Calculator-specific styles only. Shared look (colors, fonts, section
 * cards, sliders, result panel, table layout/typography via .tco-table)
 * should come from fgtech-calc-core \u2014 don't redefine those tokens
 * here. This file is just the fit-status row coloring, unique to the
 * GPU\u2194Model matcher.
 */

.gpu-fit-calculator__fit--green {
	background-color: #d4edda;
}

.gpu-fit-calculator__fit--orange {
	background-color: #fff3cd;
}

.gpu-fit-calculator__fit--red {
	background-color: #f8d7da;
}

.gpu-fit-calculator__fit--unrated {
	background-color: #f0f0f0;
	font-style: italic;
}

.gpu-fit-calculator__footnote {
	font-size: 0.85em;
	color: #666;
	margin-top: 1rem;
}
