/* Portal SportIQ — estilos extraídos dos HTML (gerado automaticamente) */

/* --- base (dos blocos <style>) --- */
body {
	margin: 0;
	background: #111111;
	font-family: "DM Sans", sans-serif;
}
a {
	color: #ff395f;
	text-decoration: none;
}
a:hover {
	color: #ff5c7c;
}
html {
	scroll-behavior: smooth;
}
.gl-usage {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #2a2a2a;
	font-size: 14px;
}
.gl-usage th,
.gl-usage td {
	text-align: left;
	padding: 14px 18px;
	border-bottom: 1px solid #2a2a2a;
}
.gl-usage thead th {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6e6e6e;
}
.gl-usage td.c {
	text-align: center;
	width: 120px;
}
.gl-usage .yes {
	color: #ff395f;
	font-weight: 700;
}
.gl-usage .no {
	color: #4a4a4a;
}
.gl-usage tbody tr:last-child td {
	border-bottom: none;
}
.gl-subnav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #171717;
	border-bottom: 1px solid #2a2a2a;
}
.gl-subnav-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 4px;
	padding: 8px 40px;
	overflow-x: auto;
	scrollbar-width: none;
}
.gl-subnav-inner::-webkit-scrollbar {
	display: none;
}
.gl-subnav a {
	white-space: nowrap;
	padding: 7px 15px;
	color: #8a8a8a;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 12.5px;
	letter-spacing: 0.02em;
	border-radius: 100px;
	transition: all 0.15s;
}
.gl-subnav a:hover {
	color: #f5f5f5;
}
.gl-subnav a.active {
	color: #fff;
	background: #ff395f;
}

/* --- componentes/estilos (ex-inline) --- */
.screen {
	background: #111111;
	color: #f5f5f5;
	font-family: var(--font-body);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 48px;
	border-bottom: 1px solid #2a2a2a;
}
.logo {
	height: 56px;
	width: auto;
	display: block;
}
.nav {
	display: flex;
	gap: 32px;
	font-family: var(--font-display);
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.text-light {
	color: #f5f5f5;
}
.text-muted {
	color: #6e6e6e;
}
.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.hero {
	padding: 80px 48px 56px;
	position: relative;
	overflow: hidden;
}
.hero-arrow {
	position: absolute;
	right: -40px;
	top: 24px;
	width: 280px;
	opacity: 0.08;
	transform: rotate(12deg);
}
.kicker {
	font-family: var(--font-display);
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e6e6e;
}
.hero-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 76px;
	line-height: 1.02;
	margin-top: 18px;
}
.accent {
	color: #ff395f;
}
.hero-lead {
	color: #afafaf;
	font-size: 17px;
	line-height: 1.5;
	max-width: 520px;
	margin-top: 18px;
}
.uploads {
	padding: 8px 48px;
	margin-top: 16px;
}
.uploads-kicker {
	font-family: var(--font-display);
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e6e6e;
	margin-bottom: 16px;
}
.uploads-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1px;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.dl-tile {
	background: #111111;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #f5f5f5;
}
.item-title {
	font-size: 14px;
	font-weight: 700;
}
.item-meta {
	color: #6e6e6e;
	font-size: 12px;
	margin-top: 3px;
}
.dl-arrow {
	color: #ff395f;
	font-size: 18px;
}
.badge-new {
	background: #ff395f;
	color: #fff;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 9px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 2px 6px;
	margin-left: 8px;
	vertical-align: middle;
}
.cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding: 0 48px;
}
.nav-card {
	background: #202020;
	border: 1px solid #2a2a2a;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	cursor: pointer;
	color: inherit;
}
.nav-card:hover {
	color: inherit;
}
.card-icon {
	width: 44px;
	height: 44px;
	object-fit: contain;
	align-self: flex-start;
}
.card-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 26px;
	margin-top: 10px;
}
.card-text {
	color: #afafaf;
	font-size: 14px;
	line-height: 1.5;
}
.card-link {
	color: #ff395f;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: auto;
}
.container-main {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	flex: 1;
}
.page-head {
	padding: 64px 48px 40px;
}
.page-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 64px;
	line-height: 1.02;
	margin-top: 14px;
}
.section {
	padding: 8px 48px 64px;
}
.section-head-wrap {
	margin-bottom: 18px;
}
.section-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
}
.sec-num {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.22em;
	color: #ff395f;
}
.sec-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 28px;
}
.sec-sub {
	color: #6e6e6e;
	font-size: 13px;
}
.logo-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
}
.bordered {
	border: 1px solid #2a2a2a;
}
.logo-tile-light {
	height: 160px;
	background: #f6f6f6;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}
.logo-img {
	max-height: 80px;
	max-width: 80%;
	width: auto;
	height: auto;
	display: block;
}
.card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-top: 1px solid #2a2a2a;
}
.card-links {
	margin-top: 4px;
}
.fmt-links {
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: 0.06em;
	display: flex;
	gap: 8px;
}
.sep {
	color: #3a3a3a;
}
.logo-tile-dark {
	height: 160px;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}
