.velmora-presentation {
	--vp-bg: #070706;
	--vp-bg-soft: #0d0c0b;
	--vp-panel: rgba(10, 10, 9, 0.93);
	--vp-panel-soft: rgba(17, 15, 13, 0.88);
	--vp-gold: #d4a85d;
	--vp-gold-light: #f0cf91;
	--vp-gold-dark: #8c632c;
	--vp-red: #bd2a1d;
	--vp-red-bright: #f0472e;
	--vp-green: #6dd34f;
	--vp-text: #d8d1c7;
	--vp-muted: #958f88;
	--vp-dim: #6d6862;
	--vp-border: rgba(210, 163, 83, 0.28);
	--vp-border-strong: rgba(218, 169, 87, 0.52);
	--vp-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
	--vp-heading: "Eason Pro", "Times New Roman", Georgia, serif;
	--vp-body: "Open Sans", Arial, sans-serif;
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 100vh;
	overflow: clip;
	color: var(--vp-text);
	background:
		radial-gradient(circle at 84% 10%, rgba(159, 38, 24, 0.19), transparent 31rem),
		linear-gradient(180deg, #090908 0%, #050505 100%);
	border: 1px solid rgba(217, 167, 80, 0.18);
	font-family: var(--vp-body);
	font-size: 15px;
	line-height: 1.65;
	box-shadow: var(--vp-shadow);
}

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

.velmora-presentation a {
	color: inherit;
	text-decoration: none;
}

.velmora-presentation button,
.velmora-presentation input {
	font: inherit;
}

.velmora-presentation img {
	max-width: 100%;
}

.velmora-presentation .vp-atmosphere {
	position: absolute;
	z-index: -2;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.14) 0, rgba(5, 5, 5, 0.88) 47rem, #070706 74rem),
		linear-gradient(90deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.16) 48%, rgba(5, 5, 5, 0.6)),
		url("../assets/velmora/hero-bg-v1.png") center top / min(100%, 1920px) auto no-repeat;
	opacity: 0.88;
	pointer-events: none;
}

.velmora-presentation .vp-atmosphere::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
	background-size: 4px 4px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 70rem);
	mask-image: linear-gradient(to bottom, #000, transparent 70rem);
	opacity: 0.38;
}

.velmora-presentation .vp-layout {
	display: grid;
	grid-template-columns: 292px minmax(0, 1fr);
	align-items: start;
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
}

.velmora-presentation .vp-sidebar {
	position: sticky;
	top: 18px;
	z-index: 30;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 36px);
	min-height: 650px;
	margin: 18px 0 18px 18px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(17, 15, 13, 0.98), rgba(7, 7, 7, 0.98)),
		linear-gradient(135deg, rgba(190, 39, 25, 0.09), transparent 40%);
	border: 1px solid var(--vp-border);
	box-shadow: 16px 20px 55px rgba(0, 0, 0, 0.42);
}

.velmora-presentation .vp-sidebar::before,
.velmora-presentation .vp-sidebar::after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--vp-gold-dark), transparent);
	pointer-events: none;
}

.velmora-presentation .vp-sidebar::before {
	top: 7px;
}

.velmora-presentation .vp-sidebar::after {
	bottom: 7px;
}

.velmora-presentation .vp-sidebar-brand {
	flex: 0 0 auto;
	padding: 26px 22px 18px;
	text-align: center;
	border-bottom: 1px solid rgba(212, 168, 93, 0.14);
}

.velmora-presentation .vp-sidebar-brand a {
	display: block;
}

.velmora-presentation .vp-sidebar-brand img {
	display: block;
	width: 190px;
	max-height: 92px;
	margin: 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 7px 15px rgba(0, 0, 0, 0.8));
	transition: filter 180ms ease, transform 180ms ease;
}

.velmora-presentation .vp-sidebar-brand a:hover img,
.velmora-presentation .vp-sidebar-brand a:focus-visible img {
	filter: drop-shadow(0 5px 19px rgba(214, 55, 32, 0.32));
	transform: translateY(-2px);
}

