/*
Theme Name: Gama
Author: Gama Team
Description: Custom theme scaffold.
Version: 1.0.0
Text Domain: gama
*/

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
	color: #0f172a;
	background: #ffffff;
}

a {
	color: inherit;
}

.hero-section-anim {
	will-change: transform, opacity, filter;
}

.hero-section-anim.is-hero-scrolling {
	transition: none;
}

/* ── Navigation ───────────────────────────────────── */

.nav-bar-anim {
	opacity: 0;
	transform: translateY(-110%);
	will-change: transform, opacity;
	animation: nav-slide-down 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.05s forwards;
	position: relative;
	z-index: 220;
}

.nav-bar-anim details {
	position: relative;
}

.nav-bar-anim details[open] {
	z-index: 230;
}

.gama-account-dropdown {
	z-index: 240;
}

.gama-account-toggle {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	padding-right: 0.55rem;
}

.gama-account-toggle:hover {
	border-color: rgba(253, 35, 35, 0.55);
	background: rgba(255, 255, 255, 0.08);
	box-shadow:
		0 16px 38px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	transform: translateY(-1px);
}

.gama-account-toggle__avatar .avatar {
	width: 100%;
	height: 100%;
}

.gama-account-panel__hero .avatar,
.gama-account-mobile .avatar {
	width: 100%;
	height: 100%;
}

.gama-account-dropdown[open] .gama-account-toggle {
	border-color: rgba(253, 35, 35, 0.55);
	background: rgba(255, 255, 255, 0.08);
	box-shadow:
		0 16px 38px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.gama-account-dropdown[open] .gama-account-toggle__chevron {
	transform: rotate(180deg);
	color: #fd2323;
}

.gama-account-panel {
	transform: translateY(10px) scale(0.98);
	transform-origin: top right;
	background: #161616;
	border-color: #fd2323;
}

.gama-account-dropdown[open] .gama-account-panel {
	transform: translateY(0) scale(1);
}

.gama-account-panel__hero {
	background:
		radial-gradient(circle at top right, rgba(253, 35, 35, 0.22), transparent 42%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.gama-account-panel__glow {
	position: absolute;
	inset: auto auto -42px -24px;
	width: 108px;
	height: 108px;
	border-radius: 9999px;
	background: rgba(253, 35, 35, 0.14);
	filter: blur(22px);
}

.gama-account-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.45rem;
	padding: 0.3rem 0.55rem;
	border-radius: 9999px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	border: 1px solid transparent;
}

.gama-account-badge--block {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 0.7rem;
}

.gama-account-badge::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 9999px;
	background: currentColor;
	box-shadow: 0 0 0 4px currentColor;
	opacity: 0.14;
}

.gama-account-badge--vip {
	color: #ffb24d;
	background: rgba(255, 178, 77, 0.12);
	border-color: rgba(255, 178, 77, 0.18);
}

.gama-account-badge--active {
	color: #4ade80;
	background: rgba(74, 222, 128, 0.1);
	border-color: rgba(74, 222, 128, 0.18);
}

.gama-account-badge--muted {
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.08);
}

.gama-account-link {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.68rem 0.75rem;
	border-radius: 16px;
	color: inherit;
	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease;
	border: 1px solid transparent;
}

.gama-account-link + .gama-account-link {
	margin-top: 0.2rem;
}

.gama-account-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.06);
	color: #fd2323;
	flex-shrink: 0;
}

.gama-account-link__label {
	min-width: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	white-space: nowrap;
}

.gama-account-link:hover {
	transform: translateX(3px);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gama-account-link--mobile {
	display: block;
	padding: 0.78rem 0.9rem;
	margin-top: 0.38rem;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.03);
}

.gama-account-link--mobile:hover {
	transform: none;
	background: rgba(253, 35, 35, 0.16);
	border-color: rgba(253, 35, 35, 0.2);
}

