/* Galactic Empires — desktop marketing landing to match reference HUD (body.ge-home only) */

body.body.ge-home {
	--ge-cta-grad: linear-gradient(95deg, #2ef6ff 0%, #0aa8d6 38%, #0577a0 100%);
	--ge-cyan: #00f0ff;
	--ge-cyan-mid: #00b8d9;
	--ge-cyan-dim: rgba(0, 240, 255, 0.35);
	--ge-navy-0: #01030a;
	--ge-navy-1: #020814;
	--ge-navy-2: #071428;
	--ge-hud: rgba(4, 10, 28, 0.78);
	--ge-glass: rgba(3, 12, 32, 0.65);
	--ge-border: rgba(0, 220, 255, 0.4);
	--ge-glow: 0 0 28px rgba(0, 200, 255, 0.2);
	--ge-line: rgba(0, 220, 255, 0.28);
	font-family: "Exo 2", "Prime Light", system-ui, sans-serif;
	background: #00040a;
	color: #e4ecff;
}

body.body.ge-home .ge-home-skip {
	position: absolute;
	left: -9999px;
	z-index: 20000;
	padding: 0.5rem 1rem;
	background: var(--ge-cyan);
	color: #000;
	font-weight: 700;
}
body.body.ge-home .ge-home-skip:focus {
	left: 0.5rem;
	top: 0.5rem;
}

.ge-home-page {
	position: relative;
	z-index: 0;
	isolation: isolate;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
}
/* Full-page space background: hero key art + gradients from top through main content to footer */
.ge-home-backdrop {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	background-color: #010205;
	background-image: linear-gradient(
			100deg,
			#00060d 0%,
			#00060d 22%,
			rgba(0, 6, 18, 0.72) 38%,
			rgba(0, 6, 22, 0.35) 55%,
			rgba(0, 2, 10, 0.2) 72%,
			rgba(0, 0, 0, 0.4) 100%
		),
		linear-gradient(180deg, rgba(0, 5, 15, 0.2) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 2, 8, 0.65) 100%),
		radial-gradient(1000px 700px at 8% 8%, rgba(0, 80, 120, 0.22), transparent 55%),
		radial-gradient(90vw 70vh at 100% 18%, rgba(0, 60, 100, 0.18), transparent 58%),
		url("../images/homepage/hero-key-art.png");
	background-size: cover, 100% 100%, 100% 100%, 100% 100%, cover;
	background-position: left, center, left, right, 86% 40%;
	background-repeat: no-repeat;
}
@media (min-width: 992px) {
	.ge-home-backdrop {
		background-attachment: scroll, scroll, scroll, scroll, fixed;
	}
}
#ge-home-main,
.ge-home-footer,
.ge-home-topbar {
	position: relative;
	z-index: 1;
}

