/* Ficha do jogador — hero + estatísticas */
body.has-fcf-jogador {
	background: var(--fcf-blue-900, #051e33);
}

body.has-fcf-jogador #main-container {
	background: transparent;
}

body.has-fcf-jogador main.site-main {
	padding-top: 0 !important;
}

body.has-fcf-jogador .entry-content,
body.has-fcf-jogador .entry-content.is-layout-constrained {
	max-width: none !important;
	width: 100% !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.has-fcf-jogador main.site-main {
	padding-inline: 0 !important;
	max-width: none !important;
}

body.has-fcf-jogador main.site-main > .ct-container,
body.has-fcf-jogador main.site-main > .ct-container-full,
body.has-fcf-jogador main.site-main > .ct-container-narrow {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

body.has-fcf-jogador .hero-section,
body.has-fcf-jogador .entry-header,
body.has-fcf-jogador .page-title,
body.has-fcf-jogador .ct-breadcrumbs,
body.has-fcf-jogador .post-navigation,
body.has-fcf-jogador .ct-related-posts,
body.has-fcf-jogador .ct-author-box,
body.has-fcf-jogador main.site-main > .ct-container > .entry-header {
	display: none !important;
}

.fcf-jogador {
	--fcf-jogador-accent: #edca57;
	--fcf-jogador-number: #a2bacc;
	--fcf-jogador-ink: #fff;
	--fcf-jogador-ink-soft: rgba(255, 255, 255, 0.72);
	--fcf-jogador-panel: #0a2a47;
	--fcf-jogador-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--fcf-jogador-photo-duration: 0.72s;
	--fcf-jogador-photo-ease: cubic-bezier(0.4, 0, 0.2, 1);
	--fcf-match-media-height: 90vh;
	--fcf-match-media-height: 90svh;
	position: relative;
	isolation: isolate;
	color: var(--fcf-jogador-ink);
}

.fcf-match-page--jogador {
	padding-bottom: 0;
}

.fcf-match-page--jogador .fcf-match-page__media {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	width: 100vw;
	height: 100%;
	min-height: var(--fcf-match-media-height);
	transform: translateX(-50%);
}

.fcf-match-page--jogador .fcf-match-page__bg {
	background-position: center center;
}

.fcf-match-page--jogador .fcf-match-page__media::after {
	background: none;
}

.fcf-jogador__container {
	width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
	max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
	margin-inline: auto;
}

.fcf-jogador__hero-content {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	flex: 1 1 auto;
	min-height: calc(var(--fcf-match-media-height) - var(--header-height, 120px));
	min-height: calc(90svh - var(--header-height, 120px));
	padding-top: calc(var(--header-height, 120px) + clamp(1rem, 2vh, 2rem));
	padding-bottom: 0;
}

.fcf-jogador__hero-copy {
	position: absolute;
	left: 0;
	right: auto;
	bottom: clamp(5.5rem, 11vh, 9.5rem);
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 0;
	width: 100%;
	max-width: none;
	margin-bottom: 0;
	overflow: visible;
	transform: none;
}

.fcf-jogador__container--hero {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	align-self: stretch;
	overflow: visible;
	width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
	max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
	margin-inline: auto;
	min-height: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-inline: var(--fcf-site-gutter, 48px);
	container-type: inline-size;
	container-name: fcf-jogador-hero;
}

.fcf-jogador__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: visible;
}

.fcf-jogador__title-line {
	display: block;
}

.fcf-jogador .fcf-jogador__title.fcf-page-title {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	overflow: visible;
	color: #fff !important;
	font-size: clamp(4.5rem, 11.5vw, 10.5rem) !important;
	font-weight: 800 !important;
	line-height: 0.9 !important;
	letter-spacing: 0.01em !important;
}

.fcf-jogador__hero-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0;
	margin: clamp(0.65rem, 1.4vw, 1rem) 0 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.875rem, 1.35vw, 1.125rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.92);
}

.fcf-jogador__hero-meta-sep {
	opacity: 0.72;
}

.fcf-jogador__hero-socials {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	align-self: flex-start;
	margin: clamp(0.75rem, 1.6vw, 1.1rem) 0 0;
}