.gama-account-logout {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.gama-account-logout:hover {
	border-color: rgba(253, 35, 35, 0.5);
	color: #fd2323;
	background: rgba(253, 35, 35, 0.08);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.gama-account-mobile[open] {
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.gama-stream-dropdown {
	z-index: 235;
}

.gama-stream-toggle {
	padding-right: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.gama-stream-toggle:hover,
.gama-stream-dropdown[open] .gama-stream-toggle {
	border-color: rgba(253, 35, 35, 0.42);
	background: rgba(255, 255, 255, 0.05);
	box-shadow:
		0 14px 34px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gama-stream-panel {
	padding: 0.5rem;
	border-radius: 20px;
	border-color: rgba(253, 35, 35, 0.82);
	background:
		radial-gradient(circle at top right, rgba(253, 35, 35, 0.14), transparent 42%),
		linear-gradient(180deg, rgba(24, 24, 24, 0.98), rgba(15, 15, 15, 0.98));
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.42);
	transform: translateY(10px) scale(0.98);
	transform-origin: top left;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}

.gama-stream-dropdown[open] .gama-stream-panel {
	transform: translateY(0) scale(1);
}

.gama-stream-link {
	gap: 0.75rem;
	min-height: 46px;
	padding: 0.75rem 0.85rem !important;
	border: 1px solid transparent;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.02);
	color: inherit;
	transition:
		transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.24s ease,
		border-color 0.24s ease,
		box-shadow 0.24s ease;
}

.gama-stream-link + .gama-stream-link {
	margin-top: 0.28rem;
}

.gama-stream-link:hover {
	transform: translateX(3px);
	background: rgba(255, 255, 255, 0.055);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.gama-stream-link--active {
	background: rgba(253, 35, 35, 0.08);
	border-color: rgba(253, 35, 35, 0.22);
}

.gama-stream-link--granted {
	background: linear-gradient(180deg, rgba(0, 201, 80, 0.08), rgba(255, 255, 255, 0.02));
}

.gama-stream-link--locked {
	background: linear-gradient(180deg, rgba(255, 59, 48, 0.08), rgba(255, 255, 255, 0.02));
}

.gama-stream-link__label {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.03em;
}

.gama-stream-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.06);
	flex-shrink: 0;
}

.gama-stream-link--granted .gama-stream-link__icon {
	background: rgba(0, 201, 80, 0.08);
	border-color: rgba(0, 201, 80, 0.18);
}

.gama-stream-link--locked .gama-stream-link__icon {
	background: rgba(255, 59, 48, 0.08);
	border-color: rgba(255, 59, 48, 0.18);
}

.gama-stream-mobile-dropdown {
	border-color: rgba(253, 35, 35, 0.3);
	background: rgba(255, 255, 255, 0.02);
}

.gama-stream-mobile-toggle {
	background:
		radial-gradient(circle at top right, rgba(253, 35, 35, 0.1), transparent 40%),
		rgba(255, 255, 255, 0.02);
}

.gama-stream-mobile-panel {
	padding: 0.2rem 0.2rem 0.35rem;
}

.gama-stream-mobile-link {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem;
	gap: 0.7rem;
	border-radius: 14px !important;
	border: 1px solid transparent;
	background: rgba(255, 255, 255, 0.03);
}

.gama-stream-mobile-link--active {
	border-color: rgba(253, 35, 35, 0.2);
	background: rgba(253, 35, 35, 0.08);
}

.gama-stream-mobile-link--granted {
	background: rgba(0, 201, 80, 0.08);
}

.gama-stream-mobile-link--locked {
	background: rgba(255, 59, 48, 0.08);
}

.gama-stream-mobile-link__label {
	flex: 1 1 auto;
	min-width: 0;
}

.gama-stream-mobile-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.05);
	flex-shrink: 0;
}

.event-list-wrap {
	position: relative;
	z-index: 80;
}

