:root {
	--bg: #04100e;
	--bg-deep: #020908;
	--surface: #0a1a17;
	--surface-2: #10241f;
	--surface-3: #153029;
	--text: #f5fbf8;
	--muted: #a9c0b7;
	--line: rgba(143, 204, 180, 0.18);
	--line-strong: rgba(183, 241, 215, 0.34);
	--accent: #b9ee59;
	--accent-strong: #d7ff7e;
	--amber: #f0b54c;
	--danger: #ec7e69;
	--radius-sm: 12px;
	--radius: 20px;
	--radius-lg: 30px;
	--shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
	--content: 1180px;
	--article: 820px;
	--header-h: 76px;
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	min-width: 320px;
	overflow-wrap: break-word;
	background:
		radial-gradient(circle at 12% 6%, rgba(32, 111, 84, 0.16), transparent 34rem),
		linear-gradient(180deg, #061411 0%, var(--bg) 36%, var(--bg-deep) 100%);
	color: var(--text);
	font-family: "Noto Sans Bengali", "Hind Siliguri", "SolaimanLipi", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.76;
	-webkit-font-smoothing: antialiased;
}

body.has-mobile-sticky {
	padding-bottom: 0;
}

img,
svg,
video {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: var(--accent-strong);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

a:hover {
	color: #ffffff;
}

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

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

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

::selection {
	background: var(--accent);
	color: #06110e;
}

.shell {
	width: min(calc(100% - 40px), var(--content));
	margin-inline: auto;
}

.shell--article {
	width: min(calc(100% - 40px), var(--article));
}

.screen-reader-text {
	position: absolute !important;
	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: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	margin: 0;
	clip: auto;
	background: #ffffff;
	color: #07110e;
	border-radius: 8px;
}

.skip-link {
	position: fixed !important;
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	min-height: var(--header-h);
	background: rgba(3, 13, 11, 0.88);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: var(--header-h);
	gap: 22px;
}

.site-branding,
.brand-link,
.custom-logo-link {
	flex: 0 0 auto;
	min-width: 0;
	max-width: min(48vw, 220px);
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-right: auto;
}

.custom-logo-link {
	display: block;
	flex: 0 0 auto;
}

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

.footer-brand img {
	max-width: 50px;
	max-height: 50px;
}

.brand-logo {
	display: block;
	flex: 0 0 auto;
}

.brand-wordmark {
	color: #ffffff;
	font-size: clamp(1.04rem, 1vw + 0.7rem, 1.26rem);
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.primary-navigation {
	flex: 0 1 auto;
}

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

.primary-menu a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 11px;
	border-radius: 11px;
	color: #d5e4de;
	font-size: 0.88rem;
	font-weight: 720;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	background: rgba(177, 235, 102, 0.1);
	color: #ffffff;
}

.primary-menu .menu-action-secondary > a {
	border: 1px solid var(--line-strong);
	color: #ffffff;
}

.primary-menu .menu-action-primary > a {
	background: linear-gradient(135deg, var(--accent-strong), #91df42);
	color: #07110e;
	box-shadow: 0 9px 24px rgba(154, 229, 70, 0.17);
}

.primary-menu .menu-action-primary > a:hover {
	background: #ffffff;
	color: #07110e;
}

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding: 0;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 13px;
	color: #ffffff;
	cursor: pointer;
}

.menu-toggle__line {
	width: 20px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.site-main {
	min-height: 60vh;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
	color: var(--accent);
	font-size: 0.77rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	line-height: 1.35;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	background: linear-gradient(90deg, var(--amber), var(--accent));
	border-radius: 999px;
}

.hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	align-items: center;
	gap: clamp(38px, 6vw, 76px);
	min-height: 670px;
	padding-block: clamp(64px, 8vw, 112px);
}

.hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 10% 48% 10% -20%;
	background: radial-gradient(circle, rgba(93, 190, 131, 0.13), transparent 64%);
	filter: blur(12px);
}

.hero__copy {
	position: relative;
	z-index: 2;
}

.hero h1,
.page-hero h1,
.article-hero h1,
.listing-hero h1,
.not-found h1 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.35rem, 5.1vw, 5.25rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.hero h1 {
	max-width: 13ch;
}

.hero__lead {
	max-width: 620px;
	margin: 24px 0 0;
	color: #bfd2ca;
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.7;
}

.hero__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 31px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 52px;
	padding: 12px 21px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button svg,
.text-link svg,
.quick-card svg,
.mobile-sticky-action svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.button:hover {
	transform: translateY(-2px);
}

.button--primary {
	background: linear-gradient(135deg, var(--accent-strong), #8edb42);
	color: #07110e;
	box-shadow: 0 16px 35px rgba(153, 230, 73, 0.16);
}

.button--primary:hover {
	background: #ffffff;
	color: #07110e;
}

.button--secondary {
	border-color: var(--line-strong);
	background: rgba(10, 31, 25, 0.72);
	color: #ffffff;
}

.hero__snapshot {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 580px;
	margin: 38px 0 0;
	padding: 0;
	list-style: none;
}

.hero__snapshot li {
	display: grid;
	gap: 2px;
	padding: 13px 15px;
	background: rgba(12, 36, 29, 0.7);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}

.hero__snapshot span {
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.35;
}

.hero__snapshot strong {
	color: #ffffff;
	font-size: 0.87rem;
	line-height: 1.35;
}

.hero__visual {
	position: relative;
	margin: 0;
}

.hero__visual::before {
	content: "";
	position: absolute;
	inset: -18px 18px 18px -18px;
	z-index: -1;
	border: 1px solid rgba(181, 236, 103, 0.22);
	border-radius: 34px 9px 34px 34px;
}

.hero__visual::after {
	content: "";
	position: absolute;
	width: 96px;
	height: 6px;
	right: 28px;
	bottom: -3px;
	background: linear-gradient(90deg, var(--amber), var(--accent));
	border-radius: 99px;
}

.hero__visual img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border: 1px solid var(--line-strong);
	border-radius: 32px 8px 32px 32px;
	box-shadow: var(--shadow);
}

.quick-access {
	padding-block: 12px clamp(72px, 9vw, 116px);
}

.section-heading {
	margin-bottom: 28px;
}

.section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.section-heading h2,
.entry-content h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.65rem, 2.7vw, 2.75rem);
	font-weight: 870;
	letter-spacing: -0.025em;
	line-height: 1.23;
	text-wrap: balance;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--accent);
	font-size: 0.87rem;
	font-weight: 800;
	text-decoration: none;
}

