/*! VegasX — Premium sports odds feed */

.vx-odds-feed {
	--odds-cyan: #00e5ff;
	--odds-pink: #ff0080;
	--odds-line: rgba(255, 255, 255, .08);
	position: relative;
	background:
		radial-gradient(ellipse 80% 55% at 12% -10%, rgba(0, 229, 255, .16), transparent 58%),
		radial-gradient(ellipse 72% 52% at 92% 4%, rgba(255, 0, 128, .1), transparent 55%),
		radial-gradient(ellipse 48% 42% at 50% 112%, rgba(0, 229, 255, .08), transparent 62%),
		#050614;
}

/* =========================================================
   Hero
   ========================================================= */
.vx-odds-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 4vw, 36px) 0 clamp(24px, 3.5vw, 36px);
}

.vx-odds-hero__top {
	position: relative;
	z-index: 1;
	margin-bottom: clamp(14px, 2vw, 20px);
}

.vx-odds-hero__top .vx-odds-hero__badge {
	margin: 0;
}

.vx-odds-hero__badge,
.vx-odds-panel__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	padding: 0;
	font-family: var(--vx-font-head);
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #80f4ff;
	background: none;
	box-shadow: none;
}

.vx-odds-hero__pulse,
.vx-odds-panel__pulse {
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--odds-cyan);
	box-shadow: 0 0 0 0 rgba(0, 229, 255, .55);
	animation: vx-odds-pulse 2s ease-out infinite;
}

@keyframes vx-odds-pulse {
	0% { box-shadow: 0 0 0 0 rgba(0, 229, 255, .45); }
	70% { box-shadow: 0 0 0 8px rgba(0, 229, 255, 0); }
	100% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0); }
}

.vx-odds-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.vx-odds-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: .55;
}

.vx-odds-hero__glow--cyan {
	top: -180px;
	left: -80px;
	width: 520px;
	height: 520px;
	background: radial-gradient(circle, rgba(0, 229, 255, .45), transparent 68%);
}

.vx-odds-hero__glow--pink {
	right: -140px;
	bottom: -200px;
	width: 560px;
	height: 560px;
	background: radial-gradient(circle, rgba(255, 0, 128, .32), transparent 68%);
}

.vx-odds-hero__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: radial-gradient(ellipse 90% 70% at 50% 20%, #000 20%, transparent 78%);
}

.vx-odds-hero__pitch {
	position: absolute;
	left: 50%;
	bottom: -120px;
	width: min(920px, 120%);
	height: 280px;
	transform: translateX(-50%);
	border: 1px solid rgba(0, 229, 255, .12);
	border-radius: 50% / 30%;
	box-shadow:
		0 0 60px rgba(0, 229, 255, .08),
		inset 0 0 40px rgba(0, 229, 255, .04);
	opacity: .35;
}

.vx-odds-hero__pitch::before {
	content: "";
	position: absolute;
	inset: 50% 8% auto;
	height: 1px;
	background: rgba(0, 229, 255, .18);
}

.vx-odds-hero__scan {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 229, 255, .04) 50%, transparent 100%);
	background-size: 100% 220%;
	animation: vx-odds-scan 8s linear infinite;
	opacity: .6;
}

@keyframes vx-odds-scan {
	0% { background-position: 0 -220%; }
	100% { background-position: 0 220%; }
}

.vx-odds-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: clamp(28px, 4vw, 56px);
	align-items: center;
}

.vx-odds-hero__title {
	margin: 0 0 12px;
	font-family: var(--vx-font-head);
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.02em;
	color: #fff;
}

.vx-odds-hero__title span {
	background: linear-gradient(100deg, #00e5ff, #7fd7ff 42%, #ff4fa3);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vx-odds-hero__text {
	margin: 12px 0 28px;
	max-width: 620px;
	font-size: clamp(.95rem, 1.6vw, 1.08rem);
	line-height: 1.65;
	color: rgba(233, 236, 255, .62);
}

.vx-odds-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(20px, 3vw, 36px);
	margin: 0;
	padding-top: 24px;
	border-top: 1px solid var(--odds-line);
}

.vx-odds-hero__stat dt {
	font-family: var(--vx-font-head);
	font-size: clamp(1.6rem, 3.2vw, 2.2rem);
	font-weight: 900;
	line-height: 1;
	color: #fff;
}

.vx-odds-hero__stat dd {
	margin: 7px 0 0;
	font-size: .66rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .5);
}

