/* Match detail hub — extracted static inline styles */

/* 地板对齐 104px：40px 壳层 padding-bottom + 64px 页脚 margin-top */
.hcm-md-container .md-tab-feed {
	margin-bottom: 0;
}

.hcm-md-content-card--centered {
	padding: 60px 20px;
	text-align: center;
}

.hcm-md-empty-state {
	padding: 60px 20px;
	text-align: center;
	color: var(--hcm-text-muted);
}

.hcm-md-empty-state__icon {
	font-size: 40px;
	margin-bottom: var(--hcm-layout-gap);
}

.hcm-md-empty-state__title {
	color: var(--hcm-text-main);
	margin-bottom: 8px;
}

.hcm-md-empty-state__text {
	margin: 0;
	color: var(--hcm-text-muted);
	font-size: 14px;
}

.hcm-md-empty-slot {
	text-align: center;
	padding: 20px;
	color: var(--hcm-text-muted);
	font-size: 13px;
}

.hcm-md-table-empty {
	padding: 30px;
	text-align: center;
	color: var(--hcm-text-muted);
}

.hcm-md-table-empty-cell {
	color: var(--hcm-text-muted);
}

.hcm-md-table-empty-row {
	text-align: center;
	padding: 20px;
}

.hcm-md-sidebar-widget--flush {
	padding: 0;
	overflow: hidden;
}

.hcm-md-header-card .mobile-league-meta {
	display: none;
}

.hcm-md-scoreboard .md-score-penalty {
	font-size: 20px;
	color: var(--hcm-text-muted);
	font-weight: 600;
}

/* 桌面：比分下方提示；移动端改走 meta 卡片内的 --meta */
.hcm-md-header-card .md-page-status--meta {
	display: none;
}

.hcm-md-header-card .md-page-status--hero {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 4px 20px 14px;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	color: #6b7280;
	text-align: center;
}

.hcm-md-header-card .md-page-status {
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	color: #6b7280;
}

.hcm-md-header-card .md-page-status__icon {
	flex-shrink: 0;
	color: #9ca3af;
}

.hcm-md-header-card .md-page-status__text {
	display: inline;
}

.hcm-md-header-card .md-page-status__text strong {
	font-weight: 600;
	color: #4b5563;
}

.hcm-md-header-card .md-page-status__sep {
	margin: 0 4px;
	color: #d1d5db;
}

.hcm-md-header-card .md-page-status--live {
	color: #047857;
}

.hcm-md-header-card .md-page-status--live .md-page-status__text strong {
	color: #047857;
}

.hcm-md-header-card .md-page-status--live .md-page-status__sep {
	color: #6ee7b7;
}

.hcm-md-header-card .md-page-status--ft .md-page-status__text strong {
	color: #6b7280;
}

html.dark-mode .hcm-md-header-card .md-page-status,
body.dark-mode .hcm-md-header-card .md-page-status {
	color: #9ca3af;
}

html.dark-mode .hcm-md-header-card .md-page-status__text strong,
body.dark-mode .hcm-md-header-card .md-page-status__text strong {
	color: #d1d5db;
}

html.dark-mode .hcm-md-header-card .md-page-status--live,
body.dark-mode .hcm-md-header-card .md-page-status--live {
	color: #34d399;
}

html.dark-mode .hcm-md-header-card .md-page-status--live .md-page-status__text strong,
body.dark-mode .hcm-md-header-card .md-page-status--live .md-page-status__text strong {
	color: #34d399;
}

@media (max-width: 992px) {
	/* 移动端：隐藏比分下提示，并入联赛/时间信息卡片 */
	.hcm-md-header-card .md-page-status--hero {
		display: none !important;
	}

	.hcm-md-header-card .md-match-meta .md-page-status--meta {
		display: flex !important;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.4;
		color: var(--hcm-text-main);
		text-align: left;
	}

	.hcm-md-header-card .md-match-meta .md-page-status--meta .md-page-status__icon,
	.hcm-md-header-card .md-match-meta .md-page-status--meta .live-dot {
		flex-shrink: 0;
		margin-top: 2px;
		color: var(--hcm-text-muted);
	}

	.hcm-md-header-card .md-match-meta .md-page-status--meta .md-page-status__text {
		display: inline;
		min-width: 0;
	}

	.hcm-md-header-card .md-match-meta .md-page-status--meta .md-page-status__text strong {
		color: var(--hcm-text-main);
	}

	.hcm-md-header-card .md-match-meta .md-page-status--meta.md-page-status--live,
	.hcm-md-header-card .md-match-meta .md-page-status--meta.md-page-status--live .md-page-status__text strong {
		color: #047857;
	}
}

/* —— Live skeleton (LIVE 态首屏占位，Hydrate 后由 JS 移除) —— */
@keyframes hcm-live-skeleton-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.45;
	}
}

.hcm-live-skeleton.is-hcm-live-empty,
.hcm-live-skeleton-pulse {
	animation: hcm-live-skeleton-pulse 1.4s ease-in-out infinite;
}

.hcm-live-skeleton-bar {
	display: block;
	height: 12px;
	border-radius: 6px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.06) 0%,
		rgba(255, 255, 255, 0.14) 50%,
		rgba(255, 255, 255, 0.06) 100%
	);
	margin-bottom: 10px;
}

.hcm-live-skeleton-bar--short {
	width: 60%;
}

.hcm-live-skeleton-bar--wide {
	width: 80%;
	margin: 0 auto;
}

.hcm-live-timeline-host {
	padding: 12px 0;
	min-height: 72px;
}

.score-main.hcm-live-skeleton.is-hcm-live-empty,
.score-sub.hcm-live-skeleton.is-hcm-live-empty {
	color: var(--hcm-text-muted);
}

.md-overview-stats.hcm-live-skeleton.is-hcm-live-empty .stat-bar.hcm-live-skeleton-pulse {
	background: rgba(255, 255, 255, 0.08);
}

