
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&family=Inter:wght@400;500;600;700&display=swap');

:root {
	--lp-bg:        #1c2625;   	--lp-bg2:       #1a2327;   	--lp-panel:     #efe3ca;   	--lp-panel-2:   rgba(244, 239, 228, 0.97); 	--lp-gold:      #7cb029;   	--lp-gold-light:#cbb198;   	--lp-gold-dark: #7b6050;   	--lp-crimson:   #7cb029;   	--lp-crimson-d: #587c1e;   	--lp-text:      #fff9eb;   	--lp-muted:     #cdbfa6;   	--lp-ink:       #463a30;   	--lp-ink-h:     #5e463a;   	--lp-ink-muted: #877055;   	--lp-green-link:#5a9a0a;   	--lp-border:    rgba(123, 96, 80, 0.40); 	--lp-border-s:  rgba(123, 96, 80, 0.75); 	--lp-hero-img:  url('/gpack/travian/images/artwork.jpg');
	--lp-display:   'Marcellus SC', serif;
	--lp-title:     'Marcellus SC', serif;
	--lp-body:      'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.is-hidden { display: none !important; }
html { scroll-behavior: smooth; }
body.landing #stats,
body.landing #features,
body.landing #gallery { scroll-margin-top: 76px; }
body.landing {
	margin: 0;
	padding: 0;
	background: var(--lp-bg);
	color: var(--lp-text);
	font-family: var(--lp-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
		min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body.landing * { box-sizing: border-box; }
body.landing a { color: var(--lp-gold); text-decoration: none; transition: color .2s; }
body.landing a:hover { color: var(--lp-gold-light); }
body.landing img { max-width: 100%; }
body.landing.splashing { overflow: hidden; }

.lp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

.lp-btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-family: var(--lp-title);
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-size: 15px;
	padding: 14px 30px;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid var(--lp-border-s);
	transition: transform .15s, box-shadow .2s, background .2s;
}
.lp-btn::before {
	content: '';
	position: absolute;
	top: 0; left: -120%;
	width: 60%; height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .28), transparent);
	transform: skewX(-20deg);
	transition: left .55s ease;
	pointer-events: none;
}
.lp-btn:hover::before { left: 150%; }
.lp-btn:hover { transform: translateY(-2px); }

