:root {
  --font-main: "Ubuntu", Arial, sans-serif;
  --page-bg: #0f0d1b;
  --page-bg-2: #171326;
  --surface: #1b1730;
  --surface-2: #241d3d;
  --surface-3: #30264d;
  --ink: #f7f2ff;
  --text: #c9bddb;
  --muted: #9a8dae;
  --line: #382e55;
  --line-soft: rgba(255, 255, 255, .08);
  --accent: #d94fa3;
  --accent-hover: #ef6fba;
  --accent-strong: #ffb44d;
  --accent-strong-hover: #ffc870;
  --success: #43b89d;
  --danger: #d7677c;
  --shadow: 0 18px 44px rgba(0, 0, 0, .28);
  --radius-sm: 4px;
  --radius-md: 8px;
  --container: 1064px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
}

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

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--page-bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% -10%, rgba(217, 79, 163, .18), transparent 32rem),
    linear-gradient(180deg, var(--page-bg) 0%, #110e20 46%, #0b0a14 100%);
  color: var(--text);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.62;
}

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

a {
  color: var(--accent-strong);
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 0 var(--space-5);
}

.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-6);
}

.col-sm-4 {
  grid-column: span 4;
}

.col-sm-8 {
  grid-column: span 8;
}

.col-sm-12 {
  grid-column: span 12;
}

h1,
h2,
h3,
h4,
.h3,
.h4 {
  margin: 0 0 var(--space-4);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.18;
}

h1 {
  font-size: clamp(30px, 4vw, 46px);
}

h2 {
  margin-top: var(--space-7);
  font-size: clamp(22px, 2.6vw, 30px);
}

h3,
.h3 {
  margin-top: var(--space-6);
  font-size: clamp(19px, 2vw, 23px);
}

h4,
.h4 {
  font-size: 18px;
}

p {
  margin: 0 0 var(--space-5);
}

.bage {
  margin-top: calc(var(--space-2) * -1);
  color: var(--muted);
  font-size: 17px;
  font-weight: 400;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: var(--space-5);
  background: rgba(15, 13, 27, .94);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(12px);
}

.navbar {
  min-height: 64px;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: var(--space-5);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  min-width: 136px;
  min-height: 44px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.navbar-brand span,
.navbar-brand small {
  display: block;
}

.navbar-brand small {
  margin-top: var(--space-1);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.navbar-toggle {
  display: none;
  width: 44px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 1px;
  background: var(--ink);
}

.navbar-collapse {
  flex: 1 1 auto;
}

.navbar-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px var(--space-5);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #130d1c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(217, 79, 163, .22);
}

.navbar-cta:hover,
.navbar-cta:focus {
  color: #130d1c;
  border-color: rgba(255, 255, 255, .2);
}

.top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu > li {
  position: relative;
}

.top-menu > li > a,
.dropdown-toggle {
  display: block;
  padding: 22px var(--space-4);
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 500;
}

.top-menu > li > a:hover,
.top-menu > li > a:focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus,
.top-menu .active > a {
  color: var(--accent-strong);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: none;
  min-width: 252px;
  margin: 0;
  padding: var(--space-2);
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  box-shadow: var(--shadow);
}

.dropdown:hover .dropdown-menu,
.dropdown.is-open .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 10px var(--space-4);
  border-radius: var(--radius-sm);
  color: var(--text);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: var(--surface-2);
  color: var(--ink);
}

.breadcrumbs {
  padding: 0 0 var(--space-6);
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs__separator {
  margin: 0 var(--space-2);
  color: var(--line);
}

section {
  margin-bottom: var(--space-8);
}

#slot-casinos,
#slot-chars,
#slot-math,
#slot-provider,
#review-overview,
#symbol-values,
#gameplay-loop,
#bonus-rounds,
#bonus-buy,
#play-guide,
#mobile-play,
#player-feedback,
#qa,
#related-series {
  scroll-margin-top: 84px;
}