.fcf-jogador__hero-socials .ct-social-box,
.fcf-jogador__social-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcf-jogador__hero-socials a,
.fcf-jogador__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.4rem;
	color: #fff;
	text-decoration: none;
	transition: color 0.25s var(--fcf-jogador-ease), transform 0.25s var(--fcf-jogador-ease);
}

.fcf-jogador__hero-socials a:hover,
.fcf-jogador__hero-socials a:focus-visible,
.fcf-jogador__social-icon:hover,
.fcf-jogador__social-icon:focus-visible {
	color: var(--fcf-jogador-accent);
	transform: translateY(-1px);
}

.fcf-jogador__hero-socials .ct-icon-container,
.fcf-jogador__social-icon svg {
	display: block;
	flex: 0 0 auto;
	width: 1.5rem;
	height: 1.5rem;
}

.fcf-jogador__hero-socials .ct-icon-container svg {
	fill: currentColor;
}

.fcf-jogador__hero-socials .ct-icon-container i,
.fcf-jogador__hero-socials .ct-icon-container .ct-icon {
	font-size: 1.5rem;
	line-height: 1;
}

.fcf-jogador__hero {
	position: relative;
	--fcf-jogador-stats-height: 0px;
	display: flex;
	flex-direction: column;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: var(--fcf-match-media-height);
	min-height: 90svh;
	overflow-x: clip;
	overflow-y: visible;
	padding-bottom: 0;
}

.fcf-jogador__hero:has(.fcf-match-page__media)::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(5, 30, 51, 0) 0%,
		#051e33 100%
	);
}

.fcf-jogador__hero:not(:has(.fcf-match-page__media))::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(5, 30, 51, 0) 0%,
		#051e33 100%
	);
}

.fcf-jogador__hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	background-color: #051e33;
	background-image:
		repeating-linear-gradient(
			128deg,
			rgba(255, 255, 255, 0.035) 0,
			rgba(255, 255, 255, 0.035) 3px,
			transparent 3px,
			transparent 72px
		),
		linear-gradient(165deg, #051e33 0%, #073053 42%, #0a2a47 100%);
}

.fcf-jogador__number-giant {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding:
		0
		max(var(--fcf-site-gutter, 48px), calc((100vw - var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))) / 2))
		0
		0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: min(112vh, 72vw);
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	line-height: 0.72;
	letter-spacing: -0.05em;
	text-align: right;
	color: var(--fcf-jogador-number);
	white-space: nowrap;
	overflow: hidden;
	user-select: none;
	pointer-events: none;
}

.fcf-jogador__number-giant--multi {
	font-size: min(96vh, 58vw);
	letter-spacing: -0.06em;
}

.fcf-jogador__number-giant--logo {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding:
		clamp(0.25rem, 1.5vh, 1rem)
		max(var(--fcf-site-gutter, 48px), calc((100vw - var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))) / 2))
		0
		0;
	margin-bottom: 0;
	font-size: inherit;
}

.fcf-jogador__number-giant--logo img {
	display: block;
	width: auto;
	height: 108%;
	max-width: min(96vw, 82rem);
	max-height: none;
	opacity: 0.22;
	object-fit: contain;
	object-position: right top;
}

.fcf-jogador__visual {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: min(68vw, 560px);
	height: 86%;
	max-height: 800px;
	overflow: hidden;
	pointer-events: none;
	transform: translateX(calc(-50% + 52px));
}

@media (min-width: 1921px) {
	.fcf-jogador__visual {
		width: min(52vw, 760px);
		height: 92%;
		max-height: min(92vh, 1100px);
		transform: translateX(calc(-50% + 72px));
	}
}

.fcf-jogador__hero-accent {
	display: block;
	flex: 0 0 auto;
	width: calc(100% + ((100vw - 100cqw) / 2));
	height: 6px;
	margin: clamp(0.55rem, 1.4vw, 0.9rem) 0 0;
	margin-left: calc((100cqw - 100vw) / 2);
	background: var(--fcf-jogador-accent);
	transform: skewX(-18deg);
	transform-origin: left center;
	opacity: 0.92;
}

