/* Classificação — dark / clean (+ compact) */

.fcf-standings,
.fcf-standings * {
	box-sizing: border-box;
	-webkit-user-drag: none;
	user-select: none;
}

.fcf-standings {
	--fcf-standings-ink: #fff;
	--fcf-standings-muted: rgba(255, 255, 255, 0.72);
	--fcf-standings-soft: rgba(255, 255, 255, 0.94);
	--fcf-standings-panel: #123357;
	--fcf-standings-panel-soft: rgba(18, 51, 87, 0.72);
	--fcf-standings-head: var(--fcf-blue-900, #051e33);
	--fcf-standings-home-bg:
		linear-gradient(
			105deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(170, 195, 220, 0.1) 22%,
			rgba(230, 240, 250, 0.42) 48%,
			rgba(255, 255, 255, 0.55) 52%,
			rgba(165, 190, 215, 0.28) 62%,
			rgba(90, 125, 165, 0.14) 78%,
			rgba(255, 255, 255, 0) 100%
		),
		linear-gradient(
			90deg,
			rgba(18, 42, 68, 0.97) 0%,
			rgba(42, 72, 108, 0.98) 28%,
			rgba(72, 105, 140, 1) 50%,
			rgba(42, 72, 108, 0.98) 72%,
			rgba(18, 42, 68, 0.97) 100%
		);
	--fcf-standings-home-rgb: 72, 105, 140;
	--fcf-standings-home-hover:
		linear-gradient(
			105deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(190, 210, 230, 0.16) 24%,
			rgba(245, 250, 255, 0.5) 50%,
			rgba(180, 205, 230, 0.3) 68%,
			rgba(255, 255, 255, 0) 100%
		),
		linear-gradient(
			90deg,
			rgba(22, 48, 78, 0.98) 0%,
			rgba(52, 85, 125, 1) 35%,
			rgba(88, 122, 160, 1) 50%,
			rgba(52, 85, 125, 1) 65%,
			rgba(22, 48, 78, 0.98) 100%
		);
	--fcf-zone-cl: #2563eb;
	--fcf-zone-el: #dc2626;
	--fcf-zone-uecl: #16a34a;
	--fcf-zone-playoff: #ca8a04;
	--fcf-zone-releg: #dc2626;
	--fcf-form-box-bg: #0a2540;
	--fcf-form-box-ink: #fff;
	--fcf-standings-ease: cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	color: var(--fcf-standings-ink);
	font-family: var(--fcf-font-display, "korolev-compressed", sans-serif);
	line-height: 1.3;
}

.fcf-standings__table-scroll {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: clip;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-x: contain;
	overscroll-behavior-y: auto;
	touch-action: pan-x pan-y;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.fcf-standings__table-scroll::-webkit-scrollbar {
	height: 4px;
}

.fcf-standings__table-scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.28);
	border-radius: 999px;
}

.fcf-standings__table {
	touch-action: auto;
}
/* Page shell */
html:has(body.has-fcf-standings) {
	overflow-x: hidden;
	max-width: 100%;
}

