@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
:root {
  --c-primary: #0c0c0c;
  --c-secondary: #151515;
  --c-accent: #e62e00;
  --c-bg: #161f27;
  --c-surface: #2b2222;
  --c-text: #eee4af;
  --c-text-muted: #e0bc0b;
  --c-btn: #f2be02;
  --c-btn-text: #fbfbf4;
  --c-border: #262121;
  --c-grad-start: #0c0c0c;
  --c-grad-end: #221a1a;
  --c-logo-text: #ffffff;
}
.si-logo-text { color: var(--c-logo-text) !important; font-size: 29px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


/* ─── Logo Icon ─── */
.si-logo-icon {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-family: 'Black Ops One', sans-serif !important;
}

.fm77-logo-area { display: flex; align-items: center; gap: 10px; }
  .fm77-player-count {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.768rem;
    color: var(--c-text-muted);
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .fm77-nav { display: none; }
    .fm77-player-count { display: none; }
    .fm77-menu-btn { display: flex !important; }
    .fm77-cta-desktop { display: none; }
  }
  .fm77-menu-btn { display: none; }
  .fm77-sroot { position: sticky; top: 0; z-index: 100; }
  .fm77-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .fm77-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .fm77-mbtn-full { width: 100%; justify-content: center; }

.xm62-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 353px;
  background: linear-gradient(133deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.092);
  box-shadow: 0 18px 49px rgba(0,0,0,0.408);
  display: flex;
  align-items: center;
}
.xm62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.xm62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.888) 0%, rgba(0,0,0,0.67) 35%, rgba(0,0,0,0.186) 70%, rgba(0,0,0,0.033) 100%);
  z-index: 1;
}
.xm62-content {
  position: relative; z-index: 2;
  padding: 49px 50px;
  max-width: 618px;
}
.xm62-title {
  font-size: 39px;
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.568);
}
.xm62-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.837);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 489px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.43);
}
.xm62-cta-row {
  display: flex; gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
}
/* Variant 02 signature: clean solid-accent rectangular buttons,
   icon on the left, bold uppercase text. Hover halo borrows the brand
   accent so the glow always matches the button colour. */
.xm62-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 26px;
  border-radius: 12px;
  background: var(--c-accent, #f59e0b);
  color: var(--c-bg, var(--c-bg));
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow .25s ease, filter .18s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.272);
}
.xm62-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.344);
}
.xm62-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .xm62-card { min-height: 313px; }
  .xm62-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.485) 0%, rgba(0,0,0,0.842) 100%);
  }
  .xm62-content { padding: 33px 23px; max-width: 100%; }
  .xm62-title { font-size: 25px; }
  .xm62-cta-row { flex-wrap: wrap; }
  .xm62-cta { padding: 13px 16px; font-size: 11px; }
}

.pm99-wrap { max-width: 699px; margin: 0 auto; text-align: center; }
  .pm99-title { color: var(--c-text); margin: 0 0 22px; }
  .pm99-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; text-align: left; }
  .pm99-p:last-child { margin-bottom: 0; }

.od99-wrap { max-width: 921px; margin: 0 auto; }
  .od99-title { color: var(--c-text); margin: 0 0 22px; }
  .od99-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .od99-spec-frame {
    margin: 28px 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow: 0 16px 45px -23px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .od99-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .od99-spec th, .od99-spec td {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .od99-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.119em;
    color: var(--c-bg);
    background: linear-gradient(136deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 65%, var(--c-grad-end)) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .od99-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .od99-spec tbody td { color: var(--c-text-muted); }
  .od99-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .od99-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .od99-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .od99-spec th, .od99-spec td { padding: 12px 14px; font-size: 14px; }
    .od99-spec tbody th { width: 42%; }
  }

.ir92-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 312px;
  background: linear-gradient(139deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 49px rgba(0,0,0,0.409);
  display: flex;
  align-items: center;
}
.ir92-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ir92-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.784) 0%, rgba(0,0,0,0.489) 35%, rgba(0,0,0,0.041) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ir92-content {
  position: relative;
  z-index: 2;
  padding: 45px 50px;
  max-width: 600px;
}
.ir92-title {
  font-size: 31px;
  font-weight: 900;
  color: var(--c-accent, #facc15);
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.487);
}
.ir92-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.49);
}
.ir92-cta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 982px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 19px rgba(34,197,94,0.281);
  transition: box-shadow .25s ease, filter .18s;
}
.ir92-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.157),
    0 10px 28px rgba(34,197,94,0.412);
}
@media (max-width: 768px) {
  .ir92-card { min-height: 320px; }
  .ir92-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.447) 0%, rgba(0,0,0,0.856) 100%);
  }
  .ir92-content { padding: 28px 22px; max-width: 100%; }
  .ir92-title { font-size: 23px; }
  .ir92-amount { font-size: 15px; }
}

