@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;
}
.ny-logo-text { color: var(--c-logo-text) !important; font-size: 28px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


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

.h18_header-inner {
    display: flex;
    align-items: center;
    height: 66px;
    gap: 0;
  }
  .h18_logo-area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-right: 16px;
    border-right: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
    margin-right: 0;
  }
  .h18_nav-scroller {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
  }
  .h18_nav-scroller::before,
  .h18_nav-scroller::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 39px;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.196s;
  }
  .h18_nav-scroller::before {
    left: 0;
    background: linear-gradient(to right, var(--c-primary), transparent);
  }
  .h18_nav-scroller::after {
    right: 0;
    background: linear-gradient(to left, var(--c-primary), transparent);
  }
  .h18_nav-scroll-inner {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 12px;
    height: 66px;
    scroll-snap-type: x mandatory;
  }
  .h18_nav-scroll-inner::-webkit-scrollbar { display: none; }
  .h18_nav-scroll-inner a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.884rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    white-space: nowrap;
    scroll-snap-align: start;
    transition: background 0.146s, color 0.148s;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .h18_nav-scroll-inner a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h18_nav-scroll-inner a.active {
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    color: var(--c-accent);
    font-weight: 600;
  }
  .h18_nav-tag {
    font-size: 0.597rem;
    font-weight: 700;
    background: var(--c-accent);
    color: var(--c-bg);
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.039em;
  }
  .h18_cta-area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    border-left: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
  }
  .h18_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 39px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h18_cta-desktop { display: none !important; }
    .h18_menu-btn { display: flex !important; }
    .h18_cta-area { border-left: none; padding-left: 8px; }
  }
  .h18_sroot { position: sticky; top: 0; z-index: 100; }
  .h18_container { max-width: 100%; padding: 0 16px; }
  .h18_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h18_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h18_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h18_mbtn { flex: 1; justify-content: center; }

.tg85-hero {
  position: relative;
  min-height: 477px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.tg85-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
    rgb(0 0 0 / calc(.95 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.93 + var(--hi-offset, 0))) 28%,
    rgb(0 0 0 / calc(.75 + var(--hi-offset, 0))) 52%,
    transparent 100%);
}
.tg85-content {
  position: relative; z-index: 1;
  max-width: 551px;
  padding: 39px 0;
}
.tg85-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.tg85-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.327); }
.tg85-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.739);
  line-height: 1.65;
  margin: 0 0 26px;
}
.tg85-btn-primary {
  display: inline-block;
  padding: 13px 31px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s;
}
.tg85-btn-primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .tg85-hero { min-height: 382px; } }