.fcf-jogador__hero-toolbar {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1rem;
	margin: 0;
	padding: 0;
}

.fcf-jogador__back {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.95rem, 1.8vw, 1.1rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--fcf-jogador-ink-soft);
	transition: color 0.25s var(--fcf-jogador-ease);
}

.fcf-jogador__back:hover,
.fcf-jogador__back:focus-visible {
	color: var(--fcf-jogador-accent);
}

.fcf-jogador__back-icon {
	font-size: 1.15em;
	line-height: 1;
}

.fcf-jogador .fcf-jogador__position {
	margin: clamp(0.65rem, 1.4vw, 1rem) 0 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.5rem, 3.2vw, 2.35rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador__competition {
	margin: 0 0 clamp(0.25rem, 0.8vw, 0.5rem);
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: var(--fcf-jogador-ink-soft);
}

.fcf-jogador__media {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	pointer-events: none;
	overflow: hidden;
	transform: none;
	opacity: 0;
	visibility: hidden;
}

.fcf-jogador__media.is-photo-active {
	opacity: 1;
	visibility: visible;
}

.fcf-jogador__media.is-photo-static .fcf-jogador__photo-stack {
	transform: scale(1) translateZ(0);
	transition: none;
}

.fcf-jogador__photo-stack {
	position: relative;
	width: 100%;
	height: 100%;
	transform: scale(0.9) translateZ(0);
	transform-origin: center top;
	transition: transform calc(var(--fcf-jogador-photo-duration) * 1.75) var(--fcf-jogador-photo-ease);
	will-change: transform;
}

.fcf-jogador__photo-stack .fcf-jogador__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform-origin: center top;
	backface-visibility: hidden;
	will-change: opacity, transform, filter;
	transition:
		opacity var(--fcf-jogador-photo-duration) var(--fcf-jogador-photo-ease),
		transform calc(var(--fcf-jogador-photo-duration) * 1.15) var(--fcf-jogador-photo-ease),
		filter var(--fcf-jogador-photo-duration) var(--fcf-jogador-photo-ease);
}

.fcf-jogador__photo--intro,
.fcf-jogador__photo--solo {
	opacity: 1;
	z-index: 1;
	transform: scale(1) translateZ(0);
	filter: blur(0);
}

.fcf-jogador__photo--final {
	opacity: 0;
	z-index: 2;
	transform: scale(1.018) translateZ(0);
	filter: blur(3px);
}

.fcf-jogador__media.is-photo-active .fcf-jogador__photo-stack {
	transform: scale(1) translateZ(0);
}

.fcf-jogador__media.has-photo-swap.is-photo-active .fcf-jogador__photo--intro {
	opacity: 0;
	transform: scale(1.02) translateZ(0);
	filter: blur(2px);
}

.fcf-jogador__media.has-photo-swap.is-photo-active .fcf-jogador__photo--final {
	opacity: 1;
	transform: scale(1) translateZ(0);
	filter: blur(0);
}

.fcf-jogador__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.fcf-jogador__photo-placeholder {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.06);
}