.velmora-presentation .vp-sidebar-brand p {
	margin: 6px 0 0;
	color: var(--vp-muted);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.velmora-presentation .vp-search {
	display: block;
	flex: 0 0 auto;
	padding: 18px 18px 13px;
}

.velmora-presentation .vp-search-label {
	display: block;
	margin: 0 0 7px 2px;
	color: var(--vp-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.velmora-presentation .vp-search-box {
	position: relative;
	display: block;
}

.velmora-presentation .vp-search-box input {
	width: 100%;
	height: 42px;
	padding: 0 35px 0 38px;
	outline: none;
	color: #eee8df;
	background: rgba(0, 0, 0, 0.46);
	border: 1px solid rgba(210, 163, 83, 0.2);
	border-radius: 2px;
	font-size: 12px;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.velmora-presentation .vp-search-box input::placeholder {
	color: #6c6761;
}

.velmora-presentation .vp-search-box input:focus {
	background: rgba(0, 0, 0, 0.68);
	border-color: var(--vp-border-strong);
	box-shadow: 0 0 0 3px rgba(189, 42, 29, 0.1);
}

.velmora-presentation .vp-search-icon {
	position: absolute;
	z-index: 1;
	top: 13px;
	left: 14px;
	width: 13px;
	height: 13px;
	border: 1.5px solid var(--vp-muted);
	border-radius: 50%;
	pointer-events: none;
}

.velmora-presentation .vp-search-icon::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 6px;
	height: 1.5px;
	background: var(--vp-muted);
	transform: rotate(45deg);
	transform-origin: left center;
}

.velmora-presentation .vp-nav {
	flex: 1 1 auto;
	min-height: 0;
	padding: 0 12px 16px;
	overflow: auto;
	scrollbar-color: rgba(212, 168, 93, 0.33) transparent;
	scrollbar-width: thin;
}

.velmora-presentation .vp-nav::-webkit-scrollbar {
	width: 5px;
}

.velmora-presentation .vp-nav::-webkit-scrollbar-thumb {
	background: rgba(212, 168, 93, 0.3);
}

.velmora-presentation .vp-nav-group {
	margin-top: 5px;
	border-bottom: 1px solid rgba(212, 168, 93, 0.09);
}

.velmora-presentation .vp-nav-group-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 11px 8px;
	color: #bfb6aa;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
}

.velmora-presentation .vp-nav-group-toggle span {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: var(--vp-heading);
	font-size: 12px;
	letter-spacing: 0.55px;
}

.velmora-presentation .vp-nav-group-toggle b {
	display: inline-grid;
	place-items: center;
	width: 23px;
	height: 23px;
	color: var(--vp-gold);
	background: rgba(212, 168, 93, 0.12);
	font-family: Georgia, serif;
	font-size: 9px;
	font-weight: 400;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.velmora-presentation .vp-nav-group-toggle i {
	width: 8px;
	height: 8px;
	border-right: 1px solid var(--vp-muted);
	border-bottom: 1px solid var(--vp-muted);
	transform: rotate(45deg) translate(-2px, -2px);
	transition: transform 160ms ease;
}

.velmora-presentation .vp-nav-group:not(.is-open) .vp-nav-group-toggle i {
	transform: rotate(-45deg);
}

.velmora-presentation .vp-nav-group-toggle:hover,
.velmora-presentation .vp-nav-group-toggle:focus-visible {
	color: var(--vp-gold-light);
}

.velmora-presentation .vp-nav-links {
	display: grid;
	grid-template-rows: 1fr;
	padding: 0 0 10px 40px;
	overflow: hidden;
}

.velmora-presentation .vp-nav-group:not(.is-open) .vp-nav-links {
	display: none;
}

.velmora-presentation .vp-nav-links a {
	position: relative;
	display: block;
	padding: 7px 10px 7px 14px;
	color: #7f7a74;
	border-left: 1px solid rgba(212, 168, 93, 0.13);
	font-size: 11px;
	letter-spacing: 0.2px;
	transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.velmora-presentation .vp-nav-links a[hidden] {
	display: none;
}

.velmora-presentation .vp-nav-links a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
	width: 5px;
	height: 5px;
	background: #38342f;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: background 150ms ease, box-shadow 150ms ease;
}

.velmora-presentation .vp-nav-links a:hover,
.velmora-presentation .vp-nav-links a:focus-visible,
.velmora-presentation .vp-nav-links a.is-active {
	color: var(--vp-gold-light);
	background: linear-gradient(90deg, rgba(190, 43, 27, 0.14), transparent);
	border-left-color: rgba(211, 164, 84, 0.54);
}

.velmora-presentation .vp-nav-links a.is-active::before {
	background: var(--vp-red-bright);
	box-shadow: 0 0 9px rgba(240, 71, 46, 0.72);
}

.velmora-presentation .vp-nav-empty {
	margin: 0 18px 12px;
	padding: 12px;
	color: var(--vp-muted);
	background: rgba(0, 0, 0, 0.27);
	border: 1px solid rgba(212, 168, 93, 0.12);
	font-size: 11px;
	text-align: center;
}

.velmora-presentation .vp-sidebar-footer {
	display: grid;
	flex: 0 0 auto;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	padding: 12px 12px 18px;
	background: rgba(0, 0, 0, 0.25);
	border-top: 1px solid rgba(212, 168, 93, 0.13);
}

.velmora-presentation .vp-sidebar-footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 39px;
	padding: 6px;
	color: #a9a098;
	background: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(212, 168, 93, 0.12);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.velmora-presentation .vp-sidebar-footer a:hover,
.velmora-presentation .vp-sidebar-footer a:focus-visible {
	color: var(--vp-gold-light);
	background: rgba(190, 43, 27, 0.09);
	border-color: rgba(212, 168, 93, 0.36);
}

.velmora-presentation .vp-sidebar-footer a[href*="discord.gg"] {
	color: #e4e7ff;
	background:
		linear-gradient(135deg, rgba(88, 101, 242, 0.2), rgba(88, 101, 242, 0.06)),
		rgba(255, 255, 255, 0.025);
	border-color: rgba(126, 139, 255, 0.34);
}

.velmora-presentation .vp-sidebar-footer a[href*="discord.gg"]:hover,
.velmora-presentation .vp-sidebar-footer a[href*="discord.gg"]:focus-visible {
	color: #fff;
	background:
		linear-gradient(135deg, rgba(88, 101, 242, 0.34), rgba(88, 101, 242, 0.12)),
		rgba(255, 255, 255, 0.035);
	border-color: rgba(156, 166, 255, 0.66);
	box-shadow: inset 0 0 18px rgba(88, 101, 242, 0.13);
}

.velmora-presentation .vp-discord-mark {
	display: inline-grid;
	flex: 0 0 30px;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background:
		radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.25), transparent 31%),
		linear-gradient(145deg, #7d8dff, #5865f2 55%, #414cc3);
	border: 1px solid rgba(196, 203, 255, 0.72);
	border-radius: 10px;
	box-shadow:
		0 0 0 2px rgba(88, 101, 242, 0.1),
		0 0 17px rgba(88, 101, 242, 0.5);
	font-size: 13px;
	line-height: 1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
}

.velmora-presentation .vp-discord-mark svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: currentColor;
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
}

.velmora-presentation .vp-main {
	min-width: 0;
	padding: 0 34px 74px 42px;
}

.velmora-presentation .vp-hero {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 710px;
	padding: 80px 40px 115px;
	text-align: center;
}

.velmora-presentation .vp-hero::before,
.velmora-presentation .vp-hero::after {
	content: "";
	position: absolute;
	left: 50%;
	width: min(90%, 860px);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(212, 168, 93, 0.52), transparent);
	transform: translateX(-50%);
}

.velmora-presentation .vp-hero::before {
	top: 31px;
}

.velmora-presentation .vp-hero::after {
	bottom: 52px;
}

.velmora-presentation .vp-hero-glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(780px, 80%);
	height: 450px;
	background:
		radial-gradient(ellipse, rgba(176, 35, 23, 0.2), transparent 62%),
		radial-gradient(ellipse, rgba(217, 166, 82, 0.1), transparent 67%);
	filter: blur(4px);
	transform: translate(-50%, -50%);
}

