/* ==========================================================================
   gama_01_vst — template 53
   Clone of the Gama casino interface, built for Ukraine (uk).
   url() paths stay relative to this file: the dashboard preview rewrites
   src/href in the HTML only, never url() inside CSS.
   ========================================================================== */

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('inter-cyr.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('inter-lat.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--bg: #142330;
	--panel: #0d1c28;
	--panel-2: #0c1924;
	--card: #09131c;
	--side: #0d141e;
	--line: #294766;
	--text: #fff;
	--body: #dbe6f1;
	--muted: #8797a6;
	--accent: #d7ff18;
	--orange: #ff7a00;
	--purple: #7352ff;
	--purple-2: #7654ff;
	--green: #00b339;
	--radius: 15px;
	--side-w: 204px;
	--top-h: 102px;
	color-scheme: dark;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: Inter, Arial, Helvetica, sans-serif;
	font-weight: 600;
	overflow-x: hidden;
}

a { color: inherit; text-decoration: none; cursor: pointer; }
button, a { font: inherit; }
img { border-style: none; }

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

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 26px;
	border: 0;
	border-radius: 20px 4px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	transition: .25s;
}
.btn.neon {
	background: var(--accent);
	color: #07101a;
	box-shadow: 10px 0 22px rgba(136, 255, 0, .18);
}
.btn.neon:hover { background: #e4ff5a; }
.btn.outline {
	background: transparent;
	color: #fff;
	border: 1px solid var(--purple);
}
.btn.outline:hover { background: rgba(115, 82, 255, .18); }
.btn.small { height: 36px; padding: 0 18px; font-size: 13px; }

.badge { position: relative; }
.badge::before {
	content: attr(data-badge);
	position: absolute;
	right: 8px;
	top: -11px;
	background: var(--orange);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 2px 10px;
	border-radius: 7px 7px 2px 2px;
	white-space: nowrap;
}

.hamburger {
	width: 34px;
	height: 34px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: grid;
	place-items: center;
}
.hamburger::before {
	content: '';
	width: 31px;
	height: 30px;
	background: currentColor;
	-webkit-mask: url('../img/ui/burger-expand.svg') center/contain no-repeat;
	mask: url('../img/ui/burger-expand.svg') center/contain no-repeat;
}

/* --- mobile app bar ----------------------------------------------------- */

.app-install { display: none; }

/* --- sidebar ------------------------------------------------------------ */

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: var(--side-w);
	height: 100vh;
	padding: 10px 14px 28px;
	background: var(--side);
	border-right: 4px solid var(--line);
	z-index: 40;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-color: #5c7896 transparent;
	scrollbar-width: thin;
}
.sidebar .hamburger { margin-left: auto; flex: none; }

.side-auth {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin: 6px 0 18px;
}
.side-auth .btn { width: 140px; padding: 0; }

.stable {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 40px;
	padding: 0 8px;
	margin: 0 0 18px;
	border-radius: 20px 4px;
	background: linear-gradient(100deg, var(--accent), var(--purple));
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}
.stable img { width: 15px; height: 15px; filter: brightness(0) invert(1); }

.apps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
	margin: 0 0 16px;
}
.apps a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 38px;
	border-radius: 6px;
	background: #131e2a;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.apps img { width: 16px; height: 16px; object-fit: contain; }

.socials {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 0 0 16px;
}
.socials img { width: 32px; height: 32px; border-radius: 7px; object-fit: contain; }

.side-menu {
	display: flex;
	flex-direction: column;
	margin: 0 -14px;
}
.side-menu a {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 41px;
	padding: 9px 18px;
	color: #f4f6f9;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15;
}
.side-menu a img { width: 22px; height: 22px; object-fit: contain; flex: none; }
.side-menu a:hover { background: rgba(118, 84, 255, .22); }
.side-menu a.active { background: var(--purple-2); }

/* --- topbar ------------------------------------------------------------- */