.inner-promo {
  padding: var(--space-5) 0 0;
}

.content-section article {
  max-width: 920px;
}

.service-page article {
  max-width: 100%;
}

.provider-page article {
  width: 100%;
  max-width: none;
}

.cta-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: var(--space-3) 0 var(--space-2);
  padding: 14px var(--space-5);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.btn-demo {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--ink);
}

.btn-demo:hover,
.btn-demo:focus {
  background: var(--surface-3);
  color: var(--ink);
}

.btn-money {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #171020;
  box-shadow: 0 10px 22px rgba(217, 79, 163, .22);
}

.btn-money:hover,
.btn-money:focus {
  background: linear-gradient(135deg, var(--accent-hover) 0%, var(--accent-strong-hover) 100%);
  color: #171020;
}

.btn-small {
  max-width: 220px;
  padding: 10px var(--space-4);
}

#slot-promo {
  min-height: 420px;
  padding-top: var(--space-3);
}

#slot-promo .container {
  position: relative;
}

#slot-promo h1,
#slot-promo .bage {
  width: calc(100% - 540px);
}

.slot-promo-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  min-height: 320px;
}

.slot-promo-inner_thumb {
  position: absolute;
  top: 0;
  right: var(--space-5);
  width: 500px;
  aspect-ratio: 4 / 3;
}

.slot-promo-inner_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.slot-promo-inner_btns {
  display: flex;
  flex-direction: column;
  margin-top: var(--space-4);
  text-align: center;
}

.slot-promo-inner_btns small {
  display: block;
  max-width: 300px;
  margin-top: var(--space-1);
  color: var(--muted);
  font-size: 13px;
}

#toc {
  margin-top: calc(var(--space-5) * -1);
}

.toc-block {
  padding: var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01)),
    var(--surface);
}

.toc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  min-height: 32px;
  cursor: pointer;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.18;
  list-style: none;
}

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

.toc-summary::after {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--accent-strong);
  content: "+";
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.toc-block[open] .toc-summary {
  margin-bottom: var(--space-5);
}

.toc-block[open] .toc-summary::after {
  content: "-";
}

.toc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2) var(--space-5);
  margin: 0;
  padding: 0;
  list-style: none;
}

.toc-list a,
.toc-action {
  position: relative;
  display: block;
  width: 100%;
  min-height: 42px;
  padding: 9px var(--space-3) 9px 34px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--text);
  font: inherit;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.toc-list a::before,
.toc-action::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--accent-strong);
  content: "";
  transform: translateY(-50%);
}

.toc-list a:hover,
.toc-list a:focus,
.toc-action:hover,
.toc-action:focus {
  background: var(--surface-2);
  color: var(--ink);
}

.toc-list a:hover::before,
.toc-list a:focus::before,
.toc-action:hover::before,
.toc-action:focus::before {
  border-left-color: var(--accent-hover);
}

