:root {
	--z2-bg: #03070c;
	--z2-bg-2: #07111a;
	--z2-panel: rgba(8, 17, 26, .88);
	--z2-panel-strong: rgba(5, 12, 19, .97);
	--z2-line: rgba(70, 194, 255, .2);
	--z2-line-hot: rgba(91, 211, 255, .68);
	--z2-cyan: #62d8ff;
	--z2-blue: #1679bf;
	--z2-gold: #e4bd70;
	--z2-gold-soft: #a98143;
	--z2-red: #b74646;
	--z2-white: #f1f6f8;
	--z2-muted: #95a8b3;
	--z2-title: 'Trajan Pro', 'TrajanPro', Georgia, serif;
	--z2-body: 'Myriad Pro', 'MyriadPro', Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.z2p-active {
	background: var(--z2-bg);
}

body.z2p-active #scrollUp {
	display: none !important;
}

main:has(.z2p) > .hero-section,
body.z2p-active main > .hero-section,
.main-section:has(.z2p) > .h-0,
body.z2p-active .main-section > .h-0 {
	display: none !important;
}

.section-wrapper1:has(.z2p),
body.z2p-active .section-wrapper1 {
	padding: 0 !important;
	background: var(--z2-bg) !important;
}

.section-wrapper1:has(.z2p)::before,
body.z2p-active .section-wrapper1::before {
	display: none;
}

.section-wrapper1:has(.z2p) > .container,
body.z2p-active .section-wrapper1 > .container {
	max-width: none !important;
	padding: 0 !important;
}

.z2-presentation-layout {
	width: 100%;
	margin-top: 0 !important;
	align-items: stretch !important;
	justify-content: center !important;
}

.z2-presentation-layout > .m-sidebar,
.z2-presentation-layout .m-slider {
	display: none !important;
}

.z2-presentation-layout > .m-main-part {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.z2-presentation-layout .xy-news-part {
	min-height: 0 !important;
	padding: 0 !important;
	overflow: visible;
	border: 0;
	background: transparent !important;
	box-shadow: none;
}

.z2p,
.z2p *,
.z2p *::before,
.z2p *::after {
	box-sizing: border-box;
}

.z2p {
	position: relative;
	width: 100%;
	overflow: clip;
	color: var(--z2-white);
	background:
		radial-gradient(circle at 50% 5%, rgba(30, 108, 150, .13), transparent 28%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, .012) 0 1px, transparent 1px 11px),
		var(--z2-bg);
	font-family: var(--z2-body);
	isolation: isolate;
}

.z2p img {
	display: block;
	max-width: 100%;
}

.z2p button,
.z2p a {
	-webkit-tap-highlight-color: transparent;
}

.z2p button {
	font: inherit;
}

.z2p a:focus-visible,
.z2p button:focus-visible,
.z2p summary:focus-visible {
	outline: 2px solid var(--z2-cyan);
	outline-offset: 4px;
}

.z2p-page-progress {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	pointer-events: none;
}

.z2p-page-progress span {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	background: linear-gradient(90deg, #1679bf, #6be2ff, #e4bd70);
	box-shadow: 0 0 16px rgba(86, 213, 255, .75);
}

.z2p-shell {
	position: relative;
	z-index: 2;
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
}

.z2p-section {
	position: relative;
	padding: 128px 0;
}

.z2p-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: min(1100px, 88vw);
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg, transparent, rgba(95, 211, 255, .48), transparent);
}

.z2p-section::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -7px;
	left: 50%;
	width: 14px;
	height: 14px;
	transform: translateX(-50%) rotate(45deg);
	border: 1px solid rgba(104, 222, 255, .72);
	background: #061019;
	box-shadow: 0 0 18px rgba(74, 203, 255, .35), inset 0 0 7px rgba(74, 203, 255, .3);
}

.z2p-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: var(--z2-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .24em;
	line-height: 1.3;
	text-transform: uppercase;
}

.z2p-eyebrow::before {
	content: '';
	width: 32px;
	height: 1px;
	background: currentColor;
	box-shadow: 0 0 12px currentColor;
}

.z2p-heading {
	max-width: 810px;
	margin: 0 auto 72px;
	text-align: center;
}

.z2p-heading .z2p-eyebrow {
	justify-content: center;
}

.z2p-heading .z2p-eyebrow::after {
	content: '';
	width: 32px;
	height: 1px;
	background: currentColor;
	box-shadow: 0 0 12px currentColor;
}

.z2p-heading h2,
.z2p-story-copy h2,
.z2p-final-cta h2,
.z2p-faq h2 {
	margin: 0;
	color: var(--z2-white);
	font-family: var(--z2-title);
	font-size: clamp(34px, 4.7vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.025em;
	text-shadow: 0 12px 38px rgba(0, 0, 0, .62);
}

.z2p-heading > p {
	max-width: 720px;
	margin: 22px auto 0;
	color: var(--z2-muted);
	font-size: 17px;
	line-height: 1.75;
}

.z2p-reveal {
	opacity: 1;
	transform: none;
}

.z2p.js-ready .z2p-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .25, 1);
}

.z2p.js-ready .z2p-reveal.is-visible {
	opacity: 1;
	transform: none;
}

/* Hero */
.z2p-hero {
	position: relative;
	min-height: max(780px, 100svh);
	display: grid;
	align-items: center;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(2, 6, 10, .96) 0%, rgba(3, 9, 14, .78) 41%, rgba(3, 9, 14, .08) 74%),
		linear-gradient(180deg, rgba(0, 0, 0, .25), transparent 38%, var(--z2-bg) 100%),
		url('../../images/presentation/hero/metin2-world.webp') center / cover no-repeat;
	border-bottom: 1px solid rgba(90, 210, 255, .32);
}

.z2p-hero__shade {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 73% 31%, rgba(85, 207, 255, .16), transparent 22%),
		radial-gradient(circle at 70% 70%, rgba(228, 189, 112, .08), transparent 25%);
	pointer-events: none;
}

.z2p-hero__particles {
	position: absolute;
	inset: 0;
	opacity: .38;
	background-image:
		radial-gradient(circle, rgba(228, 189, 112, .75) 0 1px, transparent 1.8px),
		radial-gradient(circle, rgba(86, 211, 255, .6) 0 1px, transparent 1.8px);
	background-position: 0 0, 42px 68px;
	background-size: 127px 127px, 181px 181px;
	mask-image: linear-gradient(90deg, transparent 2%, #000 45%, transparent 96%);
	animation: z2p-stars 18s linear infinite;
	pointer-events: none;
}

.z2p-hero__rune {
	position: absolute;
	width: 320px;
	aspect-ratio: 1;
	border: 1px solid rgba(89, 211, 255, .08);
	border-radius: 50%;
	box-shadow: inset 0 0 0 34px rgba(89, 211, 255, .018), inset 0 0 0 35px rgba(89, 211, 255, .05);
	pointer-events: none;
}

.z2p-hero__rune::before,
.z2p-hero__rune::after {
	content: '';
	position: absolute;
	inset: 49%;
	background: rgba(89, 211, 255, .12);
}

.z2p-hero__rune::before { width: 100%; height: 1px; transform: translateX(-50%); }
.z2p-hero__rune::after { width: 1px; height: 100%; transform: translateY(-50%); }
.z2p-hero__rune--one { right: -120px; top: 8%; transform: rotate(18deg); }
.z2p-hero__rune--two { left: 35%; bottom: -220px; transform: rotate(42deg) scale(.8); }

.z2p-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 70px;
	align-items: center;
	padding-top: 48px;
	padding-bottom: 80px;
}

.z2p-hero__content {
	max-width: 760px;
}

.z2p-hero__eyebrow {
	margin-bottom: 22px;
}

.z2p-hero h1 {
	margin: 0 0 20px;
}

.z2p-hero__logo {
	width: clamp(260px, 38vw, 420px);
	height: auto;
	filter: drop-shadow(0 16px 36px rgba(0, 0, 0, .72)) drop-shadow(0 0 20px rgba(77, 190, 227, .18));
}

.z2p-hero__lead {
	margin: 0;
	font-family: var(--z2-title);
	font-size: clamp(27px, 3.2vw, 46px);
	line-height: 1.12;
	letter-spacing: -.025em;
}

.z2p-hero__copy {
	max-width: 690px;
	margin: 24px 0 0;
	color: #b6c4ca;
	font-size: 17px;
	line-height: 1.74;
}

.z2p-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.z2p-button {
	position: relative;
	min-width: 154px;
	padding: 15px 22px;
	overflow: hidden;
	border: 1px solid rgba(116, 217, 255, .25);
	color: var(--z2-white);
	background: rgba(8, 17, 24, .78);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.z2p-button::before {
	content: '';
	position: absolute;
	inset: 0;
	transform: translateX(-115%);
	background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .2), transparent 70%);
	transition: transform .55s ease;
}

