/**
 * Diretório de skatistas — alinhado ao tema escuro das páginas Sportech.
 */

html:has(body.sportech-skaters-directory),
html:has(body.sportech-skater-profile) {
	background-color: #000;
}

body.sportech-skaters-directory,
body.sportech-skater-profile {
	background-color: #000 !important;
	color: #fff;
	overflow-x: hidden;
}

body.sportech-skaters-directory #content,
body.sportech-skaters-directory .site,
body.sportech-skaters-directory .site-content,
body.sportech-skaters-directory .elementor,
body.sportech-skater-profile #content,
body.sportech-skater-profile .site,
body.sportech-skater-profile .site-content,
body.sportech-skater-profile .elementor {
	background-color: #000 !important;
}

.sportech-skaters-directory-page {
	--sportech-profile-header-clearance: 7.25rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto;
	background: #000;
	color: #fff;
}

body.admin-bar .sportech-skaters-directory-page {
	--sportech-profile-header-clearance: calc(7.25rem + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .sportech-skaters-directory-page {
		--sportech-profile-header-clearance: calc(6.5rem + 46px);
	}
}

@media (max-width: 600px) {
	.sportech-skaters-directory-page {
		--sportech-profile-header-clearance: 6.25rem;
	}

	body.admin-bar .sportech-skaters-directory-page {
		--sportech-profile-header-clearance: calc(6.25rem + 46px);
	}
}

/* Hero e conteúdo na mesma célula: fundo fica na altura do perfil; lista sobe no fluxo. */
.sportech-skaters-directory-hero-outer,
.sportech-skaters-directory-content {
	grid-column: 1;
	grid-row: 1;
}

.sportech-skaters-directory-hero-outer {
	--sportech-profile-header-clearance: inherit;
	align-self: start;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
}

.sportech-skaters-directory-hero-sizer {
	visibility: hidden;
	pointer-events: none;
	z-index: 0;
}

.sportech-skaters-directory-hero-sizer .sportech-skater-profile__hero-bio {
	min-height: 1px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sportech-skaters-directory-content {
	position: relative;
	z-index: 2;
	align-self: start;
	width: 100%;
	padding-top: var(--sportech-profile-header-clearance);
	box-sizing: border-box;
}

.sportech-skaters-directory-outer {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding: 1.75rem 1.25rem 3rem;
	box-sizing: border-box;
}

.sportech-skaters-directory--wrap {
	width: 100%;
}

.sportech-skaters-directory__toolbar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.8rem;
	margin: 0 0 2rem;
	padding: 0;
}

.sportech-skaters-directory__search-wrap {
	display: block;
	width: 100%;
	max-width: 30rem;
}

input.sportech-skaters-directory__search[type="search"],
.sportech-skaters-directory__search {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 100%;
	max-width: 30rem;
	padding: 0.7rem 1.15rem;
	font-size: 0.95rem;
	color: #fff;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 9999px !important;
	outline: none;
	box-sizing: border-box;
}

input.sportech-skaters-directory__search[type="search"]::-webkit-search-decoration,
input.sportech-skaters-directory__search[type="search"]::-webkit-search-cancel-button,
input.sportech-skaters-directory__search[type="search"]::-webkit-search-results-button,
input.sportech-skaters-directory__search[type="search"]::-webkit-search-results-decoration,
.sportech-skaters-directory__search::-webkit-search-decoration,
.sportech-skaters-directory__search::-webkit-search-cancel-button,
.sportech-skaters-directory__search::-webkit-search-results-button,
.sportech-skaters-directory__search::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
}

input.sportech-skaters-directory__search[type="search"]::placeholder,
.sportech-skaters-directory__search::placeholder {
	color: rgba(255, 255, 255, 0.55);
	opacity: 1;
}

input.sportech-skaters-directory__search[type="search"]:focus,
.sportech-skaters-directory__search:focus {
	border-color: rgba(254, 206, 53, 0.65);
	box-shadow: 0 0 0 2px rgba(254, 206, 53, 0.2);
	border-radius: 9999px !important;
}

.sportech-skaters-directory__filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
}

.sportech-skaters-directory__filter-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
}

.sportech-skaters-directory__filter-strip .sportech-skaters-directory__filters {
	display: contents;
}

.sportech-skaters-directory__filter {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.92);
	padding: 0.3rem 0.7rem 0.17rem;
	border-radius: 999px;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.78rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.14s ease, background 0.14s ease, box-shadow 0.14s ease;
}

.sportech-skaters-directory__filter:hover,
.sportech-skaters-directory__filter:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.sportech-skaters-directory__filter.is-active {
	background: #fff;
	color: #0a0a0a;
	box-shadow: none;
}

.sportech-skaters-directory__empty {
	margin: 2rem 0;
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.75);
}

.sportech-skaters-directory__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
	gap: 1.35rem 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sportech-skaters-directory__card {
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
	display: flex;
	flex-direction: column;
	transition: none;
}

.sportech-skaters-directory__card-link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	color: inherit;
	text-decoration: none;
	outline: none;
}

.sportech-skaters-directory__card-link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.55);
	outline-offset: 4px;
}

.sportech-skaters-directory__card:has(.sportech-skaters-directory__card-link):hover,
.sportech-skaters-directory__card:has(.sportech-skaters-directory__card-link):focus-within {
	border-color: transparent;
	background: transparent;
	transform: none;
	box-shadow: none;
}

.sportech-skaters-directory__media-wrap {
	position: relative;
	width: 48%;
	max-width: 5.4rem;
	margin: 0.7rem auto 0;
	flex-shrink: 0;
}

.sportech-skaters-directory__media {
	width: 100%;
	aspect-ratio: 1;
	margin: 0;
	background: #141414;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	overflow: hidden;
	clip-path: circle(50%);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}

.sportech-skaters-directory__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: transform 0.28s ease;
	border-radius: 50%;
}

.sportech-skaters-directory__card:has(.sportech-skaters-directory__card-link):hover .sportech-skaters-directory__img,
.sportech-skaters-directory__card:has(.sportech-skaters-directory__card-link):focus-within .sportech-skaters-directory__img {
	transform: scale(1.04);
}

.sportech-skaters-directory__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: clamp(1.2rem, 4vw, 1.8rem);
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
}

.sportech-skaters-directory__body {
	padding: 0.85rem 0.15rem 0.35rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	align-items: center;
	text-align: center;
}

.sportech-skaters-directory__name {
	margin: 0;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1.15;
}

