/*
Theme Name: Stake HU
Author: Stake HU
Description: Egyedi WordPress téma a Stake HU weboldalhoz.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: stakehu
*/

:root {
	--stakehu-header-height: 64px;
	--stakehu-sidebar-width: 260px;
	--stakehu-header: #142a3a;
	--stakehu-sidebar: rgb(13 31 43);
	--stakehu-panel: rgb(23 43 57);
	--stakehu-background: rgb(23 43 57);
	--stakehu-text: #f5f7fa;
	--stakehu-muted: #b1c6d5;
	--stakehu-accent: #1475e1;
	--stakehu-border: #294454;
	--stakehu-admin-bar: 0px;
}

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

html {
	min-width: 320px;
	background: var(--stakehu-background);
}

body {
	margin: 0;
	background: var(--stakehu-background);
	color: var(--stakehu-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

body.admin-bar {
	--stakehu-admin-bar: 32px;
}

body.sidebar-open {
	overflow: hidden;
}

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

button {
	font: inherit;
}

.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: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #fff;
	color: #111;
}

.site-header {
	position: fixed;
	z-index: 1000;
	top: var(--stakehu-admin-bar);
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: var(--stakehu-sidebar-width) minmax(0, 1fr);
	height: var(--stakehu-header-height);
	background: var(--stakehu-header);
	box-shadow: 0 2px 5px rgb(0 0 0 / 18%);
}

.site-header-rail {
	display: flex;
	align-items: center;
	padding: 0 16px;
	border-right: 1px solid rgb(255 255 255 / 3%);
	background: var(--stakehu-sidebar);
}

.product-switcher {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
}

.product-switcher-item,
.auth-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 20px;
	border: 0;
	border-radius: 7px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
}

.product-switcher-item {
	flex: 1 1 0;
	background: #203b4e;
	color: #d8e4eb;
}

.product-switcher-item.is-active {
	background: linear-gradient(180deg, #166fce, #318ce8);
	color: #fff;
}

.site-header-main {
	min-width: 0;
}

.site-header-main-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 1248px);
	height: 100%;
	margin: 0 auto;
	padding: 0 24px;
}

.site-logo {
	display: flex;
	align-items: center;
	width: 82px;
	height: 44px;
}

.site-logo img {
	display: block;
	width: 82px;
	height: 41px;
}

.auth-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.auth-action {
	min-height: 40px;
	background: #3a566b;
	color: #fff;
}

.auth-register {
	background: var(--stakehu-accent);
}

