/* ═══ XPLAY Experience (gx) — scoped, design ΩΣ ΕΧΕΙ ═══ */
body.gx-page *{box-sizing:border-box;margin:0;padding:0}
body.gx-page img{display:block;max-width:100%}
body.gx-page a{text-decoration:none;color:inherit}
body.gx-page button{background:none;border:none;color:inherit;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}
body.gx-page body.gx-active{overflow-x:hidden;background:var(--gx-bg);color:var(--gx-text)}
body.gx-page .gx-wrap h1, body.gx-page .gx-wrap h2, body.gx-page .gx-wrap h3, body.gx-page .gx-wrap h4{color:var(--gx-text)}
body.gx-page .gx-wrap a, body.gx-page .gx-wrap a:visited, body.gx-page .gx-wrap a:hover, body.gx-page .gx-wrap a:active{color:inherit}
body.gx-page .gx-btn, body.gx-page .gx-btn:visited, body.gx-page .gx-btn:hover, body.gx-page .gx-btn:active, body.gx-page .gx-btn:focus{color:#fff !important;text-decoration:none !important}
body.gx-page .gx-wrap{
	font-family:var(--gx-body);
	background:
		radial-gradient(ellipse at 12% 6%, var(--gx-ac-rgba-12) 0%, transparent 32%),
		radial-gradient(ellipse at 84% 10%, var(--gx-sc-rgba-10) 0%, transparent 28%),
		linear-gradient(180deg, var(--gx-bg) 0%, color-mix(in srgb, var(--gx-bg) 82%, #111) 50%, var(--gx-bg) 100%);
	color:var(--gx-text);
	overflow-x:hidden;
	position:relative;
	transition:none;
}
body.gx-page .gx-shell{width:min(var(--gx-max),calc(100% - 40px));margin:0 auto;position:relative}
body.gx-page .gx-noise{
	position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.03;
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body.gx-page #gx-particles{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.10}
body.gx-page .gx-progress{position:fixed;top:0;left:0;width:100%;height:3px;z-index:9998}
body.gx-page .gx-progress__fill{
	height:100%;width:0;
	background:linear-gradient(90deg,var(--gx-ac),var(--gx-sc));
	box-shadow:0 0 16px var(--gx-glow-rgba-35);
	transition:width .06s linear;
}
body.gx-page .gx-loader{
	position:fixed;inset:0;z-index:9999;
	display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;
	background:
		linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.99)),
		radial-gradient(circle at center,var(--gx-ac-rgba-12),transparent 40%);
	transition:opacity .7s ease,visibility .7s ease;
	padding:24px;text-align:center;
}
body.gx-page .gx-loader.is-gone{opacity:0;visibility:hidden;pointer-events:none}
body.gx-page .gx-loader__title{
	font-family:var(--gx-display);
	font-size:clamp(34px,7vw,110px);
	line-height:1.04;
	letter-spacing:.01em;
	font-weight:800;
	text-transform:none;
	color:#fff;
	position:relative;
	opacity:0;
	animation:gxLoaderReveal 1.65s steps(1,end) forwards .25s;
	max-width:min(94vw,980px);
	padding-inline:12px;
	text-wrap:balance;
	word-break:break-word;
	overflow-wrap:anywhere;
}
@keyframes gxLoaderReveal{
	0%{opacity:0;clip-path:inset(0 100% 0 0)}
	8%{opacity:1;clip-path:inset(0 84% 0 0);color:var(--gx-ac);transform:translateX(-8px)}
	16%{clip-path:inset(0 64% 0 0);color:#fff;transform:none}
	26%{clip-path:inset(0 40% 0 0);color:var(--gx-sc)}
	38%{clip-path:inset(0 16% 0 0)}
	46%{clip-path:inset(0 0 0 0);color:#fff}
	54%{clip-path:inset(32% 0 42% 0);transform:translateX(6px);color:var(--gx-ac)}
	56%{clip-path:inset(0 0 0 0);transform:none;color:#fff}
	64%{clip-path:inset(66% 0 6% 0);transform:translateX(-4px)}
	66%{clip-path:inset(0 0 0 0);transform:none}
	100%{opacity:1;clip-path:inset(0 0 0 0)}
}
body.gx-page .gx-loader__bar-wrap{width:min(360px,80vw);height:2px;border-radius:2px;background:rgba(255,255,255,.08);overflow:hidden}
body.gx-page .gx-loader__bar{height:100%;width:0;background:linear-gradient(90deg,var(--gx-ac),var(--gx-sc));transition:width 1.25s cubic-bezier(.4,0,.2,1)}
body.gx-page .gx-loader__label{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gx-faint)}

body.gx-page .gx-dock{
	position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:998;
	display:flex;align-items:center;gap:6px;padding:8px;border-radius:999px;
	background:rgba(8,8,8,.76);backdrop-filter:blur(18px) saturate(1.35);
	border:1px solid var(--gx-bdr2);box-shadow:0 18px 50px rgba(0,0,0,.35);
	max-width:min(calc(100vw - 24px),1080px);overflow:auto;scrollbar-width:none;
}
body.gx-page .gx-dock::-webkit-scrollbar{display:none}
body.gx-page .gx-dock a{
	flex:0 0 auto;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:700;
	letter-spacing:.08em;text-transform:uppercase;color:var(--gx-faint);white-space:nowrap;border:1px solid transparent;transition:.2s ease;
}
body.gx-page .gx-dock a:hover, body.gx-page .gx-dock a.is-active{color:var(--gx-text);background:var(--gx-gl2);border-color:var(--gx-bdr2)}

body.gx-page .gx-hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;padding:0 0 92px;overflow:hidden}
body.gx-page .gx-hero__media, body.gx-page .gx-hero__vignette, body.gx-page .gx-hero__noise, body.gx-page .gx-hero__scanlines{position:absolute;inset:0}
body.gx-page .gx-hero__media{z-index:1;overflow:hidden}
body.gx-page .gx-hero__img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);filter:saturate(.86);transition:transform 10s ease}
body.gx-page .gx-hero__img.loaded{transform:scale(1)}
body.gx-page .gx-hero__video{width:100%;height:100%;object-fit:cover;display:block}
body.gx-page .gx-hero__yt-wrap{position:absolute;inset:-10%;pointer-events:none}
body.gx-page .gx-hero__yt-wrap iframe{width:100%;height:100%;border:0}
body.gx-page .gx-hero__vignette{
	z-index:2;
	background:
		linear-gradient(180deg,rgba(4,4,4,.16) 0%,rgba(4,4,4,.52) 46%,rgba(4,4,4,.97) 100%),
		linear-gradient(90deg,rgba(4,4,4,.88) 0%,transparent 50%,rgba(4,4,4,.7) 100%);
}
body.gx-page .gx-hero__noise{
	z-index:3;opacity:.06;pointer-events:none;
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
	background-size:220px 220px;mix-blend-mode:overlay;
}
body.gx-page .gx-hero__scanlines{
	z-index:4;opacity:.04;pointer-events:none;
	background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.12) 2px,rgba(255,255,255,.12) 4px);
}
body.gx-page .gx-hero__content{
	position:relative;z-index:5;width:100%;
	display:grid;grid-template-columns:1fr 390px;gap:32px;align-items:end;
}
body.gx-page .gx-hero__left{max-width:800px}
body.gx-page .gx-badge{
	display:inline-flex;align-items:center;gap:10px;padding:9px 18px;border-radius:999px;
	border:1px solid var(--gx-bdr2);background:rgba(255,255,255,.04);backdrop-filter:blur(8px);
	font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-faint);
	margin-bottom:24px;
}
body.gx-page .gx-badge span{
	width:8px;height:8px;border-radius:50%;background:var(--gx-ac);
	box-shadow:0 0 14px var(--gx-ac);animation:gxPulse 2.2s ease-in-out infinite;flex-shrink:0;
}
@keyframes gxPulse{0%,100%{box-shadow:0 0 8px var(--gx-ac)}50%{box-shadow:0 0 26px var(--gx-ac)}}
body.gx-page .gx-logo{max-width:390px;margin-bottom:20px}
body.gx-page .gx-logo img{width:100%;height:auto;filter:drop-shadow(0 18px 30px rgba(0,0,0,.6))}
body.gx-page .gx-title{
	font-family:var(--gx-display);font-size:clamp(42px,8vw,116px);line-height:1.02;letter-spacing:0;
	font-weight:900;text-transform:none;color:var(--gx-text);display:block;position:relative;max-width:min(12ch,100%);text-wrap:balance;
}
body.gx-page .gx-title::before, body.gx-page .gx-title::after{
	content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;font:inherit;line-height:inherit;letter-spacing:inherit;pointer-events:none;
}
body.gx-page .gx-title::before{color:var(--gx-ac);clip-path:inset(30% 0 52% 0);animation:gxG1 4s infinite steps(1)}
body.gx-page .gx-title::after{color:var(--gx-sc);clip-path:inset(62% 0 8% 0);animation:gxG2 4s infinite steps(1) .45s}
@keyframes gxG1{
	0%,84%,100%{transform:none;opacity:0}
	85%{transform:translate(-5px,2px);opacity:1}
	86%{transform:translate(5px,-2px);opacity:0}
	88%{transform:translate(-3px,0);opacity:.9}
	89%{transform:none;opacity:0}
	91%{transform:translate(6px,-1px);opacity:1}
	92%{opacity:0}
}
@keyframes gxG2{
	0%,80%,100%{transform:none;opacity:0}
	81%{transform:translate(5px,-3px);opacity:1}
	82%{opacity:0}
	84%{transform:translate(-3px,2px);opacity:.8}
	85%{opacity:0}
}
body.gx-page .gx-letter{
	display:inline-block;opacity:0;transform:translateY(22px) rotate(3deg);
	transition:opacity .38s cubic-bezier(.2,0,0,1) calc(var(--li,0) * .038s),transform .38s cubic-bezier(.2,0,0,1) calc(var(--li,0) * .038s);
}
body.gx-page [data-letter-reveal].is-revealed .gx-letter{opacity:1;transform:none}
body.gx-page .gx-subtitle{
	display:block;
	font-size:clamp(18px,2.2vw,26px);
	font-weight:500;
	letter-spacing:0;
	color:var(--gx-sc);
	margin-top:24px;
	margin-bottom:28px;
	line-height:1.45;
}
body.gx-page .gx-intro{font-size:17px;line-height:1.88;color:var(--gx-soft);max-width:620px}
body.gx-page .gx-hero-scroll{
	display:flex;align-items:center;gap:12px;margin-top:36px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-faint);
}
body.gx-page .gx-hero-scroll__line{width:44px;height:1px;background:rgba(255,255,255,.18);position:relative;overflow:hidden}
body.gx-page .gx-hero-scroll__line::after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--gx-ac);animation:gxScan 2s ease-in-out infinite}
@keyframes gxScan{to{left:220%}}
body.gx-page .gx-meta-card{
	background:linear-gradient(160deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
	border:1px solid var(--gx-bdr2);border-radius:var(--gx-r-xl);padding:28px;backdrop-filter:blur(16px);box-shadow:0 40px 100px rgba(0,0,0,.54);
}
body.gx-page .gx-meta-item{padding:14px 0;border-bottom:1px solid var(--gx-bdr)}
body.gx-page .gx-meta-item:first-child{padding-top:0}
body.gx-page .gx-meta-item:last-child{padding-bottom:0;border-bottom:none}
body.gx-page .gx-meta-label{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-ac);margin-bottom:6px}
body.gx-page .gx-meta-value{font-size:18px;font-weight:600;line-height:1.28;letter-spacing:0;color:#fff}

body.gx-page .gx-section{padding:84px 0;position:relative}
body.gx-page .gx-section--dark{background:var(--gx-bg2)}
body.gx-page .gx-head{margin-bottom:46px}
body.gx-page .gx-divider{width:52px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--gx-ac),var(--gx-sc));margin-bottom:18px}
body.gx-page .gx-eyebrow{display:block;margin-bottom:10px;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gx-ac)}
body.gx-page .gx-section-title{
	font-family:var(--gx-display)!important;font-size:clamp(34px,5vw,72px)!important;line-height:1.02!important;letter-spacing:0!important;text-transform:none!important;font-weight:900!important;color:var(--gx-text)!important;margin-bottom:16px;
}
body.gx-page .gx-section-sub{font-size:16px;line-height:1.84;color:var(--gx-soft);max-width:680px}
body.gx-page .gx-panel{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid var(--gx-bdr);border-radius:var(--gx-r-xl);padding:32px}
body.gx-page .gx-copy, body.gx-page .gx-copy p{font-size:17px;line-height:1.9;color:var(--gx-soft)}
body.gx-page .gx-copy p{margin-bottom:16px}
body.gx-page .gx-copy p:last-child{margin-bottom:0}
body.gx-page .gx-reveal{opacity:0;transform:translateY(32px);transition:opacity .8s cubic-bezier(.2,0,0,1),transform .8s cubic-bezier(.2,0,0,1)}
body.gx-page .gx-reveal.is-visible{opacity:1;transform:none}
body.gx-page [data-delay="1"].gx-reveal{transition-delay:.1s}
body.gx-page [data-delay="2"].gx-reveal{transition-delay:.2s}
body.gx-page [data-delay="3"].gx-reveal{transition-delay:.3s}
body.gx-page [data-delay="4"].gx-reveal{transition-delay:.4s}

