/* Plantel — grelha de jogadores */
body.has-fcf-plantel {
	background: var(--fcf-blue-900, #051e33);
}

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

body.has-fcf-plantel main.site-main {
	padding-top: 0;
}

body.has-fcf-plantel .hero-section,
body.has-fcf-plantel .entry-header,
body.has-fcf-plantel .page-title:not(.fcf-match-page__title),
body.has-fcf-plantel .ct-breadcrumbs,
body.has-fcf-plantel main.site-main > .ct-container > .entry-header {
	display: none !important;
}

.fcf-plantel {
	--fcf-plantel-accent: #edca57;
	--fcf-plantel-panel: #fff;
	--fcf-plantel-number: #9eb4cb;
	--fcf-plantel-ink: #051e33;
	--fcf-plantel-block: #0a2a47;
	--fcf-plantel-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--fcf-plantel-photo-duration: 0.65s;
	--fcf-plantel-photo-ease: cubic-bezier(0.4, 0, 0.2, 1);
	color: #fff;
	padding: var(--fcf-page-section-padding-top) 0 var(--fcf-page-section-padding-bottom);
}

.fcf-plantel.fcf-match-page {
	padding-top: 0;
}

.fcf-plantel.fcf-match-page .fcf-plantel__content {
	position: relative;
	z-index: 1;
}

.fcf-plantel__head {
	margin-bottom: var(--fcf-page-head-margin-bottom);
}

.fcf-plantel__title {
	margin: 0 !important;
	color: #fff !important;
	text-transform: uppercase;
}

.fcf-plantel__content {
	overflow: visible;
}

.fcf-plantel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 539px) {
	.fcf-plantel-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.75rem;
	}

	.fcf-plantel-grid__item {
		padding-bottom: 2.75rem;
	}

	.fcf-plantel-card {
		max-width: min(100%, 22rem);
		margin-inline: auto;
		min-height: clamp(300px, 88vw, 400px);
	}

	.fcf-plantel-card__panel {
		bottom: -2.5rem;
	}

	.fcf-plantel-card__panel-inner {
		min-height: clamp(5.5rem, 24vw, 7.65rem);
		padding: 0.85rem 0.72rem 0.6rem 0.64rem;
	}

	.fcf-plantel .fcf-plantel-card__number {
		margin-bottom: 1.15rem;
		font-size: clamp(2.5rem, 14vw, 3.75rem);
	}

	.fcf-plantel-card__number--logo img {
		height: clamp(2rem, 11vw, 2.85rem);
		max-width: min(100%, 3.5rem);
	}

	.fcf-plantel-card__role {
		margin-bottom: 0.85rem;
		font-size: clamp(0.8rem, 3.6vw, 1rem);
	}

	.fcf-plantel .fcf-plantel-card a.fcf-plantel-card__name,
	.fcf-plantel .fcf-plantel-card .fcf-plantel-card__name {
		font-size: clamp(1.65rem, 9.5vw, 2.5rem);
	}
}

@media (min-width: 540px) and (max-width: 699px) {
	.fcf-plantel-grid__item {
		padding-bottom: 2.5rem;
	}

	.fcf-plantel-card__panel {
		bottom: -2.75rem;
		width: 82%;
		max-width: 82%;
	}

	.fcf-plantel-card__panel-inner {
		min-height: clamp(4.9rem, 17vw, 6.4rem);
		padding: 0.72rem 0.55rem 0.55rem 0.5rem;
	}

	.fcf-plantel .fcf-plantel-card__number {
		margin-bottom: 0.85rem;
		font-size: clamp(1.85rem, 8.5vw, 2.75rem);
	}

	.fcf-plantel-card__number--logo img {
		height: clamp(1.65rem, 7vw, 2.35rem);
		max-width: min(100%, 2.85rem);
	}

	.fcf-plantel-card__role {
		margin-bottom: 0.65rem;
		font-size: clamp(0.7rem, 2.8vw, 0.9rem);
		line-height: 1.1;
	}

	.fcf-plantel .fcf-plantel-card a.fcf-plantel-card__name,
	.fcf-plantel .fcf-plantel-card .fcf-plantel-card__name {
		font-size: clamp(1.2rem, 4.8vw, 1.85rem);
		line-height: 0.88;
	}
}

@media (min-width: 700px) {
	.fcf-plantel-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.fcf-plantel-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(1.5rem, 2.5vw, 2.5rem);
	}
}

.fcf-plantel-grid__item {
	min-width: 0;
	overflow: visible;
	padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.fcf-plantel-card {
	position: relative;
	display: block;
	aspect-ratio: 3 / 4.15;
	min-height: clamp(280px, 42vw, 430px);
	overflow: visible;
	color: inherit;
	text-decoration: none;
}

.fcf-plantel-card--linked {
	cursor: default;
}

.fcf-plantel-card__backdrop {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 50%;
	background: var(--fcf-plantel-block);
	transition: background-color 0.35s var(--fcf-plantel-ease);
}

.fcf-plantel-card__media {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}

.fcf-plantel-card__media-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	border-radius: 0;
	text-decoration: none;
	color: inherit;
}