/* Bet slip */
.vx-odds-slip {
	position: relative;
	border-radius: 22px;
	padding: 20px;
	background: linear-gradient(180deg, rgba(20, 26, 52, .96), rgba(10, 13, 32, .98));
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .04) inset,
		0 30px 70px rgba(0, 0, 0, .55),
		0 0 50px rgba(0, 229, 255, .1);
	overflow: hidden;
}

.vx-odds-slip::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, #00e5ff, #7fd7ff 45%, #ff4fa3);
}

.vx-odds-slip__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	margin-bottom: 4px;
	border-bottom: 1px dashed rgba(255, 255, 255, .14);
}

.vx-odds-slip__title {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--vx-font-head);
	font-size: .92rem;
	font-weight: 800;
	color: #fff;
}

.vx-odds-slip__title svg { color: #80f4ff; }

.vx-odds-slip__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 7px;
	border-radius: 999px;
	font-size: .74rem;
	font-weight: 800;
	color: #041018;
	background: linear-gradient(120deg, #00e5ff, #7fd7ff);
}

.vx-odds-slip__list {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

.vx-odds-slip__pick {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 12px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.vx-odds-slip__pick:last-child { border-bottom: 0; }

.vx-odds-slip__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--odds-cyan);
	box-shadow: 0 0 10px rgba(0, 229, 255, .6);
}

.vx-odds-slip__pick-main {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.vx-odds-slip__pick-name {
	font-weight: 700;
	font-size: .9rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vx-odds-slip__pick-meta {
	font-size: .68rem;
	color: rgba(233, 236, 255, .48);
}

.vx-odds-slip__pick-odd {
	font-family: var(--vx-font-head);
	font-weight: 800;
	font-size: 1rem;
	color: #9ef5ff;
}

.vx-odds-slip__foot {
	padding-top: 14px;
	margin-top: 6px;
	border-top: 1px dashed rgba(255, 255, 255, .14);
}

.vx-odds-slip__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .82rem;
	color: rgba(233, 236, 255, .6);
	margin-bottom: 6px;
}

.vx-odds-slip__row strong {
	color: #fff;
	font-family: var(--vx-font-head);
	font-size: .95rem;
}

.vx-odds-slip__row--return strong {
	color: #8ef5c8;
	font-size: 1.15rem;
}

.vx-odds-slip__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	padding: 13px;
	border-radius: 13px;
	font-family: var(--vx-font-head);
	font-weight: 800;
	font-size: .92rem;
	color: #041018;
	background: linear-gradient(120deg, #00e5ff, #7fd7ff);
	box-shadow: 0 10px 26px rgba(0, 229, 255, .28);
	cursor: default;
	text-decoration: none;
}

a.vx-odds-slip__btn,
a.vx-slip__btn {
	cursor: pointer;
	transition: transform var(--vx-transition), box-shadow var(--vx-transition);
}

a.vx-odds-slip__btn:hover,
a.vx-slip__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(0, 229, 255, .36);
	color: #041018;
}

.vx-odds-slip__note,
.vx-slip__note {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: .66rem;
	color: rgba(233, 236, 255, .58);
}

/* Sport rail */
.vx-odds-rail {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: clamp(26px, 3.5vw, 36px);
	padding-top: clamp(20px, 3vw, 28px);
	border-top: 1px solid var(--odds-line);
}

.vx-odds-rail__chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .035);
	font-family: var(--vx-font-head);
	font-size: .76rem;
	font-weight: 700;
	color: rgba(233, 236, 255, .74);
	text-decoration: none;
	transition: color var(--vx-transition), border-color var(--vx-transition), background var(--vx-transition), transform var(--vx-transition), box-shadow var(--vx-transition);
}

.vx-odds-rail__icon {
	font-size: .7rem;
	color: #80f4ff;
}

.vx-odds-rail__chip:hover {
	transform: translateY(-2px);
	color: #fff;
	border-color: rgba(0, 229, 255, .4);
	background: rgba(0, 229, 255, .1);
	box-shadow: 0 0 18px rgba(0, 229, 255, .16);
}

