/*
 * Leobet v2 visual layer.
 * Original black/champagne-gold Egyptian direction, built on the existing
 * rights-aware catalog and external-demo flow.
 */

:root {
  --leobet-v2-black: #000;
  --leobet-v2-onyx: #080706;
  --leobet-v2-panel: #11100e;
  --leobet-v2-panel-soft: #181510;
  --leobet-v2-footer: #201e1b;
  --leobet-v2-gold: #f2bc42;
  --leobet-v2-gold-bright: #ffd979;
  --leobet-v2-gold-deep: #9b681a;
  --leobet-v2-papyrus: #fff7e6;
  --leobet-v2-muted: #c9c0b0;
  --leobet-v2-line: rgba(242, 188, 66, 0.3);
  --leobet-v2-line-soft: rgba(255, 255, 255, 0.1);
  --leobet-v2-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
  --leobet-v2-radius-xl: 36px;
  --leobet-v2-radius-lg: 24px;
  --leobet-v2-radius-md: 16px;
  --leobet-v2-shell: 1280px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body.leobet-theme {
  background: var(--leobet-v2-black);
  color: var(--leobet-v2-papyrus);
  font-family: Tahoma, "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.62;
}

body.leobet-theme :lang(th),
body.leobet-theme[lang^="th"] {
  letter-spacing: 0;
}

body.leobet-theme h1,
body.leobet-theme h2,
body.leobet-theme h3,
body.leobet-theme h4 {
  color: #fff;
  font-family: Tahoma, "Noto Sans Thai", "Leelawadee UI", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.18;
}

body.leobet-theme a,
body.leobet-theme button,
body.leobet-theme input,
body.leobet-theme select {
  -webkit-tap-highlight-color: transparent;
}

body.leobet-theme a:focus-visible,
body.leobet-theme button:focus-visible,
body.leobet-theme input:focus-visible,
body.leobet-theme select:focus-visible {
  outline: 3px solid var(--leobet-v2-gold-bright);
  outline-offset: 3px;
}

body.leobet-theme .leobet-shell {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--leobet-v2-shell);
  padding-inline: 15px;
  width: 100%;
}

body.leobet-theme .leobet-site-main {
  background: var(--leobet-v2-black);
  overflow: visible;
}

.leobet-v2-kicker {
  align-items: center;
  color: var(--leobet-v2-gold-bright);
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.leobet-v2-kicker > span {
  background: linear-gradient(90deg, var(--leobet-v2-gold), rgba(242, 188, 66, 0));
  display: block;
  height: 1px;
  width: 44px;
}

.leobet-v2-kicker > span:last-child:not(:first-child) {
  background: linear-gradient(270deg, var(--leobet-v2-gold), rgba(242, 188, 66, 0));
}

/* Header */

body.leobet-theme .leobet-site-header {
  background: rgba(4, 4, 4, 0.96);
  border-bottom: 1px solid rgba(242, 188, 66, 0.2);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.42);
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

body.leobet-theme .leobet-header-topbar {
  background: #090806;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #cfc6b7;
  font-size: 0.67rem;
  min-height: 28px;
}

body.leobet-theme .leobet-header-topbar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 28px;
}

body.leobet-theme .leobet-header-topbar p,
body.leobet-theme .leobet-header-topbar ul {
  margin: 0;
}

body.leobet-theme .leobet-header-topbar p,
body.leobet-theme .leobet-header-topbar li {
  align-items: center;
  display: flex;
  gap: 6px;
}

body.leobet-theme .leobet-header-topbar ul {
  display: flex;
  gap: 22px;
  list-style: none;
  padding: 0;
}

body.leobet-theme .leobet-header-topbar .dashicons,
body.leobet-theme .leobet-header-topbar strong {
  color: var(--leobet-v2-gold-bright);
  font-size: 15px;
  height: 15px;
  width: 15px;
}

body.leobet-theme .leobet-header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  min-height: 72px;
}

body.leobet-theme .leobet-brand {
  flex: 0 0 auto;
}

