:root {
  --bg: #0e1416;
  --surface: #162024;
  --surface-2: #202a2f;
  --paper: #f6f2e9;
  --paper-2: #fffaf0;
  --text: #182024;
  --muted: #647077;
  --line: #d8cdb9;
  --gold: #d8a436;
  --gold-2: #f1c766;
  --red: #a8342f;
  --teal: #16706f;
  --shadow: 0 18px 40px rgba(18, 24, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  background:
    linear-gradient(180deg, rgba(14, 20, 22, 0.94), rgba(14, 20, 22, 0.72) 360px, transparent 361px),
    linear-gradient(135deg, #efe5d0 0%, #f7f1e5 48%, #e5edf0 100%);
  overflow-x: hidden;
}

a {
  color: var(--teal);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--red);
}

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

button,
a {
  touch-action: manipulation;
}

button {
  font: inherit;
}

.float {
  width: 100%;
}

.align {
  width: calc(100% - 32px);
  max-width: 1160px;
  margin: 0 auto;
}

.content-zone {
  padding: 34px 0;
}

.BLhZhMxN_header-part-backdrop {
  display: none;
  height: 0;
}

.BLhZhMxN_header-part {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(15, 23, 26, 0.96);
  border-bottom: 1px solid rgba(241, 199, 102, 0.3);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.BLhZhMxN_header-part.fixed-enabled {
  position: sticky;
}

.BLhZhMxN_header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  min-width: 0;
}

.BLhZhMxN_header-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  min-width: 0;
}

.BLhZhMxN_logo-title {
  font-size: 18px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.BLhZhMxN_header-menu-wrapper {
  position: relative;
}

#NavigationToggle {
  display: none;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  color: #fff;
  background: var(--teal);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

#NavigationToggle .fa-times,
#NavigationToggle.active .fa-bars {
  display: none;
}

#NavigationToggle.active .fa-times {
  display: inline-block;
}

.BLhZhMxN_main-menu ul,
.BLhZhMxN_footer-menu ul,
.BLhZhMxN_footer-links ul,
.BLhZhMxN_pagination ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.BLhZhMxN_main-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #f8f1dc;
  font-weight: 700;
}

.BLhZhMxN_main-menu a:hover {
  color: var(--gold-2);
}

.BLhZhMxN_website-overlay {
  display: none;
  padding: 0;
  background: transparent;
  border: 0;
}

.BLhZhMxN_slot-game-container {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 28%, rgba(216, 164, 54, 0.35), transparent 28%),
    linear-gradient(135deg, #142327 0%, #28353a 58%, #151c20 100%);
  border: 1px solid rgba(241, 199, 102, 0.35);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.BLhZhMxN_slot-game-container.active {
  position: fixed;
  inset: 18px;
  z-index: 50;
}

.BLhZhMxN_slot-game-frame {
  display: grid;
  min-height: 360px;
  place-items: center;
}

.BLhZhMxN_slot-game-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

#PlayFreeButton,
.BLhZhMxN_slot-game-cta a,
.BLhZhMxN_casino-cta-main-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: #17130b;
  font-weight: 800;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border: 0;
  border-radius: 6px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.BLhZhMxN_slot-game-cta {
  padding: 18px;
  text-align: center;
  background: rgba(0, 0, 0, 0.22);
}

#RefreshButton,
#FullscreenButton {
  position: absolute;
  top: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  cursor: pointer;
}

#RefreshButton {
  right: 64px;
  display: none;
}

#FullscreenButton {
  right: 14px;
}

#FullscreenButton .fa-compress-arrows-alt,
#FullscreenButton.active .fa-expand-arrows-alt {
  display: none;
}

#FullscreenButton.active .fa-compress-arrows-alt {
  display: inline-block;
}

#GameLoader {
  display: none;
  width: 100%;
  height: 100%;
}

section > header h1,
section > header h2,
section > header h3 {
  margin: 0 0 18px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.BLhZhMxN_casinos-part,
.basic-content,
.BLhZhMxN_faq-part {
  background: rgba(255, 250, 240, 0.9);
}

.BLhZhMxN_slots-page-part {
  padding-top: 42px;
  color: #fff;
  background: transparent;
}

.BLhZhMxN_slots-page-part h2 {
  color: #fff;
}

.BLhZhMxN_slot-casinos-heading {
  color: var(--text);
  margin: 28px 0 14px;
}

.BLhZhMxN_casinos-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.BLhZhMxN_casinos-item {
  display: grid;
  grid-template-columns: 96px minmax(150px, 1.25fr) 120px minmax(220px, 1fr) 170px;
  align-items: center;
  gap: 18px;
  padding: 16px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(40, 53, 58, 0.1);
}

.BLhZhMxN_casino-logo img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
}

.BLhZhMxN_casino-info a {
  display: block;
  font-weight: 800;
}

.BLhZhMxN_casino-info {
  color: var(--text);
}

.BLhZhMxN_casino-rating,
.BLhZhMxN_casino-bonus {
  color: var(--text);
}