.vx-odds-rail__chip.is-active {
	color: #041018;
	border-color: transparent;
	background: linear-gradient(120deg, #00e5ff, #7fd7ff);
	box-shadow: 0 0 22px rgba(0, 229, 255, .3);
}

.vx-odds-rail__chip.is-active .vx-odds-rail__icon { color: #041018; }

/* =========================================================
   Board layout
   ========================================================= */
.vx-odds-board {
	position: relative;
	padding: clamp(8px, 2vw, 20px) 0 clamp(48px, 7vw, 80px);
}

.vx-odds-board__layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(20px, 3vw, 32px);
	align-items: start;
}

@media (min-width: 1100px) {
	.vx-odds-board__layout {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
		gap: clamp(32px, 4vw, 48px);
	}

	.vx-odds-board__main {
		grid-column: 1;
		grid-row: 1;
	}

	.vx-odds-board__aside {
		grid-column: 2;
		grid-row: 1;
	}
}

.vx-odds-board__main {
	min-width: 0;
}

.vx-odds-board__aside {
	display: grid;
	gap: 16px;
	align-content: start;
	position: sticky;
	top: calc(var(--vx-header-h, 72px) + 16px);
}

.vx-odds-board__aside.vx-side-stack {
	margin-bottom: 0;
}

.vx-odds-panel {
	position: relative;
	overflow: hidden;
	border-radius: calc(var(--vx-radius-lg) + 4px);
	border: 1px solid rgba(255, 255, 255, .12);
	background:
		linear-gradient(165deg, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, .02) 42%, transparent 72%),
		linear-gradient(180deg, rgba(16, 20, 44, .98), rgba(8, 10, 26, .98));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, .05) inset,
		0 28px 64px rgba(0, 0, 0, .5),
		0 0 40px rgba(0, 229, 255, .06);
}

.vx-odds-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 2px;
	background: linear-gradient(90deg, rgba(0, 229, 255, .8), rgba(255, 0, 128, .7), rgba(0, 229, 255, .8));
	opacity: .7;
	z-index: 2;
}

.vx-odds-panel__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 24px;
	padding: clamp(20px, 2.8vw, 28px) clamp(20px, 2.8vw, 28px) clamp(16px, 2vw, 20px);
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.vx-odds-panel__title {
	margin: 0;
	font-family: var(--vx-font-head);
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.02em;
	color: #fff;
}

.vx-odds-panel__sub {
	max-width: 620px;
	margin: 0;
	font-size: clamp(.95rem, 1.6vw, 1.08rem);
	line-height: 1.65;
	color: rgba(233, 236, 255, .62);
}

/* =========================================================
   Main event marquee
   ========================================================= */
.vx-odds-marquee {
	position: relative;
	margin: 0 clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px);
	padding: clamp(22px, 3vw, 32px);
	border-radius: calc(var(--vx-radius-lg) + 2px);
	border: 1px solid rgba(0, 229, 255, .22);
	background:
		radial-gradient(ellipse 80% 90% at 50% -20%, rgba(0, 229, 255, .16), transparent 62%),
		radial-gradient(ellipse 60% 70% at 100% 100%, rgba(255, 0, 128, .1), transparent 60%),
		linear-gradient(180deg, rgba(18, 24, 52, .96), rgba(10, 13, 30, .98));
	box-shadow: 0 0 40px rgba(0, 229, 255, .08);
	overflow: hidden;
	cursor: default;
}

.vx-odds-marquee__fixture {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.vx-odds-marquee__fixture:hover .vx-odds-marquee__name {
	color: #9ef5ff;
}

.vx-odds-marquee__clash {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: clamp(12px, 3vw, 40px);
	margin-bottom: clamp(22px, 3vw, 30px);
}

.vx-odds-marquee__odds {
	position: relative;
}

.vx-odds-marquee__aura {
	position: absolute;
	inset: -40%;
	background: conic-gradient(from 180deg at 50% 50%, transparent, rgba(0, 229, 255, .08), transparent, rgba(255, 0, 128, .06), transparent);
	animation: vx-odds-aura 12s linear infinite;
	pointer-events: none;
}

@keyframes vx-odds-aura {
	to { transform: rotate(360deg); }
}

.vx-odds-marquee__labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.vx-odds-marquee__ribbon {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-family: var(--vx-font-head);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #041018;
	background: linear-gradient(120deg, #00e5ff, #7fd7ff);
	box-shadow: 0 4px 16px rgba(0, 229, 255, .22);
	flex-shrink: 0;
}

.vx-odds-marquee > *:not(.vx-odds-marquee__aura) {
	position: relative;
	z-index: 1;
}

.vx-odds-marquee__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: clamp(18px, 2.5vw, 26px);
}

.vx-odds-marquee__head-meta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	flex-shrink: 0;
}

.vx-odds-marquee__league {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 12px;
	border-radius: 999px;
	font-family: var(--vx-font-head);
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #80f4ff;
	background: rgba(0, 229, 255, .1);
	border: 1px solid rgba(0, 229, 255, .24);
}

.vx-odds-marquee__time {
	font-size: .74rem;
	font-weight: 600;
	color: rgba(233, 236, 255, .55);
}