body.gx-page .gx-section-enter{opacity:0;transform:translateY(42px) scale(.985);transition:opacity .9s cubic-bezier(.2,0,0,1),transform .9s cubic-bezier(.2,0,0,1);will-change:transform, opacity}
body.gx-page .gx-section-enter.is-visible{opacity:1;transform:none}
body.gx-page .gx-stagger > *{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.2,0,0,1),transform .65s cubic-bezier(.2,0,0,1)}
body.gx-page .gx-stagger.is-visible > *:nth-child(1){transition-delay:.06s}
body.gx-page .gx-stagger.is-visible > *:nth-child(2){transition-delay:.12s}
body.gx-page .gx-stagger.is-visible > *:nth-child(3){transition-delay:.18s}
body.gx-page .gx-stagger.is-visible > *:nth-child(4){transition-delay:.24s}
body.gx-page .gx-stagger.is-visible > *:nth-child(5){transition-delay:.30s}
body.gx-page .gx-stagger.is-visible > *{opacity:1;transform:none}
body.gx-page .gx-sweep{clip-path:inset(0 100% 0 0);transition:clip-path 1s cubic-bezier(.2,0,0,1)}
body.gx-page .gx-sweep.is-visible{clip-path:inset(0 0 0 0)}
body.gx-page .gx-atmo-enter{opacity:0;transform:scale(1.04);filter:blur(8px);transition:opacity 1s ease,transform 1s ease,filter 1s ease}
body.gx-page .gx-atmo-enter.is-visible{opacity:1;transform:scale(1);filter:blur(0)}