.casino-carousel {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.casinos-slider {
  display: flex;
  align-items: stretch;
  gap: var(--space-4);
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform .25s ease;
}

.casino-item {
  display: flex;
  flex: 0 0 calc((100% - 32px) / 3);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 260px;
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, var(--surface) 0%, #151225 100%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  text-align: center;
}

.casino-item img {
  width: 210px;
  height: 60px;
  padding: 10px 18px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #100d1d;
}

.casino-item_name {
  display: block;
  margin-top: 15px;
  color: var(--ink);
  font-weight: 700;
}

.casino-item_bonus {
  min-height: 44px;
  color: var(--text);
}

.casino-item_terms {
  display: block;
  color: var(--muted);
  line-height: 1.35;
}

.casino-item span {
  font-size: 13px;
}

.casino-item .cta-btn {
  max-width: 100%;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-2);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.carousel-btn:hover,
.carousel-btn:focus {
  border-color: var(--accent-strong);
  background: var(--surface-3);
}

.carousel-btn.prev {
  left: var(--space-2);
}

.carousel-btn.next {
  right: var(--space-2);
}

.carousel-btn:disabled {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.all-casinos {
  max-width: 100%;
}

.table-wrap {
  overflow-x: auto;
}

.stake-limit-note {
  margin: calc(var(--space-2) * -1) 0 var(--space-5);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--accent-strong);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, .035);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.stake-limit-note a {
  font-weight: 500;
}

.table {
  width: 100%;
  max-width: 100%;
  margin: var(--space-5) 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.table th,
.table td {
  padding: 11px var(--space-4);
  vertical-align: top;
  border-top: 1px solid var(--line-soft);
}

.table tr:first-child > th,
.table tr:first-child > td,
.table thead:first-child tr:first-child > th {
  border-top: 0;
}

.table thead th {
  color: var(--ink);
  font-weight: 700;
  background: var(--surface-2);
}

.table tbody td:first-child,
.table tbody th:first-child {
  width: 170px;
  color: var(--ink);
  font-weight: 700;
}

.symbol-payout-wrap {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.symbol-payout-table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  color: var(--text);
  background: var(--surface);
}

.symbol-payout-table th,
.symbol-payout-table td {
  padding: 13px var(--space-5);
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid var(--line-soft);
}

.symbol-payout-table thead th {
  padding: 12px var(--space-5);
  border-top: 0;
  background: var(--surface-2);
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.symbol-payout-table thead th + th {
  border-left: 1px solid var(--line-soft);
}

.symbol-payout-table tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, .03);
}

.symbol-payout-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, .015);
}

.symbol-payout-table tbody th {
  width: 220px;
  min-width: 220px;
  color: var(--accent-strong);
  font-weight: 700;
  text-align: left;
}

.symbol-payout-table tbody td {
  width: 24%;
  font-size: 16px;
}

.symbol-payout-table small {
  color: var(--muted);
  font-size: 14px;
}

.pros-cons-block {
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.pros-cons-block + .pros-cons-block {
  margin-top: var(--space-4);
}

.pros-cons-header {
  position: relative;
  min-height: 32px;
  margin: 0 0 var(--space-3);
  padding-left: 44px;
  line-height: 32px;
}

.pros-cons-header::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #11101b;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.pros-header::before {
  content: "+";
  background: var(--success);
}

.cons-header::before {
  content: "-";
  background: var(--danger);
}

.pros-list,
.cons-list,
#slot-review article ul:not(.site-map-list):not(.contact-list),
.content-section article ul:not(.site-map-list):not(.contact-list) {
  margin: var(--space-4) 0;
  padding: 0;
  list-style: none;
}

.pros-list li,
.cons-list li,
#slot-review article ul:not(.site-map-list):not(.contact-list):not(.player-reviews) li,
.content-section article ul:not(.site-map-list):not(.contact-list) li {
  position: relative;
  margin: var(--space-2) 0;
  padding-left: 28px;
}

.pros-list li::before,
.cons-list li::before,
#slot-review article ul:not(.site-map-list):not(.contact-list):not(.player-reviews) li::before,
.content-section article ul:not(.site-map-list):not(.contact-list) li::before {
  position: absolute;
  top: .74em;
  left: var(--space-2);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-strong);
  content: "";
}

.play-guide-text {
  color: var(--text);
}

.play-steps {
  display: grid;
  gap: var(--space-3);
  margin: var(--space-4) 0 var(--space-6);
  padding: 0;
  list-style: none;
  counter-reset: play-step;
}

.play-steps li {
  position: relative;
  min-height: 42px;
  padding: var(--space-3) var(--space-4) var(--space-3) 54px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(27, 23, 48, .64);
  counter-increment: play-step;
}

.play-steps li::before {
  position: absolute;
  top: 50%;
  left: var(--space-3);
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-strong);
  color: #100d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  content: counter(play-step);
}