.vx-odds-marquee__side {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	text-align: center;
}

.vx-odds-marquee__shield {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(72px, 10vw, 96px);
	height: clamp(72px, 10vw, 96px);
	border-radius: 50%;
}

.vx-odds-marquee__ring {
	position: absolute;
	inset: -6px;
	border-radius: 50%;
	border: 2px solid rgba(0, 229, 255, .35);
	box-shadow: 0 0 24px rgba(0, 229, 255, .25);
	animation: vx-odds-ring 3s ease-in-out infinite;
}

.vx-odds-marquee__shield--away .vx-odds-marquee__ring {
	border-color: rgba(255, 0, 128, .35);
	box-shadow: 0 0 24px rgba(255, 0, 128, .2);
	animation-delay: 1.5s;
}

@keyframes vx-odds-ring {
	0%, 100% { transform: scale(1); opacity: .8; }
	50% { transform: scale(1.06); opacity: 1; }
}

.vx-odds-marquee__initials {
	display: none;
}

.vx-odds-marquee__mark {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* =========================================================
   Team crests / logos
   ========================================================= */
.vx-team-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	background: var(--vx-logo-tile-bg, linear-gradient(155deg, #1c2040 0%, #14172e 55%, #0e1124 100%));
	border: 1px solid var(--vx-logo-tile-border, rgba(255, 255, 255, .16));
	box-shadow: var(--vx-logo-tile-shadow, 0 8px 24px rgba(0, 0, 0, .28));
}

.vx-team-mark__img {
	display: block;
	width: 78%;
	height: 78%;
	object-fit: contain;
	border-radius: 0;
}

.vx-team-mark__initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: var(--vx-font-head);
	font-weight: 900;
	color: #eaf9ff;
}

.vx-team-mark--marquee {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.vx-team-mark--row {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	flex-shrink: 0;
}

.vx-odds-row .vx-team-mark--row {
	background: linear-gradient(160deg, rgba(255, 255, 255, .96) 0%, rgba(236, 241, 252, .92) 100%);
	border: 1px solid rgba(255, 255, 255, .22);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .65),
		0 4px 14px rgba(0, 0, 0, .22);
}

.vx-odds-row .vx-team-mark--row.vx-team-mark--home {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .65),
		0 0 0 1px rgba(0, 229, 255, .18),
		0 4px 14px rgba(0, 0, 0, .22);
}

.vx-odds-row .vx-team-mark--row.vx-team-mark--away {
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, .65),
		0 0 0 1px rgba(255, 0, 128, .16),
		0 4px 14px rgba(0, 0, 0, .22);
}

.vx-team-mark--row .vx-team-mark__img {
	width: 72%;
	height: 72%;
}

.vx-team-mark--card {
	width: 46px;
	height: 46px;
	border-radius: 14px;
}

.vx-team-mark--card .vx-team-mark__img {
	width: 74%;
	height: 74%;
}

.vx-team-mark--event {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 auto 8px;
}

.vx-team-mark--event .vx-team-mark__img {
	width: 72%;
	height: 72%;
}

.vx-odds-row__match {
	padding-left: var(--odds-row-pad);
	padding-right: clamp(10px, 1.5vw, 16px);
	margin-right: var(--odds-fixture-gap);
	border-right: 1px solid rgba(255, 255, 255, .07);
	min-width: 0;
	grid-row: 2;
	align-self: center;
}