.sportech-skaters-directory__name-row {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	flex-wrap: wrap;
	line-height: 1;
}

/* Bandeira sobre a foto — mesmo padrão dos shortcodes de score. */
.sportech-skaters-directory__country-flag {
	position: absolute;
	bottom: 2px;
	right: -2px;
	z-index: 2;
	width: 22px;
	height: 16px;
	border-radius: 2px;
	object-fit: cover;
	border: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: block;
}

/* Bandeiras: pacote flag-icons (CSS+SVG), sem <img> para o CDN — evita 404 do nginx com URLs mal resolvidas. */
.sportech-skaters-directory__flag.fi {
	width: 0.95rem;
	height: 0.95rem;
	font-size: inherit;
	display: block;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
	flex-shrink: 0;
	transform: translateY(-0.08em);
}

.sportech-skaters-directory__name-text {
	min-width: 0;
	color: #fff;
	line-height: 1;
	display: inline-block;
}

.sportech-skaters-directory__champ {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 1;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45));
}

.sportech-skaters-directory__card-link:hover,
.sportech-skaters-directory__card-link:focus {
	color: inherit;
}

.sportech-skaters-directory__card-link:hover .sportech-skaters-directory__name-text,
.sportech-skaters-directory__card-link:focus .sportech-skaters-directory__name-text {
	color: #fff;
}

.sportech-skaters-directory__tags {
	margin: 0.45rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	align-items: center;
}

.sportech-skaters-directory__campaigns,
.sportech-skaters-directory__modalities {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	align-items: center;
}

.sportech-skaters-directory__modalities-label {
	display: block;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skaters-directory__mod-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sportech-skaters-directory__mod-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0.3rem 0.7rem 0.17rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.78rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	border: 0;
	border-radius: 999px;
	text-transform: uppercase;
	transition: none;
}

.sportech-skaters-directory__mod-pill--campaign {
	color: #0a0a0a;
	background: #fece35;
	box-shadow: none;
}

.sportech-skaters-directory__mod-pill:hover,
.sportech-skaters-directory__mod-pill:focus {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	border: 0;
}

.sportech-skaters-directory__mod-pill--campaign:hover,
.sportech-skaters-directory__mod-pill--campaign:focus {
	color: #0a0a0a;
	background: #fece35;
	box-shadow: none;
}

.sportech-skaters-directory__meta {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

/* Incorporado noutra página (shortcode) */
.sportech-skaters-directory--embed {
	color: #fff;
}

.sportech-skaters-directory--embed .sportech-skaters-directory--wrap {
	margin-top: 0.5rem;
}

@media (max-width: 600px) {
	.sportech-skaters-directory-outer {
		padding: 1.25rem 0.75rem 2rem;
	}

	.sportech-skaters-directory__toolbar {
		margin-bottom: 1.6rem;
	}

	.sportech-skaters-directory__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem 0.4rem;
	}

	.sportech-skaters-directory__media-wrap {
		width: 58%;
		max-width: 4.7rem;
	}

	.sportech-skaters-directory__name {
		font-size: 1.05rem;
		letter-spacing: 0.04em;
	}
}

/* Perfil /skatistas/{id}/ — identidade compacta (respeita header fixo) + stats + conteúdo */
.sportech-skater-profile {
	--sportech-profile-header-clearance: 7.25rem;
	background: #000;
	color: #fff;
}

/* Menu Elementor fixo (~pill) + admin bar WP quando presente */
body.admin-bar .sportech-skater-profile {
	--sportech-profile-header-clearance: calc(7.25rem + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .sportech-skater-profile {
		--sportech-profile-header-clearance: calc(6.5rem + 46px);
	}
}

.sportech-skater-profile__hero-outer {
	position: relative;
	width: 100%;
	max-width: none;
	padding-top: var(--sportech-profile-header-clearance);
	border-bottom: 0;
	background-color: #000;
	overflow: hidden;
	isolation: isolate;
}

.sportech-skater-profile__hero-outer--nobg {
	background-color: #000;
}

.sportech-skater-profile__hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.sportech-skater-profile__hero-overlay {
	position: absolute;
	/* -1px em baixo evita seam subpixel da imagem clara no corte. */
	top: 0;
	right: 0;
	bottom: -1px;
	left: 0;
	pointer-events: none;
	z-index: 1;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, #000000 88%, #000000 100%);
}

.sportech-skater-profile__hero {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.75rem clamp(1.25rem, 4vw, 2.5rem) 2rem;
	box-sizing: border-box;
	min-height: 0;
}

.sportech-skater-profile__back {
	display: none; /* oculto por enquanto — reativar depois se voltarmos ao nav do perfil */
	align-self: flex-start;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color 0.15s ease;
}

.sportech-skater-profile__back:hover,
.sportech-skater-profile__back:focus {
	color: #fece35;
}

.sportech-skater-profile__hero-stage {
	display: grid;
	grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.85fr);
	gap: 0.75rem 0.9rem;
	align-items: stretch;
	width: 100%;
	min-width: 0;
}

.sportech-skater-profile__hero-bio {
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	height: 100%;
	min-height: 100%;
	min-width: 0;
	margin: 0;
	padding: 1.25rem 1.35rem 1.35rem;
	background:
		linear-gradient(165deg, rgba(28, 28, 28, 0.96) 0%, rgba(12, 12, 12, 0.94) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	box-sizing: border-box;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.sportech-skater-profile__hero-bio-top {
	display: flex;
	align-items: center;
	gap: 0.95rem 1.05rem;
	min-width: 0;
}

.sportech-skater-profile__hero-media-wrap {
	position: relative;
	flex: 0 0 auto;
	width: 108px;
	height: 108px;
}

.sportech-skater-profile__hero-media {
	position: relative;
	flex: 0 0 auto;
	width: 108px;
	height: 108px;
	margin: 0;
	background: #141414;
	border: 2px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	overflow: hidden;
	clip-path: circle(50%);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.35);
}

.sportech-skater-profile__hero-ninegang {
	position: absolute;
	right: -18%;
	bottom: -10%;
	z-index: 2;
	width: 72px;
	height: auto;
	pointer-events: none;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.65));
}

.sportech-skater-profile__hero-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
	border-radius: 50%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.sportech-skater-profile__hero-bio-head {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
	flex: 1 1 auto;
	padding-top: 0;
}

.sportech-skater-profile__hero-bio-body {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
	flex: 1 1 auto;
	margin-top: 0.85rem;
	padding-top: 0;
}