.fq92-hero {
    background: linear-gradient(135deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 20%, var(--c-bg)) 100%);
    position: relative; overflow: hidden;
  }
  .fq92-pattern {
    position: absolute; inset: 0; opacity: 0.03; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 32px 32px;
  }
  .fq92-grid {
    display: grid; grid-template-columns: 1fr 379px; gap: 49px;
    align-items: center; position: relative; z-index: 1;
  }
  .fq92-tag {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: 20px;
    background: color-mix(in srgb, #ef4444 10%, transparent);
    border: 1px solid color-mix(in srgb, #ef4444 30%, transparent);
    font-size: 0.704rem; font-weight: 700; color: #ef4444;
    text-transform: uppercase; letter-spacing: 0.082em; margin-bottom: 18px;
  }
  .fq92-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; flex-shrink: 0; }
  .fq92-title { color: var(--c-text); margin-bottom: 14px; }
  .fq92-accent { color: var(--c-accent); }
  .fq92-desc { font-size: 1.009rem; color: var(--c-text-muted); line-height: 1.7; max-width: 472px; margin-bottom: 20px; }
  .fq92-games {
    display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px;
  }
  .fq92-game-pill {
    padding: 6px 14px; border-radius: 20px;
    background: var(--c-surface); border: 1px solid var(--c-border);
    font-size: 0.799rem; font-weight: 600; color: var(--c-text);
  }
  .fq92-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .fq92-card {
    background: var(--c-surface); border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 16px rgba(255,255,255,0.13), 0 0 4px rgba(255,255,255,0.123); overflow: hidden;
  }
  .fq92-card-header {
    padding: 16px 22px; border-bottom: 1px solid var(--c-border);
    background: color-mix(in srgb, #ef4444 4%, var(--c-surface));
    display: flex; align-items: center; gap: 8px;
  }
  .fq92-card-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; }
  .fq92-card-title { font-size: 0.748rem; font-weight: 700; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 0.081em; }
  .fq92-card-body { padding: 22px; }
  .fq92-tables { display: flex; flex-direction: column; gap: 12px; }
  .fq92-table {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px; background: color-mix(in srgb, var(--c-bg) 40%, var(--c-surface));
    border: 1px solid var(--c-border); border-radius: 10px;
  }
  .fq92-table-name { font-size: 0.871rem; font-weight: 700; color: var(--c-text); }
  .fq92-table-info { font-size: 0.73rem; color: var(--c-text-muted); }
  .fq92-table-seats {
    font-size: 0.733rem; font-weight: 700; color: #22c55e;
    padding: 3px 8px; background: color-mix(in srgb, #22c55e 10%, transparent);
    border-radius: 10px;
  }
  .fq92-card-footer { padding: 14px 22px; border-top: 1px solid var(--c-border); }
  @media (max-width: 880px) {
    .fq92-grid { grid-template-columns: 1fr; }
    .fq92-card { display: none; }
  }
  .fq92-s1 { width: 100%; justify-content: center; }

.if39-wrap { max-width: 1148px; margin: 0 auto; }
  .if39-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 35px;
    align-items: start;
    margin-bottom: 24px;
  }
  .if39-title { color: var(--c-text); margin: 0 0 18px; }
  .if39-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .if39-spec {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-surface);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow:
      0 18px 50px -25px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .if39-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(137deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .if39-spec tbody th, .if39-spec tbody td {
    padding: 13px 19px;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .if39-spec tbody tr:last-child th,
  .if39-spec tbody tr:last-child td { border-bottom: none; }
  .if39-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .if39-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .if39-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .if39-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--c-accent);
    margin-right: 10px;
    vertical-align: 0.179em;
  }
  .if39-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .if39-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
  }
  @media (max-width: 640px) {
    .if39-spec thead th { padding: 11px 14px; }
    .if39-spec tbody th, .if39-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .if39-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.ou36-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 368px;
  background: linear-gradient(134deg,
    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.126);
  box-shadow: 0 16px 49px rgba(0,0,0,0.439);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ou36-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ou36-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(134deg, rgba(0,0,0,0.693) 0%, rgba(0,0,0,0.414) 50%, rgba(0,0,0,0.726) 100%);
  z-index: 1;
}
.ou36-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 44px 29px;
  max-width: 717px;
}
.ou36-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.513);
}
.ou36-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.ou36-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.ou36-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.019em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.413);
}
.ou36-cta {
  display: inline-block;
  padding: 13px 39px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.308);
  transition: box-shadow .25s ease, filter .18s;
}
.ou36-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.166),
    0 10px 28px rgba(34,197,94,0.441);
}
@media (max-width: 768px) {
  .ou36-card { min-height: 333px; }
  .ou36-content { padding: 32px 18px; }
  .ou36-title { font-size: 22px; }
  .ou36-amount { font-size: 14px; }
  .ou36-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.wf74-wrap { max-width: 884px; margin: 0 auto; }
  .wf74-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .wf74-strip { height: 4px; background: linear-gradient(92deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .wf74-body { padding: 33px 40px; }
  .wf74-title { color: var(--c-text); margin: 0 0 20px; }
  .wf74-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .wf74-p:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .wf74-body { padding: 24px 22px; } }

.zu93-wrap { max-width: 1116px; margin: 0 auto; }
  .zu93-intro { max-width: 756px; margin-bottom: 22px; }
  .zu93-title { color: var(--c-text); margin: 0 0 12px; }
  .zu93-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .zu93-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); box-shadow: 0 4px 23px -10px color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .zu93-table { width: 100%; min-width: 728px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .zu93-table thead th { background: linear-gradient(181deg, color-mix(in srgb, var(--c-accent) 28%, var(--c-surface)), var(--c-surface)); color: var(--c-text); text-align: center; padding: 18px 16px; font-size: 0.931rem; font-weight: 800; border-bottom: 2px solid var(--c-accent); }
  .zu93-table thead th:first-child { text-align: left; font-size: 0.671rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.137em; color: var(--c-text-muted); }
  .zu93-rank { display: block; font-size: 0.615rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.162em; margin-bottom: 4px; }
  .zu93-table tbody td { padding: 16px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); text-align: center; border-bottom: 1px solid var(--c-border); }
  .zu93-table tbody td:first-child { text-align: left; color: var(--c-text); font-weight: 700; padding-left: 22px; }
  .zu93-table tbody tr:last-child td { border-bottom: none; }
  .zu93-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .zu93-yes, .zu93-no { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 26px; border-radius: 50%; }
  .zu93-yes { background: var(--c-accent); color: var(--c-bg); }
  .zu93-no { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .zu93-yes svg, .zu93-no svg { width: 14px; height: 14px; }
  .zu93-val { font-weight: 700; color: var(--c-text); }

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

.it42-wrap { max-width: 928px; margin: 0 auto; }
  .it42-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 29px;
    box-shadow: 0 16px 44px -22px rgba(0,0,0,0.332);
  }
  .it42-title { color: var(--c-text); margin: 0 0 14px; }
  .it42-intro { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

  .it42-panel {
    border-radius: 16px;
    padding: 26px 26px 28px;
    margin-bottom: 18px;
    background: linear-gradient(137deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .it42-panel:last-of-type { margin-bottom: 0; }

  .it42-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .it42-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.752); margin: 0 0 23px; }
  .it42-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.736); margin: 23px 0 0; }

  .it42-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; counter-reset: it42-step; }
  .it42-step {
    counter-increment: it42-step;
    display: flex; align-items: center; gap: 14px;
    padding: 0;
  }
  .it42-step::before {
    content: counter(it42-step);
    flex: 0 0 auto;
    width: 51px; height: 50px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    border: 2px solid var(--c-accent);
    color: var(--c-accent);
    font-size: 16px; font-weight: 800;
    letter-spacing: -0.02em;
  }
  .it42-step-text {
    flex: 1;
    padding: 12px 18px;
    border-radius: 10px;
    background: rgba(255,255,255,0.019);
    border: 1px solid rgba(255,255,255,0.129);
    color: rgba(255,255,255,0.96);
    font-size: 13px; line-height: 1.5; font-weight: 600;
  }

  .it42-cta-wrap { margin-top: 25px; }
  .it42-cta {
    display: inline-block; padding: 12px 29px; border-radius: 979px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.098em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .it42-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 640px) {
    .it42-outer { padding: 23px 18px; border-radius: 14px; }
    .it42-panel { padding: 20px 16px; border-radius: 12px; }
    .it42-h3 { font-size: 16px; }
    .it42-step { gap: 10px; }
    .it42-step::before { width: 41px; height: 42px; font-size: 14px; }
    .it42-step-text { padding: 10px 14px; font-size: 12px; }
  }

