.mbfh-club, .mbfh-stadium, .mbfh-fixture, .mbfh-hub {
	--mbfh-bg: #0B0D10;
	--mbfh-surface: #14171C;
	--mbfh-surface-2: #1B1F26;
	--mbfh-border: #262B33;
	--mbfh-gold: #FFC107;
	--mbfh-text: #F4F4F2;
	--mbfh-text-muted: #8A8F98;
	--mbfh-win: #3DDC84;
	--mbfh-draw: #6B7280;
	--mbfh-loss: #EF4444;

	background: var(--mbfh-bg);
	color: var(--mbfh-text);
	font-family: 'Inter', sans-serif;
	max-width: 760px;
	margin: 0 auto;
	padding: 32px 16px 60px;
}

.mbfh-club h1, .mbfh-club h2, .mbfh-club h3,
.mbfh-stadium h1, .mbfh-stadium h2,
.mbfh-fixture h1, .mbfh-fixture h2,
.mbfh-hub h1, .mbfh-hub h2, .mbfh-hub h3 {
	font-family: 'Barlow Condensed', sans-serif;
	margin: 0;
}

.mbfh-back-link {
	display: inline-block;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: var(--mbfh-text-muted);
	text-decoration: none;
	margin-bottom: 20px;
}
.mbfh-back-link:hover {
	color: var(--mbfh-gold);
}

.mbfh-club-header {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--mbfh-border);
	margin-bottom: 24px;
}
.mbfh-club-logo img {
	width: 84px;
	height: 84px;
	object-fit: contain;
	flex-shrink: 0;
}
.mbfh-club-heading .mbfh-code {
	display: inline-block;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	background: var(--mbfh-surface-2);
	border: 1px solid var(--mbfh-border);
	color: var(--mbfh-gold);
	padding: 2px 8px;
	border-radius: 4px;
	margin-bottom: 6px;
	letter-spacing: 0.05em;
}
.mbfh-club-heading h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--mbfh-text);
}
.mbfh-club-fullname {
	color: var(--mbfh-text-muted);
	font-size: 14px;
	margin: 4px 0 0;
}

.mbfh-form-ticker {
	display: flex;
	gap: 6px;
	margin-top: 10px;
}
.mbfh-form-dot {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 600;
	color: #05130C;
}
.mbfh-form-dot.mbfh-w { background: var(--mbfh-win); }
.mbfh-form-dot.mbfh-d { background: var(--mbfh-draw); color: #fff; }
.mbfh-form-dot.mbfh-l { background: var(--mbfh-loss); color: #fff; }

.mbfh-club-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 24px;
	margin: 0 0 24px;
	font-size: 14px;
	width: 100%;
}
.mbfh-club-info dt {
	color: var(--mbfh-text-muted);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 2px;
}
.mbfh-club-info dd {
	margin: 0;
}
.mbfh-club-info a {
	color: var(--mbfh-gold);
	text-decoration: none;
}

.mbfh-club-social {
	display: flex;
	gap: 12px;
	margin-bottom: 32px;
}
.mbfh-club-social a {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: var(--mbfh-text-muted);
	border: 1px solid var(--mbfh-border);
	padding: 6px 12px;
	border-radius: 6px;
	text-decoration: none;
}

.mbfh-club-tables, .mbfh-club-fixtures {
	margin-bottom: 32px;
}
.mbfh-club-tables h2, .mbfh-club-fixtures h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 14px;
}

.mbfh-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}
.mbfh-tab-btn {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	background: transparent;
	border: 1px solid var(--mbfh-border);
	color: var(--mbfh-text-muted);
	padding: 7px 14px;
	border-radius: 6px;
	cursor: pointer;
}
.mbfh-tab-btn.active {
	border-color: var(--mbfh-gold);
	color: var(--mbfh-gold);
}
.mbfh-hidden {
	display: none;
}

