/* Vereinsprofil — Hero, Tabs, Kader-Hub (Vereinsfarben via --thub-c1 / --thub-c2) */

.thub-page {
  --thub-c1: #1767d8;
	--thub-c2: #f5c542;
  --thub-c1-rgb: 23, 103, 216;
	--thub-c2-rgb: 245, 197, 66;
	margin-top: 4px;
}

/* Vereinsprofil 2.0 – kompakte Kaderzeilen für Profis, Reserve und Jugend */
.thub-page--club20 .thub-squad--compact {
	--roster-line: rgba(84, 137, 220, .28);
	--roster-gold: #f0c94a;
	--roster-text: #f5f7ff;
	--roster-muted: rgba(220, 231, 255, .72);
}

.thub-page--club20 .thub-squad-kpi--compact {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 12px;
}

.thub-page--club20 .thub-squad-kpi--compact .msq-kpi {
	min-height: 56px;
	padding: 10px 14px;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(17, 48, 98, .94), rgba(5, 16, 34, .94));
	border: 1px solid rgba(66, 130, 239, .35);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.thub-page--club20 .thub-squad-kpi--compact .msq-kpi-v {
	font-size: 22px;
	line-height: 1.05;
	color: #fff;
}

.thub-page--club20 .thub-squad-kpi--compact .msq-kpi-l {
	margin-top: 2px;
	font-size: 11px;
	letter-spacing: .04em;
	color: var(--roster-muted);
	text-transform: uppercase;
}

.thub-page--club20 .thub-squad-toolbar--compact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 8px;
	padding: 0;
	background: transparent;
	border: 0;
}

.thub-page--club20 .thub-squad-toolbar--compact .msq-chips { gap: 8px; }

.thub-page--club20 .thub-squad-toolbar--compact .msq-chip {
	min-height: 32px;
	padding: 7px 13px;
	border-radius: 8px;
	font-size: 13px;
}

.thub-page--club20 .thub-squad-search input[type="search"] {
	height: 34px;
	background: rgba(5, 14, 30, .78);
	border-color: rgba(85, 138, 216, .34);
	color: #fff;
}

.thub-page--club20 .thub-squad-search .btn {
	height: 34px;
	padding: 5px 11px;
	border-radius: 8px;
}

.thub-page--club20 .thub-card-list--compact {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 8px;
}

.thub-page--club20 .thub-roster-row {
	position: relative;
	display: grid;
	grid-template-columns: 34px 58px minmax(210px, 1.25fr) 58px minmax(330px, 1.7fr) 128px 82px;
	align-items: center;
	gap: 10px;
	min-height: 82px;
	padding: 8px 10px;
	border: 1px solid var(--roster-line);
	border-radius: 12px;
	background:
		linear-gradient(90deg, rgba(5, 15, 32, .95), rgba(11, 29, 58, .90)),
		radial-gradient(circle at 15% 0%, rgba(64, 124, 255, .16), transparent 35%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
	transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.thub-page--club20 .thub-roster-row:hover {
	border-color: rgba(240, 201, 74, .55);
	box-shadow: 0 8px 22px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05);
	transform: translateY(-1px);
}

.thub-page--club20 .thub-roster-rank {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 7px;
	color: #fff;
	font-weight: 800;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(240, 201, 74, .42);
}

.thub-page--club20 .thub-roster-photo {
	display: flex;
	width: 54px;
	height: 54px;
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.15);
	text-decoration: none;
}

.thub-page--club20 .thub-roster-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thub-page--club20 .thub-roster-photo span {
	margin: auto;
	color: #fff;
	font-weight: 800;
	font-size: 17px;
}

.thub-page--club20 .thub-roster-main { min-width: 0; }

.thub-page--club20 .thub-roster-topline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	min-width: 0;
}

.thub-page--club20 .thub-roster-topline h3 {
	margin: 0;
	min-width: 160px;
	max-width: 100%;
	font-size: 17px;
	line-height: 1.18;
	font-weight: 800;
	white-space: normal;
	overflow-wrap: anywhere;
}

.thub-page--club20 .thub-roster-topline h3 a {
	color: var(--roster-text);
	text-decoration: none;
}