body.landing .lp-btn-primary {
	color: #f2f2f2;
	background: linear-gradient(180deg, #8ec53a, var(--lp-crimson) 55%, var(--lp-crimson-d));
	border-color: #3f5a14;
	box-shadow: 0 6px 20px rgba(88, 124, 30, .4);
}
body.landing .lp-btn-primary:hover { color: #fff; box-shadow: 0 10px 28px rgba(88, 124, 30, .55); }
body.landing .lp-btn-ghost {
	color: var(--lp-gold-light);
	background: rgba(0, 0, 0, .25);
	border-color: var(--lp-border-s);
}
body.landing .lp-btn-ghost:hover { color: #fff; background: rgba(203, 177, 152, .14); }

.lp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(180deg, #cbb198, #b09478 58%, #7b6050);
	border-bottom: 1px solid #5a4636;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}
.lp-header .lp-wrap {
	display: flex;
	align-items: center;
	gap: 18px;
	height: 64px;
}

.lp-header .lp-logo {
	font-family: var(--lp-display);
	font-weight: 700;
	font-size: 22px;
	letter-spacing: .04em;
	color: #3f2f22;
	white-space: nowrap;
	text-shadow: 0 1px 0 rgba(255, 248, 235, .35);
}
.lp-header .lp-logo:hover { color: #271b12; }
.lp-nav { display: flex; gap: 6px; margin-left: 18px; flex: 1; flex-wrap: wrap; }
.lp-header .lp-nav a {
	font-family: var(--lp-title);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #4a3829;
	padding: 8px 12px;
	border-radius: 4px;
}
.lp-header .lp-nav a:hover, .lp-header .lp-nav a.active { color: #271b12; background: rgba(63, 47, 34, .14); }
.lp-header-cta { display: flex; align-items: center; gap: 12px; }
.lp-header .lp-discord {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #5865f2;
	border: 1px solid #5865f2;
	border-radius: 4px;
	padding: 5px 10px;
	transition: color .15s, background .15s;
}
.lp-discord svg { width: 22px; height: 22px; display: block; fill: currentColor; }
.lp-header .lp-discord:hover { color: #fff; background: #5865f2; }

.lp-header .lp-login-btn {
	font-family: var(--lp-title);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #f2f2f2;
	background: linear-gradient(180deg, #8ec53a, var(--lp-gold) 60%, var(--lp-crimson-d));
	border: 1px solid #3f5a14;
	padding: 9px 20px;
	border-radius: 4px;
}
.lp-header .lp-login-btn:hover { color: #fff; filter: brightness(1.08); }

.lp-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 36px;
	padding: 0 8px;
	background: rgba(63, 47, 34, .10);
	border: 1px solid #5a4636;
	border-radius: 4px;
	cursor: pointer;
}
.lp-burger span {
	display: block;
	height: 2px;
	background: #3f2f22;
	border-radius: 2px;
	transition: transform .2s, opacity .2s;
}
.lp-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lp-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.lp-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.lp-appbar { display: none; }
.lp-appbar.show {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: linear-gradient(180deg, #2a1d13, #1c130c);
	border-bottom: 1px solid #5a4636;
	color: #e8dcc8;
	font-size: 14px;
	line-height: 1.3;
}
.lp-appbar-txt { flex: 1; }
.lp-appbar-install {
	flex: none;
	font-family: var(--lp-title);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(180deg, #8ec53a, var(--lp-gold) 60%, var(--lp-crimson-d));
	border: 1px solid #3f5a14;
	padding: 7px 14px;
	border-radius: 4px;
	cursor: pointer;
}
.lp-appbar-close {
	flex: none;
	background: none;
	border: 0;
	color: #c9b89f;
	font-size: 22px;
	line-height: 1;
	padding: 0 4px;
	cursor: pointer;
}

.lp-hero {
	position: relative;
	min-height: calc(100vh - 64px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 22px;
	background: var(--lp-hero-img) center / cover no-repeat;
}
.lp-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20, 28, 27, .55) 0%, rgba(20, 28, 27, .35) 40%, rgba(20, 28, 27, .85) 88%, var(--lp-bg) 100%);
}

.lp-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(circle at 50% 36%, rgba(203, 177, 152, .14), transparent 58%);
	pointer-events: none;
}
.lp-hero > * { position: relative; z-index: 1; }

.lp-hero > * { animation: lp-rise .8s both; }
.lp-hero .lp-live      { animation-delay: .05s; }
.lp-hero .lp-tagline   { animation-delay: .28s; }
.lp-hero-actions       { animation-delay: .42s; }
@keyframes lp-rise {
	from { opacity: 0; transform: translateY(26px); }
	to   { opacity: 1; transform: none; }
}
.lp-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--lp-gold-light);
	background: rgba(0, 0, 0, .45);
	border: 1px solid var(--lp-border-s);
	border-radius: 30px;
	padding: 7px 18px;
	margin-bottom: 26px;
}
.lp-live .dot {
	width: 9px; height: 9px; border-radius: 50%;
	background: #46d160; box-shadow: 0 0 0 0 rgba(70, 209, 96, .7);
	animation: lp-pulse 1.8s infinite;
}
@keyframes lp-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(70, 209, 96, .7); }
	70%  { box-shadow: 0 0 0 11px rgba(70, 209, 96, 0); }
	100% { box-shadow: 0 0 0 0 rgba(70, 209, 96, 0); }
}
.lp-hero h1 {
	font-family: var(--lp-display);
	font-weight: 900;
	font-size: clamp(42px, 8vw, 96px);
	line-height: 1.04;

	letter-spacing: 0.06em;
	margin: 0 0 18px;
	color: #fdf6e8;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .7), 0 0 40px rgba(203, 177, 152, .28);
	animation: lp-rise .8s .15s both, lp-shimmer 4s ease-in-out 1.1s infinite;
}
.lp-hero h1::after {
	content: '';
	display: block;
	width: clamp(90px, 16vw, 160px);
	height: 2px;
	margin: 20px auto 0;
	background: linear-gradient(90deg, transparent, var(--lp-gold-light), transparent);
}
@keyframes lp-shimmer {
	0%, 100% { text-shadow: 0 2px 24px rgba(0, 0, 0, .7), 0 0 40px rgba(203, 177, 152, .28); }
	50%      { text-shadow: 0 2px 24px rgba(0, 0, 0, .7), 0 0 62px rgba(203, 177, 152, .55); }
}
.lp-hero .lp-tagline {
	font-family: var(--lp-title);
	font-size: clamp(15px, 2.2vw, 20px);
	letter-spacing: .08em;
	color: var(--lp-gold-light);
	text-transform: uppercase;
	margin: 0 0 36px;
}
.lp-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.lp-scroll-cue {
	position: absolute;
	bottom: 22px; left: 50%; transform: translateX(-50%);
	z-index: 1;
	font-family: var(--lp-title);
	font-size: 11px; letter-spacing: .3em; text-transform: uppercase;
	color: var(--lp-muted);
	animation: lp-bob 2s ease-in-out infinite;
}
@keyframes lp-bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

.lp-maint-msg {
	max-width: 620px;
	margin: 4px auto 32px;
	color: var(--lp-muted);
	font-size: 18px;
}
.lp-live.warn .dot { background: #e0a43a; animation: lp-pulse-warn 1.8s infinite; }
@keyframes lp-pulse-warn {
	0%   { box-shadow: 0 0 0 0 rgba(224, 164, 58, .7); }
	70%  { box-shadow: 0 0 0 11px rgba(224, 164, 58, 0); }
	100% { box-shadow: 0 0 0 0 rgba(224, 164, 58, 0); }
}

.lp-stats {
	background: linear-gradient(180deg, var(--lp-bg), var(--lp-bg2));
	border-top: 1px solid var(--lp-border);
	border-bottom: 1px solid var(--lp-border);
	padding: 46px 0;
}
.lp-stats .lp-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	text-align: center;
}
.lp-stat { padding: 6px 10px; border-radius: 8px; transition: background .25s; }
.lp-stat:hover { background: rgba(124, 176, 41, .08); }
.lp-stat .num {
	font-family: var(--lp-display);
	font-weight: 700;
	font-size: clamp(34px, 6vw, 58px);
	color: var(--lp-gold);
	line-height: 1;
	text-shadow: 0 0 24px rgba(124, 176, 41, .3);
}
.lp-stat .label {
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--lp-muted);
	margin-top: 10px;
}
.lp-stat + .lp-stat { border-left: 1px solid var(--lp-border); }

.lp-section { padding: 78px 0; }
.lp-section.alt { background: var(--lp-bg2); }
.lp-eyebrow {
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: var(--lp-gold);
	text-align: center;
	margin: 0 0 12px;
}
.lp-h2 {
	font-family: var(--lp-display);
	font-weight: 700;
	font-size: clamp(28px, 4.5vw, 46px);
	color: var(--lp-gold-light);
	text-align: center;
	margin: 0 0 20px;
}
.lp-lead {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
	color: var(--lp-muted);
	font-size: 17px;
}
.lp-lead b, .lp-lead strong { color: var(--lp-text); }

.lp-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.lp-card {
	position: relative;
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	overflow: hidden;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}

.lp-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	z-index: 2;
	background: linear-gradient(90deg, var(--lp-crimson-d), var(--lp-gold), var(--lp-crimson-d));
	transform: scaleX(0);
	transition: transform .3s ease;
}
.lp-card:hover::before { transform: scaleX(1); }
.lp-card:hover {
	transform: translateY(-4px);
	border-color: #6f5947;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .45);
}
.lp-card .thumb { display: block; width: 100%; height: 168px; object-fit: cover; background: #d8c8a8; border-bottom: 1px solid var(--lp-border); }
.lp-card .body { padding: 22px; }
.lp-card h3 {
	font-family: var(--lp-title);
	font-weight: 700;
	font-size: 21px;
	color: var(--lp-ink-h);
	margin: 0 0 6px;
}
.lp-card .tag {
	font-family: var(--lp-title);
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--lp-ink-muted);
	display: block;
	margin-bottom: 12px;
}
.lp-card p { margin: 0; color: var(--lp-ink); font-size: 15px; }

.lp-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.lp-feature {
	position: relative;
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	padding: 24px 24px 24px 44px;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lp-feature::before {
	content: '\2726'; 	position: absolute;
	left: 20px; top: 24px;
	color: var(--lp-gold);
	font-size: 16px;
	line-height: 1.2;
}
.lp-feature:hover { transform: translateY(-4px); border-color: #6f5947; box-shadow: 0 14px 34px rgba(0, 0, 0, .45); }
.lp-feature h3 {
	font-family: var(--lp-title);
	font-weight: 700;
	font-size: 19px;
	color: var(--lp-ink-h);
	margin: 0 0 8px;
}
.lp-feature p { margin: 0; color: var(--lp-ink); font-size: 15px; }

.lp-shots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.lp-shots-switch { display: flex; justify-content: center; gap: 8px; margin-bottom: 26px; }
.lp-shots-switch input { position: absolute; opacity: 0; pointer-events: none; }
.lp-shots-switch label {
	cursor: pointer;
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--lp-gold-light);
	padding: 8px 20px;
	border: 1px solid var(--lp-border-s);
	border-radius: 6px;
	background: linear-gradient(160deg, #1f2a29, #141b1c);
	transition: border-color .2s, color .2s, background .2s;
}
.lp-shots-switch label:hover { border-color: #6f5947; }
#shots-desktop:checked ~ .lp-shots-switch label[for="shots-desktop"],
#shots-mobile:checked ~ .lp-shots-switch label[for="shots-mobile"] { color: #fff; }
.lp-shots-switch input:checked + label { border-color: var(--lp-gold-light); color: #fff; background: linear-gradient(160deg, #2a3635, #1b2425); }
.lp-shots-desktop, .lp-shots-mobile { display: none; }
.lp-shots-switch:has(#shots-desktop:checked) ~ .lp-shots-desktop { display: grid; }
.lp-shots-switch:has(#shots-mobile:checked) ~ .lp-shots-mobile { display: grid; }
.lp-shots-mobile .lp-shot { aspect-ratio: 9 / 16; }
.lp-shots-mobile .lp-shot img { object-position: top center; }
.lp-shot {
	position: relative;
	margin: 0;
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(160deg, #1f2a29, #141b1c);
	aspect-ratio: 16 / 10;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lp-shot:hover { transform: translateY(-4px); border-color: #6f5947; box-shadow: 0 14px 34px rgba(0, 0, 0, .45); }
.lp-shot.is-clickable { cursor: zoom-in; }
.lp-shot img { display: block; width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.lp-shot figcaption {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--lp-gold-light);
	background: linear-gradient(180deg, transparent, rgba(20, 27, 28, .92));
	padding: 22px 14px 10px;
}
.lp-shot.is-empty::before {
	content: 'Coming soon';
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--lp-title);
	letter-spacing: .22em;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--lp-muted);
}

.lp-lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 4vh 2vw;
	background: rgba(10, 14, 14, .92);
	backdrop-filter: blur(3px);
}
.lp-lightbox[hidden] { display: none; }
body.lp-lb-open { overflow: hidden; }
.lp-lb-stage {
	margin: 0;
	max-width: 100%;
	max-height: 92vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp-lb-img {
	max-width: 100%;
	max-height: 86vh;
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .6);
	background: #141b1c;
}
.lp-lb-cap {
	margin-top: 12px;
	font-family: var(--lp-title);
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--lp-gold-light);
}
.lp-lb-nav,
.lp-lb-close {
	flex: none;
	cursor: pointer;
	color: var(--lp-gold-light);
	background: rgba(20, 27, 28, .7);
	border: 1px solid var(--lp-border-s);
	border-radius: 50%;
	line-height: 1;
	transition: background .15s, border-color .15s, color .15s;
}
.lp-lb-nav {
	width: 52px;
	height: 52px;
	font-size: 30px;
}
.lp-lb-nav:hover,
.lp-lb-close:hover { background: var(--lp-gold); border-color: var(--lp-gold); color: #271b12; }
.lp-lb-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	font-size: 26px;
}
@media (max-width: 720px) {
	.lp-lb-nav { width: 42px; height: 42px; font-size: 24px; }
	.lp-lb-img { max-height: 74vh; }
}

.lp-news {
	max-width: 760px;
	margin: 0 auto;
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	padding: 28px 32px;
}
.lp-news .news p { margin: 0 0 10px; color: var(--lp-ink); }
.lp-news .news .date { color: var(--lp-green-link); font-weight: 600; }

.lp-footer {
	margin-top: auto; 	background: #141b1c;
	border-top: 1px solid var(--lp-border);
	padding: 16px 0 14px;
	text-align: center;
}
.lp-footer .links { display: flex; gap: 8px 22px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.lp-footer .links a {
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--lp-muted);
}
.lp-footer .links a:hover { color: var(--lp-gold-light); }
.lp-footer .copy { color: #8a7d68; font-size: 13px; }
.lp-footer .cc { margin-top: 14px; opacity: .55; }
.lp-footer .cc img { height: 31px; width: 88px; border: 0; }

.lp-policy-head { text-align: center; padding: 64px 22px 30px; }
.lp-policy-head h1 {
	font-family: var(--lp-display);
	font-weight: 900;
	font-size: clamp(34px, 6vw, 60px);
	color: var(--lp-gold-light);
	text-shadow: 0 0 34px rgba(203, 177, 152, .35);
	margin: 0 0 10px;
}
.lp-policy-head .updated { color: var(--lp-muted); font-size: 15px; }
.lp-policy {
	max-width: 880px;
	margin: 0 auto 80px;
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 10px;
	padding: 44px 48px;
}
.lp-policy section { margin-bottom: 40px; }
.lp-policy section:last-child { margin-bottom: 0; }
.lp-policy h2 {
	font-family: var(--lp-title);
	font-weight: 700;
	font-size: 26px;
	color: var(--lp-ink-h);
	border-bottom: 1px solid var(--lp-border);
	padding-bottom: 12px;
	margin: 0 0 18px;
}
.lp-policy h3 {
	font-family: var(--lp-title);
	font-weight: 600;
	font-size: 18px;
	color: var(--lp-ink-h);
	margin: 22px 0 8px;
}
.lp-policy p, .lp-policy li { color: var(--lp-ink); font-size: 15.5px; }
.lp-policy ul { padding-left: 20px; }
.lp-policy li { margin-bottom: 7px; }
.lp-policy a { color: var(--lp-green-link); }
.lp-policy a:hover { color: var(--lp-crimson-d); }
.lp-policy .contact-block { color: var(--lp-ink-muted); }
.lp-policy .contact-block b { color: var(--lp-ink); }

.lp-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.lp-reveal.in { opacity: 1; transform: none; }

.lp-splash {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	text-align: center;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(20, 28, 27, .93), rgba(20, 28, 27, .97)),
		var(--lp-hero-img) center / cover no-repeat;
	transition: opacity .4s ease, visibility .4s ease;
}
.lp-splash.done { opacity: 0; visibility: hidden; }
.lp-splash .mark {
	font-family: var(--lp-display);
	font-weight: 900;
	font-size: clamp(36px, 7.5vw, 78px);
	letter-spacing: .06em;
	color: #fdf6e8;
	margin: 0;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .7), 0 0 40px rgba(203, 177, 152, .3);
	animation: lp-shimmer 2.6s ease-in-out infinite;
}
.lp-splash .sub {
	font-family: var(--lp-title);
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: clamp(12px, 2vw, 15px);
	color: var(--lp-gold-light);
	margin: -8px 0 0;
}
.lp-splash-bar {
	width: min(340px, 78vw);
	height: 4px;
	background: rgba(203, 177, 152, .18);
	border: 1px solid var(--lp-border);
	border-radius: 30px;
	overflow: hidden;
}
.lp-splash-fill {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--lp-crimson-d), var(--lp-gold), #8ec53a);
	box-shadow: 0 0 12px rgba(124, 176, 41, .6);
	transition: width .2s ease;
}
.lp-splash .loading {
	font-family: var(--lp-title);
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 11px;
	color: var(--lp-muted);
}

@media (max-width: 820px) {
	.lp-burger { display: flex; }
	.lp-header-cta { margin-left: auto; }
	.lp-nav {
		display: flex;
		flex-direction: column;
		gap: 2px;
		position: absolute;
		top: 64px;
		left: 0;
		right: 0;
		margin: 0;
		padding: 6px 16px 14px;
		background: linear-gradient(180deg, #b09478, #7b6050);
		border-bottom: 1px solid #5a4636;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		pointer-events: none;
		transition: max-height .25s ease, opacity .2s ease;
	}
	.lp-header.nav-open .lp-nav { max-height: 360px; opacity: 1; pointer-events: auto; }
	.lp-header .lp-nav a { padding: 12px; font-size: 15px; }
	.lp-stats .lp-wrap { grid-template-columns: 1fr; gap: 32px; }
	.lp-stat + .lp-stat { border-left: 0; }
	.lp-cards { grid-template-columns: 1fr; }
	.lp-features { grid-template-columns: 1fr; }
	.lp-shots-switch ~ .lp-shots { grid-template-columns: repeat(2, 1fr); }
	.lp-policy { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
	.lp-hero > *, .lp-hero h1 { animation: none; }
	.lp-reveal { opacity: 1; transform: none; transition: none; }
	.lp-btn::before { display: none; }
	.lp-splash .mark { animation: none; }
	.lp-splash-fill { animation: none; width: 100%; }
}

body.landing-auth {
	min-height: 100vh;
	background:
		linear-gradient(180deg, rgba(20, 28, 27, .90) 0%, rgba(20, 28, 27, .97) 55%, rgba(20, 28, 27, .995) 100%),
		var(--lp-hero-img) center / cover no-repeat;
	background-attachment: fixed;   /* both layers viewport-anchored so the dark overlay covers the whole page, not just the top */
	color: var(--lp-text);
	font-family: var(--lp-body);
}
body.landing-auth .wrapper { background: transparent; }
body.landing-auth #header, body.landing-auth #dynamic_header { background: transparent; }

body.landing-auth #side_navi {
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	padding: 16px 18px;
}
body.landing-auth #side_navi a {
	font-family: var(--lp-title);
	color: var(--lp-ink-h);
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
}
body.landing-auth #side_navi a:hover { color: var(--lp-green-link); }

body.landing-auth #content.login,
body.landing-auth #content.signup,
body.landing-auth #content.logout,
body.landing-auth #content.activate {
	position: relative;
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 10px;
	color: var(--lp-ink);
	padding: 26px 30px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, .5);
}
body.landing-auth #content.logout { text-align: center; }
body.landing-auth #content.logout .roman { display: none; }
body.landing-auth #content.logout h1 {
	font-family: var(--lp-display);
	font-size: 30px;
	color: var(--lp-ink-h);
	margin: 0 0 16px;
}
body.landing-auth #content.logout p { color: var(--lp-ink); }
body.landing-auth #content.login > h1,
body.landing-auth #content.login > h5,
body.landing-auth #content.signup > h1,
body.landing-auth #content.signup > h5,
body.landing-auth #content.activate > h1,
body.landing-auth #content.activate > h5 { display: none; }
body.landing-auth #content.login::before { content: "Login"; }
body.landing-auth #content.signup::before { content: "Register"; }
body.landing-auth #content.activate::before { content: "New password"; }
body.auth-activate #content.activate::before,
body.auth-activate #content.signup::before { content: "Account activation"; }
body.landing-auth #content.login::before,
body.landing-auth #content.signup::before,
body.landing-auth #content.activate::before {
	display: block;
	font-family: var(--lp-display);
	font-size: 30px;
	color: var(--lp-ink-h);
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--lp-border);
}
body.landing-auth #content p { color: var(--lp-ink); }
body.landing-auth #login_form,
body.landing-auth #sign_input,
body.landing-auth #sign_select,
body.landing-auth #login_form tbody, body.landing-auth #login_form tr, body.landing-auth #login_form td, body.landing-auth #login_form th,
body.landing-auth #sign_input tbody, body.landing-auth #sign_input tr, body.landing-auth #sign_input td, body.landing-auth #sign_input th,
body.landing-auth #sign_select tbody, body.landing-auth #sign_select tr, body.landing-auth #sign_select td, body.landing-auth #sign_select th {
	background: transparent !important;
	border-color: var(--lp-border) !important;
}
body.landing-auth #login_form th,
body.landing-auth #sign_input th,
body.landing-auth #sign_select th { color: var(--lp-ink-h); font-family: var(--lp-title); }
body.landing-auth #content .text {
	background: #fbf6ea;
	border: 1px solid #b29a7f;
	border-radius: 4px;
	color: var(--lp-ink);
	padding: 8px 10px;
}
body.landing-auth #content .text:focus { outline: none; border-color: var(--lp-gold); box-shadow: 0 0 0 3px rgba(124, 176, 41, .2); }
body.landing-auth #content label { color: var(--lp-ink); }
body.landing-auth #content .error { color: #c0392b; }
body.landing-auth #content .error_box {
	background: rgba(192, 57, 43, .1);
	border: 1px solid #c0392b;
	border-radius: 6px;
	padding: 12px 14px;
	color: var(--lp-ink);
}
body.landing-auth #content ul.important { color: #c0392b; }