.fcf-jogador__stats {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background: var(--fcf-jogador-accent);
	color: var(--fcf-blue-900, #051e33);
}

/* Barra amarela no fluxo, abaixo do nome */
.fcf-jogador--has-stats .fcf-jogador__hero {
	display: flex;
	flex-direction: column;
}

.fcf-jogador--has-stats .fcf-jogador__hero-content {
	flex: 1 1 auto;
	min-height: 0;
	padding-bottom: clamp(0.75rem, 1.5vw, 1.5rem);
	z-index: 5;
}

.fcf-jogador--has-stats .fcf-jogador__stats {
	position: relative;
	flex: 0 0 auto;
	z-index: 6;
}

.fcf-jogador--has-stats .fcf-jogador__visual {
	bottom: 0;
}

.fcf-jogador__stats-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.fcf-jogador__stats-list::-webkit-scrollbar {
	display: none;
}

.fcf-jogador__stat {
	flex: 1 1 auto;
	min-width: clamp(96px, 12vw, 140px);
	padding: clamp(0.85rem, 2vw, 1.15rem) clamp(0.9rem, 2vw, 1.35rem);
	border-right: 1px solid rgba(5, 30, 51, 0.12);
	text-align: center;
}

.fcf-jogador__stat:last-child {
	border-right: 0;
}

.fcf-jogador__stat-value {
	display: block;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.65rem, 3.2vw, 2.25rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.01em;
}

.fcf-jogador__stat-label {
	display: block;
	margin-top: 0.3rem;
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.78;
}

.fcf-jogador__body {
	padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(4rem, 8vw, 6rem);
}

.fcf-jogador:has(.fcf-jogador-data-bar) .fcf-jogador__body {
	padding-top: 0;
}

.fcf-jogador__body .fcf-jogador__section,
.fcf-jogador__body .fcf-jogador-details,
.fcf-jogador__body .fcf-jogador__career-grid,
.fcf-jogador__body .fcf-jogador-performance {
	margin-top: clamp(4rem, 8vw, 6rem);
}

.fcf-jogador__body .fcf-jogador-performance:first-child,
.fcf-jogador__body .fcf-jogador__section:first-child,
.fcf-jogador__body .fcf-jogador-details:first-child,
.fcf-jogador__body .fcf-jogador__career-grid:first-child {
	margin-top: 0;
}

.fcf-jogador-details {
	margin-bottom: 0;
}

.fcf-jogador__section + .fcf-jogador__section {
	padding-top: 0;
	border-top: none;
}

.fcf-jogador-details__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.5vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
	margin: 0;
}

.fcf-jogador-details__item {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 0;
	margin: 0;
}

.fcf-jogador-details__label {
	margin: 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.6875rem, 0.95vw, 0.8125rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink-soft);
}

