/**
 * Front page — “Slot Machine Online” editorial shell (teal / cyan / sand).
 */

/* --- Page background: one calm gradient (home + inner) — readable, not busy --- */
body.lv-slots-front.lotsa-light-home {
	background-color: #f1f5f9 !important;
	background-image:
		radial-gradient(ellipse 75% 50% at 100% 0%, rgba(45, 212, 191, 0.14) 0%, transparent 52%),
		radial-gradient(ellipse 65% 45% at 0% 100%, rgba(125, 211, 252, 0.18) 0%, transparent 50%),
		linear-gradient(180deg, #f8fafc 0%, #f1f5f9 45%, #ecfdf5 100%) !important;
	background-attachment: scroll;
	color: inherit;
}

@media (min-width: 768px) {
	body.lv-slots-front.lotsa-light-home {
		background-attachment: fixed;
	}
}

body.lv-slots-front.lotsa-light-home main#main-content {
	color: unset;
}

/* --- Header: light bar (matches pale page) --- */
body.lotsa-light-home > header.sticky {
	background: rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(13, 148, 136, 0.18) !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

body.lotsa-light-home header a,
body.lotsa-light-home header button {
	color: #334155 !important;
}

body.lotsa-light-home header a:hover,
body.lotsa-light-home header button:hover {
	color: #0d9488 !important;
}

/* Primary CTA (teal) — keep white label on gradient */
body.lotsa-light-home header a.lv-header-cta,
body.lotsa-light-home header a.lv-header-cta:hover {
	color: #ffffff !important;
}

body.lotsa-light-home header [class*="border-white"] {
	border-color: rgba(148, 163, 184, 0.35) !important;
}

body.lotsa-light-home #mobile-nav {
	background: rgba(255, 255, 255, 0.98) !important;
	border-color: rgba(226, 232, 240, 0.9) !important;
	box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

body.lotsa-light-home #mobile-nav a {
	color: #334155 !important;
}

body.lotsa-light-home header a.lv-header-cta {
	background: linear-gradient(90deg, #14b8a6 0%, #0d9488 100%) !important;
	box-shadow: 0 4px 14px rgba(13, 148, 136, 0.35);
}

body.lotsa-light-home .lv-skip-link {
	color: #ffffff !important;
	background: #0d9488 !important;
	border: 1px solid rgba(13, 148, 136, 0.45) !important;
	box-shadow: 0 2px 8px rgba(13, 148, 136, 0.25);
	box-sizing: border-box;
}

/* --- Footer: light, editorial --- */
body.lotsa-light-home footer#contact {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
	border-top: 1px solid rgba(148, 163, 184, 0.35) !important;
}

body.lotsa-light-home footer .text-gray-300,
body.lotsa-light-home footer .text-luxury-gold {
	color: #64748b !important;
}

body.lotsa-light-home footer a {
	color: #0f766e !important;
}

body.lotsa-light-home footer a:hover {
	color: #0d9488 !important;
}

body.lotsa-light-home .lv-footer-nav a {
	color: #475569 !important;
}

body.lotsa-light-home .lv-footer-nav a:hover {
	color: #0f766e !important;
}

body.lotsa-light-home .lv-footer-legal {
	color: #64748b !important;
}

body.lotsa-light-home .lv-footer-hub {
	color: #475569 !important;
}

body.lotsa-light-home .lv-footer-hub .text-luxury-gold {
	color: #0f766e !important;
}

body.lotsa-light-home footer .max-w-7xl > p.text-sm {
	color: #64748b !important;
}

body.lotsa-light-home footer .max-w-7xl > p.text-sm a.text-luxury-gold {
	color: #0f766e !important;
}

/* --- Content --- */
.lotsa-home {
	--lotsa-body: #134e4a;
	--lotsa-heading: #0f172a;
	--lotsa-text: #115e59;
	--lotsa-text-muted: #475569;
	--lotsa-purple: #0f766e;
	--lotsa-border: rgba(13, 148, 136, 0.18);
	--lotsa-card: #ffffff;
	--lotsa-card-edge: rgba(255, 255, 255, 0.97);
	--lotsa-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 10px 28px -8px rgba(13, 148, 136, 0.12);
	color: var(--lotsa-body);
	padding-bottom: max(3rem, calc(1rem + env(safe-area-inset-bottom)));
}