body.landing-auth .trav_buttons {
	font-family: var(--lp-title);
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #f2f2f2;
	background: linear-gradient(180deg, #8ec53a, var(--lp-gold) 60%, var(--lp-crimson-d));
	border: 1px solid #3f5a14;
	border-radius: 5px;
	padding: 10px 26px;
	cursor: pointer;
}
body.landing-auth .trav_buttons:hover { filter: brightness(1.08); }

body.landing-auth #content a.discord-ticket {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #5865f2;
	color: #fff;
	font-family: var(--lp-title);
	border-radius: 5px;
	padding: 9px 16px;
	text-decoration: none;
}
body.landing-auth #content a.discord-ticket:hover { filter: brightness(1.08); color: #fff; }

body.landing-auth #side_info {
	background: var(--lp-panel-2);
	border: 1px solid var(--lp-border-s);
	border-radius: 8px;
	padding: 14px 16px;
	color: var(--lp-ink-muted);
}
body.landing-auth #footer { background: transparent; color: #8a7d68; }
body.landing-auth #footer a { color: var(--lp-gold); }

body.landing-auth #mid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 26px;
	max-width: 980px;
	margin: 48px auto;
	padding: 0 20px;
	width: auto;
	float: none;
}
body.landing-auth #mid > title,
body.landing-auth #mid > style,
body.landing-auth #mid > .clear { display: none; }