.vx-odds-row__meta {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	grid-column: 1 / -1;
	grid-row: 1;
	margin-bottom: 0;
	padding:
		0
		var(--odds-row-pad)
		10px
		var(--odds-row-pad);
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.vx-odds-row__league {
	padding: 4px 10px;
	border-radius: 999px;
	font-family: var(--vx-font-head);
	font-size: .56rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #9de8ff;
	background: rgba(0, 229, 255, .08);
	border: 1px solid rgba(0, 229, 255, .22);
}

.vx-odds-row__meta-dot {
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	margin: 0 9px;
	border-radius: 50%;
	background: rgba(233, 236, 255, .28);
}

.vx-odds-row__time {
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .02em;
	color: rgba(233, 236, 255, .52);
	white-space: nowrap;
}

.vx-odds-row__clash {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.vx-odds-row__side {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.vx-odds-row__side--home {
	justify-content: flex-start;
}

.vx-odds-row__side--away {
	justify-content: flex-end;
}

.vx-odds-row__team {
	font-family: var(--vx-font-head);
	font-weight: 800;
	font-size: clamp(.82rem, 1.6vw, .92rem);
	line-height: 1.15;
	color: #fff;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vx-odds-row__side--home .vx-odds-row__team {
	text-align: left;
}

.vx-odds-row__side--away .vx-odds-row__team {
	text-align: right;
}

.vx-odds-row__vs {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: var(--vx-font-head);
	font-size: .54rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .72);
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.vx-odds-row__crest {
	display: none;
}

.vx-odds-marquee__name {
	font-family: var(--vx-font-head);
	font-weight: 800;
	font-size: clamp(1rem, 2.2vw, 1.45rem);
	line-height: 1.15;
	color: #fff;
	max-width: 220px;
}

.vx-odds-marquee__mid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.vx-odds-marquee__vs {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .12em;
	color: rgba(233, 236, 255, .85);
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: 0 0 24px rgba(0, 229, 255, .12);
}

.vx-odds-marquee__live {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #9ef5c8;
	background: rgba(142, 245, 200, .08);
	border: 1px solid rgba(142, 245, 200, .22);
}

.vx-odds-marquee__live-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #8ef5c8;
	box-shadow: 0 0 10px rgba(142, 245, 200, .7);
	animation: vx-odds-pulse 2s ease-out infinite;
}

.vx-odds-marquee__bar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	max-width: 620px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.vx-odds-marquee__bar--duo {
	grid-template-columns: repeat(2, 1fr);
}

.vx-odds-marquee__pick {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 16px 10px 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: transform var(--vx-transition), background var(--vx-transition), border-color var(--vx-transition), box-shadow var(--vx-transition);
}

.vx-odds-marquee__fixture:hover .vx-odds-marquee__pick {
	background: rgba(0, 229, 255, .08);
	border-color: rgba(0, 229, 255, .28);
}

.vx-odds-marquee__fixture:hover .vx-odds-marquee__pick.is-fav {
	border-color: rgba(0, 229, 255, .5);
	box-shadow: 0 0 20px rgba(0, 229, 255, .14);
}

.vx-odds-marquee__pick-label {
	font-size: .64rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .5);
}

.vx-odds-marquee__pick-val {
	font-family: var(--vx-font-head);
	font-size: clamp(1.25rem, 2.4vw, 1.55rem);
	font-weight: 900;
	color: #fff;
}

.vx-odds-marquee__pick-tag {
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
	padding: 2px 8px;
	border-radius: 999px;
	font-size: .52rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #041018;
	background: linear-gradient(120deg, #8ef5c8, #00e5ff);
}

.vx-odds-marquee__pick.is-fav {
	background: linear-gradient(160deg, rgba(0, 229, 255, .16), rgba(0, 229, 255, .03));
	border-color: rgba(0, 229, 255, .5);
}

.vx-odds-marquee__pick.is-fav .vx-odds-marquee__pick-val {
	color: #9ef5ff;
}

.vx-odds-marquee__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(18px, 2.5vw, 24px);
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, .07);
	position: relative;
	z-index: 2;
}

.vx-odds-marquee__note {
	font-size: .74rem;
	color: rgba(233, 236, 255, .5);
}

.vx-odds-marquee__cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--vx-font-head);
	font-size: .82rem;
	font-weight: 800;
	color: var(--odds-cyan);
	text-decoration: none;
	cursor: pointer;
	transition: gap var(--vx-transition), color var(--vx-transition);
}

.vx-odds-marquee__cta:hover {
	gap: 10px;
	color: #9ef5ff;
}

.vx-odds-marquee__cta--static {
	cursor: default;
	opacity: .55;
}

/* =========================================================
   Odds rows
   ========================================================= */
.vx-odds-panel__table {
	--odds-grid-cols: minmax(0, 1.4fr) repeat(3, minmax(72px, 80px)) minmax(92px, 110px);
	--odds-grid-gap: 12px;
	--odds-fixture-gap: clamp(16px, 2.5vw, 28px);
	--odds-row-pad: 14px;
	display: grid;
	grid-template-columns: var(--odds-grid-cols);
	column-gap: var(--odds-grid-gap);
	row-gap: 8px;
	padding: 0 clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px);
}

.vx-odds-panel__cols {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: subgrid;
	padding-bottom: 10px;
	font-family: var(--vx-font-head);
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(233, 236, 255, .38);
}

.vx-odds-panel__cols span:first-child {
	padding-left: var(--odds-row-pad);
}

.vx-odds-panel__cols span:nth-child(n + 2) {
	text-align: center;
}

.vx-odds-panel__cols span:last-child {
	padding-right: var(--odds-row-pad);
}