@keyframes nav-slide-down {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nav-bar-anim.is-scrolled {
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.nav-bar-anim .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	animation: nav-logo-float 4.2s ease-in-out infinite;
	transform-origin: center center;
}

.nav-bar-anim .custom-logo {
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
	will-change: transform, filter;
}

.nav-bar-anim .custom-logo-link:hover .custom-logo {
	transform: translateY(-1px) scale(1.05);
	filter: drop-shadow(0 8px 18px rgba(253, 35, 35, 0.35));
}

.nav-bar-anim :is(a, summary, .nav-toggle, .nav-close) {
	position: relative;
	overflow: hidden;
	transition:
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.28s ease,
		filter 0.28s ease;
	will-change: transform;
}

.nav-bar-anim :is(a, summary, .nav-toggle, .nav-close):hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.nav-bar-anim :is(a.bg-primary, a[class*=" bg-primary"], a[class^="bg-primary"])::after {
	content: '';
	position: absolute;
	top: 0;
	left: -130%;
	width: 55%;
	height: 100%;
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);
	transform: skewX(-18deg);
	opacity: 0;
}

.nav-bar-anim :is(a.bg-primary, a[class*=" bg-primary"], a[class^="bg-primary"]):hover::after {
	opacity: 1;
	animation: nav-cta-shine 0.75s ease;
}

@keyframes nav-logo-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-2px);
	}
}

@keyframes nav-cta-shine {
	0% {
		left: -130%;
	}
	100% {
		left: 135%;
	}
}

