:root {
	--paper: #fff9f1;
	--paper-strong: #ffffff;
	--ink: #202722;
	--muted: #657068;
	--line: #e7ddd0;
	--forest: #143d32;
	--forest-deep: #0b2a22;
	--red: #b62e25;
	--orange: #e5672f;
	--gold: #d9a62e;
	--cyan: #22878b;
	--soft-red: #fff0e9;
	--soft-green: #eaf4ef;
	--shadow: 0 18px 48px rgba(49, 39, 28, 0.10);
	--shadow-small: 0 8px 26px rgba(49, 39, 28, 0.08);
	--radius-small: 10px;
	--radius: 20px;
	--radius-large: 34px;
	--shell: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--ink);
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.75;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--red);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--forest);
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--cyan);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	color: var(--ink);
	font-family: "Noto Sans Bengali", "Hind Siliguri", system-ui, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

p,
ul,
ol,
figure,
blockquote,
table {
	margin-top: 0;
}

.site-shell {
	width: min(calc(100% - 2.5rem), var(--shell));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 0.75rem;
	left: 0.75rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: #fff;
	color: #111;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid rgba(231, 221, 208, 0.9);
	background: rgba(255, 249, 241, 0.94);
	backdrop-filter: blur(16px);
}

.header-row {
	display: flex;
	min-height: 76px;
	align-items: center;
	gap: 1.25rem;
}

.site-branding {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	max-width: min(48vw, 230px);
}

.custom-logo-link,
.brand-logo {
	display: block;
	flex: 0 0 auto;
	max-width: 58px;
}

.custom-logo,
.custom-logo-link img,
.site-branding img,
.brand-logo img,
.footer-brand img {
	display: block;
	width: auto;
	height: auto;
	max-width: 58px;
	max-height: 52px;
	object-fit: contain;
	border-radius: 14px;
}

.brand-wordmark {
	overflow: hidden;
	color: var(--forest-deep);
	font-size: 1.16rem;
	font-weight: 900;
	letter-spacing: -0.035em;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.primary-navigation {
	margin-left: auto;
}

.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a {
	display: block;
	padding: 0.55rem 0.65rem;
	border-radius: 8px;
	color: #3e4842;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	background: var(--soft-red);
	color: var(--red);
}

.header-action,
.button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.15rem;
	border: 0;
	border-radius: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-action,
.button-primary {
	background: linear-gradient(135deg, var(--red), var(--orange));
	box-shadow: 0 8px 22px rgba(182, 46, 37, 0.2);
	color: #fff;
}

.header-action:hover,
.button-primary:hover {
	background: linear-gradient(135deg, #972219, #d95725);
	box-shadow: 0 11px 28px rgba(182, 46, 37, 0.26);
	color: #fff;
	transform: translateY(-1px);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 21px;
	height: 2px;
	border-radius: 2px;
	background: var(--ink);
}

.brand-hero {
	position: relative;
	padding: clamp(2.2rem, 6vw, 5.5rem) 0 0;
	background:
		radial-gradient(circle at 88% 8%, rgba(217, 166, 46, 0.22), transparent 27%),
		linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%);
}

.brand-hero::before {
	position: absolute;
	inset: 0 auto auto 0;
	width: min(30vw, 380px);
	height: 9px;
	background: linear-gradient(90deg, var(--red), var(--orange), var(--gold));
	content: "";
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 5.8rem);
}

.hero-copy {
	position: relative;
	z-index: 2;
	padding-bottom: 2rem;
}