body.gx-page .gx-lore-band{
	margin:0 0 38px;
	padding:24px 26px;
	border-radius:24px;
	border:1px solid var(--gx-bdr2);
	background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
	backdrop-filter:blur(12px);
	box-shadow:0 16px 50px rgba(0,0,0,.18);
}
body.gx-page .gx-lore-band__inner{
	display:flex;
	align-items:flex-start;
	gap:14px;
	flex-wrap:wrap;
}
body.gx-page .gx-lore-band__label{
	padding:7px 12px;
	border-radius:999px;
	border:1px solid var(--gx-bdr2);
	background:rgba(255,255,255,.04);
	font-size:10px;
	font-weight:700;
	letter-spacing:.16em;
	text-transform:uppercase;
	color:var(--gx-ac);
	flex:0 0 auto;
}
body.gx-page .gx-lore-band__text{
	flex:1 1 320px;
	min-height:1.7em;
	font-size:15px;
	line-height:1.8;
	color:var(--gx-soft);
	position:relative;
	padding-top:1px;
}
body.gx-page .gx-lore-band__text::after{
	content:"";
	display:inline-block;
	width:1px;
	height:1em;
	margin-left:6px;
	background:var(--gx-ac);
	vertical-align:-2px;
	animation:gxBlinkCursor .9s steps(1) infinite;
}
@keyframes gxBlinkCursor{0%,49%{opacity:1}50%,100%{opacity:0}}

body.gx-page .gx-stats{
	display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2px;
	border:1px solid var(--gx-bdr);border-radius:var(--gx-r-xl);overflow:hidden;background:var(--gx-bdr);margin-bottom:8px;
}
body.gx-page .gx-stat{background:var(--gx-bg2);padding:32px 28px;position:relative;overflow:hidden}
body.gx-page .gx-stat::before{
	content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gx-ac),var(--gx-sc));
	transform:scaleX(0);transform-origin:left;transition:transform .6s cubic-bezier(.2,0,0,1);
}
body.gx-page .gx-stat:hover::before{transform:scaleX(1)}
body.gx-page .gx-stat__num{font-family:var(--gx-display);font-size:clamp(38px,5vw,64px);line-height:1.02;color:var(--gx-text);margin-bottom:8px;text-transform:none;font-weight:900}
body.gx-page .gx-stat__label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-faint)}
body.gx-page .gx-stat--score .gx-stat__num{
	background:linear-gradient(90deg,var(--gx-ac),var(--gx-sc));
	-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}

body.gx-page .gx-overview-cinematic{position:relative}
body.gx-page .gx-artwork-wide{
	position:relative;overflow:hidden;border-radius:var(--gx-r-xl);aspect-ratio:21/8;border:1px solid var(--gx-bdr);margin-bottom:24px;background:#060606;
}
body.gx-page .gx-artwork-wide img{width:100%;height:100%;object-fit:cover;filter:brightness(.5) saturate(.8)}
body.gx-page .gx-artwork-wide::after{
	content:"";position:absolute;inset:0;
	background:
		linear-gradient(180deg,rgba(4,4,4,.1) 0%,rgba(4,4,4,.3) 50%,rgba(4,4,4,.85) 100%),
		linear-gradient(90deg,rgba(4,4,4,.6) 0%,transparent 30%,transparent 70%,rgba(4,4,4,.6) 100%);
}
body.gx-page .gx-artwork-wide__text{
	position:absolute;bottom:0;left:0;right:0;z-index:2;padding:40px 40px 36px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;
}
body.gx-page .gx-artwork-wide__title{
	font-family:var(--gx-display);font-size:clamp(24px,3vw,44px);letter-spacing:0;text-transform:none;color:var(--gx-text);font-weight:900;text-shadow:0 2px 20px rgba(0,0,0,.8);
}
body.gx-page .gx-artwork-wide__badge{
	flex-shrink:0;padding:10px 20px;border-radius:999px;border:1px solid var(--gx-bdr2);background:rgba(0,0,0,.5);backdrop-filter:blur(12px);
	font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-sc);
}
body.gx-page .gx-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}
body.gx-page .gx-pillar{
	position:relative;padding:28px;border-radius:var(--gx-r-xl);overflow:hidden;border:1px solid var(--gx-bdr);background:rgba(255,255,255,.04);
	transition:border-color .3s ease,background .3s ease,transform .25s ease;
}
body.gx-page .gx-pillar:hover{border-color:var(--gx-bdr2);background:rgba(255,255,255,.07);transform:translateY(-4px)}
body.gx-page .gx-pillar::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gx-ac),transparent)}
body.gx-page .gx-pillar__icon{
	width:40px;height:40px;border-radius:12px;background:var(--gx-ac-rgba-12);border:1px solid var(--gx-ac-rgba-32);display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
body.gx-page .gx-pillar__icon svg{width:20px;height:20px;fill:none;stroke:var(--gx-ac);stroke-width:1.5}
body.gx-page .gx-pillar__title{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-ac);margin-bottom:10px}
body.gx-page .gx-pillar__text{font-size:15px;line-height:1.82;color:var(--gx-soft)}
body.gx-page .gx-bigquote{
	padding:36px 40px;border-left:3px solid var(--gx-ac);background:rgba(255,255,255,.03);border-radius:0 var(--gx-r-xl) var(--gx-r-xl) 0;
	font-size:clamp(18px,2vw,26px);font-weight:400;font-style:italic;line-height:1.6;color:var(--gx-text);margin-bottom:24px;
}
body.gx-page .gx-overview-extra{margin-top:24px}
body.gx-page .gx-overview-toggle{
	display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:999px;border:1px solid var(--gx-bdr2);background:rgba(255,255,255,.04);backdrop-filter:blur(8px);
	font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gx-soft);transition:.2s ease;
}
body.gx-page .gx-overview-toggle:hover{background:rgba(255,255,255,.08);color:var(--gx-text)}
body.gx-page .gx-overview-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .3s ease}
body.gx-page .gx-overview-toggle.is-open svg{transform:rotate(180deg)}
body.gx-page .gx-overview-body{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.2,0,0,1)}
body.gx-page .gx-overview-body.is-open{max-height:2000px}
body.gx-page .gx-overview-body .gx-copy{padding:24px 0 0}