.fcf-plantel-card--linked .fcf-plantel-card__media-link {
	cursor: pointer;
}

.fcf-plantel-card__media-link:focus-visible {
	outline: 2px solid var(--fcf-plantel-accent, #edca57);
	outline-offset: 3px;
}

.fcf-plantel-card__photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: clamp(0.55rem, 5.5%, 1.15rem);
	right: clamp(0.55rem, 5.5%, 1.15rem);
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	transform: scale(1) translateZ(0);
	transform-origin: center bottom;
	backface-visibility: hidden;
	will-change: opacity, transform, filter;
	transition:
		opacity var(--fcf-plantel-photo-duration) var(--fcf-plantel-photo-ease),
		transform calc(var(--fcf-plantel-photo-duration) * 1.15) var(--fcf-plantel-photo-ease),
		filter var(--fcf-plantel-photo-duration) var(--fcf-plantel-photo-ease);
}

.fcf-plantel-card__photo--default {
	opacity: 1;
	z-index: 1;
	filter: blur(0);
}

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

.fcf-plantel-card__photo-placeholder {
	width: 70%;
	height: 72%;
	margin: 0 auto 8%;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.06);
}

.fcf-plantel-card__panel {
	position: absolute;
	left: 0;
	bottom: -3.5rem;
	z-index: 2;
	width: 78%;
	max-width: 78%;
	transition: bottom 0.35s var(--fcf-plantel-ease);
}

.fcf-plantel-card__panel-highlight {
	display: none;
}

.fcf-plantel-card--linked .fcf-plantel-card__panel-inner {
	cursor: pointer;
}

.fcf-plantel-card__panel-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 0;
	text-decoration: none;
	color: inherit;
}

.fcf-plantel-card__panel-link:focus-visible {
	outline: 2px solid var(--fcf-plantel-accent, #edca57);
	outline-offset: 3px;
}

.fcf-plantel-card__panel-inner {
	position: relative;
	z-index: 1;
	min-height: clamp(7.2rem, 20vw, 9.75rem);
	padding: clamp(0.98rem, 2.7vw, 1.32rem) 0.8rem 0.65rem 0.65rem;
	background: var(--fcf-plantel-panel);
	transition:
		min-height 0.35s var(--fcf-plantel-ease),
		padding-bottom 0.35s var(--fcf-plantel-ease);
}

.fcf-plantel-card__number {
	display: block;
	margin: 0 0 1.4rem;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(3.25rem, 7.5vw, 4.5rem);
	font-weight: 700;
	line-height: 0.76;
	letter-spacing: 0.01em;
	color: var(--fcf-plantel-number);
}

.fcf-plantel .fcf-plantel-card__number {
	font-size: clamp(3.25rem, 7.5vw, 4.5rem);
	line-height: 0.76;
}

.fcf-plantel-card__number--logo {
	display: flex;
	align-items: flex-start;
	line-height: 1;
}

.fcf-plantel-card__number--logo img {
	display: block;
	width: auto;
	height: clamp(2.5rem, 6vw, 3.5rem);
	max-width: min(100%, 4.25rem);
	object-fit: contain;
	object-position: left center;
}

.fcf-plantel-card__meta {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
	width: 100%;
	min-width: 0;
	min-height: 0;
}

.fcf-plantel-card__name {
	display: flex;
	flex-direction: column;
	gap: 0;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(2.25rem, 6.2vw, 3.5rem);
	font-weight: 800;
	line-height: 0.84;
	letter-spacing: 0.012em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--fcf-plantel-ink);
}

.fcf-plantel .fcf-plantel-card a.fcf-plantel-card__name,
.fcf-plantel .fcf-plantel-card .fcf-plantel-card__name {
	font-size: clamp(2.25rem, 6.2vw, 3.5rem);
	font-weight: 800;
	line-height: 0.84;
	letter-spacing: 0.012em;
	color: var(--fcf-plantel-ink);
}

.fcf-plantel .fcf-plantel-card a.fcf-plantel-card__social {
	font-size: clamp(1rem, 2.1vw, 1.25rem);
	line-height: 1.15;
}

.fcf-plantel-card__name-line {
	display: block;
	overflow: visible;
}

.fcf-plantel-card__role {
	display: block;
	margin: 0 0 1.15rem;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(0.95rem, 2.2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--fcf-plantel-number);
}

.fcf-plantel-card__socials {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		max-height 0.35s var(--fcf-plantel-ease),
		opacity 0.35s var(--fcf-plantel-ease),
		margin-top 0.35s var(--fcf-plantel-ease),
		padding-top 0.35s var(--fcf-plantel-ease),
		visibility 0.35s var(--fcf-plantel-ease);
}