.hero-kicker,
.page-kicker {
	margin-bottom: 0.85rem;
	color: var(--red);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-copy h1 {
	max-width: 12ch;
	margin-bottom: 1.15rem;
	font-size: clamp(2.6rem, 6vw, 5.4rem);
	line-height: 0.98;
}

.hero-intro {
	max-width: 580px;
	margin-bottom: 1.6rem;
	color: #4e5a53;
	font-size: clamp(1.02rem, 1.7vw, 1.2rem);
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.text-action {
	color: var(--forest);
	font-weight: 800;
}

.hero-visual {
	position: relative;
	align-self: end;
	margin: 0;
	transform: rotate(0.8deg);
}

.hero-visual::before {
	position: absolute;
	z-index: -1;
	inset: 8% -4% -4% 6%;
	border: 2px solid rgba(182, 46, 37, 0.18);
	border-radius: 42% 18% 28% 16%;
	content: "";
	transform: rotate(-3deg);
}

.hero-visual img {
	width: 100%;
	aspect-ratio: 3 / 2;
	border: 1px solid rgba(182, 46, 37, 0.12);
	border-radius: 44px 16px 44px 16px;
	box-shadow: var(--shadow);
	object-fit: cover;
}

.snapshot-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1.4rem;
	border-radius: 20px 20px 0 0;
	background: var(--forest-deep);
	box-shadow: 0 -4px 28px rgba(11, 42, 34, 0.12);
	color: #fff;
}

.snapshot-strip > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 1rem 1.2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.snapshot-strip > div:last-child {
	border-right: 0;
}

.snapshot-strip span {
	color: #a8c6ba;
	font-size: 0.72rem;
	font-weight: 700;
}

.snapshot-strip strong {
	overflow: hidden;
	font-size: 0.95rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.quick-access {
	padding: 0.95rem 0;
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.quick-access-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-access a {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 0.6rem;
	min-width: 0;
	padding: 0.85rem 1rem;
	border-right: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
}

.quick-access a:last-child {
	border-right: 0;
}

.quick-access span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	background: var(--soft-red);
	color: var(--red);
	font-size: 0.72rem;
	font-weight: 900;
}

.quick-access strong {
	overflow: hidden;
	font-size: 0.92rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage-content {
	padding: clamp(3rem, 7vw, 6.5rem) 0;
	background: var(--paper);
}

.article-shell {
	max-width: 900px;
	padding: clamp(1.4rem, 4vw, 3.8rem);
	border: 1px solid var(--line);
	border-radius: var(--radius-large);
	background: var(--paper-strong);
	box-shadow: var(--shadow-small);
}

.entry-content {
	overflow-wrap: anywhere;
}

.entry-content > * {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.entry-content > .alignwide {
	max-width: 1020px;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content h2 {
	position: relative;
	margin-top: 3.2rem;
	margin-bottom: 1rem;
	padding-top: 1.1rem;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.entry-content h2::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 5px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--red), var(--gold));
	content: "";
}

.entry-content h3 {
	margin-top: 2rem;
	margin-bottom: 0.65rem;
	font-size: 1.25rem;
}

.entry-content p,
.entry-content li {
	color: #3f4943;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.3rem;
}

.entry-content li + li {
	margin-top: 0.48rem;
}

.entry-content blockquote,
.entry-content .wp-block-group.is-style-note {
	padding: 1.15rem 1.3rem;
	border: 1px solid #f1cfbd;
	border-left: 5px solid var(--orange);
	border-radius: 0 var(--radius-small) var(--radius-small) 0;
	background: var(--soft-red);
}

.entry-content figure {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.entry-content figure img {
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow-small);
}

.entry-content figcaption {
	margin-top: 0.55rem;
	color: var(--muted);
	font-size: 0.8rem;
	text-align: center;
}

.entry-content table {
	width: 100%;
	border: 1px solid var(--line);
	border-collapse: collapse;
	border-radius: var(--radius-small);
	background: #fff;
}

.entry-content th,
.entry-content td {
	padding: 0.8rem 0.9rem;
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: #f8eee5;
	color: var(--forest-deep);
	font-size: 0.88rem;
}

.entry-content details {
	max-width: 820px;
	padding: 1rem 1.1rem;
	margin: 0.75rem auto;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(49, 39, 28, 0.05);
}

.entry-content summary {
	cursor: pointer;
	color: var(--ink);
	font-weight: 800;
}

.entry-content details p:last-child {
	margin-bottom: 0;
}

.page-hero {
	position: relative;
	padding: clamp(2.5rem, 6vw, 5.2rem) 0;
	overflow: hidden;
	border-bottom: 1px solid var(--line);
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 229, 0.96)),
		linear-gradient(90deg, var(--red), var(--gold));
}

.page-hero::after {
	position: absolute;
	right: -8vw;
	bottom: -120px;
	width: min(38vw, 520px);
	height: 260px;
	border: 42px solid rgba(182, 46, 37, 0.08);
	border-radius: 50%;
	content: "";
}

.page-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 2rem;
}

.page-hero h1 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2.2rem, 5.5vw, 4.6rem);
}

.page-marker {
	color: rgba(182, 46, 37, 0.14);
	font-size: clamp(4rem, 12vw, 9rem);
	font-weight: 900;
	line-height: 0.75;
	text-transform: uppercase;
}

.page-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 250px;
	align-items: start;
	gap: clamp(2rem, 5vw, 5rem);
	padding-top: clamp(2.8rem, 6vw, 5rem);
	padding-bottom: clamp(4rem, 7vw, 7rem);
}