.wp10-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 370px;
  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.034);
  box-shadow: 0 18px 49px rgba(0,0,0,0.444);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 37px;
}
.wp10-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wp10-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.497) 0%, rgba(0,0,0,0.131) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.wp10-glass {
  position: relative;
  z-index: 2;
  max-width: 519px;
  padding: 32px 33px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.522);
  border: 1px solid rgba(255,255,255,0.112);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.355);
}
.wp10-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.331);
}
.wp10-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.82);
  line-height: 1.55;
  margin: 0 0 24px;
}
.wp10-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
/* Variant 05 signature: authentic black "App Store / Google Play" badges
   with two-line label (small "Download on" / big "App Store"). */
.wp10-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.192);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 51px;
  box-sizing: border-box;
}
.wp10-badge:hover {
  border-color: rgba(255,255,255,0.332);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.111),
    0 8px 22px rgba(255,255,255,0.153);
}
.wp10-badge svg { flex-shrink: 0; }
.wp10-badge-label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.wp10-badge-label small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.058em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.wp10-badge-label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .wp10-card {
    min-height: 361px;
    padding: 24px;
    justify-content: center;
  }
  .wp10-overlay {
    background: linear-gradient(177deg, rgba(0,0,0,0.344) 0%, rgba(0,0,0,0.705) 100%);
  }
  .wp10-glass { padding: 24px 22px; max-width: 100%; }
  .wp10-title { font-size: 22px; }
  .wp10-badge { padding: 8px 14px; min-height: 45px; }
  .wp10-badge-label-text { font-size: 14px; }
}

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