.velmora-presentation .vp-hero-content {
	position: relative;
	z-index: 1;
	max-width: 820px;
}

.velmora-presentation .vp-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 0 0 10px;
	color: var(--vp-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 3px;
}

.velmora-presentation .vp-eyebrow span {
	display: block;
	width: 44px;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--vp-gold));
}

.velmora-presentation .vp-eyebrow span:last-child {
	transform: scaleX(-1);
}

.velmora-presentation .vp-hero-logo {
	display: block;
	width: min(460px, 86%);
	max-height: 210px;
	margin: 0 auto -8px;
	object-fit: contain;
	filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.8));
}

.velmora-presentation .vp-hero h1 {
	margin: 0;
	color: #f0e7dc;
	font-family: var(--vp-heading);
	font-size: clamp(33px, 4.7vw, 66px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.08;
	text-shadow: 0 5px 22px #000, 0 0 1px #fff;
}

.velmora-presentation .vp-hero-lead {
	max-width: 700px;
	margin: 22px auto 0;
	color: #bbb3aa;
	font-size: 15px;
	line-height: 1.8;
	text-shadow: 0 2px 5px #000;
}

.velmora-presentation .vp-hero-stats {
	display: inline-grid;
	grid-template-columns: repeat(3, minmax(130px, 1fr));
	margin-top: 34px;
	background: rgba(5, 5, 5, 0.62);
	border: 1px solid var(--vp-border);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
	backdrop-filter: blur(8px);
}

.velmora-presentation .vp-hero-stats div {
	position: relative;
	min-width: 145px;
	padding: 14px 20px 13px;
}

.velmora-presentation .vp-hero-stats div + div::before {
	content: "";
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 0;
	width: 1px;
	background: linear-gradient(transparent, var(--vp-border-strong), transparent);
}

.velmora-presentation .vp-hero-stats strong,
.velmora-presentation .vp-hero-stats span {
	display: block;
}

.velmora-presentation .vp-hero-stats strong {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
}

.velmora-presentation .vp-hero-stats span {
	margin-top: 4px;
	color: var(--vp-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.velmora-presentation .vp-scroll-cue {
	position: absolute;
	z-index: 2;
	bottom: 68px;
	left: 50%;
	display: grid;
	justify-items: center;
	gap: 8px;
	color: #93897e;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.velmora-presentation .vp-scroll-cue i {
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid var(--vp-gold);
	border-bottom: 1px solid var(--vp-gold);
	transform: rotate(45deg);
	animation: vp-cue 1.8s ease-in-out infinite;
}

@keyframes vp-cue {
	0%,
	100% { transform: rotate(45deg) translate(0, 0); opacity: 0.45; }
	50% { transform: rotate(45deg) translate(4px, 4px); opacity: 1; }
}

.velmora-presentation .vp-filter-empty {
	margin: 0 0 30px;
	padding: 48px 24px;
	color: var(--vp-muted);
	background: rgba(8, 8, 8, 0.88);
	border: 1px solid var(--vp-border);
	text-align: center;
}

.velmora-presentation .vp-filter-empty strong,
.velmora-presentation .vp-filter-empty span {
	display: block;
}

.velmora-presentation .vp-filter-empty strong {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 24px;
	font-weight: 400;
}

.velmora-presentation .vp-section {
	--vp-section-bg: none;
	position: relative;
	margin: 0 0 30px;
	padding: clamp(34px, 4.5vw, 62px);
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(11, 10, 9, 0.98), rgba(12, 11, 10, 0.91)),
		var(--vp-section-bg) center / cover no-repeat;
	border: 1px solid var(--vp-border);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36);
	scroll-margin-top: 24px;
}

.velmora-presentation .vp-section::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(192, 42, 25, 0.06), transparent 35%),
		radial-gradient(circle at 95% 10%, rgba(211, 162, 81, 0.08), transparent 24rem);
	pointer-events: none;
}

.velmora-presentation .vp-section::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 9px;
	right: 9px;
	bottom: 9px;
	left: 9px;
	border: 1px solid rgba(212, 168, 93, 0.08);
	pointer-events: none;
}

.velmora-presentation .vp-section--equipment { --vp-section-bg: url("../assets/presentation/backgrounds/equipment.png"); }
.velmora-presentation .vp-section--upgrade { --vp-section-bg: url("../assets/presentation/backgrounds/upgrade.png"); }
.velmora-presentation .vp-section--sash { --vp-section-bg: url("../assets/presentation/backgrounds/sash.png"); }
.velmora-presentation .vp-section--events { --vp-section-bg: url("../assets/presentation/backgrounds/events.webp"); }
.velmora-presentation .vp-section--switchbot { --vp-section-bg: url("../assets/presentation/backgrounds/switchbot.png"); }
.velmora-presentation .vp-section--battlepass { --vp-section-bg: url("../assets/presentation/backgrounds/battlepass.png"); }
.velmora-presentation .vp-section--inventory { --vp-section-bg: url("../assets/presentation/backgrounds/inventory.png"); }
.velmora-presentation .vp-section--pvp { --vp-section-bg: url("../assets/presentation/backgrounds/pvp.png"); }
.velmora-presentation .vp-section--rankings { --vp-section-bg: url("../assets/presentation/backgrounds/rankings.png"); }

.velmora-presentation .vp-section > * {
	position: relative;
	z-index: 1;
}

.velmora-presentation .vp-section[hidden] {
	display: none;
}

.velmora-presentation .vp-section-heading {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
	max-width: 840px;
	margin-bottom: 34px;
}

.velmora-presentation .vp-section-index {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	color: var(--vp-gold-light);
	background: rgba(7, 7, 7, 0.72);
	font-family: var(--vp-heading);
	font-size: 15px;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	box-shadow: inset 0 0 17px rgba(190, 43, 27, 0.14);
}

.velmora-presentation .vp-section-heading .vp-section-index {
	line-height: 54px;
	text-align: center;
}

.velmora-presentation .vp-section-heading .vp-section-index {
	text-indent: 0;
}

.velmora-presentation .vp-section-heading div {
	position: relative;
	padding-bottom: 16px;
}