/* cards */
body.gx-page .gx-chars{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	column-gap:20px;
	row-gap:28px;
	align-items:start;
}
body.gx-page .gx-char-card{
	position:relative;
	overflow:hidden;
	border-radius:var(--gx-r-xl);
	border:1px solid var(--gx-bdr);
	min-height:560px;
	height:560px;
	cursor:pointer;
	background:#0b0b0b;
	transform-style:preserve-3d;
	transform:perspective(1000px) rotateX(0) rotateY(0);
	transition:transform .12s ease,box-shadow .35s ease;
	box-shadow:0 20px 60px rgba(0,0,0,.42);
	-webkit-tap-highlight-color:transparent;
	--gx-foil-x:50%;
	--gx-foil-y:50%;
}
body.gx-page .gx-char-card:hover, body.gx-page .gx-char-card.is-tapped{box-shadow:0 40px 100px rgba(0,0,0,.72),0 0 40px var(--gx-ac-rgba-18)}
body.gx-page .gx-char-card__bg{position:absolute;inset:0;z-index:0;transition:transform .75s ease}
body.gx-page .gx-char-card:hover .gx-char-card__bg, body.gx-page .gx-char-card.is-tapped .gx-char-card__bg{transform:scale(1.06)}
body.gx-page .gx-char-card__bg img{width:100%;height:100%;object-fit:cover;object-position:top center}
body.gx-page .gx-char-card__gradient{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(5,5,5,.04) 0%,rgba(5,5,5,.22) 40%,rgba(5,5,5,.96) 100%)}
body.gx-page .gx-char-card__shine{
	position:absolute;inset:0;z-index:2;pointer-events:none;
	background:
		radial-gradient(circle at var(--gx-foil-x) var(--gx-foil-y), rgba(255,255,255,.16), transparent 26%),
		conic-gradient(from 180deg at var(--gx-foil-x) var(--gx-foil-y),
			rgba(255,255,255,0) 0deg,
			rgba(255,0,153,.12) 55deg,
			rgba(0,225,255,.14) 110deg,
			rgba(255,255,255,.06) 160deg,
			rgba(255,204,0,.14) 215deg,
			rgba(0,255,170,.12) 280deg,
			rgba(255,255,255,0) 360deg);
	mix-blend-mode:screen;
	opacity:0;
	transition:opacity .28s ease;
}
body.gx-page .gx-char-card::after{
	content:"";
	position:absolute;inset:0;z-index:2;pointer-events:none;
	background:
		linear-gradient(115deg,
			rgba(255,255,255,0) 18%,
			rgba(255,255,255,.10) 30%,
			rgba(255,255,255,0) 42%);
	transform:translateX(-120%);
	opacity:0;
}
body.gx-page .gx-char-card:hover .gx-char-card__shine, body.gx-page .gx-char-card.is-tapped .gx-char-card__shine{opacity:1}
body.gx-page .gx-char-card:hover::after{opacity:1;animation:gxFoilSweep 1.25s ease}
@keyframes gxFoilSweep{
	0%{transform:translateX(-120%)}
	100%{transform:translateX(140%)}
}
body.gx-page .gx-char-card__body{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:26px}
body.gx-page .gx-char-card__role{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-ac);margin-bottom:8px}
body.gx-page .gx-char-card__name{font-family:var(--gx-display);font-size:30px;line-height:1.02;letter-spacing:0;text-transform:none;color:var(--gx-text);margin-bottom:12px;font-weight:900}
body.gx-page .gx-char-card__desc{
	font-size:14px;line-height:1.75;color:var(--gx-soft);max-height:0;overflow:hidden;opacity:0;transition:max-height .5s cubic-bezier(.2,0,0,1),opacity .4s ease;
}
body.gx-page .gx-char-card:hover .gx-char-card__desc, body.gx-page .gx-char-card.is-tapped .gx-char-card__desc{
	max-height:260px;
	opacity:1;
}
body.gx-page .gx-char-card__corner{
	position:absolute;top:18px;right:18px;z-index:3;width:38px;height:38px;border-radius:50%;
	background:rgba(0,0,0,.42);backdrop-filter:blur(8px);border:1px solid var(--gx-bdr2);display:flex;align-items:center;justify-content:center;
}
body.gx-page .gx-char-card__corner svg{width:16px;height:16px;fill:none;stroke:var(--gx-text);stroke-width:1.5;transition:transform .3s ease}
body.gx-page .gx-char-card.is-tapped .gx-char-card__corner svg{transform:rotate(45deg)}

body.gx-page .gx-trailer{position:relative;overflow:hidden}
body.gx-page .gx-trailer__bg{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 50% 100%,var(--gx-ac-rgba-12),transparent 60%)}
body.gx-page .gx-trailer__frame{
	position:relative;z-index:1;aspect-ratio:16/9;border-radius:var(--gx-r-xl);overflow:hidden;border:1px solid var(--gx-bdr2);box-shadow:0 60px 140px rgba(0,0,0,.72);
}
body.gx-page .gx-trailer__frame iframe{width:100%;height:100%;border:0}
body.gx-page .gx-trailer__thumb{
	position:absolute;inset:0;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;background:#000;transition:opacity .45s ease;
}
body.gx-page .gx-trailer__thumb img{width:100%;height:100%;object-fit:cover;opacity:.6}
body.gx-page .gx-trailer__thumb.is-playing{opacity:0;pointer-events:none}
body.gx-page .gx-play-btn{
	position:absolute;z-index:3;width:90px;height:90px;border-radius:50%;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);
	border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background .3s ease;
}
body.gx-page .gx-trailer__thumb:hover .gx-play-btn{transform:scale(1.12);background:var(--gx-ac)}
body.gx-page .gx-play-btn svg{width:28px;height:28px;fill:var(--gx-text);margin-left:4px}

body.gx-page .gx-timeline-outer{overflow:hidden;position:relative}
body.gx-page .gx-timeline-outer::before, body.gx-page .gx-timeline-outer::after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
body.gx-page .gx-timeline-outer::before{left:0;background:linear-gradient(90deg,var(--gx-bg2),transparent)}
body.gx-page .gx-timeline-outer::after{right:0;background:linear-gradient(270deg,var(--gx-bg2),transparent)}
body.gx-page .gx-timeline-track{
	display:flex;gap:0;padding:0 40px 48px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;cursor:grab;position:relative;
}
body.gx-page .gx-timeline-track:active{cursor:grabbing}
body.gx-page .gx-timeline-track::-webkit-scrollbar{display:none}
body.gx-page .gx-timeline-track::before{
	content:"";position:absolute;top:83px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gx-bdr) 10%,var(--gx-bdr) 90%,transparent);z-index:0;
}
body.gx-page .gx-timeline-event{flex-shrink:0;width:260px;padding:0 24px 0 0;position:relative}
body.gx-page .gx-timeline-event:last-child{padding-right:0}
body.gx-page .gx-timeline-year{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-faint);margin-bottom:18px}
body.gx-page .gx-timeline-dot-row{display:flex;align-items:center;gap:0;position:relative;z-index:1;margin-bottom:22px}
body.gx-page .gx-timeline-dot{width:18px;height:18px;border-radius:50%;flex-shrink:0;background:var(--gx-bg2);border:2px solid var(--gx-bdr2);transition:.3s ease}
body.gx-page .gx-timeline-event.is-current .gx-timeline-dot{background:var(--gx-ac);border-color:var(--gx-ac);box-shadow:0 0 20px var(--gx-ac)}
body.gx-page .gx-timeline-connector{flex:1;height:1px;background:var(--gx-bdr)}
body.gx-page .gx-timeline-content{background:rgba(255,255,255,.04);border:1px solid var(--gx-bdr);border-radius:var(--gx-r-lg);padding:20px;transition:.3s ease}
body.gx-page .gx-timeline-event.is-current .gx-timeline-content{border-color:var(--gx-ac-rgba-32);background:var(--gx-ac-rgba-12)}
body.gx-page .gx-timeline-title{font-size:17px;font-weight:700;letter-spacing:0;color:var(--gx-text);margin-bottom:8px}
body.gx-page .gx-timeline-event.is-current .gx-timeline-title{color:var(--gx-ac)}
body.gx-page .gx-timeline-desc{font-size:13px;line-height:1.78;color:var(--gx-faint)}
body.gx-page .gx-timeline-nav{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px}
body.gx-page .gx-timeline-nav button{
	width:42px;height:42px;border-radius:50%;border:1px solid var(--gx-bdr2);background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;transition:.2s ease;
}
body.gx-page .gx-timeline-nav button:hover{background:var(--gx-gl2);border-color:var(--gx-ac)}
body.gx-page .gx-timeline-nav button svg{width:18px;height:18px;fill:none;stroke:var(--gx-text);stroke-width:2}