.topbar {
	position: fixed;
	top: 0;
	left: var(--side-w);
	right: 0;
	height: var(--top-h);
	background: var(--bg);
	z-index: 35;
}
.topbar-inner {
	display: flex;
	align-items: center;
	gap: 31px;
	height: 100%;
	padding: 0 30px;
}
.topbar .hamburger.mobile-open { display: none; }
.logo-link { flex: none; }
.logo { display: block; width: 160px; height: auto; }

.topnav { display: flex; gap: 31px; margin-right: auto; }
.topnav a { font-size: 16px; font-weight: 700; }
.topnav a:hover { color: var(--accent); }

.top-actions { display: flex; align-items: center; gap: 14px; }
.search-btn { display: grid; place-items: center; width: 40px; height: 40px; }
.search-btn img { width: 20px; height: 20px; }

/* --- drawer (mobile) ---------------------------------------------------- */

.menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	opacity: 0;
	pointer-events: none;
	transition: .25s;
	z-index: 55;
}
.menu-overlay.open { opacity: 1; pointer-events: auto; }

.mobile-menu {
	position: fixed;
	top: 72px;
	left: 0;
	width: 288px;
	height: calc(100vh - 72px);
	padding: 18px 14px 120px;
	background: var(--side);
	border-radius: 0 0 8px 0;
	transform: translateX(-302px);
	transition: transform .28s ease;
	overflow-y: auto;
	z-index: 60;
	display: none;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu .close {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 30px;
	height: 30px;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
.m-logo { display: block; width: 120px; height: auto; margin: 0 0 18px; }
.m-actions { display: flex; flex-direction: column; gap: 20px; align-items: center; margin: 0 0 18px; }
.m-actions .btn { width: 160px; }

.menu-group { display: flex; flex-direction: column; }
.casino-sub {
	display: flex;
	align-items: center;
	gap: 13px;
	width: 100%;
	min-height: 41px;
	padding: 9px 18px;
	background: transparent;
	border: 0;
	color: #f4f6f9;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}
.casino-sub img { width: 22px; height: 22px; object-fit: contain; }
.casino-sub b { margin-left: auto; transition: transform .2s; }
.casino-group.open .casino-sub b { transform: rotate(180deg); }
.casino-dropdown { display: none; }
.casino-group.open .casino-dropdown { display: block; }
.casino-dropdown a { padding-left: 40px; font-size: 15px; }

/* --- page shell --------------------------------------------------------- */

.content {
	margin-left: var(--side-w);
	padding: var(--top-h) 16px 0;
	min-height: 100vh;
}

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

.hero {
	position: relative;
	height: 400px;
	margin: 0 0 39px;
	border-radius: 18px;
	background: #10202e;
	overflow: hidden;
}
.hero-slide {
	position: absolute;
	inset: 0;
	background-image: var(--d);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity .45s ease;
}
.hero-slide.active { opacity: 1; }
.hero-copy { position: relative; padding: 93px 0 0 105px; max-width: 620px; }
.hero-title {
	display: block;
	margin: 0 0 16px;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 2px;
}
.hero-copy p { margin: 0 0 40px; font-size: 27px; font-weight: 600; line-height: 1.35; }

.hero-arrows {
	position: absolute;
	right: 26px;
	bottom: 26px;
	display: flex;
	gap: 12px;
}
.hero-arrows button {
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	padding: 0 0 3px;
}
.hero-dots {
	position: absolute;
	left: 105px;
	bottom: 30px;
	display: flex;
	gap: 9px;
}
.hero-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	opacity: .4;
	cursor: pointer;
	transition: .25s;
}
.hero-dots button.active { opacity: 1; background: var(--accent); width: 22px; border-radius: 4px; }

/* --- intro card --------------------------------------------------------- */

.seo-intro {
	padding: 28px 34px;
	margin: 34px 0;
	background: var(--panel);
	border-radius: 16px;
	overflow: hidden;
}
.seo-intro h1 {
	margin: 0 0 20px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: .5px;
	color: #fff;
}

/* --- game rails --------------------------------------------------------- */

.game-section { margin: 38px 0; }

.section-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
}
.section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-right: auto;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 1px;
}
.section-title img { width: 26px; height: 26px; object-fit: contain; }
.section-head > a { color: var(--accent); font-size: 16px; font-weight: 800; white-space: nowrap; }