.page-content {
	min-width: 0;
	padding: clamp(1.2rem, 3vw, 2.6rem);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-small);
}

.page-navigation {
	position: sticky;
	top: 100px;
	padding: 1.2rem;
	border-top: 5px solid var(--red);
	border-radius: 0 0 var(--radius-small) var(--radius-small);
	background: var(--forest-deep);
	box-shadow: var(--shadow-small);
}

.page-navigation h2 {
	margin-bottom: 0.6rem;
	color: #fff;
	font-size: 0.95rem;
}

.page-navigation a {
	display: block;
	padding: 0.42rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #c7d9d1;
	font-size: 0.88rem;
	text-decoration: none;
}

.page-navigation a:hover {
	color: #fff;
}

.page-action-wrap {
	margin-top: 2.5rem;
}

.content-owner-app .page-hero {
	background: linear-gradient(120deg, #fff, #e9f5f4);
}

.content-owner-app .page-navigation {
	border-top-color: var(--cyan);
}

.content-owner-payment .page-hero {
	background: linear-gradient(120deg, #fff, #fff3d9);
}

.content-owner-payment .page-navigation {
	border-top-color: var(--gold);
}

.content-owner-games .page-hero {
	background: linear-gradient(120deg, #fff, #edf5ef);
}

.content-owner-games .page-navigation {
	border-top-color: var(--forest);
}

.content-owner-faq .page-hero {
	background: linear-gradient(120deg, #fff, #f4edff);
}

.content-owner-privacy .page-hero,
.content-owner-terms .page-hero,
.content-owner-responsible-gaming .page-hero {
	background: #f4f1eb;
}

.content-owner-privacy .page-marker,
.content-owner-terms .page-marker,
.content-owner-responsible-gaming .page-marker {
	color: rgba(20, 61, 50, 0.10);
}

.single-content {
	max-width: 850px;
	padding-top: 4rem;
	padding-bottom: 6rem;
}

.featured-media img {
	width: 100%;
	border-radius: var(--radius-large);
}

.listing-main {
	min-height: 70vh;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow-small);
}

.post-card-media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.post-card-body {
	padding: 1.2rem;
}

.post-card-meta {
	margin-bottom: 0.4rem;
	color: var(--red);
	font-size: 0.75rem;
	font-weight: 800;
}

.post-card h2 {
	margin-bottom: 0.65rem;
	font-size: 1.2rem;
}

.post-card h2 a {
	color: var(--ink);
	text-decoration: none;
}

.pagination-wrap {
	padding-bottom: 5rem;
}

.not-found-main {
	display: grid;
	min-height: 68vh;
	place-items: center;
	padding: 4rem 0;
}

.not-found-card {
	max-width: 720px;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid var(--line);
	border-radius: var(--radius-large);
	background: #fff;
	box-shadow: var(--shadow);
	text-align: center;
}

.error-code {
	margin-bottom: 0;
	color: var(--red);
	font-size: clamp(4rem, 15vw, 9rem);
	font-weight: 900;
	line-height: 0.9;
}

.not-found-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
}

.search-form {
	display: flex;
	max-width: 640px;
	gap: 0.6rem;
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
}

.search-form button {
	min-height: 46px;
	padding: 0.65rem 1rem;
	border: 0;
	border-radius: 10px;
	background: var(--forest);
	color: #fff;
	font-weight: 800;
}

.site-footer {
	padding: clamp(3rem, 6vw, 5.5rem) 0 1.2rem;
	background: #171d1a;
	color: #d5ddd8;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1.4fr 1fr;
	gap: clamp(2rem, 4vw, 4rem);
}

.footer-brand-lockup {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.footer-brand .custom-logo-link {
	max-width: 50px;
}

.footer-brand img,
.footer-brand .custom-logo,
.footer-brand .custom-logo-link img {
	max-width: 50px;
	max-height: 46px;
}

.footer-brand strong {
	color: #fff;
	font-size: 1.35rem;
}

.footer-brand p,
.footer-boundary p {
	color: #aeb9b2;
	font-size: 0.88rem;
}

.footer-navigation h2,
.footer-boundary h2 {
	margin-bottom: 0.8rem;
	color: #fff;
	font-size: 1rem;
}

.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 0.15rem 1rem;
}

.footer-menu a {
	display: block;
	padding: 0.24rem 0;
	color: #bdc8c1;
	font-size: 0.86rem;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #fff;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.1rem;
	margin-top: 2.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #87968d;
	font-size: 0.8rem;
}

.footer-bottom a {
	color: #c9d3cd;
}

.mobile-action-bar {
	display: none;
}

@media (max-width: 1080px) {
	.header-action {
		display: none;
	}

	.primary-menu a {
		padding-inline: 0.45rem;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
		gap: 2.6rem;
	}
}

@media (max-width: 860px) {
	body {
		padding-bottom: 72px;
	}

	.header-row {
		min-height: 68px;
	}

	.site-branding {
		max-width: min(58vw, 190px);
	}

	.custom-logo,
	.custom-logo-link img,
	.site-branding img,
	.brand-logo img {
		max-width: 48px;
		max-height: 44px;
	}

	.menu-toggle {
		display: flex;
		margin-left: auto;
	}

	.primary-navigation {
		position: fixed;
		z-index: 99;
		top: 68px;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100vh - 68px);
		padding: 0.8rem 1.25rem 1.4rem;
		overflow-y: auto;
		border-top: 1px solid var(--line);
		background: var(--paper);
		box-shadow: var(--shadow);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 0.15rem;
	}

	.primary-menu a {
		padding: 0.78rem;
		border-bottom: 1px solid var(--line);
		font-size: 1rem;
	}

	.hero-grid,
	.page-layout {
		grid-template-columns: 1fr;
	}

	.hero-copy h1 {
		max-width: 14ch;
	}

	.hero-visual {
		width: min(100%, 680px);
		margin-inline: auto;
	}

	.snapshot-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.snapshot-strip > div:nth-child(2) {
		border-right: 0;
	}

	.snapshot-strip > div:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.11);
	}

	.quick-access-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.quick-access a:nth-child(2) {
		border-right: 0;
	}

	.quick-access a:nth-child(n + 3) {
		border-top: 1px solid var(--line);
	}

	.page-navigation {
		position: static;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0 1rem;
	}

	.page-navigation h2 {
		grid-column: 1 / -1;
	}

	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.mobile-action-bar {
		position: fixed;
		z-index: 110;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.55rem;
		padding: 0.55rem max(0.7rem, env(safe-area-inset-right)) calc(0.55rem + env(safe-area-inset-bottom)) max(0.7rem, env(safe-area-inset-left));
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		background: rgba(11, 42, 34, 0.96);
		backdrop-filter: blur(14px);
	}

	.mobile-action-bar a {
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		background: linear-gradient(135deg, var(--red), var(--orange));
		color: #fff;
		font-weight: 900;
		text-decoration: none;
	}

	.mobile-action-bar a:last-child {
		border: 1px solid rgba(255, 255, 255, 0.28);
		background: #fff;
		color: var(--forest-deep);
	}
}