.eg23-wrap { max-width: 1094px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .eg23-intro { max-width: 803px; text-align: center; margin: 0 auto; }
  .eg23-title { color: var(--c-text); margin: 0 0 14px; }
  .eg23-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .eg23-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .eg23-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 16px; padding: 33px 29px 28px; text-align: center; }
  .eg23-thumb { width: 64px; height: 63px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
  .eg23-thumb-pro { background: color-mix(in srgb, var(--c-accent) 18%, transparent); color: var(--c-accent); }
  .eg23-thumb-con { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .eg23-thumb svg { width: 31px; height: 32px; stroke-width: 2; }
  .eg23-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.041rem; font-weight: 700; }
  .eg23-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
  .eg23-item { font-size: 15px; line-height: 1.6; color: var(--c-text-muted); padding-left: 16px; position: relative; }
  .eg23-item::before { content: ''; position: absolute; left: 0; top: 0.539em; width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
  .eg23-col-con .eg23-item::before { background: var(--c-text-muted); opacity: 0.6; }
  @media (max-width: 768px) { .eg23-row { grid-template-columns: 1fr; } }

.sa95-card {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
  min-height: 362px;
  background: linear-gradient(138deg,
    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.041);
  box-shadow: 0 16px 49px rgba(0,0,0,0.406);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 41px;
}
.sa95-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sa95-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.525) 0%, rgba(0,0,0,0.101) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.sa95-glass {
  position: relative;
  z-index: 2;
  max-width: 432px;
  padding: 31px 32px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.365));
  border: 1px solid rgba(255,255,255,0.059);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 35px rgba(0,0,0,0.431);
}
.sa95-title {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.sa95-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.805);
  line-height: 1.5;
  margin: 0 0 24px;
}
.sa95-cta {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 979px;
  background: var(--c-accent, #3b82f6);
  color: var(--c-bg, #fff);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 19px rgba(0,0,0,0.297);
  transition: box-shadow .25s ease, filter .18s;
}
.sa95-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #3b82f6) 22%, transparent),
    0 10px 29px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .sa95-card {
    min-height: 345px;
    padding: 24px;
    justify-content: center;
  }
  .sa95-overlay {
    background: linear-gradient(176deg, rgba(0,0,0,0.349) 0%, rgba(0,0,0,0.725) 100%);
  }
  .sa95-glass { padding: 24px 21px; max-width: 100%; }
  .sa95-title { font-size: 22px; }
}

.aq48-wrap { max-width: 969px; margin: 0 auto; }
  .aq48-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 44px -22px rgba(0,0,0,0.303);
  }
  .aq48-title { color: var(--c-text); margin: 0 0 12px; }
  .aq48-intro { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .aq48-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .aq48-card {
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(182deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    color: #fff;
  }
  .aq48-card-h3 { color: var(--c-accent); font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.062em; }
  .aq48-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.89); margin: 0; }

  .aq48-mid-p { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .aq48-panel {
    border-radius: 14px; padding: 22px 25px 24px;
    background: linear-gradient(138deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 22px;
  }
  .aq48-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .aq48-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.827); margin: 0 0 16px; }
  .aq48-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.81); margin: 16px 0 0; }

  .aq48-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .aq48-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.056); border: 1px solid rgba(255,255,255,0.112); }
  .aq48-bullet-icon {
    flex: 0 0 28px; width: 28px; height: 28px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
  }
  .aq48-bullet-icon svg { width: 14px; height: 14px; }
  .aq48-bullet-text { flex: 1; color: rgba(255,255,255,0.961); font-size: 13px; line-height: 1.4; font-weight: 600; }

  .aq48-h3-light { color: var(--c-text); font-size: 20px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .aq48-p { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .aq48-table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    background: var(--c-bg);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    border-radius: 12px; overflow: hidden;
    margin: 0 0 18px; table-layout: fixed;
  }
  .aq48-table th, .aq48-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .aq48-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.123em; text-transform: uppercase;
    color: var(--c-bg);
    background: var(--c-accent);
    padding-top: 12px; padding-bottom: 12px;
  }
  .aq48-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .aq48-table tbody tr:last-child td { border-bottom: none; }
  .aq48-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-text) 3%, transparent); }
  .aq48-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 7%, transparent); }

  .aq48-cta-wrap { margin-top: 18px; }
  .aq48-cta {
    display: inline-block; padding: 12px 31px; border-radius: 1006px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.101em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .aq48-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 768px) {
    .aq48-cards { grid-template-columns: 1fr; }
    .aq48-bullets { grid-template-columns: 1fr; }
    .aq48-table th, .aq48-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .aq48-outer { padding: 22px 18px; border-radius: 14px; }
    .aq48-panel { padding: 18px 16px; border-radius: 12px; }
  }