.thub-page--club20 .thub-roster-positions {
	display: inline-flex;
	gap: 5px;
	flex: 0 0 auto;
}

.thub-page--club20 .thub-pos-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 31px;
	height: 24px;
	padding: 0 7px;
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(26, 101, 67, .96), rgba(12, 62, 41, .96));
	border: 1px solid rgba(109, 222, 139, .35);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.thub-page--club20 .thub-pos-badge--sub {
	background: linear-gradient(180deg, rgba(31, 83, 145, .96), rgba(16, 47, 94, .96));
	border-color: rgba(94, 159, 255, .38);
}

.thub-page--club20 .thub-roster-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 10px;
	margin-top: 5px;
	color: var(--roster-muted);
	font-size: 12px;
	line-height: 1.25;
}

.thub-page--club20 .thub-roster-meta span {
	position: relative;
	white-space: nowrap;
}

.thub-page--club20 .thub-roster-meta span:not(:last-child)::after {
	content: "•";
	position: absolute;
	right: -8px;
	color: rgba(240, 201, 74, .55);
}

.thub-page--club20 .thub-roster-flag {
	width: 22px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.16);
}

.thub-page--club20 .thub-trend--up,
.thub-page--club20 .thub-boost { color: #6fe28b; }
.thub-page--club20 .thub-trend--down { color: #ff7b7b; }

.thub-page--club20 .thub-roster-strength {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(240, 201, 74, .12), rgba(5, 15, 30, .96));
	border: 2px solid rgba(240, 201, 74, .85);
	color: #fff;
}

.thub-page--club20 .thub-roster-strength span {
	font-size: 18px;
	line-height: 1;
	font-weight: 900;
}

.thub-page--club20 .thub-roster-strength small {
	margin-top: 2px;
	color: rgba(255,255,255,.62);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
}

.thub-page--club20 .thub-roster-attrs {
	display: grid;
	grid-template-columns: repeat(6, minmax(42px, 1fr));
	gap: 7px;
	align-items: center;
}

.thub-page--club20 .thub-roster-attrs--youth {
	grid-template-columns: repeat(4, minmax(50px, 1fr));
}

.thub-page--club20 .thub-roster-attr { min-width: 0; }

.thub-page--club20 .thub-roster-attr-k {
	display: inline-block;
	min-width: 28px;
	color: var(--roster-gold);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .04em;
}

.thub-page--club20 .thub-roster-attr-v {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.thub-page--club20 .thub-roster-attr i {
	display: block;
	height: 4px;
	margin-top: 4px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255,255,255,.12);
}

.thub-page--club20 .thub-roster-attr i b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #f0c94a, #70d77d);
}