.lotsa-home a {
	color: #0f766e;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease;
}

.lotsa-home a:hover {
	color: #0d9488;
	text-decoration: underline;
}

/* Notice strip */
.lotsa-home > .lotsa-strip {
	color: #0f172a;
}

.lotsa-strip {
	background: linear-gradient(95deg, #ccfbf1 0%, #fef9c3 40%, #e0f2fe 100%);
	border-bottom: 1px solid rgba(13, 148, 136, 0.2);
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: center;
	padding: 0.65rem max(1rem, env(safe-area-inset-right)) 0.65rem max(1rem, env(safe-area-inset-left));
	line-height: 1.45;
	hyphens: auto;
	overflow-wrap: anywhere;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.lotsa-strip strong {
	font-weight: 800;
}

.lotsa-strip .lotsa-domain {
	font-weight: 700;
	letter-spacing: 0.02em;
}

/* Keyword chips — strong contrast on white hero */
.smo-kw-strip__item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #0f766e;
	background: #f0fdfa;
	border: 1px solid rgba(13, 148, 136, 0.28);
}

/* Hub stats — no overlap, same card language as sections */
.smo-stats {
	margin: 1.35rem auto 0;
	padding: 0 max(1.25rem, env(safe-area-inset-left));
	max-width: 72rem;
}

.smo-stats__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.smo-stats__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
	}
}

.smo-stats__card {
	background: #ffffff;
	border: 1px solid rgba(13, 148, 136, 0.2);
	border-radius: 1rem;
	padding: 1.25rem 1.2rem 1.35rem;
	box-shadow: var(--lotsa-shadow);
}

.smo-stats__kicker {
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0d9488;
	margin-bottom: 0.35rem;
}

.smo-stats__title {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 0.4rem;
	line-height: 1.3;
}

.smo-stats__desc {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.58;
	color: var(--lotsa-text-muted);
}

.smo-deck-intro {
	margin-top: 0.35rem;
	max-width: 46rem;
}

.smo-feature-deck {
	margin-top: 0;
}

/* Why readers bookmark — single column: title → copy → banner → checklist */
.smo-why-stack {
	display: block;
}

.smo-why-aside {
	margin-top: 1.5rem;
	max-width: 100%;
	background: #f8fafc;
	border: 1px solid rgba(13, 148, 136, 0.18);
	border-radius: 1rem;
	padding: 1.25rem 1.35rem;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.smo-why-aside__title {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	color: #0f766e;
}

.smo-checklist {
	margin: 0;
	padding-left: 1.25rem;
	color: var(--lotsa-text-muted);
	font-size: 0.9375rem;
	line-height: 1.58;
}

.smo-checklist li {
	margin-bottom: 0.5rem;
}

.smo-banner--lift {
	margin-top: 1.35rem;
}

.smo-rewards__intro {
	max-width: 48rem;
	margin-bottom: 0.35rem !important;
}

.smo-reward-board {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin-top: 1.35rem;
}

@media (min-width: 900px) {
	.smo-reward-board {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.35rem;
	}
}

.smo-reward-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid rgba(13, 148, 136, 0.16);
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.smo-reward-card__media {
	line-height: 0;
	background: #f0fdfa;
}

.smo-reward-card__media img {
	display: block;
	width: 100%;
	height: auto;
}

.smo-reward-card__body {
	padding: 1.1rem 1.15rem 1.3rem;
	flex: 1;
}

.smo-reward-card__body p {
	margin-bottom: 0 !important;
}

/* Spotlights — white cards, slate body text */
.smo-spotlights__intro {
	max-width: 44rem;
}

.smo-spotlight-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1.15rem;
}

