/* ===========================================================================
   mono-05-render-fit — casino landing.

   COLOUR CONTRACT (BR-GEN-05, BR-GEN-04):
   The only colours that enter this file are the three CSS variables the page
   injects inline from the per-site branding palette:
       --bg      background colour   (branding.backgroundColor)
       --accent  accent colour       (branding.accentColor)
       --text    text colour         (branding.textColor, always present)
   Every other tone below is DERIVED from those three with color-mix() +
   `transparent` — there is not a single hardcoded colour literal, so the
   stylesheet re-skins per site with no edits. Fonts are a system stack; no
   external font is fetched.

   JS hooks are data-* attributes only (data-header, data-nav-toggle,
   data-primary-nav, data-aff, data-faq) — never class names — so the later
   per-domain class-rename step cannot break behaviour.
   =========================================================================== */

:root {
  /* Derived surface / line / muted tones (from --bg + --text). */
  --surface: color-mix(in srgb, var(--bg) 92%, var(--text));
  --surface-2: color-mix(in srgb, var(--bg) 86%, var(--text));
  --line: color-mix(in srgb, var(--bg) 78%, var(--text));
  --line-2: color-mix(in srgb, var(--bg) 66%, var(--text));
  --muted: color-mix(in srgb, var(--text) 60%, var(--bg));
  --muted-2: color-mix(in srgb, var(--text) 78%, var(--bg));

  /* Derived accent tints. */
  --accent-2: color-mix(in srgb, var(--accent) 82%, var(--text));
  --accent-soft: color-mix(in srgb, var(--accent) 16%, transparent);
  --on-accent: color-mix(in srgb, var(--bg) 86%, var(--text));

  /* Derived shadow (a translucent shade of the text tone). */
  --shadow: color-mix(in srgb, var(--text) 26%, transparent);

  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --maxw: 1120px;
  --font: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, 'Noto Sans', sans-serif;
}

* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
h4 {
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--text);
  font-weight: 800;
}

.x1yefl9s {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.xszqw7u {
  max-width: 820px;
}

/* ---------- buttons ---------- */
.xu788r9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  padding: 13px 24px;
  transition:
    transform 0.12s,
    background 0.12s,
    box-shadow 0.12s;
}
.xhe60ky {
  width: 100%;
}
.xf1bjq3 {
  padding: 15px 30px;
  font-size: 16px;
}
.x1fxgo0l {
  background: var(--accent);
  color: var(--on-accent);
  box-shadow: 0 6px 18px var(--accent-soft);
}
.x1fxgo0l:hover {
  background: var(--accent-2);
  transform: translateY(-1px);
}
.xbbmcm0 {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line-2);
}
.xbbmcm0:hover {
  border-color: var(--accent);
}

/* ---------- header ---------- */
.x1b2ozyk {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(1.2) blur(8px);
  border-bottom: 1px solid var(--line);
}
.x4lkzd2 {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 68px;
}
.x1dc4jvm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
}
.x1jmuf4o {
  height: 40px;
  width: auto;
}
.x11tl7e2 {
  height: 44px;
}
.x51kz2c {
  font-weight: 800;
  font-size: 20px;
  color: var(--text);
}