.vx-odds-row {
	position: relative;
	overflow: visible;
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: auto auto;
	row-gap: 12px;
	column-gap: var(--odds-grid-gap);
	align-items: center;
	padding:
		calc(var(--odds-row-pad) + 4px)
		0
		var(--odds-row-pad);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .08);
	background: rgba(255, 255, 255, .025);
	transition: border-color var(--vx-transition), background var(--vx-transition), box-shadow var(--vx-transition), transform var(--vx-transition);
	cursor: pointer;
}

.vx-odds-row__fixture {
	display: contents;
	color: inherit;
	text-decoration: none;
}

.vx-odds-row::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12%;
	bottom: 12%;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--odds-cyan), var(--odds-pink));
	opacity: 0;
	transition: opacity var(--vx-transition);
}

.vx-odds-row:hover {
	transform: translateX(3px);
	border-color: rgba(0, 229, 255, .24);
	background: rgba(0, 229, 255, .06);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
}

.vx-odds-row:hover::before {
	opacity: 1;
}

.vx-odds-row__prices {
	display: contents;
}

.vx-odds-row__price {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	justify-self: stretch;
	align-self: center;
	grid-row: 2;
	gap: 2px;
	min-height: 54px;
	padding: 8px 6px;
	border-radius: 12px;
	text-decoration: none;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .1);
	transition: transform var(--vx-transition), background var(--vx-transition), border-color var(--vx-transition), box-shadow var(--vx-transition);
}

.vx-odds-row__price-key {
	font-size: .58rem;
	font-weight: 800;
	letter-spacing: .08em;
	color: rgba(233, 236, 255, .45);
}

.vx-odds-row__price-val {
	font-family: var(--vx-font-head);
	font-size: 1.05rem;
	font-weight: 900;
	color: #fff;
}

.vx-odds-row__price-tag {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	padding: 1px 6px;
	border-radius: 999px;
	font-size: .48rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #041018;
	background: linear-gradient(120deg, #8ef5c8, #00e5ff);
}

.vx-odds-row__price:hover {
	transform: translateY(-2px);
	background: rgba(0, 229, 255, .12);
	border-color: rgba(0, 229, 255, .4);
}

.vx-odds-row__price.is-fav {
	background: linear-gradient(160deg, rgba(0, 229, 255, .14), rgba(0, 229, 255, .02));
	border-color: rgba(0, 229, 255, .42);
}

.vx-odds-row__price.is-fav .vx-odds-row__price-val {
	color: #9ef5ff;
}

.vx-odds-row__tail {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	justify-self: stretch;
	align-self: center;
	grid-row: 2;
	gap: 6px;
	padding-right: var(--odds-row-pad);
	position: relative;
	z-index: 1;
}

.vx-odds-row__markets {
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 800;
	color: #00e5ff;
	text-decoration: none;
	transition: color var(--vx-transition);
}

.vx-odds-row__markets:hover {
	color: #9ef5ff;
}

.vx-odds-row__cta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: var(--vx-font-head);
	font-size: .72rem;
	font-weight: 800;
	color: #ff9fd0;
	text-decoration: none;
	transition: gap var(--vx-transition), color var(--vx-transition);
}

.vx-odds-row__cta--static {
	cursor: default;
}

.vx-odds-row__cta:hover {
	gap: 7px;
	color: #fff;
}

.vx-odds-row__prices {
	display: contents;
}

.vx-odds-row__price--na {
	opacity: .35;
	cursor: default;
	pointer-events: none;
}

/* =========================================================
   Sidebar
   ========================================================= */
.vx-odds-filter.vx-side-panel {
	margin-bottom: 0;
	border-color: rgba(0, 229, 255, .12);
	background:
		linear-gradient(165deg, rgba(0, 229, 255, .06) 0%, transparent 55%),
		linear-gradient(180deg, rgba(255, 255, 255, .03), transparent 35%),
		rgba(8, 10, 26, .82);
}

/* League chips — cyan accent on top of news Topics pattern (vx-side-cats) */
.vx-odds-filter .vx-side-cats__link:hover {
	color: #fff;
	border-color: rgba(0, 229, 255, .35);
	background: rgba(0, 229, 255, .08);
}

.vx-odds-filter .vx-side-cats__link.is-active {
	color: #fff;
	border-color: rgba(0, 229, 255, .55);
	background: linear-gradient(135deg, rgba(0, 229, 255, .18), rgba(255, 0, 128, .1));
	box-shadow: 0 0 18px rgba(0, 229, 255, .16);
}