@media (min-width: 768px) {
	.smo-spotlight-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

.smo-spotlight-card {
	background: #ffffff;
	border: 1px solid rgba(13, 148, 136, 0.14);
	border-radius: 1rem;
	padding: 1.25rem 1.15rem 1.35rem;
	box-shadow: 0 2px 8px rgba(13, 148, 136, 0.06);
}

.smo-spotlight-card__idx {
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #0d9488;
	margin-bottom: 0.45rem;
}

.smo-spotlight-card h3 {
	color: #0f766e !important;
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
}

.smo-spotlight-card p {
	margin: 0 !important;
	color: var(--lotsa-text-muted) !important;
	font-size: 0.9375rem;
	line-height: 1.58;
}

.lotsa-disclaimer {
	margin-top: 1.25rem !important;
	padding: 1.35rem 1.35rem 1.5rem !important;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #475569;
	background: #f8fafc;
	border-radius: 0.875rem;
	border: 1px solid rgba(148, 163, 184, 0.4);
}

.lotsa-disclaimer p {
	margin: 0 0 0.65rem;
	color: inherit;
}

.lotsa-disclaimer p:last-child {
	margin-bottom: 0;
}

.lotsa-home .lotsa-container {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: max(1.25rem, env(safe-area-inset-left));
	padding-right: max(1.25rem, env(safe-area-inset-right));
}

@media (min-width: 640px) {
	.lotsa-home .lotsa-container {
		padding-left: max(1.5rem, env(safe-area-inset-left));
		padding-right: max(1.5rem, env(safe-area-inset-right));
	}
}

/* Cards: clean white panels on pale bg (high contrast, no muddy glass) */
.lotsa-hero,
.lotsa-section {
	background: var(--lotsa-card-edge);
	border: 1px solid var(--lotsa-border);
	border-radius: 1.25rem;
	box-shadow: var(--lotsa-shadow);
}

.lotsa-hero {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
	padding: 2.25rem 1.5rem 2.75rem;
	margin-top: 1rem;
	min-width: 0;
}

@media (min-width: 768px) {
	.lotsa-hero {
		grid-template-columns: 1fr 1fr;
		padding: 2.75rem 2.5rem 3rem;
		gap: 2.5rem;
	}
}

/* 内页（Slot/Bonus/…）窄屏下 Hero 更紧凑，避免首屏过于拥挤 */
@media (max-width: 479px) {
	.lotsa-inner .lotsa-hero {
		gap: 1.5rem;
		padding: 1.65rem 1.15rem 2rem;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.lotsa-inner .lotsa-hero {
		gap: 1.75rem;
		padding: 2rem 1.35rem 2.5rem;
	}
}

/* Title: single solid color — no rainbow gradient on text (readability) */
.lotsa-home h1 {
	font-size: clamp(1.65rem, 4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--lotsa-heading);
	margin: 0 0 1rem;
	letter-spacing: -0.025em;
}

.lotsa-home h2 {
	font-size: clamp(1.25rem, 2.8vw, 1.65rem);
	font-weight: 700;
	color: var(--lotsa-heading);
	margin: 0 0 0.85rem;
	letter-spacing: -0.02em;
}

/* Section titles: subtle accent line */
.lotsa-home .lotsa-section > h2 {
	position: relative;
	padding-bottom: 0.7rem;
	margin-bottom: 1rem;
}

.lotsa-home .lotsa-section > h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.75rem;
	height: 3px;
	border-radius: 9999px;
	background: linear-gradient(90deg, #14b8a6 0%, #f59e0b 100%);
}

.lotsa-home h3 {
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--lotsa-purple);
	margin: 0 0 0.4rem;
}

.lotsa-home p {
	margin: 0 0 1rem;
	line-height: 1.72;
	color: var(--lotsa-text-muted);
}

.lotsa-home .lotsa-lead {
	font-size: 1.05rem;
	color: var(--lotsa-text);
	font-weight: 500;
	line-height: 1.65;
}

/* Inner hero — richer text column */
.lotsa-inner .lotsa-hero__eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f766e;
}

