.detec-emergencia {
	--detec-red: #b42318;
	--detec-ink: #15171a;
	--detec-muted: #5f6875;
	--detec-line: #d9dee5;
	--detec-panel: #f6f8fb;
	--detec-yellow: #f2b84b;
	--detec-blue: #255c99;
	color: var(--detec-ink);
	font-family: inherit;
	margin: 0 auto;
	max-width: 1180px;
}

.detec-hero {
	background: #111418;
	border-top: 5px solid var(--detec-red);
	color: #fff;
	padding: clamp(24px, 4vw, 42px);
}

.detec-hero__kicker {
	color: #f5c36a;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.detec-hero__title {
	color: #fff;
	font-size: clamp(2rem, 4vw, 4rem);
	letter-spacing: 0;
	line-height: 0.95;
	margin: 8px 0 10px;
}

.detec-hero__intro {
	color: #eef2f6;
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	margin: 0;
	max-width: 720px;
}

.detec-hero__stamp {
	color: #cbd5e1;
	font-size: 0.92rem;
	margin: 18px 0 0;
}

.detec-radio {
	align-items: center;
	background: #fff;
	border: 1px solid var(--detec-line);
	border-left: 6px solid var(--detec-red);
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr auto;
	margin: 18px 0;
	padding: 18px;
}

.detec-radio__live {
	align-items: center;
	color: var(--detec-red);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.detec-radio__live span {
	background: var(--detec-red);
	border-radius: 999px;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.detec-radio h2 {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.1;
	margin: 0 0 4px;
}

.detec-radio p {
	color: var(--detec-muted);
	margin: 0;
}

.detec-radio__button {
	background: var(--detec-red);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 800;
	font: inherit;
	padding: 11px 16px;
	text-decoration: none;
	white-space: nowrap;
}

.detec-radio__button:hover,
.detec-radio__button:focus {
	background: #8f1d15;
	color: #fff;
}

.detec-radio__player {
	margin-top: 14px;
	max-width: 540px;
}

.detec-radio__player iframe {
	background: #111418;
	border: 0;
	display: block;
	height: 110px;
	width: 100%;
}

.detec-radio__fallback {
	color: var(--detec-red);
	display: inline-block;
	font-size: 0.86rem;
	font-weight: 800;
	margin-top: 10px;
	text-decoration: none;
}

.detec-radio__fallback:hover,
.detec-radio__fallback:focus {
	text-decoration: underline;
}

.detec-feed {
	background: #fff;
	border: 1px solid var(--detec-line);
}

.detec-feed__head {
	align-items: baseline;
	border-bottom: 1px solid var(--detec-line);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 18px;
}

.detec-feed__head h2 {
	font-size: 1.35rem;
	margin: 0;
}

.detec-feed__head span {
	color: var(--detec-muted);
	font-size: 0.9rem;
}

.detec-filters {
	background: var(--detec-panel);
	border-bottom: 1px solid var(--detec-line);
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	padding: 14px 18px;
}

.detec-filters select,
.detec-filters button {
	border: 1px solid var(--detec-line);
	font: inherit;
	min-height: 42px;
	width: 100%;
}

.detec-filters select {
	background: #fff;
	color: var(--detec-ink);
	padding: 0 10px;
}

.detec-filters button {
	background: #1f2933;
	color: #fff;
	cursor: pointer;
	font-weight: 800;
	padding: 0 16px;
}

.detec-timeline {
	display: grid;
}

.detec-card {
	display: grid;
	gap: 18px;
	grid-template-columns: 112px 1fr;
	padding: 20px 18px;
	position: relative;
}

.detec-card + .detec-card {
	border-top: 1px solid var(--detec-line);
}

.detec-card__time {
	color: var(--detec-muted);
	font-size: 0.86rem;
}

.detec-card__time span {
	color: var(--detec-red);
	display: block;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
}

.detec-card__time small {
	display: block;
	margin-top: 8px;
}

.detec-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 8px;
}

.detec-badge {
	background: #eef2f6;
	color: #243241;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1;
	padding: 7px 8px;
}

.detec-badge--source {
	background: #e9f1fb;
	color: var(--detec-blue);
}

.detec-badge--level {
	background: #fff3d7;
	color: #805100;
}

.detec-card h3 {
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
	line-height: 1.18;
	margin: 0 0 8px;
}

.detec-card h3 a {
	color: var(--detec-ink);
	text-decoration: none;
}

.detec-card h3 a:hover,
.detec-card h3 a:focus {
	color: var(--detec-red);
	text-decoration: underline;
}

.detec-card__place {
	color: var(--detec-muted);
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 8px;
}

.detec-card p {
	color: #2f3742;
	margin: 0 0 12px;
}

.detec-card__source {
	color: var(--detec-red);
	font-weight: 800;
	text-decoration: none;
}

.detec-card__source:hover,
.detec-card__source:focus {
	text-decoration: underline;
}

.detec-empty {
	display: grid;
	gap: 4px;
	padding: 24px 18px;
}

.detec-empty span {
	color: var(--detec-muted);
}

.detec-emergencia--compact .detec-hero {
	padding: 22px;
}

.detec-emergencia--compact .detec-hero__title {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.detec-emergencia--compact .detec-card {
	grid-template-columns: 88px 1fr;
	padding: 16px;
}

@media (max-width: 780px) {
	.detec-radio {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.detec-radio__button {
		text-align: center;
		width: 100%;
	}

	.detec-radio__player {
		max-width: none;
	}

	.detec-feed__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.detec-filters {
		grid-template-columns: 1fr;
	}

	.detec-card {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.detec-card__time {
		align-items: baseline;
		display: flex;
		gap: 10px;
	}

	.detec-card__time small {
		margin-top: 0;
	}
}
