#hd-content {
	max-width: 780px;
	margin: 0 auto;
	padding-bottom: 6rem;
}

.hd__loading,
.hd__error {
	text-align: center;
	color: var(--mr-muted);
	padding: 4rem 1rem;
}

.hd__error {
	color: #f87171;
}

.hd__headline {
	background: var(--mr-surface);
	border: 1px solid var(--mr-surface-border);
	border-radius: var(--mr-radius);
	padding: 2rem clamp(1.25rem, 4vw, 2.5rem);
	text-align: center;
	margin-bottom: 2rem;
}

.hd__headline .eyebrow {
	justify-content: center;
	display: flex;
}

#hd-type {
	font-family: var(--mr-font-display);
	font-size: clamp(2rem, 5vw, 2.75rem);
	background: var(--mr-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin: 0.25rem 0 0.75rem;
}

.hd__stat-desc {
	color: var(--mr-muted);
	font-size: 0.9rem;
	max-width: 520px;
	margin: 0.5rem auto 0;
	line-height: 1.5;
}

.hd__stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--mr-surface-border);
}

.hd__stat--small p:not(.eyebrow) {
	font-weight: 600;
	color: var(--mr-white);
}

.hd__centers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.85rem;
	margin-bottom: 2rem;
}

.hd-center {
	background: var(--mr-surface);
	border: 1px solid var(--mr-surface-border);
	border-radius: 14px;
	padding: 1.1rem 0.75rem;
	text-align: center;
	opacity: 0.55;
}

.hd-center.is-defined {
	opacity: 1;
	border-color: var(--mr-violet);
	background: radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.22), var(--mr-surface) 70%);
	box-shadow: 0 0 24px rgba(139, 92, 246, 0.15);
}

.hd-center__name {
	font-family: var(--mr-font-display);
	font-weight: 600;
	font-size: 1rem;
	color: var(--mr-white);
}

.hd-center__theme {
	font-size: 0.72rem;
	color: var(--mr-muted);
	margin: 0.2rem 0 0.5rem;
}

.hd-center__state {
	font-size: 0.68rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--mr-muted);
}

.hd-center.is-defined .hd-center__state {
	color: var(--mr-gold);
}

.hd__section-label {
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--mr-muted);
	margin-bottom: 0.75rem;
}

.hd__channel-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.hd-channel {
	background: var(--mr-surface);
	border: 1px solid var(--mr-surface-border);
	border-radius: 10px;
	padding: 0.65rem 1rem;
	font-size: 0.85rem;
	color: var(--mr-white);
}

.hd-channel--empty {
	color: var(--mr-muted);
}

.hd__disclaimer {
	text-align: center;
	font-size: 0.78rem;
	color: var(--mr-muted);
}

@media (max-width: 560px) {
	.hd__stat-row,
	.hd__centers {
		grid-template-columns: repeat(2, 1fr);
	}
}