.BLhZhMxN_casino-rating small,
.BLhZhMxN_casino-bonus small {
  color: var(--muted);
}

.BLhZhMxN_casino-rating .fas,
.BLhZhMxN_casino-bonus .fas {
  color: var(--gold);
}

.BLhZhMxN_casino-item-age {
  padding: 6px 18px 0;
  color: var(--muted);
  font-size: 13px;
}

.BLhZhMxN_pagination {
  margin-top: 22px;
}

.BLhZhMxN_pagination a,
.BLhZhMxN_pagination span {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: var(--text);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.BLhZhMxN_pagination span {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.BLhZhMxN_instruction-part {
  color: #fff;
  background: linear-gradient(135deg, #112025, #20383d);
}

.BLhZhMxN_instruction-part ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.BLhZhMxN_instruction-part li {
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.BLhZhMxN_instruction-title {
  margin: 8px 0;
  color: var(--gold-2);
}

.BLhZhMxN_featured-casino-part {
  background: #dfe8e8;
}

.basic-content {
  border-top: 1px solid rgba(216, 205, 185, 0.8);
}

.basic-content p,
.basic-content li {
  color: #273238;
}

.BLhZhMxN_table-of-content {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
}

.BLhZhMxN_table-of-content-nav {
  position: sticky;
  top: 102px;
  align-self: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

#TOC-Nav ul {
  padding-left: 18px;
  margin: 8px 0 0;
}

#TOC-Nav a {
  display: block;
  padding: 5px 0;
}

#TOC-Container :is(h2, h3, h4)[id],
#BonusList,
#faq {
  scroll-margin-top: 96px;
}

.BLhZhMxN_affiliate-note {
  margin: 12px 0 0;
  color: #f8e7bd;
  font-size: 14px;
  text-align: center;
}

.BLhZhMxN_faq-wrapper {
  display: grid;
  gap: 10px;
}

.BLhZhMxN_faq-wrapper h3 {
  margin: 0;
}

.accordion {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 16px 18px;
  color: var(--text);
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.accordion.active {
  border-color: var(--gold);
}

.panel {
  padding: 0 18px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.panel[hidden] {
  display: none;
}

.BLhZhMxN_footer-part {
  padding: 30px 0;
  color: #dfe8e8;
  background: #10191c;
}

.BLhZhMxN_footer-part a {
  color: #fff0c5;
}

.BLhZhMxN_footer-menu ul,
.BLhZhMxN_footer-links ul {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.BLhZhMxN_copyrights {
  margin: 0;
  text-align: center;
}

.BLhZhMxN_GoTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: none;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.BLhZhMxN_GoTopDisplay {
  display: block;
}

body.game-fullscreen-active {
  overflow: hidden;
}

@media (max-width: 980px) {
  .BLhZhMxN_casinos-item {
    grid-template-columns: 82px 1fr;
  }

  .BLhZhMxN_casino-cta {
    grid-column: 1 / -1;
  }

  .BLhZhMxN_casino-cta-main-link {
    width: 100%;
  }

  .BLhZhMxN_table-of-content {
    grid-template-columns: 1fr;
  }

  .BLhZhMxN_table-of-content-nav {
    position: static;
  }
}

@media (max-width: 760px) {
  .align {
    width: calc(100% - 22px);
    max-width: 1160px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  .BLhZhMxN_slots-page-part h2,
  .BLhZhMxN_slot-game-container,
  .BLhZhMxN_slot-casinos-heading,
  .BLhZhMxN_casinos-list {
    max-width: calc(100vw - 22px);
  }

  .BLhZhMxN_slots-page-part h2 {
    font-size: 22px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .BLhZhMxN_header-wrapper {
    min-height: 72px;
  }

  #NavigationToggle {
    display: inline-flex;
    max-width: 48px;
    padding-inline: 12px;
    overflow: hidden;
    white-space: nowrap;
  }

  .BLhZhMxN_main-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: none;
    width: min(320px, calc(100vw - 22px));
    padding: 12px;
    background: #10191c;
    border: 1px solid rgba(241, 199, 102, 0.25);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .BLhZhMxN_main-menu.open {
    display: block;
  }

  .BLhZhMxN_main-menu ul {
    display: grid;
    gap: 4px;
  }

  .BLhZhMxN_website-overlay.open {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: block;
  }

  .BLhZhMxN_instruction-part ul {
    grid-template-columns: 1fr;
  }

  .BLhZhMxN_slot-game-frame {
    min-height: 300px;
  }

  .BLhZhMxN_casinos-item {
    gap: 12px;
    padding: 14px;
  }
}

@media (max-width: 520px) {
  .BLhZhMxN_logo-title {
    font-size: 15px;
  }

  .BLhZhMxN_casinos-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .BLhZhMxN_casino-logo {
    margin: 0 auto;
  }

  .BLhZhMxN_footer-links img {
    max-width: min(230px, 100%);
  }
}