.lotsa-inner .lotsa-hero__sub {
	margin: 0 0 1rem;
	font-size: 0.9375rem;
	line-height: 1.68;
	color: var(--lotsa-text-muted);
}

.lotsa-inner .lotsa-hero__bullets {
	margin: 0.35rem 0 0;
	padding: 0;
	list-style: none;
}

.lotsa-inner .lotsa-hero__bullets li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.55rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--lotsa-text-muted);
}

.lotsa-inner .lotsa-hero__bullets li:last-child {
	margin-bottom: 0;
}

.lotsa-inner .lotsa-hero__bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, #14b8a6, #f59e0b);
}

@media (max-width: 479px) {
	.lotsa-inner .lotsa-hero__bullets li {
		font-size: 0.875rem;
	}
}

/* Hero image: frame only; SVG interior is already soft gradient */
.lotsa-hero__media {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid var(--lotsa-border);
	box-shadow: 0 8px 24px rgba(13, 148, 136, 0.12);
	background: linear-gradient(145deg, #f0fdfa 0%, #ecfeff 50%, #fffbeb 100%);
}

.lotsa-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* CTA: refined, not heavy 3D */
.lotsa-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.25rem;
	padding: 0.75rem 1.5rem;
	font-weight: 700;
	font-size: 0.9375rem;
	color: #ffffff !important;
	text-decoration: none !important;
	background: linear-gradient(180deg, #2dd4bf 0%, #14b8a6 50%, #0d9488 100%);
	border-radius: 9999px;
	box-shadow: 0 2px 10px rgba(13, 148, 136, 0.35);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	border: 1px solid rgba(45, 212, 191, 0.45);
}

.lotsa-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(13, 148, 136, 0.38);
	color: #ffffff !important;
	text-decoration: none !important;
}

.lotsa-section {
	padding: 2.35rem 1.5rem 2.5rem;
	margin-top: 1.25rem;
	min-width: 0;
}

.lotsa-section + .lotsa-section {
	margin-top: 1.35rem;
}

@media (min-width: 640px) {
	.lotsa-section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (max-width: 479px) {
	.lotsa-inner .lotsa-section {
		padding: 1.85rem 1.15rem 2rem;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.lotsa-inner .lotsa-section {
		padding: 2.1rem 1.35rem 2.25rem;
	}
}

.lotsa-banner {
	margin-top: 1.25rem;
	border-radius: 0.875rem;
	overflow: hidden;
	border: 1px solid var(--lotsa-border);
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.lotsa-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.lotsa-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: center;
	margin-top: 1.75rem;
	min-width: 0;
}

@media (min-width: 768px) {
	.lotsa-grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
}

.lotsa-grid__media {
	border-radius: 0.875rem;
	overflow: hidden;
	border: 1px solid var(--lotsa-border);
	box-shadow: 0 4px 14px rgba(13, 148, 136, 0.1);
	background: #f0fdfa;
}

.lotsa-grid__media img {
	display: block;
	width: 100%;
	height: auto;
}

.smo-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.75rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #115e59;
	background: linear-gradient(135deg, rgba(45, 212, 191, 0.35), rgba(255, 255, 255, 0.95));
	border: 1px solid rgba(13, 148, 136, 0.25);
	box-shadow: 0 1px 4px rgba(13, 148, 136, 0.08);
}

.smo-kw-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.smo-kw-strip li {
	margin: 0;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #115e59;
	background: rgba(240, 253, 250, 0.95);
	border: 1px solid rgba(13, 148, 136, 0.2);
}

.smo-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.smo-feature-card {
	margin: 0;
	padding: 1.1rem 1.15rem;
	border-radius: 0.875rem;
	background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
	border: 1px solid rgba(13, 148, 136, 0.14);
	box-shadow: 0 2px 10px rgba(13, 148, 136, 0.06);
}

.smo-feature-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	line-height: 1.25;
	color: #0f766e;
}

.smo-feature-card p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--lotsa-text-muted);
}

