/* Spielerprofil — CFM Scouting / Card Design */
#contentArea:has(.pp-profile-page) .page-header {
	display: none;
}

#contentArea:has(.pp-profile-page) .breadcrumb {
	background: rgba(8, 4, 4, 0.55);
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 6px;
	padding: 8px 14px;
	margin: 0 0 14px;
}

#contentArea:has(.pp-profile-page) .breadcrumb a {
	color: rgba(240, 208, 128, 0.95);
}

#contentArea:has(.pp-profile-page) .breadcrumb .active,
#contentArea:has(.pp-profile-page) .breadcrumb .divider {
	color: rgba(255, 255, 255, 0.65);
}

#pagecontent > #directtransfer-offer_block {
	margin: 0;
	padding: 0;
	height: 0;
}

#pagecontent > #directtransfer-offer_block > p {
	display: none;
}

/* —— Hero —— */
.pp-hero-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 18px;
	border: 1px solid rgba(212, 175, 55, 0.38);
	background: linear-gradient(135deg, #1a0508 0%, #4a0c12 42%, #2b0707 100%);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.pp-hero-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(212, 175, 55, 0.12), transparent 55%);
	pointer-events: none;
}

.pp-hero-card__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(160px, 0.9fr) minmax(0, 1fr);
	gap: 16px 22px;
	padding: 28px 26px 22px;
	align-items: stretch;
	min-height: 340px;
}

.pp-hero-card__info {
	color: #fff;
	min-width: 0;
}

.pp-hero-card__name {
	margin: 0 0 6px;
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.1;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.pp-hero-card__pos {
	font-size: 14px;
	font-weight: 600;
	color: rgba(240, 216, 160, 0.95);
	margin-bottom: 10px;
}

.pp-hero-card__meta {
	font-size: 13px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.pp-hero-card__meta .muted {
	color: rgba(255, 255, 255, 0.55) !important;
}

.pp-hero-flag {
	width: 20px;
	height: 14px;
	vertical-align: -2px;
	margin-right: 6px;
	border-radius: 2px;
}

.pp-hero-card__club {
	margin-top: 12px;
	font-size: 13px;
	font-weight: 600;
}

.pp-hero-card__club a {
	color: #f0d080;
	text-decoration: none;
}

.pp-hero-card__club a:hover {
	text-decoration: underline;
}

.pp-hero-card__club img {
	width: 22px;
	height: 22px;
	vertical-align: -5px;
	margin-right: 8px;
	border-radius: 3px;
}

.pp-hero-card__mv {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.55);
}

.pp-hero-card__mv strong {
	display: block;
	margin-top: 2px;
	font-size: 18px;
	color: #d4af37;
	letter-spacing: 0;
	text-transform: none;
}

.pp-hero-card__contract {
	margin-top: 10px;
	padding: 8px 12px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 6px;
}

.pp-hero-card__contract-label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.5);
}

.pp-hero-card__contract strong {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	font-weight: 800;
	color: #f0d080;
}

.pp-hero-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
}

.pp-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	border: 1px solid transparent;
}

.pp-badge--gold {
	background: rgba(212, 175, 55, 0.22);
	border-color: rgba(212, 175, 55, 0.55);
	color: #f0d878;
}

.pp-badge--blue {
	background: rgba(80, 140, 220, 0.2);
	border-color: rgba(100, 160, 240, 0.45);
	color: #9ec8ff;
}

.pp-badge--red {
	background: rgba(180, 40, 40, 0.25);
	border-color: rgba(220, 80, 80, 0.5);
	color: #ffb0b0;
}

.pp-badge--green {
	background: rgba(60, 160, 80, 0.22);
	border-color: rgba(80, 200, 100, 0.45);
	color: #9fe8b5;
}

.pp-badge--purple {
	background: rgba(140, 80, 200, 0.2);
	border-color: rgba(180, 120, 240, 0.45);
	color: #ddb8ff;
}

/* Photo center */
.pp-hero-card__photo {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	min-height: 300px;
	padding-top: 4px;
}

.pp-hero-card__photo::before {
	content: "";
	position: absolute;
	inset: 10% 5% 0;
	background: radial-gradient(ellipse at center bottom, rgba(212, 175, 55, 0.15), transparent 70%);
	border-radius: 50%;
}

.pp-hero-card__photo img {
	position: relative;
	z-index: 1;
	max-height: 360px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.5));
}

.pp-hero-card__photo--empty {
	align-items: center;
	color: rgba(255, 255, 255, 0.2);
	font-size: 64px;
	font-weight: 800;
}

/* Stat pills right */
.pp-hero-card__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	align-content: start;
}

.pp-stat-pill {
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: 8px;
	padding: 10px 12px;
	text-align: center;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.pp-stat-pill:hover {
	border-color: rgba(240, 200, 120, 0.5);
	transform: translateY(-1px);
}

.pp-stat-pill__label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 4px;
}

.pp-stat-pill__value {
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	color: #fff;
}

.pp-stat-pill__value.strength_success,
.pp-stat-pill__value .strength_success {
	color: #6fdc67;
}

.pp-stat-pill__value.strength_info,
.pp-stat-pill__value .strength_info {
	color: #7ec8e8;
}