.vx-odds-filter .vx-side-cats__link.is-active .vx-side-cats__count {
	color: #fff;
	background: rgba(0, 229, 255, .28);
}

.vx-odds-filter .vx-side-cats__count {
	font-size: .62rem;
	font-weight: 700;
	color: rgba(233, 236, 255, .45);
	background: rgba(0, 0, 0, .25);
	padding: 1px 5px;
	border-radius: 999px;
	flex-shrink: 0;
}

.vx-odds-filter-empty {
	display: grid;
	place-items: center;
	padding: clamp(28px, 4vw, 40px) clamp(16px, 3vw, 24px);
	margin: clamp(14px, 2vw, 20px);
	border-radius: var(--vx-radius-lg);
	border: 1px dashed rgba(255, 255, 255, .14);
	text-align: center;
	color: rgba(233, 236, 255, .62);
}

.vx-odds-filter-empty[hidden] {
	display: none !important;
}

.vx-odds-row.is-filtered-out,
.vx-odds-marquee.is-filtered-out {
	display: none !important;
}

.vx-odds-aside.vx-side-panel {
	margin-bottom: 0;
}

.vx-odds-aside__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.vx-odds-aside__list li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: start;
}

.vx-odds-aside__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	color: #9ef5ff;
	background: linear-gradient(145deg, rgba(0, 229, 255, .16), rgba(0, 229, 255, .03));
	border: 1px solid rgba(0, 229, 255, .28);
}

.vx-odds-aside__list strong {
	display: block;
	margin-bottom: 4px;
	font-family: var(--vx-font-head);
	font-size: .88rem;
	font-weight: 800;
	color: #fff;
}

.vx-odds-aside__list p {
	margin: 0;
	font-size: .8rem;
	line-height: 1.55;
	color: rgba(233, 236, 255, .58);
}

.vx-odds-aside__note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}

.vx-odds-aside__badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-family: var(--vx-font-head);
	font-weight: 900;
	font-size: .82rem;
	color: #fff;
	background: linear-gradient(135deg, rgba(255, 0, 128, .35), rgba(138, 43, 226, .35));
	border: 1px solid rgba(255, 0, 128, .4);
}

.vx-odds-aside__note p {
	margin: 0;
	font-size: .74rem;
	line-height: 1.55;
	color: rgba(233, 236, 255, .58);
}

/* Empty + pagination */
.vx-odds-empty {
	display: grid;
	gap: 16px;
	justify-items: center;
	padding: clamp(36px, 6vw, 56px) clamp(20px, 4vw, 32px);
	margin: clamp(14px, 2vw, 20px);
	border-radius: var(--vx-radius-lg);
	border: 1px dashed rgba(255, 255, 255, .14);
	text-align: center;
	color: rgba(233, 236, 255, .62);
}

.vx-odds-pagination {
	margin-top: clamp(24px, 3vw, 32px);
}

.vx-odds-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.vx-odds-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(12, 14, 32, .72);
	color: rgba(233, 236, 255, .74);
	font-family: var(--vx-font-head);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
	transition: border-color var(--vx-transition), background var(--vx-transition), color var(--vx-transition);
}

.vx-odds-pagination .page-numbers:hover,
.vx-odds-pagination .page-numbers:focus {
	border-color: rgba(0, 229, 255, .4);
	color: #fff;
}