@media (max-width: 900px) {
	.smo-feature-grid {
		grid-template-columns: 1fr;
	}
}

/* Game spotlights — soft cards */
.lotsa-reviews article {
	margin-bottom: 1rem;
	padding: 1.1rem 1.2rem;
	border-radius: 0.75rem;
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
	border: 1px solid rgba(13, 148, 136, 0.12);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.lotsa-reviews article:last-child {
	margin-bottom: 0;
}

.lotsa-reviews article h3 {
	margin-top: 0.15rem;
}

/* FAQ — accordion */
.lotsa-faq.lotsa-section {
	padding-bottom: 2.35rem;
}

.lotsa-faq__intro {
	margin: -0.25rem 0 1.35rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--lotsa-text-muted);
	max-width: 42rem;
}

.lotsa-faq__list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.lotsa-faq details {
	margin: 0;
	border: 1px solid rgba(13, 148, 136, 0.14);
	border-radius: 0.75rem;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lotsa-faq details:hover {
	border-color: rgba(13, 148, 136, 0.28);
	box-shadow: 0 4px 16px rgba(13, 148, 136, 0.09);
}

.lotsa-faq details[open] {
	border-color: rgba(13, 148, 136, 0.32);
	box-shadow: 0 6px 22px rgba(13, 148, 136, 0.11);
}

.lotsa-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	cursor: pointer;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.45;
	list-style: none;
	user-select: none;
	color: var(--lotsa-heading);
	padding: 0.95rem 1rem 0.95rem 1.1rem;
	transition: color 0.15s ease, background 0.15s ease;
}

.lotsa-faq summary::-webkit-details-marker {
	display: none;
}

.lotsa-faq summary:focus {
	outline: none;
}

.lotsa-faq summary:focus-visible {
	outline: 2px solid #2dd4bf;
	outline-offset: 2px;
	border-radius: 0.35rem;
}

.lotsa-faq summary::after {
	content: '+';
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 0.45rem;
	background: #f5f3ff;
	color: #0f766e;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lotsa-faq details[open] summary {
	color: var(--lotsa-purple);
	border-bottom: 1px solid rgba(13, 148, 136, 0.12);
	padding-bottom: 0.85rem;
	margin-bottom: 0;
}

.lotsa-faq details[open] summary::after {
	content: '\2212';
	font-size: 1.05rem;
	background: #ede9fe;
	color: #115e59;
}

.lotsa-faq details > p {
	margin: 0;
	padding: 0.95rem 1.1rem 1.1rem 1.15rem;
	font-size: 0.9375rem;
	line-height: 1.68;
	color: var(--lotsa-text-muted);
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 55%);
	border-top: none;
}

.lotsa-faq details[open] > p {
	animation: lotsa-faq-open 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
	.lotsa-faq details[open] > p {
		animation: none;
	}
}

@keyframes lotsa-faq-open {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* -------------------------------------------------------------------------
   Inner templates (Slot / Bonus / Review / Legal) — editor content in shell
   ------------------------------------------------------------------------- */
.lotsa-home.lotsa-inner {
	overflow-x: hidden;
	overflow-x: clip;
	max-width: 100%;
	min-width: 0;
}

.lotsa-inner .lotsa-page-body {
	padding-top: 1.35rem;
	padding-bottom: max(2rem, env(safe-area-inset-bottom));
}

@media (min-width: 640px) {
	.lotsa-inner .lotsa-page-body {
		padding-top: 2rem;
	}
}

.lotsa-inner .entry-content > *:first-child {
	margin-top: 0;
}

.lotsa-inner .entry-content .lotsa-static-meta {
	font-size: 0.875rem;
	color: var(--lotsa-text-muted);
	margin: 0 0 1.15rem;
	letter-spacing: 0.02em;
}

.lotsa-inner .entry-content h2 {
	font-size: clamp(1.2rem, 2.5vw, 1.5rem);
	font-weight: 700;
	color: var(--lotsa-heading);
	margin: 1.75rem 0 0.65rem;
	letter-spacing: -0.02em;
}

.lotsa-inner .entry-content h2:first-child {
	margin-top: 0;
}

/* 长 URL / 英文词与宽表格：避免撑出横向滚动条（表格单独可横滑） */
.lotsa-inner .entry-content {
	overflow-wrap: break-word;
	word-wrap: break-word;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.lotsa-inner .entry-content h3 {
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--lotsa-purple);
	margin: 1.35rem 0 0.45rem;
}

.lotsa-inner .entry-content h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--lotsa-heading);
	margin: 1.1rem 0 0.35rem;
}