.zz63-wrap { max-width: 653px; margin: 0 auto; }
  .zz63-title { color: var(--c-text); margin: 0 0 20px; }
  .zz63-p { font-size: 16px; line-height: 1.9; color: var(--c-text-muted); margin: 0 0 18px; }
  .zz63-p:last-child { margin-bottom: 0; }

.qn66-root { background: var(--c-bg); }
  /* Single wrapper for head + grid — otherwise per-site numeric
     perturbation (±3 %) ends up giving each one a different rounded
     `max-width`, which makes the heading look shifted left against the
     tiles. Locking both inside one inner element keeps their left edges
     byte-identical regardless of randomisation. */
  .qn66-inner { max-width: 1176px; margin: 0 auto; }
  .qn66-head { margin: 0 0 16px; }
  /* No font overrides on title — inherit from framework `h2` token
     (clamp(22px, 2.8vw, 30px), weight 800) so section headings read the
     same across every block on a page. */
  .qn66-title { margin: 0 0 6px; }
  .qn66-sub   { margin: 0; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 649px; }

  /* Desktop canvas: 8 cols × 3 rows → aspect 8/3 so every cell renders as
     a perfect square and the 2×2 anchors don't bloat out of proportion.
     max-width caps the grid so it doesn't stretch edge-to-edge on ultra-wide
     viewports — keeps the anchors at a comfortable scale instead of becoming
     giant billboards. grid-template-areas pins every one of the 15 tiles to
     a named cell so auto-flow can't drift. */
  .qn66-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 1fr);
    aspect-ratio: 8 / 3;
    gap: 10px;
    grid-template-areas:
      "b1 b1 s1 s2 s3 s4 b3 b3"
      "b1 b1 s5 b2 b2 s6 b3 b3"
      "s7 s8 s9 b2 b2 s10 s11 s12";
  }
  /* nth-child → grid-area mapping. First three tiles (delivered by the
     <!--POPULAR_GAMES:15--> placeholder in insertion order) become the
     left/centre/right anchors; the rest slot into the s1..s12 fillers. */
  .qn66-grid > .ny-mb-pg-tile:nth-child(1)  { grid-area: b1; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(2)  { grid-area: b2; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(3)  { grid-area: b3; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(4)  { grid-area: s1; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(5)  { grid-area: s2; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(6)  { grid-area: s3; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(7)  { grid-area: s4; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(8)  { grid-area: s5; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(9)  { grid-area: s6; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(10) { grid-area: s7; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(11) { grid-area: s8; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(12) { grid-area: s9; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(13) { grid-area: s10; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(14) { grid-area: s11; }
  .qn66-grid > .ny-mb-pg-tile:nth-child(15) { grid-area: s12; }

  /* Hover style: "Premium Lift" — tile rises with a halo of accent glow,
     a top light-streak reflection fades in, image subtly zooms + saturates.
     No cursor:pointer (decorative), just liveliness. */
  .ny-mb-pg-tile {
    position: relative;
    background: var(--c-bg);
    border-radius: 12px;
    overflow: hidden;
    transition:
      transform 0.319s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.318s;
  }
  .ny-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.083);
    border-radius: inherit; pointer-events: none;
    transition: box-shadow 0.287s;
  }
  .ny-mb-pg-tile::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.134), transparent 35%);
    opacity: 0;
    border-radius: inherit; pointer-events: none; z-index: 2;
    transition: opacity 0.28s;
  }
  .ny-mb-pg-img {
    width: 100%; height: 100%; display: block; object-fit: cover;
    transition: transform 0.562s cubic-bezier(.16,.84,.3,1), filter 0.303s;
  }
  .ny-mb-pg-tile:hover {
    transform: translateY(-5px);
    box-shadow:
      0 20px 42px rgba(0,0,0,0.619),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 34px color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .ny-mb-pg-tile:hover::before { opacity: 1; }
  .ny-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 55%, transparent); }
  .ny-mb-pg-tile:hover .ny-mb-pg-img { transform: scale(1.08); filter: brightness(1.1) saturate(1.15) contrast(1.04); }

  /* Tablet: compress to 6 cols × 4 rows. Keeps 3 anchors but rearranges
     fillers. Still 15 tiles, zero gaps. */
  @media (max-width: 960px) {
    .qn66-grid {
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(4, 1fr);
      aspect-ratio: 3 / 2;
      grid-template-areas:
        "b1 b1 s1 s2 b3 b3"
        "b1 b1 s3 s4 b3 b3"
        "s5 s6 b2 b2 s7 s8"
        "s9 s10 b2 b2 s11 s12";
    }
  }

  /* Mobile: forget anchors, straight 3-col grid — big tiles at this size
     would look comical. All 15 tiles become equal 1×1 cells. */
  @media (max-width: 600px) {
    .qn66-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .qn66-grid > .ny-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; }
  }

.pf13-wrap { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: minmax(242px, 323px) 1fr; gap: 49px; align-items: start; }
  .pf13-title { color: var(--c-text); margin: 0 0 12px; position: sticky; top: 24px; }
  .pf13-lead { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .pf13-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; min-width: 0; }
  .pf13-grid .ny-mb-prov-tile { aspect-ratio: 16 / 9; background: color-mix(in oklab, var(--c-accent) 6%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 20%, var(--c-surface)); border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 4px; transition: border-color 0.149s; }
  .pf13-grid .ny-mb-prov-tile:hover { border-color: var(--c-accent); }
  .pf13-grid .ny-mb-prov-img { max-width: 97%; max-height: 92%; object-fit: contain; }
  @media (max-width: 880px) { .pf13-wrap { grid-template-columns: 1fr; gap: 22px; } .pf13-title { position: static; } }
  @media (max-width: 600px) { .pf13-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } }

.mf49-wrap { max-width: 1135px; margin: 0 auto; }
  .mf49-intro { max-width: 826px; margin-bottom: 25px; }
  .mf49-title { color: var(--c-text); margin: 0 0 14px; }
  .mf49-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .mf49-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .mf49-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 27px; display: flex; flex-direction: column; gap: 12px; }
  .mf49-tag { font-size: 0.653rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.143em; }
  .mf49-h3 { color: var(--c-text); margin: 0; font-size: 1.075rem; font-weight: 700; }
  .mf49-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 12px; }
  .mf49-p:last-child { margin-bottom: 0; }
  @media (max-width: 920px) { .mf49-row { grid-template-columns: 1fr; gap: 18px; } }

.ae20-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(134deg,
    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.128);
  box-shadow: 0 16px 51px rgba(0,0,0,0.435);
}
.ae20-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ae20-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(138deg, rgba(0,0,0,0.801) 0%, rgba(0,0,0,0.403) 60%, rgba(0,0,0,0.791) 100%);
  z-index: 1;
}
.ae20-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 49px 28px;
  max-width: 704px;
}
.ae20-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 1023px;
  background: rgba(255,255,255,0.093);
  border: 1px solid rgba(255,255,255,0.156);
  color: rgba(255,255,255,0.886);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.122em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