.game-controls { display: flex; gap: 10px; }
.game-controls button {
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	padding: 0 0 2px;
}

.game-grid {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.game-grid::-webkit-scrollbar { display: none; }

.game-card {
	position: relative;
	display: block;
	flex: 0 0 calc((100% - 100px) / 6);
	min-width: calc((100% - 100px) / 6);
	height: 155px;
	background: var(--card);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
	transition: .28s;
}
.game-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .35s; }
.game-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, .78));
	z-index: 1;
}
.game-card .game-title {
	position: absolute;
	left: 12px;
	right: 10px;
	bottom: 13px;
	z-index: 2;
	display: block;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 2px 3px #000;
	transition: .2s;
}
.game-card .tag-new {
	position: absolute;
	left: 0;
	top: 77px;
	z-index: 3;
	padding: 6px 9px;
	background: var(--green);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}
.game-hover {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background: rgba(5, 11, 18, .63);
	opacity: 0;
	transition: .25s;
}
.game-hover i { font-style: normal; font-size: 26px; color: var(--accent); }
.game-hover span { font-size: 15px; font-weight: 800; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0, 0, 0, .45); }
.game-card:hover img { transform: scale(1.08); filter: brightness(.65); }
.game-card:hover .game-title { opacity: 0; }
.game-card:hover .game-hover { opacity: 1; }

.section-after-link { display: none; }

/* --- contents + article body -------------------------------------------- */