/* ---- Top bar: transparent, logo | centered nav | actions ---- */
.ge-home-topbar {
	position: absolute;
	inset: 0 0 auto 0;
	z-index: 20;
	width: 100%;
	pointer-events: none;
}
.ge-home-topbar-inner {
	pointer-events: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 1.1fr);
	align-items: center;
	gap: 0.5rem 1.25rem;
	padding: 1.1rem clamp(1rem, 3vw, 2.75rem) 0.75rem;
	max-width: 100%;
}
.ge-home-brand {
	justify-self: start;
	display: flex;
	align-items: center;
	gap: 0.6rem;
	text-decoration: none;
}
.ge-home-brand img,
.ge-home-logo {
	max-height: clamp(50px, 5.2vw, 68px);
	width: auto;
	display: block;
	filter: drop-shadow(0 0 10px rgba(0, 240, 255, 0.35));
}
.ge-home-brand-text {
	font-family: "Orbitron", sans-serif;
	font-weight: 800;
	font-size: clamp(0.6rem, 0.8vw, 0.7rem);
	letter-spacing: 0.3em;
	color: #f5fdff;
	text-shadow: 0 0 18px rgba(0, 200, 255, 0.4);
	white-space: nowrap;
}
.ge-home-nav {
	justify-self: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.2rem 0.35rem;
}
.ge-home-nav a {
	font-family: "Orbitron", sans-serif;
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(232, 242, 255, 0.92);
	padding: 0.4rem 0.45rem;
	text-decoration: none;
	white-space: nowrap;
}
.ge-home-nav a:hover,
.ge-home-nav a:focus {
	color: var(--ge-cyan);
	text-shadow: 0 0 12px rgba(0, 220, 255, 0.5);
}
.ge-home-actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex-wrap: wrap;
}
.ge-home-link-login {
	font-family: "Orbitron", sans-serif;
	font-size: 0.62rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	padding: 0.4rem 0.35rem;
}
.ge-home-link-login:hover {
	color: #fff;
}
.ge-home-btn-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-family: "Orbitron", sans-serif;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00121a;
	background: var(--ge-cta-grad);
	border: 1px solid rgba(150, 250, 255, 0.55);
	border-radius: 3px;
	padding: 0.48rem 1.05rem;
	text-decoration: none;
	box-shadow: 0 0 28px rgba(0, 220, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.ge-home-btn-cta:hover,
.ge-home-cta-chev {
	filter: brightness(1.04);
}

/* Segmented LOGIN | SIGN UP (single border, shared with index / login / signup top bar) */
.ge-home-auth-dock {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid rgba(150, 250, 255, 0.55);
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 22px rgba(0, 220, 255, 0.22);
	min-height: 33px;
}
.ge-home-auth-dock .ge-home-link-login,
.ge-home-auth-dock .ge-home-btn-cta {
	flex: 1 1 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	box-sizing: border-box;
	white-space: nowrap;
}
.ge-home-auth-dock .ge-home-link-login {
	padding: 0.38rem 0.72rem;
	font-weight: 700;
	border-radius: 0;
	background: transparent;
}
.ge-home-auth-dock .ge-home-link-login:hover {
	background: rgba(0, 220, 255, 0.08);
}
.ge-home-auth-dock .ge-home-link-login:focus-visible {
	outline: 2px solid var(--ge-cyan);
	outline-offset: -2px;
	z-index: 1;
}
.ge-home-auth-dock .ge-home-link-login.ge-login-nav-current {
	background: rgba(0, 220, 255, 0.14);
	color: #fff;
}
.ge-home-auth-dock .ge-home-btn-cta {
	gap: 0;
	padding: 0.38rem 0.72rem;
	border: 0;
	border-radius: 0;
	border-left: 1px solid rgba(150, 250, 255, 0.45);
	box-shadow: none;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
}
.ge-home-auth-dock .ge-home-btn-cta:hover,
.ge-home-auth-dock .ge-home-btn-cta:focus-visible {
	filter: brightness(1.06);
	box-shadow: none;
}
.ge-home-auth-dock .ge-home-btn-cta:focus-visible {
	outline: 2px solid var(--ge-cyan);
	outline-offset: -2px;
	z-index: 1;
}
.ge-home-auth-dock .ge-home-cta-chev {
	display: none;
}

.ge-home-nav-toggle {
	justify-self: end;
	grid-column: 3;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 42px;
	height: 40px;
	border: 1px solid var(--ge-line);
	border-radius: 3px;
	background: rgba(0, 20, 45, 0.55);
	color: var(--ge-cyan);
	cursor: pointer;
}
.ge-home-nav-toggle .ge-bar {
	width: 18px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
}
.ge-home-nav-toggle:hover {
	background: rgba(0, 200, 255, 0.1);
}
.ge-home-nav-mobile {
	pointer-events: auto;
	background: rgba(0, 6, 16, 0.96);
	border-top: 1px solid var(--ge-line);
}
.ge-home-nav-mobile .ge-home-nav {
	flex-direction: column;
	align-items: stretch;
	padding: 0.5rem 1.15rem 1.1rem;
}
.ge-home-nav-mobile .ge-home-nav a {
	width: 100%;
}
.ge-home-nav-aux-cta {
	font-weight: 800;
	color: #00121a !important;
	background: var(--ge-cta-grad) !important;
	border: 1px solid rgba(150, 250, 255, 0.4);
	padding: 0.5rem 0.75rem !important;
}

@media (max-width: 991px) {
	.ge-home-topbar-inner {
		grid-template-columns: 1fr 1fr auto;
	}
	.ge-home-nav-toggle {
		display: flex;
		grid-column: 3;
		justify-self: end;
	}
	.ge-home-actions {
		display: none;
	}
	.ge-home-brand {
		grid-column: 1;
	}
	.ge-home-nav {
		display: none;
	}
	.ge-home-nav.d-flex {
		display: flex;
	}
}

/* ---- Hero: key art right, copy left, strong left vignette ---- */
.ge-home-hero {
	position: relative;
	/* Height follows copy; full-page atmosphere comes from .ge-home-backdrop */
	min-height: auto;
	display: block;
}
.ge-home-hero-bg {
	display: none;
}
.ge-home-hero-grid {
	display: none;
}
.ge-home-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1500px;
	margin: 0 auto;
	padding: 7.75rem clamp(1rem, 2.5vw, 2.5rem) 1.35rem;
	/* No viewport-stretch: avoids a tall empty band above the stats rail */
	min-height: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.7fr);
	align-items: start;
	gap: clamp(1rem, 3vw, 2.5rem);
}
.ge-home-hero-col--text {
	min-width: 0;
}
.ge-home-hero-col--art {
	display: block;
	min-height: 120px;
}
.ge-home-hero-art-spacer {
	display: block;
}
.ge-home-hero-copy {
	text-align: left;
	max-width: 38rem;
}
.ge-home-eyebrow {
	font-family: "Orbitron", sans-serif;
	font-size: clamp(0.58rem, 1.1vw, 0.7rem);
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #00e8ff;
	margin: 0 0 1.1rem;
	text-shadow: 0 0 20px rgba(0, 220, 255, 0.55);
}
body.body.ge-home .ge-home-hero h1 {
	font-family: "Orbitron", sans-serif;
	font-weight: 800;
	font-size: clamp(1.5rem, 2.2vw + 0.5rem, 2.7rem);
	line-height: 1.08;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fdfeff;
	margin: 0 0 1.25rem;
	text-shadow: 0 0 36px rgba(0, 200, 255, 0.3);
}
.ge-home-hero-lead {
	font-size: clamp(0.88rem, 0.9vw + 0.55rem, 1.05rem);
	line-height: 1.6;
	color: rgba(200, 215, 240, 0.88);
	margin: 0 0 1.6rem;
	max-width: 34em;
	letter-spacing: 0.03em;
}
.ge-home-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
}
.ge-home-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: "Orbitron", sans-serif;
	font-size: clamp(0.68rem, 0.7vw, 0.8rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #00121a;
	padding: 0.8rem 1.45rem;
	border-radius: 3px;
	text-decoration: none;
	background: var(--ge-cta-grad);
	border: 1px solid rgba(150, 250, 255, 0.55);
	box-shadow: 0 0 36px rgba(0, 200, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.ge-home-btn-primary:hover,
.ge-home-btn-cta:hover {
	color: #000;
}

@media (max-width: 991px) {
	.ge-home-hero-inner {
		grid-template-columns: 1fr;
		padding-top: 6.35rem;
		min-height: auto;
	}
	.ge-home-hero-col--art {
		display: none;
	}
}

/* ---- Segmented stats rail ---- */
.ge-home-stats {
	position: relative;
	z-index: 3;
	margin-top: clamp(1.5rem, 3.5vw, 2.75rem);
	padding: 0 clamp(0.75rem, 2.5vw, 2.5rem) 2.25rem;
	/* Must match .ge-home-section (pillar HUD, showcase) so the rail and panels share one column */
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
.ge-home-stats-panel {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 0;
	background: var(--ge-hud);
	backdrop-filter: blur(8px);
	border: 1px solid var(--ge-line);
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(0, 60, 90, 0.2), var(--ge-glow);
}
.ge-home-stat {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	flex: 1 1 0;
	min-width: 140px;
	padding: 1.1rem 1.15rem 1.15rem;
	margin: 0;
	border-right: 1px solid var(--ge-line);
}
.ge-home-stat:last-child {
	border-right: 0;
}
.ge-home-stat-ico {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	color: var(--ge-cyan);
	display: block;
	filter: drop-shadow(0 0 5px rgba(0, 220, 255, 0.4));
}
.ge-home-stat-text {
	margin: 0;
	line-height: 1.18;
}
.ge-home-stat-num,
.ge-home .ge-home-stat .ge-home-stat-num {
	font-family: "Orbitron", sans-serif;
	font-size: clamp(1.05rem, 1.3vw, 1.3rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #fff;
}
.ge-home-stat-cap {
	font-family: "Orbitron", sans-serif;
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(200, 220, 255, 0.68);
	white-space: normal;
}
/* ---- Pillar area: HUD frame ---- */
.ge-home-pillars-wrap {
	background: transparent;
	padding: 0.5rem 0 2.5rem;
}
.ge-home-section {
	padding: 0.25rem clamp(0.75rem, 2.5vw, 2.5rem) 2.5rem;
	max-width: 1500px;
	margin: 0 auto;
}
.ge-home-hud-outer {
	position: relative;
	margin: 0;
	padding: clamp(1.1rem, 1.5vw, 1.5rem) clamp(0.75rem, 1.5vw, 1.25rem);
	background: var(--ge-glass);
	border: 1px solid var(--ge-line);
	box-shadow: inset 0 0 40px rgba(0, 30, 80, 0.15);
}
b.ge-hud-c,
.ge-hud-c {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	pointer-events: none;
	border-color: var(--ge-cyan);
	border-style: solid;
	border-width: 0;
	opacity: 0.9;
}
.ge-hud-tl {
	top: -1px;
	left: -1px;
	border-top-width: 2px;
	border-left-width: 2px;
	box-shadow: -1px -1px 0 rgba(0, 200, 255, 0.2);
}
.ge-hud-tr {
	top: -1px;
	right: -1px;
	border-top-width: 2px;
	border-right-width: 2px;
}
.ge-hud-bl {
	bottom: -1px;
	left: -1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.ge-hud-br {
	bottom: -1px;
	right: -1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
}
.ge-home-pillars {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(0.5rem, 1.2vw, 1rem);
}
.ge-home-pillar {
	position: relative;
	padding: 0.9rem 0.55rem 1rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 200, 255, 0.18);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.ge-home-pillar:hover {
	border-color: var(--ge-line);
	box-shadow: 0 0 24px rgba(0, 200, 255, 0.12);
}
.ge-home-pillar img {
	width: clamp(48px, 5vw, 64px);
	height: auto;
	object-fit: contain;
	margin-bottom: 0.5rem;
	/* Pillar PNGs include a soft cyan glow; keep a light pass for HUD depth */
	filter: drop-shadow(0 0 6px rgba(0, 220, 255, 0.25));
}
.ge-home-pillar h3 {
	font-family: "Orbitron", sans-serif;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 0.35rem;
}
.ge-home-pillar p {
	font-size: 0.72rem;
	line-height: 1.4;
	color: rgba(200, 215, 240, 0.82);
	margin: 0;
}

/* Conquer: flanked title */
.ge-home-railhead {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.75rem, 2.5vw, 2.5rem);
	margin: 1.5rem 0 1.75rem;
	padding: 0 clamp(0.5rem, 2vw, 1.5rem);
}
.ge-home-rail {
	flex: 1 1 40px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--ge-line) 8%, var(--ge-line) 92%, transparent);
}
.ge-home-rail-title {
	font-family: "Orbitron", sans-serif;
	font-weight: 800;
	font-size: clamp(1.05rem, 1.8vw, 1.4rem);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	white-space: nowrap;
	text-shadow: 0 0 20px rgba(0, 200, 255, 0.25);
}

/* Showcase: 4 col + card corners */
.ge-home-showcase-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.65rem, 1.2vw, 1.1rem);
}
.ge-home-card {
	position: relative;
	display: flex;
	flex-direction: column;
	color: inherit;
	background: #050a18;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid var(--ge-line);
}
b.ge-tcard,
.ge-tcard {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 3;
	border: 0 solid #00d8ed;
}
.ge-tcard-tl {
	top: 0;
	left: 0;
	border-top-width: 2px;
	border-left-width: 2px;
}
.ge-tcard-tr {
	top: 0;
	right: 0;
	border-top-width: 2px;
	border-right-width: 2px;
}
.ge-tcard-bl {
	bottom: 0;
	left: 0;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.ge-tcard-br {
	bottom: 0;
	right: 0;
	border-bottom-width: 2px;
	border-right-width: 2px;
}
.ge-home-card-media {
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #000;
}
.ge-home-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.ge-home-card-body {
	flex: 0 0 auto;
	padding: 0.7rem 0.75rem 0.9rem;
	background: linear-gradient(180deg, rgba(4, 8, 20, 0.3) 0%, rgba(3, 8, 20, 0.98) 100%);
}
.ge-home-card h3 {
	font-family: "Orbitron", sans-serif;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 0.2rem;
}
.ge-home-card p {
	font-size: 0.72rem;
	line-height: 1.4;
	color: rgba(200, 215, 240, 0.85);
	margin: 0;
}
.ge-home-card:hover {
	border-color: rgba(0, 220, 255, 0.5);
	box-shadow: 0 0 32px rgba(0, 180, 255, 0.15);
}

/* Footer: 3 equal sections (same page background; edge definition only) */
.ge-home-footer {
	margin-top: 0;
	background: linear-gradient(180deg, rgba(0, 1, 6, 0.2) 0%, rgba(0, 0, 0, 0.55) 100%);
	backdrop-filter: blur(1px);
	border-top: 1px solid var(--ge-line);
	padding: 1.75rem 0 2.25rem;
}
.ge-home-footer-inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 clamp(1rem, 2.5vw, 2.5rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) minmax(0, 1fr);
	align-items: center;
	gap: 1.25rem 1.5rem;
}
.ge-home-footer-col.ge-home-footer-social a {
	margin-right: 0.2rem;
}
body.body.ge-home .ge-home-footer-ctr,
.ge-home-footer-ctr {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.4rem 1.25rem;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
body.body.ge-home .ge-home-footer-ctr li {
	list-style: none;
	display: inline-block;
}
.ge-home-footer-ctr a {
	font-family: "Orbitron", sans-serif;
	font-size: 0.55rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(200, 215, 240, 0.78) !important;
	text-decoration: none;
}
.ge-home-footer-ctr a:hover {
	color: #fff !important;
}
body.body.ge-home .ge-home-footer-ctr .dropdown.dropup,
body.body.ge-home .ge-home-footer-ctr .dropdown {
	position: relative;
}
.ge-home-copyright-blk,
.ge-home-footer-legal p {
	margin: 0;
	font-size: 0.52rem;
	letter-spacing: 0.1em;
	text-align: right;
	color: rgba(200, 215, 240, 0.45) !important;
}
.ge-home-footer-legal {
	text-align: right;
}
.ge-home-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--ge-line);
	color: var(--ge-cyan);
	background: rgba(0, 20, 50, 0.35);
}
.ge-home-footer-social a:hover {
	background: rgba(0, 200, 255, 0.1);
	box-shadow: 0 0 12px rgba(0, 200, 255, 0.2);
}