.text-link::after {
	content: "→";
	font-size: 1.1em;
}

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

.quick-card {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 13px;
	min-height: 104px;
	padding: 17px;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(17, 46, 38, 0.96), rgba(8, 26, 22, 0.96));
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: #ffffff;
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.quick-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, var(--accent), var(--amber));
	opacity: 0.78;
}

.quick-card:hover {
	transform: translateY(-4px);
	background: var(--surface-2);
	border-color: rgba(190, 244, 120, 0.4);
	color: #ffffff;
}

.quick-card__index {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	background: rgba(191, 239, 93, 0.1);
	border: 1px solid rgba(191, 239, 93, 0.22);
	border-radius: 12px;
	color: var(--accent);
	font-size: 0.68rem;
	font-weight: 900;
}

.quick-card strong,
.quick-card small {
	display: block;
}

.quick-card strong {
	font-size: 0.95rem;
	line-height: 1.35;
}

.quick-card small {
	margin-top: 3px;
	color: var(--muted);
	font-size: 0.72rem;
	line-height: 1.35;
}

.quick-card > svg {
	width: 18px;
	color: var(--amber);
}

.front-content {
	margin-bottom: clamp(78px, 10vw, 140px);
}

.front-content:empty {
	display: none;
}

.entry-content {
	color: #d4e1dc;
}

.entry-content > * {
	max-width: var(--article);
	margin-inline: auto;
}

.entry-content > .alignwide {
	max-width: var(--content);
}

.entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.entry-content h2 {
	position: relative;
	margin-top: clamp(58px, 8vw, 96px);
	margin-bottom: 23px;
	padding-top: 17px;
}

.entry-content h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
	height: 3px;
	background: linear-gradient(90deg, var(--amber), var(--accent));
	border-radius: 99px;
}

.entry-content h3 {
	margin-top: 38px;
	margin-bottom: 14px;
	color: #ffffff;
	font-size: clamp(1.23rem, 2vw, 1.65rem);
	line-height: 1.35;
}

.entry-content h4 {
	color: #ffffff;
	font-size: 1.08rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	margin-top: 0;
	margin-bottom: 1.35em;
}

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

.entry-content li + li {
	margin-top: 0.45em;
}

.entry-content blockquote {
	margin-block: 34px;
	padding: 22px 25px;
	background: rgba(14, 42, 34, 0.82);
	border: 1px solid var(--line);
	border-left: 4px solid var(--amber);
	border-radius: 0 var(--radius) var(--radius) 0;
	color: #e8f3ef;
}