body.has-fcf-standings {
	background: var(--fcf-blue-900, #051e33);
	overflow-x: hidden;
	max-width: 100%;
}

body.has-fcf-standings #main-container,
body.has-fcf-standings main.site-main {
	background: var(--fcf-blue-900, #051e33);
	padding-top: 0 !important;
}

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

.fcf-standings-page.fcf-match-page {
	padding: 0 0 var(--fcf-page-section-padding-bottom);
	color: var(--fcf-standings-ink);
	overflow-x: hidden;
	max-width: 100%;
}

.fcf-standings-page .fcf-standings {
	padding-top: 0;
	min-width: 0;
	max-width: 100%;
}

/* Desktop: mesma coluna que Agenda / resto do site */
@media (min-width: 769px) {
	body.has-fcf-standings .fcf-match-page--classificacao .fcf-match-page__content,
	body.has-fcf-standings .ct-container.fcf-standings__container {
		min-width: 0;
		box-sizing: border-box;
		overflow-x: hidden;
		width: var(
			--fcf-page-container-width,
			var(--theme-container-width, var(--theme-normal-container-max-width, 90vw))
		);
		max-width: var(
			--fcf-page-container-max-width,
			var(--theme-normal-container-max-width, 90vw)
		);
		margin-inline: auto;
		padding-inline: 0;
	}

	body.has-fcf-standings .fcf-standings-page.fcf-match-page--classificacao .fcf-standings:not(.fcf-standings--compact) {
		width: 100%;
		max-width: 100%;
	}
}

.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table-wrap {
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

/* Intro animation */
@keyframes fcf-standings-fade-up {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fcf-standings-row-in {
	from {
		opacity: 0;
		transform: translate3d(0, 14px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.fcf-standings:not(.is-standings-entered) .fcf-standings__meta-item,
.fcf-standings-page:not(.is-standings-entered) .fcf-match-page__title,
.fcf-standings-page:not(.is-standings-entered) .fcf-calendario-toolbar,
.fcf-standings:not(.is-standings-entered) .fcf-standings__table thead,
.fcf-standings:not(.is-standings-entered) .fcf-standings__row {
	opacity: 0;
}

.fcf-standings.is-standings-entered .fcf-standings__meta-item {
	animation: fcf-standings-fade-up 0.82s var(--fcf-standings-ease) both;
}

.fcf-standings.is-standings-entered .fcf-standings__meta-item:nth-child(1) {
	animation-delay: 0.04s;
}

.fcf-standings.is-standings-entered .fcf-standings__meta-item:nth-child(2) {
	animation-delay: 0.08s;
}

.fcf-standings-page.is-standings-entered .fcf-match-page__title {
	animation: fcf-standings-fade-up 0.85s var(--fcf-standings-ease) 0.05s both;
}

.fcf-standings-page.is-standings-entered .fcf-calendario-toolbar {
	animation: fcf-standings-fade-up 0.7s var(--fcf-standings-ease) 0.12s both;
}

.fcf-standings.is-standings-entered .fcf-standings__table thead {
	animation: fcf-standings-fade-up 0.78s var(--fcf-standings-ease) 0.18s both;
}

.fcf-standings.is-standings-entered .fcf-standings__row {
	animation: fcf-standings-row-in 0.55s var(--fcf-standings-ease) both;
	animation-delay: calc(0.22s + (var(--fcf-standings-row-index, 0) * 0.038s));
}

/* Página Classificação: GSAP cuida da intro — CSS não esconde nem reanima rows. */
.fcf-standings-page.fcf-match-page:not(.is-standings-entered) .fcf-match-page__title,
.fcf-standings-page.fcf-match-page:not(.is-standings-entered) .fcf-calendario-toolbar,
.fcf-standings-page.fcf-match-page .fcf-standings:not(.is-standings-entered) .fcf-standings__meta-item,
.fcf-standings-page.fcf-match-page .fcf-standings:not(.is-standings-entered) .fcf-standings__table thead,
.fcf-standings-page.fcf-match-page .fcf-standings:not(.is-standings-entered) .fcf-standings__row {
	opacity: 1;
}

.fcf-standings-page.fcf-match-page.is-standings-entered .fcf-match-page__title,
.fcf-standings-page.fcf-match-page.is-standings-entered .fcf-calendario-toolbar,
.fcf-standings-page.fcf-match-page .fcf-standings.is-standings-entered .fcf-standings__meta-item,
.fcf-standings-page.fcf-match-page .fcf-standings.is-standings-entered .fcf-standings__table thead,
.fcf-standings-page.fcf-match-page .fcf-standings.is-standings-entered .fcf-standings__row {
	animation: none;
}

@media (prefers-reduced-motion: reduce) {
	.fcf-standings:not(.is-standings-entered) .fcf-standings__meta-item,
	.fcf-standings-page:not(.is-standings-entered) .fcf-match-page__title,
	.fcf-standings-page:not(.is-standings-entered) .fcf-calendario-toolbar,
	.fcf-standings:not(.is-standings-entered) .fcf-standings__table thead,
	.fcf-standings:not(.is-standings-entered) .fcf-standings__row,
	.fcf-standings.is-standings-entered .fcf-standings__meta-item,
	.fcf-standings-page.is-standings-entered .fcf-match-page__title,
	.fcf-standings-page.is-standings-entered .fcf-calendario-toolbar,
	.fcf-standings.is-standings-entered .fcf-standings__table thead,
	.fcf-standings.is-standings-entered .fcf-standings__row {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

/* Table — linhas finas (referência clean), fundo Famalicão */
.fcf-standings__table-wrap {
	--fcf-standings-wrap-pad-x: clamp(1.25rem, 2.4vw, 2rem);
	--fcf-standings-line: rgba(255, 255, 255, 0.12);
	--fcf-standings-row-a: transparent;
	--fcf-standings-row-b: rgba(255, 255, 255, 0.08);
	width: 100%;
	max-width: 100%;
	margin-top: clamp(1.5rem, 3vw, 2.25rem);
	padding: 0 0 clamp(1rem, 1.8vw, 1.35rem);
	overflow: visible;
	background: transparent;
	border-radius: 0;
}

.fcf-standings-page .fcf-standings__table-wrap {
	margin-top: 0;
}

.fcf-standings__table,
.fcf-standings__table thead,
.fcf-standings__table tbody,
.fcf-standings__table th,
.fcf-standings__table td {
	outline: none !important;
}

.fcf-standings__table thead th,
.fcf-standings__table tbody td {
	box-shadow: none !important;
}

.fcf-standings__table {
	width: 100%;
	max-width: 100%;
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: clamp(1.125rem, 1.35vw, 1.3125rem);
}

.fcf-standings__col-pos {
	width: 4%;
}

.fcf-standings__col-team {
	width: 42%;
}

.fcf-standings__col-stat {
	width: 4.5%;
}

.fcf-standings__col-form {
	width: 14%;
}

.fcf-standings__table thead th.fcf-standings__col-pos,
.fcf-standings__table tbody td.fcf-standings__pos {
	position: relative;
	padding-left: var(--fcf-zone-bar-width, 4px);
	text-align: center;
}

.fcf-standings__table thead {
	background: transparent;
}

.fcf-standings__table thead th {
	height: auto;
	padding: 0.85rem 0.4rem 0.95rem;
	border: 0 !important;
	background: transparent;
	color: var(--fcf-standings-muted);
	font-size: clamp(0.8125rem, 0.95vw, 0.9375rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	min-width: 0;
}

.fcf-standings__table thead th.fcf-standings__col-team {
	text-align: left;
}

.fcf-standings__table thead th.fcf-standings__col-form {
	text-align: right;
	padding-right: var(--fcf-standings-wrap-pad-x, clamp(1.25rem, 2.4vw, 2rem));
}

.fcf-standings__table tbody td {
	position: relative;
	z-index: 1;
	padding: 0.95rem 0;
	border: 0 !important;
	background-color: transparent !important;
	color: var(--fcf-standings-soft);
	font-size: clamp(1.0625rem, 1.25vw, 1.25rem);
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	min-width: 0;
}

/* Faixa contínua na row (inclui coluna de forma) */
.fcf-standings__table tbody tr.fcf-standings__row {
	position: relative;
	background-color: var(--fcf-standings-row-a);
}

.fcf-standings__table tbody tr.fcf-standings__row:nth-child(even) {
	background-color: var(--fcf-standings-row-b);
}

.fcf-standings__table tbody tr.fcf-standings__row::before {
	content: none;
}

/* Hover fade */
.fcf-standings__row > td::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(255, 255, 255, 0.06);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}

.fcf-standings__row > td > * {
	position: relative;
	z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
	.fcf-standings__row:hover > td::after {
		opacity: 1;
	}

	.fcf-standings__row.is-home-team:hover,
	.fcf-standings__table tbody tr.fcf-standings__row.is-home-team:hover {
		background-image: var(--fcf-standings-home-hover);
	}

	.fcf-standings__row.is-home-team > td::after {
		background: transparent;
		opacity: 0;
	}
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce) {
	.fcf-standings__row > td::after {
		transition: none;
	}
}

.fcf-standings__pos {
	text-align: center;
}

.fcf-standings__team {
	text-align: left;
}

.fcf-standings__pos-num,
.fcf-standings__team-name {
	color: var(--fcf-standings-ink);
}

.fcf-standings__pos-num {
	display: block;
	min-width: 1.5ch;
	font-size: clamp(1.1875rem, 1.4vw, 1.375rem);
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.fcf-standings__pos-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	min-width: 1.75rem;
	min-height: 2.1rem;
}

.fcf-standings__trend {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: calc(50% + 0.72rem);
	left: 50%;
	width: 0.75rem;
	height: 0.55rem;
	line-height: 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.fcf-standings__trend-icon {
	display: block;
	width: 10px;
	height: 7px;
}

.fcf-standings__trend--up {
	color: rgba(255, 255, 255, 0.88);
}

.fcf-standings__trend--down {
	color: rgba(255, 255, 255, 0.88);
}

.fcf-standings__trend--same {
	display: none;
}

.fcf-standings__team-inner {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	min-width: 0;
	text-align: left;
}

.fcf-standings__logo-slot {
	display: flex;
	flex: 0 0 2.35rem;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
}

.fcf-standings__logo {
	display: block;
	width: 2.35rem;
	height: 2.35rem;
	margin: 0;
	object-fit: contain;
	object-position: center;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.28));
}

.fcf-standings__team-name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	font-size: clamp(1rem, 1.2vw, 1.125rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: left;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.fcf-standings__table tbody tr {
	position: relative;
}

/* Zones + home highlight */
.fcf-standings__row {
	--fcf-zone-bar: transparent;
	--fcf-zone-bar-width: 4px;
}

.fcf-standings__row.zone-cl {
	--fcf-zone-bar: var(--fcf-zone-cl);
}

.fcf-standings__row.zone-el {
	--fcf-zone-bar: var(--fcf-zone-el);
}

.fcf-standings__row.zone-uecl {
	--fcf-zone-bar: var(--fcf-zone-uecl);
}

.fcf-standings__row.zone-playoff {
	--fcf-zone-bar: var(--fcf-zone-playoff);
}

.fcf-standings__row.zone-releg {
	--fcf-zone-bar: var(--fcf-zone-releg);
}

@keyframes fcf-standings-metal-sheen {
	0%,
	100% {
		background-position: 120% 0, 0 0;
	}
	50% {
		background-position: -20% 0, 0 0;
	}
}

.fcf-standings__table tbody tr.fcf-standings__row.is-home-team {
	--fcf-zone-bar: linear-gradient(
		180deg,
		#f7fafc 0%,
		#c5d2df 38%,
		#ffffff 50%,
		#9aafc0 72%,
		#dfe8f0 100%
	);
	z-index: 1;
	background-color: #2a486c;
	background-image: var(--fcf-standings-home-bg);
	background-repeat: no-repeat;
	background-size: 220% 100%, 100% 100%;
	background-position: 120% 0, 0 0;
	box-shadow: none;
	animation: fcf-standings-metal-sheen 5.5s var(--fcf-standings-ease) infinite;
}

.fcf-standings__row.is-home-team::after {
	content: none;
}

.fcf-standings__row.zone-cl > .fcf-standings__pos::before,
.fcf-standings__row.zone-el > .fcf-standings__pos::before,
.fcf-standings__row.zone-uecl > .fcf-standings__pos::before,
.fcf-standings__row.zone-playoff > .fcf-standings__pos::before,
.fcf-standings__row.zone-releg > .fcf-standings__pos::before,
.fcf-standings__row.is-home-team > .fcf-standings__pos::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: var(--fcf-zone-bar-width, 4px);
	background: var(--fcf-zone-bar);
	border-radius: 0;
	pointer-events: none;
}

.fcf-standings__row.is-home-team > td {
	position: relative;
	z-index: 1;
	background-color: transparent !important;
	color: #fff;
}

.fcf-standings__row.is-home-team .fcf-standings__pos-num,
.fcf-standings__row.is-home-team .fcf-standings__team-name,
.fcf-standings__row.is-home-team .fcf-standings__pts {
	color: #fff;
	text-shadow:
		0 0 12px rgba(220, 235, 255, 0.35),
		0 1px 0 rgba(0, 0, 0, 0.35);
}

.fcf-standings__row.is-home-team .fcf-standings__team-name {
	letter-spacing: 0.1em;
}

.fcf-standings__row.is-home-team .fcf-standings__trend {
	color: rgba(255, 255, 255, 0.95);
	filter: drop-shadow(0 0 4px rgba(220, 235, 255, 0.45));
}

.fcf-standings__row.is-home-team .fcf-standings__form-item.is-win,
.fcf-standings__row.is-home-team .fcf-standings__form-item.is-draw,
.fcf-standings__row.is-home-team .fcf-standings__form-item.is-loss {
	color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	.fcf-standings__table tbody tr.fcf-standings__row.is-home-team {
		animation: none;
		background-position: 40% 0, 0 0;
	}
}

/* Form (desktop) */
.fcf-standings__table tbody td.fcf-standings__form-cell {
	text-align: right;
	overflow: visible;
	padding-right: var(--fcf-standings-wrap-pad-x, clamp(1.25rem, 2.4vw, 2rem));
}

.fcf-standings__table thead th.fcf-standings__stat-col,
.fcf-standings__table tbody td.fcf-standings__stat-col,
.fcf-standings__table thead th.fcf-standings__hide-mobile:not(.fcf-standings__col-form),
.fcf-standings__table tbody td.fcf-standings__hide-mobile:not(.fcf-standings__form-cell) {
	text-align: center;
	padding-inline: 0.2rem;
}

.fcf-standings__form {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.55rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.fcf-standings__form-item {
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 0.85em;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: clamp(0.875rem, 1.05vw, 1rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.fcf-standings__form-item.is-win,
.fcf-standings__form-item.is-draw,
.fcf-standings__form-item.is-loss {
	background: transparent;
	color: #fff;
}

.fcf-standings__pts {
	font-size: clamp(1.25rem, 1.45vw, 1.4rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #fff;
}

.fcf-standings__table thead th.fcf-standings__col-pts,
.fcf-standings__table thead th.fcf-standings__stat-col.fcf-standings__col-pts {
	color: var(--fcf-standings-ink);
	font-weight: 700;
}

.fcf-standings__table tbody td.fcf-standings__pts {
	font-size: clamp(1.25rem, 1.45vw, 1.4rem);
	font-weight: 700;
	color: #fff;
}

/* Compact toolbar */
.fcf-standings__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.fcf-standings__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.fcf-standings__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.85rem;
	background: rgba(255, 255, 255, 0.06);
}

.fcf-standings__meta-label {
	color: var(--fcf-standings-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fcf-standings__meta-value {
	color: var(--fcf-standings-ink);
	font-size: 0.875rem;
	font-weight: 700;
}

.fcf-standings__meta-value--league {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.8125rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fcf-standings__league-logo {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.fcf-standings--compact .fcf-standings__col-team {
	width: 50%;
}

.fcf-standings--compact .fcf-standings__table thead th {
	height: auto;
	padding: 0.75rem 0.3rem 0.85rem;
}

.fcf-standings--compact .fcf-standings__table tbody td {
	padding: 0.85rem 0;
}

.fcf-standings--compact .fcf-standings__team-inner {
	gap: 0.65rem;
}

.fcf-standings--compact .fcf-standings__logo-slot,
.fcf-standings--compact .fcf-standings__logo {
	flex-basis: 2rem;
	width: 2rem;
	height: 2rem;
}

.fcf-standings--compact .fcf-standings__team-name {
	font-size: 1rem;
}

/* Notices */
.fcf-scouting-notice {
	margin: 1.25rem 0;
	padding: 1rem 1.125rem;
	font-family: var(--fcf-font-body, "Poppins", sans-serif);
}

.fcf-scouting-notice--error {
	color: #b91c1c;
	background: #fef2f2;
	border: 1px solid #fecaca;
}

.fcf-scouting-notice--warning {
	color: #c2410c;
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

/* Mobile — scroll horizontal (PTS, J, V…) com POS/EQUIPA fixos */
@media (max-width: 768px) {
	.fcf-standings,
	.fcf-standings__container,
	.fcf-standings__table-wrap,
	.fcf-standings__table-scroll,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table {
		max-width: 100%;
	}

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

	.fcf-match-page--classificacao .fcf-match-page__content,
	.fcf-match-page--classificacao .fcf-standings {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	html:has(body.has-fcf-standings),
	body.has-fcf-standings,
	body.has-fcf-standings #main-container,
	body.has-fcf-standings main.site-main,
	body.has-fcf-standings .entry-content {
		overflow-x: hidden;
		max-width: 100%;
		width: 100%;
	}

	body.has-fcf-standings .fcf-standings-page.fcf-page-section.alignfull,
	body.has-fcf-standings main.site-main > .fcf-standings-page.fcf-page-section {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	body.has-fcf-standings .fcf-match-page--classificacao,
	body.has-fcf-standings .fcf-standings {
		overflow-x: hidden;
		max-width: 100%;
	}

	body.has-fcf-standings .ct-container.fcf-standings__container,
	body.has-fcf-standings .fcf-match-page--classificacao .fcf-match-page__content {
		width: 100% !important;
		max-width: 100% !important;
		margin-inline: 0 !important;
		padding-inline: 0 !important;
		box-sizing: border-box;
	}

	.fcf-standings__table-wrap {
		--fcf-standings-sticky-pos: 2.25rem;
		--fcf-standings-sticky-team: min(38vw, 9.5rem);
		--fcf-standings-mobile-row-a: var(--fcf-blue-900, #051e33);
		--fcf-standings-mobile-row-b: #193043;
		--fcf-standings-mobile-home: #1e3f63;
		margin-top: 0;
		padding: 0;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table-scroll {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		overflow-x: auto;
		overflow-y: clip;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: none;
		overscroll-behavior-y: auto;
		touch-action: pan-x pan-y;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table-scroll::-webkit-scrollbar {
		height: 3px;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table-scroll::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.28);
		border-radius: 999px;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table {
		width: max-content;
		min-width: 36rem;
		max-width: none;
		margin: 0;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 0;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__col-pos {
		width: var(--fcf-standings-sticky-pos);
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__col-team {
		width: var(--fcf-standings-sticky-team);
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__col-stat,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__col-pts {
		width: 2.35rem;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__col-form {
		width: 7.5rem;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td {
		padding: 0.78rem 0.28rem;
		white-space: nowrap;
		vertical-align: middle;
		font-size: 0.875rem;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th:last-child,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td:last-child {
		padding-right: 0.35rem;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th {
		font-size: 0.6875rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		color: var(--fcf-standings-muted);
		background-color: var(--fcf-standings-mobile-row-a);
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th.fcf-standings__col-form,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__form-cell {
		text-align: right;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody tr {
		position: static;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__row.is-home-team > td:not(.fcf-standings__pos):not(.fcf-standings__team) {
		position: relative;
		z-index: 1;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th.fcf-standings__col-pos,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__pos {
		position: sticky;
		left: 0;
		z-index: 4;
		width: var(--fcf-standings-sticky-pos);
		min-width: var(--fcf-standings-sticky-pos);
		max-width: var(--fcf-standings-sticky-pos);
		padding-left: var(--fcf-zone-bar-width, 4px);
		padding-right: 0.15rem;
		text-align: center;
		background-color: var(--fcf-standings-mobile-row-a) !important;
		touch-action: pan-y;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th.fcf-standings__col-team,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__team {
		position: sticky;
		left: var(--fcf-standings-sticky-pos);
		z-index: 4;
		width: var(--fcf-standings-sticky-team);
		min-width: var(--fcf-standings-sticky-team);
		max-width: var(--fcf-standings-sticky-team);
		padding-left: 0.2rem;
		padding-right: 0.65rem;
		text-align: left;
		background-color: var(--fcf-standings-mobile-row-a) !important;
		box-shadow: 8px 0 12px -10px rgba(0, 0, 0, 0.55);
		touch-action: pan-y;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th.fcf-standings__stat-col,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__stat-col,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__pts,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__hide-mobile,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody td.fcf-standings__form-cell {
		touch-action: pan-x pan-y;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th.fcf-standings__col-pos,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table thead th.fcf-standings__col-team {
		z-index: 5;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody tr.fcf-standings__row:nth-child(even) > td.fcf-standings__pos,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody tr.fcf-standings__row:nth-child(even) > td.fcf-standings__team {
		background-color: var(--fcf-standings-mobile-row-b) !important;
	}

	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody tr.fcf-standings__row.is-home-team > td.fcf-standings__pos,
	.fcf-standings:not(.fcf-standings--compact) .fcf-standings__table tbody tr.fcf-standings__row.is-home-team > td.fcf-standings__team {
		background-color: var(--fcf-standings-mobile-home) !important;
	}

	.fcf-standings__table tbody tr.fcf-standings__row.is-home-team {
		animation: none;
		background-image: none;
		background-color: var(--fcf-standings-mobile-home);
		background-position: 0 0;
	}

	.fcf-standings__pos-num {
		font-size: 1.0625rem;
		text-align: center;
	}

	.fcf-standings__pos-cell {
		min-height: 1.65rem;
	}

	.fcf-standings__trend {
		top: calc(50% + 0.55rem);
		width: 0.65rem;
		height: 0.45rem;
	}

	.fcf-standings__trend-icon {
		width: 8px;
		height: 6px;
	}

	.fcf-standings__table tbody td.fcf-standings__pts {
		font-size: 1.0625rem;
		font-weight: 700;
	}

	.fcf-standings__logo-slot,
	.fcf-standings__logo {
		flex-basis: 1.55rem;
		width: 1.55rem;
		height: 1.55rem;
	}

	.fcf-standings__team-inner {
		gap: 0.4rem;
		min-width: 0;
	}

	.fcf-standings__team-name {
		font-size: 0.8125rem;
		letter-spacing: 0.03em;
		text-align: left;
		max-width: none;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.fcf-standings__table tbody td {
		font-size: 0.8125rem;
		font-weight: 600;
	}

	.fcf-standings__form {
		gap: 0.3rem;
		justify-content: flex-end;
	}

	.fcf-standings__form-item {
		font-size: 0.75rem;
	}

	/* Compact (widget) mantém grelha curta */
	.fcf-standings--compact .fcf-standings__hide-mobile {
		display: none !important;
	}

	.fcf-standings--compact .fcf-standings__table-scroll {
		margin: 0;
		width: 100%;
		overflow: visible;
		-webkit-mask-image: none;
		mask-image: none;
	}

	.fcf-standings--compact .fcf-standings__table,
	.fcf-standings--compact .fcf-standings__table thead,
	.fcf-standings--compact .fcf-standings__table tbody,
	.fcf-standings--compact .fcf-standings__table tr {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.fcf-standings--compact .fcf-standings__table colgroup {
		display: none;
	}

	.fcf-standings--compact .fcf-standings__table thead tr,
	.fcf-standings--compact .fcf-standings__table tbody tr {
		display: grid;
		grid-template-columns: 2rem minmax(0, 1fr) 2rem 2.5rem;
		align-items: center;
		column-gap: 0.65rem;
		width: 100%;
		box-sizing: border-box;
		padding-inline: 0.75rem;
	}

	.fcf-standings--compact .fcf-standings__table tbody tr {
		padding-block: 0.8rem;
	}

	.fcf-standings--compact .fcf-standings__table thead tr {
		padding-block: 0.75rem 0.85rem;
	}

	.fcf-standings--compact .fcf-standings__table thead th,
	.fcf-standings--compact .fcf-standings__table tbody td {
		display: block;
		width: auto;
		min-width: 0;
		padding: 0;
		margin: 0;
		border: 0 !important;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
	}

	.fcf-standings--compact .fcf-standings__table tbody td.fcf-standings__pos,
	.fcf-standings--compact .fcf-standings__table thead th.fcf-standings__col-pos {
		grid-column: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.fcf-standings--compact .fcf-standings__col-team,
	.fcf-standings--compact .fcf-standings__team {
		grid-column: 2;
		text-align: left;
	}

	.fcf-standings--compact .fcf-standings__table thead th:nth-child(3),
	.fcf-standings--compact .fcf-standings__table tbody td:nth-child(3) {
		grid-column: 3;
	}

	.fcf-standings--compact .fcf-standings__table thead th:nth-child(4),
	.fcf-standings--compact .fcf-standings__table tbody td:nth-child(4) {
		grid-column: 4;
	}

	.fcf-standings__toolbar {
		flex-direction: column;
		align-items: stretch;
		margin-bottom: 1rem;
	}

	.fcf-standings__meta {
		flex-direction: column;
		width: 100%;
	}
}