/* style.css: dropdown in footer */
body.body.ge-home .ge-home-footer .menu2 li.dropdown.dropup {
	list-style: none;
	position: relative;
}
body.body.ge-home .ge-home-footer .menu2 .dropdown.dropup > .dropdown-toggle {
	color: rgba(200, 215, 240, 0.78) !important;
	font-family: "Orbitron", sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 0.55rem;
	text-decoration: none;
	padding: 0;
	background: transparent;
	border: none;
	text-transform: uppercase;
}
body.body.ge-home .ge-home-footer .menu2 .dropdown.dropup > .dropdown-toggle:hover {
	color: #fff !important;
}
body.body.ge-home .ge-home-footer .menu2 .dropdown.dropup > .dropdown-toggle::after {
	display: none !important;
}
body.body.ge-home .ge-home-footer .menu2 ul.dropdown-menu.ge-credits-menu {
	display: none !important;
	position: absolute;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	bottom: 100%;
	top: auto;
	min-width: 12rem;
	margin: 0 0 6px 0;
	padding: 6px 0;
	z-index: 10050;
	background: linear-gradient(180deg, rgba(5, 12, 28, 0.99) 0%, rgba(6, 14, 32, 0.99) 100%);
	border: 1px solid var(--ge-line) !important;
	backdrop-filter: blur(6px);
}
body.body.ge-home .ge-home-footer .menu2 ul.dropdown-menu.ge-credits-menu.show {
	display: block !important;
}
body.body.ge-home .ge-home-footer .menu2 ul.ge-credits-menu .dropdown-item {
	font-family: "Exo 2", sans-serif;
	font-size: 0.8rem;
	color: #e4ecff;
}
body.body.ge-home .ge-home-footer .menu2 ul.ge-credits-menu .dropdown-item:hover,
body.body.ge-home .ge-home-footer .menu2 ul.ge-credits-menu .dropdown-item:focus {
	background: rgba(0, 200, 255, 0.12);
	color: var(--ge-cyan) !important;
}
body.body.ge-home .ge-home-footer .menu2 ul.ge-credits-menu > li {
	display: block;
}