.lotsa-inner .entry-content p,
.lotsa-inner .entry-content li {
	color: var(--lotsa-text-muted);
	line-height: 1.72;
}

.lotsa-inner .entry-content ul,
.lotsa-inner .entry-content ol {
	margin: 0 0 1rem 1.25rem;
	padding: 0;
}

.lotsa-inner .entry-content a {
	color: #0f766e;
	font-weight: 600;
}

.lotsa-inner .entry-content table {
	width: 100%;
	min-width: 16rem;
	border-collapse: collapse;
	margin: 1.25rem 0;
	font-size: 0.9rem;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid rgba(13, 148, 136, 0.2);
}

@media (max-width: 479px) {
	.lotsa-inner .entry-content table {
		font-size: 0.8125rem;
	}
}

.lotsa-inner .entry-content th,
.lotsa-inner .entry-content td {
	border: 1px solid rgba(13, 148, 136, 0.2);
	padding: 0.65rem 0.85rem;
	text-align: left;
	vertical-align: top;
}

@media (max-width: 479px) {
	.lotsa-inner .entry-content th,
	.lotsa-inner .entry-content td {
		padding: 0.5rem 0.55rem;
	}
}

.lotsa-inner .entry-content thead th {
	background: #f0fdfa;
	font-weight: 600;
	color: var(--lotsa-heading);
}

.lotsa-inner .entry-content tbody tr:nth-child(even) {
	background: rgba(250, 248, 255, 0.65);
}

/* FAQ-style blocks inside page content */
.lotsa-inner .entry-content details {
	margin-bottom: 0.55rem;
	border: 1px solid rgba(13, 148, 136, 0.14);
	border-radius: 0.65rem;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.lotsa-inner .entry-content summary {
	cursor: pointer;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.45;
	list-style: none;
	padding: 0.95rem 1rem;
	min-height: 2.75rem;
	box-sizing: border-box;
	color: var(--lotsa-heading);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.lotsa-inner .entry-content summary::-webkit-details-marker {
	display: none;
}

.lotsa-inner .entry-content summary:focus {
	outline: none;
}

.lotsa-inner .entry-content summary:focus-visible {
	outline: 2px solid #2dd4bf;
	outline-offset: 2px;
	border-radius: 0.35rem;
}

.lotsa-inner .entry-content summary::after {
	content: '+';
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 0.4rem;
	background: #f5f3ff;
	color: #0f766e;
	font-weight: 700;
}

.lotsa-inner .entry-content details[open] summary {
	border-bottom: 1px solid rgba(13, 148, 136, 0.12);
	color: var(--lotsa-purple);
}

.lotsa-inner .entry-content details[open] summary::after {
	content: '\2212';
	background: #ede9fe;
}

.lotsa-inner .entry-content details > p {
	margin: 0;
	padding: 0.85rem 1rem 1rem;
	font-size: 0.9375rem;
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 55%);
}

.lotsa-inner .lotsa-page-links {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--lotsa-border);
	font-size: 0.875rem;
	color: var(--lotsa-text-muted);
}

.lotsa-inner .lotsa-page-links__title {
	font-weight: 600;
	margin-right: 0.35rem;
	color: var(--lotsa-heading);
}

/* Review page — scorecard bars */
.lotsa-inner .lotsa-review-scorecard {
	margin: 1.5rem 0 2rem;
	padding: 1.25rem 1.35rem;
	border-radius: 0.875rem;
	border: 1px solid var(--lotsa-border);
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.lotsa-inner .lotsa-review-scorecard h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.125rem;
}