.article-card {
	padding: 28px 34px;
	margin: 34px 0;
	background: var(--panel);
	border-radius: 16px;
	color: var(--body);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
	overflow: hidden;
}
.article-card h1 {
	margin: 0 0 20px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: .5px;
	color: #fff;
}
.article-card h2 { margin: 24px 0 14px; font-size: 24px; font-weight: 900; line-height: 1.25; color: #fff; }
.article-card h3 { margin: 24px 0 14px; font-size: 19px; font-weight: 900; line-height: 1.25; color: #fff; }
.article-card h4 { margin: 20px 0 12px; font-size: 17px; font-weight: 800; color: #fff; }
.article-card h2:first-child, .article-card h3:first-child { margin-top: 0; }
.article-card p { margin: 0 0 16px; }
.fg-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin: -6px 0 22px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 600;
}
.fg-byline__d { color: var(--muted); }
.article-card a { color: var(--accent); text-decoration: underline; }
.article-card ul, .article-card ol { margin: 0 0 16px; padding-left: 22px; }
.article-card li { margin: 0 0 8px; }
.article-card li::marker { color: var(--accent); }
.article-card img { display: block; max-width: 100%; height: auto; margin: 16px auto; border-radius: 12px; }
.article-card blockquote {
	margin: 0 0 16px;
	padding: 2px 0 2px 16px;
	border-left: 3px solid var(--accent);
	color: #cfd9e4;
}
.article-card strong, .article-card b { color: #fff; font-weight: 800; }

.table-scroll { overflow-x: auto; margin: 0 0 20px; -webkit-overflow-scrolling: touch; }
.article-card table { width: 100%; border-collapse: collapse; }
/* Inside a scroller the table takes its natural width — a flat 100% squeezes a
   five-column table into ~110px per cell and every one wraps into a stack. */
.table-scroll table { width: max-content; min-width: 100%; margin: 0; }
.table-scroll th { white-space: nowrap; }
.table-scroll td { max-width: 38ch; }
.article-card th {
	padding: 12px 16px;
	background: var(--bg);
	border: 1px solid var(--line);
	color: var(--accent);
	font-weight: 900;
	text-align: left;
}
.article-card td {
	padding: 12px 16px;
	border: 1px solid var(--line);
	color: #fff;
	text-align: left;
}

/* FAQ blocks, when the page content ships them. */
.faq-wrap { padding: 28px 34px; margin: 34px 0; background: var(--panel); border-radius: 16px; }
.h2-base-title { margin: 0 0 20px; font-size: 30px; font-weight: 700; color: #fff; }
.faq-item {
	padding: 18px;
	margin: 0 0 14px;
	background: var(--bg);
	border: 1px solid var(--line);
	border-radius: 12px;
}
.faq-item-title { margin: 0 0 8px; color: var(--accent); font-size: 18px; font-weight: 700; }
.faq-item-content { color: #f4f6f9; font-size: 16px; font-weight: 600; line-height: 1.6; }

/* --- site navigation ---------------------------------------------------- */

/* The site's own pages, in the sidebar and the mobile drawer. Distinct from
   the affiliate menu below it so a reader can tell on-site from off-site. */
.site-menu {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0 6px 14px;
	padding: 10px 8px 8px;
	background: rgba(118, 84, 255, .10);
	border: 1px solid #2e4055;
	border-radius: 14px;
}
.site-menu-title {
	display: block;
	margin: 0 0 8px 8px;
	color: var(--orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
}
.site-menu a {
	display: block;
	padding: 7px 8px;
	border-radius: 10px;
	line-height: 1.25;
}
.site-menu a b { display: block; font-size: 13px; font-weight: 700; }
.site-menu a i { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; font-style: normal; }
.site-menu a:hover { background: rgba(118, 84, 255, .22); }
.site-menu a.current { background: var(--purple-2); }
.site-menu a.current i { color: rgba(255, 255, 255, .72); }

.topnav a.current { color: var(--accent); }

/* --- breadcrumb --------------------------------------------------------- */

.crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 600;
}
.crumbs a { color: var(--muted); flex: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs > span[aria-hidden] { flex: none; }
/* The last crumb is the full page title — 80–90 characters here — so it is
   clamped to one line instead of being shortened in the markup, which would
   make the visible trail disagree with the BreadcrumbList. */
.crumbs-current {
	min-width: 0;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* --- read next ---------------------------------------------------------- */

.related { margin: 34px 0 0; padding: 24px 0 0; border-top: 1px solid #2e4055; }
.related-title {
	display: block;
	margin: 0 0 16px;
	color: #fff;
	font-size: 19px;
	font-weight: 900;
}
.related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}
.related-card {
	display: block;
	padding: 14px 16px;
	background: #0f1721;
	border: 1px solid #2e4055;
	border-radius: 14px;
}
.related-card:hover { border-color: var(--accent); }
.article-card .related-card, .article-card .related-card b, .article-card .related-card i { text-decoration: none; }
.article-card .related-card { color: inherit; }
.related-card b { display: block; font-size: 14px; font-weight: 800; }
.related-card i { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.4; }

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

.footer {
	display: grid;
	grid-template-columns: 360px 1fr 1fr 1fr;
	gap: 40px;
	padding: 70px 12px 40px;
	margin: 40px 0 0;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.footer-brand img { width: 128px; height: auto; }
.footer-brand .btn { height: 42px; font-size: 14px; }
.footer-title {
	display: block;
	margin: 0 0 24px;
	color: var(--orange);
	font-size: 19px;
	font-weight: 700;
}
.footer-col a { display: block; margin: 0 0 12px; font-size: 14px; font-weight: 800; }
.footer-col a:hover { color: var(--accent); }
.footer-social { justify-content: flex-start; margin-top: 18px; }
.disclaimer {
	margin: 0;
	max-width: 360px;
	color: var(--muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}
.copyright {
	grid-column: 1 / -1;
	margin: 18px 0 0;
	color: var(--muted);
	font-size: 14px;
	font-weight: 600;
}
.copyright .age {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 8px;
	border: 1px solid var(--muted);
	border-radius: 10px;
	font-weight: 800;
}

/* --- floating buttons + bottom bar -------------------------------------- */

.float-buttons {
	position: fixed;
	right: 22px;
	bottom: 25px;
	z-index: 50;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.float-buttons a {
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	overflow: hidden;
}
.float-buttons .tg { background: #25aeea; }
.float-buttons .tg img { width: 64px; height: 64px; object-fit: cover; }
.float-buttons .chat { background: #7be600; }
.float-buttons .chat img { width: 25px; height: 25px; object-fit: contain; filter: brightness(0) invert(1); }

.bottom-nav { display: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1500px) {
	.game-card { flex-basis: calc((100% - 80px) / 5); min-width: calc((100% - 80px) / 5); }
	.hero-copy { padding-left: 70px; }
	.hero-dots { left: 70px; }
}

@media (max-width: 1200px) {
	.topnav { display: none; }
	.game-card { flex-basis: calc((100% - 60px) / 4); min-width: calc((100% - 60px) / 4); }
	.footer { grid-template-columns: 1fr 1fr; }
	.disclaimer { max-width: none; }
}

@media (max-width: 760px) {
	:root { --top-h: 74px; }

	.sidebar { display: none; }
	.mobile-menu { display: block; }

	.app-install {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 72px;
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 0 10px;
		background: var(--side);
		box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
		z-index: 60;
		transition: transform .25s ease;
	}
	.install-close {
		width: 28px;
		height: 28px;
		flex: none;
		background: transparent;
		border: 0;
		border-radius: 50%;
		color: #fff;
		font-size: 24px;
		line-height: 1;
		cursor: pointer;
		display: grid;
		place-items: center;
	}
	.install-mark { width: 36px; height: 36px; padding: 5px; background: #111924; border-radius: 8px; flex: none; }
	.install-copy { display: flex; flex-direction: column; line-height: 1.25; }
	.install-copy b { font-size: 14px; font-weight: 800; }
	.install-copy span { font-size: 11px; color: var(--muted); }
	.app-install .btn { margin-left: auto; flex: none; }

	body.is-scrolled .app-install { transform: translateY(-100%); }
	body.install-closed .app-install { display: none; }

	.topbar { top: 72px; left: 0; height: 74px; background: #101b27; }
	body.is-scrolled .topbar,
	body.install-closed .topbar { top: 0; }
	.topbar-inner { gap: 5px; padding: 0 6px; }
	.topbar .hamburger.mobile-open { display: grid; }
	.logo { width: 88px; }
	.top-actions { gap: 6px; margin-left: auto; }
	.top-actions .btn { height: 34px; padding: 0 10px; font-size: 10.5px; }
	.search-btn { display: none; }
	.badge::before { right: 2px; top: -9px; font-size: 10px; padding: 1px 7px; }

	.content { margin-left: 0; padding: 146px 10px 108px; }
	body.is-scrolled .content,
	body.install-closed .content { padding-top: 146px; }

	.hero { height: 248px; margin: 0 0 34px; }
	/* Phones get a recomposition of the same art at the hero's own aspect ratio,
	   so the banner is never stretched and nothing is cropped away. */
	.hero-slide { background-image: var(--m); }
	.hero-slide::before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(90deg, rgba(9, 19, 28, .82) 0, rgba(9, 19, 28, .45) 46%, rgba(9, 19, 28, 0) 68%);
	}
	.hero-copy {
		position: absolute;
		left: 14px;
		top: 50%;
		transform: translateY(-50%);
		width: 170px;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.hero-title { font-size: 20px; margin: 0; letter-spacing: 1px; }
	.hero-copy p { font-size: 14px; margin: 0; }
	.hero-copy .btn { height: 38px; padding: 0 18px; font-size: 14px; }
	.hero-arrows { display: none; }
	.hero-dots { left: 14px; bottom: 14px; }


	.seo-intro { padding: 20px 16px; margin: 24px 0; border-radius: 14px; }
	.seo-intro h1 { font-size: 25px; }


	.section-title { font-size: 20px; }
	.section-title img { width: 22px; height: 22px; }
	.section-head > a { display: none; }
	.game-controls { display: none; }
	.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; overflow: visible; }
	.game-card { flex: none; min-width: 0; width: 100%; height: 128px; }
	.game-card .tag-new { top: 60px; }
	.section-after-link {
		display: block;
		margin: 12px 0 0;
		color: var(--accent);
		font-size: 18px;
		font-weight: 900;
		text-align: center;
	}

	.article-card { padding: 20px 16px; margin: 28px 0; border-radius: 14px; }
	.related-grid { grid-template-columns: 1fr; }
	.related-title { font-size: 17px; }
	.article-card h1 { font-size: 25px; }
	.article-card h2 { font-size: 21px; }
	.article-card h3 { font-size: 18px; }
	.faq-wrap { padding: 20px 16px; }




	.footer {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 34px 18px 12px;
		margin-top: 28px;
		background: var(--panel-2);
		border-radius: 14px;
		text-align: center;
	}
	.footer-brand { align-items: center; }
	.footer-social { justify-content: center; }

	.float-buttons { right: 13px; bottom: 92px; gap: 11px; }
	.float-buttons a { width: 58px; height: 58px; }
	.float-buttons .tg img { width: 58px; height: 58px; }

	.bottom-nav {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: 10px;
		height: 60px;
		display: flex;
		align-items: center;
		padding: 7px 2px 8px;
		background: #132331;
		border-radius: 8px;
		box-shadow: 0 5px 16px rgba(0, 0, 0, .35);
		z-index: 140;
	}
	.bottom-nav a,
	.bottom-nav button {
		flex: 1 1 0;
		min-width: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		padding: 0 2px;
		background: transparent;
		border: 0;
		color: #fff;
		font-size: 10px;
		font-weight: 600;
		text-align: center;
		cursor: pointer;
	}
	.bottom-nav img { width: 24px; height: 24px; object-fit: contain; filter: brightness(0) invert(1); }
	.bottom-nav .center {
		flex: none;
		width: 74px;
		height: 74px;
		margin: -36px 0 0;
		gap: 2px;
		background: var(--accent);
		border-radius: 50%;
		color: #0b1118;
		box-shadow: 0 0 30px rgba(205, 255, 23, .8);
	}
	.bottom-nav .center img { width: 28px; height: 28px; filter: none; }
}

@media (max-width: 420px) {
	.hero { height: 220px; }
	.hero-copy { width: 150px; }
	.hero-title { font-size: 18px; }
	.game-card { height: 116px; }
	.game-card .tag-new { top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   Other page types (page / landing / toplist / review)
   ========================================================================== */

.page-card { margin-top: 34px; }
.page-h1 {
	margin: 0 0 20px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: .5px;
	color: #fff;
}

.landing-hero { height: 320px; }
.landing-hero .hero-title { margin: 0 0 24px; font-size: 40px; font-weight: 800; }
.landing-cta { display: flex; justify-content: center; margin: 0 0 48px; }
.landing-cta .btn { height: 54px; padding: 0 46px; font-size: 19px; }

.toplist { display: grid; gap: 14px; margin: 0 0 34px; }
.toplist-row {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 18px 24px;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}
.toplist-rank {
	flex: none;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}
.toplist-text { flex: 1 1 auto; color: var(--body); font-weight: 600; line-height: 1.5; }
.toplist-row .btn { flex: none; }

.review { display: grid; grid-template-columns: 320px 1fr; gap: 24px; align-items: start; }
.review-card {
	position: sticky;
	top: calc(var(--top-h) + 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 26px 22px;
	margin: 34px 0;
	background: var(--panel);
	border: 1px solid var(--line);
	border-radius: 16px;
	text-align: center;
}
.review-card > img { width: 140px; height: auto; }
.review-facts { display: grid; gap: 10px; width: 100%; }
.review-fact {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--line);
	font-size: 14px;
	text-align: left;
}
.review-fact span:first-child { color: var(--muted); font-weight: 600; }
.review-fact span:last-child { color: #fff; font-weight: 800; }
.review-card .btn { width: 100%; }
.review-body { margin-top: 34px; }

@media (max-width: 1200px) {
	.review { grid-template-columns: 1fr; }
	.review-card { position: static; }
}

@media (max-width: 760px) {
	.page-h1 { font-size: 25px; }
	.landing-hero { height: 240px; }
	.landing-hero .hero-title { font-size: 24px; }
	.landing-cta .btn { height: 48px; padding: 0 30px; font-size: 16px; }
	.toplist-row { flex-wrap: wrap; padding: 16px; gap: 12px; }
	.toplist-row .btn { width: 100%; }
	.review-card { margin: 24px 0; }
}

.nowrap { white-space: nowrap; }
