/* Capitol Radar Search Captain — programmatic page styles. */

.crc { margin-top: 0.5em; }

.crc-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 12px;
	margin: 1em 0;
}
.crc-stat {
	background: #0f2b3d;
	color: #fff;
	border-radius: 12px;
	padding: 13px 15px;
}
.crc-stat span { display: block; font-size: 12px; opacity: 0.75; text-transform: uppercase; letter-spacing: 0.04em; }
.crc-stat strong { font-size: 21px; line-height: 1.5; }

.crc-gain { color: #157347; font-weight: 600; }
.crc-loss { color: #b02a37; font-weight: 600; }

.crc-table-wrap { overflow-x: auto; margin: 0.5em 0 1.5em; }
.crc-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.crc-table th {
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #5c6770;
	padding: 8px 10px;
	border-bottom: 2px solid #e3e6ea;
}
.crc-table td { padding: 9px 10px; border-bottom: 1px solid #eef0f2; }

.crc-badge {
	display: inline-block;
	border-radius: 20px;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: 700;
	background: #eef0f2;
}

.crc-signal {
	border: 1px solid #e3e6ea;
	border-radius: 10px;
	padding: 10px 14px;
	margin: 0 0 12px;
}
.crc-signal p { margin: 0.3em 0; }

.crc-cta {
	background: #eef7f5;
	border: 1px solid #cde6e0;
	border-radius: 12px;
	padding: 16px 18px;
	margin: 1.5em 0 1em;
}
.crc-btn {
	display: inline-block;
	background: #14636f;
	color: #fff !important;
	border-radius: 8px;
	padding: 9px 16px;
	font-weight: 600;
	text-decoration: none !important;
}
.crc-btn:hover { background: #0f4f59; }

.crc-small { font-size: 13px; color: #5c6770; }
.crc-disclaimer {
	font-size: 12px;
	color: #78838c;
	border-top: 1px solid #e3e6ea;
	padding-top: 12px;
	margin-top: 1.5em;
}