@media (max-width: 1199px) {
	.ge-home-pillars {
		grid-template-columns: repeat(3, 1fr);
	}
	.ge-home-showcase-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991px) {
	.ge-home-backdrop {
		background-position: left, center, left, right, 80% 30%;
		background-attachment: scroll, scroll, scroll, scroll, scroll;
	}
	.ge-home-stats .ge-home-stat {
		min-width: calc(50% - 1px);
		border-bottom: 1px solid var(--ge-line);
	}
	.ge-home-stat:nth-child(2) {
		border-right: 0;
	}
	.ge-home-pillars {
		grid-template-columns: repeat(2, 1fr);
	}
	.ge-home-footer-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.ge-home-copyright-blk,
	.ge-home-footer-legal p {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.ge-home-pillars {
		grid-template-columns: 1fr;
	}
	.ge-home-hero-ctas {
		flex-direction: column;
		align-items: flex-start;
	}
	.ge-home-stat {
		border-right: 0 !important;
		min-width: 100%;
		border-bottom: 1px solid var(--ge-line);
	}
	.ge-home-stat:last-child {
		border-bottom: 0;
	}
	.ge-home-rail-title {
		white-space: normal;
		text-align: center;
		line-height: 1.25;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ge-home-pillar,
	.ge-home-btn-cta,
	.ge-home-btn-primary,
	.ge-home-card {
		transition: none;
	}
}

/* ---- Modals: Rules, Rounds, Wiki, Changelog (index landing HUD look) ---- */
body.body.ge-home #rulesModalOverlay,
body.body.ge-home #roundResultsModalOverlay,
body.body.ge-home #wikiModalOverlay,
body.body.ge-home #changelogModalOverlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(0, 3, 12, 0.88);
	backdrop-filter: blur(6px);
}

body.body.ge-home #rulesModal,
body.body.ge-home #roundResultsModal,
body.body.ge-home #wikiModal,
body.body.ge-home #changelogModal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 1100px;
	height: 86%;
	max-height: 780px;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--ge-hud);
	border: 1px solid var(--ge-line);
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(0, 50, 90, 0.2), var(--ge-glow);
	color: #e4ecff;
}