.lotsa-inner .lotsa-review-scorecard > p {
	margin: 0.35rem 0 0.25rem;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--lotsa-heading);
}

.lotsa-inner .lotsa-review-bar {
	height: 0.5rem;
	border-radius: 999px;
	background: #ede9fe;
	overflow: hidden;
	margin-bottom: 0.85rem;
}

.lotsa-inner .lotsa-review-bar__fill {
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #0d9488, #2dd4bf);
}

.lotsa-inner .lotsa-review-proscons h3 {
	margin-top: 0;
}

/* Legal page — in-page anchor nav */
.lotsa-inner .lotsa-legal-toc {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin: 0 0 1.75rem;
	padding: 1rem 1.15rem;
	border-radius: 0.875rem;
	border: 1px solid var(--lotsa-border);
	background: linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
	font-size: 0.9375rem;
}

.lotsa-inner .lotsa-legal-toc a {
	font-weight: 600;
	color: var(--lotsa-purple);
	text-decoration: none;
}

.lotsa-inner .lotsa-legal-toc a:hover {
	text-decoration: underline;
}

.lotsa-inner .lotsa-legal-toc a:focus {
	outline: none;
}

.lotsa-inner .lotsa-legal-toc a:focus-visible {
	outline: 2px solid #2dd4bf;
	outline-offset: 3px;
	border-radius: 0.35rem;
}

@media (max-width: 479px) {
	.lotsa-inner .lotsa-legal-toc {
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
		padding: 0.85rem 1rem;
	}

	.lotsa-inner .lotsa-legal-toc a {
		padding: 0.6rem 0.15rem;
		border-radius: 0.4rem;
	}

	.lotsa-inner .lotsa-legal-toc a:active {
		background: rgba(13, 148, 136, 0.06);
	}
}

/* Slot page — game thumbnails grid */
.lotsa-games-module {
	padding-top: 1.35rem;
	padding-bottom: 2.35rem;
}

.lotsa-games-module__title {
	margin-bottom: 1.2rem;
}

.lotsa-games-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	min-width: 0;
}

@media (min-width: 640px) {
	.lotsa-games-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
	}
}

@media (min-width: 1024px) {
	.lotsa-games-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.lotsa-games-grid__item {
	margin: 0;
}

.lotsa-games-grid__figure {
	margin: 0;
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid var(--lotsa-border);
	background: #f0fdfa;
	box-shadow: 0 2px 8px rgba(13, 148, 136, 0.07);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
	.lotsa-games-grid__figure:hover {
		transform: translateY(-3px);
		box-shadow: 0 8px 20px rgba(13, 148, 136, 0.12);
	}
}

.lotsa-games-grid__img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	vertical-align: middle;
}

/* -------------------------------------------------------------------------
   Blog / archive / single / author — same pale shell as Slot Machine Online inner pages
   ------------------------------------------------------------------------- */
body.lotsa-light-home.lv-posts-luxury #main-content {
	color: var(--lotsa-body, #3f3d56);
}