.slot-math {
  margin: var(--space-5) 0;
  padding: var(--space-5) 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.slot-math h2 {
  margin-top: 0;
}

.slot-math > :last-child {
  margin-bottom: 0;
}

.slot-provider-block {
  display: flex;
  gap: var(--space-5);
  align-items: center;
  padding: var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.slot-provider-block_thumb {
  flex: 0 0 320px;
}

.slot-provider-block_thumb img {
  width: 320px;
  height: 100px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: transparent;
}

.slot-provider-block_info_header {
  margin: 0 0 var(--space-4);
}

.slot-provider-block a {
  display: inline-block;
  margin: 0 var(--space-3) var(--space-2) 0;
  padding: 8px var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--text);
}

.slot-provider-block a:hover,
.slot-provider-block a:focus {
  background: var(--surface-3);
  color: var(--ink);
}

.player-feedback-intro,
.player-feedback-summary {
  color: var(--text);
}

.review-source-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-5) 0 var(--space-6);
}

.review-source-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 48px;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  color: var(--text);
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.review-source-tab span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-source-tab img {
  display: block;
  width: 96px;
  height: 22px;
  object-fit: contain;
}

.review-source-tab[data-review-source="askgamblers"] img {
  width: 104px;
}

.review-source-tab[data-review-source="reddit"] img {
  width: 90px;
}

.review-source-tab[data-review-source="casinoguru"] img {
  width: 98px;
  height: 26px;
}

.review-source-tab[data-review-source="trustpilot"] img {
  width: 100px;
  height: 24px;
}

.review-source-tab:hover,
.review-source-tab:focus,
.review-source-tab.is-active {
  border-color: var(--accent-strong);
  background: var(--surface-2);
  color: var(--ink);
}

.player-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  margin: var(--space-5) 0;
  padding: 0;
  list-style: none;
}

#slot-review article ul.player-reviews li {
  min-height: 100%;
  margin: 0;
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

#slot-review article ul.player-reviews li::before {
  display: none;
}

.player-review-card[hidden] {
  display: none;
}

.player-review-head {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: var(--space-4);
  align-items: center;
  margin-bottom: var(--space-5);
}

.player-avatar {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-strong);
  color: #090814;
  font-size: 20px;
  font-weight: 700;
}

.player-review-author strong {
  display: block;
  color: var(--accent-strong);
  font-size: 18px;
  line-height: 1.3;
}

.player-review-source,
.player-review-date {
  display: block;
  color: var(--muted);
}

.player-rating {
  margin-bottom: var(--space-3);
  color: var(--accent-strong);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.player-rating span {
  margin-left: var(--space-2);
  font-size: 18px;
}

.player-review-date {
  margin-bottom: var(--space-4);
}

.player-review-card p {
  margin-bottom: 0;
}

.player-feedback-summary {
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.faq-list {
  display: grid;
  gap: var(--space-3);
  margin: var(--space-4) 0 var(--space-6);
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(27, 23, 48, .74);
}

.faq-item summary {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) var(--space-5);
  color: var(--ink);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary::after {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent-strong);
  font-size: 18px;
  line-height: 1;
  content: "-";
}

.faq-item:not([open]) summary::after {
  content: "+";
}

.faq-answer {
  padding: 0 var(--space-5) var(--space-4);
  color: var(--text);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

#slot-review article img.alignnone,
.content-section .article-image {
  width: 100%;
  min-height: 190px;
  max-height: 520px;
  object-fit: cover;
  margin: var(--space-2) 0 var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
}

.video-placeholder {
  display: grid;
  min-height: 300px;
  place-items: center;
  margin: var(--space-5) 0;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  color: var(--muted);
  text-align: center;
}

#casinosList {
  display: grid;
  gap: var(--space-5);
  margin: var(--space-5) auto;
  padding: 0;
  list-style: none;
}

.casino-list-note {
  max-width: 840px;
  color: var(--muted);
}

#casinosList > li {
  display: grid;
  grid-template-columns: 170px minmax(240px, 1fr) minmax(190px, 240px) 190px;
  align-items: center;
  gap: var(--space-5);
  row-gap: var(--space-4);
  padding: var(--space-5);
  border: 1px solid rgba(255, 180, 77, .34);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(27, 23, 48, .98) 0%, rgba(19, 16, 35, .98) 100%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22);
}