.thub-page--club20 .thub-roster-attr--off i b { background: linear-gradient(90deg, #ff7269, #f0c94a); }
.thub-page--club20 .thub-roster-attr--def i b { background: linear-gradient(90deg, #4e9aff, #6fe28b); }
.thub-page--club20 .thub-roster-attr--pas i b { background: linear-gradient(90deg, #5bc1ff, #71e28a); }
.thub-page--club20 .thub-roster-attr--tem i b { background: linear-gradient(90deg, #8f73ff, #5bc1ff); }
.thub-page--club20 .thub-roster-attr--phy i b { background: linear-gradient(90deg, #f2a34d, #f0c94a); }
.thub-page--club20 .thub-roster-attr--for i b { background: linear-gradient(90deg, #6fe28b, #f0c94a); }

.thub-page--club20 .thub-roster-market {
	text-align: right;
	min-width: 0;
}

.thub-page--club20 .thub-roster-market strong {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.thub-page--club20 .thub-roster-market span {
	color: var(--roster-muted);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.thub-page--club20 .thub-roster-actions { text-align: right; }

.thub-page--club20 .thub-strength-report-form { display: inline-block; margin: 5px 0 0 4px; }

.thub-page--club20 .thub-roster-actions .thub-strength-report {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 8px;
	background: rgba(112, 72, 18, .72);
	border: 1px solid rgba(240, 201, 74, .48);
	color: #fff4ca;
	font-size: 12px;
	font-weight: 800;
}

.thub-page--club20 .thub-roster-actions .thub-strength-report:hover { border-color: #f5c542; color: #fff; }

.thub-page--club20 .thub-roster-actions > a,
.thub-page--club20 .thub-roster-actions .dropdown-toggle,
.thub-page--club20 .thub-roster-actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 8px;
	background: rgba(19, 53, 112, .72);
	border: 1px solid rgba(91, 151, 255, .36);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.thub-page--club20 .thub-roster-actions > a:hover,
.thub-page--club20 .thub-roster-actions .dropdown-toggle:hover,
.thub-page--club20 .thub-roster-actions .btn:hover {
	border-color: rgba(240, 201, 74, .7);
	color: #fff;
}

@media (max-width: 1350px) {
	.thub-page--club20 .thub-roster-row {
		grid-template-columns: 30px 52px minmax(190px, 1.2fr) 54px minmax(250px, 1.4fr) 110px;
	}
	.thub-page--club20 .thub-roster-actions {
		grid-column: 3 / -1;
		text-align: left;
		margin-top: -2px;
	}
}

@media (max-width: 980px) {
	.thub-page--club20 .thub-squad-kpi--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.thub-page--club20 .thub-squad-toolbar--compact {
		display: block;
	}
	.thub-page--club20 .thub-squad-search {
		margin-top: 10px;
	}
	.thub-page--club20 .thub-roster-row {
		grid-template-columns: 32px 54px 1fr 54px;
	}
	.thub-page--club20 .thub-roster-attrs,
	.thub-page--club20 .thub-roster-market,
	.thub-page--club20 .thub-roster-actions {
		grid-column: 3 / -1;
		text-align: left;
	}
}

/* Vereinsprofil 2.0 – Champions-Blau statt Vereinsfarben */
.thub-page--club20 {
	--thub-c1: #1767d8;
	--thub-c2: #f5c542;
	--thub-c1-rgb: 23, 103, 216;
	--thub-c2-rgb: 245, 197, 66;
	color: #e9f2ff;
}

.thub-page--club20 .thub-hero {
	border-color: rgba(69, 141, 255, 0.45);
	background: #071221;
}

.thub-page--club20 .thub-hero__bg {
	background:
		linear-gradient(90deg, rgba(3, 10, 21, .96) 0%, rgba(5, 25, 52, .86) 40%, rgba(5, 20, 42, .78) 70%, rgba(3, 10, 21, .96) 100%),
		radial-gradient(circle at 80% 15%, rgba(62, 139, 255, .34), transparent 35%),
		radial-gradient(circle at 18% 60%, rgba(245, 197, 66, .12), transparent 34%),
		linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 34px);
	background-color: #081626;
}

.thub-page--club20 .thub-hero__bg:after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, transparent 0 42%, rgba(245, 197, 66, .18) 42.5%, transparent 43.2%),
		radial-gradient(ellipse at 50% 100%, rgba(38, 111, 210, .34), transparent 62%);
	pointer-events: none;
}

.thub-page--club20 .thub-hero--banner .thub-hero__bg {
	background:
		linear-gradient(90deg, rgba(3, 10, 21, .95) 0%, rgba(7, 24, 46, .78) 38%, rgba(6, 20, 38, .5) 64%, rgba(3, 10, 21, .92) 100%),
		linear-gradient(180deg, rgba(5, 14, 27, .28) 0%, rgba(5, 14, 27, .94) 100%);
}

.thub-page--club20 .thub-hero__crest {
	border-color: rgba(245, 197, 66, .38);
	background: rgba(0, 0, 0, .42);
	box-shadow: 0 0 24px rgba(27, 111, 224, .28);
}

.thub-page--club20 .thub-hero__name,
.thub-page--club20 .thub-hero__league a {
	color: #fff;
}

.thub-page--club20 .thub-hero-kpi {
	background: linear-gradient(180deg, rgba(22, 79, 178, .88), rgba(7, 22, 44, .92));
	border-color: rgba(96, 165, 250, .42);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.thub-page--club20 .thub-hero-kpi__v {
	color: #fff;
	font-size: 17px;
}

.thub-page--club20 .thub-hero-kpi__l {
	color: rgba(224, 237, 255, .72);
}

.thub-page--club20 .thub-tabs {
	gap: 0;
	border-bottom-color: rgba(67, 130, 230, .42);
}

.thub-page--club20 .thub-tabs > li > a {
	border-color: rgba(47, 106, 205, .48);
	background: linear-gradient(180deg, rgba(8, 31, 64, .94), rgba(5, 17, 35, .96));
	color: rgba(241, 247, 255, .78);
	border-radius: 7px 7px 0 0;
	padding: 12px 18px;
}

.thub-page--club20 .thub-tabs > li.active > a,
.thub-page--club20 .thub-tabs > li > a:hover {
	background: linear-gradient(180deg, rgba(37, 99, 235, .95), rgba(21, 59, 148, .96));
	border-color: rgba(99, 162, 255, .72);
	border-top-color: #f5c542;
	color: #fff;
}

.thub-tab-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 5px;
	border-radius: 3px;
	background: #d3192d;
	color: #fff;
	font-size: 9px;
	line-height: 1.2;
}

.club20-grid {
	display: grid;
	grid-template-columns: minmax(230px, .85fr) minmax(320px, 1.25fr) minmax(320px, 1.35fr);
	gap: 10px;
}

.club20-panel {
	background: linear-gradient(180deg, rgba(8, 28, 54, .96), rgba(5, 18, 36, .96));
	border: 1px solid rgba(69, 141, 255, .35);
	border-radius: 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.22);
	padding: 14px 16px;
	color: #d9e8ff;
}

.club20-panel h3 {
	margin: 0 0 12px;
	color: #f5c542;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.club20-panel h3 span {
	display: inline-block;
	margin-left: 6px;
	padding: 2px 6px;
	border-radius: 3px;
	background: #d3192d;
	color: #fff;
	font-size: 10px;
	vertical-align: middle;
}

.club20-panel h4 {
	margin: 10px 0 8px;
	color: #f5c542;
	font-size: 13px;
	text-transform: uppercase;
}

.club20-data-list {
	margin: 0;
}

.club20-data-list div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(145, 179, 229, .14);
}

.club20-data-list div:last-child {
	border-bottom: 0;
}

.club20-data-list dt {
	color: #b7c8df;
	font-weight: 600;
}

.club20-data-list dd {
	margin: 0;
	color: #fff;
	font-weight: 800;
	text-align: right;
}

.club20-identity {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid rgba(145, 179, 229, .16);
}

.club20-meter-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 10px;
	margin: 0 0 8px;
	font-size: 12px;
}

.club20-meter-row span { color: #dce9ff; }
.club20-meter-row b { color: #f5c542; }
.club20-meter-row i {
	grid-column: 1 / -1;
	height: 7px;
	border-radius: 99px;
	background: rgba(255,255,255,.1);
	overflow: hidden;
}
.club20-meter-row em {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #1d77ff, #f5c542);
}

.club20-chronicle-preview,
.club20-museum-preview {
	min-height: 360px;
}

.club20-timeline {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.club20-timeline article {
	display: grid;
	grid-template-columns: 48px 28px 1fr auto;
	gap: 10px;
	align-items: center;
	position: relative;
}

.club20-year {
	color: #fff;
	font-weight: 900;
}

.club20-node {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(245, 197, 66, .14);
	border: 1px solid rgba(245, 197, 66, .38);
}

.club20-event strong {
	display: block;
	color: #fff;
	font-size: 13px;
}

.club20-event p {
	margin: 3px 0 0;
	color: #bfd0e5;
	font-size: 12px;
	line-height: 1.35;
}

.club20-event-type {
	display: inline-block;
	margin-bottom: 3px;
	color: #60a5fa;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
}

.club20-timeline img {
	width: 74px;
	height: 46px;
	object-fit: contain;
	border-radius: 6px;
	background: rgba(0,0,0,.28);
	border: 1px solid rgba(255,255,255,.1);
	padding: 5px;
}

.club20-btn {
	display: block;
	margin-top: 12px;
	padding: 9px 12px;
	border: 1px solid rgba(67, 130, 230, .65);
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(20, 74, 167, .72), rgba(7, 27, 65, .9));
	color: #fff !important;
	text-align: center;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
}

.club20-trophy-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.club20-trophy {
	text-align: center;
	padding: 8px 6px;
	border-radius: 8px;
	background: rgba(2, 10, 23, .42);
	border: 1px solid rgba(255,255,255,.08);
}

.club20-trophy img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.club20-trophy i {
	display: block;
	font-style: normal;
	font-size: 38px;
	line-height: 48px;
}

.club20-trophy strong {
	display: block;
	margin-top: 5px;
	color: #fff;
	font-size: 20px;
}

.club20-trophy small {
	display: block;
	color: #c5d5ed;
	font-size: 10px;
	text-transform: uppercase;
}

.club20-legend-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.club20-legend {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 8px;
	align-items: center;
	padding: 8px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 8px;
	background: rgba(2, 10, 23, .35);
}

.club20-legend img,
.club20-legend span {
	grid-row: span 2;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(245, 197, 66, .16);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 900;
}

.club20-legend b {
	color: #fff;
	line-height: 1.1;
}

.club20-legend small {
	color: #b8cae3;
}

.club20-small {
	min-height: 160px;
}

.club20-title-excerpt {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.club20-title-excerpt div {
	padding: 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 8px;
	text-align: center;
	background: rgba(2, 10, 23, .35);
}

.club20-title-excerpt strong {
	display: block;
	color: #fff;
	font-size: 22px;
}

.club20-title-excerpt span {
	color: #c4d4ec;
	font-size: 10px;
	text-transform: uppercase;
}

.club20-fans {
	display: flex;
	align-items: center;
	gap: 14px;
}

.club20-donut {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	flex: 0 0 86px;
	box-shadow: inset 0 0 0 14px rgba(4, 13, 27, .6);
}

.club20-fans ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #c8d7ef;
}

.club20-section-head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 14px;
}

.club20-section-head p {
	margin: 0;
	color: #b9cbe4;
}

.club20-filter-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.club20-filter-pills span {
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(22, 78, 173, .36);
	border: 1px solid rgba(74, 141, 255, .3);
	color: #dce9ff;
	font-size: 11px;
	font-weight: 800;
}

.club20-timeline--full {
	gap: 14px;
}

.club20-timeline--full article {
	grid-template-columns: 70px 34px 1fr auto;
	padding: 10px;
	border-radius: 10px;
	background: rgba(3, 12, 26, .35);
	border: 1px solid rgba(255,255,255,.08);
}

.club20-museum-grid {
	display: grid;
	grid-template-columns: 1.3fr .9fr;
	gap: 10px;
}

.club20-museum-grid .club20-full-panel {
	grid-column: 1 / -1;
}

.club20-trophy-row--large .club20-trophy {
	padding: 14px 10px;
}

.club20-trophy-row--large .club20-trophy img {
	width: 68px;
	height: 68px;
}

.club20-legend-row--vertical {
	grid-template-columns: 1fr;
}

.club20-moment {
	display: flex;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.club20-moment:last-child {
	border-bottom: 0;
}

.club20-moment span {
	font-size: 22px;
}

.club20-moment b,
.club20-moment small {
	display: block;
}

.club20-moment b { color: #fff; }
.club20-moment small { color: #bdd0e8; }

.thub-page--club20 .team-stat-card,
.thub-page--club20 .team-manager-card {
	background: linear-gradient(180deg, rgba(8, 28, 54, .96), rgba(5, 18, 36, .96)) !important;
	border-color: rgba(69, 141, 255, .35) !important;
	color: #e9f2ff;
}

.thub-page--club20 .team-stat-table {
	background: rgba(5, 18, 36, .96) !important;
	color: #e9f2ff !important;
}

.thub-page--club20 .team-stat-table th,
.thub-page--club20 .team-stat-table td {
	border-color: rgba(69, 141, 255, .22) !important;
}

.thub-page--club20 .team-stat-table thead th {
	background: #123b78 !important;
	color: #fff !important;
}

.thub-page--club20 .team-stat-table tbody td,
.thub-page--club20 .team-stat-table tbody tr:nth-child(even) td,
.thub-page--club20 .team-manager-entry {
	background: rgba(7, 24, 47, .9) !important;
	color: #e9f2ff !important;
	border-color: rgba(69, 141, 255, .2) !important;
}

@media (max-width: 1190px) {
	.club20-grid {
		grid-template-columns: 1fr 1fr;
	}
	.club20-status {
		grid-row: span 2;
	}
	.club20-museum-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.club20-grid,
	.club20-museum-grid {
		grid-template-columns: 1fr;
	}
	.club20-trophy-row,
	.club20-title-excerpt {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.club20-legend-row {
		grid-template-columns: 1fr;
	}
	.club20-timeline article,
	.club20-timeline--full article {
		grid-template-columns: 48px 28px 1fr;
	}
	.club20-timeline img {
		display: none;
	}
	.club20-section-head {
		display: block;
	}
	.club20-filter-pills {
		justify-content: flex-start;
		margin-top: 10px;
	}
}

.thub-hero {
	position: relative;
	margin: 0 0 16px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(var(--thub-c1-rgb), 0.45);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
	min-height: 148px;
}

.thub-hero--banner {
	min-height: 220px;
}

.thub-hero__banner {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.thub-hero__banner img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
	object-position: center 35%;
	transform: scale(1.03);
}

.thub-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(105deg, rgba(8, 2, 2, 0.92) 0%, rgba(var(--thub-c1-rgb), 0.28) 42%, rgba(8, 2, 2, 0.88) 100%),
		radial-gradient(ellipse at 72% 28%, rgba(var(--thub-c1-rgb), 0.42) 0%, transparent 58%),
		linear-gradient(200deg, transparent 55%, rgba(var(--thub-c2-rgb), 0.12) 100%);
	background-color: #120606;
	pointer-events: none;
}

.thub-hero--banner .thub-hero__bg {
	background:
		linear-gradient(90deg, rgba(6, 2, 2, 0.94) 0%, rgba(6, 2, 2, 0.72) 38%, rgba(6, 2, 2, 0.45) 62%, rgba(6, 2, 2, 0.82) 100%),
		linear-gradient(180deg, rgba(6, 2, 2, 0.35) 0%, rgba(6, 2, 2, 0.88) 100%),
		radial-gradient(ellipse at 18% 50%, rgba(var(--thub-c1-rgb), 0.35) 0%, transparent 55%);
	background-color: transparent;
}

.thub-hero--branded .thub-hero__crest {
	border-color: rgba(var(--thub-c1-rgb), 0.55);
	box-shadow: 0 0 18px rgba(var(--thub-c1-rgb), 0.25);
}

.thub-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 16px;
	padding: 18px 20px 16px;
}

.thub-hero__club {
	display: flex;
	flex: 1 1 280px;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
}

.thub-hero__crest {
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 200, 120, 0.25);
	border-radius: 12px;
	padding: 8px;
}

.thub-hero__crest img {
	max-width: 72px;
	max-height: 72px;
	object-fit: contain;
}

.thub-hero__name {
	margin: 0 0 4px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
	color: #fff8f0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.thub-hero__league,
.thub-hero__stadium,
.thub-hero__manager {
	margin: 0 0 4px;
	font-size: 13px;
	color: rgba(255, 240, 220, 0.82);
}

.thub-hero__league a {
	color: #fde8d4;
}

.thub-hero__stars {
	margin: 6px 0 0;
	color: var(--thub-c2);
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.thub-hero__colors {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-left: 4px;
	vertical-align: middle;
}

.thub-color-swatch {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.thub-kurz-colors {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.thub-hero__kpis {
	flex: 0 1 320px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-content: flex-start;
	justify-content: flex-end;
	margin-left: auto;
}

.thub-hero-kpi {
	flex: 1 1 90px;
	min-width: 84px;
	max-width: 140px;
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 170, 90, 0.22);
	border-radius: 8px;
	padding: 8px 10px;
	text-align: center;
	backdrop-filter: blur(4px);
}

.thub-hero-kpi__v {
	display: block;
	font-size: 18px;
	font-weight: 800;
	color: #fff8f0;
	line-height: 1.2;
}

.thub-hero-kpi__l {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 220, 180, 0.7);
}

.thub-hero-kpi--form {
	flex: 1 1 100%;
	max-width: none;
}

.thub-form-dots {
	display: flex;
	gap: 4px;
	justify-content: center;
	margin-top: 4px;
}

.thub-form-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	color: #fff;
}

.thub-form-dot--w { background: #16a34a; }
.thub-form-dot--d { background: #ca8a04; }
.thub-form-dot--l { background: #dc2626; }

/* Horizontale Vereins-Tabs (mc-tabs liegt nicht auf dieser Seite) */
.thub-tabs {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
	border-bottom: 1px solid rgba(var(--thub-c1-rgb), 0.35);
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.thub-tabs > li {
	float: none;
	margin: 0;
	flex: 0 1 auto;
}

.thub-tabs > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
  border: 1px solid rgba(47, 106, 205, 0.55);
	border-radius: 6px 6px 0 0;
	background: rgba(0, 0, 0, 0.45);
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	white-space: nowrap;
}

.thub-tabs > li > a:hover {
	color: #fff;
	background: rgba(var(--thub-c1-rgb), 0.35);
	border-color: rgba(var(--thub-c1-rgb), 0.55);
}

.thub-tabs > li.active > a {
	color: #fff;
	background: linear-gradient(180deg, rgba(var(--thub-c1-rgb), 0.92) 0%, rgba(8, 2, 2, 0.9) 100%);
	border-color: rgba(var(--thub-c1-rgb), 0.65);
	border-top: 3px solid var(--thub-c1);
	box-shadow: 0 -2px 12px rgba(var(--thub-c1-rgb), 0.28);
}

.thub-tabs + .tab-content {
	margin-top: 0;
	padding-top: 14px;
}

/* Positions-Filter nebeneinander */
.thub-squad-toolbar {
	align-items: center;
}

.thub-line-chips.msq-chips--inline,
.msq-chips.thub-line-chips {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	grid-template-columns: none;
	flex: 1 1 auto;
	min-width: 0;
}

.thub-line-chips .msq-chip {
	display: inline-block;
	flex: 0 0 auto;
	padding: 6px 14px;
	text-align: center;
	white-space: nowrap;
}

.thub-squad-search {
	flex: 0 1 auto;
	margin-left: auto;
}

.thub-squad {
	margin-top: 4px;
}

.thub-card-list .tm-card.msq-card {
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.thub-card-list .tm-card.msq-card:hover {
	transform: translateY(-2px);
	border-color: rgba(var(--thub-c2-rgb), 0.45);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(var(--thub-c2-rgb), 0.15);
}

.thub-line-chips .msq-chip--active {
	border-color: rgba(245, 197, 66, 0.65);
	background: linear-gradient(180deg, rgba(90, 60, 10, 0.85) 0%, rgba(40, 20, 4, 0.9) 100%);
	box-shadow: 0 0 12px rgba(245, 197, 66, 0.2);
}

.thub-team-stats {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid rgba(185, 28, 28, 0.25);
}

.thub-team-stats-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fde8d4;
}

.thub-stats-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.thub-stat-card {
	flex: 1 1 120px;
	min-width: 100px;
	background: rgba(30, 10, 10, 0.55);
	border: 1px solid rgba(255, 170, 90, 0.18);
	border-radius: 8px;
	padding: 10px 12px;
	text-align: center;
}

.thub-stat-v {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: #fff8f0;
}

.thub-stat-l {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: rgba(255, 220, 180, 0.72);
}

/* Kurzprofil (Schritt E) */
.thub-kurz-layout {
	margin-top: 4px;
}

.thub-kurz-main .infofield,
.thub-kurz-main .form-horizontal {
	margin-bottom: 6px;
}

.thub-kurz-card {
	background: rgba(20, 20, 20, 0.66);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 10px;
}

.thub-kurz-title {
	margin: 0 0 8px;
	color: #f6e6cf;
	font-size: 14px;
	font-weight: 700;
}

.thub-kurz-card--stadium {
	text-align: center;
}

.thub-kurz-stadium-img {
	max-width: 100%;
	max-height: 220px;
}

.thub-kurz-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	margin: 0 6px 6px 0;
	overflow: hidden;
}

.thub-kurz-logo img {
	max-width: 30px;
	max-height: 30px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.thub-fan-row {
	margin-bottom: 5px;
	color: #f3e4cf;
}

.thub-fan-grid {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.thub-fan-donut {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	flex: 0 0 120px;
}

.thub-fan-legend {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thub-fan-legend li {
	margin: 0 0 4px;
	font-size: 12px;
}

.thub-fan-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 6px;
}

.thub-kurz-card--equal {
	min-height: 170px;
}

.thub-kurz-derby {
	padding: 8px 10px;
	min-height: 92px;
}

.thub-kurz-derby h5 {
	margin-bottom: 6px !important;
}

.thub-kurz-derby .muted {
	margin-bottom: 0;
}

/* Erweiterte Team-Stats & Form (Schritt C) */
.thub-form-dots--inline {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: 6px;
}

.thub-form-mini {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
	color: #fff;
}

.thub-form-mini--w { background: #16a34a; }
.thub-form-mini--d { background: #ca8a04; }
.thub-form-mini--l { background: #dc2626; }

.thub-stat-card--form .thub-stat-v {
	display: none;
}

/* Jugendkader-Cards */
.thub-youth-card {
	border-color: rgba(var(--thub-c1-rgb), 0.28);
}

.thub-youth-card__head {
	align-items: center;
}

.thub-youth-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	font-size: 12px;
	color: rgba(255, 220, 180, 0.78);
}

.thub-youth-pos {
	font-weight: 600;
}

.thub-youth-flag {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.thub-youth-strength .tm-ovr-badge {
	min-width: 52px;
}

.thub-youth-transfer {
	margin: 0 10px 8px;
}

@media (max-width: 979px) {
	.thub-kurz-card--equal {
		min-height: 0;
	}
	.thub-kurz-layout .span7,
	.thub-kurz-layout .span5 {
		width: 100%;
		margin-left: 0;
		float: none;
	}
}

@media (max-width: 767px) {
	.thub-hero--banner {
		min-height: 190px;
	}
	.thub-hero__banner img {
		min-height: 190px;
		object-position: center 30%;
	}
	.thub-hero__inner {
		padding: 14px 12px;
	}
	.thub-hero__kpis {
		flex: 1 1 100%;
		justify-content: flex-start;
		margin-left: 0;
	}
	.thub-hero__name {
		font-size: 22px;
	}
	.thub-tabs > li {
		flex: 1 1 45%;
	}
	.thub-tabs > li > a {
		padding: 8px 10px;
		font-size: 10px;
	}
	.thub-squad-toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}
	.thub-squad-search {
		margin-left: 0;
		width: 100%;
	}
	.thub-squad-search .input-medium {
		width: 100%;
		box-sizing: border-box;
	}
	.thub-line-chips .msq-chip {
		flex: 1 1 auto;
		min-width: 0;
		padding: 6px 10px;
		font-size: 11px;
	}
	.msq-kpi-row.thub-squad-kpi {
		gap: 6px;
	}
	.msq-kpi-row.thub-squad-kpi .msq-kpi {
		flex: 1 1 45%;
		min-width: 0;
	}
	.thub-card-list .tm-card.msq-card {
		margin-bottom: 10px;
	}
	.thub-stats-grid .thub-stat-card {
		flex: 1 1 46%;
	}
	.thub-fan-donut {
		width: 100px;
		height: 100px;
		flex: 0 0 100px;
	}
}
.club20-legacy-list{display:grid;gap:8px}.club20-legacy-list a{display:grid;grid-template-columns:1fr auto;gap:3px 12px;padding:10px 12px;border:1px solid rgba(229,191,84,.25);background:rgba(4,17,31,.55);text-decoration:none}.club20-legacy-list a span{font-weight:700}.club20-legacy-list a strong{color:#e7c35c}.club20-legacy-list a em{grid-column:1/-1;color:#9fb0c3;font-style:normal;font-size:12px}