body.body.ge-home #rulesModal {
	max-width: 900px;
	max-height: 700px;
}

body.body.ge-home #wikiModal::before,
body.body.ge-home #wikiModal::after {
	content: none;
}

body.body.ge-home #rulesModalHeader,
body.body.ge-home #roundResultsModalHeader,
body.body.ge-home #wikiModalHeader,
body.body.ge-home #changelogModalHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	gap: 0.75rem;
	padding: 0.9rem 1.15rem;
	background: linear-gradient(90deg, rgba(4, 20, 45, 0.95), rgba(2, 10, 30, 0.92));
	border-bottom: 1px solid var(--ge-line);
}

body.body.ge-home #roundResultsHeaderButtons,
body.body.ge-home #wikiHeaderButtons {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
}

body.body.ge-home #rulesModalTitle,
body.body.ge-home #roundResultsModalTitle,
body.body.ge-home #wikiModalTitle,
body.body.ge-home #changelogModalTitle {
	margin: 0;
	font-family: "Orbitron", sans-serif;
	font-size: clamp(0.68rem, 0.5vw + 0.5rem, 0.8rem);
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fdfeff;
	text-shadow: 0 0 20px rgba(0, 200, 255, 0.35);
}

body.body.ge-home #rulesModalClose,
body.body.ge-home #roundResultsModalClose,
body.body.ge-home #wikiModalClose,
body.body.ge-home #changelogModalClose {
	font-family: "Orbitron", sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	color: #00121a;
	background: var(--ge-cta-grad);
	border: 1px solid rgba(150, 250, 255, 0.5);
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(0, 200, 255, 0.25);
	cursor: pointer;
	font-size: 1.35rem;
	line-height: 1;
}