body.landing-auth #side_navi {
	position: static !important;
	float: none !important;
	top: auto !important; left: auto !important; right: auto !important;
	width: 200px;
	flex: 0 0 200px;
	margin: 0 !important;
	min-height: 0;
}
body.landing-auth #side_navi #logo { display: none; }
body.landing-auth #side_navi p { display: flex; flex-direction: column; gap: 2px; margin: 0; }
body.landing-auth #side_navi a { display: block; padding: 9px 10px; border-radius: 4px; }
body.landing-auth #side_navi a:hover { background: rgba(124, 176, 41, .12); }

body.landing-auth #content.login,
body.landing-auth #content.signup,
body.landing-auth #content.logout,
body.landing-auth #content.activate {
	position: static !important;
	float: none !important;
	margin: 0 !important;
	min-height: 0 !important;
	flex: 1 1 420px;
	max-width: 560px;
	width: auto;
	background: var(--lp-panel-2);
}
body.landing-auth #side_info { display: none; }

body.landing-auth #content a { color: var(--lp-green-link); }
body.landing-auth #content a:hover { color: var(--lp-crimson-d); }

body.landing-auth #content .text:-webkit-autofill,
body.landing-auth #content .text:-webkit-autofill:hover,
body.landing-auth #content .text:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--lp-ink);
	-webkit-box-shadow: 0 0 0 1000px #fbf6ea inset;
	box-shadow: 0 0 0 1000px #fbf6ea inset;
	border: 1px solid #b29a7f;
	caret-color: var(--lp-ink);
}

