:root {
	--bg: #10111c;
	--bg2: #151727;
	--surface: #1b1d31;
	--surface2: #242642;
	--line: rgba(255, 255, 255, 0.08);
	--text: #fff;
	--muted: rgba(255, 255, 255, 0.72);
	--soft: rgba(255, 255, 255, 0.52);
	--brand: #c4ff00;
	--violet: #bd92f8;
	--violet2: #7f42e6;
	--radius: 22px;
	--shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background:
		radial-gradient(
			circle at 15% 0%,
			rgba(125, 66, 230, 0.23),
			transparent 34%
		),
		linear-gradient(180deg, #11121f 0%, #0d0e18 100%);
	color: var(--text);
	font-family: 'IBM Plex Sans', Inter, Arial, sans-serif;
	min-height: 100vh;
	overflow-x: hidden;
}
.page {
	display: grid;
	grid-template-columns: 244px minmax(0, 1fr);
	min-height: 100vh;
}
.sidebar {
	position: sticky;
	top: 0;
	height: 100vh;
	background: #141520;
	border-right: 1px solid var(--line);
	padding: 24px 18px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	z-index: 20;
}
.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 54px;
}
.brand img {
	max-width: 122px;
	max-height: 48px;
	object-fit: contain;
}
.side-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.nav-link {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 14px;
	border-radius: 16px;
	color: var(--muted);
	text-decoration: none;
	font-weight: 700;
	transition: 0.18s;
	background: transparent;
	border: 0;
	cursor: pointer;
	text-align: left;
	font-size: 15px;
}
.nav-link:hover,
.nav-link.active {
	background: linear-gradient(
		135deg,
		rgba(189, 146, 248, 0.16),
		rgba(196, 255, 0, 0.12)
	);
	color: #fff;
}
.nav-link .ico {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	color: var(--violet);
	font-size: 20px;
}
.login-box {
	margin-top: auto;
	display: grid;
	gap: 10px;
}
.btn {
	border: 0;
	border-radius: 16px;
	padding: 13px 18px;
	font-weight: 900;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	transition: 0.18s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.btn-primary {
	background: var(--brand);
	color: #10111c;
	box-shadow: 0 8px 24px rgba(196, 255, 0, 0.18);
}
.btn-primary:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}
.btn-ghost {
	background: #22243a;
	color: #fff;
}
.btn-ghost:hover {
	background: #2b2d48;
}
.content {
	min-width: 0;
	padding: 22px 30px 110px;
}
.topbar {
	position: sticky;
	top: 0;
	z-index: 15;
	margin: -22px -30px 24px;
	padding: 14px 30px;
	background: linear-gradient(180deg, #10111a 0%, #0e0f15 100%);

	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.topbar .mobile-brand {
	display: none;
}
.top-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}
.search {
	min-width: 280px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--line);
	background: #191b2c;
	border-radius: 16px;
	padding: 11px 14px;
	color: var(--soft);
}
.search input {
	width: 100%;
	background: none;
	border: 0;
	outline: 0;
	color: #fff;
	font: inherit;
}
.hero {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	background: #1c1f33;
	box-shadow: var(--shadow);
	min-height: 320px;
}
.hero-track {
	display: flex;
	transition: transform 0.45s ease;
}
.hero-slide {
	min-width: 100%;
	position: relative;
	min-height: 320px;
	display: grid;
	grid-template-columns: minmax(280px, 44%) minmax(0, 1fr);
	align-items: center;
	isolation: isolate;
}
.hero-slide:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(16, 17, 28, 0.95) 0%,
		rgba(16, 17, 28, 0.7) 38%,
		rgba(16, 17, 28, 0.15) 74%
	);
	z-index: -1;
}
.hero-media {
	position: absolute;
	inset: 0;
	z-index: -2;
}
.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-copy {
	padding: 38px;
	max-width: 540px;
}
.label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--brand);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	background: rgba(196, 255, 0, 0.1);
	border: 1px solid rgba(196, 255, 0, 0.16);
	border-radius: 999px;
	padding: 7px 10px;
}
.hero h1,
.hero-title {
	margin: 18px 0 10px;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 0.94;
	letter-spacing: -0.04em;
}
.hero p {
	margin: 0 0 22px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.45;
}
.hero-dots {
	position: absolute;
	left: 34px;
	bottom: 20px;
	display: flex;
	gap: 8px;
}
.dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	cursor: pointer;
}
.dot.active {
	width: 28px;
	border-radius: 9px;
	background: var(--brand);
}
.quick {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 26px;
}
.quick-card {
	background: linear-gradient(180deg, #20223a, #181a2b);
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 900;
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 72px;
}
.quick-card:hover {
	border-color: rgba(196, 255, 0, 0.32);
	transform: translateY(-1px);
}
.quick-card img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.section {
	margin: 30px 0;
}
.section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.section-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -0.02em;
}
.section-title img {
	width: 28px;
	height: 28px;
}
.muted {
	color: var(--soft);
}
.chips {
	display: flex;
	gap: 8px;
	overflow: auto;
	padding: 2px 0 12px;
	scrollbar-width: none;
}
.chip {
	border: 1px solid var(--line);
	background: #1a1c2e;
	color: var(--muted);
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 800;
	white-space: nowrap;
	cursor: pointer;
}
.chip.active,
.chip:hover {
	background: var(--brand);
	color: #11121f;
}
.games-row,
.promo-grid,
.sports-grid,
.win-grid {
	display: grid;
	gap: 14px;
}
.games-row {
	grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
}
.game-card {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #1d1f34;
	border: 1px solid var(--line);
	min-height: 190px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
	cursor: pointer;
}
.game-card:hover {
	transform: translateY(-2px);
	border-color: rgba(189, 146, 248, 0.38);
}
.game-card img {
	width: 100%;
	aspect-ratio: 1/1.1;
	object-fit: cover;
	display: block;
	background: #242641;
}
.game-card .g-info {
	padding: 10px 11px 12px;
}
.game-card strong {
	display: block;
	font-size: 14px;
	line-height: 1.18;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.game-card span {
	display: block;
	margin-top: 4px;
	color: var(--soft);
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.play-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	border-radius: 14px;
	background: rgba(196, 255, 0, 0.95);
	color: #111;
	display: grid;
	place-items: center;
	font-weight: 950;
	opacity: 0;
	transform: scale(0.86);
	transition: 0.18s;
}
.game-card:hover .play-badge {
	opacity: 1;
	transform: scale(1);
}
.promo-grid {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.promo-card {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #1d1f34;
	min-height: 180px;
	isolation: isolate;
	border: 1px solid var(--line);
}
.promo-card:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(15, 16, 27, 0.9),
		rgba(15, 16, 27, 0.48),
		rgba(15, 16, 27, 0.08)
	);
	z-index: -1;
}
.promo-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}
.promo-text {
	padding: 22px;
	max-width: 75%;
}
.promo-text h3 {
	margin: 10px 0 8px;
	font-size: 24px;
	line-height: 1.05;
}
.promo-text p {
	margin: 0;
	color: var(--muted);
}
.sports-grid {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.sport-card,
.win-card {
	background: #1b1d31;
	border: 1px solid var(--line);
	border-radius: 20px;
	padding: 16px;
}
.sport-card strong {
	display: block;
	min-height: 40px;
}
.odds {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}
.odd {
	flex: 1;
	background: #252842;
	border-radius: 12px;
	padding: 10px;
	text-align: center;
	font-weight: 900;
	color: var(--brand);
}
.win-grid {
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.win-card {
	display: flex;
	align-items: center;
	gap: 12px;
}
.win-card img {
	width: 54px;
	height: 54px;
	border-radius: 14px;
	object-fit: cover;
	background: #292b45;
}
.win-card strong {
	display: block;
}
.win-card span {
	color: var(--brand);
	font-weight: 900;
}
.signup {
	position: relative;
	margin: 30px 0;
	border-radius: 24px;
	overflow: hidden;
	min-height: 140px;
	background: linear-gradient(135deg, #272948, #181a2c);
	border: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px;
}
.signup img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.44;
}
.signup > * {
	position: relative;
}
.signup h2 {
	margin: 0 0 6px;
	font-size: 30px;
}
.footer {
	margin-top: 44px;
	padding: 26px 0;
	color: var(--soft);
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}
.footer img {
	max-width: 130px;
	max-height: 50px;
	opacity: 0.85;
}
.modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
	z-index: 60;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}
.modal.open {
	display: flex;
}
.modal-card {
	width: min(420px, 100%);
	background: #1a1c2e;
	border: 1px solid var(--line);
	border-radius: 26px;
	padding: 24px;
	box-shadow: var(--shadow);
}
.modal-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}
.modal h2 {
	margin: 0;
}
.close {
	background: #292b45;
	border: 0;
	color: #fff;
	border-radius: 12px;
	width: 36px;
	height: 36px;
	font-size: 22px;
	cursor: pointer;
}
.field {
	display: grid;
	gap: 6px;
	margin: 12px 0;
}
.field label {
	font-size: 13px;
	color: var(--muted);
	font-weight: 700;
}
.field input {
	background: #10111c;
	border: 1px solid var(--line);
	border-radius: 14px;
	color: #fff;
	padding: 13px 14px;
	outline: 0;
}
.bottom-nav {
	display: none;
}
.bottom-nav a {
	text-decoration: none !important;
}
.mobile-menu {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
	z-index: 50;
}
.mobile-menu.open {
	display: block;
}
.mobile-panel {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 92px;
	background: #171928;
	border: 1px solid var(--line);
	border-radius: 24px;
	padding: 14px;
	box-shadow: var(--shadow);
}
@media (max-width: 1100px) {
	.page {
		grid-template-columns: 96px 1fr;
	}
	.sidebar {
		padding: 20px 12px;
	}
	.brand img {
		max-width: 56px;
	}
	.nav-link {
		justify-content: center;
		padding: 14px 10px;
	}
	.nav-link span:not(.ico),
	.login-box {
		display: none;
	}
	.quick {
		grid-template-columns: repeat(3, 1fr);
	}
	.content {
		padding-left: 24px;
		padding-right: 24px;
	}
	.topbar {
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.search {
		min-width: 210px;
	}
	.hero-slide {
		grid-template-columns: 1fr;
	}
	.hero-copy {
		max-width: 560px;
	}
}
@media (max-width: 720px) {
	body {
		background: #10111c;
	}
	.page {
		display: block;
	}
	.sidebar {
		display: none;
	}
	.content {
		padding: 12px 12px 100px;
	}
	.topbar {
		margin: -12px -12px 12px;
		padding: 12px;
		position: sticky;
	}
	.topbar .mobile-brand {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.topbar .mobile-brand img {
		width: 42px;
		height: 42px;
		object-fit: contain;
	}
	.search {
		display: none;
	}
	.top-actions .btn-ghost {
		display: none;
	}
	.top-actions .btn {
		padding: 12px 14px;
		border-radius: 14px;
	}
	.hero {
		border-radius: 20px;
		min-height: 315px;
	}
	.hero-slide {
		min-height: 315px;
	}
	.hero-slide:before {
		background: linear-gradient(
			180deg,
			rgba(16, 17, 28, 0.22),
			rgba(16, 17, 28, 0.92) 70%
		);
	}
	.hero-copy {
		padding: 170px 18px 58px;
	}
	.hero h1,
	.hero-title {
		font-size: 34px;
	}
	.hero p {
		font-size: 15px;
	}
	.hero-dots {
		left: 18px;
		bottom: 18px;
	}
	.quick {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.quick-card {
		min-height: 60px;
		padding: 12px;
		border-radius: 16px;
	}
	.section {
		margin: 24px 0;
	}
	.section-head {
		margin-bottom: 12px;
	}
	.section-title {
		font-size: 22px;
	}
	.games-row {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 8px;
		margin-right: -12px;
		scrollbar-width: none;
	}
	.game-card {
		min-width: 154px;
		scroll-snap-align: start;
	}
	.promo-grid {
		display: flex;
		overflow-x: auto;
		margin-right: -12px;
		padding-bottom: 8px;
		scrollbar-width: none;
	}
	.promo-card {
		min-width: 304px;
	}
	.promo-text {
		max-width: 82%;
		padding: 18px;
	}
	.promo-text h3 {
		font-size: 21px;
	}
	.sports-grid,
	.win-grid {
		grid-template-columns: 1fr;
	}
	.signup {
		padding: 22px;
		min-height: 160px;
		align-items: flex-end;
	}
	.signup h2 {
		font-size: 25px;
	}
	.footer {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.bottom-nav {
		position: fixed;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		left: 8px;
		right: 8px;
		bottom: 8px;
		background: #171925;
		border: 1px solid var(--line);
		border-radius: 16px;
		box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
		z-index: 45;
		padding: 7px 4px;
	}
	.bottom-nav button,
	.bottom-nav a {
		border: 0;
		background: transparent;
		color: #fff;
		text-decoration: none;
		display: grid;
		place-items: center;
		gap: 3px;
		font-weight: 800;
		font-size: 11px;
	}
	.bottom-nav b {
		font-size: 21px;
		color: var(--violet);
	}
	.bottom-nav .active b {
		color: var(--brand);
	}
	.modal-card {
		border-radius: 22px;
	}
}

/* === Original-like visual pass 2026-06-03 === */
:root {
	--bg: #0e0f15;
	--bg2: #0e0f15;
	--surface: #20212c;
	--surface2: #20212c;
	--line: #20212c;
	--text: #ffffff;
	--muted: rgba(255, 255, 255, 0.8);
	--soft: rgba(255, 255, 255, 0.56);
	--brand: #c6f800;
	--violet: #bd92f8;
	--violet2: #7f00ff;
	--radius: 8px;
	--shadow: none;
}
html,
body {
	background: #0e0f15;
	color: #fff;
	font-family: 'IBM Plex Sans', Inter, Arial, sans-serif;
	font-weight: 700;
}
body {
	background: #0e0f15;
}
.page {
	grid-template-columns: 244px minmax(0, 1fr);
	background: #0e0f15;
}
.sidebar {
	background: #20212c;
	border-right: 1px solid #292a39;
	padding: 20px 12px 16px;
	gap: 0;
	z-index: 30;
}
.brand {
	height: 64px;
	min-height: 64px;
	align-items: flex-start;
	position: relative;
}
.brand img {
	width: 118px;
	max-width: 118px;
	max-height: 44px;
	object-fit: contain;
}
.collapse-btn {
	position: absolute;
	top: 24px;
	right: -20px;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #3a3b50;
	background: #20212c;
	color: #fff;
	font-size: 34px;
	line-height: 36px;
	z-index: 40;
	cursor: pointer;
}
.sidebar-auth {
	display: grid;
	gap: 12px;
	margin: 16px 0 20px;
}
.btn {
	height: 44px;
	border-radius: 8px;
	padding: 0 16px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	letter-spacing: 0.01em;
}
.btn-primary {
	background: linear-gradient(180deg, #e4ff6a 0%, #c6f800 100%);
	color: #0e0f15;
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, 0.75);
}
.btn-outline {
	background: transparent;
	color: #bd92f8;
	border: 1px solid #bd92f8;
	box-shadow: none;
}
.btn-ghost {
	background: #20212c;
	border: 1px solid #3a3b50;
	color: #fff;
}
.btn-status {
	background: linear-gradient(
		90deg,
		rgba(127, 0, 255, 0.25) 0%,
		rgba(225, 0, 255, 0.18) 100%
	);
	border: 1px solid #bd92f8a6;
	color: #bd92f8;
	min-width: 194px;
	text-transform: none;
}
.side-nav {
	gap: 0;
	margin: 0 -12px;
	border-top: 1px solid #292a39;
}
.nav-link {
	height: 49px;
	border-radius: 0;
	border-bottom: 1px solid #292a39;
	padding: 0 14px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	background: transparent;
}
.nav-link:hover,
.nav-link.active {
	background: #20212c;
	color: #bd92f8;
}
.nav-link .ico {
	width: 24px;
	height: 24px;
	color: #bd92f8;
	font-size: 22px;
	line-height: 1;
}
.nav-link b {
	margin-left: auto;
	color: #bd92f8;
	font-size: 18px;
}
.sidebar-bottom {
	margin-top: auto;
	display: grid;
	gap: 38px;
	padding-top: 18px;
}
.support-btn,
.lang-btn {
	height: 44px;
	border-radius: 8px;
	border: 1px solid #3a3b50;
	background: #20212c;
	color: #fff;
	font: inherit;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 14px;
	cursor: pointer;
}
.lang-btn {
	justify-content: flex-start;
	text-transform: none;
	color: #fff;
}
.lang-btn b {
	margin-left: auto;
	color: #bd92f8;
}
.content {
	padding: 0 24px 70px;
	background: #0e0f15;
}
.topbar {
	height: 80px;
	margin: 0 -24px 4px;
	padding: 0 24px;
	background: linear-gradient(180deg, #10111a 0%, #0e0f15 100%);
	border-bottom: 1px solid #292a39;
	backdrop-filter: none;
	position: sticky;
	top: 0;
}
.top-spacer {
	flex: 1;
}
.top-actions {
	gap: 12px;
}
.top-actions .btn-outline {
	color: #fff;
	border-color: #bd92f8;
	min-width: 68px;
}
.top-actions .btn-primary {
	min-width: 126px;
}
.hero {
	margin-top: 0;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	min-height: 322px;
	overflow: hidden;
}
.hero-track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 0;
	transition: none;
	scrollbar-width: none;
}
.hero-track::-webkit-scrollbar,
.games-row::-webkit-scrollbar,
.win-grid::-webkit-scrollbar,
.quick::-webkit-scrollbar {
	display: none;
}
.hero-slide {
	flex: 0 0 min(614px, 60vw);
	min-width: 0;
	min-height: 322px;
	height: 322px;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	scroll-snap-align: start;
	background: #20212c;
}
.hero-slide:before {
	z-index: 0;
	background: linear-gradient(
		90deg,
		rgba(75, 0, 120, 0.76) 0%,
		rgba(48, 0, 85, 0.48) 52%,
		rgba(14, 15, 24, 0.08) 100%
	);
}
.hero-media {
	z-index: 0;
}
.hero-media img {
	object-fit: cover;
	object-position: center;
}
.hero-copy {
	position: relative;
	z-index: 1;
	padding: 22px 20px;
	max-width: 440px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.label {
	height: 24px;
	border-radius: 100px;
	padding: 0 10px;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}
.hero h1,
.hero-title {
	margin: 20px 0 18px;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -0.03em;
	max-width: 390px;
}
.hero p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 70px;
	max-width: 380px;
}
.hero .btn {
	min-width: 102px;
	padding: 0 14px;
}
.hero-dots {
	position: absolute;
	left: 314px;
	bottom: 0;
	height: 8px;
	gap: 8px;
	z-index: 4;
}
.dot {
	width: 48px;
	height: 6px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.28);
}
.dot.active {
	width: 100px;
	background: #bd92f8;
}
.main-search {
	margin: 32px 0 12px;
}
.main-search .search {
	display: flex;
	width: 100%;
	height: 44px;
	background: #20212c;
	border: 1px solid #3a3b50;
	border-radius: 8px;
	justify-content: center;
	padding: 0 14px;
	font-size: 20px;
	color: #bd92f8;
}
.main-search .search input {
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}
.main-search .search input::placeholder {
	color: #fff;
	opacity: 1;
}
.quick {
	display: flex;
	gap: 8px;
	margin: 0 0 52px;
	overflow-x: auto;
	padding: 0;
}
.quick-card {
	flex: 0 0 auto;
	height: 44px;
	min-height: 44px;
	background: #20212c;
	border: 1px solid #3a3b50;
	border-radius: 8px;
	padding: 0 12px;
	color: #bd92f8;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 800;
}
.quick-card img {
	width: 24px;
	height: 24px;
	filter: none;
}
.section {
	margin: 0 0 40px;
}
#games {
	display: none;
}
.section-head {
	height: 44px;
	margin-bottom: 16px;
	align-items: center;
}
.section-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 0;
}
.section-title span:first-child {
	color: #bd92f8;
}
.section-title img {
	width: 24px;
	height: 24px;
}
.section-arrows {
	margin-left: auto;
	display: flex;
	gap: 8px;
}
.section-arrows button {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #3a3b50;
	background: #20212c;
	color: rgba(255, 255, 255, 0.8);
	font-size: 28px;
	line-height: 36px;
	cursor: pointer;
}
.win-grid {
	display: flex;
	gap: 16px;
	overflow: hidden;
}
.win-card {
	flex: 0 0 180px;
	height: 84px;
	border-radius: 8px;
	background: #20212c;
	border: 1px solid #3a3b50;
	padding: 4px 8px 4px 4px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.win-card:first-child {
	border-color: #ffc736;
}
.win-card img {
	width: 68px;
	height: 68px;
	border-radius: 6px;
	object-fit: cover;
}
.win-card strong {
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	max-width: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.win-card span {
	font-size: 14px;
	line-height: 20px;
	color: #ffc736;
	white-space: nowrap;
}
.games-row {
	display: flex;
	gap: 16px;
	overflow: hidden;
	padding-bottom: 0;
}
.game-card {
	flex: 0 0 180px;
	width: 180px;
	min-height: 210px;
	height: 210px;
	border-radius: 8px;
	background: #20212c;
	border: 0;
	box-shadow: none;
}
.game-card img {
	height: 100%;
	width: 100%;
	aspect-ratio: auto;
	border-radius: 8px;
	object-fit: cover;
}
.game-card .g-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 34px 10px 10px;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
}
.game-card strong {
	font-size: 14px;
	line-height: 18px;
	text-shadow: 0 1px 2px #000;
}
.game-card span {
	font-size: 11px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.75);
}
.play-badge {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%) scale(0.86);
}
.game-card:hover .play-badge {
	transform: translate(-50%, -50%) scale(1);
}
.promo-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.promo-card {
	border-radius: 8px;
	border: 1px solid #3a3b50;
	background: #20212c;
	min-height: 180px;
}
.promo-text h3 {
	font-size: 20px;
	line-height: 24px;
}
.signup {
	border-radius: 8px;
	border-color: #3a3b50;
	background: #20212c;
}
.sports-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.sport-card {
	border-radius: 8px;
	background: #20212c;
	border: 1px solid #3a3b50;
}
.footer {
	border-top: 1px solid #292a39;
	color: rgba(255, 255, 255, 0.56);
}
.modal-card {
	border-radius: 8px;
	background: #20212c;
	border: 1px solid #3a3b50;
}
@media (min-width: 1500px) {
	.hero-slide {
		flex-basis: 700px;
	}
	.content {
		padding-left: 32px;
		padding-right: 32px;
	}
	.topbar {
		margin-left: -32px;
		margin-right: -32px;
		padding-left: 32px;
		padding-right: 32px;
	}
}
@media (max-width: 1100px) {
	.page {
		grid-template-columns: 88px minmax(0, 1fr);
	}
	.sidebar {
		padding-left: 8px;
		padding-right: 8px;
	}
	.brand {
		justify-content: center;
	}
	.brand img {
		width: 58px;
		max-width: 58px;
	}
	.collapse-btn,
	.sidebar-auth,
	.sidebar-bottom {
		display: none;
	}
	.side-nav {
		margin: 12px -8px 0;
	}
	.nav-link {
		justify-content: center;
		padding: 0;
	}
	.nav-link span:not(.ico),
	.nav-link b {
		display: none;
	}
	.hero-slide {
		flex-basis: min(614px, 78vw);
	}
	.quick {
		margin-bottom: 36px;
	}
}
@media (max-width: 720px) {
	.page {
		display: block;
	}
	.content {
		padding: 0 12px 94px;
	}
	.topbar {
		height: 64px;
		margin: 0 -12px 12px;
		padding: 0 12px;
	}
	.topbar .mobile-brand {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.topbar .mobile-brand img {
		width: 42px;
		height: 42px;
		object-fit: contain;
	}
	.btn-status {
		display: none;
	}
	.top-actions .btn-outline {
		display: none;
	}
	.top-actions .btn-primary {
		min-width: 120px;
		height: 40px;
		font-size: 12px;
	}
	.hero {
		min-height: 256px;
		overflow: visible;
	}
	.hero-track {
		gap: 10px;
		overflow-x: auto;
	}
	.hero-slide {
		flex: 0 0 88vw;
		height: 256px;
		min-height: 256px;
		border-radius: 8px;
	}
	.hero-slide:before {
		background: linear-gradient(
			180deg,
			rgba(19, 20, 30, 0.18),
			rgba(19, 20, 30, 0.88) 78%
		);
	}
	.hero-copy {
		justify-content: flex-end;
		padding: 16px 16px 18px;
	}
	.hero h1,
	.hero-title {
		font-size: 24px;
		line-height: 28px;
		margin: 10px 0 8px;
		max-width: 280px;
	}
	.hero p {
		font-size: 12px;
		line-height: 16px;
		margin: 0 0 12px;
		max-width: 260px;
	}
	.hero .btn {
		height: 38px;
		font-size: 12px;
	}
	.hero-dots {
		display: none;
	}
	.main-search {
		margin: 16px 0 12px;
	}
	.quick {
		gap: 8px;
		margin-bottom: 28px;
	}
	.quick-card {
		height: 40px;
		font-size: 12px;
	}
	.section {
		margin-bottom: 30px;
	}
	.section-head {
		height: 40px;
		margin-bottom: 12px;
	}
	.section-title {
		font-size: 18px;
		line-height: 24px;
	}
	.section-arrows {
		display: none;
	}
	.win-grid,
	.games-row,
	.promo-grid {
		display: flex;
		overflow-x: auto;
		gap: 10px;
		margin-right: -12px;
	}
	.game-card {
		flex-basis: 154px;
		width: 154px;
		height: 179px;
		min-height: 179px;
	}
	.win-card {
		flex-basis: 176px;
	}
	.promo-card {
		flex: 0 0 304px;
	}
	.sports-grid {
		grid-template-columns: 1fr;
	}
}

/* fix: top banner must never slide into an empty area */
.hero-track {
	transform: none;
}
.hero-slide {
	position: relative;
}
.hero-slide.img-missing,
.promo-card.img-missing,
.game-card.img-missing,
.win-card.img-missing {
	background: linear-gradient(135deg, #25153f, #0e0f15 55%, #2b0849);
}
.hero-media img {
	display: block;
}

/* original-like footer/payment/providers panel */
.footer-panel {
	margin-top: 42px;
	border-top: 1px solid #292a39;
	padding: 0 0 56px;
	color: #fff;
	position: relative;
	overflow: hidden;
	min-height: 440px;
}
.footer-top {
	display: grid;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	gap: 34px 54px;
	padding: 30px 0 42px;
}
.footer-col h4 {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.26);
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
}
.footer-col a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}
.footer-col a:hover {
	color: #bd92f8;
}
.socials {
	display: flex;
	align-items: center;
	gap: 10px;
}
.social-button {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid #3a3b50;
	background: #20212c;
	display: grid !important;
	place-items: center;
	margin: 0 !important;
}
.social-button img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}
.footer-carousel-block {
	margin-bottom: 36px;
}
.footer-row-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 14px;
}
.footer-row-title h3 {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 900;
	color: #fff;
}
.footer-arrows {
	display: flex;
	gap: 8px;
	margin-left: auto;
}
.footer-arrows button {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #3a3b50;
	background: #0e0f15;
	color: rgba(255, 255, 255, 0.8);
	font-size: 28px;
	line-height: 34px;
	display: grid;
	place-items: center;
	cursor: pointer;
}
.footer-arrows button:hover {
	border-color: #bd92f8;
	color: #bd92f8;
}
.footer-logo-strip {
	height: 62px;
	border-radius: 8px;
	background: #20212c;
	display: grid;
	grid-template-columns: repeat(8, minmax(96px, 1fr));
	align-items: center;
	gap: 10px;
	padding: 0 18px;
	overflow: hidden;
}
.footer-logo-card {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.86;
	filter: grayscale(1);
	transition: 0.18s;
}
.footer-logo-card:hover {
	opacity: 1;
	filter: none;
}
.footer-logo-card img {
	max-width: 126px;
	width: 100%;
	max-height: 60px;
	object-fit: contain;
}
.responsible-row {
	border-top: 1px solid #292a39;
	border-bottom: 1px solid #292a39;
	margin: 40px 0 0;
	padding: 30px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.responsible-row a {
	color: #bd92f8;
	text-decoration: none;
}
.age-badge {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #ff4949;
	color: #ff4949;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 900;
	flex: 0 0 auto;
}
.footer-big-brand {
	height: 230px;
	position: relative;
	margin-top: 44px;
	z-index: 1;
}
.footer-big-brand img {
	position: absolute;
	left: -28px;
	right: -28px;
	bottom: -62px;
	width: calc(100% + 56px);
	max-width: none;
	height: auto;
	opacity: 0.96;
}
@media (max-width: 1100px) {
	.footer-top {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
	}
	.footer-logo-strip {
		grid-template-columns: repeat(4, minmax(110px, 1fr));
		height: auto;
		padding: 8px 14px;
	}
	.footer-logo-card {
		height: 54px;
	}
	.footer-big-brand {
		height: 150px;
	}
	.footer-big-brand img {
		bottom: -38px;
	}
}
@media (max-width: 720px) {
	.footer-panel {
		margin-top: 28px;
		padding-bottom: 30px;
		min-height: 0;
	}
	.footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 22px 18px;
		padding: 22px 0 28px;
	}
	.footer-col h4 {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.footer-col a {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.footer-row-title h3 {
		font-size: 15px;
	}
	.footer-arrows {
		display: none;
	}
	.footer-logo-strip {
		display: flex;
		overflow-x: auto;
		gap: 8px;
		padding: 0 10px;
		height: 58px;
		margin-right: -12px;
		scrollbar-width: none;
	}
	.footer-logo-strip::-webkit-scrollbar {
		display: none;
	}
	.footer-logo-card {
		flex: 0 0 112px;
		height: 56px;
	}
	.responsible-row {
		margin-top: 26px;
		padding: 20px 0;
		align-items: flex-start;
	}
	.footer-big-brand {
		height: 86px;
		margin-top: 26px;
	}
	.footer-big-brand img {
		left: -8px;
		width: calc(100% + 16px);
		bottom: -18px;
	}
}

/* Engine integration: content/article/FAQ from index.php variables */
.seo-section {
	background: #20212c;
	border: 1px solid #3a3b50;
	border-radius: 8px;
	padding: 24px;
	margin: 42px 0;
	color: #fff;
}
.seo-section h2,
.seo-section h3 {
	color: #fff;
	margin: 22px 0 12px;
	line-height: 1.2;
}
.seo-section p,
.seo-section li,
.seo-section td,
.seo-section th {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.65;
}
.seo-lead {
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
	margin: 0 0 14px;
}
.seo-section .table {
	border: 1px solid #3a3b50;
	margin: 18px auto;
	border-radius: 8px;
}
.seo-section table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #3a3b50;
	border-radius: 8px;
	overflow: hidden;
	display: table;
}
.seo-section th,
.seo-section td {
	border: 1px solid #3a3b50;
	padding: 12px;
	text-align: left;
	vertical-align: top;
}
.seo-section th {
	background: #27283a;
	color: #fff;
}
.faq {
	margin-top: 26px;
}
.faq-content {
	display: grid;
	gap: 12px;
}
.faq-item {
	background: #0e0f15;
	border: 1px solid #3a3b50;
	border-radius: 8px;
	padding: 16px;
}
.faq-item-title {
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 8px;
	color: #fff;
}
.faq-item-content-visible {
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.6;
}
@media (max-width: 720px) {
	.seo-section {
		padding: 16px;
		margin: 30px 0;
	}
	.seo-section table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.seo-section p,
	.seo-section li,
	.seo-section td,
	.seo-section th {
		font-size: 14px;
	}
	.faq-item {
		padding: 14px;
	}
}

/* === Performance pass 2026-06-04 === */
.game-card img {
	height: auto;
	contain-intrinsic-size: 154px 180px;
}
.hero-media img {
	display: block;
}
.game-section,
.promo-grid,
.sports-grid,
.seo-section,
.footer-panel {
	content-visibility: auto;
	contain-intrinsic-size: 1px 900px;
}
a:not(.btn):not(.nav-link):not(.quick-card):not(.footer-logo-card):not(
		.social-button
	):not(.brand):not(.mobile-brand) {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hero-media picture {
	display: block;
	width: 100%;
	height: 100%;
}

.pageMenu li a {
	color: white;
	text-decoration: none !important;
}
.pageMenu li a:hover {
	color: #c6f800;
}