.xvgmjb4 {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.x1nrsq0v {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.x6rqw8d {
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  color: var(--muted-2);
  font-weight: 600;
  font-size: 15px;
  transition:
    background 0.14s,
    color 0.14s;
}
.x6rqw8d:hover {
  background: color-mix(in srgb, var(--text) 8%, transparent);
  color: var(--text);
}
.x6rqw8d.x7fny92 {
  background: var(--accent-soft);
  color: var(--text);
}
.xmv5qiq .x6rqw8d {
  font-size: 14px;
  color: var(--muted);
}
.x32x0gs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.x7k2s4 {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.x1me1eun {
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* ---------- hero ---------- */
.x1vtl004 {
  padding: 30px 0 8px;
}
.xzjatil {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.xbscf40 {
  margin: 0;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: var(--text);
  max-width: 22ch;
}
.x6jimea {
  align-self: flex-start;
}
.x1j9jbht {
  display: block;
  margin-top: 18px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px var(--shadow);
  color: var(--accent);
  transition: filter 0.15s;
}
.x1j9jbht:hover {
  filter: brightness(1.04);
}
.x1ev1czr {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- generic section ---------- */
.x1w8vv87 {
  padding: 26px 0;
}
.xlir8cn {
  font-size: clamp(20px, 2.6vw, 28px);
  margin-bottom: 16px;
}

/* ---------- intro ---------- */
.x1lhea8f {
  padding: 24px 0 8px;
}
.xrpdd11 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: start;
}
.xdawk3m {
  font-size: clamp(28px, 4vw, 42px);
}
.x1u36t09 {
  color: var(--muted-2);
  font-size: 17px;
}
.x1u36t09 p {
  margin: 0 0 1em;
}
.xc05vnk {
  margin-top: 18px;
}

.xthkptv {
  background: linear-gradient(160deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.x1kazxjs {
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  color: var(--text);
}
.x1hdhzhx {
  color: var(--muted-2);
  font-size: 15px;
}
.x1hdhzhx p {
  margin: 0 0 0.6em;
}

/* ---------- prose ---------- */
.x291nxq {
  color: var(--text);
}
.x291nxq p {
  margin: 0 0 1em;
}
.x291nxq a {
  color: var(--accent);
  text-decoration: underline;
}
.x291nxq ul,
.x291nxq ol {
  padding-left: 1.3em;
  margin: 0 0 1em;
}
.x291nxq li {
  margin: 0 0 0.3em;
}

/* ---------- text block image ---------- */
.xmpct3d {
  display: flow-root;
}
.xyrjh34 {
  width: 40%;
  border-radius: var(--radius-sm);
}
.x5jbbwy {
  float: right;
  margin: 0 0 14px 20px;
}
.x11nmw9w {
  float: left;
  margin: 0 20px 14px 0;
}

/* ---------- bonuses ---------- */
.x45sg0o {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.x1pn6r4l {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    transform 0.14s,
    border-color 0.14s;
}
.x1pn6r4l:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
}
.x1fh5bix {
  font-weight: 700;
  font-size: 17px;
  color: var(--text);
}
.x669ajb {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.x4d8e9 {
  font-weight: 900;
  font-size: 24px;
  color: var(--accent);
}
.x39oncw {
  font-weight: 800;
  color: var(--text);
}
.x1xw2ybp {
  color: var(--muted-2);
  font-size: 14px;
}
.x1xw2ybp p {
  margin: 0;
}
.x19xh5e9 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 14px;
  color: var(--muted);
}
.x12r2qov {
  color: var(--accent);
  font-weight: 700;
}

/* ---------- games ---------- */
.x1x8jfm6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.xz8rpd8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.xffp09r {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1.04;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, var(--surface), var(--surface-2));
  box-shadow: 0 6px 16px var(--shadow);
  transition: transform 0.14s;
}
.xffp09r img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x5222pb {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 44px;
  color: color-mix(in srgb, var(--text) 24%, transparent);
}
.xz8rpd8:hover .xffp09r {
  transform: translateY(-3px);
}
.xhyx2z2 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.xspj9ze {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}
.x16b6qrf {
  font-size: 12px;
  color: var(--muted);
}

/* ---------- payments ---------- */
.x3sx7qq {
  overflow-x: auto;
}
.x6ne5t1 {
  width: 100%;
  border-collapse: collapse;
}
.x6ne5t1 th,
.x6ne5t1 td {
  border-bottom: 1px solid var(--line);
  padding: 11px 12px;
  text-align: left;
}
.x6ne5t1 th {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.x6ne5t1 td {
  color: var(--text);
  vertical-align: middle;
}

/* ---------- faq ---------- */
.xcqtugj {
  display: grid;
  gap: 10px;
}
.x1vspanr {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  overflow: hidden;
}
.x18wafx9 {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px;
  font-weight: 700;
  color: var(--text);
}
.x18wafx9::-webkit-details-marker {
  display: none;
}
.xoh2dwk {
  position: relative;
  width: 16px;
  height: 16px;
  flex: none;
}
.xoh2dwk::before,
.xoh2dwk::after {
  content: '';
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
}
.xoh2dwk::before {
  left: 0;
  right: 0;
  top: 7px;
  height: 2px;
}
.xoh2dwk::after {
  top: 0;
  bottom: 0;
  left: 7px;
  width: 2px;
  transition: opacity 0.15s;
}
.x1vspanr[open] .xoh2dwk::after {
  opacity: 0;
}
.xm81xqw {
  padding: 0 16px 16px;
  color: var(--muted-2);
}

/* ---------- toc ---------- */
.x1p5u3b4 {
  padding: 8px 0 4px;
}
.x1o53ooe {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  padding: 16px 20px;
}
.xnwytys {
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--text);
}
.xlwdwcq {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 4px;
}
.x14wnrfq {
  color: var(--accent);
}
.x14wnrfq:hover {
  text-decoration: underline;
}

/* ---------- cta strip ---------- */
.xqlkz4q {
  margin: 34px 0;
}
.x1m595ck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-radius: var(--radius);
  background: linear-gradient(120deg, var(--surface), var(--surface-2));
  border: 1px solid var(--line-2);
}
.x19su2sz {
  margin: 0;
  font-size: 22px;
}
.xil3f4x {
  margin: 6px 0 0;
  color: var(--muted-2);
}

/* ---------- footer ---------- */
.xxuctz5 {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding: 26px 0;
  color: var(--muted-2);
}
.x11tfahh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.xeqfncr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.xeqfncr a {
  color: var(--muted-2);
  font-size: 14px;
}
.xeqfncr a:hover {
  color: var(--text);
}
.x18o5gf5 {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.x1inrm2y {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 10px;
}
.x96wnb6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
}
.x11htib7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line-2);
}
.x11htib7 img {
  height: 18px;
  width: auto;
  object-fit: contain;
}
.xha85v1 {
  margin-top: 20px;
  font-size: 13px;
  color: var(--muted);
}
.xha85v1 p {
  margin: 0;
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .x7k2s4 {
    display: flex;
  }
  .xvgmjb4 {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px 24px;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
    display: none;
  }
  .xvgmjb4[data-open='true'] {
    display: flex;
  }
  .x1nrsq0v {
    flex-direction: column;
  }
  .x32x0gs {
    flex-direction: column;
  }
  .x32x0gs .xu788r9 {
    width: 100%;
  }
  .xrpdd11 {
    grid-template-columns: 1fr;
  }
  .x1m595ck {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 720px) {
  .xyrjh34,
  .x11nmw9w,
  .x5jbbwy {
    float: none;
    width: 100%;
    margin: 0 0 14px;
  }
}