.casino-brand-box {
  display: grid;
  justify-items: center;
  gap: var(--space-3);
}

.casino-logo {
  display: grid;
  width: 156px;
  height: 88px;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: #100d1d;
}

.casino-logo img {
  width: 100%;
  height: 88px;
  padding: 10px 16px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: #100d1d;
}

.casino-rank {
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
}

.casino-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--space-3);
}

.casino-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.casino-name {
  color: var(--ink);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.1;
}

.casino-highlights {
  display: grid;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.casino-highlights li {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text);
  line-height: 1.35;
}

.casino-highlights li::before {
  position: absolute;
  top: .47em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  content: "";
}

.casino-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.casino-tags span {
  padding: 5px 10px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(16, 13, 29, .42);
  color: var(--muted);
  font-size: 13px;
}

.casino-bonus {
  color: var(--accent-strong);
  font-weight: 700;
}

.casino-more {
  grid-column: 1 / -1;
  width: 100%;
  padding-top: var(--space-3);
  border-top: 1px solid var(--line-soft);
}

.casino-more summary {
  display: block;
  color: var(--accent-strong);
  font-weight: 700;
  cursor: pointer;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 5px;
}

.casino-more summary::marker,
.casino-more summary::-webkit-details-marker {
  display: none;
}

.casino-more[open] {
  width: 100%;
}

.casino-terms-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2);
  margin: var(--space-3) 0 0;
}

.casino-terms-list div {
  padding: 9px 10px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: rgba(16, 13, 29, .55);
}

.casino-terms-list dt {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.casino-terms-list dd {
  margin: var(--space-1) 0 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.42;
}

.casino-offer {
  display: grid;
  align-content: center;
  min-height: 96px;
  padding: 0 var(--space-5);
  border-right: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.casino-offer .casino-bonus {
  color: var(--ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.18;
}

.casino-min {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.casino-btns {
  display: grid;
  justify-items: stretch;
  gap: var(--space-3);
  width: 100%;
}

.casino-meta {
  display: block;
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: 13px;
}

.casino-legal {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.author-block {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  margin-top: var(--space-6);
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.author-thumb {
  flex: 0 0 100px;
  max-width: 100px;
}

.author-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  box-shadow: none;
}

.author-name {
  margin-top: 0;
}

#author-promo {
  min-height: 180px;
}

#author-promo .container {
  position: relative;
  padding-left: 150px;
}

#author-promo .author-photo {
  position: absolute;
  top: 0;
  left: var(--space-5);
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  box-shadow: none;
}

.experience-list {
  display: grid;
  gap: var(--space-4);
  margin: var(--space-5) 0 0;
  padding: 0;
  list-style: none;
}

.experience-list li {
  display: grid;
  grid-template-columns: minmax(140px, .65fr) minmax(0, 1.35fr);
  gap: var(--space-3) var(--space-5);
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.experience-period {
  color: var(--accent-strong);
  font-weight: 700;
}

.experience-company {
  display: block;
  color: var(--ink);
  font-weight: 700;
}

.experience-role {
  display: block;
  margin-top: var(--space-1);
  color: var(--text);
}

.author_links {
  display: flex;
  gap: var(--space-2);
  margin: var(--space-3) 0 var(--space-5);
}

.author_links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
}

.author_links img {
  width: 20px;
  height: 20px;
}

#author-posts ul,
.slot-grid,
.site-map-list {
  margin: var(--space-5) 0;
  padding: 0;
  list-style: none;
}

#author-posts li,
.site-map-list li,
.contact-list li {
  margin-bottom: var(--space-3);
  padding: var(--space-4);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.slot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.slot-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-5);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.slot-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: #d8d4dc;
}

.slot-card h3 {
  margin-top: var(--space-4);
}

.placeholder-note {
  color: var(--muted);
  font-size: 14px;
}

.contact-list {
  margin: var(--space-5) 0;
  padding: 0;
  list-style: none;
}

.site-footer {
  margin-top: var(--space-8);
  padding: var(--space-7) 0;
  background: #0a0912;
  border-top: 1px solid var(--line-soft);
}

.has-fixed-bonus-cta .site-footer {
  padding-bottom: calc(var(--space-7) + 112px);
}

.bottom-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3) var(--space-6);
  margin: 0 0 var(--space-6);
  padding: 0;
  list-style: none;
}