.ae20-title {
  font-size: 37px;
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.409);
  letter-spacing: -0.01em;
}
.ae20-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.868);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 538px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.377);
}
.ae20-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. */
.ae20-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.169);
}
.ae20-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.109),
    0 10px 24px rgba(255,255,255,0.226),
    0 4px 14px rgba(0,0,0,0.238);
}
.ae20-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ae20-card { min-height: 287px; }
  .ae20-content { padding: 35px 20px; }
  .ae20-title { font-size: 24px; }
  .ae20-cta { padding: 12px 18px; font-size: 12px; }
}

.hg96-wrap { max-width: 981px; margin: 0 auto; }
  .hg96-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 29px 29px;
    box-shadow: 0 16px 44px -21px rgba(0,0,0,0.287);
  }
  .hg96-title { color: var(--c-text); margin: 0 0 14px; }
  .hg96-intro { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .hg96-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .hg96-card {
    border-radius: 12px;
    padding: 22px 24px 24px;
    background: linear-gradient(132deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 36px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .hg96-eyebrow { color: var(--c-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.138em; margin: 0 0 6px; }
  .hg96-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .hg96-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.821); margin: 0; font-weight: 500; }

  .hg96-foot { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }

  @media (max-width: 768px) { .hg96-cards { grid-template-columns: 1fr; } }
  @media (max-width: 640px) {
    .hg96-outer { padding: 22px 18px; border-radius: 14px; }
    .hg96-card { padding: 18px 18px 21px; }
  }

.tb94-wrap { max-width: 853px; margin: 0 auto; }
  .tb94-title { color: var(--c-text); margin: 0 0 18px; }
  .tb94-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 24px; }
  .tb94-sec { border-left: 3px solid var(--c-accent); padding: 4px 0 14px 22px; margin-bottom: 20px; }
  .tb94-sec:last-child { margin-bottom: 0; padding-bottom: 0; }
  .tb94-sh3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.121rem; }
  .tb94-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .tb94-sp:last-child { margin-bottom: 0; }