.sportech-skater-profile__hero-bio-text {
	flex: 1 1 auto;
	margin: 0;
	padding: 0.75rem 0 0.25rem;
	max-width: 36em;
	font-size: 0.88rem;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.68);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.sportech-skater-profile__name {
	margin: 0;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: clamp(2rem, 3.2vw, 2.65rem);
	font-style: italic;
	font-weight: 400;
	line-height: 0.92;
	letter-spacing: 0.04em;
	color: #fff;
	text-transform: none;
}

.sportech-skater-profile__hero-country {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.45rem;
	margin: 0;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.95rem;
	font-style: normal;
	letter-spacing: 0.08em;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.72);
	text-transform: uppercase;
}

.sportech-skater-profile__hero-meta {
	margin: 0;
	padding-top: 0.08em;
	font: inherit;
	font-style: normal;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: inherit;
}

.sportech-skater-profile__hero-sponsors {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	margin: 0;
}

.sportech-skater-profile__hero-sponsors-label {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}

.sportech-skater-profile__hero-sponsors-list {
	font-size: 0.8rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.72);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.sportech-skater-profile__hero-bottom {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: auto;
	min-width: 0;
}

.sportech-skater-profile__hero-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
	flex: 1 1 auto;
}

.sportech-skater-profile__hero-chips li {
	margin: 0;
}

.sportech-skater-profile__hero-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 0.7rem 0.17rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.78rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #0a0a0a;
	background: #fff;
	border: 0;
	border-radius: 999px;
	text-transform: uppercase;
}

.sportech-skater-profile__hero-chip--mod {
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.sportech-skater-profile__hero-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	margin-top: 0;
	padding-top: 0;
	min-width: 0;
}

.sportech-skater-profile__hero-foot-spacer {
	flex: 1 1 auto;
}

.sportech-skater-profile__hero-social {
	margin: 0;
	padding: 0;
	flex: 0 0 auto;
}

.sportech-skater-profile__hero-ig {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.sportech-skater-profile__hero-video {
	min-width: 0;
	margin: 0;
}

.sportech-skater-profile__hero-video-frame {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #121212;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	color: inherit;
	text-decoration: none;
}

.sportech-skater-profile__hero-video-bg {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: grayscale(35%) brightness(0.72);
	transform: scale(1.04);
}

.sportech-skater-profile__hero-video-bg--empty {
	background:
		radial-gradient(circle at 30% 30%, rgba(254, 206, 53, 0.12), transparent 42%),
		linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 100%);
	filter: none;
	transform: none;
}

.sportech-skater-profile__hero-video-shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 42%, rgba(0, 0, 0, 0.7) 100%);
	pointer-events: none;
}

.sportech-skater-profile__hero-video-meta {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 0.55rem;
	max-width: calc(100% - 6rem);
}

.sportech-skater-profile__hero-video-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	filter: grayscale(100%);
	border: 1px solid rgba(255, 255, 255, 0.35);
	flex: 0 0 auto;
}

.sportech-skater-profile__hero-video-meta-txt {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.sportech-skater-profile__hero-video-kicker {
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.92rem;
	letter-spacing: 0.05em;
	line-height: 1.05;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sportech-skater-profile__hero-video-channel {
	font-size: 0.68rem;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.62);
}

.sportech-skater-profile__hero-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0;
	color: #fff;
	background: #ff0033;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sportech-skater-profile__hero-video-play svg {
	margin-left: 2px;
}

.sportech-skater-profile__hero-video-frame:hover .sportech-skater-profile__hero-video-play,
.sportech-skater-profile__hero-video-frame:focus-within .sportech-skater-profile__hero-video-play {
	transform: translate(-50%, -50%) scale(1.06);
	box-shadow: 0 14px 32px rgba(255, 0, 51, 0.35);
}

.sportech-skater-profile__hero-video-foot {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.sportech-skater-profile__hero-video-share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	color: rgba(255, 255, 255, 0.85);
}

.sportech-skater-profile__hero-video-yt {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.65rem;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
}

.sportech-skater-profile__hero-video-badge {
	position: absolute;
	top: 0.85rem;
	right: 0.85rem;
	z-index: 2;
	padding: 0.25rem 0.5rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 4px;
	text-transform: uppercase;
}

/* legado / unused identity helpers (mantidos para outras zonas) */
.sportech-skater-profile__identity {
	display: flex;
	align-items: center;
	gap: 1.15rem 1.5rem;
	min-width: 0;
}

.sportech-skater-profile__hero-panel {
	flex: 1 1 auto;
	min-width: 0;
}

/* Meta numa linha: BRA · 24 anos · Curitiba PR */
.sportech-skater-profile__identity-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.55rem;
	margin: 0.15rem 0 0;
	padding: 0;
	font-size: 0.92rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72);
}

.sportech-skater-profile__identity-item {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: rgba(255, 255, 255, 0.88);
}

.sportech-skater-profile__identity-sep {
	color: rgba(255, 255, 255, 0.28);
	font-weight: 400;
	user-select: none;
}

.sportech-skater-profile__identity-item--country .sportech-skater-profile__flag.fi {
	width: 1.2rem;
	height: 0.9rem;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

/* Legado (meta-grid) — mantido por segurança se algum markup antigo aparecer */
.sportech-skater-profile__meta-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.75rem;
	margin: 0.15rem 0 0;
	padding: 0;
}

.sportech-skater-profile__meta-block {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 4.5rem;
}

.sportech-skater-profile__label {
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.42);
}

.sportech-skater-profile__value {
	font-size: 0.98rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
}