.br68-wrap { max-width: 802px; margin: 0 auto; }
  .br68-eyebrow { font-size: 0.721rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.157em; margin-bottom: 10px; }
  .br68-title { color: var(--c-text); margin: 0 0 20px; }
  .br68-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .br68-p:last-child { margin-bottom: 0; }

.pa24-wrap { max-width: 1058px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .pa24-intro { max-width: 801px; }
  .pa24-title { color: var(--c-text); margin: 0 0 14px; }
  .pa24-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .pa24-row { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
  .pa24-col-h { font-size: 0.691rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.163em; margin: 0 0 14px; }
  .pa24-col-h-pro { color: var(--c-accent); }
  .pa24-col-h-con { color: var(--c-text); }
  .pa24-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .pa24-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 988px; font-size: 14px; line-height: 1.45; }
  .pa24-pill-pro { background: color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)); color: var(--c-text); border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .pa24-pill-con { background: var(--c-surface); color: var(--c-text-muted); border: 1px dashed color-mix(in srgb, var(--c-text-muted) 30%, var(--c-border)); }
  .pa24-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .pa24-pill-pro svg { color: var(--c-accent); }
  .pa24-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .pa24-row { grid-template-columns: 1fr; gap: 24px; } }

.kv75-wrap { max-width: 801px; margin: 0 auto; }
  .kv75-title { color: var(--c-text); margin: 0 0 20px; }
  .kv75-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 23px; }
  .kv75-sec { padding: 19px 0; border-top: 1px solid var(--c-border); }
  .kv75-sec:last-child { padding-bottom: 0; }
  .kv75-sh3 { color: var(--c-accent); margin: 0 0 10px; font-size: 1.003rem; letter-spacing: -0.01em; }
  .kv75-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .kv75-sp:last-child { margin-bottom: 0; }

.qn97-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 347px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(132deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.056);
  box-shadow: 0 16px 50px rgba(0,0,0,0.443);
}
.qn97-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.qn97-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.778) 0%, rgba(0,0,0,0.473) 60%, rgba(0,0,0,0.812) 100%);
  z-index: 1;
}
.qn97-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 48px 28px;
  max-width: 706px;
}
.qn97-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 984px;
  background: rgba(255,255,255,0.099);
  border: 1px solid rgba(255,255,255,0.222);
  color: rgba(255,255,255,0.932);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
.qn97-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.435);
  letter-spacing: -0.01em;
}
.qn97-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.891);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 527px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.396);
}
.qn97-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Variant 03 signature: solid white rounded buttons with a soft white halo
   on hover. Same look on both iOS and Android CTAs. */
.qn97-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 14px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: box-shadow .25s ease;
  letter-spacing: 0.02em;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.236);
}
.qn97-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.154),
    0 10px 24px rgba(255,255,255,0.223),
    0 4px 14px rgba(0,0,0,0.236);
}
.qn97-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .qn97-card { min-height: 272px; }
  .qn97-content { padding: 36px 20px; }
  .qn97-title { font-size: 24px; }
  .qn97-cta { padding: 12px 19px; font-size: 12px; }
}

.ou12-wrap { max-width: 918px; margin: 0 auto; padding-bottom: 27px; border-bottom: 1px solid var(--c-border); }
  .ou12-title { color: var(--c-text); margin: 0 0 22px; text-align: center; }
  .ou12-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ou12-p:last-child { margin-bottom: 0; }