.vx-odds-pagination .page-numbers.current {
	border-color: transparent;
	color: #041018;
	background: linear-gradient(120deg, #00e5ff, #7fd7ff);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1099px) {
	.vx-odds-board .vx-container {
		max-width: none;
		width: 100%;
	}

	.vx-odds-board__layout {
		display: flex;
		flex-direction: column;
		gap: 16px;
		align-items: stretch;
		width: 100%;
	}

	.vx-odds-board__aside {
		display: contents;
		position: static;
	}

	.vx-odds-board__filter,
	.vx-odds-board__main,
	.vx-odds-board__aside .vx-odds-aside {
		width: 100%;
		max-width: none;
	}

	.vx-odds-board__filter {
		order: -1;
	}

	.vx-odds-board__main {
		order: 0;
	}

	.vx-odds-board__aside .vx-odds-aside {
		order: 1;
	}
}

@media (max-width: 1099px) {
	.vx-odds-hero__inner {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.vx-odds-hero__slip {
		max-width: none;
		width: 100%;
		justify-self: stretch;
	}

	.vx-odds-slip {
		width: 100%;
		box-sizing: border-box;
	}
}

@media (min-width: 641px) and (max-width: 1099px) {
	.vx-odds-slip__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 8px 0 4px;
	}

	.vx-odds-slip__pick {
		padding: 12px;
		border-bottom: 0;
		border: 1px solid rgba(255, 255, 255, .08);
		border-radius: 12px;
		background: rgba(255, 255, 255, .03);
		gap: 10px;
		align-items: start;
	}

	.vx-odds-slip__pick-name {
		font-size: .84rem;
	}

	.vx-odds-slip__pick-meta {
		font-size: .64rem;
	}

	.vx-odds-slip__pick-odd {
		font-size: .92rem;
		align-self: center;
	}
}

@media (max-width: 1099px) {
	.vx-odds-panel__table {
		display: block;
	}

	.vx-odds-panel__cols {
		display: none;
	}

	.vx-odds-row {
		display: grid;
		grid-column: auto;
		grid-template-columns: 1fr;
		grid-template-rows: none;
		row-gap: 10px;
		column-gap: 0;
		padding: var(--odds-row-pad);
	}

	.vx-odds-row__meta {
		grid-column: auto;
		grid-row: auto;
		padding:
			0
			0
			10px;
	}

	.vx-odds-row__match {
		grid-row: auto;
		padding-left: 0;
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	.vx-odds-row__price,
	.vx-odds-row__tail {
		grid-row: auto;
	}

	.vx-odds-row__clash {
		gap: 10px;
	}

	.vx-odds-row .vx-team-mark--row {
		width: 40px;
		height: 40px;
	}

	.vx-odds-row__team {
		font-size: clamp(.84rem, 2vw, .92rem);
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.vx-odds-row__side--home .vx-odds-row__team,
	.vx-odds-row__side--away .vx-odds-row__team {
		text-align: left;
	}

	.vx-odds-row__prices {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.vx-odds-row__price--na {
		display: none;
	}

	.vx-odds-row--duo .vx-odds-row__prices,
	.vx-odds-row__prices--duo,
	.vx-odds-row__prices:has(.vx-odds-row__price--na) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vx-odds-row__tail {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.vx-odds-marquee__clash {
		grid-template-columns: 1fr auto 1fr;
		grid-template-rows: auto;
		gap: 10px 8px;
		align-items: center;
	}

	.vx-odds-marquee__side {
		gap: 10px;
	}

	.vx-odds-marquee__shield {
		width: clamp(58px, 16vw, 72px);
		height: clamp(58px, 16vw, 72px);
	}

	.vx-odds-marquee__name {
		font-size: clamp(.88rem, 3.8vw, 1rem);
		max-width: none;
	}

	.vx-odds-marquee__mid {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: center;
	}

	.vx-odds-marquee__side:first-of-type {
		grid-column: 1;
		grid-row: 1;
	}

	.vx-odds-marquee__side--away {
		grid-column: 3;
		grid-row: 1;
	}

	.vx-odds-marquee__vs {
		width: 44px;
		height: 44px;
		font-size: .62rem;
	}
}

@media (max-width: 640px) {
	.vx-odds-hero__slip {
		max-width: 460px;
		margin-inline: auto;
	}

	.vx-odds-hero__title {
		font-size: clamp(1.45rem, 6.5vw, 1.85rem);
	}

	.vx-odds-hero__text {
		font-size: .9rem;
	}

	.vx-odds-panel__title {
		font-size: clamp(1.45rem, 6.5vw, 1.85rem);
	}

	.vx-odds-panel__sub {
		font-size: .9rem;
	}
}

@media (max-width: 480px) {
	.vx-odds-marquee__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.vx-odds-marquee__head-meta {
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		width: 100%;
	}

	.vx-odds-marquee__time {
		padding-left: 0;
	}

	.vx-odds-marquee__clash {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		grid-template-rows: auto;
		gap: 8px 6px;
		align-items: center;
	}

	.vx-odds-marquee__side {
		gap: 8px;
		min-width: 0;
	}

	.vx-odds-marquee__side:first-of-type {
		grid-column: 1;
		grid-row: 1;
	}

	.vx-odds-marquee__mid {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: center;
		order: unset;
	}

	.vx-odds-marquee__side--away {
		grid-column: 3;
		grid-row: 1;
		order: unset;
	}

	.vx-odds-marquee__shield {
		width: clamp(52px, 14vw, 64px);
		height: clamp(52px, 14vw, 64px);
	}

	.vx-odds-marquee__name {
		font-size: clamp(.78rem, 3.4vw, .92rem);
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.vx-odds-marquee__vs {
		width: 38px;
		height: 38px;
		font-size: .56rem;
	}
}