.section-end {
	padding: 0 48px 80px;
}
.list-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 18px;
}
.list {
	display: flex;
	flex-direction: column;
	gap: 1px;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.list-row {
	background: #111111;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
}
.fmt-badge {
	font-family: var(--font-display);
	font-weight: 700;
	color: #ff395f;
	font-size: 12px;
	letter-spacing: 0.08em;
	width: 44px;
}
.list-name {
	font-size: 14px;
	font-weight: 700;
	flex: 1;
}
.list-meta {
	color: #6e6e6e;
	font-size: 12px;
}
.list-size {
	color: #6e6e6e;
	font-size: 12px;
	width: 64px;
	text-align: right;
}
.dl-btn {
	border: 1px solid #2a2a2a;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff395f;
	cursor: pointer;
}
.section-tight {
	padding: 8px 48px 40px;
}
.deck-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}
.deck-cover {
	aspect-ratio: 16/9;
	background: #1a1a1a;
	overflow: hidden;
}
.deck-cover-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}
.tile-foot {
	padding: 14px 16px;
	border-top: 1px solid #2a2a2a;
}
.lang-wrap {
	margin-top: 6px;
}
.lang-links {
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: 0.06em;
	display: flex;
	gap: 10px;
}
.section-last {
	padding: 24px 48px 80px;
}
.gl-section {
	padding: 24px 48px 40px;
	scroll-margin-top: 78px;
}
.gl-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 20px;
}
.brand-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 40px;
	align-items: center;
}
.prose {
	color: #afafaf;
	font-size: 16px;
	line-height: 1.6;
}
.prose-p {
	margin: 0 0 16px;
}
.prose-p-last {
	margin: 0;
}
.anim-box {
	height: 440px;
	background: #0a0a0a;
	border: 1px solid #2a2a2a;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.anim-video {
	max-width: 78%;
	max-height: 82%;
	width: auto;
	height: auto;
	display: block;
}
.ctx-dark {
	background: #0a0a0a;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 24px;
	box-sizing: border-box;
}
.ctx-mark {
	width: 52%;
	height: auto;
}
.ctx-label {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6e6e6e;
}
.ctx-light {
	background: #f5f5f0;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 24px;
	box-sizing: border-box;
}
.ctx-label-mid {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #777;
}
.ctx-yellow {
	background: #e8ff00;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 24px;
	box-sizing: border-box;
}
.ctx-label-black {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0a0a0a;
}
.ctx-salmon {
	background: #ff395f;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 24px;
	box-sizing: border-box;
}
.ctx-label-white {
	font-family: var(--font-display);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}