body.gx-page .gx-locations-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch}
body.gx-page .gx-map-stage{
	position:relative;min-height:680px;border-radius:var(--gx-r-xl);overflow:hidden;border:1px solid var(--gx-bdr2);background:#090909;box-shadow:0 40px 120px rgba(0,0,0,.6);
}
body.gx-page .gx-map-stage__base{position:absolute;inset:0}
body.gx-page .gx-map-stage__base img{width:100%;height:100%;object-fit:cover;filter:brightness(.38) saturate(.8)}
body.gx-page .gx-map-stage__overlay{
	position:absolute;inset:0;z-index:1;
	background:
		radial-gradient(circle at 50% 30%,rgba(255,255,255,.06),transparent 40%),
		linear-gradient(180deg,rgba(5,5,5,.06),rgba(5,5,5,.26) 40%,rgba(5,5,5,.86) 100%);
}
body.gx-page .gx-map-stage__grid{
	position:absolute;inset:0;z-index:2;pointer-events:none;opacity:.1;
	background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
	background-size:52px 52px;
}
body.gx-page .gx-map-hotspot-wrap{
	position:absolute;z-index:5;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;
}
body.gx-page .gx-map-hotspot{width:28px;height:28px;border-radius:50%;background:none;border:0;padding:0}
body.gx-page .gx-map-hotspot span{display:block;width:28px;height:28px;border-radius:50%;background:var(--gx-ac);position:relative;transition:.25s ease}
body.gx-page .gx-map-hotspot span::before{content:"";position:absolute;inset:-12px;border-radius:50%;border:1px solid rgba(255,255,255,.26);animation:gxPing 2.2s infinite}
body.gx-page .gx-map-hotspot span::after{content:"";position:absolute;inset:7px;border-radius:50%;background:#fff}
body.gx-page .gx-map-hotspot-wrap.is-active .gx-map-hotspot span{background:#fff;box-shadow:0 0 24px #fff,0 0 48px rgba(255,255,255,.3)}
body.gx-page .gx-map-hotspot-wrap.is-active .gx-map-hotspot span::after{background:var(--gx-ac)}
@keyframes gxPing{0%{transform:scale(.6);opacity:1}100%{transform:scale(1.6);opacity:0}}
body.gx-page .gx-hotspot-label{
	background:rgba(0,0,0,.56);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:6px 10px;white-space:nowrap;
	font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.74);pointer-events:none;transition:color .25s ease,border-color .25s ease,background .25s ease;
}
body.gx-page .gx-map-hotspot-wrap.is-active .gx-hotspot-label{color:var(--gx-text);border-color:var(--gx-ac-rgba-32);background:rgba(0,0,0,.68)}
body.gx-page .gx-hotspot-hint{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.3);animation:gxHintBlink 2s ease-in-out infinite}
body.gx-page .gx-map-hotspot-wrap.is-active .gx-hotspot-hint{display:none}
@keyframes gxHintBlink{0%,100%{opacity:.3}50%{opacity:.8}}
body.gx-page .gx-location-panel{
	position:relative;min-height:680px;border-radius:var(--gx-r-xl);border:1px solid var(--gx-bdr2);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));padding:24px;overflow:hidden;
}
body.gx-page .gx-location-card{display:none;grid-template-rows:auto auto 1fr;gap:18px;height:100%;animation:gxFade .42s ease}
body.gx-page .gx-location-card.is-active{display:grid}
@keyframes gxFade{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
body.gx-page .gx-location-card__media{border-radius:22px;overflow:hidden;border:1px solid var(--gx-bdr);background:#0a0a0a;position:relative}
body.gx-page .gx-location-card__media img{width:100%;height:300px;object-fit:cover}
body.gx-page .gx-location-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.36))}
body.gx-page .gx-location-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
body.gx-page .gx-location-card__eyebrow{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-ac);margin-bottom:8px}
body.gx-page .gx-location-card__title{
	font-family:var(--gx-display)!important;font-size:clamp(32px,4vw,52px)!important;line-height:1.02!important;letter-spacing:0!important;text-transform:none!important;color:var(--gx-text)!important;font-weight:900!important;
}
body.gx-page .gx-location-card__counter{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-faint);white-space:nowrap;padding-top:8px}
body.gx-page .gx-location-card__desc{font-size:16px;line-height:1.88;color:var(--gx-soft)}

body.gx-page .gx-gallery-wrap{overflow:hidden;position:relative;cursor:grab;width:100%}
body.gx-page .gx-gallery-wrap.is-dragging{cursor:grabbing}
body.gx-page .gx-gallery-wrap::before, body.gx-page .gx-gallery-wrap::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:90px;
	z-index:2;
	pointer-events:none;
}
body.gx-page .gx-gallery-wrap::before{left:0;background:linear-gradient(90deg,var(--gx-bg2),transparent)}
body.gx-page .gx-gallery-wrap::after{right:0;background:linear-gradient(270deg,var(--gx-bg2),transparent)}
body.gx-page .gx-gallery-track{
	display:flex;
	gap:16px;
	padding:12px 20px;
	width:max-content;
	min-width:100%;
	user-select:none;
	will-change:transform;
	transform:translate3d(0,0,0);
	justify-content:flex-start;
}
body.gx-page .gx-gallery-track.is-centered{
	width:100%;
	justify-content:center;
}
body.gx-page .gx-gallery-item{
	flex:0 0 auto;
	width:320px;
	height:420px;
	border-radius:var(--gx-r-xl);
	overflow:hidden;
	border:1px solid var(--gx-bdr);
	position:relative;
	cursor:pointer;
	transition:box-shadow .3s ease;
	background:#0a0a0a;
	-webkit-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
}
body.gx-page .gx-gallery-item:hover{box-shadow:0 30px 80px rgba(0,0,0,.64)}
body.gx-page .gx-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;pointer-events:none;-webkit-user-drag:none;user-drag:none}
body.gx-page .gx-gallery-item:hover img{transform:scale(1.06)}
body.gx-page .gx-gallery-item__overlay{
	position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,5,5,.74));display:flex;align-items:flex-end;padding:18px;opacity:0;transition:opacity .3s ease;
}
body.gx-page .gx-gallery-item:hover .gx-gallery-item__overlay{opacity:1}
body.gx-page .gx-gallery-item__zoom{
	font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:var(--gx-text);
}
body.gx-page .gx-gallery-hint{display:flex;align-items:center;gap:14px;margin-top:18px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-faint)}
body.gx-page .gx-gallery-hint svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}

body.gx-page .gx-review-inner{display:grid;grid-template-columns:.44fr .56fr;gap:32px;align-items:center}
body.gx-page .gx-score-side{
	display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:40px;border-radius:var(--gx-r-xl);border:1px solid var(--gx-bdr2);
	background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02));position:relative;overflow:hidden;
}
body.gx-page .gx-score-side::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,var(--gx-ac-rgba-12),transparent 65%)}
body.gx-page .gx-score-ring-wrap{position:relative;z-index:1;width:160px;height:160px}
body.gx-page .gx-score-ring{width:100%;height:100%;transform:rotate(-90deg)}
body.gx-page .gx-score-ring__bg{fill:none;stroke:rgba(255,255,255,.08);stroke-width:8}

body.gx-page .gx-score-num-wrap{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}
body.gx-page .gx-score-num{
	font-family:var(--gx-display);font-size:48px;line-height:1.02;letter-spacing:0;font-weight:900;
	background:linear-gradient(90deg,var(--gx-ac),var(--gx-sc));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
body.gx-page .gx-score-denom{font-size:12px;font-weight:600;letter-spacing:.14em;color:var(--gx-faint);margin-top:4px}
body.gx-page .gx-score-label-badge{position:relative;z-index:1;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:8px 18px;border-radius:999px;background:var(--gx-ac-rgba-12);border:1px solid var(--gx-ac-rgba-32);color:var(--gx-ac)}
body.gx-page .gx-score-xplay{position:relative;z-index:1;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-faint)}
body.gx-page .gx-review-side{padding:32px;border-radius:var(--gx-r-xl);border:1px solid var(--gx-bdr);background:rgba(255,255,255,.04)}
body.gx-page .gx-review-mark{font-family:var(--gx-display);font-size:80px;line-height:.7;color:var(--gx-ac-rgba-18);margin-bottom:16px}
body.gx-page .gx-review-text{font-size:18px;line-height:1.88;color:var(--gx-soft);font-style:italic;margin-bottom:28px}
body.gx-page .gx-reviewer{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid var(--gx-bdr)}
body.gx-page .gx-reviewer__avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;border:2px solid var(--gx-bdr2);background:var(--gx-bg2);flex-shrink:0}
body.gx-page .gx-reviewer__avatar img{width:100%;height:100%;object-fit:cover}
body.gx-page .gx-reviewer__name{font-size:15px;font-weight:700;letter-spacing:0;color:var(--gx-text);display:block}
body.gx-page .gx-reviewer__role{font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-faint)}
body.gx-page .gx-review-cta{display:flex;align-items:center;gap:16px;margin-top:24px;flex-wrap:wrap}