.entry-content figure,
.entry-content .wp-block-image {
	margin-top: 36px;
	margin-bottom: 42px;
}

.entry-content figure img,
.entry-content .wp-block-image img,
.article-hero__image img {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.entry-content figcaption {
	margin-top: 10px;
	color: var(--muted);
	font-size: 0.78rem;
	text-align: left;
}

.entry-content .wp-block-group,
.bc-section,
.bc-callout {
	margin-block: 34px;
	padding: clamp(22px, 4vw, 38px);
	background: linear-gradient(145deg, rgba(17, 47, 38, 0.87), rgba(8, 27, 22, 0.92));
	border: 1px solid var(--line);
	border-radius: var(--radius-lg) var(--radius-sm) var(--radius-lg) var(--radius-lg);
}

.entry-content .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.entry-content .wp-block-button__link {
	min-height: 48px;
	padding: 12px 20px;
	background: var(--accent);
	border-radius: 13px;
	color: #07110e;
	font-weight: 850;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 1px solid var(--line-strong);
	color: #ffffff;
}

.entry-content details,
.bc-faq details {
	margin: 11px 0;
	overflow: hidden;
	background: rgba(11, 34, 28, 0.82);
	border: 1px solid var(--line);
	border-radius: 15px;
}

.entry-content summary,
.bc-faq summary {
	position: relative;
	padding: 18px 52px 18px 19px;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.5;
	cursor: pointer;
	list-style: none;
}

.entry-content summary::-webkit-details-marker,
.bc-faq summary::-webkit-details-marker {
	display: none;
}

.entry-content summary::after,
.bc-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 18px;
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	transform: translateY(-50%);
	background: rgba(188, 239, 96, 0.11);
	border-radius: 8px;
	color: var(--accent);
	font-size: 1.15rem;
}

.entry-content details[open] summary::after,
.bc-faq details[open] summary::after {
	content: "−";
}

.entry-content details > :not(summary),
.bc-faq details > :not(summary) {
	margin: 0;
	padding: 0 19px 19px;
	color: #c7d7d0;
}

.table-scroll,
.entry-content .wp-block-table {
	max-width: 100%;
	overflow-x: auto;
	margin-block: 34px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.entry-content table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	background: var(--surface);
	font-size: 0.88rem;
}

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

.entry-content th {
	background: var(--surface-3);
	color: var(--accent-strong);
	font-weight: 850;
}

.entry-content tr:last-child td {
	border-bottom: 0;
}

.bc-snapshot,
.bc-task-grid,
.bc-issue-grid,
.bc-troubleshooting-grid,
.bc-platform-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.bc-payment-map {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.bc-step-ribbon {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.bc-snapshot > *,
.bc-task-grid > *,
.bc-issue-grid > *,
.bc-troubleshooting-grid > *,
.bc-platform-grid > *,
.bc-payment-map > *,
.bc-step-ribbon > * {
	min-width: 0;
	padding: 19px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}

.bc-step-ribbon > * {
	border: 0;
	border-radius: 0;
}

.bc-status-rows {
	display: grid;
	gap: 9px;
}

.bc-status-rows > * {
	display: grid;
	grid-template-columns: minmax(130px, 0.35fr) 1fr;
	gap: 20px;
	padding: 14px 17px;
	background: rgba(14, 42, 34, 0.66);
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}

.bc-image-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
	align-items: center;
	gap: clamp(24px, 5vw, 58px);
	margin-block: clamp(50px, 8vw, 90px);
}

.bc-image-band.is-reversed > :first-child {
	order: 2;
}

.bc-image-band img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.page-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
	align-items: center;
	gap: clamp(34px, 6vw, 75px);
	min-height: 420px;
	padding-block: clamp(58px, 8vw, 95px);
	border-bottom: 1px solid var(--line);
}

.page-hero h1,
.article-hero h1,
.listing-hero h1 {
	font-size: clamp(2.25rem, 4.3vw, 4.25rem);
}

.page-hero__visual {
	position: relative;
	margin: 0;
}

.page-hero__visual::before {
	content: "";
	position: absolute;
	inset: 18px -14px -14px 18px;
	z-index: -1;
	border: 1px solid rgba(195, 241, 126, 0.24);
	border-radius: 10px 28px 28px;
}

.page-hero__visual img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border: 1px solid var(--line);
	border-radius: 28px 28px 8px;
	box-shadow: var(--shadow);
}

.page-shell > .entry-content {
	padding-block: clamp(56px, 8vw, 100px) clamp(90px, 11vw, 150px);
}