.sportech-skater-profile__value--country {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.sportech-skater-profile__value--country .sportech-skater-profile__flag.fi {
	width: 1.35rem;
	height: 1rem;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.sportech-skater-profile__stats {
	margin-top: -1em;
	border-bottom: 0;
	background: #050505;
}

.sportech-skater-profile__stats-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.1rem clamp(1.25rem, 4vw, 2.5rem) 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	box-sizing: border-box;
}

.sportech-skater-profile__stat {
	flex: 1 1 9rem;
	min-width: 0;
	padding: 0.65rem 0.9rem 0.7rem;
	background: #0a0a0a;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.sportech-skater-profile__stat-label {
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__stat-value {
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 1.65rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	color: #fff;
	line-height: 1;
}

.sportech-skater-profile__stat-value--text {
	font-family: inherit;
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.sportech-skater-profile__content {
	width: 100%;
	/* Largura alinhada à /national e às tabelas de resultados (grid 1440px). */
	max-width: 1440px;
	margin: -1em auto 0;
}

.sportech-skater-profile__block--recent {
	background: #000;
}

.sportech-skater-profile__block-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.35rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
	box-sizing: border-box;
}

.sportech-skater-profile__block-head {
	margin: 0 0 0.9rem;
}

.sportech-skater-profile__block-head .sportech-skater-profile__h2 {
	margin: 0;
}

.sportech-skater-profile__lead {
	margin: 0.45rem 0 0;
	max-width: 40rem;
	font-size: 0.85rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.48);
}

.sportech-skater-profile__split--main {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(260px, 0.92fr);
	gap: 1.1rem 1.6rem;
	align-items: start;
}

.sportech-skater-profile__split--main > .sportech-skater-profile__news-mount {
	grid-column: 1 / -1;
	margin-top: 0.4rem;
}

.sportech-skater-profile__col--results {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

/* Última volta / campanha (coluna esquerda, acima das notícias) */
.sportech-skater-profile__last-round {
	min-width: 0;
}

.sportech-skater-profile__last-round + .sportech-skater-profile__rank-previews,
.sportech-skater-profile__last-round + .sportech-skater-profile__rank-preview {
	margin-top: 1.25rem;
}

.sportech-skater-profile__campaign-bar {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0.25rem;
	width: 100%;
	margin: 0 0 0.5rem;
	padding: 0;
	background: none;
	border: none;
	box-sizing: border-box;
}

.sportech-skater-profile__campaign-mid {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.sportech-skater-profile__campaign-bar .sportech-skater-profile__last-round-meta {
	margin: 0;
	align-items: baseline;
}

.sportech-skater-profile__campaign-btn,
.sportech-skater-profile__campaign-btn:hover,
.sportech-skater-profile__campaign-btn:focus,
.sportech-skater-profile__campaign-btn:active,
.sportech-skater-profile__campaign-btn:disabled {
	margin: 0;
	padding: 0.35rem;
	flex: 0 0 auto;
	min-width: 2.25rem;
	min-height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.85) !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
	border-radius: 9999px;
	cursor: pointer;
	text-decoration: none !important;
	transition: color 0.15s, background 0.15s, opacity 0.15s, transform 0.12s;
}

.sportech-skater-profile__campaign-btn:hover:not(:disabled) {
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	background-color: rgba(255, 255, 255, 0.08) !important;
}

.sportech-skater-profile__campaign-btn:active:not(:disabled) {
	transform: scale(0.96);
}

.sportech-skater-profile__campaign-btn:disabled {
	opacity: 0.28;
	cursor: default;
	color: rgba(255, 255, 255, 0.45) !important;
}

.sportech-skater-profile__campaign-btn:focus {
	outline: none;
}

.sportech-skater-profile__campaign-btn:focus-visible {
	outline: 2px solid rgba(254, 206, 53, 0.7);
	outline-offset: 2px;
}

.sportech-skater-profile__campaign-btn-icon {
	display: flex;
	line-height: 0;
}

.sportech-skater-profile__campaign-btn-icon svg {
	display: block;
	width: 1.1rem;
	height: 1.1rem;
}

.sportech-skater-profile__campaign-count {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.38);
	text-transform: inherit;
	white-space: nowrap;
}

.sportech-skater-profile__campaign-panels {
	min-width: 0;
}

.sportech-skater-profile__campaign-slide[hidden] {
	display: none;
}

.sportech-skater-profile__last-round-meta {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
	gap: 0.35rem 0.75rem;
	margin: 0 0 0.5rem;
	padding: 0;
	border: 0;
	box-shadow: none;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sportech-skater-profile__last-round-title {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.48);
	text-transform: inherit;
}

.sportech-skater-profile__last-round-event {
	font-family: inherit;
	font-size: 1.05rem;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	text-transform: inherit;
}

a.sportech-skater-profile__last-round-event:hover,
a.sportech-skater-profile__last-round-event:focus {
	color: #fece35;
}

.sportech-skater-profile__last-round-panel {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	background: #0a0a0a;
	overflow: hidden;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sportech-skater-profile__last-round-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 0;
	box-shadow: none;
}

.sportech-skater-profile__last-round-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 480px;
	font-family: inherit;
	font-style: italic;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	margin: 0;
	border: 0;
}

.sportech-skater-profile__last-round-table th,
.sportech-skater-profile__last-round-table td {
	padding: 0.28rem 0.45rem;
	text-align: center;
	vertical-align: middle;
	border: 0 !important;
	outline: 0;
	box-shadow: none;
	white-space: nowrap;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.sportech-skater-profile__last-round-table thead th {
	padding-top: 0.15rem;
	padding-bottom: 0.3rem;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.4);
	border: 0 !important;
	background: transparent;
}

.sportech-skater-profile__last-round-table tbody tr.is-stu-last-round-row td {
	background: rgba(255, 255, 255, 0.05);
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.95);
	padding-top: 0.4rem;
	padding-bottom: 0.45rem;
}

.sportech-skater-profile__lr-pos,
.sportech-skater-profile__rp-pos {
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.95);
	width: 1%;
	white-space: nowrap;
	padding-left: 0.45rem !important;
	padding-right: 0.35rem !important;
}

.sportech-skater-profile__lr-photo,
.sportech-skater-profile__rp-photo {
	width: 1%;
	white-space: nowrap;
	text-align: center;
	padding-left: 0.15rem !important;
	padding-right: 0.35rem !important;
}

.sportech-skater-profile__lr-photo-wrap {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.sportech-skater-profile__lr-photo-wrap img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	filter: grayscale(100%);
	display: block;
}

.sportech-skater-profile__lr-photo-empty {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.sportech-skater-profile__lr-flag.fi {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 0.9rem;
	height: 0.65rem;
	background-size: cover;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55);
	font-style: normal;
}

.sportech-skater-profile__lr-name {
	text-align: left !important;
	font-size: 1rem;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.98);
	padding-left: 0.25rem !important;
}

.sportech-skater-profile__lr-final,
.sportech-skater-profile__lr-s,
.sportech-skater-profile__lr-runbomb {
	font-variant-numeric: tabular-nums;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.92);
}

.sportech-skater-profile__lr-highlight {
	font-weight: 400;
	color: #00f2b4;
}