.vh28-wrap { max-width: 1089px; margin: 0 auto; }
  .vh28-intro { max-width: 764px; margin-bottom: 22px; }
  .vh28-title { color: var(--c-text); margin: 0 0 12px; }
  .vh28-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .vh28-section { margin-top: 31px; }
  .vh28-section:first-of-type { margin-top: 28px; }
  .vh28-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.1rem; font-weight: 800; }
  .vh28-sub { font-size: 14px; color: var(--c-text-muted); margin: 0 0 14px; line-height: 1.6; }
  .vh28-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); }
  .vh28-table { width: 100%; min-width: 703px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .vh28-table thead th { background: linear-gradient(90deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 70%, var(--c-grad-end))); color: var(--c-bg); text-align: left; padding: 14px 18px; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.132em; }
  .vh28-table tbody td { padding: 14px 18px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .vh28-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-accent) 3%, transparent); }
  .vh28-table tbody tr:last-child td { border-bottom: none; }
  .vh28-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .vh28-table tbody td.vh28-pos { color: var(--c-accent); font-weight: 700; }

/* ── Centered footer with a deliberate visual hierarchy: ─────────
     1) Logo — brand identity
     2) Tagline — short pitch (optional, truncates cleanly)
     3) <divider>
     4) Primary nav — multipage links (Bonuses / Games / Reviews), same
        weight/size as header nav
     5) Legal nav — Terms / Privacy / Cookies, smaller + muted + dot
        separators so they read as "fine print" not top-level nav
     6) <divider>
     7) Copyright row — © year · brand · play responsibly · 18+ badge

     Every block is symmetric around the horizontal centre and uses
     consistent 14-18 px vertical rhythm. When a section slot
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .sk65-root { text-align: center; padding: 44px 0 28px; }
  .sk65-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .sk65-tagline {
    font-size: 0.904rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 461px; line-height: 1.55;
  }

  .sk65-divider {
    max-width: 287px; height: 1px;
    background: var(--c-border); opacity: .6;
    margin: 0 auto;
  }

  /* Primary nav — same visual weight as the header's top-level links. */
  .sk65-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 31px;
    margin: 20px auto 0;
  }
  .sk65-nav-primary:empty { display: none; }
  .sk65-nav-primary a {
    font-size: 0.918rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .sk65-nav-primary a:hover { color: var(--c-accent); }

  /* Legal nav — explicitly softer: smaller, muted, dot separators
     between items so the eye parses it as compliance fine-print, not
     primary navigation. */
  .sk65-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.791rem;
    color: var(--c-text-muted);
  }
  .sk65-nav-legal:empty { display: none; }
  .sk65-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .sk65-nav-legal a:hover { color: var(--c-accent); }
  /* Pseudo-element separator — `a + a::before` ensures the dot only
     appears BETWEEN links (never leading/trailing), and its symmetric
     `margin: 0 14px` guarantees equal whitespace on both sides of
     every dot regardless of which links ended up in the row. Earlier
     attempt used column-gap + negative-left + margin-right and the
     dot slid off-centre; this version is single-source-of-truth. */
  .sk65-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

  .sk65-payments {
    justify-content: center;
    margin-top: 18px;
  }
  .sk65-payments:empty { display: none; }

  .sk65-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.79rem;
    color: var(--c-text-muted);
  }
  .sk65-bottom-sep {
    width: 3px; height: 3px; border-radius: 50%;
    background: currentColor; opacity: .4;
    display: inline-block;
  }

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .si-btn,
  body [class*="actions-desktop"] .si-btn,
  body [class*="btns-desktop"] .si-btn,
  body [class*="cta-wrap"] .si-btn,
  body [class*="cta-desktop"] button,
  body [class*="actions-desktop"] button,
  body [class*="btns-desktop"] button,
  body [class*="cta-wrap"] button,
  body [class*="cta-desktop"] a,
  body [class*="actions-desktop"] a,
  body [class*="btns-desktop"] a,
  body [class*="cta-wrap"] a {
    padding: 7px 12px !important;
    font-size: 11px !important;
  }
}