/* Pagination — light pill (overrides blogshare-luxury-layout.css) */
body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell .nav-links {
	background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
	border: 1px solid rgba(13, 148, 136, 0.18);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell a.page-numbers:not(.prev):not(.next) {
	color: #5b5875 !important;
}

body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell a.page-numbers:not(.prev):not(.next):hover {
	background: rgba(13, 148, 136, 0.08);
	border-color: rgba(13, 148, 136, 0.25);
	color: #0f766e !important;
}

body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell span.page-numbers.dots {
	color: rgba(15, 23, 42, 0.35) !important;
}

body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell a.page-numbers.prev,
body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell a.page-numbers.next {
	border-color: rgba(13, 148, 136, 0.35);
	color: #0f766e !important;
}

body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell a.page-numbers.prev:hover,
body.lotsa-light-home.lv-posts-luxury .lv-pagination-shell a.page-numbers.next:hover {
	background: rgba(13, 148, 136, 0.08);
	border-color: #0d9488;
}

/* TOC plugins — light panel */
body.lotsa-light-home.lv-posts-luxury .entry-content #toc_container,
body.lotsa-light-home.lv-posts-luxury .entry-content #ez-toc-container,
body.lotsa-light-home.lv-posts-luxury .entry-content div[class*="ez-toc-wrap"],
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-v2_0,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_i,
body.lotsa-light-home.lv-posts-luxury .entry-content .simpletoc,
body.lotsa-light-home.lv-posts-luxury .entry-content .wp-block-table-of-contents {
	background: #ffffff !important;
	border: 1px solid rgba(13, 148, 136, 0.18) !important;
	border-radius: 1rem !important;
	padding: 1rem 1.25rem !important;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
	color: #334155 !important;
}

body.lotsa-light-home.lv-posts-luxury .entry-content #toc_container .toc_title,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-title,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-title-container,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_header,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_title {
	color: #0f766e !important;
	font-weight: 700 !important;
	border-bottom: 1px solid rgba(13, 148, 136, 0.12) !important;
	padding-bottom: 0.5rem !important;
	margin-bottom: 0.75rem !important;
}

body.lotsa-light-home.lv-posts-luxury .entry-content #toc_container .toc_toggle a,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-toggle a,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-toggle,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_toggle_label {
	color: #0f766e !important;
}

body.lotsa-light-home.lv-posts-luxury .entry-content .toc_list a,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-list a,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-link,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_item a,
body.lotsa-light-home.lv-posts-luxury .entry-content .simpletoc a {
	color: #0f766e !important;
}

body.lotsa-light-home.lv-posts-luxury .entry-content .toc_list a:hover,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-list a:hover,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-link:hover,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_item a:hover {
	color: #115e59 !important;
	text-decoration: underline !important;
}

body.lotsa-light-home.lv-posts-luxury .entry-content .toc_list,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-list,
body.lotsa-light-home.lv-posts-luxury .entry-content .ez-toc-list-level-1,
body.lotsa-light-home.lv-posts-luxury .entry-content .lwptoc_itemWrap {
	color: #5b5875 !important;
}

/* Comments */
body.lotsa-light-home.lv-posts-luxury #comments.comments-area {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(13, 148, 136, 0.15);
}

body.lotsa-light-home.lv-posts-luxury #comments .comments-title {
	color: #1e1b4b;
	font-size: 1.25rem;
	font-weight: 700;
}

body.lotsa-light-home.lv-posts-luxury .comment-list .comment-body,
body.lotsa-light-home.lv-posts-luxury .comment-list .comment-meta {
	color: #5b5875;
}

body.lotsa-light-home.lv-posts-luxury .comment-list .comment-author .fn,
body.lotsa-light-home.lv-posts-luxury .comment-list .comment-author .fn a {
	color: #1e1b4b;
	font-weight: 600;
}

body.lotsa-light-home.lv-posts-luxury #respond textarea,
body.lotsa-light-home.lv-posts-luxury #respond input[type="text"],
body.lotsa-light-home.lv-posts-luxury #respond input[type="email"],
body.lotsa-light-home.lv-posts-luxury #respond input[type="url"] {
	border-color: rgba(13, 148, 136, 0.28);
	background: #fff;
	color: #312e81;
	border-radius: 0.5rem;
}

body.lotsa-light-home.lv-posts-luxury #respond .form-submit input[type="submit"] {
	background: linear-gradient(180deg, #fde68a 0%, #fbbf24 55%, #f59e0b 100%);
	border: 1px solid rgba(251, 191, 36, 0.5);
	color: #1e1b4b;
	font-weight: 700;
	border-radius: 9999px;
	padding: 0.5rem 1.25rem;
	cursor: pointer;
}

body.lotsa-light-home.lv-posts-luxury #respond .form-submit input[type="submit"]:hover {
	filter: brightness(1.03);
}