.velmora-presentation .vp-section-heading div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: min(100%, 300px);
	height: 1px;
	background: linear-gradient(90deg, var(--vp-red-bright), var(--vp-gold-dark), transparent);
}

.velmora-presentation .vp-kicker {
	margin: 0 0 4px;
	color: var(--vp-red-bright);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 2.1px;
}

.velmora-presentation .vp-section-heading h2 {
	margin: 0;
	color: #eee5da;
	font-family: var(--vp-heading);
	font-size: clamp(29px, 3.3vw, 45px);
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.15;
	text-shadow: 0 3px 10px #000;
}

.velmora-presentation .vp-section-heading p:last-child {
	max-width: 700px;
	margin: 9px 0 0;
	color: #a8a098;
	font-size: 13px;
	line-height: 1.75;
}

.velmora-presentation .vp-race-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.velmora-presentation .vp-race-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(20, 18, 15, 0.88), rgba(7, 7, 7, 0.96));
	border: 1px solid rgba(212, 168, 93, 0.2);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.velmora-presentation .vp-race-card:hover {
	z-index: 2;
	border-color: rgba(232, 180, 92, 0.55);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.5), inset 0 0 30px rgba(184, 42, 25, 0.08);
	transform: translateY(-5px);
}

.velmora-presentation .vp-race-render {
	position: relative;
	height: 278px;
	overflow: hidden;
	background:
		radial-gradient(ellipse at 50% 72%, rgba(189, 42, 29, 0.22), transparent 50%),
		linear-gradient(180deg, #171411, #090909);
}

.velmora-presentation .vp-race-render::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 75px;
	background: linear-gradient(transparent, #080808);
}

.velmora-presentation .vp-race-render img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 12px 15px #000);
	transition: transform 260ms ease;
}

.velmora-presentation .vp-race-card:hover .vp-race-render img {
	transform: scale(1.035);
}

.velmora-presentation .vp-race-body {
	position: relative;
	min-height: 160px;
	padding: 0 17px 18px;
	text-align: center;
}

.velmora-presentation .vp-card-number {
	position: absolute;
	top: -25px;
	left: 50%;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: var(--vp-gold-light);
	background: #0b0a09;
	border: 1px solid var(--vp-border-strong);
	font-family: var(--vp-heading);
	transform: translateX(-50%) rotate(45deg);
}

.velmora-presentation .vp-race-body h3 {
	margin: 0;
	padding-top: 23px;
	color: #ece1d4;
	font-family: var(--vp-heading);
	font-size: 22px;
	font-weight: 400;
}

.velmora-presentation .vp-race-body p {
	min-height: 48px;
	margin: 5px 0 10px;
	color: var(--vp-muted);
	font-size: 11px;
	line-height: 1.55;
}

.velmora-presentation .vp-skill-icons {
	display: flex;
	justify-content: center;
	gap: 6px;
}

.velmora-presentation .vp-skill-icons img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	background: #070707;
	border: 1px solid rgba(212, 168, 93, 0.2);
	border-radius: 4px;
}

.velmora-presentation .vp-equipment-layout {
	display: grid;
	grid-template-columns: minmax(270px, 0.84fr) minmax(0, 1.16fr);
	gap: clamp(24px, 3vw, 42px);
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.velmora-presentation .vp-character-core {
	position: relative;
	display: grid;
	place-items: center;
	width: min(360px, 100%);
	aspect-ratio: 1;
	margin: 0 auto;
	isolation: isolate;
}

.velmora-presentation .vp-character-core::before {
	content: "";
	position: absolute;
	inset: 25%;
	background: radial-gradient(circle, rgba(202, 54, 32, 0.22), transparent 68%);
	filter: blur(6px);
	animation: vp-equipment-aura 4.2s ease-in-out infinite;
}

.velmora-presentation .vp-character-render {
	position: relative;
	z-index: 2;
	width: 55%;
	height: 67%;
	object-fit: contain;
	filter: drop-shadow(0 15px 20px #000);
	animation: vp-equipment-character 4.2s ease-in-out infinite;
}

.velmora-presentation .vp-orbit {
	position: absolute;
	border: 1px solid rgba(212, 168, 93, 0.2);
	border-radius: 50%;
}

.velmora-presentation .vp-orbit::before,
.velmora-presentation .vp-orbit::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--vp-red);
	border: 1px solid var(--vp-gold);
	border-radius: 50%;
	box-shadow: 0 0 12px rgba(235, 67, 40, 0.7);
}

.velmora-presentation .vp-orbit::before {
	top: 8%;
	left: 15%;
}

.velmora-presentation .vp-orbit::after {
	right: 11%;
	bottom: 15%;
}

.velmora-presentation .vp-orbit--one {
	inset: 14%;
	animation: vp-equipment-ring 13s linear infinite;
}

.velmora-presentation .vp-orbit--two {
	inset: 4%;
	border-style: dashed;
	opacity: 0.55;
	animation: vp-equipment-ring-reverse 22s linear infinite;
}

.velmora-presentation .vp-equipment-orbit-items {
	position: absolute;
	z-index: 4;
	inset: 4%;
	border-radius: 50%;
	animation: vp-equipment-ring 20s linear infinite;
	transform-origin: center;
	pointer-events: none;
}

.velmora-presentation .vp-equipment-orbit-item {
	position: absolute;
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
}

.velmora-presentation .vp-equipment-orbit-item:nth-child(1) {
	top: -2px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.velmora-presentation .vp-equipment-orbit-item:nth-child(2) {
	top: 50%;
	right: -2px;
	transform: translate(50%, -50%);
}

.velmora-presentation .vp-equipment-orbit-item:nth-child(3) {
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, 50%);
}

.velmora-presentation .vp-equipment-orbit-item:nth-child(4) {
	top: 50%;
	left: -2px;
	transform: translate(-50%, -50%);
}

