:root {
	--fc-ink: #111111;
	--fc-paper: #f5f2ea;
	--fc-muted: #6c6a65;
	--fc-line: rgba(17,17,17,.16);
	--fc-accent: #ff4d00;
	--fc-accent-soft: #fff0e9;
	--fc-radius: 14px;
}

.fc-ahora {
	width: 100%;
	color: var(--fc-ink);
}

.fc-ahora__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 0 0 18px;
	border-bottom: 4px solid currentColor;
}

.fc-ahora__eyebrow {
	margin: 0 0 4px;
	font-size: .69rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--fc-accent);
}

.fc-ahora__title {
	margin: 0;
	font-size: clamp(2.6rem, 7vw, 5.5rem);
	font-weight: 900;
	line-height: .84;
	letter-spacing: -.065em;
}

.fc-ahora__subtitle {
	margin: 12px 0 0;
	font-size: .95rem;
	color: var(--fc-muted);
}

.fc-ahora__pulse {
	width: 12px;
	height: 12px;
	margin-bottom: 8px;
	border-radius: 999px;
	background: var(--fc-accent);
	box-shadow: 0 0 0 6px rgba(255,77,0,.12);
}

.fc-ahora__feed { position: relative; }

.fc-ahora__date-label {
	padding: 20px 0 7px;
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--fc-muted);
}

.fc-ahora__item {
	display: grid;
	grid-template-columns: 70px minmax(0,1fr);
	gap: 16px;
	padding: 22px 0;
	border-bottom: 1px solid var(--fc-line);
}

.fc-ahora__time {
	padding-top: 3px;
	font-size: .83rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.02em;
}

.fc-ahora__body { min-width: 0; }

.fc-ahora__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 0 0 7px;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fc-ahora__category { color: var(--fc-muted); }

.fc-ahora__badge,
.fc-ahora__updated {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 3px 7px;
	border: 1px solid currentColor;
	border-radius: 999px;
	line-height: 1;
}

.fc-ahora__badge--urgent {
	color: #fff;
	background: var(--fc-accent);
	border-color: var(--fc-accent);
}

.fc-ahora__updated { color: var(--fc-muted); }

.fc-ahora__headline {
	max-width: 920px;
	margin: 0;
	font-size: clamp(1.28rem, 2.35vw, 2rem);
	font-weight: 780;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.fc-ahora__headline a {
	color: inherit;
	text-decoration: none;
}

.fc-ahora__headline a:hover,
.fc-ahora__headline a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.fc-ahora__excerpt {
	max-width: 760px;
	margin: 8px 0 0;
	font-size: .96rem;
	line-height: 1.55;
	color: var(--fc-muted);
}

.fc-ahora__item--urgente {
	position: relative;
}

.fc-ahora__item--urgente::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 20px;
	bottom: 20px;
	width: 3px;
	background: var(--fc-accent);
}

.fc-ahora__footer { padding: 22px 0 0; }

.fc-ahora__more {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-weight: 800;
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid currentColor;
}

.fc-ahora--compact .fc-ahora__header { padding-bottom: 14px; }
.fc-ahora--compact .fc-ahora__title { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.fc-ahora--compact .fc-ahora__item { padding: 15px 0; }
.fc-ahora--compact .fc-ahora__headline { font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
.fc-ahora--compact .fc-ahora__subtitle { display: none; }

.fc-ahora--empty {
	padding: 16px 18px;
	border: 1px dashed var(--fc-line);
	border-radius: var(--fc-radius);
	background: rgba(0,0,0,.02);
}

.fc-ahora--empty p { margin: 0; }

.fc-sources {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 28px 0;
	padding: 14px 16px;
	border-top: 1px solid var(--fc-line);
	border-bottom: 1px solid var(--fc-line);
	font-size: .84rem;
}

.fc-sources__title {
	font-size: .7rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fc-sources__link { color: inherit; font-weight: 700; }
.fc-sources__verified { color: var(--fc-muted); font-size: .72rem; }

@media (max-width: 640px) {
	.fc-ahora__item { grid-template-columns: 52px minmax(0,1fr); gap: 10px; padding: 17px 0; }
	.fc-ahora__time { font-size: .75rem; }
	.fc-ahora__headline { line-height: 1.13; }
	.fc-ahora__excerpt { font-size: .9rem; }
	.fc-ahora__item--urgente::before { left: -7px; }
}