body.gx-page .gx-cta{
	position:relative;border-radius:var(--gx-r-xl);overflow:hidden;border:1px solid var(--gx-bdr2);padding:64px 56px;
	display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
body.gx-page .gx-cta::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 80% 50%,var(--gx-ac-rgba-12),transparent 50%)}
body.gx-page .gx-cta>*{position:relative;z-index:1}
body.gx-page .gx-cta__title{
	font-family:var(--gx-display)!important;font-size:clamp(30px,4vw,52px)!important;letter-spacing:0;line-height:1.02;text-transform:none;color:var(--gx-text)!important;margin-bottom:12px;font-weight:900!important;
}
body.gx-page .gx-cta__text{font-size:16px;line-height:1.82;color:var(--gx-soft);max-width:500px}

body.gx-page .gx-btn{
	display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 28px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:var(--gx-ac);color:#fff;border:2px solid transparent;transition:transform .22s ease,box-shadow .35s ease;
	will-change:transform;
}
body.gx-page .gx-btn:hover{transform:translateY(-3px);box-shadow:0 16px 40px var(--gx-glow-rgba-35);color:#fff}
body.gx-page .gx-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}

body.gx-page .gx-codex-toggle{
	position:fixed;right:24px;bottom:24px;z-index:899;width:56px;height:56px;border-radius:50%;background:var(--gx-ac);border:2px solid rgba(255,255,255,.2);
	display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px var(--gx-glow-rgba-35);transition:transform .25s ease,box-shadow .3s ease;
}
body.gx-page .gx-codex-toggle:hover{transform:scale(1.1);box-shadow:0 12px 40px var(--gx-glow-rgba-35)}
body.gx-page .gx-codex-toggle svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2;transition:transform .3s ease}
body.gx-page .gx-codex-toggle.is-open svg{transform:rotate(45deg)}
body.gx-page .gx-codex-toggle__pulse{position:absolute;inset:-10px;border-radius:50%;border:1px solid rgba(255,255,255,.18);animation:gxCodexPulse 2.2s infinite;pointer-events:none}
@keyframes gxCodexPulse{0%{transform:scale(.88);opacity:.8}100%{transform:scale(1.35);opacity:0}}
body.gx-page .gx-tooltip{
	position:absolute;right:68px;top:50%;transform:translateY(-50%);padding:9px 12px;border-radius:999px;background:rgba(8,8,8,.88);border:1px solid var(--gx-bdr2);color:var(--gx-text);
	font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;opacity:0;pointer-events:none;transition:.22s ease;
}
body.gx-page .gx-codex-toggle:hover .gx-tooltip, body.gx-page .gx-codex-toggle:focus .gx-tooltip{opacity:1;transform:translateY(-50%) translateX(-2px)}
body.gx-page .gx-codex-panel{
	position:fixed;right:0;top:var(--gx-site-header-offset, 76px);bottom:0;z-index:897;width:400px;background:rgba(6,6,6,.95);backdrop-filter:blur(20px);border-left:1px solid var(--gx-bdr2);
	transform:translateX(100%);transition:transform .4s cubic-bezier(.76,0,.24,1);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gx-bdr) transparent;display:flex;flex-direction:column;max-height:calc(100vh - var(--gx-site-header-offset, 76px));
	overscroll-behavior:contain;
	-webkit-overflow-scrolling:touch;
}
body.gx-page .gx-codex-panel.is-open{transform:translateX(0)}
body.gx-page .gx-codex-panel__head{padding:28px 24px 20px;border-bottom:1px solid var(--gx-bdr);position:sticky;top:0;background:rgba(6,6,6,.92);backdrop-filter:blur(12px);z-index:2;flex-shrink:0}
body.gx-page .gx-codex-panel__close{
	position:absolute;
	top:14px;
	right:14px;
	width:40px;
	height:40px;
	border-radius:50%;
	border:1px solid var(--gx-bdr2);
	background:rgba(255,255,255,.04);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:24px;
	line-height:1;
	transition:.2s ease;
}
body.gx-page .gx-codex-panel__close:hover{background:var(--gx-ac);border-color:var(--gx-ac)}
body.gx-page .gx-codex-panel__title{font-family:var(--gx-display);font-size:28px;letter-spacing:0;text-transform:none;color:var(--gx-text);margin-bottom:10px;font-weight:900;padding-right:44px}
body.gx-page .gx-codex-panel__sub{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gx-faint);margin-bottom:14px;line-height:1.55}
body.gx-page .gx-codex-panel__intro{font-size:14px;line-height:1.75;color:var(--gx-soft)}
body.gx-page .gx-codex-entries{padding:20px 24px;display:grid;gap:16px}
body.gx-page .gx-codex-entry{
	padding:20px;border-radius:var(--gx-r-lg);border:1px solid var(--gx-bdr);background:rgba(255,255,255,.04);cursor:pointer;transition:.2s ease;
	position:relative;overflow:hidden;
}
body.gx-page .gx-codex-entry:hover{background:rgba(255,255,255,.08);border-color:var(--gx-bdr2)}
body.gx-page .gx-codex-entry__title{
	font-size:15px;font-weight:700;letter-spacing:0;color:var(--gx-ac);margin-bottom:4px;display:flex;align-items:center;justify-content:space-between;gap:10px;
}
body.gx-page .gx-codex-entry__title svg{width:14px;height:14px;fill:none;stroke:var(--gx-ac);stroke-width:2;flex-shrink:0;transition:transform .3s ease}
body.gx-page .gx-codex-entry.is-open .gx-codex-entry__title svg{transform:rotate(180deg)}
body.gx-page .gx-codex-entry__body-wrap{
	position:relative;
	max-height:0;
	overflow:hidden;
	transition:max-height .45s cubic-bezier(.2,0,0,1);
}
body.gx-page .gx-codex-entry.is-open .gx-codex-entry__body-wrap{
	max-height:420px;
	margin-top:10px;
}
body.gx-page .gx-codex-entry__body{
	font-size:14px;line-height:1.8;color:var(--gx-soft);
	filter:blur(4px);
	opacity:.75;
	transition:filter .45s ease, opacity .45s ease;
	padding-top:4px;
}
body.gx-page .gx-codex-entry.is-open .gx-codex-entry__body{
	filter:blur(0);
	opacity:1;
}
body.gx-page .gx-codex-entry__redactions{
	position:absolute;inset:0;pointer-events:none;opacity:1;transition:opacity .45s ease;
}
body.gx-page .gx-codex-entry__redactions span{
	display:block;height:11px;border-radius:4px;background:rgba(0,0,0,.88);margin:9px 0;
	transform:scaleX(1);transform-origin:left;transition:transform .45s cubic-bezier(.2,0,0,1), opacity .45s ease;
}
body.gx-page .gx-codex-entry__redactions span:nth-child(1){width:94%;transition-delay:.02s}
body.gx-page .gx-codex-entry__redactions span:nth-child(2){width:83%;transition-delay:.06s}
body.gx-page .gx-codex-entry__redactions span:nth-child(3){width:88%;transition-delay:.10s}
body.gx-page .gx-codex-entry__redactions span:nth-child(4){width:71%;transition-delay:.14s}
body.gx-page .gx-codex-entry__redactions span:nth-child(5){width:79%;transition-delay:.18s}
body.gx-page .gx-codex-entry.is-open .gx-codex-entry__redactions{opacity:0}
body.gx-page .gx-codex-entry.is-open .gx-codex-entry__redactions span{transform:scaleX(0);opacity:0}