body.body.ge-home #rulesModalClose:hover,
body.body.ge-home #roundResultsModalClose:hover,
body.body.ge-home #wikiModalClose:hover,
body.body.ge-home #changelogModalClose:hover,
body.body.ge-home #roundResultsMenuToggle:hover,
body.body.ge-home #wikiMenuToggle:hover {
	color: #000;
	filter: brightness(1.08);
}

body.body.ge-home #roundResultsMenuToggle,
body.body.ge-home #wikiMenuToggle {
	font-family: "Orbitron", sans-serif;
	display: none;
	margin-right: 0.4rem;
	width: 40px;
	height: 32px;
	font-size: 0.7rem;
	color: #9df6ff;
	background: rgba(0, 25, 50, 0.4);
	border: 1px solid var(--ge-cyan-dim);
	border-radius: 2px;
	cursor: pointer;
}

body.body.ge-home #rulesModalBody,
body.body.ge-home #roundResultsModalBody,
body.body.ge-home #wikiModalBody {
	display: flex;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

body.body.ge-home .ge-changelog-body {
	position: relative;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	background: rgba(1, 4, 12, 0.45);
}

body.body.ge-home .ge-changelog-frame {
	width: 100%;
	flex: 1;
	min-height: 0;
	border: 0;
	background: #0b1020;
}