@media (max-width: 620px) {
	.site-shell {
		width: min(calc(100% - 1.25rem), var(--shell));
	}

	body {
		font-size: 16px;
	}

	.brand-wordmark {
		font-size: 1.02rem;
	}

	.brand-hero {
		padding-top: 2rem;
	}

	.hero-copy h1 {
		font-size: clamp(2.3rem, 13vw, 3.8rem);
	}

	.hero-actions {
		display: grid;
		align-items: stretch;
	}

	.button {
		width: 100%;
	}

	.hero-visual img {
		border-radius: 26px 10px 26px 10px;
	}

	.snapshot-strip,
	.quick-access-grid,
	.page-navigation,
	.post-grid,
	.footer-grid,
	.footer-menu {
		grid-template-columns: 1fr;
	}

	.snapshot-strip > div,
	.quick-access a {
		border-right: 0;
	}

	.snapshot-strip > div:nth-child(n + 2),
	.quick-access a:nth-child(n + 2) {
		border-top: 1px solid var(--line);
	}

	.snapshot-strip > div:nth-child(n + 2) {
		border-top-color: rgba(255, 255, 255, 0.11);
	}

	.article-shell,
	.page-content {
		padding: 1.1rem;
		border-radius: 16px;
	}

	.entry-content h2 {
		margin-top: 2.6rem;
		font-size: 1.5rem;
	}

	.entry-content table {
		display: block;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}

	.page-hero {
		padding: 2.5rem 0;
	}

	.page-hero-grid {
		grid-template-columns: 1fr;
	}

	.page-hero h1 {
		font-size: clamp(2rem, 11vw, 3.2rem);
	}

	.page-marker {
		display: none;
	}

	.page-layout {
		gap: 1.4rem;
		padding-top: 2rem;
	}

	.page-navigation {
		display: block;
	}

	.footer-bottom,
	.not-found-actions,
	.search-form {
		flex-direction: column;
	}

	.footer-bottom {
		align-items: flex-start;
	}

	.search-form button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

