/**
 * Series page info card — hardened styles for live/CDN/cache environments.
 * Loaded only on fcn_story singular views.
 */

.single-fcn_story .story__article_modern .nh-story-info-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 16px 18px;
	border-radius: 16px;
	background: #0d0f17 !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.single-fcn_story .story__article_modern .nh-story-info-card__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.single-fcn_story .story__article_modern .nh-story-credits {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

.single-fcn_story .story__article_modern .nh-credit-item {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	padding: 5px 10px 5px 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.single-fcn_story .story__article_modern .nh-credit-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(99, 102, 241, 0.16);
	color: #ff3c56;
	font-size: 0.68rem;
	flex-shrink: 0;
}

.single-fcn_story .story__article_modern .nh-credit-item--alternative .nh-credit-icon {
	background: rgba(56, 189, 248, 0.16);
	color: #38bdf8;
}

.single-fcn_story .story__article_modern .nh-credit-item--tl .nh-credit-icon {
	background: rgba(52, 211, 153, 0.16);
	color: #34d399;
}

.single-fcn_story .story__article_modern .nh-credit-copy {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px;
	min-width: 0;
}

.single-fcn_story .story__article_modern .nh-credit-label {
	display: block;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #94a3b8;
	line-height: 1.2;
}

.single-fcn_story .story__article_modern .nh-credit-value {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	color: #e2e8f0;
	line-height: 1.25;
}

.single-fcn_story .story__article_modern .nh-badge,
.single-fcn_story .story__article_modern .nh-badge-btn,
.single-fcn_story .story__article_modern .nh-push-bell {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04) !important;
	color: #e5e5eb;
	border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.single-fcn_story .story__article_modern .nh-badge.rating {
	background: rgba(251, 191, 36, 0.14) !important;
	color: #fbbf24;
	border-color: rgba(251, 191, 36, 0.28) !important;
}

.single-fcn_story .story__article_modern .nh-badge.status.completed {
	background: rgba(59, 130, 246, 0.12) !important;
	color: #60a5fa;
	border-color: rgba(59, 130, 246, 0.28) !important;
}

.single-fcn_story .story__article_modern .nh-series-info-strip {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	padding: 10px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.single-fcn_story .story__article_modern .nh-story-right .nh-series-info-strip {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (min-width: 1280px) {
	.single-fcn_story .story__article_modern .nh-story-right .nh-series-info-strip {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}

.single-fcn_story .story__article_modern .nh-series-stat {
	display: flex !important;
	align-items: center;
	gap: 8px;
	min-width: 0;
	padding: 8px 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.single-fcn_story .story__article_modern .nh-series-stat__copy {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px;
	min-width: 0;
}

.single-fcn_story .story__article_modern .nh-series-stat__icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.04);
	color: #94a3b8;
	font-size: 0.72rem;
	flex-shrink: 0;
}

.single-fcn_story .story__article_modern .nh-series-stat--updated .nh-series-stat__icon { color: #38bdf8; }
.single-fcn_story .story__article_modern .nh-series-stat--chapters .nh-series-stat__icon { color: #a78bfa; }
.single-fcn_story .story__article_modern .nh-series-stat--views .nh-series-stat__icon { color: #ff3c56; }
.single-fcn_story .story__article_modern .nh-series-stat--saves .nh-series-stat__icon { color: #fb7185; }
.single-fcn_story .story__article_modern .nh-series-stat--pace .nh-series-stat__icon { color: #38bdf8; }
.single-fcn_story .story__article_modern .nh-series-stat--since .nh-series-stat__icon { color: #fbbf24; }

.single-fcn_story .story__article_modern .nh-series-stat__value {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	color: #f1f5f9;
	line-height: 1.2;
}

.single-fcn_story .story__article_modern .nh-series-stat__label {
	display: block;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	line-height: 1.2;
}

.single-fcn_story .story__article_modern .nh-rate-widget {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 8px;
	padding: 4px 8px;
	background: rgba(255, 255, 255, 0.02) !important;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	border-radius: 999px;
}

.single-fcn_story .story__article_modern .nh-story-summary {
	background: rgba(255, 255, 255, 0.02) !important;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.06) !important;
	padding: 12px 14px 10px;
}

.single-fcn_story .story__article_modern .nh-cover-wrapper {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.single-fcn_story .story__article_modern .nh-status-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	font-size: 9px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 4px;
	color: #fff;
}

.single-fcn_story .story__article_modern .nh-status-badge.completed {
	background: #3b82f6;
}

@media (max-width: 900px) {
	.single-fcn_story .story__article_modern .nh-story-mobile .nh-story-info-card__content {
		align-items: center !important;
		text-align: center;
		gap: 12px;
	}

	.single-fcn_story .story__article_modern .nh-story-credits--mobile {
		justify-content: center !important;
		width: 100%;
	}

	.single-fcn_story .story__article_modern .nh-story-credits--mobile .nh-credit-copy {
		align-items: center !important;
		text-align: center;
	}

	.single-fcn_story .story__article_modern .nh-story-mobile .nh-mobile-genres {
		justify-content: center !important;
		flex-wrap: wrap;
	}

	.single-fcn_story .story__article_modern .nh-story-mobile .nh-series-info-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 8px;
		padding: 10px;
	}

	.single-fcn_story .story__article_modern .nh-story-mobile .nh-series-stat {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center;
		padding: 10px 8px;
	}

	.single-fcn_story .story__article_modern .nh-story-mobile .nh-series-stat__copy {
		align-items: center !important;
		text-align: center;
		gap: 3px;
		width: 100%;
	}

	.single-fcn_story .story__article_modern .nh-story-mobile .nh-series-stat__value {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		font-size: 0.74rem;
		line-height: 1.25;
	}

	.single-fcn_story .story__article_modern .nh-story-meta-toolbar--mobile {
		flex-direction: column !important;
		align-items: center !important;
		gap: 8px;
	}
}