.fcf-plantel-card__social-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
}

.fcf-plantel-card__social-arrow {
	position: relative;
	z-index: 2;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	margin-left: auto;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.35s var(--fcf-plantel-ease);
}

.fcf-plantel-card__social-arrow img {
	display: block;
	width: clamp(24px, 2.4vw, 34px);
	height: auto;
	filter: brightness(0) saturate(100%);
	transform: scaleX(-1) translateX(14px);
	transition: transform 0.45s var(--fcf-plantel-ease);
}

.fcf-plantel-card__social {
	position: relative;
	z-index: 2;
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	font-size: clamp(1rem, 2.1vw, 1.25rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: underline;
	text-underline-offset: 0.14em;
	color: var(--fcf-plantel-ink);
}

.fcf-plantel-card__social:hover,
.fcf-plantel-card__social:focus-visible {
	opacity: 0.72;
}

@media (hover: hover) and (pointer: fine) {
	.fcf-plantel-card:hover .fcf-plantel-card__backdrop,
	.fcf-plantel-card:focus-within .fcf-plantel-card__backdrop {
		background: var(--fcf-plantel-accent);
	}

	.fcf-plantel-card--has-festejo:hover .fcf-plantel-card__photo--default,
	.fcf-plantel-card--has-festejo:focus-within .fcf-plantel-card__photo--default {
		opacity: 0;
		transform: scale(1.02) translateZ(0);
		filter: blur(2px);
	}

	.fcf-plantel-card--has-festejo:hover .fcf-plantel-card__photo--celebration,
	.fcf-plantel-card--has-festejo:focus-within .fcf-plantel-card__photo--celebration {
		opacity: 1;
		transform: scale(1) translateZ(0);
		filter: blur(0);
	}

	.fcf-plantel-card:hover .fcf-plantel-card__panel,
	.fcf-plantel-card:focus-within .fcf-plantel-card__panel {
		bottom: -5.25rem;
	}

	.fcf-plantel-card:hover .fcf-plantel-card__panel-inner,
	.fcf-plantel-card:focus-within .fcf-plantel-card__panel-inner {
		min-height: clamp(9.35rem, 25.5vw, 12.3rem);
		padding-bottom: 0.85rem;
	}

	.fcf-plantel-card:hover .fcf-plantel-card__socials,
	.fcf-plantel-card:focus-within .fcf-plantel-card__socials {
		max-height: 6.5rem;
		margin-top: auto;
		padding-top: 2rem;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.fcf-plantel-card:hover .fcf-plantel-card__social-arrow,
	.fcf-plantel-card:focus-within .fcf-plantel-card__social-arrow {
		opacity: 1;
		transition-delay: 0.08s;
	}

	.fcf-plantel-card:hover .fcf-plantel-card__social-arrow img,
	.fcf-plantel-card:focus-within .fcf-plantel-card__social-arrow img {
		transform: scaleX(-1) translateX(0);
		transition-delay: 0.08s;
	}

	.fcf-plantel-card:hover .fcf-plantel-card__social-arrow:hover img,
	.fcf-plantel-card:hover .fcf-plantel-card__social-arrow:focus-visible img,
	.fcf-plantel-card:focus-within .fcf-plantel-card__social-arrow:hover img,
	.fcf-plantel-card:focus-within .fcf-plantel-card__social-arrow:focus-visible img {
		transform: scaleX(-1) translateX(-10px);
	}
}

@media (min-width: 1100px) {
	.fcf-plantel-card__panel {
		width: 74%;
		max-width: 74%;
	}

	.fcf-plantel-card__panel-inner {
		min-height: 9.75rem;
		padding: 1.32rem 0.9rem 0.72rem 0.72rem;
	}

	.fcf-plantel .fcf-plantel-card__number {
		font-size: 4.5rem;
	}

	.fcf-plantel .fcf-plantel-card a.fcf-plantel-card__name,
	.fcf-plantel .fcf-plantel-card .fcf-plantel-card__name {
		font-size: 3.35rem;
	}

	.fcf-plantel .fcf-plantel-card a.fcf-plantel-card__social {
		font-size: 1.2rem;
	}

	.fcf-plantel-card__number {
		margin-bottom: 1.55rem;
	}

	.fcf-plantel-card__role {
		margin-bottom: 1.35rem;
		font-size: 1.15rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fcf-plantel-card__backdrop,
	.fcf-plantel-card__photo,
	.fcf-plantel-card__panel-highlight,
	.fcf-plantel-card__panel-inner,
	.fcf-plantel-card__socials,
	.fcf-plantel-card__social-arrow,
	.fcf-plantel-card__social-arrow img,
	.fcf-plantel-card__panel {
		transition: none;
	}

	.fcf-plantel-card__photo--celebration {
		filter: none;
	}
}