.sportech-skater-profile__lr-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 1.15em;
	height: 1.15em;
	margin: 0 0.35rem;
	padding: 0;
	font-size: 0.62em;
	font-weight: 700;
	font-style: normal !important;
	font-family: system-ui, -apple-system, sans-serif;
	line-height: 1;
	border-radius: 0.2rem;
	color: #fff;
	letter-spacing: 0;
	text-transform: none;
	vertical-align: middle;
}

.sportech-skater-profile__lr-badge--plus {
	background: #00bc8c;
}

.sportech-skater-profile__lr-badge--eq {
	background: #3498db;
}

.sportech-skater-profile__rank-preview {
	min-width: 0;
}

.sportech-skater-profile__rank-previews {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	min-width: 0;
}

.sportech-skater-profile__rank-preview-meta {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
	gap: 0.35rem 0.65rem;
	margin: 0 0 0.5rem;
	padding: 0;
	border: 0;
	box-shadow: none;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sportech-skater-profile__rank-preview-title + .sportech-skater-profile__rank-preview-title {
	margin-left: -0.3rem;
}

.sportech-skater-profile__rank-preview-event {
	font-family: inherit;
	font-size: 1.05rem;
	font-style: normal;
	letter-spacing: 0.05em;
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	text-transform: inherit;
}

a.sportech-skater-profile__rank-preview-event:hover,
a.sportech-skater-profile__rank-preview-event:focus {
	color: #fece35;
}

.sportech-skater-profile__rank-preview-title {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: inherit;
	letter-spacing: 0.08em;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.48);
	text-transform: inherit;
}

.sportech-skater-profile__rank-preview-panel {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	background: #0a0a0a;
	overflow: hidden;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sportech-skater-profile__rank-preview.is-collapsed tr.is-expand-only {
	display: none;
}

.sportech-skater-profile__rank-preview.is-expanded .sportech-skater-profile__rank-preview-scroll {
	overflow-x: auto;
	overflow-y: visible;
}

.sportech-skater-profile__rank-preview-toggle,
.sportech-skater-profile__rank-preview-toggle:hover,
.sportech-skater-profile__rank-preview-toggle:focus,
.sportech-skater-profile__rank-preview-toggle:active {
	display: none !important;
}

.sportech-skater-profile__rank-preview-toggle:hover,
.sportech-skater-profile__rank-preview-toggle:focus-visible {
	color: rgba(255, 255, 255, 0.85) !important;
	background: rgba(255, 255, 255, 0.04) !important;
	background-color: rgba(255, 255, 255, 0.04) !important;
}

.sportech-skater-profile__rank-preview-toggle:focus {
	outline: none;
}

.sportech-skater-profile__rank-preview-toggle:focus-visible {
	outline: 2px solid rgba(254, 206, 53, 0.7);
	outline-offset: -2px;
}

.sportech-skater-profile__rank-preview-toggle-icon {
	display: flex;
	line-height: 0;
	transition: transform 0.2s ease;
}

.sportech-skater-profile__rank-preview-toggle-icon svg {
	display: block;
	width: 0.95rem;
	height: 0.95rem;
}

.sportech-skater-profile__rank-preview.is-expanded .sportech-skater-profile__rank-preview-toggle-icon {
	transform: rotate(180deg);
}

.sportech-skater-profile__rank-preview-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 0;
	box-shadow: none;
}

.sportech-skater-profile__rank-preview-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 560px;
	font-family: inherit;
	font-style: italic;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	margin: 0;
	border: 0;
}

.sportech-skater-profile__rank-preview-table th,
.sportech-skater-profile__rank-preview-table td {
	padding: 0.28rem 0.45rem;
	text-align: center;
	vertical-align: middle;
	border: 0 !important;
	outline: 0;
	box-shadow: none;
	white-space: nowrap;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.sportech-skater-profile__rank-preview-table thead th {
	padding-top: 0.2rem;
	padding-bottom: 0.25rem;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.4);
	border: 0 !important;
	background: transparent;
}

.sportech-skater-profile__rank-preview-table thead th:last-child,
.sportech-skater-profile__rank-preview-table thead th.sportech-skater-profile__rp-pts-head {
	text-align: right !important;
	padding-left: 0.45rem !important;
	padding-right: 0.75rem !important;
	letter-spacing: 0.05em;
}

.sportech-skater-profile__rp-stage {
	font-variant-numeric: tabular-nums;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.88);
	padding-left: 0.55rem !important;
	padding-right: 0.55rem !important;
}

.sportech-skater-profile__rank-preview-table thead th.sportech-skater-profile__rp-stage {
	font-size: 0.68rem;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.4);
}

.sportech-skater-profile__rank-preview-table tbody tr td {
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.95);
	padding-top: 0.38rem;
	padding-bottom: 0.42rem;
}

.sportech-skater-profile__rank-preview-table tbody tr.is-neighbor {
	opacity: 0.38;
}

.sportech-skater-profile__rank-preview-table tbody tr.is-self td {
	background: rgba(255, 255, 255, 0.05);
	opacity: 1;
}

.sportech-skater-profile__rp-photo-wrap {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.sportech-skater-profile__rp-photo-wrap img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	filter: grayscale(100%);
	display: block;
}

.sportech-skater-profile__rp-photo-empty {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.sportech-skater-profile__rp-flag.fi {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 0.9rem;
	height: 0.65rem;
	background-size: cover;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55);
	font-style: normal;
}

.sportech-skater-profile__rp-name {
	text-align: left !important;
	font-size: 1rem;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.98);
	padding-left: 0.25rem !important;
}

.sportech-skater-profile__rank-preview-table tbody tr.is-neighbor .sportech-skater-profile__rp-name {
	font-size: 0.88rem;
}

.sportech-skater-profile__rank-preview-table tbody tr.is-neighbor .sportech-skater-profile__rp-pos,
.sportech-skater-profile__rank-preview-table tbody tr.is-neighbor .sportech-skater-profile__rp-pts,
.sportech-skater-profile__rank-preview-table tbody tr.is-neighbor .sportech-skater-profile__rp-stage {
	font-size: 0.88rem;
}

.sportech-skater-profile__rp-name a {
	color: inherit;
	text-decoration: none;
}

.sportech-skater-profile__rp-name a:hover,
.sportech-skater-profile__rp-name a:focus {
	color: #fece35;
}

.sportech-skater-profile__rp-pts {
	font-variant-numeric: tabular-nums;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.92);
	text-align: right !important;
	padding-right: 0.75rem !important;
}

.sportech-skater-profile__rank-preview-table tbody tr.is-self .sportech-skater-profile__rp-pts {
	color: #fece35;
}