body.leobet-theme .leobet-wordmark {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.leobet-wordmark-seal {
  align-items: center;
  background: radial-gradient(circle at 35% 28%, #ffe5a1, #c98b24 48%, #62400f 100%);
  border: 2px solid #f8d06c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #0a0907, 0 0 0 4px rgba(242, 188, 66, 0.42), 0 8px 24px rgba(214, 155, 42, 0.28);
  color: #1b1206;
  display: inline-flex;
  flex: 0 0 42px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  line-height: 1;
  text-shadow: 0 1px 0 #fff0c5;
  width: 42px;
}

body.leobet-theme .leobet-wordmark-copy {
  display: grid;
  line-height: 1;
}

body.leobet-theme .leobet-wordmark-copy strong {
  background: linear-gradient(180deg, #fff6dc, #e7aa36 64%, #8f5e13);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.leobet-theme .leobet-wordmark-copy small {
  color: #afa591;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-top: 6px;
  text-transform: uppercase;
}

body.leobet-theme .leobet-primary-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 18px;
  justify-content: flex-end;
}

body.leobet-theme .leobet-nav-list {
  align-items: stretch;
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.leobet-theme .leobet-nav-list > li > a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #ddd5c7;
  display: flex;
  flex-direction: column;
  font-size: 0.66rem;
  font-weight: 750;
  gap: 4px;
  justify-content: center;
  min-height: 58px;
  min-width: 68px;
  padding: 7px 9px 5px;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

body.leobet-theme .leobet-nav-list > li > a .dashicons {
  color: var(--leobet-v2-gold);
  font-size: 21px;
  height: 21px;
  width: 21px;
}

body.leobet-theme .leobet-nav-list > li > a:hover,
body.leobet-theme .leobet-nav-list > li.current-menu-item > a {
  background: linear-gradient(180deg, rgba(242, 188, 66, 0.08), transparent);
  border-bottom-color: var(--leobet-v2-gold);
  color: #fff;
}

body.leobet-theme .leobet-header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

body.leobet-theme .leobet-header-action {
  align-items: center;
  background: linear-gradient(180deg, #ffe193 0%, #edae31 48%, #b37317 100%);
  border: 1px solid #ffd87c;
  border-radius: 10px 3px 10px 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 24px rgba(204, 134, 22, 0.2);
  color: #1a1105;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-height: 44px;
  min-width: 116px;
  padding: 8px 13px;
  text-decoration: none;
}

body.leobet-theme .leobet-header-action--quiet {
  background: linear-gradient(180deg, #27231c, #0e0c09);
  border-color: rgba(242, 188, 66, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: var(--leobet-v2-gold-bright);
}

body.leobet-theme .leobet-header-action .dashicons {
  font-size: 17px;
  height: 17px;
  width: 17px;
}

body.leobet-theme .leobet-menu-toggle {
  align-items: center;
  background: #17130d;
  border: 1px solid var(--leobet-v2-line);
  border-radius: 9px;
  color: var(--leobet-v2-gold-bright);
  display: none;
  height: 44px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  width: 44px;
}

.leobet-mobile-header-actions {
  display: none;
}

/* Hero */

.leobet-v2-hero {
  background: #000;
  min-height: min(760px, calc(100vh - 100px));
  overflow: hidden;
  position: relative;
}

.leobet-v2-hero::after {
  background: linear-gradient(90deg, transparent, var(--leobet-v2-gold), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 5%;
  position: absolute;
  width: 90%;
  z-index: 3;
}

.leobet-v2-hero__art {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.leobet-v2-hero__veil {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 35%, rgba(0, 0, 0, 0.16) 66%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), #000 100%);
  inset: 0;
  position: absolute;
}

.leobet-v2-hero__inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  min-height: min(760px, calc(100vh - 100px));
  position: relative;
  z-index: 2;
}

.leobet-v2-hero__copy {
  max-width: 700px;
  padding-block: 80px 110px;
}

.leobet-v2-hero__copy h1 {
  font-size: clamp(3rem, 6.2vw, 6.3rem);
  font-weight: 850;
  margin: 0 0 22px;
  max-width: 740px;
  text-shadow: 0 12px 44px rgba(0, 0, 0, 0.85);
}

.leobet-v2-hero__copy h1 strong {
  background: linear-gradient(180deg, #fff4cb 8%, #edb43f 58%, #9b6518 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-family: Georgia, Tahoma, serif;
  font-weight: 900;
}

.leobet-v2-hero__copy > p:not(.leobet-v2-kicker) {
  color: #e0d8ca;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  margin: 0 0 28px;
  max-width: 660px;
}

.leobet-v2-hero__actions,
.leobet-v2-game-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.leobet-v2-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px 4px 12px 4px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 11px 21px;
  text-decoration: none;
  transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

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

.leobet-v2-button--gold {
  background: linear-gradient(180deg, #ffe49a 0%, #efb234 48%, #a96b14 100%);
  border-color: #ffdf84;
  box-shadow: inset 0 1px 0 #fff1c5, 0 14px 34px rgba(221, 148, 31, 0.25);
  color: #1a1004;
}

.leobet-v2-button--glass {
  background: rgba(12, 10, 7, 0.72);
  border-color: rgba(242, 188, 66, 0.52);
  color: #f7d982;
}

.leobet-v2-button--disabled {
  background: #26231e;
  border-color: rgba(255, 255, 255, 0.12);
  color: #9e978b;
  cursor: not-allowed;
}

.leobet-v2-button .dashicons {
  font-size: 20px;
  height: 20px;
  width: 20px;
}

.leobet-v2-hero__facts {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.leobet-v2-hero__facts li {
  border-left: 1px solid var(--leobet-v2-line);
  display: grid;
  min-width: 124px;
  padding: 0 24px;
}

.leobet-v2-hero__facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.leobet-v2-hero__facts strong {
  color: var(--leobet-v2-gold-bright);
  font-family: Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
}

.leobet-v2-hero__facts span {
  color: #ada493;
  font-size: 0.67rem;
  margin-top: 6px;
}

.leobet-v2-hero__seal {
  align-items: center;
  justify-self: end;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.9));
  margin-right: 7%;
  text-align: center;
}

.leobet-v2-hero__seal > span {
  align-items: center;
  background: radial-gradient(circle at 35% 28%, #fff0b5, #ce8e25 48%, #4d300b 100%);
  border: 4px double #f8d26e;
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(4, 3, 2, 0.72), 0 0 0 10px rgba(242, 188, 66, 0.48), 0 0 48px rgba(242, 188, 66, 0.25);
  color: #1e1304;
  display: flex;
  font-family: Georgia, serif;
  font-size: 68px;
  font-weight: 900;
  height: 132px;
  justify-content: center;
  line-height: 1;
  width: 132px;
}

.leobet-v2-hero__seal strong {
  background: linear-gradient(180deg, #fff4c7, #df9f2d 65%, #81510e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 22px;
}

.leobet-v2-hero__seal small {
  color: #d5c49c;
  font-size: 0.54rem;
  letter-spacing: 0.26em;
  margin-top: 10px;
}

.leobet-v2-hero__scroll {
  align-items: center;
  bottom: 24px;
  color: #c9bea9;
  display: flex;
  flex-direction: column;
  font-size: 0.62rem;
  gap: 4px;
  left: 50%;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
  z-index: 4;
}

/* Quick navigation */

.leobet-v2-quicknav {
  background: #080706;
  border-bottom: 1px solid rgba(242, 188, 66, 0.16);
  position: relative;
  z-index: 4;
}

.leobet-v2-quicknav__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.leobet-v2-quicknav__grid > a {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  display: grid;
  gap: 1px 12px;
  grid-template-columns: 42px 1fr;
  min-height: 92px;
  padding: 16px 22px;
  text-decoration: none;
}

.leobet-v2-quicknav__grid > a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.leobet-v2-quicknav__grid .dashicons {
  color: var(--leobet-v2-gold);
  font-size: 32px;
  grid-row: 1 / 3;
  height: 32px;
  width: 32px;
}

.leobet-v2-quicknav__grid strong {
  font-size: 0.88rem;
  line-height: 1.2;
}

.leobet-v2-quicknav__grid small {
  color: #9f978a;
  font-size: 0.66rem;
}

.leobet-v2-quicknav__grid > a:hover {
  background: linear-gradient(180deg, rgba(242, 188, 66, 0.11), transparent);
}

/* Brand story */

.leobet-v2-brand-stage {
  background:
    radial-gradient(circle at 14% 50%, rgba(242, 188, 66, 0.13), transparent 34rem),
    #000;
  padding: clamp(80px, 9vw, 140px) 0;
}

.leobet-v2-brand-stage__grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 8vw, 110px);
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
}

.leobet-v2-brand-stage__panel {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(242, 188, 66, 0.38);
  border-radius: 180px 180px 24px 24px;
  box-shadow: var(--leobet-v2-shadow), inset 0 0 80px rgba(0, 0, 0, 0.85);
  max-width: 480px;
  overflow: hidden;
  position: relative;
}

.leobet-v2-brand-stage__panel::after {
  border: 1px solid rgba(255, 220, 126, 0.34);
  border-radius: inherit;
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.leobet-v2-brand-stage__panel > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.leobet-v2-brand-stage__panel > div {
  align-items: center;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.96));
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 90px 20px 44px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.leobet-v2-brand-stage__panel > div > span {
  align-items: center;
  background: linear-gradient(180deg, #f8d575, #9b6214);
  border-radius: 50%;
  color: #1b1104;
  display: flex;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.leobet-v2-brand-stage__panel strong {
  color: var(--leobet-v2-gold-bright);
  font-family: Georgia, serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
}

.leobet-v2-brand-stage__panel small {
  color: #b9ae98;
  font-size: 0.54rem;
  letter-spacing: 0.18em;
}

.leobet-v2-brand-stage__copy h2,
.leobet-v2-section-heading h2,
.leobet-v2-catalog__heading h2,
.leobet-v2-game-info h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  margin: 0;
}

.leobet-v2-brand-stage__copy > p:not(.leobet-v2-kicker) {
  color: var(--leobet-v2-muted);
  font-size: 1.06rem;
  margin: 22px 0;
}

.leobet-v2-brand-stage__copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.leobet-v2-brand-stage__copy li {
  align-items: center;
  color: #e5ded2;
  display: flex;
  gap: 10px;
}

.leobet-v2-brand-stage__copy li .dashicons {
  color: var(--leobet-v2-gold);
}

.leobet-v2-text-link {
  align-items: center;
  color: var(--leobet-v2-gold-bright);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-height: 44px;
  text-underline-offset: 5px;
}

/* Section headings and provider rail */

.leobet-v2-section-heading {
  margin-bottom: 38px;
  max-width: 820px;
}

.leobet-v2-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.leobet-v2-section-heading--center .leobet-v2-kicker {
  justify-content: center;
}

.leobet-v2-section-heading > p:not(.leobet-v2-kicker) {
  color: var(--leobet-v2-muted);
  margin: 14px auto 0;
  max-width: 700px;
}

.leobet-v2-providers {
  background:
    linear-gradient(180deg, rgba(242, 188, 66, 0.05), transparent 35%),
    #070604;
  border-block: 1px solid rgba(242, 188, 66, 0.13);
  padding: clamp(70px, 8vw, 110px) 0;
}

body.leobet-theme .leobet-provider-tabs {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 34px;
}

body.leobet-theme .leobet-provider-tabs > a,
body.leobet-theme .leobet-provider-tabs__empty {
  align-items: center;
  background: linear-gradient(135deg, #1c1811, #0b0a08);
  border: 1px solid rgba(242, 188, 66, 0.27);
  border-radius: 14px 4px 14px 4px;
  color: #f3ecdf;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 44px 1fr auto;
  min-height: 74px;
  padding: 12px 18px;
  text-decoration: none;
}

body.leobet-theme .leobet-provider-tabs > a.is-active {
  background: linear-gradient(135deg, #3b2910, #12100b);
  border-color: var(--leobet-v2-gold-bright);
  box-shadow: inset 0 0 24px rgba(242, 188, 66, 0.12), 0 12px 34px rgba(0, 0, 0, 0.34);
}

body.leobet-theme .leobet-provider-tabs .dashicons {
  align-items: center;
  background: rgba(242, 188, 66, 0.12);
  border: 1px solid rgba(242, 188, 66, 0.26);
  border-radius: 50%;
  color: var(--leobet-v2-gold-bright);
  display: flex;
  font-size: 22px;
  grid-row: 1 / 3;
  height: 40px;
  justify-content: center;
  width: 40px;
}

body.leobet-theme .leobet-provider-tabs strong {
  font-size: 0.9rem;
}

body.leobet-theme .leobet-provider-tabs small {
  color: #d9c99e;
  font-size: 0.72rem;
}

/* Catalog */

.leobet-v2-catalog {
  background:
    radial-gradient(circle at 50% 0%, rgba(242, 188, 66, 0.1), transparent 34rem),
    #000;
  padding: clamp(80px, 9vw, 130px) 0;
}

.leobet-v2-catalog--archive {
  padding-top: 80px;
}

.leobet-v2-catalog__heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 28px;
}

body.leobet-theme .leobet-game-search {
  align-items: center;
  background: #0f0e0c;
  border: 1px solid rgba(242, 188, 66, 0.28);
  border-radius: 12px 4px 12px 4px;
  display: grid;
  grid-template-columns: 24px minmax(210px, 1fr) auto;
  min-height: 52px;
  overflow: visible;
  padding: 4px;
}

body.leobet-theme .leobet-game-search:focus-within {
  border-color: var(--leobet-v2-gold-bright);
  box-shadow: 0 0 0 3px rgba(242, 188, 66, 0.16);
}

body.leobet-theme .leobet-game-search > .dashicons {
  color: var(--leobet-v2-gold);
  margin-left: 7px;
}

body.leobet-theme .leobet-game-search input {
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  min-height: 44px;
  min-width: 0;
  outline: none;
  padding: 0 10px;
}

body.leobet-theme .leobet-game-search input:focus-visible {
  outline: none;
}

body.leobet-theme .leobet-game-search button {
  align-items: center;
  background: linear-gradient(180deg, #f8d36f, #ae7119);
  border: 0;
  border-radius: 9px 3px 9px 3px;
  color: #1c1104;
  display: inline-flex;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-height: 44px;
  min-width: 92px;
  padding: 0 14px;
}

body.leobet-theme .leobet-category-row {
  display: flex;
  gap: 8px;
  margin: 0 -6px 26px;
  overflow-x: auto;
  padding: 6px 6px 10px;
  scrollbar-color: var(--leobet-v2-gold-deep) #0d0b08;
}

body.leobet-theme .leobet-category-row > a {
  align-items: center;
  background: #11100e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #d7cfc2;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 750;
  gap: 7px;
  min-height: 44px;
  padding: 8px 17px;
  text-decoration: none;
}

body.leobet-theme .leobet-category-row > a.is-active,
body.leobet-theme .leobet-category-row > a:hover {
  background: linear-gradient(180deg, #f8d673, #a86b16);
  border-color: #f8d673;
  color: #1b1104;
}

body.leobet-theme .leobet-category-row small {
  font-size: 0.65rem;
  opacity: 0.78;
}

body.leobet-theme .leobet-dense-catalog .leobet-catalog {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.leobet-theme .leobet-dense-catalog .leobet-filters,
body.leobet-theme .leobet-dense-catalog .leobet-catalog__heading {
  display: none;
}

body.leobet-theme .leobet-dense-catalog .leobet-game-grid,
body.leobet-theme .leobet-v2-related .leobet-game-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.leobet-theme .leobet-game-card {
  background: linear-gradient(180deg, #191610, #0c0b09);
  border: 1px solid rgba(242, 188, 66, 0.2);
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.42);
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.leobet-theme .leobet-game-card:hover,
body.leobet-theme .leobet-game-card:focus-within {
  border-color: rgba(255, 217, 121, 0.82);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.6), 0 0 0 2px rgba(242, 188, 66, 0.12);
  transform: translateY(-4px);
}

body.leobet-theme .leobet-game-card__visual,
body.leobet-theme .leobet-game-card-media {
  aspect-ratio: 4 / 5;
  background: #080706;
  display: block;
  overflow: hidden;
  position: relative;
}

body.leobet-theme .leobet-game-card__visual::after,
body.leobet-theme .leobet-game-card-media::after {
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.86) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body.leobet-theme .leobet-game-card__visual img,
body.leobet-theme .leobet-game-card-media img,
body.leobet-theme .leobet-game-card__placeholder,
body.leobet-theme .leobet-game-placeholder {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.leobet-theme .leobet-game-card__placeholder,
body.leobet-theme .leobet-game-placeholder {
  align-items: center;
  background-color: #090806;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.6)), url("../images/leobet-game-card-egypt-v2.webp");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

body.leobet-theme .leobet-game-card__monogram,
body.leobet-theme .leobet-game-placeholder__brand {
  align-items: center;
  background: rgba(4, 3, 2, 0.72);
  border: 1px solid rgba(255, 217, 121, 0.78);
  border-radius: 50%;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.72);
  color: var(--leobet-v2-gold-bright);
  display: flex;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  width: 58px;
}

body.leobet-theme .leobet-game-card__play-badge,
body.leobet-theme .leobet-game-card-detail-badge {
  background: rgba(4, 3, 2, 0.88);
  border: 1px solid rgba(255, 217, 121, 0.7);
  border-radius: 999px;
  bottom: 10px;
  color: var(--leobet-v2-gold-bright);
  font-size: 0.66rem;
  font-weight: 900;
  left: 50%;
  opacity: 1;
  padding: 6px 11px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}

body.leobet-theme .leobet-game-category {
  background: rgba(0, 0, 0, 0.78);
  border: 1px solid rgba(242, 188, 66, 0.5);
  border-radius: 999px;
  color: var(--leobet-v2-gold-bright);
  font-size: 0.62rem;
  left: 10px;
  padding: 5px 9px;
  position: absolute;
  top: 10px;
  z-index: 4;
}

body.leobet-theme .leobet-game-card__body,
body.leobet-theme .leobet-game-card-body {
  padding: 14px;
}

body.leobet-theme .leobet-game-card__provider,
body.leobet-theme .leobet-game-provider {
  color: #d8bb72;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.leobet-theme .leobet-game-card h3 {
  font-size: 0.87rem;
  line-height: 1.38;
  margin: 0 0 12px;
  min-height: 2.76em;
}

body.leobet-theme .leobet-game-card h3 a {
  color: #fff;
  text-decoration: none;
}

body.leobet-theme .leobet-game-card__launch,
body.leobet-theme .leobet-play-button {
  align-items: center;
  background: linear-gradient(180deg, #f7d36f, #a96b15);
  border: 1px solid #f7d36f;
  border-radius: 9px 3px 9px 3px;
  color: #1b1104;
  display: flex;
  font-size: 0.74rem;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
  width: 100%;
}

body.leobet-theme .leobet-game-card-actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
}

body.leobet-theme .leobet-game-card-actions .leobet-text-link {
  align-items: center;
  color: #d6c8ac;
  display: flex;
  font-size: 0.68rem;
  gap: 3px;
  min-height: 44px;
}

body.leobet-theme .leobet-pagination a,
body.leobet-theme .leobet-pagination span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}

/* Steps and benefits */

.leobet-v2-steps,
.leobet-v2-benefits {
  border-top: 1px solid rgba(242, 188, 66, 0.13);
  padding: clamp(80px, 9vw, 130px) 0;
}

.leobet-v2-steps {
  background:
    linear-gradient(180deg, rgba(242, 188, 66, 0.055), transparent 34%),
    #090806;
}

.leobet-v2-steps--compact {
  padding-top: 80px;
}

.leobet-v2-steps__grid {
  counter-reset: steps;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.leobet-v2-steps__grid > li {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
  border: 1px solid rgba(242, 188, 66, 0.2);
  border-radius: 20px 6px 20px 6px;
  min-height: 265px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.leobet-v2-steps__grid > li::after {
  background: linear-gradient(90deg, var(--leobet-v2-gold), transparent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 72%;
}

.leobet-v2-step-number {
  color: rgba(242, 188, 66, 0.22);
  font-family: Georgia, serif;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 20px;
}

.leobet-v2-steps__grid > li > .dashicons {
  color: var(--leobet-v2-gold-bright);
  font-size: 38px;
  height: 38px;
  width: 38px;
}

.leobet-v2-steps__grid h3 {
  font-size: 1.25rem;
  margin: 28px 0 8px;
}

.leobet-v2-steps__grid p {
  color: var(--leobet-v2-muted);
  font-size: 0.86rem;
  margin: 0;
}

.leobet-v2-benefits {
  background:
    radial-gradient(circle at 50% 45%, rgba(242, 188, 66, 0.08), transparent 33rem),
    #000;
}

.leobet-v2-benefits__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(242, 188, 66, 0.2);
  border: 1px solid rgba(242, 188, 66, 0.2);
}

.leobet-v2-benefits__grid article {
  background: #0b0a08;
  min-height: 250px;
  padding: 34px 28px;
}

.leobet-v2-benefits__grid .dashicons {
  color: var(--leobet-v2-gold);
  font-size: 38px;
  height: 38px;
  width: 38px;
}

.leobet-v2-benefits__grid h3 {
  font-size: 1.08rem;
  margin: 30px 0 10px;
}

.leobet-v2-benefits__grid p {
  color: var(--leobet-v2-muted);
  font-size: 0.82rem;
  margin: 0;
}

.leobet-v2-responsible {
  background: linear-gradient(115deg, #4c310d, #171007 42%, #080706 100%);
  border-block: 1px solid rgba(255, 218, 122, 0.35);
  padding: 46px 0;
}

.leobet-v2-responsible__inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 112px 1fr;
}

.leobet-v2-responsible__mark {
  align-items: center;
  border: 2px solid var(--leobet-v2-gold-bright);
  border-radius: 50%;
  color: var(--leobet-v2-gold-bright);
  display: flex;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.leobet-v2-responsible h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  margin: 0 0 6px;
}

.leobet-v2-responsible p:not(.leobet-v2-kicker) {
  color: #d7ccbb;
  margin: 0;
}

/* Archive and inner hero */

.leobet-v2-inner-hero {
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.leobet-v2-inner-hero > img {
  filter: brightness(1.45) saturate(1.05);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.leobet-v2-inner-hero__veil {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 40%, rgba(0, 0, 0, 0.06) 76%, rgba(0, 0, 0, 0.28)), linear-gradient(180deg, rgba(0, 0, 0, 0.05), #000);
  inset: 0;
  position: absolute;
}

.leobet-v2-inner-hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  position: relative;
  z-index: 2;
}

.leobet-v2-inner-hero h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  margin: 0 0 12px;
  max-width: 760px;
}

.leobet-v2-inner-hero__content > p:not(.leobet-v2-kicker) {
  color: #d8cfc0;
  margin: 0 0 24px;
  max-width: 650px;
}

.leobet-v2-archive-intro {
  background: #090806;
  border-block: 1px solid rgba(242, 188, 66, 0.16);
}

.leobet-v2-archive-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.leobet-v2-archive-intro__grid > div {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 14px;
  min-height: 96px;
  padding: 18px 24px;
}

.leobet-v2-archive-intro__grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.leobet-v2-archive-intro .dashicons {
  color: var(--leobet-v2-gold);
  font-size: 32px;
  height: 32px;
  width: 32px;
}

.leobet-v2-archive-intro p {
  display: grid;
  margin: 0;
}

.leobet-v2-archive-intro strong {
  font-size: 0.88rem;
}

.leobet-v2-archive-intro small {
  color: #9e9688;
  font-size: 0.67rem;
}

/* Single game */

.leobet-v2-game-hero {
  min-height: 680px;
  overflow: hidden;
  position: relative;
}

.leobet-v2-game-hero__backdrop {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.leobet-v2-game-hero__veil {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.84) 48%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.1), #000 100%);
  inset: 0;
  position: absolute;
}

.leobet-v2-game-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(45px, 7vw, 100px);
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  min-height: 680px;
  padding-block: 70px;
  position: relative;
  z-index: 2;
}

.leobet-v2-game-poster {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 217, 121, 0.52);
  border-radius: 28px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.72);
  overflow: hidden;
  position: relative;
}

.leobet-v2-game-poster > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.leobet-v2-game-poster::after {
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.95));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.leobet-v2-game-poster__label {
  bottom: 36px;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.leobet-v2-game-poster__label span {
  color: var(--leobet-v2-gold);
  display: block;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.leobet-v2-game-poster__label strong {
  color: #fff;
  display: block;
  font-size: 1.45rem;
  line-height: 1.25;
  margin-top: 6px;
}

.leobet-v2-game-poster__badge {
  align-items: center;
  background: linear-gradient(180deg, #f8d674, #9c6111);
  border-radius: 999px;
  color: #1b1003;
  display: flex;
  font-size: 0.62rem;
  font-weight: 900;
  gap: 5px;
  min-height: 36px;
  padding: 5px 11px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
}

body.leobet-theme .leobet-breadcrumb {
  align-items: center;
  color: #aa9e88;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.72rem;
  gap: 7px;
  margin-bottom: 28px;
}

body.leobet-theme .leobet-breadcrumb a {
  color: #d6c49d;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.leobet-v2-game-hero__copy h1 {
  font-size: clamp(2.8rem, 5.8vw, 6rem);
  margin: 0 0 20px;
}

.leobet-v2-game-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.leobet-v2-game-meta > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(242, 188, 66, 0.22);
  border-radius: 999px;
  color: #d8cebd;
  display: inline-flex;
  font-size: 0.68rem;
  gap: 6px;
  min-height: 38px;
  padding: 6px 12px;
}

.leobet-v2-game-meta .dashicons {
  color: var(--leobet-v2-gold);
  font-size: 16px;
  height: 16px;
  width: 16px;
}

.leobet-v2-game-hero__lead {
  color: #d1c8ba;
  margin: 0 0 28px;
  max-width: 700px;
}

.leobet-v2-game-hero__note {
  align-items: flex-start;
  color: #b4aa99;
  display: flex;
  font-size: 0.72rem;
  gap: 8px;
  margin: 22px 0 0;
  max-width: 680px;
}

.leobet-v2-game-hero__note .dashicons {
  color: var(--leobet-v2-gold);
  flex: 0 0 20px;
}

.leobet-v2-demo-section {
  background: #080706;
  border-top: 1px solid rgba(242, 188, 66, 0.13);
  padding: clamp(80px, 9vw, 130px) 0;
}

.leobet-v2-demo-theater {
  background: #050504;
  border: 1px solid rgba(242, 188, 66, 0.34);
  border-radius: 24px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.65);
  margin-inline: auto;
  max-width: 1080px;
  overflow: hidden;
}

.leobet-v2-demo-theater__bar {
  align-items: center;
  background: linear-gradient(180deg, #1b1813, #0e0c09);
  border-bottom: 1px solid rgba(242, 188, 66, 0.2);
  display: grid;
  gap: 7px;
  grid-template-columns: 12px 12px 12px 1fr auto;
  min-height: 54px;
  padding: 10px 18px;
}

.leobet-v2-demo-theater__bar > span {
  background: #b77b23;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.leobet-v2-demo-theater__bar > span:nth-child(2) {
  background: #665b45;
}

.leobet-v2-demo-theater__bar > span:nth-child(3) {
  background: #3b352b;
}

.leobet-v2-demo-theater__bar strong {
  color: #dcd3c4;
  font-size: 0.72rem;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.leobet-v2-demo-theater__bar small {
  color: #8f877a;
  font-size: 0.62rem;
}

.leobet-v2-demo-theater__screen {
  aspect-ratio: 16 / 9;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.leobet-v2-demo-theater__screen > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.leobet-v2-demo-theater__screen::after {
  background: rgba(0, 0, 0, 0.46);
  content: "";
  inset: 0;
  position: absolute;
}

.leobet-v2-demo-theater__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 30px;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.leobet-v2-demo-theater__icon {
  align-items: center;
  background: linear-gradient(180deg, #ffe29a, #b87918);
  border: 7px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #1b1104;
  display: flex;
  font-size: 38px;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.leobet-v2-demo-theater__content > strong {
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1.2;
  margin-top: 20px;
}

.leobet-v2-demo-theater__content > p {
  color: #d6ccbb;
  margin: 7px 0 20px;
}

.leobet-v2-demo-disclosure {
  align-items: flex-start;
  color: #a9a092;
  display: flex;
  font-size: 0.72rem;
  gap: 8px;
  margin: 18px auto 0;
  max-width: 1080px;
}

.leobet-v2-demo-disclosure .dashicons {
  color: var(--leobet-v2-gold);
  flex: 0 0 20px;
}

.leobet-v2-game-info {
  background: #000;
  padding: clamp(80px, 9vw, 120px) 0;
}

.leobet-v2-game-info__grid {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
}

.leobet-v2-game-info__content {
  color: var(--leobet-v2-muted);
}

.leobet-v2-game-info__content > h2 {
  margin-bottom: 24px;
}

.leobet-v2-game-checklist {
  background: linear-gradient(145deg, #1b1710, #0c0b09);
  border: 1px solid rgba(242, 188, 66, 0.28);
  border-radius: 20px;
  padding: 28px;
}

.leobet-v2-game-checklist > h2 {
  font-size: 1.25rem;
  margin: 0 0 20px;
}

.leobet-v2-game-checklist ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.leobet-v2-game-checklist li {
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 13px;
  grid-template-columns: 38px 1fr;
  padding: 16px 0;
}

.leobet-v2-game-checklist li:first-child {
  border-top: 0;
  padding-top: 0;
}

.leobet-v2-game-checklist li > span {
  align-items: center;
  border: 1px solid rgba(242, 188, 66, 0.4);
  border-radius: 50%;
  color: var(--leobet-v2-gold-bright);
  display: flex;
  font-family: Georgia, serif;
  font-size: 0.68rem;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.leobet-v2-game-checklist p {
  color: #aaa193;
  display: grid;
  font-size: 0.72rem;
  line-height: 1.5;
  margin: 0;
}

.leobet-v2-game-checklist strong {
  color: #fff;
  font-size: 0.82rem;
}

.leobet-v2-related {
  background: #080706;
  border-top: 1px solid rgba(242, 188, 66, 0.13);
  padding: 90px 0 120px;
}

/* Footer */

body.leobet-theme .leobet-site-footer {
  background: var(--leobet-v2-footer);
  border-top: 1px solid rgba(242, 188, 66, 0.24);
  color: #c6bdae;
  padding: 0;
  position: relative;
}

.leobet-footer-crest {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 66px 1fr;
  padding: 54px 0 44px;
}

.leobet-footer-crest > span {
  background: linear-gradient(90deg, transparent, rgba(242, 188, 66, 0.7));
  height: 1px;
}

.leobet-footer-crest > span:last-child {
  background: linear-gradient(270deg, transparent, rgba(242, 188, 66, 0.7));
}

.leobet-footer-crest strong {
  align-items: center;
  background: linear-gradient(180deg, #f8d779, #936015);
  border-radius: 50%;
  color: #1b1104;
  display: flex;
  font-family: Georgia, serif;
  font-size: 30px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

body.leobet-theme .leobet-footer-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(150px, 0.72fr)) minmax(240px, 1fr);
  padding: 10px 0 64px;
}

body.leobet-theme .leobet-footer-brand > p,
body.leobet-theme .leobet-footer-responsible > p {
  color: #b5ad9f;
  font-size: 0.76rem;
  margin: 20px 0;
}

.leobet-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.leobet-footer-badges span {
  border: 1px solid rgba(242, 188, 66, 0.32);
  border-radius: 999px;
  color: #d8c89f;
  font-size: 0.58rem;
  font-weight: 900;
  min-height: 30px;
  padding: 6px 10px;
}

body.leobet-theme .leobet-footer-column h2 {
  color: var(--leobet-v2-gold-bright);
  font-size: 0.87rem;
  margin: 0 0 20px;
}

body.leobet-theme .leobet-footer-menu {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.leobet-theme .leobet-footer-menu a {
  align-items: center;
  color: #c4bbad;
  display: inline-flex;
  font-size: 0.75rem;
  min-height: 40px;
  text-decoration: none;
}

body.leobet-theme .leobet-footer-menu a:hover {
  color: var(--leobet-v2-gold-bright);
}

body.leobet-theme .leobet-age-badge {
  align-items: center;
  border: 1px solid var(--leobet-v2-gold-bright);
  border-radius: 50%;
  color: var(--leobet-v2-gold-bright);
  display: flex;
  font-family: Georgia, serif;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

body.leobet-theme .leobet-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #9f978b;
  display: flex;
  font-size: 0.64rem;
  justify-content: space-between;
  min-height: 76px;
}

body.leobet-theme .leobet-footer-bottom p {
  margin: 0;
}

.leobet-help-bubble {
  align-items: center;
  background: linear-gradient(180deg, #f7d36f, #a86a15);
  border: 2px solid #ffe399;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.5);
  color: #1b1104;
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 7px;
  left: 22px;
  min-height: 48px;
  padding: 9px 15px;
  position: fixed;
  text-decoration: none;
  z-index: 800;
}

body.leobet-theme .leobet-back-to-top {
  align-items: center;
  background: #15120d;
  border: 1px solid var(--leobet-v2-gold);
  bottom: 24px;
  color: var(--leobet-v2-gold-bright);
  display: flex;
  height: 48px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 22px;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
  width: 48px;
  z-index: 800;
}

body.leobet-theme .leobet-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Responsive */

@media (max-width: 1180px) {
  body.leobet-theme .leobet-nav-list > li > a {
    min-width: 58px;
    padding-inline: 7px;
  }

  body.leobet-theme .leobet-header-action {
    min-width: 102px;
  }

  body.leobet-theme .leobet-dense-catalog .leobet-game-grid,
  body.leobet-theme .leobet-v2-related .leobet-game-grid {
    gap: 16px;
  }

  body.leobet-theme .leobet-footer-grid {
    gap: 32px;
  }
}

@media (max-width: 960px) {
  body.leobet-theme.leobet-menu-open {
    overflow: hidden;
  }

  body.leobet-theme .leobet-header-topbar {
    display: none;
  }

  body.leobet-theme .leobet-header-inner {
    min-height: 64px;
  }

  body.leobet-theme .leobet-wordmark-copy small {
    display: none;
  }

  body.leobet-theme .leobet-wordmark-seal {
    flex-basis: 36px;
    font-size: 20px;
    height: 36px;
    width: 36px;
  }

  body.leobet-theme .leobet-wordmark-copy strong {
    font-size: 1.28rem;
  }

  body.leobet-theme .leobet-menu-toggle {
    display: flex;
    order: 3;
  }

  .leobet-mobile-header-actions {
    display: flex;
    gap: 6px;
    margin-left: auto;
  }

  .leobet-mobile-header-actions a {
    align-items: center;
    background: linear-gradient(180deg, #ffe193, #e3a32b 52%, #a96814);
    border: 1px solid #f8d06f;
    border-radius: 8px 2px 8px 2px;
    color: #1b1104;
    display: flex;
    font-size: 0.66rem;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
    min-width: 66px;
    padding: 6px 9px;
    text-decoration: none;
  }

  .leobet-mobile-header-actions a:first-child {
    background: linear-gradient(180deg, #2b261d, #0d0c09);
    color: var(--leobet-v2-gold-bright);
  }

  body.leobet-theme .leobet-primary-nav {
    align-items: stretch;
    background: #0c0b09;
    border: 1px solid rgba(242, 188, 66, 0.26);
    border-radius: 0 0 0 22px;
    box-shadow: -18px 26px 70px rgba(0, 0, 0, 0.72);
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: min(320px, calc(100vw - 30px));
  }

  .leobet-js body.leobet-theme .leobet-primary-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px);
    visibility: hidden;
  }

  .leobet-js body.leobet-theme .leobet-primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  body.leobet-theme .leobet-nav-list {
    align-items: stretch;
    display: grid;
    gap: 4px;
  }

  body.leobet-theme .leobet-nav-list > li > a {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    display: grid;
    font-size: 0.82rem;
    gap: 12px;
    grid-template-columns: 28px 1fr;
    justify-content: start;
    min-height: 50px;
    padding: 10px 14px;
    text-align: left;
  }

  body.leobet-theme .leobet-header-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.leobet-theme .leobet-header-action {
    min-width: 0;
  }

  .leobet-v2-hero,
  .leobet-v2-hero__inner {
    min-height: 680px;
  }

  .leobet-v2-hero__inner {
    grid-template-columns: 1fr;
  }

  .leobet-v2-hero__seal {
    display: none;
  }

  .leobet-v2-hero__copy {
    max-width: 650px;
  }

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

  .leobet-v2-quicknav__grid > a:nth-child(3),
  .leobet-v2-quicknav__grid > a:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .leobet-v2-brand-stage__grid,
  .leobet-v2-game-info__grid {
    gap: 54px;
  }

  body.leobet-theme .leobet-dense-catalog .leobet-game-grid,
  body.leobet-theme .leobet-v2-related .leobet-game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .leobet-v2-game-hero__grid {
    gap: 48px;
    grid-template-columns: minmax(250px, 340px) minmax(0, 1fr);
  }

  body.leobet-theme .leobet-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  body.admin-bar.leobet-theme .leobet-site-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 72px;
  }

  body.leobet-theme {
    font-size: 16px;
  }

  body.leobet-theme .leobet-header-inner {
    gap: 9px;
    min-height: 60px;
  }

  .leobet-mobile-header-actions a {
    min-width: 56px;
    padding-inline: 7px;
  }

  body.leobet-theme .leobet-brand {
    min-width: 0;
  }

  body.leobet-theme .leobet-wordmark-seal {
    flex-basis: 32px;
    font-size: 18px;
    height: 32px;
    width: 32px;
  }

  body.leobet-theme .leobet-wordmark-copy strong {
    font-size: 1.05rem;
    letter-spacing: 0.04em;
  }

  .leobet-mobile-header-actions a {
    font-size: 0.61rem;
    min-width: 51px;
  }

  body.leobet-theme .leobet-menu-toggle {
    height: 42px;
    width: 42px;
  }

  .leobet-v2-hero {
    min-height: 620px;
  }

  .leobet-v2-hero__art {
    filter: brightness(1.55) saturate(1.08);
    height: 360px;
    min-height: 0;
    object-position: 66% center;
    top: 0;
  }

  .leobet-v2-hero__veil {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.42) 38%, #000 76%);
  }

  .leobet-v2-hero__inner {
    align-items: end;
    min-height: 620px;
  }

  .leobet-v2-hero__copy {
    padding: 250px 0 62px;
  }

  .leobet-v2-kicker {
    font-size: 0.62rem;
  }

  .leobet-v2-hero__copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
    margin-bottom: 15px;
  }

  .leobet-v2-hero__copy > p:not(.leobet-v2-kicker) {
    font-size: 0.92rem;
    margin-bottom: 20px;
  }

  .leobet-v2-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .leobet-v2-button {
    font-size: 0.78rem;
    min-height: 48px;
    padding: 9px 12px;
  }

  .leobet-v2-hero__facts {
    margin-top: 24px;
  }

  .leobet-v2-hero__facts li {
    min-width: 0;
    padding: 0 12px;
  }

  .leobet-v2-hero__facts strong {
    font-size: 1.28rem;
  }

  .leobet-v2-hero__facts span {
    font-size: 0.58rem;
  }

  .leobet-v2-hero__scroll {
    display: none;
  }

  .leobet-v2-quicknav__grid > a {
    gap: 1px 9px;
    grid-template-columns: 32px 1fr;
    min-height: 84px;
    padding: 14px 12px;
  }

  .leobet-v2-quicknav__grid .dashicons {
    font-size: 26px;
    height: 26px;
    width: 26px;
  }

  .leobet-v2-quicknav__grid strong {
    font-size: 0.75rem;
  }

  .leobet-v2-quicknav__grid small {
    font-size: 0.58rem;
  }

  .leobet-v2-brand-stage,
  .leobet-v2-providers,
  .leobet-v2-catalog,
  .leobet-v2-steps,
  .leobet-v2-benefits,
  .leobet-v2-demo-section,
  .leobet-v2-game-info {
    padding-block: 72px;
  }

  .leobet-v2-brand-stage__grid,
  .leobet-v2-game-info__grid,
  .leobet-v2-game-hero__grid {
    grid-template-columns: 1fr;
  }

  .leobet-v2-brand-stage__panel {
    border-radius: 120px 120px 20px 20px;
    justify-self: center;
    max-width: 330px;
    width: 92%;
  }

  .leobet-v2-brand-stage__copy h2,
  .leobet-v2-section-heading h2,
  .leobet-v2-catalog__heading h2,
  .leobet-v2-game-info h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.7rem);
  }

  .leobet-v2-brand-stage__copy > p:not(.leobet-v2-kicker) {
    font-size: 0.91rem;
  }

  .leobet-v2-catalog__heading {
    align-items: stretch;
    flex-direction: column;
  }

  body.leobet-theme .leobet-game-search {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    width: 100%;
  }

  body.leobet-theme .leobet-game-search button {
    min-width: 52px;
    padding: 0 12px;
  }

  body.leobet-theme .leobet-game-search button > span:last-child {
    display: none;
  }

  body.leobet-theme .leobet-provider-tabs {
    grid-template-columns: 1fr;
  }

  body.leobet-theme .leobet-dense-catalog .leobet-game-grid,
  body.leobet-theme .leobet-v2-related .leobet-game-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.leobet-theme .leobet-game-card {
    border-radius: 14px;
  }

  body.leobet-theme .leobet-game-card__body,
  body.leobet-theme .leobet-game-card-body {
    padding: 10px;
  }

  body.leobet-theme .leobet-game-card h3 {
    font-size: 0.78rem;
    margin-bottom: 9px;
  }

  body.leobet-theme .leobet-game-card__launch,
  body.leobet-theme .leobet-play-button {
    font-size: 0.68rem;
  }

  .leobet-v2-steps__grid {
    grid-template-columns: 1fr;
  }

  .leobet-v2-steps__grid > li {
    min-height: 210px;
    padding: 28px;
  }

  .leobet-v2-benefits__grid {
    grid-template-columns: 1fr;
  }

  .leobet-v2-benefits__grid article {
    min-height: 210px;
  }

  .leobet-v2-responsible__inner {
    grid-template-columns: 72px 1fr;
  }

  .leobet-v2-responsible__mark {
    font-size: 1.4rem;
    height: 64px;
    width: 64px;
  }

  .leobet-v2-inner-hero,
  .leobet-v2-inner-hero__content {
    min-height: 390px;
  }

  .leobet-v2-inner-hero > img {
    object-position: 62% center;
  }

  .leobet-v2-inner-hero h1 {
    font-size: clamp(2.3rem, 12vw, 3.8rem);
  }

  .leobet-v2-archive-intro__grid {
    grid-template-columns: 1fr;
  }

  .leobet-v2-archive-intro__grid > div,
  .leobet-v2-archive-intro__grid > div:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 80px;
  }

  .leobet-v2-archive-intro__grid > div:first-child {
    border-top: 0;
  }

  .leobet-v2-game-hero,
  .leobet-v2-game-hero__grid {
    min-height: 0;
  }

  .leobet-v2-game-hero__grid {
    gap: 42px;
    padding-block: 52px 72px;
  }

  .leobet-v2-game-poster {
    justify-self: center;
    max-width: 330px;
    width: 90%;
  }

  .leobet-v2-game-hero__copy h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .leobet-v2-game-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .leobet-v2-demo-theater {
    border-radius: 14px;
  }

  .leobet-v2-demo-theater__bar {
    grid-template-columns: 10px 10px 10px minmax(0, 1fr);
    min-height: 48px;
    padding-inline: 12px;
  }

  .leobet-v2-demo-theater__bar small {
    display: none;
  }

  .leobet-v2-demo-theater__screen {
    aspect-ratio: 4 / 5;
    min-height: 420px;
  }

  .leobet-v2-demo-theater__screen > img {
    object-position: 63% center;
  }

  body.leobet-theme .leobet-footer-grid {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  body.leobet-theme .leobet-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 104px;
  }

  .leobet-help-bubble {
    bottom: 16px;
    left: 14px;
  }

  body.leobet-theme .leobet-back-to-top {
    bottom: 16px;
    right: 14px;
  }
}

@media (max-width: 390px) {
  body.leobet-theme .leobet-shell {
    padding-inline: 15px;
  }

  body.leobet-theme .leobet-wordmark-copy strong {
    font-size: 0.96rem;
  }

  .leobet-v2-hero__copy {
    padding-top: 235px;
  }

  .leobet-v2-hero__actions {
    gap: 8px;
  }

  .leobet-v2-hero__facts li {
    padding-inline: 9px;
  }

  body.leobet-theme .leobet-game-card__body,
  body.leobet-theme .leobet-game-card-body {
    padding-inline: 9px;
  }

  .leobet-help-bubble > span:last-child {
    display: none;
  }

  .leobet-help-bubble {
    border-radius: 50%;
    height: 48px;
    justify-content: center;
    padding: 0;
    width: 48px;
  }
}

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

  body.leobet-theme *,
  body.leobet-theme *::before,
  body.leobet-theme *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