body.body.ge-home .ge-changelog-loading {
	display: flex;
	position: absolute;
	inset: 0;
	z-index: 1;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-family: "Orbitron", sans-serif;
	letter-spacing: 0.15em;
	font-size: 0.7rem;
	text-transform: uppercase;
	color: rgba(200, 220, 255, 0.65);
	background: rgba(1, 3, 10, 0.5);
}
body.body.ge-home .ge-changelog-loading[hidden] {
	display: none !important;
}

body.body.ge-home #rulesSidebar {
	width: 200px;
	min-width: 200px;
	padding: 0.6rem 0 1rem;
	overflow-y: auto;
}
body.body.ge-home #rulesSidebar,
body.body.ge-home #roundResultsSidebar {
	background: rgba(0, 8, 20, 0.65);
	border-right: 1px solid var(--ge-line);
}
body.body.ge-home #roundResultsSidebar {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-width: 200px;
}
body.body.ge-home #roundResultsSidebar .sidebar-title {
	padding: 0.7rem 1rem;
	margin: 0;
	font-family: "Orbitron", sans-serif;
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(200, 220, 255, 0.7);
	border-bottom: 1px solid var(--ge-line);
}
body.body.ge-home #roundList {
	flex: 1;
	overflow-y: auto;
	padding: 0.4rem 0 0.75rem;
}
body.body.ge-home .round-link {
	display: block;
	padding: 0.45rem 1rem;
	font-size: 0.8rem;
	color: #9df6ff;
	text-decoration: none;
	border-left: 2px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
body.body.ge-home .round-link .round-dates {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.72em;
	color: rgba(200, 220, 255, 0.45);
}
body.body.ge-home .round-link:hover,
body.body.ge-home .round-link.active {
	color: #fdfeff;
	border-left-color: var(--ge-cyan);
	background: rgba(0, 200, 255, 0.08);
}
body.body.ge-home .rules-nav-title {
	padding: 0.4rem 1rem 0.5rem;
	font-size: 0.5rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(200, 220, 255, 0.55);
}
body.body.ge-home .rules-nav-link {
	display: block;
	padding: 0.4rem 1rem;
	font-size: 0.8rem;
	color: #9df6ff;
	text-decoration: none;
	border-left: 2px solid transparent;
}
body.body.ge-home .rules-nav-link:hover {
	color: #fdfeff;
	background: rgba(0, 200, 255, 0.08);
	border-left-color: var(--ge-cyan);
}
body.body.ge-home #rulesContent {
	flex: 1;
	padding: 1.4rem 1.75rem;
	overflow-y: auto;
	font-size: 0.88rem;
	color: rgba(200, 215, 240, 0.92);
	line-height: 1.65;
}
body.body.ge-home #rulesContent h1 {
	margin: 0 0 1.1rem;
	font-family: "Orbitron", sans-serif;
	font-size: 1.35rem;
	letter-spacing: 0.06em;
	color: #fdfeff;
	border-bottom: 1px solid var(--ge-line);
	padding-bottom: 0.65rem;
}
body.body.ge-home #rulesContent h2 {
	margin: 1.5rem 0 0.5rem;
	font-family: "Orbitron", sans-serif;
	font-size: 0.9rem;
	color: #00e8ff;
	border-bottom: 1px solid rgba(0, 220, 255, 0.2);
	padding-bottom: 0.35rem;
}
body.body.ge-home #rulesContent a {
	color: #9df6ff;
	text-decoration: underline;
}
body.body.ge-home #rulesContent a:hover {
	color: #fdfeff;
}
body.body.ge-home .rules-highlight {
	margin: 0.85rem 0;
	padding: 0.75rem 1rem;
	background: rgba(0, 40, 80, 0.25);
	border-left: 2px solid var(--ge-cyan);
}
body.body.ge-home .rules-warning {
	margin: 0.85rem 0;
	padding: 0.75rem 1rem;
	background: rgba(40, 30, 0, 0.2);
	border-left: 2px solid rgba(255, 200, 80, 0.5);
}
body.body.ge-home #roundResultsContent,
body.body.ge-home #rulesContent {
	font-family: "Exo 2", "Prime Light", system-ui, sans-serif;
}
body.body.ge-home #roundResultsContent {
	flex: 1;
	padding: 1.4rem 1.75rem;
	overflow-y: auto;
	font-size: 0.82rem;
	color: rgba(200, 215, 240, 0.92);
	line-height: 1.55;
}
body.body.ge-home #roundResultsContent .toc-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.5rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--ge-line);
}
body.body.ge-home #roundResultsContent .toc-link {
	font-size: 0.78rem;
	color: #9df6ff;
	text-decoration: none;
	padding: 0.3rem 0.55rem;
	border: 1px solid var(--ge-line);
	border-radius: 2px;
}
body.body.ge-home #roundResultsContent .rank-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.25rem;
}
body.body.ge-home #roundResultsContent .rank-table th {
	color: #00e8ff;
}
body.body.ge-home #roundResultsContent .rank-table-header {
	color: #fdfeff;
	background: linear-gradient(90deg, rgba(4, 20, 45, 0.6), rgba(2, 12, 32, 0.85)) !important;
}
body.body.ge-home #roundResultsContent .rank-table th,
body.body.ge-home #roundResultsContent .rank-table td {
	border: 1px solid var(--ge-line);
}
body.body.ge-home #roundResultsContent .rank-table tr:hover td {
	background: rgba(0, 200, 255, 0.04);
}
body.body.ge-home .rr-error {
	color: #ff8a8a;
	padding: 1rem;
	text-align: center;
}
body.body.ge-home .rr-loading,
body.body.ge-home .rr-no-results {
	color: rgba(200, 220, 255, 0.55);
}
body.body.ge-home .rr-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 8rem;
}
body.body.ge-home .rr-no-results {
	padding: 2rem 1.5rem;
}