/* Mobile: pos+foto e PTS fixos; nome/etapas com scroll. */
@media (max-width: 900px) {
	.sportech-skater-profile__rank-preview-table {
		border-collapse: separate;
		border-spacing: 0;
	}

	.sportech-skater-profile__rank-preview-table thead th:nth-child(1),
	.sportech-skater-profile__rank-preview-table thead th:nth-child(2),
	.sportech-skater-profile__rank-preview-table .sportech-skater-profile__rp-pos,
	.sportech-skater-profile__rank-preview-table .sportech-skater-profile__rp-photo {
		position: sticky;
		z-index: 2;
		background-color: #0a0a0a;
	}

	.sportech-skater-profile__rank-preview-table thead th:nth-child(1),
	.sportech-skater-profile__rank-preview-table .sportech-skater-profile__rp-pos {
		left: 0;
		z-index: 4;
		width: 2.1rem;
		min-width: 2.1rem;
		max-width: 2.1rem;
		box-sizing: border-box;
		overflow: visible;
	}

	.sportech-skater-profile__rank-preview-table thead th:nth-child(2),
	.sportech-skater-profile__rank-preview-table .sportech-skater-profile__rp-photo {
		left: 2.1rem;
		z-index: 3;
		width: 3.25rem;
		min-width: 3.25rem;
		max-width: 3.25rem;
		box-sizing: border-box;
		box-shadow: 8px 0 10px -8px rgba(0, 0, 0, 0.85);
	}

	.sportech-skater-profile__rank-preview-table thead th.sportech-skater-profile__rp-pts-head,
	.sportech-skater-profile__rank-preview-table .sportech-skater-profile__rp-pts {
		position: sticky;
		right: 0;
		z-index: 3;
		background-color: #0a0a0a;
		box-shadow: -8px 0 10px -8px rgba(0, 0, 0, 0.85);
	}

	.sportech-skater-profile__rank-preview-table tbody tr.is-self .sportech-skater-profile__rp-pos,
	.sportech-skater-profile__rank-preview-table tbody tr.is-self .sportech-skater-profile__rp-photo,
	.sportech-skater-profile__rank-preview-table tbody tr.is-self .sportech-skater-profile__rp-pts {
		background-color: #151515;
	}
}

.sportech-skater-profile__news-mount {
	min-width: 0;
}

/* Coluna lateral: resultados + ficha. */
.sportech-skater-profile__col--rail {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1.05rem;
}

.sportech-skater-profile__spotlight {
	order: 1;
}

.sportech-skater-profile__rail-panel--ficha {
	order: 2;
}

.sportech-skater-profile__spotlight {
	margin: 0;
	padding: 1rem 1.05rem 1.1rem;
	background: linear-gradient(180deg, #0d0d0d 0%, #070707 100%);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.42);
}

.sportech-skater-profile__spotlight-h3 {
	margin: 0;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #fff;
}

.sportech-skater-profile__spotlight-block {
	margin: 0;
}

/* Oculto por enquanto — prévia de ranking está na coluna esquerda. */
.sportech-skater-profile__spotlight-block--ranking {
	display: none;
}

.sportech-skater-profile__spotlight-block + .sportech-skater-profile__spotlight-block {
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Sem divisor no bloco seguinte enquanto o ranking do rail estiver oculto. */
.sportech-skater-profile__spotlight-block--ranking + .sportech-skater-profile__spotlight-block {
	padding-top: 0;
	border-top: 0;
}

.sportech-skater-profile__rank-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	background: #0a0a0a;
	overflow: hidden;
}

.sportech-skater-profile__rank-row {
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sportech-skater-profile__rank-row:last-child {
	border-bottom: 0;
}

.sportech-skater-profile__rank-link {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.7rem 0.8rem;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease;
}

.sportech-skater-profile__rank-link--static {
	cursor: default;
}

.sportech-skater-profile__rank-link:hover,
.sportech-skater-profile__rank-link:focus {
	background: rgba(255, 255, 255, 0.04);
}

.sportech-skater-profile__rank-link:hover .sportech-skater-profile__rank-cat,
.sportech-skater-profile__rank-link:focus .sportech-skater-profile__rank-cat {
	color: #fece35;
}

.sportech-skater-profile__rank-pos {
	flex: 0 0 auto;
	min-width: 1.75rem;
	font-size: 0.95rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	line-height: 1;
	color: rgba(255, 255, 255, 0.92);
	text-align: right;
}

.sportech-skater-profile__rank-txt {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
}

.sportech-skater-profile__rank-cat {
	font-size: 0.88rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.25;
}

.sportech-skater-profile__rank-sub {
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__rank-pts {
	flex: 0 0 auto;
	font-size: 0.82rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
	font-variant-numeric: tabular-nums;
}

.sportech-skater-profile__rank-arrow {
	flex: 0 0 auto;
	color: rgba(255, 255, 255, 0.35);
	font-size: 0.9rem;
}

.sportech-skater-profile__spotlight-h4 {
	margin: 0 0 0.5rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.sportech-skater-profile__spotlight-videos {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.sportech-skater-profile__video-card {
	margin: 0;
}

.sportech-skater-profile__video-embed {
	max-width: 100%;
	margin: 0;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #000;
}

.sportech-skater-profile__video-embed .wp-embedded-content,
.sportech-skater-profile__video-embed .wp-embed,
.sportech-skater-profile__video-embed iframe,
.sportech-skater-profile__video-embed object,
.sportech-skater-profile__video-embed video {
	width: 100% !important;
	display: block;
}

.sportech-skater-profile__video-embed iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	min-height: 10rem;
}

.sportech-skater-profile__video-caption {
	margin: 0.4rem 0 0;
	font-size: 0.8rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.65);
}

.sportech-skater-profile__video-embed--link {
	padding: 1.5rem 0.75rem;
}

.sportech-skater-profile__video-fallback {
	color: #fece35;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	word-break: break-word;
}

.sportech-skater-profile__video-fallback:hover,
.sportech-skater-profile__video-fallback:focus {
	color: #fff;
	text-decoration: underline;
}

.sportech-skater-profile__spotlight-placeholder {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__news-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0;
}

.sportech-skater-profile__news-item {
	margin: 0;
}

.sportech-skater-profile__news-link {
	color: #fece35;
	font-size: 0.88rem;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid rgba(254, 206, 53, 0.25);
}

.sportech-skater-profile__news-link:hover,
.sportech-skater-profile__news-link:focus {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.4);
}

.sportech-skater-profile__news-excerpt {
	margin: 0.2rem 0 0;
	font-size: 0.8rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
}

.sportech-skater-profile__result-panel {
	margin: 0;
	padding: 0 0.15rem 0.15rem;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.sportech-skater-profile__result-cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem 0.5rem;
	padding: 0.45rem 0.6rem 0.2rem 0.35rem;
	border-bottom: 0;
	box-sizing: border-box;
}

.sportech-skater-profile__result-col {
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.4);
}

.sportech-skater-profile__result-col--pos {
	flex: 0 0 auto;
	width: 2.1rem;
	min-width: 2.1rem;
	margin-right: calc(1.55rem + 0.35rem);
	text-align: center;
	font-style: italic;
}

.sportech-skater-profile__result-col--event {
	flex: 1 1 auto;
	min-width: 0;
}

.sportech-skater-profile__result-col--score {
	flex: 0 0 auto;
	margin-right: 1.35rem; /* espaço visual da seta nas linhas */
	text-align: right;
}

.sportech-skater-profile__result-link:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.42);
	outline-offset: -2px;
	border-radius: 6px;
}

