:root {

  --bg:#090a0a;

  --ink:#fff8e8;

  --muted:#d7cfbc;

  --soft:#a99f8a;

  --gold:#f7bd61;

  --gold2:#ffe2a2;

  --green:#0b3d3f;

  --green2:#102c2b;

  --panel:#121412;

  --panel2:#181b18;

  --line:rgba(255, 226, 162, .2);

  --shadow:0 22px 70px rgba(0, 0, 0, .36);
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:96px;
  overflow-x:hidden
}

body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter, Arial, sans-serif;
  line-height:1.58;
  padding-top:74px;
  overflow-x:hidden
}

body.menu-open {
  overflow:hidden
}

a {
  color:inherit;
  text-decoration:none
}

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

p {
  margin:0 0 16px
}
.wrap {
  width:min(1160px, calc(100% - 34px));
  margin:auto
}

h1, h2, h3 {
  margin:0;
  color:var(--ink);
  font-family:Georgia, serif;
  line-height:1.08;
  letter-spacing:0;
  overflow-wrap:anywhere;
  hyphens:auto
}

h1 {
  font-size:clamp(46px, 7vw, 86px)
}
h2 {
  font-size:clamp(30px, 4vw, 50px);
  margin-bottom:18px
}
h3 {
  font-size:24px;
  margin:20px 0 10px
}

.topbar {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:rgba(9, 10, 10, .9);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)
}

.topbar__in {
  height:74px;
  display:flex;
  align-items:center;
  gap:18px
}
.logo img {
  width:132px;
  height:62px;
  object-fit:contain
}

.nav {
  display:flex;
  gap:4px;
  margin-left:auto
}
.nav a {
  padding:10px 12px;
  border:1px solid transparent;
  font-weight:900;
  font-size:14px
}
.nav a:hover, .nav a[aria-current="page"] {
  background:rgba(247, 189, 97, .12);
  border-color:rgba(247, 189, 97, .18);
  color:var(--gold2)
}

.actions {
  display:flex;
  gap:10px;
  margin-left:10px
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border:1px solid var(--gold);
  background:linear-gradient(180deg, var(--gold2), var(--gold));
  color:#20150a;
  font-weight:950;
  box-shadow:0 12px 28px rgba(247, 189, 97, .22);
  cursor:pointer
}
.btn--ghost {
  background:rgba(255, 255, 255, .03);
  color:var(--gold2);
  box-shadow:none
}
.menu {
  display:none;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  background:#111;
  color:var(--gold2)
}
.menu span, .menu:before, .menu:after {
  content:"";
  display:block;
  width:20px;
  height:2px;
  background:currentColor;
  margin:5px auto
}