@media (min-width: 768px) {
	.nav-bar-anim.is-scrolled {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nav-bar-anim {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.nav-bar-anim .custom-logo-link {
		animation: none;
	}

	.nav-bar-anim :is(a, summary, .nav-toggle, .nav-close) {
		transition: none;
	}

	.gama-account-panel,
	.gama-account-dropdown[open] .gama-account-panel,
	.gama-account-link,
	.gama-account-toggle,
	.gama-stream-panel,
	.gama-stream-dropdown[open] .gama-stream-panel,
	.gama-stream-link,
	.gama-stream-toggle {
		transform: none;
	}
}

.home-loader {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at top right, rgba(253, 35, 35, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
		#101112;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.home-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.home-loader__spinner {
	width: 48px;
	height: 48px;
	border-radius: 9999px;
	border: 3px solid rgba(255, 255, 255, 0.14);
	border-top-color: #fd2323;
	box-shadow: 0 0 22px rgba(253, 35, 35, 0.16);
	animation: home-spin 0.9s linear infinite;
}

@keyframes home-spin {
	to {
		transform: rotate(360deg);
	}
}

.home-animate-target {
	opacity: 0;
	transform: translate3d(0, 56px, 0) scale(0.92);
	will-change: transform, opacity;
	transition:
		opacity 0.6s ease,
		transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-animate-target.is-in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.site-animate-root {
	--gama-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.gama-entry-shell,
.gama-shop-hero,
.gama-shop-card {
	transform-origin: center top;
}

.gama-reveal {
	--gama-reveal-delay: 0ms;
	--gama-reveal-x: 0px;
	--gama-reveal-y: 44px;
	--gama-reveal-scale: 0.965;
	--gama-reveal-rotate: 0deg;
	--gama-parallax-y: 0px;
	opacity: 0;
	filter: blur(12px);
	transform: translate3d(
			var(--gama-reveal-x),
			calc(var(--gama-reveal-y) + var(--gama-parallax-y)),
			0
		)
		scale(var(--gama-reveal-scale))
		rotate(var(--gama-reveal-rotate));
	transition:
		opacity 0.72s ease var(--gama-reveal-delay),
		filter 0.92s var(--gama-motion-ease) var(--gama-reveal-delay),
		transform 0.96s var(--gama-motion-ease) var(--gama-reveal-delay);
	will-change: transform, opacity, filter;
}

.gama-reveal[data-gama-reveal='hero'] {
	--gama-reveal-y: 52px;
	--gama-reveal-scale: 0.955;
}

.gama-reveal[data-gama-reveal='headline'] {
	--gama-reveal-y: 56px;
	--gama-reveal-scale: 0.94;
	--gama-reveal-rotate: -0.45deg;
}

.gama-reveal[data-gama-reveal='headline-sm'] {
	--gama-reveal-y: 34px;
	--gama-reveal-scale: 0.97;
}

.gama-reveal[data-gama-reveal='section'] {
	--gama-reveal-y: 40px;
}

.gama-reveal[data-gama-reveal='soft'] {
	--gama-reveal-y: 24px;
	--gama-reveal-scale: 0.985;
}

.gama-reveal[data-gama-reveal='card'] {
	--gama-reveal-y: 30px;
	--gama-reveal-scale: 0.985;
}

.gama-reveal[data-gama-reveal='media'] {
	--gama-reveal-y: 28px;
	--gama-reveal-scale: 0.975;
}

.gama-reveal[data-gama-reveal='list'] {
	--gama-reveal-x: -22px;
	--gama-reveal-y: 22px;
	--gama-reveal-scale: 0.985;
}

.gama-reveal[data-gama-reveal='quote'] {
	--gama-reveal-x: 24px;
	--gama-reveal-y: 26px;
	--gama-reveal-scale: 0.98;
}

.gama-reveal.is-gama-in-view {
	opacity: 1;
	filter: blur(0);
	transform: translate3d(0, var(--gama-parallax-y), 0) scale(1) rotate(0deg);
}

[data-gama-parallax] {
	will-change: transform;
}

.home-title-grow {
	transform: scale(0.78);
	opacity: 0.75;
	transform-origin: center center;
	transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
}

.home-title-grow.is-grown {
	transform: scale(1);
	opacity: 1;
}

[data-home-typing] {
	display: inline-block;
	min-height: 1.4em;
	white-space: nowrap;
}

.gama-homepage,
.gama-post-home {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.gama-homepage__backdrop,
.gama-post-home__backdrop {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.gama-homepage__orb,
.gama-post-home__orb,
.gama-home-replay__orb {
	position: absolute;
	border-radius: 9999px;
	filter: blur(18px);
	pointer-events: none;
	z-index: 0;
}

.gama-homepage__orb--primary,
.gama-post-home__orb--primary {
	top: 72px;
	right: -80px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(253, 35, 35, 0.3), rgba(253, 35, 35, 0));
}

.gama-homepage__orb--secondary,
.gama-post-home__orb--secondary {
	top: 38%;
	left: -120px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.09), rgba(255, 184, 0, 0));
}

.gama-homepage__grid,
.gama-post-home__grid,
.gama-home-replay__grid {
	position: absolute;
	inset: 0;
	opacity: 0.12;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 34px 34px;
	mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.92));
}

.gama-homepage__hero,
.gama-homepage__section,
.gama-post-home__hero,
.gama-post-home__feed {
	position: relative;
	z-index: 1;
}

.gama-homepage__hero {
	margin-top: 10px;
	padding-bottom: 1.25rem;
}

.gama-homepage__hero .hero-slider {
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
}

.gama-homepage__hero .hero-slider__viewport::before {
	content: "";
	position: absolute;
	inset: 20px;
	z-index: 25;
	border: 1px solid rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.gama-homepage__hero .hero-slider::after {
	content: "";
	position: absolute;
	inset: auto 32px 0;
	height: 1px;
	z-index: 26;
	background: linear-gradient(90deg, rgba(253, 35, 35, 0), rgba(253, 35, 35, 0.82), rgba(253, 35, 35, 0));
}

.gama-homepage__hero-marquee {
	display: flex;
	gap: 0.9rem;
	overflow: hidden;
	padding: 0 1rem 0.4rem;
	margin-top: -1px;
	white-space: nowrap;
}

.gama-homepage__hero-marquee span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background:
		radial-gradient(circle at top right, rgba(253, 35, 35, 0.14), transparent 36%),
		rgba(255, 255, 255, 0.04);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.76);
}

.gama-home-replay__shell,
.gama-home-partners__shell,
.gama-post-home__hero-shell,
.gama-post-card,
.gama-post-home__empty {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top right, rgba(253, 35, 35, 0.12), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
		#151515;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.gama-home-replay__shell::after,
.gama-home-partners__shell::after,
.gama-post-home__hero-shell::after,
.gama-post-card::after,
.gama-post-home__empty::after {
	content: "";
	position: absolute;
	inset: auto 1.25rem 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(253, 35, 35, 0), rgba(253, 35, 35, 0.82), rgba(253, 35, 35, 0));
}

.gama-home-replay__shell,
.gama-home-partners__shell {
	padding: 1.35rem;
	border-radius: 30px;
}

.gama-home-replay__orb--primary {
	top: -48px;
	right: -24px;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle, rgba(253, 35, 35, 0.34), rgba(253, 35, 35, 0));
}