.pp-stat-pill__value.strength_warning,
.pp-stat-pill__value .strength_warning {
	color: #f0a84a;
}

.pp-stat-pill__value.strength_danger,
.pp-stat-pill__value .strength_danger {
	color: #f07070;
}

.pp-stat-pill__sub {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 2px;
}

.pp-stat-pill--wide {
	grid-column: 1 / -1;
}

.pp-stat-pill--meter {
	text-align: left;
	padding: 10px 12px 11px;
}

.pp-stat-pill--meter .pp-stat-pill__label {
	margin-bottom: 0;
	white-space: nowrap;
}

.pp-stat-pill__meter-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.pp-stat-pill__value--inline {
	font-size: 20px;
	line-height: 1;
	flex-shrink: 0;
}

.pp-stat-pill__bar {
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.pp-stat-pill__bar-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #db7f2d, #f0a84a);
}

.pp-stat-pill__bar-fill.is-low {
	background: linear-gradient(90deg, #c93030, #f07070);
}

.pp-stat-pill__bar-fill.is-mid {
	background: linear-gradient(90deg, #db7f2d, #f0a84a);
}

.pp-stat-pill__bar-fill:not(.is-low):not(.is-mid) {
	background: linear-gradient(90deg, #3ea34f, #66d95f);
}

/* Actions */
.pp-hero-card__actions {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 4px 26px 22px;
}

.pp-hero-card__actions .btn,
.pp-hero-card__actions a.btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	border-radius: 8px;
	border: 1px solid rgba(212, 175, 55, 0.45);
	background: linear-gradient(180deg, #d4af37 0%, #b89426 100%);
	color: #2b0707;
	text-shadow: none;
	transition: background 0.15s ease, box-shadow 0.15s ease;
}

.pp-hero-card__actions .btn:hover,
.pp-hero-card__actions a.btn:hover {
	background: linear-gradient(180deg, #e8c24a 0%, #c9a030 100%);
	box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35);
	color: #1a0505;
}

.pp-hero-card__actions .btn-warning {
	background: linear-gradient(180deg, #8b2020 0%, #5f0c0c 100%);
	border-color: rgba(255, 120, 120, 0.4);
	color: #fff;
}

.pp-hero-card__actions .btn-warning:hover {
	background: linear-gradient(180deg, #a82828 0%, #7a1010 100%);
	color: #fff;
}

/* —— Tabs —— */
.pp-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
}

.pp-tabs > li {
	float: none;
	margin: 0;
}

.pp-tabs > li > a {
	display: block;
	padding: 10px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
	background: rgba(14, 6, 6, 0.75);
	border: 1px solid rgba(212, 175, 55, 0.22);
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.pp-tabs > li > a:hover {
	color: #f0d080;
	border-color: rgba(212, 175, 55, 0.45);
	background: rgba(90, 18, 18, 0.6);
}

.pp-tabs > li.active > a,
.pp-tabs > li.active > a:hover {
	color: #fff;
	background: linear-gradient(180deg, #8b1a1a 0%, #5f0c0c 100%);
	border-color: rgba(212, 175, 55, 0.55);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.pp-profile-page .tab-content {
	padding-top: 4px;
}

/* —— Profile cards —— */
.pp-profile-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

.pp-card {
	background: rgba(14, 6, 6, 0.88);
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pp-card:hover {
	border-color: rgba(240, 200, 120, 0.5);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.pp-card__head {
	padding: 10px 14px;
	border-bottom: 1px solid rgba(212, 175, 55, 0.22);
	background: linear-gradient(180deg, rgba(90, 18, 18, 0.95) 0%, rgba(45, 12, 14, 0.92) 100%);
}

.pp-card__title {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f0d080;
}

.pp-card__body {
	padding: 12px 14px 14px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
}

.pp-kv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pp-kv:last-child {
	border-bottom: 0;
}

.pp-kv__l {
	flex: 1 1 50%;
	color: rgba(255, 255, 255, 0.55);
	font-size: 12px;
}

.pp-kv__v {
	flex: 1 1 50%;
	text-align: right;
	font-weight: 600;
	color: #fff;
}

.pp-kv__v a {
	color: #f0d080;
}

.pp-meter {
	margin-bottom: 12px;
}

.pp-meter:last-child {
	margin-bottom: 0;
}

.pp-meter__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
	font-size: 12px;
}

.pp-meter__head strong {
	font-size: 15px;
	font-weight: 800;
	color: #9fe8b5;
}

.pp-meter__track {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.pp-meter__fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #3ea34f, #66d95f);
	transition: width 0.3s ease;
}

.pp-meter__fill.is-mid {
	background: linear-gradient(90deg, #db7f2d, #f0a84a);
}

.pp-meter__fill.is-low {
	background: linear-gradient(90deg, #c93030, #f07070);
}

.pp-season-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.pp-mini-stat {
	text-align: center;
	padding: 10px 6px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 6px;
}

.pp-mini-stat__n {
	display: block;
	font-size: 20px;
	font-weight: 800;
	color: #f0d080;
	line-height: 1.1;
}

.pp-mini-stat__l {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 4px;
}

/* —— Attributes —— */
.pp-attr-section {
	margin-top: 8px;
}

.pp-attr-section > .pp-card__head {
	border-radius: 8px 8px 0 0;
}

.pp-cat-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 10px 12px;
	background: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.pp-cat-tabs > li {
	margin: 0;
}

.pp-cat-tabs > li > a {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(212, 175, 55, 0.2);
	text-decoration: none;
}

.pp-cat-tabs > li.active > a,
.pp-cat-tabs > li.active > a:hover {
	color: #f0d080;
	background: rgba(90, 18, 18, 0.7);
	border-color: rgba(212, 175, 55, 0.45);
}

.pp-attr-panel {
	padding: 12px 14px 16px;
}

.pp-attr-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
}

.pp-attr-card {
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(212, 175, 55, 0.25);
	border-radius: 8px;
	padding: 10px 12px;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.pp-attr-card:hover {
	border-color: rgba(240, 200, 120, 0.45);
	transform: translateY(-1px);
}

.pp-attr-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.pp-attr-label {
	font-size: 13px;
	font-weight: 600;
	color: #f4e7cc;
	line-height: 1.2;
}

.pp-attr-value {
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.pp-attr-value.is-low {
	color: #f07070;
}

.pp-attr-value.is-mid {
	color: #f0a84a;
}

.pp-attr-value.is-good {
	color: #6fdc67;
}

.pp-attr-bar {
	position: relative;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.pp-attr-fill {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--bar-c1, #f0d64b), var(--bar-c2, #f0a84a));
}

.pp-potential-range {
	font-weight: 700;
	color: #9fe8b5;
}

.pp-potential-trend {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
}

/* Alerts in profile */
.pp-profile-page .alert {
	border-radius: 8px;
}

/* Hall of Fame */
.pp-hof-wrap {
	margin-top: 8px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(212, 175, 55, 0.35);
	background: linear-gradient(145deg, #2b0707 0%, #4a0a0a 45%, #2b0707 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pp-hof-section {
	padding: 12px 14px 8px;
	border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.pp-hof-section:last-child {
	border-bottom: 0;
}

.pp-hof-section-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 800;
	color: #d4af37;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.02em;
}

.pp-hof-section-empty {
	margin: 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	font-style: italic;
}

.pp-hof-row {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.12);
}

.pp-hof-row:first-of-type {
	border-top: 0;
}

.pp-hof-toggle {
	flex: 0 0 36px;
	border: 0;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.25);
	color: #d4af37;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s;
}

.pp-hof-toggle:hover,
.pp-hof-toggle:focus {
	background: rgba(212, 175, 55, 0.15);
	color: #f0d878;
	outline: none;
}

.pp-hof-toggle .pp-hof-chevron {
	display: inline-block;
	transition: transform 0.2s ease;
}

.pp-hof-toggle:not(.collapsed) .pp-hof-chevron {
	transform: rotate(90deg);
}

.pp-hof-icon {
	flex: 0 0 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 6px;
	background: rgba(0, 0, 0, 0.2);
}

.pp-hof-icon img {
	max-width: 48px;
	max-height: 48px;
	object-fit: contain;
	vertical-align: middle;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.pp-hof-icon-fallback {
	font-size: 28px;
	line-height: 1;
	opacity: 0.9;
}

.pp-hof-main {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 16px;
	padding: 10px 12px;
	min-width: 0;
}

.pp-hof-name {
	flex: 1 1 180px;
	min-width: 0;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.pp-hof-name .muted {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 2px;
	line-height: 1.35;
}

.pp-hof-won {
	flex: 0 0 auto;
	text-align: center;
	min-width: 72px;
}

.pp-hof-won .pp-hof-won-label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.55);
}

.pp-hof-won .pp-hof-won-count {
	font-size: 22px;
	font-weight: 800;
	color: #d4af37;
	line-height: 1.1;
}

.pp-hof-stat {
	flex: 1 1 140px;
	font-size: 13px;
	color: #9fe8b5;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
	min-width: 0;
}

.pp-hof-detail {
	clear: both;
	background: rgba(0, 0, 0, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 0 12px 10px 52px;
	margin: 0;
}

.pp-hof-detail table {
	width: 100%;
	font-size: 12px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}

.pp-hof-detail th,
.pp-hof-detail td {
	padding: 6px 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	vertical-align: middle;
}

.pp-hof-detail th {
	color: #d4af37;
	font-weight: 700;
	text-align: left;
}

.pp-hof-detail tr:last-child td {
	border-bottom: 0;
}

.pp-hof-detail .pp-hof-clubcell {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pp-hof-detail .pp-hof-clubcell img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	border-radius: 2px;
}

/* —— Karrierestatistik-Tab —— */
.pp-statistic-tab {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pp-stats-card {
	margin-bottom: 0;
}

.pp-stats-card__body {
	padding: 0;
}

.pp-stats-scroll {
	overflow: visible;
	padding: 4px 8px 12px;
}

.pp-stats-table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 11px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}

.pp-stats-table th,
.pp-stats-table td {
	padding: 7px 3px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pp-stats-table__th-comp,
.pp-stats-table td.pp-stats-comp {
	text-align: left;
	white-space: normal;
	width: 28%;
	min-width: 0;
	overflow: visible;
}

.pp-stats-table__icons th {
	padding: 5px 2px;
	background: rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(212, 175, 55, 0.12);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: rgba(240, 208, 128, 0.8);
	line-height: 1.2;
}

.pp-stats-table__icons img,
.pp-stats-icon {
	width: 16px;
	height: 16px;
	display: block;
	margin: 0 auto;
	opacity: 0.95;
}

.pp-stats-icon--boost {
	width: 18px;
	height: 18px;
}

.pp-stats-card__body {
	overflow: hidden;
}

.pp-stats-comp {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	flex-wrap: wrap;
}

.pp-stats-comp__name {
	flex: 1 1 auto;
	min-width: 0;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
}

.pp-stats-comp__logo {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

.pp-stats-comp__clubs {
	display: flex;
	align-items: center;
	gap: 3px;
	flex: 0 0 100%;
	margin-left: 26px;
}

.pp-stats-comp__club {
	width: 16px;
	height: 16px;
	object-fit: contain;
	border-radius: 2px;
}

.pp-stats-grade {
	font-weight: 700;
	color: #f0d080;
}

.pp-stats-table__total td {
	background: rgba(122, 15, 15, 0.45) !important;
	color: #f2dfcc !important;
	font-weight: 800;
	border-top: 1px solid rgba(212, 175, 55, 0.35);
	border-bottom: 0;
}

.pp-stats-inline-award {
	color: #d4af37;
	font-size: 11px;
}

.pp-stats-empty {
	padding: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	margin: 0;
}

/* Charts row */
.pp-stats-charts-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pp-stats-chart-card {
	margin-bottom: 0;
}

.pp-stats-chart-card__body {
	padding: 12px 14px 14px;
}

.pp-stats-mv-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.pp-stats-mv-current {
	text-align: right;
}

.pp-stats-mv-current__label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.5);
}

.pp-stats-mv-current strong {
	display: block;
	font-size: 15px;
	font-weight: 800;
	color: #9fe8b5;
	line-height: 1.2;
}

.pp-grades-chart {
	width: 100%;
	height: 220px;
	margin: 0 0 10px;
}

.pp-stats-chart-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-stats-chart-foot__label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
}

.pp-stats-chart-foot__value {
	font-size: 20px;
	font-weight: 800;
	color: #d4af37;
}

.pp-stats-chart-single {
	margin: 0 0 10px;
	color: rgba(255, 255, 255, 0.9);
}

.pp-mv-chart-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px;
	overflow: hidden;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.2);
}

.pp-mv-chart-wrap svg {
	display: block;
	width: 100%;
	height: auto;
	max-height: 240px;
}

.pp-stats-mv-extremes {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.pp-stats-mv-extreme {
	padding: 8px 10px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-stats-mv-extreme--high {
	text-align: right;
}

.pp-stats-mv-extreme__label {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.pp-stats-mv-extreme strong {
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-top: 2px;
}

.pp-stats-mv-extreme--low strong {
	color: #f07070;
}

.pp-stats-mv-extreme--high strong {
	color: #9fe8b5;
}

.pp-stats-mv-extreme__ctx {
	display: block;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 2px;
}

.pp-stats-mv-hint {
	margin: 8px 0 0;
	font-size: 10px;
}

/* Highlights */
.pp-stats-highlights {
	margin-bottom: 0;
}

.pp-highlights-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pp-highlight-item {
	flex: 1 1 140px;
	min-width: 120px;
	max-width: 200px;
	padding: 12px 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(212, 175, 55, 0.22);
	border-radius: 8px;
	transition: border-color 0.15s ease;
}

.pp-highlight-item:hover {
	border-color: rgba(240, 200, 120, 0.45);
}

.pp-highlight-item__icon {
	display: block;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 6px;
	min-height: 28px;
}

.pp-highlight-item__icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.pp-highlight-item__value {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: #f0d080;
	line-height: 1.1;
}

.pp-highlight-item__label {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	margin-top: 4px;
	line-height: 1.35;
}

.pp-highlight-item__label small {
	color: rgba(255, 255, 255, 0.45);
}

/* Flot chart in dark card */
.pp-grades-chart .flot-text,
.pp-grades-chart .tickLabel {
	color: rgba(255, 255, 255, 0.55) !important;
}

.pp-grades-chart .legendLabel {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* —— Matchdaten tab —— */
.pp-matchdata-tab {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pp-matchdata-toolbar__body {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px 16px;
	padding: 14px 16px !important;
}

.pp-matchdata-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 14px;
	margin: 0;
}

.pp-matchdata-filters__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.pp-matchdata-filters__label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.45);
}

.pp-matchdata-select {
	min-width: 160px;
	max-width: 220px;
	padding: 6px 10px;
	border-radius: 6px;
	border: 1px solid rgba(212, 175, 55, 0.28);
	background: rgba(0, 0, 0, 0.45);
	color: #f5f5f5;
	font-size: 12px;
}

.pp-matchdata-scope-tabs {
	flex: 1 1 auto;
	justify-content: flex-start;
	min-width: 280px;
}

.pp-matchdata-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: auto;
}

.pp-matchdata-summary .pp-mini-stat {
	min-width: 72px;
	padding: 8px 10px;
}

.pp-matchdata-summary .pp-mini-stat__n {
	font-size: 18px;
	color: #7fd87f;
}

.pp-matchdata-modules {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.pp-matchdata-module .pp-card__body {
	padding: 0 !important;
}

.pp-matchdata-stat-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.pp-matchdata-stat-table thead th {
	padding: 8px 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.55);
	background: rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(212, 175, 55, 0.15);
	font-weight: 700;
}

.pp-matchdata-stat-table tbody td {
	padding: 7px 10px;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	vertical-align: middle;
}

.pp-matchdata-stat-table__label {
	color: rgba(255, 255, 255, 0.78);
}

.pp-matchdata-stat-table__val {
	text-align: right;
	font-weight: 800;
	font-size: 14px;
	color: #f0d080;
}

.pp-matchdata-stat-table__per90 {
	text-align: right;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.45);
}

.pp-matchdata-extra__body {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	padding: 12px 16px !important;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
}

.pp-matchdata-matches__body {
	padding: 0 !important;
	overflow: hidden;
}

.pp-matchdata-matches-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.pp-matchdata-matches-table thead th {
	padding: 9px 8px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, 0.28);
	border-bottom: 1px solid rgba(212, 175, 55, 0.18);
	font-weight: 700;
}

.pp-matchdata-matches-table tbody td {
	padding: 8px 6px;
	font-size: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	vertical-align: middle;
}

.pp-matchdata-matches-table__logo {
	width: 18px;
	height: 18px;
	object-fit: contain;
	vertical-align: middle;
	margin-right: 4px;
}

.pp-matchdata-matches-table__compname {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
}

.pp-matchdata-matches-table__date {
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
}

.pp-matchdata-result {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 11px;
	white-space: nowrap;
}

.pp-matchdata-result.is-win {
	background: rgba(62, 163, 79, 0.22);
	color: #7fd87f;
}

.pp-matchdata-result.is-draw {
	background: rgba(219, 127, 45, 0.2);
	color: #f0a84a;
}

.pp-matchdata-result.is-loss {
	background: rgba(201, 48, 48, 0.22);
	color: #f07070;
}

.pp-matchdata-grade {
	display: inline-block;
	min-width: 34px;
	padding: 2px 6px;
	border-radius: 4px;
	font-weight: 800;
	font-size: 12px;
	text-align: center;
}

.pp-matchdata-grade.is-good {
	background: rgba(62, 163, 79, 0.25);
	color: #7fd87f;
}

.pp-matchdata-grade.is-mid {
	background: rgba(219, 127, 45, 0.22);
	color: #f0a84a;
}

.pp-matchdata-grade.is-bad {
	background: rgba(201, 48, 48, 0.22);
	color: #f07070;
}

.pp-matchdata-match-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: rgba(128, 0, 0, 0.35);
	border: 1px solid rgba(212, 175, 55, 0.25);
	color: #f0d080;
	text-decoration: none;
}

.pp-matchdata-match-btn:hover {
	background: rgba(128, 0, 0, 0.55);
	color: #fff;
	text-decoration: none;
}

/* —— Transferhistorie tab —— */
.pp-transfer-tab {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pp-transfer-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
}

.pp-transfer-summary-card .pp-card__body {
	padding: 12px 14px !important;
	text-align: center;
}

.pp-transfer-summary-card__n {
	display: block;
	font-size: 17px;
	font-weight: 800;
	color: #f0d080;
	line-height: 1.2;
}

.pp-transfer-summary-card__l {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 5px;
}

.pp-transfer-summary-card__sub {
	display: block;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 6px;
	line-height: 1.3;
}

.pp-transfer-summary-card--meta .pp-transfer-summary-card__n {
	font-size: 22px;
	color: #7fd87f;
}

.pp-transfer-summary-card__flags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	margin-top: 8px;
}

.pp-transfer-flag {
	width: 20px;
	height: 14px;
	object-fit: cover;
	border-radius: 2px;
}

.pp-transfer-path__body {
	padding: 14px 16px !important;
	overflow-x: auto;
}

.pp-transfer-path__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
	min-width: min-content;
}

.pp-transfer-path__arrow {
	color: rgba(212, 175, 55, 0.65);
	font-size: 18px;
	font-weight: 700;
	flex: 0 0 auto;
}

.pp-transfer-path__node {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	min-width: 88px;
	padding: 8px 10px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(212, 175, 55, 0.18);
}

.pp-transfer-path__node.is-current {
	border-color: rgba(127, 216, 127, 0.55);
	box-shadow: 0 0 12px rgba(62, 163, 79, 0.2);
}

.pp-transfer-path__node.is-loan {
	border-color: rgba(90, 150, 230, 0.45);
}

.pp-transfer-path__logo {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.pp-transfer-path__logo--empty {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.pp-transfer-path__name {
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
}

.pp-transfer-path__name a {
	color: #f5f5f5;
}

.pp-transfer-path__years {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
}

.pp-transfer-path__loan-tag {
	font-style: normal;
	color: #7eb8ff;
	font-weight: 700;
}

.pp-transfer-timeline {
	padding: 16px 16px 16px 8px !important;
}

.pp-transfer-event {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.pp-transfer-event:last-child {
	margin-bottom: 0;
}

.pp-transfer-event__rail {
	flex: 0 0 18px;
	display: flex;
	justify-content: center;
	position: relative;
}

.pp-transfer-event__rail::before {
	content: '';
	position: absolute;
	top: 14px;
	bottom: -16px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: rgba(212, 175, 55, 0.25);
}

.pp-transfer-event:last-child .pp-transfer-event__rail::before {
	display: none;
}

.pp-transfer-event__dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c9a227;
	border: 2px solid rgba(0, 0, 0, 0.5);
	margin-top: 8px;
	position: relative;
	z-index: 1;
}

.pp-transfer-event.is-loan .pp-transfer-event__dot,
.pp-transfer-event.is-loan-return .pp-transfer-event__dot {
	background: #5a96e6;
}

.pp-transfer-event.is-free .pp-transfer-event__dot {
	background: #3ea34f;
}

.pp-transfer-event.is-record .pp-transfer-event__dot {
	background: #f0d080;
	box-shadow: 0 0 8px rgba(240, 208, 128, 0.5);
}

.pp-transfer-event__card {
	flex: 1;
	display: grid;
	grid-template-columns: 120px 1fr minmax(160px, 220px);
	gap: 14px;
	align-items: start;
	padding: 14px 16px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(212, 175, 55, 0.16);
}

.pp-transfer-event.is-loan .pp-transfer-event__card {
	border-color: rgba(90, 150, 230, 0.35);
}

.pp-transfer-event.is-record .pp-transfer-event__card {
	border-color: rgba(240, 208, 128, 0.4);
}

.pp-transfer-event__date {
	font-weight: 700;
	font-size: 13px;
	color: #f5f5f5;
}

.pp-transfer-event__season {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 2px;
}

.pp-transfer-event__badge {
	display: inline-block;
	margin-top: 8px;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: rgba(128, 0, 0, 0.4);
	color: #f0d080;
}

.pp-transfer-event__badge--loan,
.pp-transfer-event__badge--loan_return {
	background: rgba(90, 150, 230, 0.25);
	color: #9ec5ff;
}

.pp-transfer-event__badge--free,
.pp-transfer-event__badge--youth {
	background: rgba(62, 163, 79, 0.25);
	color: #7fd87f;
}

.pp-transfer-event__flow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.pp-transfer-event__club {
	flex: 1 1 120px;
	min-width: 0;
	text-align: center;
}

.pp-transfer-event__club-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}

.pp-transfer-event__logo {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.pp-transfer-event__club-name {
	font-size: 13px;
	font-weight: 700;
	color: #f5f5f5;
	line-height: 1.25;
}

.pp-transfer-event__club-meta {
	display: block;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 2px;
}

.pp-transfer-event__arrow {
	flex: 0 0 auto;
	color: #7fd87f;
	font-size: 22px;
	font-weight: 800;
}

.pp-transfer-event.is-loan .pp-transfer-event__arrow {
	color: #7eb8ff;
}

.pp-transfer-event__facts {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pp-transfer-event__fact {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 12px;
}

.pp-transfer-event__fact-l {
	color: rgba(255, 255, 255, 0.45);
	flex: 0 0 auto;
}

.pp-transfer-event__fact-v {
	color: #f0d080;
	font-weight: 700;
	text-align: right;
}

.pp-transfer-event__record-badge {
	display: inline-block;
	margin-top: 6px;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	background: rgba(240, 208, 128, 0.2);
	color: #f0d080;
	align-self: flex-start;
}

.pp-transfer-event__meta {
	margin-top: 6px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.45;
}

.pp-transfer-notes__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.55;
}

/* —— Verletzungshistorie tab —— */
.pp-injury-tab {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pp-injury-summary {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
}

.pp-injury-summary-card .pp-card__body {
	padding: 12px 14px !important;
	text-align: center;
	position: relative;
}

.pp-injury-summary-card__icon {
	display: block;
	font-size: 20px;
	margin-bottom: 6px;
	opacity: 0.85;
}

.pp-injury-summary-card__n {
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.pp-injury-summary-card__n.is-fit,
.pp-injury-summary-card__icon.is-fit {
	color: #7fd87f;
}

.pp-injury-summary-card__n.is-injured,
.pp-injury-summary-card__icon.is-injured {
	color: #f07070;
}

.pp-injury-summary-card__n.is-rehab,
.pp-injury-summary-card__icon.is-rehab {
	color: #f0a84a;
}

.pp-injury-summary-card__n.is-low,
.pp-injury-summary-card__icon.is-low {
	color: #7fd87f;
}

.pp-injury-summary-card__n.is-mid,
.pp-injury-summary-card__icon.is-mid {
	color: #f0a84a;
}

.pp-injury-summary-card__n.is-high,
.pp-injury-summary-card__icon.is-high {
	color: #f07070;
}

.pp-injury-summary-card__l {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 5px;
}

.pp-injury-summary-card__sub {
	display: block;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 5px;
}

.pp-injury-timeline {
	padding: 14px 14px 14px 6px !important;
}

.pp-injury-event {
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.pp-injury-event:last-child {
	margin-bottom: 0;
}

.pp-injury-event__rail {
	flex: 0 0 16px;
	position: relative;
}

.pp-injury-event__rail::before {
	content: '';
	position: absolute;
	top: 14px;
	bottom: -14px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: rgba(180, 40, 40, 0.35);
}

.pp-injury-event:last-child .pp-injury-event__rail::before {
	display: none;
}

.pp-injury-event__dot {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 10px auto 0;
	background: #c93030;
	border: 2px solid rgba(0, 0, 0, 0.45);
	position: relative;
	z-index: 1;
}

.pp-injury-event.is-light .pp-injury-event__dot {
	background: #dbb82d;
}

.pp-injury-event.is-mid .pp-injury-event__dot {
	background: #e07a2d;
}

.pp-injury-event.is-severe .pp-injury-event__dot {
	background: #8b1010;
	box-shadow: 0 0 8px rgba(201, 48, 48, 0.45);
}

.pp-injury-event__card {
	flex: 1;
	display: grid;
	grid-template-columns: 100px 1fr minmax(150px, 200px);
	gap: 12px;
	padding: 12px 14px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(212, 175, 55, 0.14);
}

.pp-injury-event.is-severe .pp-injury-event__card {
	border-color: rgba(201, 48, 48, 0.4);
}

.pp-injury-event__date {
	font-weight: 700;
	font-size: 13px;
}

.pp-injury-event__season {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 2px;
}

.pp-injury-event__main {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.pp-injury-event__icon-wrap {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #f0d080;
	font-size: 20px;
}

.pp-injury-body-dot {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c93030;
}

.pp-injury-event__name {
	display: block;
	font-size: 14px;
	color: #f5f5f5;
}

.pp-injury-event__zone,
.pp-injury-event__cat {
	display: block;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 2px;
}

.pp-injury-event__severity {
	display: inline-block;
	margin-top: 6px;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.pp-injury-event__severity.is-light {
	background: rgba(219, 184, 45, 0.22);
	color: #f0d080;
}

.pp-injury-event__severity.is-mid {
	background: rgba(224, 122, 45, 0.22);
	color: #f0a84a;
}

.pp-injury-event__severity.is-severe {
	background: rgba(139, 16, 16, 0.45);
	color: #f07070;
}

.pp-injury-event__fact {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	font-size: 11px;
	margin-bottom: 4px;
}

.pp-injury-event__fact-l {
	color: rgba(255, 255, 255, 0.45);
}

.pp-injury-event__fact-v {
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	text-align: right;
}

.pp-injury-stats-row {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 12px;
}

.pp-injury-stat-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pp-injury-stat-item:last-of-type {
	border-bottom: none;
}

.pp-injury-stat-item > i {
	color: #f0d080;
	font-size: 18px;
	margin-top: 2px;
}

.pp-injury-stat-item strong {
	display: block;
	color: #f5f5f5;
	font-size: 13px;
}

.pp-injury-stat-item small {
	color: rgba(255, 255, 255, 0.5);
}

.pp-injury-season-chart {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-injury-season-chart__title {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 8px;
}

.pp-injury-season-chart__bars {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	height: 72px;
}

.pp-injury-season-chart__col {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.pp-injury-season-chart__bar {
	width: 100%;
	max-width: 28px;
	min-height: 4px;
	border-radius: 3px 3px 0 0;
	background: linear-gradient(180deg, #c93030, #8b1010);
}

.pp-injury-season-chart__lbl {
	font-size: 8px;
	color: rgba(255, 255, 255, 0.45);
	margin-top: 4px;
	white-space: nowrap;
}

.pp-injury-zones__body {
	text-align: center;
}

.pp-injury-body {
	position: relative;
	width: 140px;
	height: 300px;
	margin: 0 auto 12px;
}

.pp-injury-body__scan {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	filter: drop-shadow(0 0 14px rgba(90, 160, 255, 0.35));
	pointer-events: none;
}

.pp-injury-body__marker {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.5);
	transform: translate(-50%, -50%);
}

.pp-injury-body__marker.level-high {
	background: #c93030;
	box-shadow: 0 0 8px rgba(201, 48, 48, 0.6);
}

.pp-injury-body__marker.level-mid {
	background: #e07a2d;
}

.pp-injury-body__marker.level-low {
	background: #dbb82d;
}

.pp-injury-body__marker.zone-head { top: 8%; left: 50%; }
.pp-injury-body__marker.zone-arm { top: 26%; left: 24%; }
.pp-injury-body__marker.zone-back { top: 34%; left: 50%; }
.pp-injury-body__marker.zone-chest { top: 32%; left: 50%; }
.pp-injury-body__marker.zone-thigh { top: 50%; left: 40%; }
.pp-injury-body__marker.zone-knee { top: 60%; left: 50%; }
.pp-injury-body__marker.zone-calf { top: 70%; left: 48%; }
.pp-injury-body__marker.zone-ankle { top: 82%; left: 50%; }
.pp-injury-body__marker.zone-other { top: 44%; left: 60%; }

.pp-injury-body__marker.level-high {
	animation: pp-injury-pulse 1.8s ease-in-out infinite;
}

@keyframes pp-injury-pulse {
	0%, 100% { box-shadow: 0 0 6px rgba(201, 48, 48, 0.5); }
	50% { box-shadow: 0 0 14px rgba(201, 48, 48, 0.85); }
}

.pp-injury-zones-legend {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 12px;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.55);
}

.pp-injury-zones-legend .dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 4px;
	vertical-align: middle;
}

.pp-injury-zones-legend .level-high { background: #c93030; }
.pp-injury-zones-legend .level-mid { background: #e07a2d; }
.pp-injury-zones-legend .level-low { background: #dbb82d; }

.pp-injury-zones__assessment {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
}

.pp-injury-zones__assessment.is-good strong { color: #7fd87f; }
.pp-injury-zones__assessment.is-mid strong { color: #f0a84a; }
.pp-injury-zones__assessment.is-warn strong { color: #f07070; }

.pp-injury-health {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.pp-injury-health-card--wide {
	grid-column: span 1;
}

.pp-injury-health-card .pp-card__body {
	padding: 12px 14px !important;
}

.pp-injury-health-card__l {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 4px;
}

.pp-injury-health-card__v {
	font-size: 16px;
	font-weight: 800;
	color: #f0d080;
}

.pp-injury-health-card__v.is-good {
	color: #7fd87f;
}

.pp-injury-health-card__v.is-warn {
	color: #f0a84a;
}

.pp-injury-health-card .pp-meter {
	margin-top: 8px;
	height: 6px;
}

@media (max-width: 979px) {
	.pp-injury-stats-row {
		grid-template-columns: 1fr;
	}

	.pp-injury-event__card {
		grid-template-columns: 1fr;
	}

	.pp-injury-health {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 979px) {
	.pp-transfer-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-transfer-event__card {
		grid-template-columns: 1fr;
	}

	.pp-transfer-event__flow {
		flex-direction: column;
	}

	.pp-transfer-event__arrow {
		transform: rotate(90deg);
	}
}

@media (max-width: 979px) {
	.pp-matchdata-modules {
		grid-template-columns: 1fr;
	}

	.pp-matchdata-toolbar__body {
		flex-direction: column;
		align-items: stretch;
	}

	.pp-matchdata-summary {
		margin-left: 0;
		justify-content: flex-start;
	}
}

@media (max-width: 979px) {
	.pp-hero-card__grid {
		grid-template-columns: 1fr;
		padding: 20px 18px 18px;
		min-height: 0;
	}

	.pp-hero-card__photo {
		min-height: 220px;
		order: -1;
	}

	.pp-hero-card__photo img {
		max-height: 280px;
	}

	.pp-profile-grid {
		grid-template-columns: 1fr;
	}

	.pp-attr-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pp-stats-charts-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.pp-hero-card__stats {
		grid-template-columns: 1fr;
	}

	.pp-attr-grid,
	.pp-season-stats {
		grid-template-columns: 1fr;
	}

	.pp-tabs > li > a {
		padding: 8px 12px;
		font-size: 12px;
	}
}

/* Veteran system (Phase 3A) */
.msq-veteran-badge,
.tm-veteran-badge {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	padding: 1px 5px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	vertical-align: middle;
	margin-left: 4px;
}

.msq-veteran-badge--legend,
.tm-veteran-badge--legend {
	background: rgba(200, 160, 40, 0.35);
	color: #ffe9a8;
	border-color: rgba(230, 190, 80, 0.55);
}

.msq-veteran-badge--star,
.tm-veteran-badge--star {
	background: rgba(60, 160, 80, 0.3);
	color: #b8f0c8;
	border-color: rgba(80, 200, 100, 0.5);
}

.msq-veteran-badge--talent,
.tm-veteran-badge--talent {
	background: rgba(60, 120, 200, 0.28);
	color: #b8d8ff;
	border-color: rgba(100, 160, 240, 0.45);
}

.tm-veteran-badge {
	font-size: 11px;
	margin-left: 6px;
}

.veteran-fx-card .veteran-fx-list li {
	margin-bottom: 3px;
}

.pp-reputation-card .pp-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.pp-badge--veteran {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pp-badge--veteran-legend {
	background: linear-gradient(135deg, #f5d76e, #c9a227);
	color: #1a1200;
}

.pp-badge--veteran-star {
	background: linear-gradient(135deg, #9ec5ff, #4a7fd4);
	color: #0a1428;
}

.pp-badge--veteran-talent {
	background: linear-gradient(135deg, #b8f0c8, #3da86a);
	color: #0a2012;
}

.pp-reputation-meter {
	position: relative;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	margin: 0 0 16px;
	overflow: hidden;
}

.pp-reputation-meter__bar {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #4a7fd4, #9ec5ff);
	max-width: 100%;
}

.pp-reputation-meter__value {
	position: absolute;
	right: 0;
	top: -22px;
	font-size: 12px;
	font-weight: 600;
}

.pp-kv-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px 16px;
}

.dressing-room-meter {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
	margin-top: 4px;
}

.dressing-room-meter__bar {
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #6b8fc4, #9ec5ff);
}

.dressing-room-meter--low .dressing-room-meter__bar {
	background: linear-gradient(90deg, #b03030, #e86c6c);
}

.dressing-room-meter--high .dressing-room-meter__bar {
	background: linear-gradient(90deg, #c9a227, #f5d76e);
}

.th-sidebar .dressing-room-card {
	margin-bottom: 14px;
}
