:root {
	--vx-bg: #070912;
	--vx-bg-2: #0a0e1b;
	--vx-panel: #121728;
	--vx-panel-2: #171d31;
	--vx-line: #2e3450;
	--vx-line-soft: rgba(255, 255, 255, .08);
	--vx-text: #e9ecf5;
	--vx-text-dim: rgba(233, 236, 245, .74);
	--vx-muted: #838bac;
	--vx-orange: #e9761a;
	--vx-amber: #efb23e;
	--vx-hot: linear-gradient(135deg, #efb23e, #e9761a);
	--vx-red: #e23b32;
	--vx-violet: #9b82f5;
	--vx-teal: #26c6b4;
	--vx-green: #14b87f;
	--vx-glow: 0 10px 30px rgba(233, 118, 26, .28);
	--vx-radius: 12px;
	--vx-wide: 1320px;
	--vx-read: 860px;
	--vx-ui: 'Chakra Petch', 'Segoe UI', sans-serif;
	--vx-display: 'Space Grotesk', 'Chakra Petch', sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--vx-bg);
	color: var(--vx-text);
	font-family: var(--vx-ui);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

a {
	color: var(--vx-amber);
	text-decoration: none;
}

/* Every interactive element keeps a visible focus ring — the dark palette
   swallows the UA default outline. */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
	outline: 2px solid var(--vx-amber);
	outline-offset: 2px;
}

.vx-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 10px 18px;
	background: var(--vx-panel);
	border: 1px solid var(--vx-orange);
	border-radius: 0 0 10px 0;
	color: var(--vx-text);
}

.vx-skip:focus {
	left: 0;
}

.vx-ico {
	flex: none;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vx-ico--fill {
	fill: currentColor;
	stroke: none;
}

.vx-wrap {
	max-width: var(--vx-wide);
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- buttons ---------- */

.vx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border: 0;
	border-radius: 9px;
	font-family: var(--vx-ui);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.vx-btn--solid {
	background: var(--vx-hot);
	color: #17100a;
	box-shadow: 0 6px 18px rgba(233, 118, 26, .22);
}

.vx-btn--solid:hover {
	transform: translateY(-1px);
	box-shadow: var(--vx-glow);
}

.vx-btn--line {
	background: transparent;
	border: 1px solid rgba(239, 178, 62, .5);
	color: var(--vx-amber);
}

.vx-btn--line:hover {
	background: rgba(239, 178, 62, .12);
	border-color: var(--vx-amber);
}

.vx-btn--sm {
	padding: 9px 16px;
	font-size: 12.5px;
}

.vx-btn--lg {
	padding: 15px 32px;
	font-size: 15px;
}

.vx-btn--block {
	display: flex;
	width: 100%;
}

/* ---------- header ---------- */

.vx-bar {
	position: sticky;
	top: 0;
	z-index: 900;
	background: rgba(7, 9, 18, .92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--vx-line);
}

.vx-bar__in {
	max-width: var(--vx-wide);
	margin: 0 auto;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.vx-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--vx-text);
}

.vx-logo img {
	height: var(--vx-logo-h, 40px);
	width: auto;
}

.vx-logo__word {
	font-family: var(--vx-display);
	/* A long site name must not wrap the bar onto two lines on a phone. */
	white-space: nowrap;
	font-size: calc(var(--vx-logo-h, 40px) * .55);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1;
	background: var(--vx-hot);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vx-auth {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* ---------- hero ---------- */

.vx-hero {
	position: relative;
	overflow: hidden;
	background: var(--vx-bg-2);
}

.vx-hero__track {
	display: flex;
	transition: transform .55s cubic-bezier(.4, 0, .2, 1);
}

.vx-slide {
	position: relative;
	flex: 0 0 100%;
	min-height: 470px;
	display: flex;
	align-items: center;
}

.vx-slide__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.vx-slide__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 9, 18, .95) 0%, rgba(7, 9, 18, .8) 38%, rgba(7, 9, 18, .15) 72%),
		linear-gradient(0deg, rgba(7, 9, 18, .9), rgba(7, 9, 18, 0) 55%);
}

.vx-slide__copy {
	position: relative;
	max-width: var(--vx-wide);
	width: 100%;
	margin: 0 auto;
	padding: 56px 24px 74px;
}