.ob69-wrap { max-width: 744px; margin: 0 auto; }
.ob69-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s;
}
.ob69-item:hover { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); }
.ob69-item.ny-faq-open { border-color: color-mix(in srgb, var(--c-accent) 60%, transparent); }
.ob69-item.ny-faq-open .ob69-q { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); }
.ob69-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--c-surface);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: background .18s;
}
.ob69-q::-webkit-details-marker { display: none; }
.ob69-icon {
  width: 21px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-accent) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-accent);
  transition: transform .25s, background .18s;
}
.ob69-icon svg { display: block; flex-shrink: 0; }
.ob69-item.ny-faq-open .ob69-icon { transform: rotate(45deg); background: var(--c-accent); color: var(--c-bg); }
.ob69-a {
  padding: 0 22px 19px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 16px;
}
.ob69-a a { color: var(--c-accent); text-decoration: underline; }
.ob69-header { text-align: center; margin-bottom: 36px; }
.ob69-title { margin-top: 8px; }
.ob69-lead { margin-top: 12px; }

.dx74-layout { display: grid; grid-template-columns: 278px 1fr; gap: 3.027rem; align-items: start; margin-bottom: 2.474rem; }
  .dx74-score-block { text-align: center; }
  .dx74-big-score { font-size: 4.613rem; font-weight: 900; color: var(--c-accent); line-height: 1; }
  .dx74-tp-stars { color: #00b67a; font-size: 1.716rem; letter-spacing: 2px; margin: 0.515rem 0; }
  .dx74-tp-label { font-size: 0.881rem; color: var(--c-text-muted); }
  .dx74-tp-logo { font-weight: 800; font-size: 1.231rem; color: #00b67a; margin-top: 0.749rem; }
  .dx74-bars { display: flex; flex-direction: column; gap: 0.61rem; }
  .dx74-bar-row { display: flex; align-items: center; gap: 0.74rem; }
  .dx74-bar-label { font-size: 0.8rem; font-weight: 600; color: var(--c-text); min-width: 32px; }
  .dx74-bar-track { flex: 1; height: 10px; background: var(--c-border); border-radius: 5px; overflow: hidden; }
  .dx74-bar-fill { height: 100%; background: #00b67a; border-radius: 5px; }
  .dx74-bar-count { font-size: 0.746rem; color: var(--c-text-muted); min-width: 50px; text-align: right; }
  .dx74-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.995rem; }
  .dx74-review-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 10px; padding: 1.144rem; }
  .dx74-rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.633rem; }
  .dx74-rc-avatar { width: 38px; height: 38px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-size: 0.764rem; font-weight: 700; color: var(--c-accent); }
  .dx74-rc-name { font-weight: 700; font-size: 0.822rem; color: var(--c-text); }
  .dx74-rc-stars { color: #00b67a; font-size: 0.88rem; }
  .dx74-rc-text { font-size: 0.809rem; color: var(--c-text-muted); line-height: 1.5; margin-bottom: 0.49rem; }
  .dx74-rc-date { font-size: 0.683rem; color: var(--c-text-muted); }
  .dx74-header { text-align: center; margin-bottom: 1.942rem; }
  @media (max-width: 900px) { .dx74-layout { grid-template-columns: 1fr; } .dx74-reviews-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .dx74-reviews-grid { grid-template-columns: 1fr; } }
  .dx74-s1 { margin-bottom: 0.998rem; }
  .dx74-s2 { width: 18%; opacity: 0.75; }
  .dx74-s3 { width: 5%; opacity: 0.55; }
  .dx74-s4 { width: 2%; opacity: 0.4; }
  .dx74-s5 { width: 1%; opacity: 0.3; }
  .dx74-s6 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .dx74-s7 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .dx74-s8 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; }

/* ── 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's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .bc42-root { text-align: center; padding: 45px 0 29px; }
  .bc42-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

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

  /* Primary nav — same visual weight as the header's top-level links. */
  .bc42-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 29px;
    margin: 20px auto 0;
  }
  .bc42-nav-primary:empty { display: none; }
  .bc42-nav-primary a {
    font-size: 0.947rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .bc42-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. */
  .bc42-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.766rem;
    color: var(--c-text-muted);
  }
  .bc42-nav-legal:empty { display: none; }
  .bc42-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .bc42-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. */
  .bc42-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

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

  .bc42-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.803rem;
    color: var(--c-text-muted);
  }
  .bc42-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"] .ny-btn,
  body [class*="actions-desktop"] .ny-btn,
  body [class*="btns-desktop"] .ny-btn,
  body [class*="cta-wrap"] .ny-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: 12px !important;
  }
}