.velmora-presentation .vp-equipment-orbit-item > span {
	display: grid;
	place-items: center;
	width: 49px;
	height: 49px;
	background:
		radial-gradient(circle, rgba(143, 35, 23, 0.38), rgba(5, 5, 5, 0.96) 68%);
	border: 1px solid rgba(212, 168, 93, 0.42);
	border-radius: 50%;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.72);
	animation: vp-equipment-counter-ring 20s linear infinite;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.velmora-presentation .vp-equipment-orbit-item img {
	display: block;
	width: 33px;
	height: 33px;
	object-fit: contain;
	filter: drop-shadow(0 4px 5px #000);
	transition: filter 180ms ease, transform 180ms ease;
}

.velmora-presentation .vp-equipment-orbit-item.is-active > span {
	border-color: var(--vp-gold-light);
	box-shadow:
		0 0 0 4px rgba(190, 43, 27, 0.16),
		0 0 20px rgba(235, 67, 40, 0.58);
}

.velmora-presentation .vp-equipment-orbit-item.is-active img {
	filter:
		drop-shadow(0 4px 5px #000)
		drop-shadow(0 0 7px rgba(240, 207, 145, 0.74));
	transform: scale(1.14);
}

.velmora-presentation .vp-equipment-active-label {
	position: absolute;
	z-index: 5;
	right: 20%;
	bottom: 6%;
	left: 20%;
	margin: 0;
	padding: 7px 10px;
	background: linear-gradient(90deg, transparent, rgba(7, 7, 7, 0.86) 22%, rgba(7, 7, 7, 0.86) 78%, transparent);
	text-align: center;
	pointer-events: none;
}

.velmora-presentation .vp-equipment-active-label span,
.velmora-presentation .vp-equipment-active-label strong {
	display: block;
}

.velmora-presentation .vp-equipment-active-label span {
	color: var(--vp-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

.velmora-presentation .vp-equipment-active-label strong {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
}

@keyframes vp-equipment-ring {
	to { transform: rotate(360deg); }
}

@keyframes vp-equipment-ring-reverse {
	from { transform: rotate(360deg); }
	to { transform: rotate(0deg); }
}

@keyframes vp-equipment-counter-ring {
	to { transform: rotate(-360deg); }
}

@keyframes vp-equipment-character {
	0%,
	100% { transform: translateY(3px) scale(0.985); }
	50% { transform: translateY(-5px) scale(1); }
}

@keyframes vp-equipment-aura {
	0%,
	100% { opacity: 0.54; transform: scale(0.9); }
	50% { opacity: 1; transform: scale(1.14); }
}

.velmora-presentation .vp-equipment-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.velmora-presentation .vp-equipment-item {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	min-height: 112px;
	padding: 14px 12px;
	overflow: hidden;
	color: inherit;
	background: rgba(5, 5, 5, 0.72);
	border: 1px solid rgba(212, 168, 93, 0.16);
	border-radius: 0;
	cursor: pointer;
	text-align: left;
	transition:
		background 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.velmora-presentation .vp-equipment-item img {
	width: 40px;
	height: 54px;
	object-fit: contain;
	filter: drop-shadow(0 7px 7px #000);
	transition: filter 180ms ease, transform 180ms ease;
}

.velmora-presentation .vp-equipment-item > div {
	min-width: 0;
}

.velmora-presentation .vp-equipment-item:hover,
.velmora-presentation .vp-equipment-item:focus-visible,
.velmora-presentation .vp-equipment-item.is-active {
	background:
		linear-gradient(115deg, rgba(112, 26, 18, 0.28), rgba(5, 5, 5, 0.86) 70%);
	border-color: rgba(240, 207, 145, 0.48);
	box-shadow:
		inset 3px 0 0 rgba(230, 61, 37, 0.72),
		0 9px 24px rgba(0, 0, 0, 0.28);
	outline: none;
	transform: translateY(-1px);
}

.velmora-presentation .vp-equipment-item:hover img,
.velmora-presentation .vp-equipment-item:focus-visible img,
.velmora-presentation .vp-equipment-item.is-active img {
	filter:
		drop-shadow(0 7px 7px #000)
		drop-shadow(0 0 7px rgba(240, 207, 145, 0.46));
	transform: scale(1.08);
}

.velmora-presentation .vp-equipment-item h3,
.velmora-presentation .vp-equipment-item p {
	margin: 0;
}

.velmora-presentation .vp-equipment-item h3 {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 17px;
	font-weight: 400;
}

.velmora-presentation .vp-equipment-item p {
	color: var(--vp-muted);
	font-size: 10px;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

@media (max-width: 1320px) {
	.velmora-presentation .vp-equipment-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	.velmora-presentation .vp-character-core {
		width: min(410px, 100%);
	}

	.velmora-presentation .vp-equipment-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.velmora-presentation .vp-info-note {
	margin: 28px 0 0;
	padding: 12px 16px;
	color: #aaa198;
	background: rgba(117, 76, 30, 0.1);
	border: 1px solid rgba(212, 168, 93, 0.17);
	font-size: 11px;
	text-align: center;
}

.velmora-presentation .vp-split {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: center;
}

.velmora-presentation .vp-split--reverse {
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
}

.velmora-presentation .vp-media-frame {
	position: relative;
	padding: 7px;
	background: rgba(4, 4, 4, 0.82);
	border: 1px solid rgba(212, 168, 93, 0.31);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.4);
}

.velmora-presentation .vp-media-frame::before,
.velmora-presentation .vp-media-frame::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 28px;
	height: 28px;
	pointer-events: none;
}

.velmora-presentation .vp-media-frame::before {
	top: 3px;
	left: 3px;
	border-top: 1px solid var(--vp-gold);
	border-left: 1px solid var(--vp-gold);
}

.velmora-presentation .vp-media-frame::after {
	right: 3px;
	bottom: 3px;
	border-right: 1px solid var(--vp-gold);
	border-bottom: 1px solid var(--vp-gold);
}

.velmora-presentation .vp-media-frame img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	background: rgba(0, 0, 0, 0.38);
}

.velmora-presentation .vp-media-frame--wide {
	max-width: 940px;
	margin: 0 auto 28px;
}

.velmora-presentation .vp-system-showcase,
.velmora-presentation .vp-managed-extra--image-only .vp-managed-media {
	width: 100%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(168, 44, 25, 0.08), transparent 42%),
		rgba(2, 3, 3, 0.92);
	box-shadow:
		0 24px 52px rgba(0, 0, 0, 0.52),
		0 0 0 1px rgba(212, 168, 93, 0.06) inset;
}

.velmora-presentation .vp-system-showcase img,
.velmora-presentation .vp-managed-extra--image-only .vp-managed-media img {
	width: 100%;
	max-height: none;
	aspect-ratio: 19 / 11;
	object-fit: cover;
}

.velmora-presentation .vp-step-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.velmora-presentation .vp-step-list li {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 16px;
	background: rgba(5, 5, 5, 0.68);
	border: 1px solid rgba(212, 168, 93, 0.15);
}

.velmora-presentation .vp-step-list li > span {
	color: var(--vp-red-bright);
	font-family: var(--vp-heading);
	font-size: 20px;
}

.velmora-presentation .vp-step-list h3,
.velmora-presentation .vp-step-list p {
	margin: 0;
}

.velmora-presentation .vp-step-list h3 {
	color: #e5dbce;
	font-family: var(--vp-heading);
	font-size: 17px;
	font-weight: 400;
}

.velmora-presentation .vp-step-list p {
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-upgrade-cards,
.velmora-presentation .vp-numbered-list {
	display: grid;
	gap: 9px;
}

.velmora-presentation .vp-upgrade-cards > div,
.velmora-presentation .vp-numbered-list > div {
	position: relative;
	padding: 17px 17px 17px 61px;
	background: rgba(5, 5, 5, 0.73);
	border: 1px solid rgba(212, 168, 93, 0.17);
}

.velmora-presentation .vp-upgrade-cards b,
.velmora-presentation .vp-numbered-list span {
	position: absolute;
	top: 50%;
	left: 17px;
	color: var(--vp-red-bright);
	font-family: var(--vp-heading);
	font-size: 18px;
	font-weight: 400;
	transform: translateY(-50%);
}

.velmora-presentation .vp-upgrade-cards h3,
.velmora-presentation .vp-upgrade-cards p,
.velmora-presentation .vp-numbered-list h3,
.velmora-presentation .vp-numbered-list p {
	margin: 0;
}

.velmora-presentation .vp-upgrade-cards h3,
.velmora-presentation .vp-numbered-list h3 {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 17px;
	font-weight: 400;
}

.velmora-presentation .vp-upgrade-cards p,
.velmora-presentation .vp-numbered-list p {
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-tier-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.velmora-presentation .vp-tier-grid > div {
	position: relative;
	min-height: 146px;
	padding: 19px 12px 15px;
	background: rgba(5, 5, 5, 0.78);
	border: 1px solid rgba(212, 168, 93, 0.17);
	text-align: center;
}

.velmora-presentation .vp-tier-grid img {
	width: 62px;
	height: 62px;
	object-fit: contain;
	filter: drop-shadow(0 8px 8px #000);
}

.velmora-presentation .vp-tier-grid span {
	position: absolute;
	top: 10px;
	right: 12px;
	color: var(--vp-red-bright);
	font-family: var(--vp-heading);
}

.velmora-presentation .vp-tier-grid h3 {
	margin: 8px 0 0;
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 16px;
	font-weight: 400;
}

.velmora-presentation .vp-event-stack {
	display: grid;
	gap: 12px;
}

.velmora-presentation .vp-event-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 18px;
	background: rgba(5, 5, 5, 0.75);
	border: 1px solid rgba(212, 168, 93, 0.18);
}

.velmora-presentation .vp-event-card img {
	width: 72px;
	height: 72px;
	object-fit: contain;
	filter: drop-shadow(0 8px 8px #000);
}

.velmora-presentation .vp-event-card span {
	color: var(--vp-red-bright);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 1.2px;
}

.velmora-presentation .vp-event-card h3,
.velmora-presentation .vp-event-card p {
	margin: 0;
}

.velmora-presentation .vp-event-card h3 {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 19px;
	font-weight: 400;
}

.velmora-presentation .vp-event-card p {
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-pass-tracks {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
	gap: 12px;
	align-items: stretch;
	max-width: 820px;
	margin: 0 auto;
}

.velmora-presentation .vp-pass-tracks > div {
	padding: 22px;
	background: rgba(5, 5, 5, 0.78);
	border: 1px solid rgba(212, 168, 93, 0.18);
	text-align: center;
}

.velmora-presentation .vp-pass-tracks > i {
	display: grid;
	place-items: center;
	color: var(--vp-gold);
	font-size: 23px;
	font-style: normal;
}

.velmora-presentation .vp-pass-tracks img {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.velmora-presentation .vp-pass-tracks span {
	display: block;
	margin-top: 7px;
	color: var(--vp-red-bright);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 1.4px;
}

.velmora-presentation .vp-pass-tracks h3 {
	margin: 2px 0 4px;
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 20px;
	font-weight: 400;
}

.velmora-presentation .vp-pass-tracks p {
	margin: 0;
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-pass-track--premium {
	box-shadow: inset 0 0 35px rgba(185, 42, 25, 0.08);
}

.velmora-presentation .vp-feature-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.velmora-presentation .vp-feature-list li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 16px;
	background: rgba(5, 5, 5, 0.73);
	border: 1px solid rgba(212, 168, 93, 0.17);
}

.velmora-presentation .vp-feature-list li > span {
	color: var(--vp-red-bright);
	font-size: 18px;
	text-align: center;
}

.velmora-presentation .vp-feature-list h3,
.velmora-presentation .vp-feature-list p {
	margin: 0;
}

.velmora-presentation .vp-feature-list h3 {
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 18px;
	font-weight: 400;
}

.velmora-presentation .vp-feature-list p {
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-versus {
	display: grid;
	grid-template-columns: 1fr 100px 1fr;
	align-items: center;
	max-width: 680px;
	margin: 0 auto 25px;
}

.velmora-presentation .vp-versus > div {
	text-align: center;
}

.velmora-presentation .vp-versus img {
	width: 92px;
	height: 92px;
	object-fit: contain;
	filter: drop-shadow(0 9px 11px #000);
}

.velmora-presentation .vp-versus h3 {
	margin: 4px 0 0;
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 20px;
	font-weight: 400;
}

.velmora-presentation .vp-versus strong {
	color: var(--vp-red-bright);
	font-family: var(--vp-heading);
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	text-shadow: 0 0 20px rgba(226, 59, 37, 0.5);
}

.velmora-presentation .vp-pvp-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.velmora-presentation .vp-pvp-grid > div {
	position: relative;
	padding: 22px 18px 19px;
	background: rgba(5, 5, 5, 0.75);
	border: 1px solid rgba(212, 168, 93, 0.16);
	text-align: center;
}

.velmora-presentation .vp-pvp-grid span {
	position: absolute;
	top: 9px;
	right: 12px;
	color: rgba(235, 65, 41, 0.65);
	font-family: var(--vp-heading);
}

.velmora-presentation .vp-pvp-grid h3 {
	margin: 0 0 5px;
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 18px;
	font-weight: 400;
}

.velmora-presentation .vp-pvp-grid p {
	margin: 0;
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-ranking-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	max-width: 820px;
	margin: 0 auto;
}

.velmora-presentation .vp-ranking-cards > div {
	padding: 22px;
	background: rgba(5, 5, 5, 0.78);
	border: 1px solid rgba(212, 168, 93, 0.18);
	text-align: center;
}

.velmora-presentation .vp-ranking-cards span {
	display: block;
	color: var(--vp-red-bright);
	font-size: 28px;
}

.velmora-presentation .vp-ranking-cards h3 {
	margin: 4px 0;
	color: var(--vp-gold-light);
	font-family: var(--vp-heading);
	font-size: 20px;
	font-weight: 400;
}

.velmora-presentation .vp-ranking-cards p {
	margin: 0;
	color: var(--vp-muted);
	font-size: 10px;
}

.velmora-presentation .vp-section--managed {
	--vp-section-bg: url("../assets/presentation/backgrounds/rankings.png");
}

.velmora-presentation .vp-managed-extra {
	display: grid;
	gap: clamp(18px, 2vw, 30px);
	margin-top: clamp(26px, 3vw, 42px);
}

.velmora-presentation .vp-managed-extra--split {
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
}

.velmora-presentation .vp-managed-extra--image-only {
	margin-top: 0;
}

.velmora-presentation .vp-managed-media {
	min-height: 260px;
}

.velmora-presentation .vp-managed-copy {
	padding: clamp(20px, 2.4vw, 34px);
	border: 1px solid rgba(214, 155, 72, 0.28);
	background:
		linear-gradient(120deg, rgba(116, 33, 21, 0.14), transparent 55%),
		rgba(4, 6, 6, 0.78);
	color: var(--vp-muted);
	font-size: clamp(0.93rem, 1.1vw, 1.04rem);
	line-height: 1.85;
	box-shadow: inset 0 0 36px rgba(0, 0, 0, 0.36);
}

.velmora-presentation .vp-final-cta {
	position: relative;
	margin-top: 40px;
	padding: clamp(44px, 6vw, 72px) 30px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(7, 7, 7, 0.98), rgba(18, 11, 9, 0.87), rgba(7, 7, 7, 0.98)),
		url("../assets/presentation/backgrounds/pvp.png") center 43% / cover no-repeat;
	border: 1px solid var(--vp-border-strong);
	text-align: center;
	box-shadow: 0 22px 55px rgba(0, 0, 0, 0.48);
}

.velmora-presentation .vp-final-cta::before {
	content: "";
	position: absolute;
	inset: 8px;
	border: 1px solid rgba(212, 168, 93, 0.1);
	pointer-events: none;
}

.velmora-presentation .vp-final-cta > * {
	position: relative;
}

.velmora-presentation .vp-final-cta > p {
	margin: 0;
	color: var(--vp-red-bright);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 2.3px;
}

.velmora-presentation .vp-final-cta h2 {
	margin: 4px 0 7px;
	color: #eee4d7;
	font-family: var(--vp-heading);
	font-size: clamp(28px, 3.4vw, 42px);
	font-weight: 400;
}

.velmora-presentation .vp-final-cta > span {
	color: #a79f96;
	font-size: 12px;
}

.velmora-presentation .vp-final-cta > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.velmora-presentation .vp-final-cta a {
	min-width: 180px;
	padding: 12px 20px;
	color: #eadcc8;
	background:
		linear-gradient(180deg, rgba(139, 33, 22, 0.74), rgba(60, 13, 10, 0.91));
	border: 1px solid rgba(220, 169, 82, 0.47);
	font-family: var(--vp-heading);
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: filter 150ms ease, transform 150ms ease;
}

.velmora-presentation .vp-final-cta a + a {
	background: rgba(7, 7, 7, 0.82);
}

.velmora-presentation .vp-final-cta a:hover,
.velmora-presentation .vp-final-cta a:focus-visible {
	filter: brightness(1.22);
	transform: translateY(-2px);
}

.velmora-presentation .vp-back-to-top {
	position: fixed;
	z-index: 60;
	right: 22px;
	bottom: 22px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--vp-gold-light);
	background: rgba(8, 8, 8, 0.93);
	border: 1px solid var(--vp-border-strong);
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.velmora-presentation .vp-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.velmora-presentation .vp-back-to-top:hover,
.velmora-presentation .vp-back-to-top:focus-visible {
	background: rgba(139, 33, 22, 0.92);
}

.velmora-presentation .vp-mobile-bar,
.velmora-presentation .vp-sidebar-backdrop {
	display: none;
}

@media (max-width: 1320px) {
	.velmora-presentation .vp-layout {
		grid-template-columns: 260px minmax(0, 1fr);
	}

	.velmora-presentation .vp-sidebar {
		margin-left: 12px;
	}

	.velmora-presentation .vp-main {
		padding-right: 20px;
		padding-left: 26px;
	}

	.velmora-presentation .vp-race-grid {
		grid-template-columns: 1fr 1fr;
	}

	.velmora-presentation .vp-race-render {
		height: 320px;
	}

	.velmora-presentation .vp-equipment-layout {
		grid-template-columns: 1fr;
	}

	.velmora-presentation .vp-character-core {
		width: min(390px, 100%);
	}
}

@media (max-width: 860px) {
	.velmora-presentation {
		overflow: hidden;
	}

	.velmora-presentation .vp-mobile-bar {
		position: sticky;
		z-index: 70;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 54px;
		padding: 0 15px;
		background: rgba(8, 8, 8, 0.96);
		border-bottom: 1px solid var(--vp-border);
		backdrop-filter: blur(8px);
	}

	.velmora-presentation .vp-mobile-toggle {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 8px 0;
		color: var(--vp-gold-light);
		background: transparent;
		border: 0;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
		cursor: pointer;
	}

	.velmora-presentation .vp-mobile-toggle-lines,
	.velmora-presentation .vp-mobile-toggle-lines::before,
	.velmora-presentation .vp-mobile-toggle-lines::after {
		display: block;
		width: 20px;
		height: 1px;
		background: var(--vp-gold);
	}

	.velmora-presentation .vp-mobile-toggle-lines {
		position: relative;
	}

	.velmora-presentation .vp-mobile-toggle-lines::before,
	.velmora-presentation .vp-mobile-toggle-lines::after {
		content: "";
		position: absolute;
		left: 0;
	}

	.velmora-presentation .vp-mobile-toggle-lines::before {
		top: -6px;
	}

	.velmora-presentation .vp-mobile-toggle-lines::after {
		top: 6px;
	}

	.velmora-presentation .vp-mobile-home {
		color: var(--vp-muted);
		font-size: 10px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	.velmora-presentation .vp-layout {
		display: block;
	}

	.velmora-presentation .vp-sidebar {
		position: fixed;
		z-index: 90;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(316px, 88vw);
		height: 100vh;
		min-height: 0;
		margin: 0;
		visibility: hidden;
		transform: translateX(-102%);
		transition: transform 220ms ease, visibility 220ms ease;
	}

	.velmora-presentation .vp-sidebar.is-open {
		visibility: visible;
		transform: translateX(0);
	}

	.velmora-presentation .vp-sidebar-backdrop {
		position: fixed;
		z-index: 80;
		inset: 0;
		display: block;
		visibility: hidden;
		width: 100%;
		height: 100%;
		padding: 0;
		background: rgba(0, 0, 0, 0.72);
		border: 0;
		opacity: 0;
		pointer-events: none;
		transition: opacity 220ms ease, visibility 220ms ease;
	}

	.velmora-presentation .vp-sidebar-backdrop.is-visible {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.velmora-presentation .vp-main {
		padding: 0 15px 55px;
	}

	.velmora-presentation .vp-hero {
		min-height: 670px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.velmora-presentation .vp-split,
	.velmora-presentation .vp-split--reverse {
		grid-template-columns: 1fr;
	}

	.velmora-presentation .vp-split--reverse .vp-media-frame {
		grid-row: 1;
	}
}

@media (max-width: 620px) {
	.velmora-presentation .vp-managed-extra--split {
		grid-template-columns: 1fr;
	}

	.velmora-presentation .vp-main {
		padding-right: 9px;
		padding-left: 9px;
	}

	.velmora-presentation .vp-hero {
		min-height: 610px;
		padding: 65px 13px 100px;
	}

	.velmora-presentation .vp-eyebrow {
		letter-spacing: 1.7px;
	}

	.velmora-presentation .vp-eyebrow span {
		width: 22px;
	}

	.velmora-presentation .vp-hero-logo {
		width: 94%;
	}

	.velmora-presentation .vp-hero-lead {
		font-size: 12px;
	}

	.velmora-presentation .vp-hero-stats {
		grid-template-columns: 1fr;
		width: min(280px, 100%);
	}

	.velmora-presentation .vp-hero-stats div {
		min-width: 0;
		padding: 9px 15px;
	}

	.velmora-presentation .vp-hero-stats div + div::before {
		top: 0;
		right: 13px;
		bottom: auto;
		left: 13px;
		width: auto;
		height: 1px;
		background: linear-gradient(90deg, transparent, var(--vp-border-strong), transparent);
	}

	.velmora-presentation .vp-section {
		margin-bottom: 16px;
		padding: 31px 20px;
	}

	.velmora-presentation .vp-section-heading {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 14px;
		margin-bottom: 25px;
	}

	.velmora-presentation .vp-section-index {
		width: 38px;
		height: 38px;
		font-size: 11px;
		line-height: 38px;
	}

	.velmora-presentation .vp-section-heading .vp-section-index {
		line-height: 38px;
	}

	.velmora-presentation .vp-section-heading h2 {
		font-size: 27px;
	}

	.velmora-presentation .vp-race-grid,
	.velmora-presentation .vp-equipment-list,
	.velmora-presentation .vp-tier-grid,
	.velmora-presentation .vp-pvp-grid,
	.velmora-presentation .vp-ranking-cards {
		grid-template-columns: 1fr;
	}

	.velmora-presentation .vp-race-render {
		height: 330px;
	}

	.velmora-presentation .vp-equipment-layout {
		gap: 22px;
	}

	.velmora-presentation .vp-character-core {
		width: 290px;
	}

	.velmora-presentation .vp-equipment-orbit-item {
		width: 42px;
		height: 42px;
	}

	.velmora-presentation .vp-equipment-orbit-item > span {
		width: 38px;
		height: 38px;
	}

	.velmora-presentation .vp-equipment-orbit-item img {
		width: 24px;
		height: 24px;
	}

	.velmora-presentation .vp-equipment-active-label {
		right: 16%;
		left: 16%;
	}

	.velmora-presentation .vp-event-card {
		grid-template-columns: 58px minmax(0, 1fr);
		padding: 13px;
	}

	.velmora-presentation .vp-event-card img {
		width: 54px;
		height: 54px;
	}

	.velmora-presentation .vp-pass-tracks {
		grid-template-columns: 1fr;
	}

	.velmora-presentation .vp-pass-tracks > i {
		transform: rotate(90deg);
	}

	.velmora-presentation .vp-versus {
		grid-template-columns: 1fr 50px 1fr;
	}

	.velmora-presentation .vp-versus img {
		width: 66px;
		height: 66px;
	}

	.velmora-presentation .vp-final-cta > div {
		display: grid;
	}

	.velmora-presentation .vp-final-cta a {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.velmora-presentation *,
	.velmora-presentation *::before,
	.velmora-presentation *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