.vx-slide__inner {
	max-width: 560px;
}

.vx-kick {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 13px;
	border: 1px solid rgba(239, 178, 62, .38);
	border-radius: 999px;
	background: rgba(239, 178, 62, .1);
	color: var(--vx-amber);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vx-slide__ttl {
	margin: 18px 0 14px;
	font-family: var(--vx-display);
	font-size: clamp(28px, 3.4vw, 46px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.02em;
}

.vx-slide__txt {
	color: var(--vx-text-dim);
	font-size: 16px;
	max-width: 460px;
	margin-bottom: 26px;
}

.vx-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 26px;
	transform: translateX(-50%);
	width: 100%;
	max-width: var(--vx-wide);
	padding: 0 24px;
	display: flex;
	gap: 8px;
}

.vx-hero__dot {
	width: 34px;
	height: 3px;
	border: 0;
	border-radius: 3px;
	background: rgba(255, 255, 255, .22);
	cursor: pointer;
	transition: background .2s ease, width .2s ease;
}

.vx-hero__dot.is-on {
	width: 52px;
	background: var(--vx-hot);
}

/* The arrows ride the content container, not the viewport edge, so they line
   up with the hero copy and every section below it. */
.vx-hero__nav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: var(--vx-wide);
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	pointer-events: none;
}

.vx-hero__arrow {
	pointer-events: auto;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--vx-line);
	border-radius: 50%;
	background: rgba(10, 14, 27, .72);
	color: var(--vx-text);
	cursor: pointer;
	transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.vx-hero__arrow:hover {
	border-color: var(--vx-amber);
	color: var(--vx-amber);
	background: rgba(239, 178, 62, .12);
}

/* ---------- ticker ---------- */

.vx-tick {
	background: var(--vx-panel);
	border-block: 1px solid var(--vx-line);
	overflow: hidden;
}

.vx-tick__track {
	display: flex;
	width: max-content;
	animation: vx-drift 42s linear infinite;
}

.vx-tick:hover .vx-tick__track {
	animation-play-state: paused;
}