.fcf-jogador-details__value {
	margin: 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador-details__value .futmanager-pais,
.fcf-jogador-details__value .fcf-jogador-pais {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.fcf-jogador-details__value .futmanager-pais__flag.fi,
.fcf-jogador-details__value .fcf-jogador-pais__flag.fi {
	display: inline-block;
	flex: 0 0 auto;
	width: 1.5rem;
	line-height: 1rem;
	border-radius: 0;
}

.fcf-jogador-details__value .futmanager-pais__nome,
.fcf-jogador-details__value .fcf-jogador-pais__nome {
	line-height: 1.2;
}

.fcf-jogador__career-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(3rem, 6vw, 5rem);
	align-items: start;
	justify-items: start;
	text-align: left;
}

.fcf-jogador__career-grid .fcf-jogador__section {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.fcf-jogador__clubs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: clamp(1rem, 2.5vw, 1.75rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcf-jogador__club {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	width: clamp(5.5rem, 10vw, 7rem);
}

.fcf-jogador__club-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1;
	padding: clamp(0.65rem, 1.2vw, 0.85rem);
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.02);
}

.fcf-jogador__club-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fcf-jogador__club-placeholder {
	display: block;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.fcf-jogador__club-period {
	display: block;
	width: 100%;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: var(--fcf-jogador-ink-soft);
}

.fcf-jogador__career-titles {
	display: grid;
	gap: 0.65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcf-jogador__career-title-item {
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	font-weight: 700;
	line-height: 1.35;
	color: var(--fcf-jogador-ink);
}


.fcf-jogador__section-title {
	margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador__prose {
	max-width: 100%;
	width: 100%;
	color: var(--fcf-jogador-ink-soft);
}

body.has-fcf-jogador .fcf-jogador__prose.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100%;
	max-width: none;
}

.fcf-jogador__prose p {
	margin-top: 0;
	margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

.fcf-jogador__prose p:last-child {
	margin-bottom: 0;
}

.fcf-jogador__timeline {
	display: grid;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: fcf-jogador-timeline;
}

.fcf-jogador__timeline-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: clamp(0.85rem, 2vw, 1.35rem);
	align-items: center;
	padding: clamp(0.9rem, 2vw, 1.15rem) clamp(1rem, 2.2vw, 1.35rem);
	background: var(--fcf-jogador-panel);
}

.fcf-jogador__timeline-year {
	min-width: 3.5rem;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 800;
	line-height: 1;
	color: var(--fcf-jogador-accent);
}

.fcf-jogador__timeline-content {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.fcf-jogador__timeline-logo {
	flex: 0 0 auto;
	width: 2.25rem;
	height: 2.25rem;
	object-fit: contain;
}

.fcf-jogador__timeline-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.fcf-jogador__timeline-club {
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador__timeline-league {
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: 0.8125rem;
	color: var(--fcf-jogador-ink-soft);
}

.fcf-jogador__titles {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcf-jogador__title-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.35rem 1rem;
	align-items: baseline;
	padding: 0.95rem 1.1rem;
	background: var(--fcf-jogador-panel);
}

.fcf-jogador__title-name {
	grid-column: 1;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.1rem, 2.2vw, 1.35rem);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador__title-year {
	grid-column: 2;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: 1.1rem;
	font-weight: 800;
	color: var(--fcf-jogador-accent);
}

.fcf-jogador__title-club {
	grid-column: 1 / -1;
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: 0.8125rem;
	color: var(--fcf-jogador-ink-soft);
}

.fcf-jogador__section--profile {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.fcf-jogador__profile-facts {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1.25rem, 3vw, 2rem) clamp(2rem, 5vw, 3.5rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcf-jogador__profile-fact {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: min(100%, 10rem);
}

.fcf-jogador__profile-fact-value {
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 800;
	line-height: 1;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador__profile-fact-label {
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink-soft);
}

/* —— Estatísticas (dashboard) —— */
.fcf-jogador-performance {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.fcf-jogador-data-bar {
	width: 100vw;
	margin: 0 calc(50% - 50vw) clamp(1.5rem, 3vw, 2.25rem);
	background: var(--fcf-jogador-panel);
}

.fcf-jogador__body > .fcf-jogador__container > .fcf-jogador-data-bar:first-child,
.fcf-jogador__body > .fcf-jogador__container > .fcf-jogador-performance:first-child .fcf-jogador-data-bar:first-child {
	margin-top: 0;
}

.fcf-jogador-data-bar__inner {
	width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
	max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
	margin-inline: auto;
	padding: clamp(1.15rem, 2.4vw, 1.65rem) var(--fcf-site-gutter, 48px);
}

.fcf-jogador-data-bar__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 2rem);
	margin: 0;
}

.fcf-jogador-data-bar__item {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
	margin: 0;
}

.fcf-jogador-data-bar__label {
	margin: 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.6875rem, 0.95vw, 0.8125rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink-soft);
}

.fcf-jogador-data-bar__value {
	margin: 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.02em;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador-performance .fcf-jogador-data-bar {
	margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.fcf-jogador-performance .fcf-jogador__section--stats {
	margin-top: clamp(2rem, 4vw, 3rem);
}

.fcf-jogador__container > .fcf-jogador-data-bar + .fcf-jogador__section {
	padding-top: 0;
	border-top: none;
}

@media (max-width: 900px) {
	.fcf-jogador-data-bar {
		margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
	}

	.fcf-jogador-data-bar__inner {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.fcf-jogador-data-bar__inner::-webkit-scrollbar {
		display: none;
	}

	.fcf-jogador-data-bar__list {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: clamp(1.25rem, 4vw, 2.5rem);
		width: 100%;
		min-width: min-content;
	}

	.fcf-jogador-data-bar__item {
		flex: 1 1 0;
		min-width: 8.75rem;
	}

	.fcf-jogador-performance .fcf-jogador-data-bar {
		margin-bottom: 1rem;
	}

	.fcf-jogador-performance .fcf-jogador__section--stats {
		margin-top: clamp(1.25rem, 3vw, 1.75rem);
	}
}

.fcf-jogador__section--stats {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.fcf-jogador__section--stats::before {
	display: none;
}

.fcf-jogador-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.8vw, 1.15rem);
}

.fcf-jogador-stat-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(1rem, 2.2vw, 1.5rem);
	min-height: clamp(11rem, 22vw, 14.5rem);
	padding: clamp(1rem, 2vw, 1.35rem);
	border-radius: 14px;
	background: var(--fcf-jogador-panel);
}

.fcf-jogador-stat-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
}

.fcf-jogador-stat-card__label {
	margin: 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador-stat-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.65rem;
	height: 1.65rem;
	color: rgba(255, 255, 255, 0.82);
}

.fcf-jogador-stat-card__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.fcf-jogador-stat-card__icon i {
	display: block;
	font-size: 1.65rem;
	line-height: 1;
}

.fcf-jogador-stat-card--amarelos .fcf-jogador-stat-card__icon,
.fcf-jogador-stat-card--vermelhos .fcf-jogador-stat-card__icon {
	width: 1.35rem;
	height: 1.75rem;
	color: transparent;
}

.fcf-jogador-stat-card__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: min(100%, 9.5rem);
	aspect-ratio: 1;
}

.fcf-jogador-stat-card__ring {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.fcf-jogador-stat-card__ring-track,
.fcf-jogador-stat-card__ring-progress {
	fill: none;
	stroke-width: 2.5;
}

.fcf-jogador-stat-card__ring-track {
	stroke: rgba(255, 255, 255, 0.16);
}

.fcf-jogador-stat-card__ring-progress {
	stroke: #fff;
	stroke-linecap: round;
	stroke-dasharray: 326.73;
	stroke-dashoffset: 326.73;
	transition: stroke-dashoffset 1s var(--fcf-jogador-ease);
}

.fcf-jogador-stat-card.is-ring-ready .fcf-jogador-stat-card__ring-progress {
	stroke-dashoffset: 0;
}

.fcf-jogador-stat-card__value {
	position: relative;
	z-index: 1;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	color: var(--fcf-jogador-ink);
}

@media (max-width: 1100px) {
	.fcf-jogador-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.fcf-jogador-stats {
		margin-inline: calc(-1 * var(--fcf-site-gutter, 20px));
		padding-inline: var(--fcf-site-gutter, 20px);
	}

	.fcf-jogador-stats__grid {
		display: flex;
		flex-wrap: nowrap;
		gap: clamp(0.75rem, 3vw, 1rem);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: var(--fcf-site-gutter, 20px);
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.fcf-jogador-stats__grid::-webkit-scrollbar {
		display: none;
	}

	.fcf-jogador-stats__grid::after {
		content: "";
		flex: 0 0 var(--fcf-site-gutter, 20px);
	}

	.fcf-jogador-stat-card {
		flex: 0 0 min(72vw, 280px);
		min-width: 0;
		min-height: 10.5rem;
		scroll-snap-align: start;
	}
}

.fcf-jogador__section--footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
}

.fcf-jogador__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fcf-jogador__social {
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 0.16em;
	color: var(--fcf-jogador-ink);
}

.fcf-jogador__social:hover,
.fcf-jogador__social:focus-visible {
	color: var(--fcf-jogador-accent);
}

.fcf-jogador__cta {
	margin: 0;
}

.fcf-jogador__cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.65rem 1.35rem;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--fcf-blue-900, #051e33);
	background: var(--fcf-jogador-accent);
	transition: opacity 0.25s var(--fcf-jogador-ease);
}

.fcf-jogador__cta-btn:hover,
.fcf-jogador__cta-btn:focus-visible {
	opacity: 0.86;
}

.fcf-jogador__error {
	padding: 1rem var(--fcf-site-gutter, 48px);
	color: #fff;
}

@media (max-width: 900px) {
	.fcf-match-page--jogador .fcf-match-page__media {
		top: 0;
		height: var(--fcf-match-media-height);
	}

	.fcf-jogador-details__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: clamp(1rem, 3vw, 1.5rem);
	}

	.fcf-jogador__career-grid {
		grid-template-columns: 1fr;
		gap: clamp(3rem, 8vw, 4rem);
	}

	.fcf-jogador__body .fcf-jogador__section,
	.fcf-jogador__body .fcf-jogador-details,
	.fcf-jogador__body .fcf-jogador__career-grid,
	.fcf-jogador__body .fcf-jogador-performance {
		margin-top: clamp(3rem, 8vw, 4.5rem);
	}

	.fcf-jogador-data-bar__inner {
		width: 100%;
		max-width: none;
		margin-inline: 0;
		padding: 0.85rem var(--fcf-site-gutter, 20px);
	}

	.fcf-jogador__stats-list {
		justify-content: flex-start;
		gap: 0;
		padding-inline: 0.75rem;
		scroll-padding-inline: 0.75rem;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.fcf-jogador__stats-list::after {
		content: '';
		flex: 0 0 0.75rem;
	}

	.fcf-jogador__stat {
		flex: 0 0 var(--fcf-jogador-stat-width);
		min-width: 0;
		padding: 0.9rem 0.8rem;
		scroll-snap-align: start;
	}

	.fcf-jogador__stat-value {
		font-size: clamp(1.3rem, 5vw, 1.6rem);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.fcf-jogador__stat-label {
		margin-top: 0.28rem;
		font-size: 0.625rem;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
}

.fcf-jogador--no-stats .fcf-jogador__hero {
	--fcf-jogador-stats-height: 0px;
	min-height: 100vh;
	min-height: 100dvh;
}

.fcf-jogador--has-stats .fcf-jogador__hero {
	min-height: 100vh;
	min-height: 100dvh;
}

/* Hero compacto — mobile + tablet */
@media (max-width: 1100px) {
	.fcf-match-page--jogador .fcf-match-page__media {
		top: 0;
		height: var(--fcf-match-media-height);
	}

	.fcf-jogador__hero {
		min-height: clamp(520px, 92svh, 900px);
	}

	.fcf-jogador__hero-content {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: 0;
		width: 100%;
		padding-top: var(--header-height, 120px);
		padding-bottom: 0;
	}

	.fcf-jogador__container--hero {
		position: relative;
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-self: stretch;
		width: var(--theme-container-width, min(100%, var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))))));
		max-width: var(--theme-normal-container-max-width, min(1920px, calc(100vw - (var(--fcf-site-gutter, 0px) * 2))));
		min-height: 100%;
		margin-inline: auto;
		padding-inline: var(--fcf-site-gutter, 20px);
	}

	.fcf-jogador__hero-copy {
		position: absolute;
		left: 0;
		right: 0;
		bottom: clamp(1.25rem, 4vh, 2.5rem);
		z-index: 5;
		width: 100%;
		max-width: none;
		min-width: 0;
		box-sizing: border-box;
		padding-right: 0;
		padding-bottom: 0;
		transform: none;
	}

	.fcf-jogador__head {
		width: 100%;
		max-width: none;
		min-width: 0;
	}

	.fcf-jogador .fcf-jogador__title.fcf-page-title {
		display: block;
		width: 100%;
		max-width: none;
		white-space: normal !important;
		overflow-wrap: break-word;
		word-break: normal;
		hyphens: auto;
		font-size: clamp(3.75rem, 16vw, 5.5rem) !important;
		line-height: 0.86 !important;
		text-shadow:
			0 0 1px rgba(5, 30, 51, 0.95),
			0 1px 3px rgba(5, 30, 51, 0.85),
			0 4px 14px rgba(5, 30, 51, 0.7),
			0 8px 28px rgba(5, 30, 51, 0.45);
	}

	.fcf-jogador .fcf-jogador__position {
		max-width: none;
		font-size: clamp(1.35rem, 5vw, 2rem);
		font-weight: 800;
	}

	.fcf-jogador__number-giant {
		align-items: flex-start;
		justify-content: flex-end;
		padding:
			clamp(3rem, 8vh, 5rem)
			var(--fcf-site-gutter, 20px)
			0
			0;
		font-size: min(118vh, 98vw);
		margin: 0;
		text-align: right;
	}

	.fcf-jogador__number-giant--multi {
		justify-content: flex-end;
		padding:
			clamp(2.75rem, 7vh, 4.5rem)
			var(--fcf-site-gutter, 20px)
			0
			0;
		margin: 0;
		font-size: min(150vh, 152vw);
		letter-spacing: -0.06em;
		text-align: right;
	}

	.fcf-jogador__number-giant--logo {
		align-items: flex-start;
		justify-content: flex-end;
		height: 100%;
		max-height: 100%;
		overflow: hidden;
		padding:
			7rem
			var(--fcf-site-gutter, 20px)
			0
			0;
		margin: 0;
	}

	.fcf-jogador__number-giant--logo img {
		height: min(34vh, 52vw);
		max-height: 280px;
		max-width: min(88vw, 24rem);
		object-position: right top;
	}

	.fcf-jogador__hero-meta {
		font-size: clamp(0.75rem, 3.4vw, 0.9375rem);
		letter-spacing: 0.14em;
		text-shadow:
			0 0 1px rgba(5, 30, 51, 0.9),
			0 1px 4px rgba(5, 30, 51, 0.75);
	}

	.fcf-jogador__visual {
		top: auto;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 3;
		width: min(92vw, 520px);
		max-width: none;
		height: 80%;
		max-height: 620px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		transform: none;
	}

	.fcf-jogador__media {
		position: relative;
		right: auto;
		bottom: 0;
		left: auto;
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
		padding: 0;
		transform: none;
	}

	.fcf-jogador__photo-stack {
		width: 100%;
		height: 100%;
		transform: none !important;
		transform-origin: right bottom;
	}

	.fcf-jogador__media.is-photo-active .fcf-jogador__photo-stack {
		transform: none !important;
	}

	.fcf-jogador__photo-stack .fcf-jogador__photo,
	.fcf-jogador__photo {
		object-fit: cover;
		object-position: right bottom;
	}

	.fcf-jogador__media.has-photo-swap.is-photo-active .fcf-jogador__photo--intro {
		display: none;
	}

	.fcf-jogador__media.has-photo-swap.is-photo-active .fcf-jogador__photo--final {
		opacity: 1;
		filter: none;
		transform: none;
	}

	.fcf-jogador--no-stats .fcf-jogador__hero {
		--fcf-jogador-stats-height: 0px;
		min-height: clamp(520px, 92svh, 900px);
	}

	.fcf-jogador--has-stats .fcf-jogador__hero {
		min-height: clamp(560px, 96svh, 940px);
	}

	.fcf-jogador--has-stats .fcf-jogador__hero-content {
		padding-bottom: clamp(0.65rem, 1.2vw, 1rem);
	}

	.fcf-jogador--no-stats .fcf-jogador__hero-content {
		padding-bottom: 0;
	}

	.fcf-jogador--has-stats .fcf-jogador__hero-copy {
		bottom: clamp(0.75rem, 2vh, 1.25rem);
	}

	.fcf-jogador--no-stats .fcf-jogador__hero-copy {
		bottom: clamp(1.25rem, 4vh, 2.5rem);
	}

	.fcf-jogador--no-stats .fcf-jogador__visual {
		right: 0;
		bottom: 0;
		left: auto;
		width: min(88vw, 520px);
		height: 80%;
		max-height: 620px;
		margin: 0;
		transform: none;
	}
}

@media (min-width: 601px) and (max-width: 1100px) {
	.fcf-jogador__number-giant {
		font-size: min(68vh, 54vw);
	}

	.fcf-jogador__number-giant--multi {
		font-size: min(78vh, 62vw);
	}

	.fcf-jogador__visual,
	.fcf-jogador--no-stats .fcf-jogador__visual {
		width: min(50vw, 460px);
		height: 84%;
		max-height: 680px;
	}

	.fcf-jogador .fcf-jogador__title.fcf-page-title {
		font-size: clamp(3.5rem, 10vw, 5rem) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fcf-jogador__back,
	.fcf-jogador__cta-btn {
		transition: none;
	}

	.fcf-jogador__photo-stack,
	.fcf-jogador__photo-stack .fcf-jogador__photo {
		transition: none;
	}

	.fcf-jogador__photo-stack {
		transform: none;
	}

	.fcf-jogador__photo--intro,
	.fcf-jogador__photo--solo,
	.fcf-jogador__photo--final {
		opacity: 1;
		transform: none;
		filter: none;
	}

	.fcf-jogador__media.has-photo-swap .fcf-jogador__photo--intro {
		display: none;
	}

	.fcf-jogador__media:not(.is-photo-active) {
		opacity: 1;
		visibility: visible;
	}

	.fcf-jogador-stat-card__ring-progress {
		transition: none;
		stroke-dashoffset: 0;
	}
}