.sportech-skater-profile__rail-panel {
	min-width: 0;
	padding: 0.95rem 1.05rem 1rem;
	border-radius: 10px;
	background: linear-gradient(180deg, #0d0d0d 0%, #070707 100%);
	border: 1px solid rgba(255, 255, 255, 0.11);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.42);
}

.sportech-skater-profile__rail-panel--ficha {
	margin: 0;
}

/* Notícias: coluna esquerda do grid, após a linha score/resultados. */
.sportech-skater-profile__news-mount {
	margin: 0;
	min-width: 0;
	min-height: 0;
}

.sportech-skater-profile__news-mount .stu-skater-news-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

@media (max-width: 900px) {
	.sportech-skater-profile__news-mount .stu-skater-news-cards {
		grid-template-columns: 1fr;
	}
}

.sportech-skater-profile__code {
	font-family: ui-monospace, "Cascadia Code", "Consolas", monospace;
	font-size: 0.9em;
	padding: 0.1rem 0.35rem;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
}

.sportech-skater-profile__inlink {
	color: #fece35;
	text-decoration: none;
	border-bottom: 1px solid rgba(254, 206, 53, 0.35);
	transition: color 0.12s ease, border-color 0.12s ease;
}

.sportech-skater-profile__inlink:hover,
.sportech-skater-profile__inlink:focus {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__extra-h3 {
	margin: 0 0 0.55rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #fff;
}

.sportech-skater-profile__extra-block {
	margin: 0;
}

.sportech-skater-profile__extra-block + .sportech-skater-profile__extra-block {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sportech-skater-profile__extra-h4 {
	margin: 0 0 0.45rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.sportech-skater-profile__sponsors-text {
	margin: 0;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.82);
}

.sportech-skater-profile__dl-extra {
	margin: 0;
}

.sportech-skater-profile__dl-extra .sportech-skater-profile__drow {
	display: grid;
	grid-template-columns: minmax(7.5rem, 8.2rem) 1fr;
	gap: 0.2rem 0.75rem;
	margin: 0 0 0.45rem;
	font-size: 0.85rem;
	align-items: start;
}

.sportech-skater-profile__drow--span dd {
	line-height: 1.4;
}

.sportech-skater-profile__dl-extra dt {
	margin: 0;
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__dl-extra dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}

.sportech-skater-profile__empty {
	margin: 0;
	padding: 0.15rem 0 0.25rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1180px) {
	.sportech-skater-profile__split--main {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.sportech-skater-profile__split--main > .sportech-skater-profile__news-mount {
		grid-column: 1 / -1;
		order: 3;
	}

	.sportech-skater-profile__col--results {
		order: 1;
	}

	.sportech-skater-profile__col--rail {
		order: 2;
		gap: 0.9rem;
	}
}

@media (min-width: 1181px) {
	/* Painel de resultados ligeiramente mais “premium” sobre o fundo. */
	.sportech-skater-profile__col--results .sportech-skater-profile__result-panel {
		box-shadow: 0 10px 38px rgba(0, 0, 0, 0.5);
	}

	/*
	 * Resultados recentes acompanha a altura da coluna esquerda (score + rankings).
	 * A rail não contribui para a altura da linha; o spotlight preenche e a lista faz scroll.
	 */
	.sportech-skater-profile__split--main {
		align-items: stretch;
	}

	.sportech-skater-profile__col--rail {
		position: relative;
		min-height: 0;
		align-self: stretch;
	}

	.sportech-skater-profile__col--rail > .sportech-skater-profile__spotlight {
		position: absolute;
		inset: 0;
		margin: 0;
		min-height: 0;
		overflow: hidden;
		gap: 0.75rem;
	}

	.sportech-skater-profile__col--rail .sportech-skater-profile__spotlight-block:not(.sportech-skater-profile__spotlight-block--ranking) {
		flex: 1 1 auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}

	.sportech-skater-profile__col--rail .sportech-skater-profile__spotlight-h4 {
		flex: 0 0 auto;
		margin-bottom: 0.5rem;
	}

	.sportech-skater-profile__col--rail .sportech-skater-profile__result-panel {
		flex: 1 1 auto;
		min-height: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		overflow: hidden;
	}

	.sportech-skater-profile__col--rail .sportech-skater-profile__result-list {
		flex: 1 1 auto;
		width: 100%;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}
}

/* Layout stack (teste): ?layout=stack — sem score, rail à altura natural, notícias 1/linha sob rankings. */
.sportech-skater-profile--layout-stack .sportech-skater-profile__split--main {
	align-items: start;
}

.sportech-skater-profile--layout-stack .sportech-skater-profile__col--results {
	gap: 1.35rem;
}

.sportech-skater-profile--layout-stack .sportech-skater-profile__col--results > .sportech-skater-profile__news-mount {
	margin-top: 0.25rem;
}

.sportech-skater-profile--layout-stack .sportech-skater-profile__news-mount .stu-skater-news-cards,
.sportech-skater-profile--layout-stack .stu-skater-news-cards {
	grid-template-columns: 1fr !important;
}

@media (min-width: 1181px) {
	.sportech-skater-profile--layout-stack .sportech-skater-profile__col--rail {
		position: static;
		align-self: start;
		min-height: 0;
	}

	.sportech-skater-profile--layout-stack .sportech-skater-profile__col--rail > .sportech-skater-profile__spotlight {
		position: static;
		inset: auto;
		overflow: visible;
		height: auto;
		min-height: 0;
	}

	.sportech-skater-profile--layout-stack .sportech-skater-profile__col--rail .sportech-skater-profile__spotlight-block:not(.sportech-skater-profile__spotlight-block--ranking) {
		flex: none;
		overflow: visible;
		min-height: 0;
	}

	.sportech-skater-profile--layout-stack .sportech-skater-profile__col--rail .sportech-skater-profile__result-panel {
		flex: none;
		overflow: visible;
		min-height: 0;
	}

	.sportech-skater-profile--layout-stack .sportech-skater-profile__col--rail .sportech-skater-profile__result-list {
		flex: none;
		overflow: visible;
		max-height: none;
		min-height: 0;
	}
}

.sportech-skater-profile__band {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #050505;
}

.sportech-skater-profile__band--tight {
	background: #000;
}

.sportech-skater-profile__band-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 2.25rem clamp(1.25rem, 4vw, 2rem) 2.5rem;
	box-sizing: border-box;
}

.sportech-skater-profile__h2 {
	margin: 0 0 0.5rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
}

.sportech-skater-profile__chips {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.sportech-skater-profile__chip {
	margin: 0;
	padding: 0.25rem 0.6rem;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	color: #fff;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.sportech-skater-profile__result-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sportech-skater-profile__result-row {
	margin: 0;
	border-bottom: 0;
	transition: background 0.12s ease;
}

.sportech-skater-profile__result-row:last-child {
	border-bottom: 0;
}

.sportech-skater-profile__result-main {
	display: flex;
	align-items: center;
	gap: 0.55rem 1.55rem;
	min-width: 0;
	flex: 1 1 auto;
}

.sportech-skater-profile__result-txt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.45rem;
	min-width: 0;
}

.sportech-skater-profile__result-rank {
	flex-shrink: 0;
	width: 2.1rem;
	min-width: 2.1rem;
	margin-right: 0.35rem;
	padding-top: 0.08rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 1.05rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.04em;
	font-variant-numeric: tabular-nums;
	color: rgba(255, 255, 255, 0.48);
	line-height: 1.1;
	text-align: center;
}

.sportech-skater-profile__result-name {
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.98rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
}

.sportech-skater-profile__result-meta {
	display: inline;
	padding: 0;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
	background: none;
	border: 0;
	border-radius: 0;
}

.sportech-skater-profile__result-mod {
	display: inline;
	padding: 0;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
	background: none;
	border: 0;
	border-radius: 0;
}

.sportech-skater-profile__result-round {
	display: inline;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.82rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.sportech-skater-profile__result-sub {
	margin-left: 0.25rem;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__result-score {
	flex-shrink: 0;
	margin-left: 0.25rem;
	font-family: "Bebas Neue", "Impact", system-ui, sans-serif;
	font-size: 0.95rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.04em;
	font-variant-numeric: tabular-nums;
	color: rgba(255, 255, 255, 0.72);
	white-space: nowrap;
	line-height: 1.1;
}

.sportech-skater-profile__result-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem 0.5rem;
	padding: 0.72rem 0.6rem 0.55rem 0.28rem;
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.15s ease, background 0.15s ease;
}

.sportech-skater-profile__result-panel .sportech-skater-profile__result-link {
	padding-left: 0.35rem;
	padding-top: 0.78rem;
}

.sportech-skater-profile__result-link:hover .sportech-skater-profile__result-score,
.sportech-skater-profile__result-link:focus .sportech-skater-profile__result-score {
	color: rgba(255, 255, 255, 0.72);
}

.sportech-skater-profile__result-link:hover,
.sportech-skater-profile__result-link:focus {
	color: rgba(255, 255, 255, 0.92);
}

.sportech-skater-profile__result-row:has(.sportech-skater-profile__result-link:hover) {
	background: rgba(255, 255, 255, 0.03);
}

.sportech-skater-profile__result-link:hover .sportech-skater-profile__result-name,
.sportech-skater-profile__result-link:focus .sportech-skater-profile__result-name {
	color: rgba(255, 255, 255, 0.92);
}

.sportech-skater-profile__result-link:hover .sportech-skater-profile__result-sub,
.sportech-skater-profile__result-link:focus .sportech-skater-profile__result-sub {
	color: rgba(255, 255, 255, 0.45);
}

.sportech-skater-profile__result-text {
	font-weight: 500;
}

.sportech-skater-profile__result-arrow {
	color: #00f2b4;
	font-size: 0.95rem;
	opacity: 0.85;
	flex-shrink: 0;
}

.sportech-skater-profile__sponsors-text {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.82);
}

.sportech-skater-profile__nav-outer {
	display: none; /* oculto por enquanto — reativar depois se voltarmos ao nav do perfil */
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sportech-skater-profile__nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.5rem clamp(1.25rem, 4vw, 2.5rem) 2.15rem;
}

.sportech-skater-profile__nav-cell--next {
	text-align: right;
}

.sportech-skater-profile__nav-link {
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.15s ease;
}

.sportech-skater-profile__nav-link:hover,
.sportech-skater-profile__nav-link:focus {
	color: #fece35;
}

@media (max-width: 900px) {
	.sportech-skater-profile {
		--sportech-profile-header-clearance: 6.25rem;
	}

	body.admin-bar .sportech-skater-profile {
		--sportech-profile-header-clearance: calc(6.25rem + 46px);
	}

	.sportech-skater-profile__hero {
		gap: 0.9rem;
		padding-top: 1.25rem;
		padding-bottom: 1.5rem;
	}

	.sportech-skater-profile__hero-stage {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.sportech-skater-profile__hero-bio {
		margin-top: 0;
		padding: 1.1rem 1rem 1rem;
	}

	.sportech-skater-profile__hero-media-wrap,
	.sportech-skater-profile__hero-media {
		width: 88px;
		height: 88px;
		margin-top: 0;
	}

	.sportech-skater-profile__hero-ninegang {
		width: 58px;
		right: -16%;
		bottom: -8%;
	}

	.sportech-skater-profile__name {
		font-size: clamp(1.65rem, 6.5vw, 2.05rem);
	}

	.sportech-skater-profile__hero-video-frame {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 480px) {
	.sportech-skater-profile__hero-fact {
		grid-template-columns: 4.75rem minmax(0, 1fr);
	}

	.sportech-skater-profile__hero-video-yt span {
		display: none;
	}
}