@keyframes vx-drift {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.vx-tick__i {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 13px 26px;
	color: var(--vx-text);
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: .04em;
	white-space: nowrap;
}

.vx-tick__i em {
	color: var(--vx-muted);
	font-style: normal;
	font-weight: 400;
}

.vx-tick__i::after {
	content: '';
	width: 5px;
	height: 5px;
	margin-left: 20px;
	border-radius: 50%;
	background: var(--vx-line);
}

.vx-tick__i:hover {
	color: var(--vx-amber);
}

/* ---------- providers ---------- */

.vx-prov {
	background: var(--vx-bg-2);
	border-bottom: 1px solid var(--vx-line);
	padding: 30px 0 34px;
}

.vx-lbl {
	display: block;
	margin-bottom: 16px;
	color: var(--vx-muted);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.vx-prov__rail {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.vx-prov__rail::-webkit-scrollbar {
	display: none;
}

.vx-prov__i {
	flex: 1 0 auto;
	min-width: 0;
	padding: 14px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--vx-line);
	border-radius: 10px;
	background: var(--vx-panel);
	color: var(--vx-muted);
	font-family: var(--vx-display);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .01em;
	white-space: nowrap;
	scroll-snap-align: start;
	transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.vx-prov__i:hover {
	color: var(--vx-text);
	border-color: rgba(239, 178, 62, .45);
	transform: translateY(-2px);
}

/* ---------- game sections ---------- */

.vx-sec {
	padding: 46px 0 8px;
}

.vx-sec__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.vx-sec__t {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-family: var(--vx-display);
	font-size: clamp(20px, 2.2vw, 27px);
	font-weight: 700;
	letter-spacing: -.01em;
}

.vx-sec__t .vx-ico {
	color: var(--vx-orange);
}

.vx-sec__t em {
	font-style: normal;
	color: var(--vx-amber);
}

.vx-sec__all {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 16px;
	border: 1px solid var(--vx-line);
	border-radius: 999px;
	color: var(--vx-text-dim);
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: color .2s ease, border-color .2s ease;
}

.vx-sec__all:hover {
	color: var(--vx-amber);
	border-color: rgba(239, 178, 62, .45);
}

.vx-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.vx-game {
	position: relative;
	display: block;
	border-radius: var(--vx-radius);
	overflow: hidden;
	background: var(--vx-panel);
	border: 1px solid var(--vx-line);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.vx-game:hover {
	transform: translateY(-4px);
	border-color: rgba(239, 178, 62, .5);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .5);
}

.vx-game__art {
	display: block;
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
}

.vx-game__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.vx-game:hover .vx-game__art img {
	transform: scale(1.06);
}

.vx-game__veil {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(7, 9, 18, .68);
	opacity: 0;
	transition: opacity .22s ease;
}

.vx-game:hover .vx-game__veil {
	opacity: 1;
}

.vx-game__play {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 18px;
	border-radius: 8px;
	background: var(--vx-hot);
	color: #17100a;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vx-game__badge {
	position: absolute;
	top: 9px;
	left: 9px;
	padding: 3px 9px;
	border-radius: 5px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: #12100c;
	background: var(--vx-hot);
}

.vx-game__badge--new {
	background: linear-gradient(135deg, #9b82f5, #6f4ef0);
	color: #fff;
}

.vx-game__badge--hot {
	background: linear-gradient(135deg, #e23b32, #e9761a);
	color: #fff;
}

.vx-game__cap {
	display: block;
	padding: 11px 13px 13px;
}

.vx-game__name {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vx-game__prov {
	display: block;
	margin-top: 2px;
	color: var(--vx-muted);
	font-size: 11.5px;
	letter-spacing: .04em;
}

/* ---------- body copy ---------- */

.vx-body {
	padding: 52px 0 60px;
	background: var(--vx-bg-2);
	border-top: 1px solid var(--vx-line);
	margin-top: 46px;
}

.vx-body--plain {
	margin-top: 0;
}

.vx-body__in {
	max-width: var(--vx-wide);
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 34px;
	align-items: start;
}

.vx-body__in--solo {
	grid-template-columns: minmax(0, var(--vx-read));
	justify-content: center;
}

.vx-copy h1 {
	font-family: var(--vx-display);
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.02em;
	margin-bottom: 14px;
}

.vx-lead {
	color: var(--vx-text-dim);
	font-size: 17px;
	margin-bottom: 26px;
	padding-left: 14px;
	border-left: 2px solid var(--vx-orange);
}

.vx-toc {
	margin-bottom: 30px;
	padding: 18px 20px;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	background: var(--vx-panel);
}

.vx-toc__t {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--vx-muted);
}

.vx-toc ol {
	margin: 0;
	padding-left: 20px;
	color: var(--vx-muted);
}

.vx-toc li {
	margin: 5px 0;
}

.vx-toc a {
	color: var(--vx-text-dim);
	font-size: 14.5px;
}

.vx-toc a:hover {
	color: var(--vx-amber);
}

.vx-content {
	font-size: 15.5px;
	color: var(--vx-text-dim);
}

.vx-content > *:first-child {
	margin-top: 0;
}

.vx-content h2 {
	margin: 34px 0 14px;
	font-family: var(--vx-display);
	font-size: clamp(21px, 2.3vw, 27px);
	font-weight: 700;
	line-height: 1.24;
	color: var(--vx-amber);
}

.vx-content h3 {
	margin: 26px 0 10px;
	font-family: var(--vx-display);
	font-size: 19px;
	font-weight: 600;
	color: var(--vx-text);
}

.vx-content p {
	margin: 0 0 15px;
}

.vx-content a {
	border-bottom: 1px solid rgba(239, 178, 62, .35);
}

.vx-content a:hover {
	border-bottom-color: var(--vx-amber);
}

.vx-content strong {
	color: var(--vx-text);
}

.vx-content ul,
.vx-content ol {
	margin: 0 0 18px;
	padding-left: 22px;
}

.vx-content li {
	margin: 7px 0;
}

.vx-content ul {
	list-style: none;
	padding-left: 4px;
}

.vx-content ul li {
	position: relative;
	padding-left: 20px;
}

.vx-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .62em;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	transform: rotate(45deg);
	background: var(--vx-hot);
}

.vx-content ol li::marker {
	color: var(--vx-amber);
	font-weight: 700;
}

.vx-content blockquote {
	margin: 22px 0;
	padding: 16px 20px;
	border-left: 3px solid var(--vx-orange);
	border-radius: 0 10px 10px 0;
	background: var(--vx-panel);
	color: var(--vx-text);
}

.vx-content img {
	border-radius: var(--vx-radius);
	margin: 20px 0;
}

.vx-tscroll {
	overflow-x: auto;
	margin: 0 0 22px;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
}

.vx-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14.5px;
	min-width: 480px;
}

.vx-content th {
	padding: 13px 16px;
	background: var(--vx-panel-2);
	color: var(--vx-amber);
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}

.vx-content td {
	padding: 12px 16px;
	border-top: 1px solid var(--vx-line);
}

.vx-content tbody tr:nth-child(odd) td {
	background: rgba(255, 255, 255, .02);
}

/* ---------- aside cards ---------- */

.vx-aside {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: sticky;
	top: 88px;
}

.vx-card {
	padding: 20px;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	background: var(--vx-panel);
}

.vx-card__t {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--vx-muted);
}

.vx-card--offer {
	border-color: rgba(239, 178, 62, .35);
	background:
		radial-gradient(120% 90% at 100% 0, rgba(233, 118, 26, .18), transparent 60%),
		var(--vx-panel);
}

.vx-card__sum {
	display: block;
	font-family: var(--vx-display);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	background: var(--vx-hot);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.vx-card__note {
	display: block;
	margin: 8px 0 16px;
	color: var(--vx-muted);
	font-size: 13.5px;
	line-height: 1.55;
}

.vx-rows {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.vx-row {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 9px 0;
	border-top: 1px solid var(--vx-line-soft);
	color: var(--vx-text-dim);
	font-size: 14px;
}

.vx-row:first-child {
	border-top: 0;
}

.vx-row img {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	object-fit: cover;
	flex: none;
}

.vx-row__n {
	width: 22px;
	flex: none;
	font-family: var(--vx-display);
	font-weight: 700;
	color: var(--vx-amber);
	text-align: center;
}

.vx-row__txt {
	min-width: 0;
	flex: 1;
}

.vx-row__name {
	display: block;
	color: var(--vx-text);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vx-row__sub {
	display: block;
	color: var(--vx-muted);
	font-size: 11.5px;
}

.vx-live {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--vx-green);
	box-shadow: 0 0 0 0 rgba(20, 184, 127, .6);
	animation: vx-pulse 2s infinite;
}

@keyframes vx-pulse {
	70% { box-shadow: 0 0 0 8px rgba(20, 184, 127, 0); }
	100% { box-shadow: 0 0 0 0 rgba(20, 184, 127, 0); }
}

/* ---------- faq ---------- */

/* The FAQ keeps the reading measure, and its section header is pulled into the
   same column so the label lines up with the rows instead of the page edge. */
.vx-sec--faq {
	max-width: var(--vx-read);
	margin: 0 auto;
	padding-bottom: 20px;
}

.vx-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vx-faq__i {
	border: 1px solid var(--vx-line);
	border-radius: 10px;
	background: var(--vx-panel);
	overflow: hidden;
}

.vx-faq__i[open] {
	border-color: rgba(239, 178, 62, .4);
}

.vx-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 15px 20px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	list-style: none;
}

.vx-faq__q::-webkit-details-marker {
	display: none;
}

.vx-faq__q::after {
	content: '+';
	flex: none;
	font-size: 20px;
	line-height: 1;
	color: var(--vx-amber);
	transition: transform .2s ease;
}

.vx-faq__i[open] .vx-faq__q::after {
	transform: rotate(45deg);
}

.vx-faq__a {
	padding: 0 20px 16px;
	color: var(--vx-text-dim);
	font-size: 14.5px;
}

/* ---------- toplist ---------- */

.vx-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 34px;
}

.vx-item {
	display: grid;
	grid-template-columns: 56px 78px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 16px 20px;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	background: var(--vx-panel);
	transition: border-color .2s ease, transform .2s ease;
}

.vx-item:hover {
	border-color: rgba(239, 178, 62, .45);
	transform: translateY(-2px);
}

.vx-item--lead {
	border-color: rgba(239, 178, 62, .45);
	background:
		radial-gradient(90% 140% at 0 0, rgba(233, 118, 26, .16), transparent 60%),
		var(--vx-panel);
}

.vx-item__rank {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--vx-panel-2);
	border: 1px solid var(--vx-line);
	font-family: var(--vx-display);
	font-size: 19px;
	font-weight: 700;
	color: var(--vx-muted);
}

.vx-item--lead .vx-item__rank {
	background: var(--vx-hot);
	border-color: transparent;
	color: #17100a;
}

/* Square, so a cover keeps its whole composition — a letterbox crop of these
   cuts straight through the game's own logo. */
.vx-item__art img {
	width: 78px;
	height: 78px;
	object-fit: cover;
	border-radius: 9px;
}

.vx-item__name {
	display: block;
	font-family: var(--vx-display);
	font-size: 18px;
	font-weight: 700;
}

.vx-item__bonus {
	display: block;
	margin-top: 3px;
	color: var(--vx-text-dim);
	font-size: 14px;
}

.vx-item__marks {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

.vx-mark {
	padding: 3px 9px;
	border: 1px solid var(--vx-line);
	border-radius: 999px;
	color: var(--vx-muted);
	font-size: 11px;
	letter-spacing: .04em;
}

.vx-item__side {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}

.vx-score {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
}

.vx-score__n {
	font-family: var(--vx-display);
	font-size: 25px;
	font-weight: 700;
	color: var(--vx-amber);
}

.vx-score__l {
	margin-top: 3px;
	color: var(--vx-muted);
	font-size: 10.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.vx-stars {
	display: inline-flex;
	gap: 2px;
	color: var(--vx-line);
}

.vx-stars .is-on {
	color: var(--vx-amber);
}

/* ---------- review info card ---------- */

.vx-info {
	display: grid;
	grid-template-columns: 176px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 22px;
	margin-bottom: 30px;
	border: 1px solid var(--vx-line);
	border-radius: var(--vx-radius);
	background:
		radial-gradient(80% 120% at 100% 0, rgba(233, 118, 26, .14), transparent 62%),
		var(--vx-panel);
}

.vx-info__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 96px;
	border-radius: 10px;
	background: var(--vx-panel-2);
	border: 1px solid var(--vx-line);
}

.vx-info__facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 14px 20px;
	margin-bottom: 16px;
}

.vx-fact__l {
	display: block;
	color: var(--vx-muted);
	font-size: 11px;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.vx-fact__v {
	display: block;
	margin-top: 2px;
	font-size: 15px;
	font-weight: 600;
}

.vx-info__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

/* ---------- landing ---------- */

.vx-land {
	position: relative;
	min-height: 74vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	padding: 70px 24px;
}

.vx-land__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vx-land__veil {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(70% 90% at 50% 40%, rgba(7, 9, 18, .58), rgba(7, 9, 18, .9)),
		linear-gradient(0deg, var(--vx-bg), rgba(7, 9, 18, .15));
}

.vx-land__in {
	position: relative;
	max-width: 760px;
}

.vx-land .vx-content {
	color: var(--vx-text-dim);
	font-size: 16.5px;
}

.vx-land .vx-content h1 {
	font-family: var(--vx-display);
	font-size: clamp(32px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.03em;
	margin-bottom: 12px;
}

.vx-land .vx-content h2 {
	font-size: clamp(18px, 2.4vw, 24px);
	color: var(--vx-amber);
	margin: 0 0 16px;
}

.vx-land__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 30px;
}

.vx-land__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 34px;
	color: var(--vx-muted);
	font-size: 13px;
}

.vx-land__trust span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

/* ---------- footer ---------- */

.vx-foot {
	background: var(--vx-bg-2);
	margin-top: 56px;
}

.vx-foot__line {
	height: 3px;
	background: linear-gradient(90deg, var(--vx-orange), var(--vx-violet), var(--vx-teal), var(--vx-orange));
	background-size: 300% 100%;
	animation: vx-shift 9s linear infinite;
}

@keyframes vx-shift {
	from { background-position: 0 0; }
	to { background-position: 300% 0; }
}

.vx-foot__main {
	max-width: 820px;
	margin: 0 auto;
	padding: 40px 24px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.vx-foot__txt {
	color: var(--vx-muted);
	font-size: 13px;
	line-height: 1.65;
	max-width: 580px;
}

.vx-safe {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.vx-safe span {
	padding: 6px 13px;
	border: 1px solid var(--vx-line);
	border-radius: 8px;
	color: var(--vx-muted);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: .75;
}

.vx-safe span:first-child {
	color: var(--vx-amber);
	border-color: rgba(239, 178, 62, .4);
	opacity: 1;
}

.vx-foot__bottom {
	max-width: var(--vx-wide);
	margin: 0 auto;
	padding: 14px 24px 22px;
	border-top: 1px solid var(--vx-line);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 18px;
	color: var(--vx-muted);
	font-size: 12px;
	text-align: center;
}

.vx-foot__bottom a {
	color: var(--vx-muted);
}

.vx-foot__bottom a:hover {
	color: var(--vx-amber);
}

/* ---------- floating chrome ---------- */

.vx-dock {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 890;
	padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
	background: rgba(10, 14, 27, .97);
	backdrop-filter: blur(12px);
	border-top: 1px solid var(--vx-line);
	gap: 10px;
}

.vx-dock .vx-btn {
	flex: 1;
}

.vx-up {
	position: fixed;
	right: 20px;
	bottom: 26px;
	z-index: 880;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(239, 178, 62, .4);
	border-radius: 50%;
	background: var(--vx-panel);
	color: var(--vx-amber);
	cursor: pointer;
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease, background .2s ease;
}

.vx-up.is-on {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.vx-up:hover {
	background: rgba(239, 178, 62, .14);
}

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
	.vx-body__in {
		grid-template-columns: minmax(0, 1fr);
	}

	.vx-aside {
		position: static;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	}

	.vx-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.vx-slide {
		min-height: 420px;
	}
}

@media (max-width: 768px) {
	.vx-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.vx-slide {
		min-height: 380px;
	}

	.vx-slide__copy {
		padding: 44px 20px 64px;
	}

	/* On a phone the copy sits over the whole frame, so the veil has to darken
	   bottom-up instead of left-to-right or the art disappears behind it. */
	.vx-slide__veil {
		background:
			linear-gradient(0deg, rgba(7, 9, 18, .97) 34%, rgba(7, 9, 18, .55) 72%, rgba(7, 9, 18, .3)),
			linear-gradient(90deg, rgba(7, 9, 18, .5), rgba(7, 9, 18, .1));
	}

	.vx-hero__nav {
		display: none;
	}

	.vx-item {
		grid-template-columns: 46px minmax(0, 1fr);
		grid-template-areas:
			'rank art'
			'txt txt'
			'side side';
		gap: 12px 14px;
	}

	.vx-item__rank { grid-area: rank; }
	.vx-item__art { grid-area: art; }
	.vx-item__txt { grid-area: txt; }

	.vx-item__side {
		grid-area: side;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.vx-item__art img {
		width: 64px;
		height: 64px;
	}

	.vx-info {
		grid-template-columns: minmax(0, 1fr);
	}

	.vx-dock {
		display: flex;
	}

	.vx-up {
		bottom: 84px;
	}

	body {
		padding-bottom: 68px;
	}

	.vx-wrap,
	.vx-body__in,
	.vx-bar__in {
		padding-inline: 18px;
	}
}

@media (max-width: 480px) {
	.vx-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vx-bar__in {
		padding: 10px 14px;
	}

	.vx-auth .vx-btn {
		padding: 8px 11px;
		font-size: 11.5px;
	}

	/* vx_logo() stamps --vx-logo-h inline on each element, so the phone sizes
	   have to hit the properties themselves rather than redefine the token. */
	.vx-bar .vx-logo {
		gap: 7px;
		min-width: 0;
	}

	.vx-bar .vx-logo img {
		height: 30px;
		width: 30px;
	}

	.vx-bar .vx-logo__word {
		font-size: 17px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.vx-slide {
		min-height: 340px;
	}

	.vx-sec__all {
		padding: 7px 12px;
		font-size: 11px;
		letter-spacing: .06em;
	}

	.vx-foot__main {
		padding: 32px 18px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vx-tick__track,
	.vx-foot__line,
	.vx-live {
		animation: none;
	}

	.vx-hero__track {
		transition: none;
	}

	html {
		scroll-behavior: auto;
	}
}