.page-shell > .entry-content:empty {
	display: none;
}

.page-shell--login .page-hero__visual::before {
	border-color: rgba(101, 219, 168, 0.34);
}

.page-shell--app .page-hero__visual img {
	border-radius: 8px 28px 28px;
}

.page-shell--payment .page-hero__visual::before {
	border-color: rgba(240, 181, 76, 0.42);
}

.page-shell--payment .entry-content h2::before {
	background: linear-gradient(90deg, var(--amber), #f2d18a);
}

.page-shell--games .page-hero__visual img {
	object-position: 50% 42%;
}

.page-shell--faq .page-hero {
	grid-template-columns: minmax(0, 0.78fr) minmax(330px, 0.62fr);
}

.page-shell--privacy .page-hero,
.page-shell--terms .page-hero {
	display: block;
	min-height: 0;
	padding-block: 70px;
}

.page-shell--privacy .entry-content,
.page-shell--terms .entry-content {
	max-width: 760px;
}

.article-hero {
	padding-block: clamp(70px, 10vw, 120px) 46px;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: 0.82rem;
}

.article-hero__image {
	margin: 38px 0 0;
}

.single-shell > .entry-content {
	padding-block: 34px clamp(100px, 12vw, 160px);
}

.listing-hero {
	padding-block: clamp(72px, 10vw, 120px) 50px;
}

.archive-description {
	max-width: 700px;
	margin-top: 20px;
	color: var(--muted);
}

.content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding-bottom: 90px;
}

.content-card {
	overflow: hidden;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.content-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.content-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.content-card:hover .content-card__image img {
	transform: scale(1.035);
}

.content-card__body {
	padding: 20px;
}

.content-card__meta {
	margin: 0 0 7px;
	color: var(--muted);
	font-size: 0.72rem;
}

.content-card h2 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.42;
}

.content-card h2 a {
	color: #ffffff;
	text-decoration: none;
}

.content-card__excerpt {
	margin-top: 10px;
	color: var(--muted);
	font-size: 0.84rem;
}

.pagination,
.nav-links {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin: 0 auto 90px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	min-height: 42px;
	place-items: center;
	padding: 7px 11px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--accent);
	color: #07110e;
}

.search-form {
	display: flex;
	width: min(100%, 650px);
	gap: 9px;
	margin-top: 26px;
}

.search-form label {
	flex: 1 1 auto;
}

.search-field {
	width: 100%;
	min-height: 50px;
	padding: 11px 15px;
	background: var(--surface);
	border: 1px solid var(--line-strong);
	border-radius: 13px;
	color: #ffffff;
}

.search-submit {
	min-height: 50px;
	padding: 10px 18px;
	background: var(--accent);
	border: 0;
	border-radius: 13px;
	color: #07110e;
	font-weight: 850;
	cursor: pointer;
}

.empty-state {
	grid-column: 1 / -1;
	padding: 28px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	color: var(--muted);
}

.not-found {
	padding-block: clamp(70px, 12vw, 150px);
	text-align: center;
}

.not-found .eyebrow {
	justify-content: center;
}

.not-found__code {
	margin: 0;
	color: rgba(187, 236, 102, 0.16);
	font-size: clamp(5rem, 18vw, 12rem);
	font-weight: 950;
	letter-spacing: -0.08em;
	line-height: 0.78;
}

.not-found > p:not(.eyebrow, .not-found__code) {
	color: var(--muted);
}

.not-found__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 28px;
}

.not-found .search-form {
	margin-inline: auto;
}

.page-links {
	display: flex;
	gap: 8px;
	margin-top: 35px;
	color: var(--muted);
}

.site-footer {
	background:
		linear-gradient(135deg, rgba(16, 50, 39, 0.37), transparent 55%),
		#020807;
	border-top: 1px solid var(--line);
}

.site-footer__inner {
	padding-block: clamp(58px, 8vw, 92px) 25px;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(300px, 1.25fr) minmax(210px, 0.7fr) minmax(250px, 0.8fr);
	gap: clamp(34px, 7vw, 90px);
}

.footer-brand__identity {
	display: flex;
	align-items: center;
	gap: 11px;
}

.footer-brand p,
.footer-responsible p {
	max-width: 520px;
	margin: 19px 0 0;
	color: var(--muted);
	font-size: 0.84rem;
	line-height: 1.75;
}

.footer-navigation h2,
.footer-responsible h2 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 1rem;
}