.regulations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  margin: 0 0 var(--space-5);
  padding: 0;
  list-style: none;
}

.regulations li,
.regulations a {
  display: inline-flex;
  align-items: center;
}

.regulations a {
  opacity: .82;
}

.regulations a:hover,
.regulations a:focus {
  opacity: 1;
}

.regulations img {
  width: auto;
  height: 35px;
  object-fit: contain;
}

.site-footer span {
  display: block;
  max-width: 900px;
  margin: 0 auto var(--space-2);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
  background: rgba(8, 7, 14, .82);
}

.modal.is-open {
  display: flex;
}

.modal-dialog {
  width: min(100%, 940px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--line-soft);
}

.modal-header h2 {
  margin: 0;
  font-size: 20px;
}

.modal-close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.modal-body {
  padding: var(--space-5);
}

.demo-frame {
  display: grid;
  min-height: 480px;
  place-items: center;
  border-radius: var(--radius-sm);
  background: #0a0912;
  text-align: center;
}

.demo-frame > div {
  width: min(100%, 640px);
}

.demo-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}

.demo-fallback {
  width: min(100%, 680px);
}

.demo-fallback__media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: #100d1d;
}

.demo-fallback__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background:
    linear-gradient(180deg, rgba(15, 13, 27, .45), rgba(15, 13, 27, .78)),
    rgba(0, 0, 0, .3);
  content: "";
}

.demo-fallback__media::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(calc(100% - 48px), 520px);
  color: var(--ink);
  content: "Demo is temporarily unavailable. Find this game at verified casino sites.";
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .65);
  transform: translate(-50%, -50%);
}

.demo-fallback__media img {
  border: 0;
  filter: saturate(.88) brightness(.82);
}

.demo-fallback__actions {
  display: flex;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.demo-fallback__button {
  max-width: 220px;
  margin: 0;
}

.demo-fallback__legal {
  display: block;
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.fixed-bonus-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 930;
  padding: var(--space-3) var(--space-5);
  border-top: 1px solid rgba(255, 180, 77, .32);
  background:
    linear-gradient(90deg, rgba(15, 13, 27, .98), rgba(27, 23, 48, .98)),
    var(--page-bg);
  box-shadow: 0 -18px 44px rgba(0, 0, 0, .34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 16px));
  transition: transform .34s ease, opacity .34s ease;
}

.fixed-bonus-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.fixed-bonus-cta__inner {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(180px, 220px);
  align-items: center;
  gap: var(--space-5);
  width: min(100%, var(--container));
  margin: 0 auto;
}

.fixed-bonus-cta img {
  width: 96px;
  height: 72px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: #100d1d;
  object-fit: cover;
}

.fixed-bonus-cta__content {
  min-width: 0;
}

.fixed-bonus-cta__content span,
.fixed-bonus-cta__content strong {
  display: block;
}

.fixed-bonus-cta__content span {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.fixed-bonus-cta__content strong {
  color: var(--ink);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.18;
}

.fixed-bonus-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px var(--space-5);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #130d1c;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 28px rgba(217, 79, 163, .26);
}

