/**
 * Identity: Arcade Neon — dark hub, glowing catalog, horizontal game rhythm.
 */

body.llw-layout-games-first,
body.llw-layout-skin-games-first {
	--llw-max-width: 1280px;
	--llw-radius: 4px;
	--llw-color-bg: #07070f;
	--llw-color-surface: #10101c;
	--llw-color-surface-elevated: #18182a;
	--llw-color-nav-bg: #07070f;
	--llw-color-text: #f1f5f9;
	--llw-color-text-muted: #94a3b8;
	--llw-color-border-subtle: rgba(148, 163, 184, 0.2);
	font-family: var(--llw-identity-font-body, Inter, sans-serif);
	background: #07070f;
	color: #f1f5f9;
}

body.llw-layout-games-first .site-header {
	background: rgba(7, 7, 15, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(var(--llw-brand-accent-rgb, 255, 242, 0), 0.25);
	box-shadow: 0 0 40px rgba(var(--llw-brand-primary-rgb, 47, 124, 255), 0.15);
}

body.llw-layout-games-first .site-header__logo--text {
	font-family: var(--llw-identity-font-title, Orbitron, sans-serif);
	font-size: 1.1rem;
	letter-spacing: 0.14em;
	color: var(--llw-color-accent, #fff200);
	text-shadow: 0 0 20px rgba(var(--llw-brand-accent-rgb, 255, 242, 0), 0.5);
}

body.llw-layout-games-first .primary-menu a {
	color: #cbd5e1;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
}

body.llw-layout-games-first .primary-menu a:hover,
body.llw-layout-games-first .primary-menu .current-menu-item > a {
	color: var(--llw-color-accent, #fff200);
}

body.llw-layout-games-first .site-footer {
	background: #050508;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.llw-layout-games-first.llw-home {
	background: #07070f;
	color: #f1f5f9;
}

.llw-layout-games-first .home-hero {
	padding: 4rem 0 2rem;
	background:
		radial-gradient(ellipse 80% 60% at 50% -10%, rgba(var(--llw-brand-primary-rgb, 47, 124, 255), 0.35), transparent),
		#07070f;
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.llw-layout-games-first .home-hero__grid {
	grid-template-columns: 1fr;
	text-align: center;
}

.llw-layout-games-first .home-hero__title {
	font-family: var(--llw-identity-font-title, Orbitron, sans-serif);
	font-size: clamp(2.2rem, 5.5vw, 4rem);
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	text-shadow: 0 0 30px rgba(var(--llw-brand-accent-rgb, 255, 242, 0), 0.35);
}

.llw-layout-games-first .home-gradient-text {
	color: var(--llw-color-accent, #fff200);
}

.llw-layout-games-first .home-hero__media {
	display: none;
}

.llw-layout-games-first .home-hero__actions {
	justify-content: center;
}

.llw-layout-games-first .home-btn--primary {
	box-shadow: 0 0 24px rgba(var(--llw-brand-accent-rgb, 255, 242, 0), 0.45);
}

.llw-layout-games-first .home-section {
	background: #07070f;
}

.llw-layout-games-first .home-latest-games,
.llw-layout-games-first .home-high-rtp,
.llw-layout-games-first .home-explore-themes {
	background: linear-gradient(180deg, #0c0c18 0%, #07070f 100%);
	border-block: 1px solid rgba(148, 163, 184, 0.1);
}

.llw-layout-games-first .home-section-title {
	font-family: var(--llw-identity-font-title, Orbitron, sans-serif);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.35rem;
	color: var(--llw-color-accent, #fff200);
}

.llw-layout-games-first .home-latest-games .llw-game-grid,
.llw-layout-games-first .home-novidades-games .llw-game-grid,
.llw-layout-games-first .home-high-rtp-games .llw-game-grid,
.llw-layout-games-first .home-high-rtp .llw-game-grid,
.llw-layout-games-first .llw-shell-arcade-stage__deck .llw-game-grid {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 1rem;
	padding-bottom: 0.5rem;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.llw-layout-games-first .home-latest-games .llw-game-card,
.llw-layout-games-first .home-novidades-games .llw-game-card,
.llw-layout-games-first .home-high-rtp-games .llw-game-card,
.llw-layout-games-first .home-high-rtp .llw-game-card,
.llw-layout-games-first .llw-shell-arcade-stage__deck .llw-game-card {
	flex: 0 0 160px;
	scroll-snap-align: start;
	background: #141424;
	border: 1px solid rgba(var(--llw-brand-primary-rgb, 47, 124, 255), 0.35);
	box-shadow: 0 0 20px rgba(var(--llw-brand-primary-rgb, 47, 124, 255), 0.12);
}

.llw-layout-games-first .home-latest-games .llw-game-card__title,
.llw-layout-games-first .home-novidades-games .llw-game-card__title,
.llw-layout-games-first .home-high-rtp-games .llw-game-card__title,
.llw-layout-games-first .home-high-rtp .llw-game-card__title,
.llw-layout-games-first .llw-shell-arcade-stage__deck .llw-game-card__title {
	color: #f1f5f9;
}

.llw-layout-games-first .home-latest-games .llw-game-card__provider,
.llw-layout-games-first .home-novidades-games .llw-game-card__provider,
.llw-layout-games-first .home-high-rtp-games .llw-game-card__provider,
.llw-layout-games-first .home-high-rtp .llw-game-card__provider,
.llw-layout-games-first .llw-shell-arcade-stage__deck .llw-game-card__provider {
	color: #94a3b8;
}

.llw-layout-games-first .home-latest-games .llw-game-card__meta,
.llw-layout-games-first .home-novidades-games .llw-game-card__meta,
.llw-layout-games-first .home-high-rtp-games .llw-game-card__meta,
.llw-layout-games-first .home-high-rtp .llw-game-card__meta,
.llw-layout-games-first .llw-shell-arcade-stage__deck .llw-game-card__meta {
	color: var(--llw-color-accent, #fff200);
}

/* Light-surface cards elsewhere (explore themes, collections, …) */
body.llw-layout-games-first .llw-game-card__title {
	color: #111111;
}

body.llw-layout-games-first .llw-game-card__provider {
	color: #6b7280;
}

body.llw-layout-games-first .llw-game-card__meta {
	color: var(--llw-brand-primary, #2f7cff);
}

.llw-layout-games-first .home-match-marquee {
	background: #0a0a14;
}

.llw-layout-games-first .home-theme-chip {
	background: rgba(var(--llw-brand-primary-rgb, 47, 124, 255), 0.15);
	border-color: rgba(var(--llw-brand-primary-rgb, 47, 124, 255), 0.4);
	color: #e2e8f0;
}

.llw-layout-games-first .home-theme-chip:hover {
	background: rgba(var(--llw-brand-accent-rgb, 255, 242, 0), 0.12);
	border-color: rgba(var(--llw-brand-accent-rgb, 255, 242, 0), 0.45);
	color: var(--llw-color-accent, #fff200);
}

.llw-layout-games-first .home-theme-chip__count {
	background: rgba(0, 0, 0, 0.35);
	color: #cbd5e1;
}

.llw-layout-games-first .home-office-card {
	background: #141424;
	border-color: rgba(148, 163, 184, 0.2);
	color: #f1f5f9;
}

.llw-layout-games-first .home-office-card__title {
	color: #f1f5f9;
}

.llw-layout-games-first .home-office-card__details p,
.llw-layout-games-first .home-office-card__hours p {
	color: #94a3b8;
}