body.gx-page .gx-codex-backdrop{
	position:fixed;left:0;right:0;top:var(--gx-site-header-offset, 76px);bottom:0;z-index:896;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:.3s ease;
}
body.gx-page .gx-codex-backdrop.is-open{opacity:1;visibility:visible}

body.gx-page .gx-fact-pop{
	position:fixed;
	left:20px;
	top:calc(var(--gx-site-header-offset, 76px) + 20px);
	bottom:auto;
	right:auto;
	z-index:895;
	width:min(340px, calc(100vw - 32px));
	padding:18px 18px 16px;
	border-radius:18px;
	border:1px solid var(--gx-bdr2);
	background:rgba(10,10,10,.82);
	backdrop-filter:blur(18px);
	box-shadow:0 18px 50px rgba(0,0,0,.32);
	opacity:0;
	transform:translateY(20px);
	pointer-events:none;
	transition:.35s ease;
}
body.gx-page .gx-fact-pop.is-visible{opacity:1;transform:none;pointer-events:auto}
body.gx-page .gx-fact-pop.is-hidden{opacity:0;transform:translateY(20px);pointer-events:none}
body.gx-page .gx-fact-pop__eyebrow{font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gx-ac);margin-bottom:10px}
body.gx-page .gx-fact-pop__text{font-size:14px;line-height:1.75;color:var(--gx-soft);margin-bottom:14px}
body.gx-page .gx-fact-pop__actions{display:flex;gap:10px;flex-wrap:wrap}
body.gx-page .gx-fact-pop__actions button{
	padding:10px 14px;border-radius:999px;border:1px solid var(--gx-bdr2);background:rgba(255,255,255,.04);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gx-text);transition:.2s ease;
}
body.gx-page .gx-fact-pop__actions button:hover{background:rgba(255,255,255,.1);border-color:var(--gx-ac)}

body.gx-page .gx-fact-reopen{
	position:fixed;
	right:20px;
	bottom:156px;
	z-index:894;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:52px;
	height:52px;
	padding:0;
	border-radius:50%;
	border:1px solid var(--gx-bdr2);
	background:rgba(10,10,10,.82);
	backdrop-filter:blur(18px);
	color:var(--gx-text);
	box-shadow:0 18px 50px rgba(0,0,0,.32);
	opacity:0;
	pointer-events:none;
	transform:translateY(12px);
	transition:.25s ease;
}
body.gx-page .gx-fact-reopen svg{
	width:18px;
	height:18px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
}
body.gx-page .gx-fact-reopen.is-visible{
	opacity:1;
	pointer-events:auto;
	transform:none;
}

/* LIGHTBOX */
body.gx-page .gx-lightbox{
	position:fixed;inset:0;z-index:9997;padding:24px;display:none;align-items:center;justify-content:center;background:rgba(2,2,2,.94);backdrop-filter:blur(16px);
}
body.gx-page .gx-lightbox.is-open{display:flex}
body.gx-page .gx-lightbox__inner{
	width:min(1480px, calc(100% - 120px));
	position:relative;
	padding-top:40px;
}
body.gx-page .gx-lightbox__layout{
	display:grid;
	grid-template-columns:minmax(0,1fr) 340px;
	gap:24px;
	align-items:start;
}
body.gx-page .gx-lightbox__media-col{
	min-width:0;
	display:flex;
	flex-direction:column;
	gap:14px;
}
body.gx-page .gx-lightbox__media{
	min-width:0;
	position:relative;
}
body.gx-page .gx-lightbox__img{
	width:100%;
	max-height:84vh;
	object-fit:contain;
	border-radius:var(--gx-r-xl);
	border:1px solid var(--gx-bdr2);
	background:#050505;
}
body.gx-page .gx-lightbox__controls{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
}
body.gx-page .gx-lightbox__meta{
	padding:22px;
	border-radius:24px;
	border:1px solid var(--gx-bdr);
	background:rgba(255,255,255,.04);
	max-height:84vh;
	overflow:auto;
}
body.gx-page .gx-lightbox__title{
	font-family:var(--gx-display)!important;
	font-size:clamp(24px,2.4vw,34px)!important;
	line-height:1.05!important;
	letter-spacing:0!important;
	text-transform:none!important;
	color:var(--gx-text) !important;
	font-weight:900!important;
	margin-bottom:14px;
}
body.gx-page .gx-lightbox__text{font-size:15px;line-height:1.8;color:var(--gx-soft);white-space:pre-line}
body.gx-page .gx-lightbox__meta:empty{display:none}
body.gx-page .gx-lightbox__close{
	position:absolute;
	top:0;
	right:0;
	transform:translateY(-50%);
	width:54px;
	height:54px;
	border-radius:50%;
	border:1px solid var(--gx-bdr2);
	background:rgba(0,0,0,.82);
	font-size:26px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.2s ease;
	z-index:10020;
	box-shadow:0 12px 30px rgba(0,0,0,.35);
}
body.gx-page .gx-lightbox__close:hover{
	background:var(--gx-ac);
	border-color:var(--gx-ac);
}
body.gx-page .gx-lightbox__nav{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:56px;
	height:56px;
	border-radius:50%;
	border:1px solid var(--gx-bdr2);
	background:rgba(0,0,0,.62);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.2s ease;
	box-shadow:0 12px 30px rgba(0,0,0,.25);
	z-index:10015;
}
body.gx-page .gx-lightbox__nav:hover{
	background:var(--gx-ac);
	border-color:var(--gx-ac);
}
body.gx-page .gx-lightbox__nav svg{
	width:22px;
	height:22px;
	fill:none;
	stroke:currentColor;
	stroke-width:2;
}
body.gx-page .gx-lightbox__nav--prev{left:-72px}
body.gx-page .gx-lightbox__nav--next{right:-72px}
body.gx-page .gx-lightbox__mobile-bar{display:none}