.fixed-bonus-cta__button:hover,
.fixed-bonus-cta__button:focus {
  color: #130d1c;
  border-color: rgba(255, 255, 255, .22);
}

.fixed-bonus-cta.is-visible + .clearfy-cookie {
  bottom: calc(var(--space-4) + 104px);
}

.clearfy-cookie {
  position: fixed;
  right: var(--space-4);
  bottom: var(--space-4);
  left: var(--space-4);
  z-index: 999;
  max-width: 960px;
  margin: 0 auto;
  padding: var(--space-4);
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  font-size: 14px;
  transition: bottom .3s ease, transform .3s ease, opacity .3s ease;
}

.clearfy-cookie.clearfy-cookie-hide {
  opacity: 0;
  transform: translateY(150%);
}

.clearfy-cookie-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.clearfy-cookie-accept {
  margin-left: var(--space-3);
  padding: 7px var(--space-4);
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--accent);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 850px) {
  body {
    padding-top: 64px;
  }

  .has-fixed-bonus-cta .site-footer {
    padding-bottom: calc(var(--space-7) + 96px);
  }

  .site-header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 960;
    margin-bottom: 0;
  }

  .container {
    padding: 0 var(--space-4);
  }

  .navbar-inner {
    flex-wrap: wrap;
    gap: var(--space-2);
  }

  .navbar-brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }

  .navbar-cta {
    order: 2;
    min-height: 40px;
    padding: 9px var(--space-4);
  }

  .navbar-toggle {
    order: 3;
    display: block;
    flex: 0 0 44px;
  }

  .navbar-collapse {
    order: 4;
    flex: 0 0 100%;
    display: none;
    width: 100%;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    border-top: 1px solid var(--line-soft);
    background: rgba(15, 13, 27, .98);
  }

  .navbar-collapse.is-open {
    display: block;
  }

  .top-menu {
    display: block;
    margin: 0 calc(var(--space-4) * -1);
  }

  .top-menu > li > a,
  .dropdown-toggle {
    width: 100%;
    padding: 13px var(--space-4);
    text-align: left;
  }

  .dropdown-menu {
    position: static;
    min-width: 0;
    padding: 0 0 var(--space-2) var(--space-3);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown.is-open .dropdown-menu {
    display: block;
  }

  #slot-promo {
    min-height: 0;
    padding-top: 0;
    text-align: center;
  }

  #slot-promo h1,
  #slot-promo .bage {
    width: 100%;
  }

  .slot-promo-inner {
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin-top: var(--space-5);
  }

  .slot-promo-inner_thumb {
    position: relative;
    right: 0;
    width: min(100%, 500px);
    overflow: hidden;
    border-radius: var(--radius-md);
  }

  .slot-promo-inner_thumb::after {
    position: absolute;
    inset: 0;
    display: block;
    border-radius: inherit;
    background: rgba(15, 13, 27, .58);
    content: "";
  }

  .slot-promo-inner_thumb img {
    width: 100%;
    height: 100%;
  }

  .slot-promo-inner_btns {
    position: absolute;
    z-index: 2;
    align-items: center;
    margin-top: 0;
  }

  #toc {
    margin-top: calc(var(--space-2) * -1);
  }

  .toc-block {
    padding: var(--space-5);
  }

  .toc-list {
    grid-template-columns: 1fr;
  }

  .row {
    display: block;
  }

  .col-sm-4,
  .col-sm-8,
  .col-sm-12 {
    width: 100%;
  }

  .casino-item {
    flex-basis: 100%;
  }

  .slot-provider-block {
    flex-direction: column;
    text-align: center;
  }

  .slot-provider-block_thumb {
    flex-basis: auto;
  }

  .slot-provider-block a {
    display: block;
    margin: var(--space-2) auto;
    padding: 10px var(--space-4);
  }

  #casinosList > li {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    text-align: center;
  }

  .casino-heading,
  .casino-tags {
    justify-content: center;
  }

  .casino-highlights {
    width: min(100%, 360px);
    margin: 0 auto;
    text-align: left;
  }

  .casino-logo {
    width: 156px;
    flex-basis: auto;
  }

  .casino-btns {
    width: 100%;
    flex-basis: auto;
  }

  .casino-logo img {
    width: 100%;
  }

  .casino-more {
    width: 100%;
  }

  .casino-terms-list {
    grid-template-columns: 1fr;
  }

  .casino-offer {
    min-height: 0;
    padding: var(--space-5) 0;
    border-top: 1px solid var(--line-soft);
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    border-left: 0;
  }

  .casino-btns .cta-btn {
    max-width: 100%;
  }

  .author-block {
    align-items: flex-start;
  }

  #author-promo .container {
    padding-left: var(--space-4);
  }

  #author-promo .author-photo {
    position: relative;
    left: 0;
    margin-bottom: var(--space-5);
  }

  .experience-list li {
    grid-template-columns: 1fr;
  }

  .player-reviews {
    grid-template-columns: 1fr;
  }

  .fixed-bonus-cta {
    padding: var(--space-2) var(--space-4);
  }

  .fixed-bonus-cta__inner {
    grid-template-columns: 72px minmax(0, 1fr) 144px;
    gap: var(--space-3);
  }

  .fixed-bonus-cta img {
    width: 72px;
    height: 58px;
  }

  .fixed-bonus-cta__content span {
    font-size: 12px;
  }

  .fixed-bonus-cta__content strong {
    font-size: 18px;
  }

  .fixed-bonus-cta__button {
    min-height: 44px;
    padding: 10px var(--space-3);
    font-size: 14px;
  }

  .fixed-bonus-cta.is-visible + .clearfy-cookie {
    bottom: calc(var(--space-4) + 88px);
  }

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