.z2p-button:hover {
	transform: translateY(-2px);
	border-color: rgba(111, 224, 255, .72);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .3), 0 0 22px rgba(50, 179, 232, .16);
}

.z2p-button:hover::before { transform: translateX(115%); }
.z2p-button--primary { border-color: #62d8ff; background: linear-gradient(135deg, #116b9e, #149fd0); box-shadow: 0 0 24px rgba(58, 195, 241, .22); }
.z2p-button--steel { border-color: rgba(228, 189, 112, .56); background: linear-gradient(135deg, rgba(85, 67, 38, .92), rgba(33, 32, 29, .96)); }
.z2p-button--ghost { background: rgba(3, 8, 12, .42); }

.z2p-hero__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 720px;
	margin-top: 38px;
	border-top: 1px solid rgba(98, 216, 255, .19);
	border-bottom: 1px solid rgba(98, 216, 255, .19);
}

.z2p-hero__facts span {
	padding: 17px 16px;
	border-right: 1px solid rgba(98, 216, 255, .13);
}

.z2p-hero__facts span:last-child { border-right: 0; }
.z2p-hero__facts b { display: block; color: var(--z2-cyan); font-family: var(--z2-title); font-size: 18px; }
.z2p-hero__facts small { display: block; margin-top: 5px; color: var(--z2-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.z2p-hero__dossier {
	position: relative;
	align-self: end;
	margin-bottom: 100px;
	padding: 30px 28px;
	border: 1px solid rgba(98, 216, 255, .23);
	background: linear-gradient(145deg, rgba(7, 17, 25, .88), rgba(4, 10, 16, .54));
	box-shadow: 0 28px 65px rgba(0, 0, 0, .45);
	backdrop-filter: blur(10px);
}

.z2p-hero__dossier::before,
.z2p-hero__dossier::after {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	border-color: var(--z2-gold);
}

.z2p-hero__dossier::before { top: -1px; left: -1px; border-top: 2px solid; border-left: 2px solid; }
.z2p-hero__dossier::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.z2p-hero__dossier-number { display: block; color: rgba(98, 216, 255, .16); font-family: var(--z2-title); font-size: 82px; line-height: .8; }
.z2p-hero__dossier p { margin: 21px 0 9px; color: var(--z2-gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.z2p-hero__dossier strong { font-family: var(--z2-title); font-size: 24px; line-height: 1.35; }
.z2p-hero__dossier ul { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(98, 216, 255, .13); list-style: none; }
.z2p-hero__dossier li { position: relative; margin: 10px 0; padding-left: 17px; color: var(--z2-muted); font-size: 13px; line-height: 1.45; }
.z2p-hero__dossier li::before { content: ''; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; transform: rotate(45deg); background: var(--z2-cyan); box-shadow: 0 0 8px var(--z2-cyan); }

.z2p-scroll {
	position: absolute;
	z-index: 2;
	bottom: 24px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	transform: translateX(-50%);
	color: var(--z2-muted);
	text-decoration: none;
}

.z2p-scroll span { width: 1px; height: 36px; background: linear-gradient(var(--z2-cyan), transparent); animation: z2p-scroll 1.8s ease-in-out infinite; }
.z2p-scroll small { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.z2p-quick-nav {
	position: sticky;
	z-index: 50;
	top: 0;
	border-bottom: 1px solid rgba(91, 209, 255, .19);
	background: rgba(3, 9, 14, .9);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
	backdrop-filter: blur(14px);
}

.z2p-quick-nav .z2p-shell {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
}

.z2p-quick-nav .z2p-shell::-webkit-scrollbar { display: none; }
.z2p-quick-nav a { flex: 1 0 auto; padding: 17px 18px; border-right: 1px solid rgba(91, 209, 255, .09); color: var(--z2-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.z2p-quick-nav a span { margin-right: 7px; color: rgba(228, 189, 112, .72); }
.z2p-quick-nav a:hover,
.z2p-quick-nav a.is-active { color: var(--z2-white); background: linear-gradient(180deg, rgba(22, 121, 191, .22), rgba(22, 121, 191, .04)); box-shadow: inset 0 -2px var(--z2-cyan); }

/* Gameplay */
.z2p-gameplay {
	background:
		radial-gradient(circle at 82% 35%, rgba(21, 111, 160, .14), transparent 31%),
		linear-gradient(180deg, #03070c, #071019);
}

.z2p-story-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 72px;
	align-items: center;
}

.z2p-story-copy h2 { font-size: clamp(37px, 4.6vw, 60px); }
.z2p-story-copy h2 em { color: var(--z2-cyan); font-style: normal; }
.z2p-story-copy > p { max-width: 620px; margin: 20px 0 0; color: var(--z2-muted); font-size: 16px; line-height: 1.75; }
.z2p-story-copy .z2p-story-copy__lead { color: #d3dde1; font-size: 19px; }
.z2p-manifest { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 29px; }
.z2p-manifest span { padding: 9px 12px; border: 1px solid rgba(98, 216, 255, .16); color: #b8c6cc; background: rgba(5, 13, 20, .66); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.z2p-story-visual {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border: 1px solid rgba(98, 216, 255, .2);
	background: #07111a;
	box-shadow: 0 32px 80px rgba(0, 0, 0, .48);
}

.z2p-story-visual::before { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(150deg, transparent 35%, rgba(2, 7, 11, .72)); pointer-events: none; }
.z2p-story-visual img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.z2p-story-visual__stamp { position: absolute; z-index: 3; right: 24px; bottom: 24px; display: flex; min-width: 176px; padding: 16px 20px 15px; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(228, 189, 112, .55); border-left: 3px solid var(--z2-gold); background: rgba(4, 10, 15, .9); box-shadow: 0 18px 38px rgba(0, 0, 0, .38), 0 0 30px rgba(228, 189, 112, .1); }
.z2p-story-visual__stamp b { color: var(--z2-gold); font-family: var(--z2-title); font-size: 39px; line-height: 1; }
.z2p-story-visual__stamp span { color: #d5dde0; font-size: 8px; font-weight: 900; letter-spacing: .18em; line-height: 1.45; }

.z2p-journey {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 86px;
	border-top: 1px solid rgba(98, 216, 255, .18);
	border-bottom: 1px solid rgba(98, 216, 255, .18);
}

.z2p-journey__step { position: relative; padding: 30px 25px 31px; border-right: 1px solid rgba(98, 216, 255, .13); }
.z2p-journey__step:last-child { border-right: 0; }
.z2p-journey__step > span { color: var(--z2-cyan); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.z2p-journey__step h3 { margin: 14px 0 9px; font-family: var(--z2-title); font-size: 20px; }
.z2p-journey__step p { margin: 0; color: var(--z2-muted); font-size: 13px; line-height: 1.62; }

/* Autopatcher */
.z2p-autopatcher {
	background:
		radial-gradient(circle at 78% 34%, rgba(13, 141, 217, .18), transparent 32%),
		linear-gradient(180deg, #071019, #02070c 76%, #071019);
}
.z2p-autopatcher-stage { display: grid; grid-template-columns: minmax(0, 1.52fr) minmax(320px, .48fr); gap: 34px; align-items: center; }
.z2p-autopatcher-stage__visual { position: relative; min-width: 0; padding: 10px; border: 1px solid rgba(98, 216, 255, .28); background: linear-gradient(145deg, rgba(14, 32, 46, .88), rgba(2, 7, 11, .98)); box-shadow: 0 34px 80px rgba(0, 0, 0, .48), 0 0 42px rgba(25, 155, 221, .08); }
.z2p-autopatcher-stage__visual::before,
.z2p-autopatcher-stage__visual::after { content: ''; position: absolute; z-index: 3; width: 34px; height: 34px; pointer-events: none; }
.z2p-autopatcher-stage__visual::before { top: -1px; left: -1px; border-top: 2px solid var(--z2-cyan); border-left: 2px solid var(--z2-cyan); }
.z2p-autopatcher-stage__visual::after { right: -1px; bottom: -1px; border-right: 2px solid var(--z2-gold); border-bottom: 2px solid var(--z2-gold); }
.z2p-autopatcher-stage__visual button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #02070b; cursor: zoom-in; }
.z2p-autopatcher-stage__visual img { width: 100%; height: auto; transition: transform .45s ease, filter .45s ease; }
.z2p-autopatcher-stage__visual button:hover img { transform: scale(1.015); filter: saturate(1.1); }
.z2p-autopatcher-stage__visual button > span { position: absolute; z-index: 2; right: 15px; bottom: 15px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(98, 216, 255, .42); color: var(--z2-cyan); background: rgba(2, 8, 13, .86); font-size: 16px; }
.z2p-autopatcher-stage__status { display: flex; align-items: center; gap: 10px; padding: 13px 5px 4px; color: var(--z2-muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.z2p-autopatcher-stage__status i { width: 8px; height: 8px; border-radius: 50%; background: #31e477; box-shadow: 0 0 12px rgba(49, 228, 119, .8); }
.z2p-autopatcher-stage__status strong { margin-left: auto; color: var(--z2-cyan); }
.z2p-autopatcher-stage__copy { padding: 20px 4px; }
.z2p-autopatcher-stage__copy h3 { margin: 15px 0 0; font-family: var(--z2-title); font-size: clamp(31px, 3.6vw, 48px); line-height: 1.08; }
.z2p-autopatcher-stage__copy h3 em { color: var(--z2-cyan); font-style: normal; }
.z2p-autopatcher-stage__copy > p { margin: 21px 0 0; color: var(--z2-muted); font-size: 14px; line-height: 1.75; }
.z2p-autopatcher-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 25px; }
.z2p-autopatcher-actions span { position: relative; padding: 10px 10px 10px 24px; border: 1px solid rgba(98, 216, 255, .14); color: #c8d5d9; background: rgba(7, 19, 29, .7); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.z2p-autopatcher-actions span::before { content: ''; position: absolute; top: 13px; left: 10px; width: 6px; height: 6px; transform: rotate(45deg); background: var(--z2-cyan); box-shadow: 0 0 8px rgba(98, 216, 255, .6); }
.z2p-autopatcher-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.z2p-autopatcher-feature { display: grid; grid-template-columns: 54px 1fr; gap: 17px; min-height: 145px; padding: 22px; border: 1px solid rgba(98, 216, 255, .14); background: linear-gradient(145deg, rgba(9, 22, 32, .88), rgba(3, 9, 14, .96)); }
.z2p-autopatcher-feature > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(98, 216, 255, .35); color: var(--z2-cyan); background: rgba(15, 83, 117, .13); font-family: var(--z2-title); font-size: 16px; }
.z2p-autopatcher-feature h3 { margin: 3px 0 8px; font-family: var(--z2-title); font-size: 17px; }
.z2p-autopatcher-feature p { margin: 0; color: var(--z2-muted); font-size: 11px; line-height: 1.58; }

/* Evolutions */
#evolutii {
	background:
		radial-gradient(circle at 12% 18%, rgba(47, 92, 143, .14), transparent 28%),
		radial-gradient(circle at 88% 68%, rgba(228, 189, 112, .07), transparent 26%),
		linear-gradient(180deg, #071019, #04090e);
}

.z2p-evolution-groups { display: grid; gap: 88px; }
.z2p-evolution-group { position: relative; }
.z2p-evolution-group__header { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 24px; margin-bottom: 28px; padding: 24px; border: 1px solid rgba(98, 216, 255, .16); background: linear-gradient(90deg, rgba(9, 21, 31, .95), rgba(9, 21, 31, .35)); }
.z2p-evolution-group__header > span { display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid rgba(98, 216, 255, .38); color: var(--z2-cyan); background: rgba(15, 83, 117, .15); font-family: var(--z2-title); font-size: 24px; box-shadow: inset 0 0 20px rgba(98, 216, 255, .08); }
.z2p-evolution-group--pvp .z2p-evolution-group__header > span { border-color: rgba(228, 189, 112, .5); color: var(--z2-gold); background: rgba(148, 99, 30, .12); }
.z2p-evolution-group__header h3 { margin: 0; font-family: var(--z2-title); font-size: clamp(25px, 3vw, 36px); }
.z2p-evolution-group__header p { margin: 8px 0 0; color: var(--z2-muted); font-size: 14px; line-height: 1.6; }
.z2p-evolution-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.z2p-evolution-card { position: relative; min-height: 330px; padding: 24px; overflow: hidden; border: 1px solid rgba(98, 216, 255, .16); background: linear-gradient(145deg, rgba(10, 22, 32, .94), rgba(4, 10, 15, .94)); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.z2p-evolution-card:hover { transform: translateY(-4px); border-color: rgba(98, 216, 255, .42); box-shadow: 0 24px 55px rgba(0, 0, 0, .34); }
.z2p-evolution-group--pvp .z2p-evolution-card:hover { border-color: rgba(228, 189, 112, .48); }
.z2p-evolution-card > header { display: grid; grid-template-columns: 1fr; align-items: center; gap: 4px 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(98, 216, 255, .12); }
.z2p-evolution-card > header span { color: var(--z2-gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.z2p-evolution-card > header h4 { margin: 2px 0 0; font-family: var(--z2-title); font-size: 20px; }
.z2p-evolution-chain { display: flex; align-items: flex-start; justify-content: center; gap: 9px; min-height: 190px; padding-top: 28px; }
.z2p-evolution-chain__item { flex: 1; min-width: 0; text-align: center; }
.z2p-evolution-chain__item button,
.z2p-evolution-card__media button { display: grid; place-items: center; width: 100%; min-height: 112px; padding: 8px; border: 0; background: radial-gradient(circle, rgba(98, 216, 255, .08), transparent 67%); cursor: zoom-in; }
.z2p-evolution-chain__item img { width: auto; height: 92px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .75)); transition: transform .25s ease; }
.z2p-evolution-chain__item button:hover img,
.z2p-evolution-card__media button:hover img { transform: scale(1.08); }
.z2p-evolution-chain__item strong { display: block; margin-top: 10px; color: #b7c5ca; font-size: 11px; line-height: 1.35; }
.z2p-evolution-chain__arrow,
.z2p-evolution-card__arrow { flex: 0 0 auto; align-self: center; color: var(--z2-cyan); font-size: 20px; text-shadow: 0 0 12px var(--z2-cyan); }
.z2p-evolution-card__media { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 170px; margin-top: 15px; }
.z2p-evolution-card__media button { min-height: 140px; }
.z2p-evolution-card__media img { width: auto; max-width: 100%; max-height: 132px; object-fit: contain; filter: drop-shadow(0 14px 16px rgba(0, 0, 0, .72)); transition: transform .25s ease; }
.z2p-evolution-accessory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; min-height: 250px; padding: 20px 0 10px; }
.z2p-evolution-accessory-grid > div { min-width: 0; padding: 10px 8px 9px; border: 1px solid rgba(98, 216, 255, .1); background: rgba(2, 7, 11, .42); text-align: center; }
.z2p-evolution-accessory-grid > div:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
.z2p-evolution-accessory-grid button { position: relative; display: block; width: 100%; min-height: 72px; padding: 0; border: 0; background: radial-gradient(circle, rgba(98, 216, 255, .1), transparent 67%); cursor: zoom-in; }
.z2p-evolution-accessory-grid img { width: min(100%, 122px); height: auto; margin: 0 auto; image-rendering: auto; filter: drop-shadow(0 9px 12px rgba(0, 0, 0, .76)); transition: transform .25s ease; }
.z2p-evolution-accessory-grid button:hover img { transform: scale(1.06); }
.z2p-evolution-accessory-grid i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -53%); color: var(--z2-cyan); font-size: 18px; font-style: normal; text-shadow: 0 0 10px rgba(98, 216, 255, .85); }
.z2p-evolution-accessory-grid strong { display: block; margin-top: 6px; color: #c8d2d6; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.z2p-evolution-card__route { margin-top: 8px; padding: 13px 15px; border-left: 2px solid var(--z2-cyan); background: rgba(9, 20, 29, .7); }
.z2p-evolution-group--pvp .z2p-evolution-card__route { border-left-color: var(--z2-gold); }
.z2p-evolution-card__route span { color: var(--z2-muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.z2p-evolution-card__route p { margin: 6px 0 0; color: #d1d9dc; font-size: 12px; line-height: 1.45; }
.z2p-evolution-card--weapon-tracks { min-height: 0; }
.z2p-evolution-tracks { display: grid; grid-template-columns: 1fr; gap: 12px; padding-top: 18px; }
.z2p-evolution-track { min-width: 0; padding: 15px 17px 19px; border: 1px solid rgba(228, 189, 112, .13); background: rgba(2, 7, 11, .4); }
.z2p-evolution-track__label { display: inline-block; padding: 6px 9px; color: var(--z2-gold); background: rgba(87, 61, 24, .24); font-size: 8px; letter-spacing: .15em; }
.z2p-evolution-track .z2p-evolution-chain { min-height: 155px; padding-top: 15px; }
.z2p-evolution-track .z2p-evolution-chain__item img { height: 74px; }
.z2p-evolution-extras { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.z2p-evolution-extra { min-width: 0; padding: 14px; border: 1px solid rgba(228, 189, 112, .13); background: rgba(2, 7, 11, .4); }
.z2p-evolution-extra > header { padding-bottom: 9px; border-bottom: 1px solid rgba(228, 189, 112, .1); }
.z2p-evolution-extra > header span { color: var(--z2-gold); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.z2p-evolution-extra > header h5 { margin: 4px 0 0; font-family: var(--z2-title); font-size: 15px; }
.z2p-evolution-extra__paths { display: grid; gap: 7px; padding-top: 9px; }
.z2p-evolution-extra__media { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 67px; padding: 6px; border: 1px solid rgba(98, 216, 255, .07); background: rgba(3, 10, 15, .36); }
.z2p-evolution-extra__media button { display: grid; min-width: 0; max-width: 72%; min-height: 52px; padding: 2px; place-items: center; border: 0; background: radial-gradient(circle, rgba(98, 216, 255, .08), transparent 68%); cursor: zoom-in; }
.z2p-evolution-extra__media img { width: auto; max-width: 100%; height: 48px; object-fit: contain; image-rendering: auto; filter: drop-shadow(0 10px 11px rgba(0, 0, 0, .72)); transition: transform .25s ease; }
.z2p-evolution-extra__media button:hover img { transform: scale(1.07); }
.z2p-evolution-extra__media > span { flex: 0 0 auto; color: var(--z2-cyan); font-size: 16px; text-shadow: 0 0 10px rgba(98, 216, 255, .7); }
.z2p-evolution-extra__route { min-height: 54px; padding: 9px 10px; border-left: 2px solid var(--z2-gold); background: rgba(9, 20, 29, .72); }
.z2p-evolution-extra__route p { margin: 3px 0; color: #c9d3d7; font-size: 9px; line-height: 1.4; }

/* Biolog */
.z2p-biolog { background: linear-gradient(180deg, #04090e, #07131b 48%, #04090e); }
.z2p-biolog__mist { position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(51, 151, 168, .12), transparent 35%); pointer-events: none; }
.z2p-biolog-showcase { display: grid; grid-template-columns: 1.6fr .72fr; gap: 24px; align-items: stretch; }
.z2p-screen { position: relative; padding: 11px; border: 1px solid rgba(98, 216, 255, .27); background: linear-gradient(145deg, rgba(14, 30, 42, .84), rgba(3, 9, 14, .96)); box-shadow: 0 28px 70px rgba(0, 0, 0, .45); }
.z2p-screen::before,
.z2p-screen::after { content: ''; position: absolute; width: 30px; height: 30px; z-index: 2; pointer-events: none; }
.z2p-screen::before { top: -1px; left: -1px; border-top: 2px solid var(--z2-gold); border-left: 2px solid var(--z2-gold); }
.z2p-screen::after { right: -1px; bottom: -1px; border-right: 2px solid var(--z2-gold); border-bottom: 2px solid var(--z2-gold); }
.z2p-screen button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: #050a0e; cursor: zoom-in; }
.z2p-screen img { width: 100%; }
.z2p-screen button > span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; border: 1px solid rgba(98, 216, 255, .22); color: #dce7eb; background: rgba(3, 9, 13, .85); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.z2p-biolog-tools { display: grid; gap: 12px; }
.z2p-biolog-tools article { position: relative; padding: 22px 20px 20px 74px; border: 1px solid rgba(98, 216, 255, .16); background: rgba(7, 17, 25, .78); }
.z2p-biolog-tools article > span { position: absolute; top: 21px; left: 18px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(98, 216, 255, .34); color: var(--z2-cyan); font-size: 9px; font-weight: 900; }
.z2p-biolog-tools h3 { margin: 0 0 8px; font-family: var(--z2-title); font-size: 17px; }
.z2p-biolog-tools p { margin: 0; color: var(--z2-muted); font-size: 12px; line-height: 1.55; }
.z2p-biolog-tools__automatic { border-color: rgba(228, 189, 112, .33) !important; background: linear-gradient(135deg, rgba(80, 57, 27, .25), rgba(7, 17, 25, .8)) !important; }
.z2p-biolog-tools__automatic > span { border-color: rgba(228, 189, 112, .55) !important; color: var(--z2-gold) !important; }
.z2p-biolog-route { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; margin-top: 55px; }
.z2p-biolog-stage { position: relative; min-height: 190px; padding: 21px 17px 18px; border: 1px solid rgba(98, 216, 255, .14); background: linear-gradient(160deg, rgba(9, 22, 31, .88), rgba(4, 10, 15, .96)); }
.z2p-biolog-stage::after { content: ''; position: absolute; top: 32px; right: -12px; z-index: 3; width: 12px; height: 1px; background: rgba(98, 216, 255, .4); }
.z2p-biolog-stage:nth-child(5)::after,
.z2p-biolog-stage:last-child::after { display: none; }
.z2p-biolog-stage > div { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(98, 216, 255, .28); }
.z2p-biolog-stage > div small { color: var(--z2-muted); font-size: 7px; letter-spacing: .12em; }
.z2p-biolog-stage > div b { color: var(--z2-cyan); font-family: var(--z2-title); font-size: 18px; }
.z2p-biolog-stage > span { position: absolute; top: 18px; right: 17px; color: rgba(98, 216, 255, .13); font-family: var(--z2-title); font-size: 30px; }
.z2p-biolog-stage h3 { margin: 19px 0 9px; font-family: var(--z2-title); font-size: 15px; line-height: 1.35; }
.z2p-biolog-stage p { margin: 0; color: var(--z2-muted); font-size: 11px; line-height: 1.5; }
.z2p-biolog-stage--choice { border-color: rgba(228, 189, 112, .32); background: linear-gradient(160deg, rgba(68, 50, 26, .27), rgba(4, 10, 15, .96)); }
.z2p-biolog-stage--choice > div { border-color: rgba(228, 189, 112, .44); }
.z2p-biolog-stage--choice > div b { color: var(--z2-gold); }
.z2p-biolog-note { display: flex; align-items: center; gap: 24px; margin-top: 22px; padding: 20px 24px; border-left: 2px solid var(--z2-gold); background: rgba(8, 18, 25, .73); }
.z2p-biolog-note span { flex: 0 0 auto; color: var(--z2-gold); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.z2p-biolog-note p { margin: 0; color: var(--z2-muted); font-size: 13px; line-height: 1.6; }

/* Maps */
#maps { background: linear-gradient(180deg, #04090e, #061019); }
.z2p-map-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.z2p-map { position: relative; grid-column: span 6; min-height: 360px; overflow: hidden; border: 1px solid rgba(98, 216, 255, .18); background: #07111a; box-shadow: 0 24px 55px rgba(0, 0, 0, .28); }
.z2p-map:nth-child(3) { grid-column: span 12; min-height: 440px; }
.z2p-map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .8s ease; }
.z2p-map:hover img { transform: scale(1.045); filter: saturate(1.12); }
.z2p-map::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(3, 8, 12, .94) 100%); }
.z2p-map__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 28px; }
.z2p-map__content > span { color: var(--z2-gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.z2p-map__content h3 { max-width: 75%; margin: 9px 0 7px; font-family: var(--z2-title); font-size: clamp(23px, 2.7vw, 34px); }
.z2p-map__content p { max-width: 640px; margin: 0; color: #aebdc4; font-size: 13px; line-height: 1.6; }
.z2p-map__content b { position: absolute; right: 26px; bottom: 22px; color: rgba(98, 216, 255, .22); font-family: var(--z2-title); font-size: 52px; }
.z2p-battle-maps { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; margin-top: 18px; padding: 28px 30px; border: 1px solid rgba(228, 189, 112, .2); background: linear-gradient(90deg, rgba(54, 41, 23, .25), rgba(7, 16, 23, .82)); }
.z2p-battle-maps h3 { margin: 0; font-family: var(--z2-title); font-size: 25px; }
.z2p-battle-maps ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; margin: 0; padding: 0; list-style: none; }
.z2p-battle-maps li { position: relative; padding-left: 16px; color: #b8c5ca; font-size: 13px; }
.z2p-battle-maps li::before { content: ''; position: absolute; top: .45em; left: 0; width: 7px; height: 7px; transform: rotate(45deg); border: 1px solid var(--z2-gold); }

/* Map bosses */
.z2p-map-bosses { background: radial-gradient(circle at 50% 12%, rgba(23, 104, 146, .17), transparent 30%), linear-gradient(180deg, #061019, #02070b 78%, #03080d); }
.z2p-map-boss-route { display: grid; gap: 72px; }
.z2p-map-boss-phase { --z2-boss-accent: 98, 216, 255; position: relative; }
.z2p-map-boss-phase + .z2p-map-boss-phase { padding-top: 70px; border-top: 1px solid rgba(98, 216, 255, .13); }
.z2p-map-boss-phase__header { display: grid; grid-template-columns: 92px 1fr; gap: 26px; align-items: center; margin-bottom: 24px; }
.z2p-map-boss-phase__header > span { display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid rgba(var(--z2-boss-accent), .38); color: rgb(var(--z2-boss-accent)); background: linear-gradient(135deg, rgba(var(--z2-boss-accent), .08), rgba(5, 14, 21, .78)); box-shadow: inset 0 0 24px rgba(var(--z2-boss-accent), .08), 0 0 30px rgba(var(--z2-boss-accent), .08); font-family: var(--z2-title); font-size: 25px; }
.z2p-map-boss-phase__header > div { padding: 3px 0; }
.z2p-map-boss-phase__header small { color: var(--z2-gold); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.z2p-map-boss-phase__header h3 { margin: 7px 0 6px; font-family: var(--z2-title); font-size: clamp(25px, 3vw, 36px); }
.z2p-map-boss-phase__header p { max-width: 790px; margin: 0; color: var(--z2-muted); font-size: 13px; line-height: 1.6; }
.z2p-map-boss-phase--advanced { --z2-boss-accent: 228, 189, 112; }
.z2p-map-boss-phase--endgame { --z2-boss-accent: 111, 219, 255; }
.z2p-map-boss-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.z2p-map-boss { --boss-rgb: 98, 216, 255; --boss-glow: rgba(var(--boss-rgb), .17); display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(var(--boss-rgb), .19); background: linear-gradient(180deg, rgba(8, 19, 28, .96), rgba(3, 9, 14, .98)); box-shadow: 0 22px 50px rgba(0, 0, 0, .26); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.z2p-map-boss:hover { transform: translateY(-5px); border-color: rgba(var(--boss-rgb), .52); box-shadow: 0 27px 60px rgba(0, 0, 0, .36), 0 0 30px var(--boss-glow); }
.z2p-map-boss > button { position: relative; display: grid; place-items: end center; width: 100%; height: 245px; padding: 16px 14px 0; overflow: hidden; border: 0; background: radial-gradient(circle at 50% 62%, var(--boss-glow), transparent 47%), linear-gradient(180deg, rgba(var(--boss-rgb), .045), transparent 72%); cursor: zoom-in; }
.z2p-map-boss > button::before { content: ''; position: absolute; right: 12%; bottom: 12px; left: 12%; height: 42px; border-radius: 50%; background: radial-gradient(ellipse, rgba(var(--boss-rgb), .24), transparent 70%); filter: blur(7px); }
.z2p-map-boss__sigil { position: absolute; top: 50%; left: 50%; width: 155px; height: 155px; transform: translate(-50%, -43%) rotate(45deg); border: 1px solid rgba(var(--boss-rgb), .12); box-shadow: inset 0 0 34px rgba(var(--boss-rgb), .04); }
.z2p-map-boss__sigil::before,
.z2p-map-boss__sigil::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(var(--boss-rgb), .07); }
.z2p-map-boss__sigil::after { inset: 40px; background: rgba(var(--boss-rgb), .025); }
.z2p-map-boss img { position: relative; z-index: 2; width: auto; max-width: 96%; height: 220px; object-fit: contain; filter: drop-shadow(0 18px 17px rgba(0, 0, 0, .58)); transition: transform .55s ease, filter .55s ease; }
.z2p-map-boss:hover img { transform: scale(1.055) translateY(-3px); filter: drop-shadow(0 20px 22px rgba(0, 0, 0, .68)) saturate(1.12); }
.z2p-map-boss > button > i { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(var(--boss-rgb), .33); color: rgb(var(--boss-rgb)); background: rgba(2, 7, 11, .72); font-style: normal; font-size: 12px; }
.z2p-map-boss__content { display: flex; flex: 1; padding: 18px 17px 20px; flex-direction: column; border-top: 1px solid rgba(var(--boss-rgb), .12); }
.z2p-map-boss__content > div { display: flex; justify-content: space-between; gap: 8px; color: rgb(var(--boss-rgb)); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.z2p-map-boss__content > div b { color: rgba(222, 233, 238, .5); font-size: inherit; white-space: nowrap; }
.z2p-map-boss__content h3 { margin: 9px 0 10px; font-family: var(--z2-title); font-size: 17px; line-height: 1.25; }
.z2p-map-boss__content p { margin: 0; color: var(--z2-muted); font-size: 11px; line-height: 1.53; }
.z2p-map-boss--earth { --boss-rgb: 214, 157, 83; }
.z2p-map-boss--shadow { --boss-rgb: 170, 111, 202; }
.z2p-map-boss--venom { --boss-rgb: 102, 199, 127; }
.z2p-map-boss--sand { --boss-rgb: 225, 183, 103; }
.z2p-map-boss--ice { --boss-rgb: 102, 204, 255; }
.z2p-map-boss--fire { --boss-rgb: 245, 125, 65; }
.z2p-map-boss--gold { --boss-rgb: 232, 193, 95; }
.z2p-map-boss--forest { --boss-rgb: 98, 204, 139; }
.z2p-map-boss--dragon { --boss-rgb: 229, 76, 76; }
.z2p-map-boss--arcane { --boss-rgb: 174, 125, 255; }
.z2p-map-boss-phase--endgame .z2p-map-boss-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.z2p-map-boss--featured { border-color: rgba(var(--boss-rgb), .34); background: radial-gradient(circle at 50% 24%, rgba(var(--boss-rgb), .1), transparent 38%), linear-gradient(180deg, rgba(9, 22, 32, .98), rgba(3, 8, 13, .99)); }
.z2p-map-boss--featured > button { height: 360px; }
.z2p-map-boss--featured img { height: 330px; max-width: 86%; }
.z2p-map-boss--featured .z2p-map-boss__sigil { width: 220px; height: 220px; }
.z2p-map-boss--featured .z2p-map-boss__content { min-height: 175px; padding: 22px 23px 24px; }
.z2p-map-boss--featured .z2p-map-boss__content h3 { margin-top: 11px; font-size: 23px; }
.z2p-map-boss--featured .z2p-map-boss__content p { font-size: 12px; line-height: 1.62; }
.z2p-map-boss-note { display: flex; align-items: center; gap: 24px; margin-top: 32px; padding: 20px 24px; border: 1px solid rgba(228, 189, 112, .2); border-left: 3px solid var(--z2-gold); background: linear-gradient(90deg, rgba(69, 50, 24, .26), rgba(5, 13, 20, .72)); }
.z2p-map-boss-note span { flex: 0 0 auto; color: var(--z2-gold); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.z2p-map-boss-note p { margin: 0; color: #b9c6cb; font-size: 13px; line-height: 1.6; }

/* Dungeons */
.z2p-dungeons { background: radial-gradient(circle at 50% 48%, rgba(17, 93, 132, .15), transparent 39%), #03080d; }
.z2p-dungeon-phases { display: grid; gap: 68px; }
.z2p-dungeon-phase { position: relative; }
.z2p-dungeon-phase + .z2p-dungeon-phase { padding-top: 65px; border-top: 1px solid rgba(98, 216, 255, .14); }
.z2p-dungeon-phase__header { display: grid; grid-template-columns: 210px 1fr; gap: 30px; align-items: center; margin-bottom: 24px; padding: 23px 26px; border-left: 3px solid var(--z2-cyan); background: linear-gradient(90deg, rgba(12, 31, 43, .9), rgba(5, 13, 20, .36)); }
.z2p-dungeon-phase--end .z2p-dungeon-phase__header { border-left-color: var(--z2-gold); background: linear-gradient(90deg, rgba(57, 41, 21, .48), rgba(5, 13, 20, .36)); }
.z2p-dungeon-phase__header > div:first-child { display: grid; gap: 8px; }
.z2p-dungeon-phase__header span { color: var(--z2-gold); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.z2p-dungeon-phase__header b { color: var(--z2-cyan); font-family: var(--z2-title); font-size: 20px; }
.z2p-dungeon-phase__header h3 { margin: 0; font-family: var(--z2-title); font-size: 28px; }
.z2p-dungeon-phase__header p { max-width: 760px; margin: 7px 0 0; color: var(--z2-muted); font-size: 13px; line-height: 1.6; }
.z2p-dungeon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.z2p-dungeon-phase--end .z2p-dungeon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.z2p-dungeon-tile { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(98, 216, 255, .17); background: rgba(6, 15, 22, .92); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.z2p-dungeon-tile:hover { transform: translateY(-4px); border-color: rgba(98, 216, 255, .38); box-shadow: 0 24px 50px rgba(0, 0, 0, .3); }
.z2p-dungeon-tile button { position: relative; width: 100%; height: 270px; padding: 0; overflow: hidden; border: 0; background: #07111a; cursor: zoom-in; }
.z2p-dungeon-phase--end .z2p-dungeon-tile button { height: 230px; }
.z2p-dungeon-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.z2p-dungeon-tile button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(3, 8, 12, .72)); }
.z2p-dungeon-tile:hover img { transform: scale(1.055); filter: saturate(1.18); }
.z2p-dungeon-tile__zoom { position: absolute; z-index: 2; right: 16px; bottom: 14px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(98, 216, 255, .35); color: var(--z2-cyan); background: rgba(3, 8, 12, .65); }
.z2p-dungeon-tile__content { display: flex; flex: 1; padding: 20px 21px 22px; flex-direction: column; border-top: 1px solid rgba(98, 216, 255, .13); }
.z2p-dungeon-tile__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.z2p-dungeon-tile__meta span,
.z2p-dungeon-tile__meta b { color: var(--z2-gold); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.z2p-dungeon-tile__meta b { color: var(--z2-cyan); }
.z2p-dungeon-tile__content h3 { margin: 9px 0 0; font-family: var(--z2-title); font-size: 23px; }
.z2p-dungeon-tile__content > p { margin: 12px 0 18px; color: var(--z2-muted); font-size: 12px; line-height: 1.62; }
.z2p-dungeon-tile__content ul { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; padding: 0; list-style: none; }
.z2p-dungeon-tile__content li { padding: 7px 9px; border: 1px solid rgba(98, 216, 255, .13); color: #b9c6cb; background: rgba(4, 10, 15, .62); font-size: 8px; font-weight: 800; letter-spacing: .08em; }

/* Systems */
.z2p-systems { background: linear-gradient(180deg, #03080d, #07121b 52%, #03080d); }
.z2p-teleporter { display: grid; grid-template-columns: .72fr 1.35fr; gap: 28px; align-items: center; margin-bottom: 100px; padding: 28px; border: 1px solid rgba(98, 216, 255, .2); background: radial-gradient(circle at 85% 50%, rgba(34, 126, 169, .12), transparent 35%), rgba(5, 13, 20, .9); }
.z2p-teleporter__copy { padding: 16px 8px 16px 10px; }
.z2p-teleporter__copy h3,
.z2p-system-story__copy h3,
.z2p-utility-heading h3 { margin: 0; font-family: var(--z2-title); font-size: clamp(29px, 3.4vw, 43px); line-height: 1.15; }
.z2p-teleporter__copy > p,
.z2p-system-story__copy > p { margin: 18px 0 0; color: var(--z2-muted); font-size: 15px; line-height: 1.72; }
.z2p-teleporter__tabs { display: flex; gap: 8px; margin: 24px 0 20px; }
.z2p-teleporter__tabs button { min-width: 98px; padding: 10px 14px; border: 1px solid rgba(98, 216, 255, .19); color: var(--z2-muted); background: rgba(4, 10, 15, .8); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.z2p-teleporter__tabs button.is-active { border-color: rgba(228, 189, 112, .7); color: var(--z2-gold); background: rgba(82, 57, 24, .32); }
.z2p-teleporter__copy ul,
.z2p-system-story__copy ul { margin: 0; padding: 0; list-style: none; }
.z2p-teleporter__copy li,
.z2p-system-story__copy li { position: relative; margin: 9px 0; padding-left: 18px; color: #bcc8cd; font-size: 12px; }
.z2p-teleporter__copy li::before,
.z2p-system-story__copy li::before { content: ''; position: absolute; top: .4em; left: 0; width: 7px; height: 7px; transform: rotate(45deg); background: var(--z2-cyan); box-shadow: 0 0 10px rgba(98, 216, 255, .4); }
.z2p-teleporter__screen { position: relative; min-height: 420px; padding: 10px; overflow: hidden; border: 1px solid rgba(98, 216, 255, .2); background: #020609; box-shadow: 0 26px 60px rgba(0, 0, 0, .42); }
.z2p-teleporter__screen > button { position: absolute; inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); padding: 0; border: 0; opacity: 0; pointer-events: none; background: transparent; cursor: zoom-in; transition: opacity .35s ease; }
.z2p-teleporter__screen > button.is-active { opacity: 1; pointer-events: auto; }
.z2p-teleporter__screen img { width: 100%; height: 100%; object-fit: contain; }
.z2p-system-stories { display: grid; gap: 100px; }
.z2p-system-story { display: grid; grid-template-columns: 1.24fr .76fr; gap: 62px; align-items: center; }
.z2p-system-story--right { grid-template-columns: .76fr 1.24fr; }
.z2p-system-story--right .z2p-system-story__media { grid-column: 2; }
.z2p-system-story--right .z2p-system-story__copy { grid-column: 1; grid-row: 1; }
.z2p-system-story__media { position: relative; padding: 10px; border: 1px solid rgba(98, 216, 255, .2); background: rgba(5, 12, 18, .94); box-shadow: 0 30px 70px rgba(0, 0, 0, .38); }
.z2p-system-story__media button { display: block; width: 100%; padding: 0; border: 0; background: #020609; cursor: zoom-in; }
.z2p-system-story__media img { width: 100%; max-height: 510px; object-fit: contain; }
.z2p-system-story__copy { padding: 10px; }
.z2p-system-story__copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.z2p-system-story__copy li { margin: 0; padding: 9px 12px 9px 24px; border: 1px solid rgba(98, 216, 255, .12); background: rgba(7, 16, 23, .58); }
.z2p-system-story__copy li::before { top: 13px; left: 11px; width: 5px; height: 5px; }
.z2p-utility-heading { max-width: 700px; margin: 128px auto 42px; text-align: center; }
.z2p-utility-heading .z2p-eyebrow { justify-content: center; }
.z2p-utility-heading .z2p-eyebrow::after { content: ''; width: 32px; height: 1px; background: currentColor; }
.z2p-utility-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.z2p-utility { display: grid; grid-template-columns: minmax(170px, .9fr) 1.1fr; min-height: 310px; overflow: hidden; border: 1px solid rgba(98, 216, 255, .16); background: rgba(5, 13, 20, .9); }
.z2p-utility > button { min-width: 0; padding: 0; overflow: hidden; border: 0; border-right: 1px solid rgba(98, 216, 255, .12); background: #020609; cursor: zoom-in; }
.z2p-utility > button img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.z2p-utility:hover > button img { transform: scale(1.035); }
.z2p-utility > div { align-self: center; padding: 25px; }
.z2p-utility > div > span { color: var(--z2-cyan); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.z2p-utility h3 { margin: 10px 0 11px; font-family: var(--z2-title); font-size: 22px; }
.z2p-utility p { margin: 0; color: var(--z2-muted); font-size: 12px; line-height: 1.6; }
.z2p-system-ribbon { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin-top: 26px; border: 1px solid rgba(228, 189, 112, .17); background: rgba(49, 36, 20, .15); }
.z2p-system-ribbon span { flex: 1 1 180px; padding: 16px 20px; border-right: 1px solid rgba(228, 189, 112, .13); color: #cbbfaa; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.z2p-system-ribbon span:last-child { border-right: 0; }

/* ItemShop */
.z2p-itemshop { background: radial-gradient(circle at 18% 50%, rgba(166, 111, 33, .11), transparent 28%), linear-gradient(180deg, #03080d, #07111a, #03080d); }
.z2p-itemshop__card { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(330px, .58fr); gap: 34px; align-items: center; padding: 30px; border: 1px solid rgba(228, 189, 112, .23); background: linear-gradient(135deg, rgba(61, 43, 23, .21), rgba(5, 13, 20, .94) 42%); box-shadow: 0 30px 70px rgba(0, 0, 0, .42); }
.z2p-itemshop__visual { position: relative; min-width: 0; padding: 10px; border: 1px solid rgba(98, 216, 255, .18); background: #03080d; }
.z2p-itemshop__visual button { display: block; width: 100%; padding: 0; border: 0; background: #03080d; cursor: zoom-in; }
.z2p-itemshop__visual img { width: 100%; height: auto; }
.z2p-itemshop__visual > span { position: absolute; right: 17px; bottom: 17px; padding: 8px 10px; border: 1px solid rgba(228, 189, 112, .35); color: var(--z2-gold); background: rgba(3, 8, 12, .86); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.z2p-itemshop__content { padding: 12px 8px; }
.z2p-itemshop__content h2 { margin-top: 15px; font-size: clamp(32px, 3.6vw, 46px); }
.z2p-itemshop__content > p { margin: 18px 0 0; color: var(--z2-muted); font-size: 14px; line-height: 1.72; }
.z2p-itemshop__categories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.z2p-itemshop__categories li { position: relative; padding: 10px 10px 10px 24px; border: 1px solid rgba(228, 189, 112, .14); color: #c5ced1; background: rgba(5, 12, 18, .68); font-size: 10px; }
.z2p-itemshop__categories li::before { content: ''; position: absolute; top: 14px; left: 11px; width: 6px; height: 6px; transform: rotate(45deg); background: var(--z2-gold); }
.z2p-itemshop__facts { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.z2p-itemshop__facts span { padding: 8px 10px; color: var(--z2-cyan); background: rgba(12, 50, 69, .2); font-size: 8px; font-weight: 900; letter-spacing: .1em; }

/* Events */
.z2p-events { overflow: hidden; background: #04090e; }
.z2p-events__image { position: absolute; inset: 0; opacity: .16; background: linear-gradient(90deg, #03080d 0%, transparent 40%, #03080d 100%), url('../../images/presentation/events/arena.webp') center / cover no-repeat; filter: saturate(.8); }
.z2p-feature-grid--events { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.z2p-feature { min-height: 180px; padding: 23px; border: 1px solid rgba(98, 216, 255, .15); background: rgba(5, 13, 19, .82); backdrop-filter: blur(8px); transition: transform .25s ease, border-color .25s ease; }
.z2p-feature:hover { transform: translateY(-4px); border-color: rgba(228, 189, 112, .4); }
.z2p-feature__mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(98, 216, 255, .3); color: var(--z2-cyan); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.z2p-feature h3 { margin: 19px 0 8px; font-family: var(--z2-title); font-size: 17px; }
.z2p-feature p { margin: 0; color: var(--z2-muted); font-size: 12px; line-height: 1.55; }

/* Owners and final CTA */
.z2p-owners { padding-bottom: 90px; overflow: hidden; background: radial-gradient(circle at 50% 48%, rgba(35, 133, 177, .18), transparent 30%), linear-gradient(180deg, #03080d, #061019 55%, #020609); }
.z2p-owners__glow { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25, 92, 136, .07), transparent 28%, transparent 72%, rgba(228, 189, 112, .05)); }
.z2p-owner-stage { position: relative; display: grid; grid-template-columns: 1fr .75fr 1fr; gap: 24px; align-items: end; max-width: 1110px; margin: 0 auto; }
.z2p-owner-stage::before { content: ''; position: absolute; z-index: -1; right: 8%; bottom: 73px; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(98, 216, 255, .55), transparent); box-shadow: 0 0 18px rgba(98, 216, 255, .22); }
.z2p-owner { position: relative; text-align: center; }
.z2p-owner__portrait { position: relative; height: 500px; overflow: hidden; border: 1px solid rgba(98, 216, 255, .21); background: #07111a; box-shadow: 0 28px 60px rgba(0, 0, 0, .44); }
.z2p-owner--right .z2p-owner__portrait { border-color: rgba(228, 189, 112, .27); }
.z2p-owner__portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, #040a0f 100%), linear-gradient(90deg, rgba(3, 8, 12, .16), transparent 40%, rgba(3, 8, 12, .16)); }
.z2p-owner__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.8) contrast(1.07); transition: transform .7s ease, filter .7s ease; }
.z2p-owner:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.08); }
.z2p-owner > span { position: relative; z-index: 2; display: inline-block; margin-top: -20px; padding: 9px 22px; border: 1px solid rgba(98, 216, 255, .45); color: var(--z2-cyan); background: #061019; font-size: 9px; font-weight: 900; letter-spacing: .22em; }
.z2p-owner--right > span { border-color: rgba(228, 189, 112, .5); color: var(--z2-gold); }
.z2p-owner h3 { margin: 15px 0 0; font-family: var(--z2-title); font-size: 24px; }
.z2p-owner-stage__core { align-self: center; padding: 28px 8px; text-align: center; }
.z2p-owner-stage__core img { width: min(260px, 100%); margin: 0 auto; filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .6)); }
.z2p-owner-stage__core p { margin: 24px 0 20px; color: var(--z2-muted); font-size: 14px; line-height: 1.7; }
.z2p-owner-stage__core b { color: var(--z2-gold); font-size: 9px; letter-spacing: .22em; }
.z2p-final-cta { max-width: 940px; margin: 110px auto 0; padding: 58px 44px; border: 1px solid rgba(98, 216, 255, .22); background: radial-gradient(circle at 50% 0, rgba(36, 146, 190, .15), transparent 45%), rgba(5, 13, 20, .8); text-align: center; box-shadow: 0 30px 75px rgba(0, 0, 0, .4); }
.z2p-final-cta .z2p-eyebrow { justify-content: center; }
.z2p-final-cta .z2p-eyebrow::after { content: ''; width: 32px; height: 1px; background: currentColor; }
.z2p-final-cta h2 { font-size: clamp(34px, 4.4vw, 54px); }
.z2p-final-cta .z2p-actions { justify-content: center; }

/* FAQ and utility */
.z2p-faq { position: relative; padding: 90px 0 50px; border-top: 1px solid rgba(98, 216, 255, .14); background: #020609; }
.z2p-faq__heading { display: grid; grid-template-columns: .55fr 1fr; align-items: end; gap: 30px; margin-bottom: 32px; }
.z2p-faq__heading .z2p-eyebrow { margin: 0; }
.z2p-faq h2 { font-size: 40px; }
.z2p-faq__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.z2p-faq details { border: 1px solid rgba(98, 216, 255, .13); background: rgba(6, 15, 22, .8); }
.z2p-faq summary { position: relative; padding: 18px 52px 18px 20px; color: #d9e2e5; font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; }
.z2p-faq summary::-webkit-details-marker { display: none; }
.z2p-faq summary::after { content: '+'; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: var(--z2-cyan); font-size: 21px; }
.z2p-faq details[open] summary::after { content: '−'; }
.z2p-faq details p { margin: 0; padding: 0 20px 19px; color: var(--z2-muted); font-size: 12px; line-height: 1.6; }
.z2p-local-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(98, 216, 255, .12); }
.z2p-local-footer a { color: var(--z2-muted); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.z2p-local-footer a:hover { color: var(--z2-cyan); }

.z2p-lightbox {
	position: fixed;
	z-index: 2000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 60px 32px 32px;
	opacity: 0;
	visibility: hidden;
	background: rgba(1, 4, 7, .92);
	backdrop-filter: blur(12px);
	transition: opacity .25s ease, visibility .25s ease;
}

.z2p-lightbox.is-open { opacity: 1; visibility: visible; }
.z2p-lightbox img { max-width: min(1240px, 94vw); max-height: 86vh; object-fit: contain; border: 1px solid rgba(98, 216, 255, .28); box-shadow: 0 32px 90px rgba(0, 0, 0, .68); }
.z2p-lightbox > button { position: absolute; top: 18px; right: 24px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(98, 216, 255, .32); color: var(--z2-white); background: rgba(5, 14, 21, .85); font-size: 25px; cursor: pointer; }
.z2p-lightbox-lock { overflow: hidden; }
.z2p-back-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 45px; height: 45px; transform: translateY(20px); opacity: 0; pointer-events: none; border: 1px solid rgba(98, 216, 255, .45); color: var(--z2-cyan); background: rgba(4, 12, 18, .88); box-shadow: 0 12px 30px rgba(0, 0, 0, .35); cursor: pointer; transition: opacity .25s ease, transform .25s ease; }
.z2p-back-top.is-visible { transform: none; opacity: 1; pointer-events: auto; }

@keyframes z2p-stars { to { background-position: 127px 127px, 223px 249px; } }
@keyframes z2p-scroll { 0%, 100% { opacity: .25; transform: scaleY(.65); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1100px) {
	.z2p-hero__grid { grid-template-columns: 1fr 275px; gap: 38px; }
	.z2p-hero__dossier { margin-bottom: 80px; }
	.z2p-biolog-route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.z2p-biolog-stage:nth-child(5)::after { display: block; }
	.z2p-biolog-stage:nth-child(even)::after { display: none; }
	.z2p-feature-grid--events { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.z2p-dungeon-phase--end .z2p-dungeon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.z2p-map-boss-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.z2p-owner__portrait { height: 445px; }
}

@media (max-width: 900px) {
	.z2p-section { padding: 100px 0; }
	.z2p-heading { margin-bottom: 54px; }
	.z2p-hero { min-height: 850px; }
	.z2p-hero__grid { grid-template-columns: 1fr; padding-top: 80px; }
	.z2p-hero__content { max-width: 760px; }
	.z2p-hero__dossier { display: none; }
	.z2p-story-grid { grid-template-columns: 1fr; }
	.z2p-story-visual { min-height: 460px; }
	.z2p-story-visual img { min-height: 460px; }
	.z2p-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.z2p-journey__step:nth-child(2) { border-right: 0; }
	.z2p-journey__step:nth-child(-n+2) { border-bottom: 1px solid rgba(98, 216, 255, .13); }
	.z2p-autopatcher-stage { grid-template-columns: 1fr; }
	.z2p-autopatcher-stage__copy { max-width: 760px; }
	.z2p-autopatcher-features { grid-template-columns: 1fr; }
	.z2p-evolution-cards { grid-template-columns: 1fr; }
	.z2p-evolution-tracks { grid-template-columns: 1fr; }
	.z2p-biolog-showcase { grid-template-columns: 1fr; }
	.z2p-biolog-tools { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.z2p-biolog-tools article { padding: 72px 18px 20px; }
	.z2p-biolog-tools article > span { top: 18px; }
	.z2p-map { grid-column: span 12; }
	.z2p-battle-maps { grid-template-columns: 1fr; }
	.z2p-map-boss-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.z2p-map-boss-phase--endgame .z2p-map-boss-grid { grid-template-columns: 1fr; }
	.z2p-map-boss--featured { display: grid; grid-template-columns: .85fr 1.15fr; }
	.z2p-map-boss--featured > button { height: 360px; }
	.z2p-map-boss--featured .z2p-map-boss__content { min-height: 0; justify-content: center; border-top: 0; border-left: 1px solid rgba(var(--boss-rgb), .12); }
	.z2p-dungeon-phase__header { grid-template-columns: 170px 1fr; }
	.z2p-teleporter { grid-template-columns: 1fr; }
	.z2p-teleporter__screen { min-height: 430px; }
	.z2p-system-story,
	.z2p-system-story--right { grid-template-columns: 1fr; gap: 34px; }
	.z2p-system-story--right .z2p-system-story__media,
	.z2p-system-story--right .z2p-system-story__copy { grid-column: auto; grid-row: auto; }
	.z2p-system-story--right .z2p-system-story__media { order: 1; }
	.z2p-system-story--right .z2p-system-story__copy { order: 2; }
	.z2p-utility { grid-template-columns: 1fr; }
	.z2p-utility > button { min-height: 270px; border-right: 0; border-bottom: 1px solid rgba(98, 216, 255, .12); }
	.z2p-itemshop__card { grid-template-columns: 1fr; }
	.z2p-itemshop__content { max-width: 760px; padding: 18px 8px 8px; }
	.z2p-owner-stage { grid-template-columns: 1fr 1fr; }
	.z2p-owner-stage__core { grid-column: 1 / -1; grid-row: 1; max-width: 600px; margin: 0 auto; }
	.z2p-owner--left { grid-column: 1; grid-row: 2; }
	.z2p-owner--right { grid-column: 2; grid-row: 2; }
}

@media (max-width: 680px) {
	.z2p-shell { width: min(100% - 28px, 1240px); }
	.z2p-section { padding: 82px 0; }
	.z2p-heading { margin-bottom: 42px; }
	.z2p-heading h2,
	.z2p-story-copy h2,
	.z2p-final-cta h2 { font-size: 34px; }
	.z2p-heading > p { font-size: 15px; }
	.z2p-eyebrow { font-size: 9px; letter-spacing: .18em; }
	.z2p-hero { min-height: 900px; background-position: 64% center; }
	.z2p-hero__grid { padding-top: 70px; padding-bottom: 100px; }
	.z2p-hero__lead { font-size: 30px; }
	.z2p-hero__copy { font-size: 15px; }
	.z2p-actions { display: grid; grid-template-columns: 1fr; }
	.z2p-button { width: 100%; }
	.z2p-hero__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.z2p-hero__facts span:nth-child(2) { border-right: 0; }
	.z2p-hero__facts span:nth-child(-n+2) { border-bottom: 1px solid rgba(98, 216, 255, .13); }
	.z2p-quick-nav a { padding: 15px 16px; }
	.z2p-story-grid { gap: 42px; }
	.z2p-story-visual,
	.z2p-story-visual img { min-height: 360px; }
	.z2p-story-visual__stamp { right: 18px; bottom: 18px; min-width: 152px; padding: 13px 16px; }
	.z2p-story-visual__stamp b { font-size: 34px; }
	.z2p-journey { grid-template-columns: 1fr; }
	.z2p-journey__step { border-right: 0; border-bottom: 1px solid rgba(98, 216, 255, .13); }
	.z2p-journey__step:last-child { border-bottom: 0; }
	.z2p-autopatcher-stage__copy h3 { font-size: 34px; }
	.z2p-autopatcher-actions { grid-template-columns: 1fr; }
	.z2p-autopatcher-feature { padding: 18px; }
	.z2p-evolution-group__header { grid-template-columns: 72px 1fr; padding: 17px; }
	.z2p-evolution-group__header > span { width: 58px; height: 58px; font-size: 17px; }
	.z2p-evolution-card { padding: 18px; }
	.z2p-evolution-chain { flex-wrap: wrap; }
	.z2p-evolution-chain__item { flex: 1 1 34%; }
	.z2p-evolution-chain__arrow { display: none; }
	.z2p-evolution-extras { grid-template-columns: 1fr; }
	.z2p-biolog-tools { grid-template-columns: 1fr; }
	.z2p-biolog-tools article { padding: 21px 18px 20px 72px; }
	.z2p-biolog-tools article > span { top: 20px; }
	.z2p-biolog-route { grid-template-columns: 1fr; }
	.z2p-biolog-stage::after { display: none !important; }
	.z2p-biolog-note { align-items: flex-start; flex-direction: column; gap: 8px; }
	.z2p-map { min-height: 330px; }
	.z2p-map:nth-child(3) { min-height: 360px; }
	.z2p-map__content h3 { max-width: 100%; }
	.z2p-map__content p { padding-right: 30px; }
	.z2p-battle-maps ul { grid-template-columns: 1fr; }
	.z2p-map-boss-route { gap: 56px; }
	.z2p-map-boss-phase + .z2p-map-boss-phase { padding-top: 54px; }
	.z2p-map-boss-phase__header { grid-template-columns: 60px 1fr; gap: 18px; }
	.z2p-map-boss-phase__header > span { width: 54px; height: 54px; font-size: 17px; }
	.z2p-map-boss-phase__header h3 { font-size: 24px; }
	.z2p-map-boss-grid { grid-template-columns: 1fr; }
	.z2p-map-boss { display: grid; grid-template-columns: 42% 58%; min-height: 260px; }
	.z2p-map-boss > button { height: 100%; min-height: 260px; }
	.z2p-map-boss img { max-width: 92%; height: 235px; }
	.z2p-map-boss__content { justify-content: center; padding: 18px; border-top: 0; border-left: 1px solid rgba(var(--boss-rgb), .12); }
	.z2p-map-boss__content > div { flex-direction: column; }
	.z2p-map-boss__content h3 { font-size: 18px; }
	.z2p-map-boss--featured { grid-template-columns: 42% 58%; }
	.z2p-map-boss--featured > button { height: 100%; min-height: 310px; }
	.z2p-map-boss--featured img { height: 280px; max-width: 92%; }
	.z2p-map-boss--featured .z2p-map-boss__content { padding: 18px; }
	.z2p-map-boss--featured .z2p-map-boss__content h3 { font-size: 19px; }
	.z2p-map-boss-note { align-items: flex-start; flex-direction: column; gap: 8px; }
	.z2p-dungeon-phases { gap: 54px; }
	.z2p-dungeon-phase + .z2p-dungeon-phase { padding-top: 52px; }
	.z2p-dungeon-phase__header { grid-template-columns: 1fr; gap: 15px; padding: 20px; }
	.z2p-dungeon-grid,
	.z2p-dungeon-phase--end .z2p-dungeon-grid { grid-template-columns: 1fr; }
	.z2p-dungeon-tile button,
	.z2p-dungeon-phase--end .z2p-dungeon-tile button { height: 250px; }
	.z2p-teleporter { padding: 17px; }
	.z2p-teleporter__screen { min-height: 270px; }
	.z2p-system-stories { gap: 74px; }
	.z2p-utility-grid { grid-template-columns: 1fr; }
	.z2p-utility { min-height: 0; }
	.z2p-utility > button { min-height: 240px; }
	.z2p-feature-grid--events { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.z2p-feature { min-height: 165px; padding: 18px; }
	.z2p-itemshop__card { padding: 17px; }
	.z2p-itemshop__categories { grid-template-columns: 1fr; }
	.z2p-itemshop__visual > span { display: none; }
	.z2p-owner-stage { grid-template-columns: 1fr; }
	.z2p-owner-stage__core,
	.z2p-owner--left,
	.z2p-owner--right { grid-column: 1; grid-row: auto; }
	.z2p-owner--left { grid-row: 2; }
	.z2p-owner--right { grid-row: 3; }
	.z2p-owner__portrait { height: 500px; }
	.z2p-final-cta { margin-top: 75px; padding: 42px 20px; }
	.z2p-faq__heading { grid-template-columns: 1fr; }
	.z2p-faq__list { grid-template-columns: 1fr; }
	.z2p-lightbox { padding: 65px 14px 20px; }
}

@media (max-width: 430px) {
	.z2p-feature-grid--events { grid-template-columns: 1fr; }
	.z2p-owner__portrait { height: 440px; }
	.z2p-map__content { padding: 22px; }
	.z2p-map__content b { right: 18px; font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.z2p *,
	.z2p *::before,
	.z2p *::after { animation: none !important; transition-duration: .01ms !important; }
}