.sec-intro {
	color: #afafaf;
	font-size: 16px;
	line-height: 1.6;
	max-width: 720px;
	margin-bottom: 24px;
}
.lockups {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
	margin-bottom: 28px;
}
.lockup-cell {
	background: #0a0a0a;
	padding: 56px 32px 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 22px;
}
.lockup-img {
	width: 64%;
	max-width: 280px;
	height: auto;
	display: block;
}
.lockup-label {
	font-family: "Geist Mono", monospace;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #6e6e6e;
	text-transform: uppercase;
}
.lockup-img-full {
	width: 74%;
	max-width: 340px;
	height: auto;
	display: block;
}
.center {
	text-align: center;
}
.pair-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.diagram-cell {
	aspect-ratio: 353/190;
	background: #0a0a0a;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	box-sizing: border-box;
}
.img-contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.caption-note {
	color: #6e6e6e;
	font-size: 12px;
	margin-top: 4px;
}
.anat-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.anat-cell {
	background: #111111;
	padding: 28px 24px;
}
.anat-num {
	font-family: var(--font-display);
	font-weight: 700;
	color: #ff395f;
	font-size: 13px;
	letter-spacing: 0.22em;
}
.anat-title {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}
.anat-text {
	color: #afafaf;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 8px;
}
.palette-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 1px;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.swatch-black {
	height: 150px;
	background: #0a0a0a;
	border-bottom: 1px solid #2a2a2a;
}
.swatch-cap {
	background: #111111;
	padding: 16px;
}
.swatch-hex {
	font-family: "Geist Mono", monospace;
	color: #6e6e6e;
	font-size: 12px;
	margin-top: 4px;
}
.swatch-role {
	color: #6e6e6e;
	font-size: 11px;
	margin-top: 6px;
}
.swatch-carbon {
	height: 150px;
	background: #1a1a1a;
	border-bottom: 1px solid #2a2a2a;
}
.swatch-white {
	height: 150px;
	background: #f5f5f0;
}
.swatch-yellow {
	height: 150px;
	background: #e8ff00;
}
.swatch-salmon {
	height: 150px;
	background: #ff395f;
}
.specimen {
	border: 1px solid #2a2a2a;
	background: #0a0a0a;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.specimen-img {
	width: 100%;
	max-width: 760px;
	height: auto;
	display: block;
}
.prose-mid {
	color: #afafaf;
	font-size: 16px;
	line-height: 1.6;
	max-width: 720px;
	margin: 28px 0 24px;
}
.type-row {
	background: #111111;
	padding: 28px 24px;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 24px;
	align-items: center;
}
.type-name {
	font-size: 15px;
	font-weight: 700;
}
.type-display {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 0.95;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}
.type-mono {
	font-family: "Geist Mono", monospace;
	font-size: 18px;
	line-height: 1.6;
	color: #f5f5f5;
}
.type-body {
	font-size: 17px;
	line-height: 1.6;
	color: #afafaf;
	font-weight: 300;
}
.dd-head {
	display: grid;
	grid-template-columns: 220px 1fr 1fr;
	gap: 1px;
	margin-bottom: 12px;
}
.dd-col-do {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1fbf4b;
	padding-left: 4px;
}
.dd-col-dont {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #e5322b;
	padding-left: 4px;
}
.dd-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.dd-row {
	border: 1px solid #2a2a2a;
	display: grid;
	grid-template-columns: 220px 1fr 1fr;
	gap: 1px;
	background: #2a2a2a;
}
.dd-label {
	background: #111111;
	padding: 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dd-desc {
	color: #6e6e6e;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 6px;
}
.dd-cell {
	background: #0a0a0a;
	aspect-ratio: 353/190;
	position: relative;
	overflow: hidden;
	padding: 64px;
	box-sizing: border-box;
}
.badge-do {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #1fbf4b;
	color: #fff;
	font-family: "Geist Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	line-height: 1.3;
}
.badge-dont {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #e5322b;
	color: #fff;
	font-family: "Geist Mono", monospace;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	line-height: 1.3;
}
.voice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
	background: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.voice-card {
	background: #1a1a1a;
	padding: 32px 28px;
}
.voice-title {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ff395f;
	margin-bottom: 14px;
}
.voice-text {
	color: #afafaf;
	font-size: 14px;
	line-height: 1.7;
}
.apps-section {
	padding: 24px 48px 80px;
	scroll-margin-top: 78px;
}
.app-card {
	border: 1px solid #2a2a2a;
	aspect-ratio: 3/4;
	overflow: hidden;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.app-card-wide {
	border: 1px solid #2a2a2a;
	aspect-ratio: 16/10;
	overflow: hidden;
}
.empty {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 80px 48px;
	position: relative;
	overflow: hidden;
}
.empty-arrow {
	position: absolute;
	width: 460px;
	max-width: 70%;
	opacity: 0.05;
	transform: rotate(12deg);
	pointer-events: none;
}
.empty-kicker {
	font-family: var(--font-display);
	font-size: 13px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e6e6e;
	position: relative;
}
.empty-title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 76px;
	line-height: 1.02;
	margin-top: 16px;
	position: relative;
}
.empty-sub {
	color: #afafaf;
	font-size: 16px;
	line-height: 1.5;
	max-width: 440px;
	margin-top: 16px;
	position: relative;
}

/* --- estados :hover (ex-style-hover) --- */
.hover-surface:hover {
	background: #1a1a1a;
}
.hover-border:hover {
	border-color: #555555;
}
.hover-border-accent:hover {
	border-color: #ff395f;
}

/* --- footer + redes sociais --- */
.footer {
	margin-top: auto;
	border-top: 1px solid #2a2a2a;
}
.footer-inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.footer-note {
	font-family: var(--font-display);
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6e6e6e;
}
.social {
	display: flex;
	align-items: center;
	gap: 8px;
}
.social-link {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2a2a2a;
	color: #6e6e6e;
	transition: color 0.15s, border-color 0.15s;
}
.social-link:hover {
	color: #ff395f;
	border-color: #ff395f;
}
.social-link svg {
	width: 16px;
	height: 16px;
	display: block;
	fill: currentColor;
}