@media (min-width: 851px) and (max-width: 980px) {
  .casino-item {
    flex-basis: calc((100% - 16px) / 2);
  }

  #casinosList > li {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .casino-logo {
    width: 156px;
  }

  .casino-offer {
    min-height: 0;
    padding: var(--space-4) 0;
    border-top: 1px solid var(--line-soft);
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    border-left: 0;
  }

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

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

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

  section {
    margin-bottom: var(--space-7);
  }

  .has-fixed-bonus-cta .site-footer {
    padding-bottom: calc(var(--space-7) + 132px);
  }

  .slot-promo-inner_btns {
    width: calc(100% - 40px);
  }

  .slot-promo-inner_btns .cta-btn {
    max-width: 100%;
  }

  .navbar-brand {
    font-size: 17px;
  }

  .navbar-brand small {
    font-size: 11px;
  }

  .navbar-cta {
    min-height: 38px;
    padding: 8px var(--space-3);
    font-size: 13px;
  }

  .navbar-toggle {
    width: 40px;
    height: 38px;
    flex-basis: 40px;
  }

  .fixed-bonus-cta {
    padding: var(--space-2);
  }

  .fixed-bonus-cta__inner {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: var(--space-2) var(--space-3);
  }

  .fixed-bonus-cta img {
    width: 54px;
    height: 54px;
  }

  .fixed-bonus-cta__content strong {
    font-size: 15px;
  }

  .fixed-bonus-cta__button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 42px;
  }

  .fixed-bonus-cta.is-visible + .clearfy-cookie {
    bottom: 132px;
  }

  .author-block {
    flex-direction: column;
  }

  .demo-frame {
    min-height: 300px;
  }

  .demo-fallback__media::after {
    width: min(calc(100% - 28px), 360px);
    font-size: 17px;
  }

  .demo-fallback__actions {
    flex-direction: column;
    gap: var(--space-2);
  }

  .demo-fallback__button {
    width: 100%;
    max-width: 100%;
  }

  .modal {
    padding: var(--space-3);
  }

  .clearfy-cookie {
    right: var(--space-2);
    bottom: var(--space-2);
    left: var(--space-2);
  }
}