.mbfh-league-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 8px;
}
.mbfh-league-table th {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	color: var(--mbfh-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 8px 6px;
	border-bottom: 1px solid var(--mbfh-border);
}
.mbfh-league-table th:nth-child(2) { text-align: left; }
.mbfh-league-table td {
	text-align: center;
	padding: 9px 6px;
	border-bottom: 1px solid var(--mbfh-border);
	font-family: 'IBM Plex Mono', monospace;
	color: var(--mbfh-text);
}
.mbfh-league-table td:nth-child(2) {
	text-align: left;
	font-family: 'Inter', sans-serif;
}
.mbfh-league-table tr.mbfh-current-club {
	background: rgba(255, 193, 7, 0.08);
}
.mbfh-league-table tr.mbfh-current-club td:nth-child(2) {
	color: var(--mbfh-gold);
	font-weight: 600;
}
.mbfh-league-table td:last-child {
	font-weight: 600;
}

.mbfh-fixture-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mbfh-fixture-list li {
	border-bottom: 1px solid var(--mbfh-border);
}
.mbfh-fixture-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: var(--mbfh-text);
	padding: 12px 0;
	font-size: 14px;
}
.mbfh-fixture-teams {
	font-weight: 500;
}
.mbfh-fixture-date {
	color: var(--mbfh-text-muted);
	font-size: 12px;
	font-family: 'IBM Plex Mono', monospace;
	white-space: nowrap;
}
.mbfh-badge-live {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	background: var(--mbfh-loss);
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	letter-spacing: 0.05em;
	margin-right: 6px;
}

.mbfh-stadium-header {
	margin-bottom: 20px;
}
.mbfh-stadium-photo img {
	width: 100%;
	max-width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
}
.mbfh-stadium-header h1 {
	font-size: 32px;
	font-weight: 600;
	color: var(--mbfh-text);
}
.mbfh-stadium-info {
	margin-bottom: 24px;
	font-size: 14px;
	border-collapse: collapse;
}
.mbfh-stadium-info th {
	text-align: left;
	color: var(--mbfh-text-muted);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 10px 16px 4px 0;
	vertical-align: top;
}
.mbfh-stadium-info td {
	padding: 10px 0 4px;
	color: var(--mbfh-text);
}
.mbfh-stadium-description {
	font-size: 14px;
	line-height: 1.7;
	color: var(--mbfh-text-muted);
	margin-bottom: 32px;
}
.mbfh-stadium-clubs h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 14px;
}
.mbfh-club-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.mbfh-club-list li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: var(--mbfh-text);
	border: 1px solid var(--mbfh-border);
	border-radius: 8px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 500;
}
.mbfh-club-list img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.mbfh-fixture-status {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--mbfh-gold);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	margin-bottom: 8px;
}
.mbfh-fixture-scoreline {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 20px 0 28px;
}
.mbfh-fixture-club {
	text-align: center;
	font-weight: 500;
}
.mbfh-fixture-club img {
	width: 56px;
	height: 56px;
	object-fit: contain;
	display: block;
	margin: 0 auto 8px;
}
.mbfh-fixture-club a {
	color: var(--mbfh-text);
	text-decoration: none;
}
.mbfh-fixture-score {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 1.6em;
	font-weight: 700;
	color: var(--mbfh-gold);
}
.mbfh-fixture-info {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 14px;
}
.mbfh-fixture-info th {
	text-align: left;
	padding: 6px 16px 6px 0;
	color: var(--mbfh-text-muted);
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.mbfh-fixture-info td {
	padding: 6px 0;
	color: var(--mbfh-text);
}
.mbfh-fixture-info a {
	color: var(--mbfh-gold);
	text-decoration: none;
}

.mbfh-hub-header {
	margin-bottom: 32px;
}
.mbfh-hub-header h1 {
	font-size: 40px;
	font-weight: 600;
	color: var(--mbfh-text);
}
.mbfh-hub-tagline {
	color: var(--mbfh-text-muted);
	font-size: 14px;
	margin: 6px 0 0;
}
.mbfh-hub-tables, .mbfh-hub-fixtures, .mbfh-hub-clubs {
	margin-bottom: 36px;
}
.mbfh-hub-tables h2, .mbfh-hub-fixtures h2, .mbfh-hub-clubs h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 14px;
}
.mbfh-hub-empty {
	color: var(--mbfh-text-muted);
	font-size: 14px;
}

@media (max-width: 480px) {
	.mbfh-club-info { grid-template-columns: 1fr; }
	.mbfh-fixture-scoreline { gap: 16px; }
}