.footer-menu {
	align-items: flex-start;
	flex-direction: column;
	gap: 2px;
}

.footer-menu a {
	display: block;
	padding: 5px 0;
	color: var(--muted);
	font-size: 0.84rem;
	text-decoration: none;
}

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

.age-mark {
	display: grid;
	width: 48px;
	height: 48px;
	margin-top: 20px;
	place-items: center;
	border: 1px solid rgba(240, 181, 76, 0.47);
	border-radius: 50%;
	color: var(--amber);
	font-weight: 900;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-top: 52px;
	padding-top: 21px;
	border-top: 1px solid var(--line);
	color: #7f9b91;
	font-size: 0.72rem;
}

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

@media (max-width: 1080px) {
	.site-header__inner {
		flex-wrap: wrap;
	}

	.menu-toggle {
		display: flex;
	}

	.primary-navigation {
		position: absolute;
		top: calc(100% + 1px);
		right: 20px;
		left: 20px;
		display: none;
		padding: 12px;
		background: rgba(4, 17, 14, 0.98);
		border: 1px solid var(--line);
		border-radius: 0 0 18px 18px;
		box-shadow: var(--shadow);
	}

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

	.primary-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	.primary-menu a {
		justify-content: center;
		white-space: normal;
	}

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

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

@media (max-width: 860px) {
	.hero {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-top: 64px;
	}

	.hero h1 {
		max-width: 15ch;
	}

	.hero__visual {
		width: min(100%, 680px);
	}

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

	.page-hero__visual {
		width: min(100%, 680px);
	}

	.bc-payment-map,
	.bc-step-ribbon {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-image-band {
		grid-template-columns: 1fr;
	}

	.bc-image-band.is-reversed > :first-child {
		order: initial;
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

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

@media (max-width: 782px) {
	body.has-mobile-sticky {
		padding-bottom: 78px;
	}

	.mobile-sticky-action {
		position: fixed;
		z-index: 1100;
		right: 12px;
		bottom: calc(10px + env(safe-area-inset-bottom));
		left: 12px;
		display: block;
		padding: 7px;
		background: rgba(4, 16, 13, 0.94);
		border: 1px solid var(--line-strong);
		border-radius: 17px;
		box-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
		backdrop-filter: blur(14px);
	}

	.mobile-sticky-action a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-height: 52px;
		padding: 10px 18px;
		background: linear-gradient(135deg, var(--accent-strong), #8fdf42);
		border-radius: 12px;
		color: #07110e;
		font-weight: 900;
		line-height: 1.2;
		text-decoration: none;
	}

	.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	:root {
		--header-h: 68px;
	}

	body {
		font-size: 17px;
	}

	.shell,
	.shell--article {
		width: min(calc(100% - 28px), var(--content));
	}

	.site-branding,
	.brand-link,
	.custom-logo-link {
		max-width: min(58vw, 160px);
	}

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

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

	.hero {
		gap: 48px;
		padding-block: 50px 72px;
	}

	.hero h1,
	.page-hero h1,
	.article-hero h1,
	.listing-hero h1,
	.not-found h1 {
		font-size: clamp(2rem, 10vw, 3.2rem);
		letter-spacing: -0.035em;
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__actions,
	.hero__actions .button {
		width: 100%;
	}

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

	.hero__visual::before {
		inset: -10px 10px 10px -10px;
	}

	.section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.quick-access__grid,
	.content-grid,
	.bc-snapshot,
	.bc-task-grid,
	.bc-issue-grid,
	.bc-troubleshooting-grid,
	.bc-platform-grid,
	.bc-payment-map,
	.bc-step-ribbon {
		grid-template-columns: 1fr;
	}

	.quick-card {
		min-height: 88px;
	}

	.page-hero {
		gap: 35px;
		min-height: 0;
		padding-block: 48px 58px;
	}

	.page-shell--privacy .page-hero,
	.page-shell--terms .page-hero {
		padding-block: 48px;
	}

	.entry-content h2 {
		margin-top: 54px;
	}

	.entry-content .wp-block-group,
	.bc-section,
	.bc-callout {
		padding: 20px;
		border-radius: 22px 8px 22px 22px;
	}

	.bc-status-rows > * {
		grid-template-columns: 1fr;
		gap: 3px;
	}

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

	.footer-responsible {
		grid-column: auto;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.search-form {
		flex-direction: column;
	}
}

@media (max-width: 420px) {
	.primary-menu {
		grid-template-columns: 1fr;
	}

	.primary-navigation {
		max-height: calc(100vh - 90px);
		overflow-y: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