body.gx-page body.gx-atm-1 .gx-wrap{
	background:
		radial-gradient(ellipse at 12% 6%, var(--gx-ac-rgba-18) 0%, transparent 32%),
		radial-gradient(ellipse at 84% 10%, var(--gx-sc-rgba-10) 0%, transparent 30%),
		linear-gradient(180deg,var(--gx-bg) 0%,color-mix(in srgb,var(--gx-bg) 78%,#111) 50%,var(--gx-bg) 100%);
}

@media(max-width:1240px){body.gx-page .gx-pillars{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1100px){
	body.gx-page .gx-hero__content{grid-template-columns:1fr}
	body.gx-page .gx-locations-grid, body.gx-page .gx-review-inner{grid-template-columns:1fr}
	body.gx-page .gx-score-side{flex-direction:row;text-align:left;padding:28px}
	body.gx-page .gx-codex-panel{width:min(400px,100vw)}
	body.gx-page .gx-locations-grid{
		grid-template-columns:1fr;
		gap:14px;
	}
	body.gx-page .gx-map-stage{
		min-height:320px;
	}
	body.gx-page .gx-location-panel{
		min-height:auto;
		padding:18px;
	}
	body.gx-page .gx-chars{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}
@media(max-width:980px){
	body.gx-page .gx-lightbox{
		padding:10px;
	}
	body.gx-page .gx-lightbox__inner{
		width:min(1380px,100%);
		padding-top:28px;
		padding-bottom:72px;
	}
	body.gx-page .gx-lightbox__layout{
		grid-template-columns:1fr;
		gap:14px;
	}
	body.gx-page .gx-lightbox__img{
		max-height:58vh;
		border-radius:18px;
	}
	body.gx-page .gx-lightbox__meta{
		max-height:none;
		padding:14px;
		border-radius:18px;
	}
	body.gx-page .gx-lightbox__title{
		font-size:24px !important;
	}
	body.gx-page .gx-lightbox__text{
		font-size:14px;
		line-height:1.7;
	}
	body.gx-page .gx-lightbox__close{
		top:0;
		right:0;
		width:48px;
		height:48px;
		font-size:24px;
	}
	body.gx-page .gx-lightbox__nav{
		display:none;
	}
	body.gx-page .gx-lightbox__mobile-bar{
		position:absolute;
		left:0;
		right:0;
		bottom:8px;
		display:flex;
		justify-content:center;
		gap:10px;
		z-index:10030;
	}
	body.gx-page .gx-lightbox__mobile-btn{
		width:46px;
		height:46px;
		border-radius:999px;
		border:1px solid var(--gx-bdr2);
		background:rgba(0,0,0,.78);
		color:#fff;
		display:flex;
		align-items:center;
		justify-content:center;
		box-shadow:0 8px 22px rgba(0,0,0,.28);
	}
	body.gx-page .gx-lightbox__mobile-btn svg{
		width:20px;
		height:20px;
		fill:none;
		stroke:currentColor;
		stroke-width:2;
	}
}
@media(max-width:767px){
	body.gx-page .gx-shell{width:min(100% - 24px,var(--gx-max))}
	body.gx-page .gx-hero{
		padding-top:32px;
		padding-bottom:96px;
		min-height:auto;
	}
	body.gx-page .gx-hero__content{gap:20px}
	body.gx-page .gx-badge{margin-bottom:16px}
	body.gx-page .gx-logo{
		max-width:260px;
		margin-bottom:14px;
	}
	body.gx-page .gx-subtitle{
		font-size:18px;
		line-height:1.45;
		margin-top:18px;
		margin-bottom:22px;
	}
	body.gx-page .gx-intro{
		font-size:15px;
		line-height:1.75;
	}
	body.gx-page .gx-lore-band{
		padding:18px 18px;
		margin:0 0 28px;
		border-radius:20px;
	}
	body.gx-page .gx-lore-band__inner{gap:10px}
	body.gx-page .gx-lore-band__text{
		font-size:14px;
		line-height:1.75;
	}
	body.gx-page .gx-panel, body.gx-page .gx-meta-card, body.gx-page .gx-location-panel, body.gx-page .gx-score-side, body.gx-page .gx-review-side{padding:20px}
	body.gx-page .gx-chars{grid-template-columns:1fr 1fr}
	body.gx-page .gx-char-card{
		min-height:420px;
		height:420px;
		max-height:none;
	}
	body.gx-page .gx-char-card__body{padding:18px}
	body.gx-page .gx-char-card__name{font-size:26px}
	body.gx-page .gx-char-card__desc{font-size:13px;line-height:1.65}
	body.gx-page .gx-pillars{grid-template-columns:1fr}
	body.gx-page .gx-gallery-track{
		padding:12px 14px;
		gap:12px;
	}
	body.gx-page .gx-gallery-item{
		width:200px;
		height:270px;
		border-radius:18px;
	}
	body.gx-page .gx-locations-grid{gap:12px}
	body.gx-page .gx-map-stage{
		min-height:240px;
		border-radius:22px;
		order:2;
	}
	body.gx-page .gx-location-panel{
		padding:16px;
		border-radius:22px;
		order:1;
		min-height:auto;
	}
	body.gx-page .gx-location-card{gap:14px}
	body.gx-page .gx-location-card__media{border-radius:16px}
	body.gx-page .gx-location-card__media img{height:190px}
	body.gx-page .gx-location-card__desc{
		font-size:15px;
		line-height:1.75;
	}
	body.gx-page .gx-score-side{flex-direction:column;text-align:center}
	body.gx-page .gx-artwork-wide{aspect-ratio:16/10}
	body.gx-page .gx-artwork-wide__text{padding:20px;flex-direction:column;align-items:flex-start}
	body.gx-page .gx-timeline-event{width:220px}
	body.gx-page .gx-cta{padding:28px;flex-direction:column;align-items:flex-start}
	body.gx-page .gx-codex-panel{width:100vw}
	body.gx-page .gx-codex-toggle{right:16px;bottom:84px}
	body.gx-page #gxAudioToggle{right:16px!important;bottom:16px!important}
	body.gx-page .gx-review-inner{grid-template-columns:1fr}
	body.gx-page .gx-map-hotspot-wrap{transform:translate(-50%,-50%) scale(1.05)}
	body.gx-page .gx-hotspot-label{
		font-size:8px;
		padding:4px 6px;
		max-width:72px;
		white-space:normal;
		text-align:center;
		line-height:1.2;
	}
	body.gx-page .gx-dock{
		left:10px;
		right:10px;
		bottom:10px;
		transform:none;
		max-width:none;
		justify-content:flex-start;
		padding:8px;
		gap:4px;
		border-radius:22px;
	}
	body.gx-page .gx-dock a{
		padding:10px 12px;
		font-size:11px;
		letter-spacing:.06em;
	}
	body.gx-page .gx-fact-pop{
		left:12px;
		right:12px;
		top:calc(var(--gx-site-header-offset, 76px) + 12px);
		bottom:auto;
		width:auto;
	}
	body.gx-page .gx-fact-reopen{
		right:12px;
		bottom:146px;
	}
	body.gx-page .gx-tooltip{display:none}
	body.gx-page #gx-particles{display:none}
	body.gx-page .gx-meta-card{
		padding:18px;
		border-radius:20px;
	}
	body.gx-page .gx-meta-item{padding:11px 0}
	body.gx-page .gx-meta-label{
		font-size:9px;
		letter-spacing:.14em;
	}
	body.gx-page .gx-meta-value{
		font-size:16px;
		line-height:1.3;
	}
}
@media(max-width:480px){
	body.gx-page .gx-shell{width:min(100% - 20px,var(--gx-max))}
	body.gx-page .gx-chars{grid-template-columns:1fr}
	body.gx-page .gx-stats{grid-template-columns:1fr}
	body.gx-page .gx-gallery-item{width:200px;height:270px}
	body.gx-page .gx-title{font-size:clamp(34px,12vw,56px)}
	body.gx-page .gx-section-title{font-size:clamp(28px,11vw,40px)!important}
	body.gx-page .gx-location-card__title{font-size:clamp(28px,11vw,42px)!important}
	body.gx-page .gx-codex-toggle{width:52px;height:52px}
	body.gx-page .gx-meta-card{padding:18px}
	body.gx-page .gx-loader__title{font-size:clamp(28px,10vw,44px)}
}
@media(prefers-reduced-motion:reduce){
	body.gx-page .gx-title::before, body.gx-page .gx-title::after, body.gx-page .gx-map-hotspot span::before, body.gx-page .gx-badge span, body.gx-page .gx-hero-scroll__line::after, body.gx-page .gx-codex-toggle__pulse, body.gx-page .gx-char-card::after, body.gx-page .gx-lore-band__text::after{animation:none}
	body.gx-page .gx-reveal, body.gx-page .gx-letter, body.gx-page .gx-section-enter, body.gx-page .gx-stagger > *{transition:none;opacity:1;transform:none}
	body.gx-page .gx-codex-entry__redactions span{transition:none}
}

/* ── Reduced motion: όλα ορατά, τίποτα δεν κινείται ── */
@media (prefers-reduced-motion: reduce) {
	body.gx-page *, body.gx-page *::before, body.gx-page *::after {
		animation: none !important;
		transition: none !important;
	}
	body.gx-page .gx-reveal,
	body.gx-page .gx-section-enter,
	body.gx-page .gx-letter,
	body.gx-page .gx-stagger > * {
		opacity: 1 !important;
		transform: none !important;
	}
}

