@charset "utf-8";

.home-review-snapshot {
	display: grid;
	gap: 14px;
	padding: 16px 14px;
	border: 1px solid #e5e7eb;
	border-top: 3px solid #ef4444;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 6px 16px rgb(31 42 55 / 5%);
}

.home-review-snapshot__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
}

.home-review-snapshot__intro {
	min-width: 0;
}

.home-review-snapshot__eyebrow {
	margin: 0 0 6px;
	color: #ef4444;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

.home-review-snapshot__title {
	margin: 0;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0;
	word-break: keep-all;
}

.home-review-snapshot__lead {
	margin: 8px 0 0;
	color: #3f4650;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	word-break: keep-all;
}

.home-review-snapshot__actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
	max-width: 230px;
}

.home-review-snapshot__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 11px;
	border: 1px solid #e8ddff;
	border-radius: 999px;
	background: #f8f5ff;
	color: #6f42c1 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
}

.home-review-snapshot__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.home-review-snapshot__metrics div {
	min-width: 0;
	padding: 10px 11px;
	border: 1px solid #edf0f4;
	border-radius: 8px;
	background: #fbfcff;
}

.home-review-snapshot__metrics span {
	display: block;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.home-review-snapshot__metrics strong {
	display: block;
	margin-top: 3px;
	color: #111827;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.home-review-snapshot__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.home-review-snapshot-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-top: 3px solid #a66eff;
	border-radius: 8px;
	background: #fff;
}

.home-review-snapshot-card.is-critical,
.home-review-snapshot-card.is-hot {
	border-top-color: #ef4444;
}

.home-review-snapshot-card.is-watch {
	border-top-color: #f59e0b;
}

.home-review-snapshot-card.is-rebuttal {
	border-top-color: #2563eb;
}

.home-review-snapshot-card.is-resolved {
	border-top-color: #10b981;
}

.home-review-snapshot-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	margin-bottom: 8px;
}

.home-review-snapshot-card__badge,
.home-review-snapshot-card__score {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.home-review-snapshot-card__badge {
	background: #fff7ed;
	color: #c2410c;
}

.home-review-snapshot-card__score {
	background: #f3f4f6;
	color: #4b5563;
}

.home-review-snapshot-card__title {
	margin: 0;
	color: #111827;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0;
	word-break: keep-all;
}

.home-review-snapshot-card__title a {
	color: inherit !important;
	text-decoration: none !important;
}

.home-review-snapshot-card__domain {
	overflow: hidden;
	margin: 5px 0 10px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-review-snapshot-card__facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0 0 10px;
	border-top: 1px solid #eef0f4;
}

.home-review-snapshot-card__facts div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	padding: 7px 0;
	border-bottom: 1px solid #eef0f4;
}

.home-review-snapshot-card__facts dt,
.home-review-snapshot-card__facts dd {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
}

.home-review-snapshot-card__facts dt {
	color: #6b7280;
	font-weight: 700;
}

.home-review-snapshot-card__facts dd {
	overflow: hidden;
	color: #111827;
	font-weight: 800;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-review-snapshot-card__latest {
	min-height: 52px;
	margin: 0 0 12px;
	padding: 9px 10px;
	border-radius: 8px;
	background: #f8fafc;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	word-break: keep-all;
}

.home-review-snapshot-card__latest span {
	display: block;
	margin-bottom: 3px;
	color: #6f42c1;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
}

.home-review-snapshot-card__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: auto;
	border-radius: 8px;
	background: #6f42c1;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

.home-review-snapshot__empty {
	margin: 0;
	padding: 18px;
	border: 1px solid #eef0f4;
	border-radius: 8px;
	background: #fbfcff;
	color: #6b7280;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 991.98px) {
	.home-review-snapshot__header {
		display: grid;
	}

	.home-review-snapshot__actions {
		justify-content: flex-start;
		max-width: none;
	}

	.home-review-snapshot__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.home-review-snapshot {
		padding: 14px 12px;
	}

	.home-review-snapshot__title {
		font-size: 18px;
	}

	.home-review-snapshot__metrics,
	.home-review-snapshot__grid {
		grid-template-columns: 1fr;
	}
}