.gama-home-replay__orb--secondary {
	bottom: -76px;
	left: 15%;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle, rgba(255, 184, 0, 0.11), rgba(255, 184, 0, 0));
}

.gama-home-replay__shell > *,
.gama-home-partners__shell > * {
	position: relative;
	z-index: 1;
}

.gama-home-replay__shell > span,
.gama-home-partners__shell > span {
	position: absolute;
}

.gama-home-replay__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.gama-home-replay__eyebrow,
.gama-home-partners__eyebrow,
.gama-post-home__eyebrow,
.gama-post-card__pill {
	display: inline-flex;
	align-items: center;
	align-self: center;
	width: fit-content;
	min-height: 34px;
	padding: 0.38rem 0.72rem;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.68);
}

.gama-home-replay__title,
.gama-home-partners__title,
.gama-post-home__title {
	margin-top: 1rem;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-wrap: balance;
	color: #ffffff;
}

.gama-home-replay__subtitle,
.gama-post-home__subtitle {
	margin-top: 0.95rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.gama-home-replay__description,
.gama-home-partners__copy {
	max-width: 700px;
	margin-top: 1rem;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.62);
	text-wrap: balance;
}

.gama-home-replay__frame {
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(9, 10, 12, 0.78);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26);
	padding: 1rem;
}

.gama-home-replay__screen {
	overflow: hidden;
	border-radius: 20px;
	background: #090909;
}

.gama-home-replay__screen::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 25%),
		linear-gradient(135deg, rgba(253, 35, 35, 0.12), transparent 42%);
}

.gama-home-partners__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.35rem;
}

.gama-home-partners__title {
	margin-top: 0.85rem;
	font-size: clamp(1.8rem, 3.3vw, 3rem);
}

.gama-home-partners__copy {
	max-width: 460px;
	margin-top: 0;
}

.gama-home-partners__carousel {
	padding: 1rem 0;
	mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.gama-home-partners .sponsors-group {
	gap: 1.2rem;
	padding: 0 0.6rem;
}

.gama-home-partners .sponsor-item {
	min-width: 180px;
	height: 112px;
	padding: 0.9rem 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.gama-home-partners .sponsor-item:hover {
	transform: translateY(-2px);
	border-color: rgba(253, 35, 35, 0.34);
	background: rgba(255, 255, 255, 0.06);
}

.gama-home-partners__empty {
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.7) !important;
}

.gama-post-home {
	padding: 2rem 1rem 4rem;
}

.gama-post-home__hero,
.gama-post-home__feed {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.gama-post-home__hero-shell {
	padding: 1.5rem;
	border-radius: 30px;
}

.gama-post-home__title {
	max-width: 820px;
}

.gama-post-home__subtitle {
	max-width: 760px;
	white-space: normal;
	line-height: 1.6;
}

.gama-post-home__grid-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	margin-top: 1.2rem;
}

.gama-post-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.25rem 1.25rem 1.4rem;
	border-radius: 28px;
}

.gama-post-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.gama-post-card__pill {
	align-self: flex-start;
}

.gama-post-card__date {
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.52);
}

.gama-post-card__title {
	margin-top: 1rem;
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #ffffff;
}