body.body.ge-home #wikiModalHeader,
body.body.ge-home #wikiModalBody {
	background: transparent;
}
body.body.ge-home #wikiModalTitle {
	color: #fdfeff;
}

@media screen and (max-width: 768px) {
	body.body.ge-home #rulesModal,
	body.body.ge-home #roundResultsModal,
	body.body.ge-home #wikiModal,
	body.body.ge-home #changelogModal {
		width: 96%;
		height: 90%;
		max-height: none;
	}
	body.body.ge-home #rulesSidebar,
	body.body.ge-home #roundResultsSidebar {
		width: 180px;
		min-width: 180px;
	}
}
@media screen and (max-width: 576px) {
	body.body.ge-home #rulesModal,
	body.body.ge-home #roundResultsModal,
	body.body.ge-home #wikiModal,
	body.body.ge-home #changelogModal {
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
		border-radius: 0;
		top: 0;
		left: 0;
		transform: none;
	}
	body.body.ge-home #rulesModalBody,
	body.body.ge-home #roundResultsModalBody,
	body.body.ge-home #wikiModalBody {
		flex-direction: column;
		position: relative;
	}
	body.body.ge-home #rulesSidebar {
		width: 100%;
		max-height: 42%;
		min-width: 0;
		border-right: none;
		border-bottom: 1px solid var(--ge-line);
		padding: 0.4rem 0 0.5rem;
		display: flex;
		flex-wrap: wrap;
	}
	body.body.ge-home .rules-nav-title {
		display: none;
	}
	body.body.ge-home .rules-nav-link {
		display: inline-block;
		padding: 0.3rem 0.45rem;
		margin: 0.1rem;
		font-size: 0.7rem;
		border-left: none;
	}
	body.body.ge-home #rulesContent {
		padding: 0.9rem 1rem;
	}
	body.body.ge-home #roundResultsSidebar {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		width: 85%;
		max-width: 17.5rem;
		height: 100%;
		min-width: 0;
		background: var(--ge-navy-1) !important;
		transform: translateX(-100%);
		transition: transform 0.28s ease;
		border-right: 1px solid var(--ge-line) !important;
	}
	body.body.ge-home #roundResultsSidebar.open {
		transform: translateX(0);
	}
	body.body.ge-home #roundResultsContent {
		padding: 0.9rem 1rem;
	}
	body.body.ge-home #roundResultsMenuToggle,
	body.body.ge-home #wikiMenuToggle {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