body.landing-auth #sign_select tr.top th img { display: none; }
body.landing-auth #sign_select tr.top th {
	color: var(--lp-ink-h);
	font-family: var(--lp-title);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: left;
	padding-bottom: 10px;
}
body.landing-auth #sign_select tr.top th:first-child::after { content: 'Choose tribe'; }
body.landing-auth #sign_select tr.top th:last-child::after { content: 'Starting position'; }
body.landing-auth #sign_select td { color: var(--lp-ink); padding: 3px 8px 3px 0; }
body.landing-auth #content ul.important { list-style: none; padding: 0; }

@media (max-width: 768px) {
		body.landing-auth,
	body.landing-auth.v35 {
		background: linear-gradient(180deg, var(--lp-bg), #141b1c) !important;
		width: 100% !important;
		min-width: 0 !important;
	}
		body.landing-auth .wrapper {
		background: transparent !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}
		body.landing-auth #header,
	body.landing-auth #dynamic_header { display: none !important; }
	body.landing-auth #login_form,
	body.landing-auth #sign_input,
	body.landing-auth #sign_select { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
		body.landing-auth #mid {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: stretch !important;
		min-height: 100vh !important;
		width: auto !important;
		max-width: 520px !important;
		min-width: 0 !important;
		margin: 0 auto !important;
				padding: 20px 12px calc(84px + env(safe-area-inset-bottom, 0px)) !important;
		box-sizing: border-box !important;
		float: none !important;
	}
	body.landing-auth #content.login,
	body.landing-auth #content.signup,
	body.landing-auth #content.logout,
	body.landing-auth #content.activate {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		margin: 0 !important;
		min-height: 0 !important;
		flex: 0 0 auto !important;   		padding: 22px 16px !important;
		box-sizing: border-box !important;
		background: var(--lp-panel-2) !important;
	}
	body.landing-auth #content .text { max-width: 100%; box-sizing: border-box; }
	body.landing-auth #side_info { display: none !important; }
		body.landing-auth #footer,
	body.landing-auth #stime,
	body.landing-auth #ce { display: none !important; }

		body.landing-auth #side_navi {
		display: block !important;
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		z-index: 1000 !important;
		background: linear-gradient(180deg, #cbb198, #8a6e57) !important;
		border: 0 !important;
		border-top: 1px solid #5a4636 !important;
		border-radius: 0 !important;
				padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
		box-shadow: 0 -6px 20px rgba(0, 0, 0, .45) !important;
	}
	body.landing-auth #side_navi p {
		display: flex !important;
		flex-direction: row !important;
		align-items: center;
		gap: 0 !important;
		margin: 0 !important;
	}
		body.landing-auth #side_navi a {
		flex: 1 1 0 !important;
		text-align: center !important;
		padding: 8px 6px !important;
		font-size: 13px !important;
		font-weight: 500 !important;
		letter-spacing: normal !important;
		text-decoration: none !important;
		background: transparent !important;
		background-image: none !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		transform: none !important;
		color: #3f2f22 !important;
	}
		body.landing-auth #side_navi a:hover,
	body.landing-auth #side_navi a:focus,
	body.landing-auth #side_navi a:active {
		font-weight: 500 !important;
		letter-spacing: normal !important;
		text-decoration: none !important;
		background: transparent !important;
		background-image: none !important;
		border: 0 !important;
		box-shadow: none !important;
		transform: none !important;
		color: #271b12 !important;
	}
}