.gama-post-card__title a {
	transition: color 0.25s ease;
}

.gama-post-card__title a:hover {
	color: #fd2323;
}

.gama-post-card__content {
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.68);
}

.gama-post-card__content p {
	font-size: 0.96rem;
	line-height: 1.75;
}

.gama-post-home__empty {
	padding: 1.4rem;
	margin-top: 1.2rem;
	border-radius: 24px;
}

.gama-post-home__empty p {
	color: rgba(255, 255, 255, 0.72);
}

.gama-post-card:hover {
	border-color: rgba(253, 35, 35, 0.28);
}

.gama-homepage__hero .hero-slider-prev,
.gama-homepage__hero .hero-slider-next {
	backdrop-filter: blur(12px);
}

[data-home-typing].is-typing::after {
	content: '|';
	display: inline-block;
	margin-left: 2px;
	animation: home-caret-blink 0.8s steps(1, end) infinite;
}

@keyframes home-caret-blink {
	0%,
	49% {
		opacity: 1;
	}
	50%,
	100% {
		opacity: 0;
	}
}

@media (max-width: 1024px) {
	.gama-home-partners__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.gama-post-home__grid-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.gama-homepage__hero {
		padding-bottom: 1rem;
	}

	.gama-homepage__hero .hero-slider__viewport::before {
		inset: 12px;
	}

	.gama-homepage__hero-marquee {
		padding: 0 0.75rem 0.2rem;
	}

	.gama-homepage__hero-marquee span {
		min-height: 38px;
		padding: 0.45rem 0.75rem;
		font-size: 0.62rem;
	}

	.gama-home-replay__shell,
	.gama-home-partners__shell,
	.gama-post-home__hero-shell,
	.gama-post-card,
	.gama-post-home__empty {
		border-radius: 22px;
	}

	.gama-home-replay__shell,
	.gama-home-partners__shell,
	.gama-post-home__hero-shell,
	.gama-post-card,
	.gama-post-home__empty,
	.gama-home-replay__frame {
		padding: 1rem;
	}

	.gama-home-replay__frame {
		border-radius: 22px;
	}

	.gama-home-replay__screen {
		border-radius: 16px;
	}

	.gama-home-partners .sponsor-item {
		min-width: 150px;
		height: 92px;
		padding: 0.75rem 0.95rem;
		border-radius: 18px;
	}

	.gama-post-home {
		padding: 1rem 0.75rem 3rem;
	}

	.gama-post-card__meta {
		flex-direction: column;
		align-items: flex-start;
	}

	.gama-post-card__title {
		font-size: 1.45rem;
	}

	.gama-home-replay__subtitle,
	.gama-post-home__subtitle {
		font-size: 0.72rem;
		letter-spacing: 0.13em;
		white-space: normal;
	}

	.gama-home-replay__description,
	.gama-home-partners__copy,
	.gama-post-card__content p {
		font-size: 0.9rem;
		line-height: 1.65;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-loader,
	.home-animate-target,
	.home-title-grow,
	.gama-reveal {
		transition: none;
	}

	.home-loader__spinner {
		animation: none;
	}

	.home-animate-target,
	.home-animate-target.is-in-view {
		opacity: 1;
		transform: none;
	}

	.gama-reveal,
	.gama-reveal.is-gama-in-view {
		opacity: 1;
		filter: none;
		transform: none;
	}
}

.woocommerce-account .my_account_memberships td.membership-actions {
	white-space: nowrap;
	min-width: 210px;
}

.woocommerce-account table.my_account_memberships {
	table-layout: auto;
}

.woocommerce-account .my_account_memberships th.membership-actions,
.woocommerce-account .my_account_memberships td.membership-actions {
	width: 210px;
}

.woocommerce-account .my_account_memberships td.membership-actions .button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	margin: 0 8px 0 0;
	padding-left: 16px;
	padding-right: 16px;
}

.woocommerce-account .my_account_memberships td.membership-actions .button:last-child {
	margin-right: 0;
}