.product-switcher-item:focus-visible,
.auth-action:focus-visible,
.sidebar-toggle:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.sidebar-toggle {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.sidebar-toggle-line {
	display: block;
	width: 19px;
	height: 2px;
	border-radius: 999px;
	background: currentcolor;
	transition: transform 160ms ease, opacity 160ms ease;
}

.sidebar-open .sidebar-toggle-line:nth-child(2) {
	transform: translateY(6px) rotate(45deg);
}

.sidebar-open .sidebar-toggle-line:nth-child(3) {
	opacity: 0;
}

.sidebar-open .sidebar-toggle-line:nth-child(4) {
	transform: translateY(-6px) rotate(-45deg);
}

.site-shell {
	min-height: 100vh;
	padding-top: var(--stakehu-header-height);
}

.site-sidebar {
	position: fixed;
	z-index: 900;
	top: calc(var(--stakehu-header-height) + var(--stakehu-admin-bar));
	left: 0;
	bottom: 0;
	width: var(--stakehu-sidebar-width);
	padding: 16px;
	overflow-y: auto;
	background: var(--stakehu-sidebar);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.site-sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar-panel {
	padding: 4px 8px 12px 12px;
	border-radius: 8px;
	background: var(--stakehu-panel);
}

.sidebar-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-wordpress-menu > .menu-item {
	margin: 0;
}

.sidebar-wordpress-menu > .menu-item > a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 8px;
	border-radius: 6px;
	color: #e5edf3;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.sidebar-wordpress-menu > .menu-item > a:hover {
	background: rgb(255 255 255 / 7%);
	color: #fff;
}

.sidebar-wordpress-menu > .menu-item > a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.sidebar-wordpress-menu .dashicons {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #a9c7da;
	font-size: 19px;
	line-height: 20px;
}

.sidebar-item {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 48px;
	padding: 0 8px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #e5edf3;
	font: inherit;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.sidebar-item:hover {
	background: rgb(255 255 255 / 7%);
	color: #fff;
}

.sidebar-item:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.sidebar-item .dashicons {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #a9c7da;
	font-size: 19px;
	line-height: 20px;
}

.sidebar-divider {
	height: 1px;
	margin: 8px 0 16px;
	background: var(--stakehu-border);
}

.sidebar-heading {
	margin: 0 0 8px;
	color: var(--stakehu-muted);
	font-weight: 700;
}

.site-content {
	min-width: 0;
	min-height: calc(100vh - var(--stakehu-header-height));
	margin-left: var(--stakehu-sidebar-width);
}

.promo-strip {
	width: min(100%, 1248px);
	margin: 0 auto;
	padding: 24px 24px 0;
}

.promo-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max(320px, calc((100% - 28px) / 3));
	gap: 14px;
	padding: 0;
	margin: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	list-style: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.promo-track::-webkit-scrollbar {
	display: none;
}

.promo-item {
	min-width: 0;
	scroll-snap-align: start;
}

.promo-card {
	display: flex;
	align-items: center;
	gap: 24px;
	width: 100%;
	min-width: 0;
	height: 146px;
	padding: 13px 14px;
	border: 0;
	border-radius: 8px;
	background: #203949;
	color: var(--stakehu-text);
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: background-color 160ms ease;
}

.promo-card:hover {
	background: #274556;
}

.promo-card:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -2px;
}

.promo-card-image {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.promo-card-copy {
	display: flex;
	align-items: flex-start;
	min-width: 0;
	flex-direction: column;
}

.promo-card-badge {
	display: inline-flex;
	align-items: center;
	min-height: 17px;
	margin-bottom: 8px;
	padding: 1px 5px;
	border-radius: 3px;
	background: #fff;
	color: #07151f;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
}

.promo-card-title {
	margin-bottom: 2px;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}

.promo-card-description {
	display: -webkit-box;
	overflow: hidden;
	color: #b8d9f3;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.casino-toolbar {
	width: min(100%, 1248px);
	margin: 0 auto;
	padding: 24px 24px 0;
}

.casino-search {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 50px;
	padding: 0 14px;
	border: 1px solid #3b5b70;
	border-radius: 8px;
	background: var(--stakehu-sidebar);
	color: #b8d9f3;
}

.casino-search .dashicons {
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
}

.casino-search-input {
	min-width: 0;
	width: 100%;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 15px;
}

.casino-search-input::placeholder {
	color: #b8d9f3;
	opacity: 1;
}

.casino-search-input::-webkit-search-cancel-button {
	display: none;
}

.casino-category-list {
	display: flex;
	align-items: center;
	gap: 4px;
	width: 100%;
	margin: 24px 0 0;
	padding: 4px;
	overflow-x: auto;
	border-radius: 999px;
	background: var(--stakehu-sidebar);
	list-style: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.casino-category-list::-webkit-scrollbar {
	display: none;
}

.casino-category-item {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
}

.casino-category-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 44px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 160ms ease;
}

.casino-category-button:hover,
.casino-category-button.is-active {
	background: #46657a;
}

.casino-category-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -2px;
}

.casino-category-button .dashicons {
	width: 20px;
	height: 20px;
	color: #b4d1e3;
	font-size: 20px;
	line-height: 20px;
}

.casino-category-button.is-active .dashicons {
	color: #fff;
}

.originals-section {
	width: min(100%, 1248px);
	margin: 0 auto;
	padding: 28px 24px 0;
}

.originals-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
}

.originals-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
}

.originals-title-icon {
	width: 20px;
	height: 20px;
	fill: #a9c7da;
}

.slots-title-icon {
	color: #a9c7da;
	font-size: 11px;
	font-style: italic;
	font-weight: 800;
	letter-spacing: -2px;
}

.originals-view-all,
.originals-load-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.originals-view-all:hover,
.originals-load-button:hover {
	text-decoration: underline;
}

.originals-view-all:focus-visible,
.originals-load-button:focus-visible,
.originals-card:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.originals-list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max(130px, calc((100% - 70px) / 8));
	gap: 10px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	list-style: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.originals-list::-webkit-scrollbar {
	display: none;
}

.originals-item {
	min-width: 0;
	margin: 0;
	scroll-snap-align: start;
}

.originals-card {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #d8e4eb;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.originals-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	border-radius: 8px;
	object-fit: cover;
	transition: filter 160ms ease, transform 160ms ease;
}