.lp-sd-divider {
	text-align: center;
	font-size: 26px;
	color: var(--lp-gold-light);
	opacity: .7;
	margin: -4px 0 34px;
}
.lp-sd-card {
	max-width: 520px;
	margin: 0 auto;
	border: 1px solid var(--lp-border-s);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(40, 52, 50, .55), rgba(20, 28, 27, .65));
	box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
	overflow: hidden;
}
.lp-sd-cardhead {
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .22em;
	text-transform: uppercase;
	text-align: center;
	color: var(--lp-gold-light);
	padding: 13px 0;
	background: linear-gradient(180deg, rgba(124, 96, 80, .30), rgba(124, 96, 80, .10));
	border-bottom: 1px solid var(--lp-border);
}
.lp-sd-cardbody { padding: 30px 34px 34px; }
.lp-sd-realm {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 6px;
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--lp-muted);
}
.lp-sd-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--lp-gold);
	box-shadow: 0 0 8px var(--lp-gold);
	flex: none;
}
.lp-sd-round {
	font-family: var(--lp-display);
	font-weight: 700;
	font-size: 30px;
	color: var(--lp-text);
	margin: 0 0 20px;
}
.lp-sd-badge {
	display: inline-block;
	font-family: var(--lp-title);
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--lp-gold-light);
	border: 1px solid var(--lp-border-s);
	border-radius: 999px;
	padding: 8px 18px;
	margin-bottom: 26px;
}
.lp-sd-timer {
	border: 1px solid var(--lp-border);
	border-radius: 8px;
	background: rgba(0, 0, 0, .22);
	padding: 20px;
	text-align: center;
}
.lp-sd-timer-label {
	font-family: var(--lp-title);
	font-size: 13px;
	letter-spacing: .25em;
	text-transform: uppercase;
	color: var(--lp-muted);
	margin-bottom: 10px;
}
.lp-sd-timer-val {
	font-family: var(--lp-display);
	font-weight: 700;
	font-size: clamp(26px, 6vw, 38px);
	letter-spacing: .04em;
	color: var(--lp-gold-light);
}
.lp-sd-date {
	margin: 16px 0 0;
	text-align: center;
	font-family: var(--lp-title);
	font-size: 15px;
	letter-spacing: .04em;
	color: var(--lp-muted);
}
.lp-sd-login { display: inline-block; margin-top: 22px; }

/* Countdown reused on the cream login panel: recolor for dark-on-light. */
body.landing-auth #content.login .lp-sd-timer {
	background: rgba(0, 0, 0, .04);
	border-color: var(--lp-border);
}
body.landing-auth #content.login .lp-sd-timer-label,
body.landing-auth #content.login .lp-sd-date { color: var(--lp-ink); }
body.landing-auth #content.login .lp-sd-timer-val { color: var(--lp-ink-h); }