.hero, .subhero {
  position:relative;
  background:#070808;
  overflow:hidden
}
.hero:before, .subhero:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(9, 10, 10, .96), rgba(9, 10, 10, .62), rgba(9, 10, 10, .18)), var(--hero-image) center/cover no-repeat
}
.hero--home {
  min-height:690px;
  display:grid;
  align-items:end
}
.hero__grid {
  position:relative;
  padding:128px 0 78px;
  display:grid;
  grid-template-columns:minmax(0, 690px)
}
.subhero {
  padding:92px 0 58px
}
.subhero__grid {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 760px);
  gap:34px;
  align-items:center
}
.eyebrow {
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:6px 13px;
  border:1px solid var(--line);
  background:rgba(11, 61, 63, .56);
  color:var(--gold2);
  font-size:13px;
  font-weight:900;
  margin-bottom:18px
}
.lead {
  font-size:20px;
  color:#efe3c8;
  max-width:760px
}
.hero__actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:10px
}
.media {
  margin:0;
  min-width:0;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
  background:#111
}
.media img {
  width:100%;
  height:100%;
  object-fit:cover
}
.section {
  padding:68px 0;
  border-top:1px solid rgba(255, 226, 162, .08)
}
.facts-section {
  background:linear-gradient(180deg, #090a0a, #0e1514)
}
.score-section, .games-section, .mobile-section, .feedback-section {
  background:#0d1110
}
.bonus-section, .payments-section, .vip-section, .final-checks {
  background:linear-gradient(135deg, #11120f, #0a1717)
}
.live-section, .responsible-section {
  background:radial-gradient(circle at 20% 0, rgba(247, 189, 97, .12), transparent 34%), #090a0a
}
.tournament-section {
  background:linear-gradient(160deg, #0b1717, #15130f)
}

.two-col {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(300px, 500px);
  gap:38px;
  align-items:start
}
.two-col--wide {
  grid-template-columns:minmax(0, 1.2fr) minmax(260px, .8fr)
}
.image-left {
  grid-template-columns:minmax(300px, 500px) minmax(0, 1fr)
}
.verdict-card, .topic-card, .vip-card {
  border-left:6px solid var(--gold);
  background:rgba(247, 189, 97, .09);
  padding:24px;
  box-shadow:var(--shadow);
  min-width:0
}
.verdict-card b, .topic-card b {
  display:block;
  font-family:Georgia, serif;
  font-size:25px;
  color:var(--gold2);
  margin-bottom:10px
}
.verdict-card span, .topic-card span, .vip-card {
  color:#efe3c8
}
.media {
  height:340px
}
.copy-grid {
  position:relative;
  display:block;
  max-width:900px;
  padding-left:22px
}
.copy-grid:before {
  content:"";
  position:absolute;
  left:0;
  top:6px;
  bottom:8px;
  width:2px;
  background:linear-gradient(180deg, var(--gold), rgba(247, 189, 97, 0))
}
.copy-grid h2 {
  margin-bottom:20px
}
.copy-grid p {
  margin:0 0 15px;
  padding:0;
  border:0;
  background:transparent;
  color:#eee4cf;
  font-size:16px;
  line-height:1.66
}
.copy-grid p:first-of-type {
  padding:16px 18px;
  border:1px solid rgba(247, 189, 97, .22);
  border-left:5px solid var(--gold);
  background:linear-gradient(135deg, rgba(247, 189, 97, .1), rgba(11, 61, 63, .14));
  color:#fff2d3;
  font-size:17px;
  line-height:1.58;
  font-weight:780
}
.copy-grid--compact p {
  font-size:15.8px
}
.side-rail, .visual-stack {
  display:grid;
  gap:16px;
  align-content:start
}
.rail-image {
  margin:0;
  height:255px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#111
}
.rail-image img {
  width:100%;
  height:100%;
  object-fit:cover
}
.media--inline {
  height:310px;
  margin:8px 0 2px
}
.media--support {
  height:420px
}
.feedback-layout {
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(320px, .95fr);
  gap:34px;
  align-items:start
}
.media--angled {
  clip-path:polygon(8% 0, 100% 0, 92% 100%, 0 100%)
}
.media--offset {
  transform:translateY(22px);
  border-radius:0 70px 0 0
}
.media--cut {
  clip-path:polygon(0 8%, 100% 0, 100% 92%, 0 100%)
}
.table-pair {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:start
}
.ledger-block, .payment-layout, .responsible-grid, .checklist-grid {
  display:grid;
  gap:22px
}
.step-stack {
  display:grid;
  gap:12px
}
.step-stack span {
  display:block;
  padding:16px 18px;
  border:1px solid var(--line);
  background:#111713;
  color:#f6e7c4;
  font-weight:900
}
.wide-media {
  width:100%;
  height:min(42vw, 460px);
  overflow:hidden;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.wide-media img {
  width:100%;
  height:100%;
  object-fit:cover
}
.vip-grid, .responsible-grid {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(260px, 420px);
  gap:34px;
  align-items:start
}
.responsible-grid h2 {
  grid-column:1/-1
}
.vip-card {
  font-family:Georgia, serif;
  font-size:30px;
  line-height:1.16
}
.final-layout {
  grid-template-columns:minmax(280px, 420px) minmax(0, 1fr);
  align-items:start
}
.final-layout h2 {
  grid-column:1/-1
}
.final-layout__image {
  height:380px
}
.final-layout__copy {
  max-width:760px;
  padding-left:22px;
  border-left:2px solid rgba(247, 189, 97, .38)
}
.final-layout__copy p {
  margin:0 0 15px;
  padding:0;
  border:0;
  background:transparent;
  color:#efe4cb;
  font-size:16px;
  line-height:1.66
}
.final-layout__copy p:first-child {
  padding:16px 18px;
  border:1px solid rgba(247, 189, 97, .22);
  border-left:5px solid var(--gold);
  background:linear-gradient(135deg, rgba(247, 189, 97, .1), rgba(11, 61, 63, .14));
  color:#fff2d3;
  font-weight:780
}
.checklist-grid ul {
  grid-column:1/-1;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(5, minmax(0, 1fr));
  gap:12px;
  list-style:none
}
.checklist-grid li {
  border:1px solid var(--line);
  background:#111713;
  padding:16px;
  color:#f3e4c4;
  font-weight:850
}
.article-grid {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(240px, 360px);
  gap:34px;
  align-items:start
}
.prose {
  max-width:920px
}
.legal-section {
  padding:48px 0
}
.legal-section--alt {
  background:#0d1110
}

.table-wrap {
  margin:28px 0 0;
  border:1px solid var(--line);
  background:#111312;
  overflow:hidden
}
.table-wrap caption {
  caption-side:top;
  text-align:left;
  padding:14px 16px;
  background:#161814;
  color:var(--gold2);
  font-weight:950;
  border-bottom:1px solid rgba(255, 226, 162, .12)
}
table {
  width:100%;
  border-collapse:collapse;
  table-layout:fixed
}
th, td {
  text-align:left;
  vertical-align:top;
  padding:13px 14px;
  border-bottom:1px solid rgba(255, 226, 162, .12);
  overflow-wrap:anywhere;
  hyphens:auto
}
th {
  background:linear-gradient(180deg, var(--gold2), var(--gold));
  color:#211509;
  font-weight:950
}
td {
  color:#eee2cb
}
tr:last-child td {
  border-bottom:0
}
.table-wrap--facts th:nth-child(1), .table-wrap--facts td:nth-child(1) {
  width:18%
}
.table-wrap--facts th:nth-child(2), .table-wrap--facts td:nth-child(2) {
  width:25%
}
.table-wrap--facts th:nth-child(3), .table-wrap--facts td:nth-child(3) {
  width:57%
}
.table-wrap--score th:nth-child(1), .table-wrap--score td:nth-child(1) {
  width:22%
}
.table-wrap--score th:nth-child(2), .table-wrap--score td:nth-child(2) {
  width:14%;
  white-space:nowrap
}
.table-wrap--score th:nth-child(3), .table-wrap--score td:nth-child(3) {
  width:64%
}
.table-wrap--payments th:nth-child(1), .table-wrap--payments td:nth-child(1) {
  width:20%
}
.table-wrap--payments th:nth-child(2), .table-wrap--payments td:nth-child(2) {
  width:25%
}
.table-wrap--payments th:nth-child(3), .table-wrap--payments td:nth-child(3) {
  width:28%
}
.table-wrap--payments th:nth-child(4), .table-wrap--payments td:nth-child(4) {
  width:27%
}

.faq-section {
  padding-bottom:86px
}
.faq-list {
  display:grid;
  gap:12px
}
.faq-list details {
  border:1px solid var(--line);
  background:#111312;
  padding:18px
}
.faq-list summary {
  cursor:pointer;
  color:var(--gold2);
  font-weight:950
}
.faq-list p {
  margin:12px 0 0;
  color:#e2d8c5
}
.footer {
  background:#060707;
  border-top:1px solid var(--line);
  padding:42px 0 28px
}
.footer__grid {
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  gap:28px
}
.footer p {
  color:var(--muted)
}
.footer nav {
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px
}
.footer nav a {
  color:#f1dfb7;
  font-weight:850
}
.rg {
  border-left:4px solid var(--gold);
  background:#111312;
  padding:16px
}
.rg strong {
  display:block;
  color:var(--gold2);
  margin-bottom:6px
}
.cookie {
  position:fixed;
  z-index:70;
  left:16px;
  right:16px;
  bottom:16px;
  display:none;
  grid-template-columns:minmax(0, 1fr) auto auto;
  gap:14px;
  align-items:center;
  padding:18px;
  border:1px solid var(--line);
  background:#111312;
  box-shadow:var(--shadow)
}
.cookie.is-visible {
  display:grid
}
.cookie p {
  margin:0;
  color:#eadfc4
}
.cookie a {
  color:var(--gold2);
  font-weight:950;
  text-decoration:underline;
  text-underline-offset:3px
}

@media(max-width:980px) {
  .nav {
    position:fixed;
    left:0;
    right:0;
    top:74px;
    display:none;
    margin:0;
    padding:14px 17px;
    background:#090a0a;
    border-bottom:1px solid var(--line);
    grid-template-columns:1fr 1fr
  }
  .nav.is-open {
    display:grid
  }
  .menu {
    display:block;
    order:4;
    margin-left:0
  }
  .actions {
    margin-left:auto;
    order:3
  }
  .two-col, .two-col--wide, .image-left, .subhero__grid, .vip-grid, .article-grid, .table-pair, .footer__grid, .responsible-grid, .feedback-layout, .final-layout {
    grid-template-columns:1fr
  }
  .copy-grid, .final-layout__copy {
    max-width:none
  }
  .rail-image, .media--support, .final-layout__image {
    height:300px
  }
  .media {
    height:280px
  }
  .media--offset {
    transform:none
  }
  .checklist-grid ul {
    grid-template-columns:1fr 1fr
  }
  .cookie {
    grid-template-columns:1fr;
    left:10px;
    right:10px;
    bottom:10px
  }
  .cookie .btn {
    width:100%
  }
  .hero:before, .subhero:before {
    background:linear-gradient(90deg, rgba(9, 10, 10, .97), rgba(9, 10, 10, .62)), var(--hero-image) center/cover no-repeat
  }
}

@media(max-width:760px) {
  .section {
    padding:54px 0
  }
  .hero--home {
    min-height:auto
  }
  .hero__grid {
    padding:82px 0 54px
  }
  .topbar__in {
    height:66px;
    gap:10px
  }
  body {
    padding-top:66px
  }
  .nav {
    top:66px
  }
  .logo img {
    width:104px
  }
  .actions .btn--ghost {
    display:none
  }
  .btn {
    min-height:40px;
    padding:9px 12px
  }
  .lead {
    font-size:18px
  }
  .eyebrow {
    width:auto
  }
  .wide-media {
    height:250px
  }
  .copy-grid {
    padding-left:16px
  }
  .final-layout__copy {
    padding-left:16px
  }
  .copy-grid p, .final-layout__copy p {
    font-size:15.5px
  }
  .copy-grid p:first-of-type, .final-layout__copy p:first-child {
    padding:14px 15px
  }
  .side-rail, .visual-stack {
    gap:12px
  }
  .rail-image, .media--support, .final-layout__image {
    height:240px
  }
  .checklist-grid ul, .footer nav {
    grid-template-columns:1fr
  }
  .table-wrap {
    border:0;
    background:transparent;
    overflow:visible
  }
  .table-wrap caption {
    display:block;
    border:1px solid var(--line);
    border-bottom:0;
    background:#151713
  }
  table, thead, tbody, tr, th, td {
    display:block;
    width:100%!important
  }
  thead {
    display:none
  }
  tbody {
    display:grid;
    gap:12px
  }
  tr {
    border:1px solid var(--line);
    background:#111312
  }
  td {
    display:grid;
    grid-template-columns:minmax(112px, 38%) minmax(0, 1fr);
    gap:10px;
    padding:12px 14px;
    font-size:15px;
    line-height:1.5
  }
  td:before {
    content:attr(data-label);
    color:var(--gold2);
    font-weight:950
  }
  .subhero {
    padding:72px 0 46px
  }
  .vip-card {
    font-size:24px
  }
}