.originals-card:hover .originals-image {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

.originals-players {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
}

.originals-status {
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1ed760;
}

.originals-load-more {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.originals-load-line {
	flex: 1 1 auto;
	height: 1px;
	background: #3b596b;
}

.originals-load-button {
	flex: 0 0 auto;
	color: #abc2d2;
}

.providers-section {
	width: min(100%, 1248px);
	margin: 0 auto;
	padding: 28px 24px 0;
}

.providers-title-icon {
	width: 20px;
	height: 20px;
	color: #a9c7da;
	font-size: 20px;
	line-height: 20px;
}

.providers-list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max(130px, calc((100% - 70px) / 8));
	gap: 10px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline proximity;
	list-style: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.providers-list::-webkit-scrollbar {
	display: none;
}

.providers-item {
	min-width: 0;
	margin: 0;
	scroll-snap-align: start;
}

.providers-card {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: #d8e4eb;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.providers-card:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.providers-image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2.48 / 1;
	border-radius: 7px;
	object-fit: cover;
	transition: filter 160ms ease, transform 160ms ease;
}

.providers-card:hover .providers-image {
	filter: brightness(1.1);
	transform: translateY(-2px);
}

.front-page-copy {
	width: 100%;
	margin: 0 auto;
	color: #c7d8e3;
	font-size: 16px;
	line-height: 1.75;
}

.content-intro {
	margin-top: 0;
}

.front-page-copy h1,
.front-page-copy h2,
.front-page-copy h3 {
	color: #fff;
	line-height: 1.25;
}

.front-page-copy h1 {
	margin: 0 0 20px;
	font-size: clamp(27px, 3vw, 32px);
	letter-spacing: -0.025em;
}

.front-page-copy h2 {
	margin: 0 0 20px;
	padding-left: 14px;
	border-left: 4px solid var(--stakehu-accent);
	font-size: clamp(24px, 3vw, 30px);
	letter-spacing: -0.015em;
}

.front-page-copy h3 {
	margin: 0 0 16px;
	font-size: 21px;
}

.front-page-copy p {
	margin: 0;
}

.front-page-copy p + p,
.front-page-copy p + .content-table-wrap,
.front-page-copy .content-table-wrap + p,
.front-page-copy p + .content-list,
.front-page-copy .content-list + p {
	margin-top: 16px;
}

.content-section {
	position: relative;
	margin-top: 22px;
	padding: clamp(24px, 3vw, 32px);
	border: 0;
	border-radius: 7px;
	background: rgb(16 30 40);
	scroll-margin-top: calc(var(--stakehu-header-height) + 20px);
}

.content-subsection {
	margin-top: 30px;
	padding: 26px 0 0;
	border-top: 1px solid #29414f;
}

.content-subsection + .content-subsection {
	margin-top: 22px;
}

.content-table-wrap {
	margin-top: 22px;
	overflow-x: auto;
	border: 1px solid #365568;
	border-radius: 10px;
	background: #132b39;
	box-shadow: 0 12px 30px rgb(0 0 0 / 10%);
	scrollbar-color: #557488 #132b39;
	scrollbar-width: thin;
}

.content-table {
	width: 100%;
	min-width: 640px;
	border-spacing: 0;
	border-collapse: separate;
	color: #c9dce8;
	font-size: 14px;
	line-height: 1.55;
}

.content-table-wide {
	min-width: 900px;
}

.content-table th,
.content-table td {
	padding: 13px 16px;
	border-right: 1px solid #304b5d;
	border-bottom: 1px solid #304b5d;
	vertical-align: top;
	text-align: left;
}

.content-table tr > :last-child {
	border-right: 0;
}

.content-table tbody tr:last-child > * {
	border-bottom: 0;
}

.content-table thead th {
	background: #0d1f2b;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.015em;
}

.content-table tbody th {
	width: 28%;
	background: rgb(255 255 255 / 2.5%);
	color: #fff;
	font-weight: 600;
}

.content-table tbody tr:nth-child(even) td,
.content-table tbody tr:nth-child(even) th {
	background: rgb(255 255 255 / 4%);
}

.content-table tbody tr:hover td,
.content-table tbody tr:hover th {
	background: rgb(20 117 225 / 8%);
}

.content-list {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
}

.content-list li {
	position: relative;
	border: 1px solid #304b5d;
	border-radius: 9px;
	background: #142d3b;
}

.content-list-ordered {
	padding: 0;
	list-style: none;
	counter-reset: stakehu-step;
}

.content-list-ordered li {
	min-height: 54px;
	padding: 13px 16px 13px 56px;
	counter-increment: stakehu-step;
}

.content-list-ordered li::before {
	position: absolute;
	top: 12px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--stakehu-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	content: counter(stakehu-step);
}

.content-list-unordered {
	padding: 0;
	list-style: none;
}

.content-list-unordered li {
	padding: 12px 16px 12px 42px;
}

.content-list-unordered li::before {
	position: absolute;
	top: 21px;
	left: 18px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1ed760;
	box-shadow: 0 0 0 4px rgb(30 215 96 / 10%);
	content: "";
}

.front-page-copy strong {
	color: #fff;
	font-weight: 700;
}

.front-page-copy figure {
	margin: 24px 0;
	padding: 10px;
	border: 1px solid #365568;
	border-radius: 12px;
	background: #132b39;
}

.front-page-copy figure img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

.front-page-copy figcaption {
	padding: 10px 6px 2px;
	color: #9eb8c9;
	font-size: 13px;
	text-align: center;
}

.faq-list {
	display: grid;
	gap: 10px;
}

.faq-item {
	border: 1px solid #365568;
	border-radius: 10px;
	background: #132b39;
	overflow: hidden;
}

.faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

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

.faq-item summary::after {
	flex: 0 0 auto;
	color: #9fc7e1;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	content: "+";
	transition: transform 160ms ease;
}

.faq-item[open] summary {
	background: rgb(20 117 225 / 8%);
}

.faq-item[open] summary::after {
	transform: rotate(45deg);
}

.faq-item summary:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -3px;
}

.faq-item summary h3 {
	margin: 0;
	font-size: 17px;
}

.faq-answer {
	padding: 0 20px 20px;
	color: #c3d6e2;
}

.support-form {
	margin-top: 24px;
	padding: clamp(18px, 3vw, 26px);
	border-radius: 7px;
	background: #132b39;
}

.support-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.support-field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.support-field-wide {
	grid-column: 1 / -1;
}

.support-field > span {
	color: #d8e6ef;
	font-size: 14px;
	font-weight: 600;
}

.support-field input,
.support-field textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid #365568;
	border-radius: 6px;
	outline: 0;
	background: #0d1f2b;
	color: #fff;
	font: inherit;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.support-field textarea {
	min-height: 138px;
	resize: vertical;
}

.support-field input:focus,
.support-field textarea:focus {
	border-color: var(--stakehu-accent);
	box-shadow: 0 0 0 3px rgb(20 117 225 / 15%);
}

.support-form-submit {
	width: 100%;
	margin-top: 20px;
	padding: 13px 20px;
	border: 0;
	border-radius: 6px;
	background: var(--stakehu-accent);
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	transition: filter 160ms ease, transform 160ms ease;
}

.support-form-submit:hover {
	filter: brightness(1.12);
	transform: translateY(-1px);
}

.support-form-submit:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.site-footer {
	margin-top: 40px;
	padding: 36px 24px 30px;
	background: var(--stakehu-sidebar);
	color: #b8d9f3;
}

.site-footer-inner {
	width: min(100%, 1200px);
	margin: 0 auto;
}

.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu > .menu-item {
	margin: 0;
}

.footer-menu > .menu-item > a {
	color: #d8eaf5;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: color 160ms ease;
}

.footer-menu > .menu-item > a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-menu > .menu-item > a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.footer-divider {
	height: 1px;
	margin: 30px 0 24px;
	background: #304b5c;
}

.footer-legal {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.footer-legal p {
	margin: 0;
	font-size: 12px;
	line-height: 1.7;
}

.footer-legal p + p {
	margin-top: 14px;
}

.footer-certifications {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.footer-certification {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.footer-certification img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 58px;
}

.footer-certification-tanzanite {
	width: 136px;
}

.footer-certification-gamecheck {
	width: 162px;
}

.footer-certification-gcb {
	width: 78px;
}

.site-main {
	width: min(100%, 1248px);
	margin: 0 auto;
	padding: 32px 24px;
}

.error-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: min(620px, calc(100vh - var(--stakehu-header-height) - 64px));
	padding: clamp(42px, 8vw, 90px) 24px;
	border-radius: 7px;
	background: rgb(16 30 40);
	text-align: center;
}

.error-404-code {
	margin: 0;
	color: var(--stakehu-accent);
	font-size: clamp(82px, 17vw, 180px);
	font-weight: 800;
	letter-spacing: -0.07em;
	line-height: 0.82;
	text-shadow: 0 12px 34px rgb(20 117 225 / 18%);
}

.error-404 h1 {
	margin: 30px 0 0;
	color: #fff;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.2;
}

.error-404-text {
	max-width: 560px;
	margin: 14px 0 0;
	color: #a9c0cf;
	font-size: 16px;
	line-height: 1.65;
}

.error-404-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 28px;
	padding: 12px 24px;
	border-radius: 6px;
	background: var(--stakehu-accent);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition: filter 160ms ease, transform 160ms ease;
}

.error-404-button:hover {
	color: #fff;
	filter: brightness(1.12);
	transform: translateY(-2px);
}

.error-404-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.entry-header,
.entry-content,
.breadcrumbs {
	max-width: 100%;
}

.breadcrumbs {
	margin: 0 0 22px;
	padding: 12px 16px;
	border-left: 3px solid var(--stakehu-accent);
	border-radius: 6px;
	background: rgb(16 30 40);
	color: #7894a6;
	font-size: 14px;
	line-height: 1.5;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
	display: none;
}

.breadcrumbs a {
	color: #b9d8eb;
	text-decoration: none;
	transition: color 160ms ease;
}

.breadcrumbs a:hover {
	color: #fff;
}

.breadcrumbs .breadcrumb_last {
	color: #fff;
	font-weight: 600;
}

.entry-title {
	margin-top: 0;
}

.sidebar-overlay {
	position: fixed;
	z-index: 850;
	inset: calc(var(--stakehu-header-height) + var(--stakehu-admin-bar)) 0 0;
	background: rgb(0 0 0 / 58%);
}

@media (max-width: 900px) {
	.site-header {
		grid-template-columns: 56px minmax(0, 1fr);
	}

	.site-header-rail {
		justify-content: center;
		padding: 0 8px;
		border-right: 0;
		background: transparent;
	}

	.product-switcher {
		display: none;
	}

	.sidebar-toggle {
		display: flex;
	}

	.site-header-main-inner {
		padding: 0 12px 0 4px;
	}

	.site-logo,
	.site-logo img {
		width: 72px;
	}

	.auth-action {
		min-height: 36px;
		padding: 0 14px;
	}

	.site-sidebar {
		transform: translateX(-100%);
		box-shadow: 10px 0 30px rgb(0 0 0 / 25%);
		transition: transform 180ms ease;
	}

	.sidebar-open .site-sidebar {
		transform: translateX(0);
	}

	.site-content {
		margin-left: 0;
	}

	.site-main {
		padding: 24px 16px;
	}

	.promo-strip {
		padding: 16px 16px 0;
	}

	.casino-toolbar {
		padding: 16px 16px 0;
	}

	.originals-section {
		padding: 24px 16px 0;
	}

	.providers-section {
		padding: 24px 16px 0;
	}

	.site-footer {
		padding: 30px 16px 24px;
	}

	.promo-track {
		grid-auto-columns: min(88vw, 380px);
		gap: 12px;
	}

	.promo-card {
		gap: 16px;
		height: 132px;
		padding: 12px;
	}

	.promo-card-image {
		flex-basis: 108px;
		width: 108px;
		height: 108px;
	}

	.casino-category-list {
		width: 100%;
		margin-top: 16px;
	}

	.casino-category-item {
		flex: 0 0 auto;
	}

	.casino-category-button {
		width: auto;
	}

	.originals-list {
		grid-auto-columns: 132px;
	}

	.providers-list {
		grid-auto-columns: 150px;
	}
}

@media (max-width: 480px) {
	.footer-certifications {
		gap: 12px;
	}

	.footer-certification-tanzanite {
		width: 86px;
	}

	.footer-certification-gamecheck {
		width: 104px;
	}

	.footer-certification-gcb {
		width: 52px;
	}
}

@media (max-width: 700px) {
	.front-page-copy {
		font-size: 15px;
		line-height: 1.7;
	}

	.front-page-copy h1 {
		font-size: 27px;
	}

	.front-page-copy h2 {
		padding-left: 11px;
		font-size: 23px;
	}

	.front-page-copy h3 {
		font-size: 19px;
	}

	.content-section {
		margin-top: 18px;
		padding: 22px 16px;
	}

	.support-form-grid {
		grid-template-columns: 1fr;
	}

	.support-field-wide {
		grid-column: auto;
	}

	.content-table th,
	.content-table td {
		padding: 11px 13px;
	}

	.content-list-ordered li {
		padding-right: 13px;
		padding-left: 52px;
	}

	.content-list-unordered li {
		padding-right: 13px;
		padding-left: 38px;
	}

	.faq-item summary {
		padding: 16px;
	}

	.faq-answer {
		padding: 0 16px 16px;
	}
}

@media (max-width: 480px) {
	.auth-login {
		display: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--stakehu-admin-bar: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sidebar-toggle-line,
	.site-sidebar {
		transition: none;
	}
}
