:root {
  --gen-primary: #0e2d43;
  --gen-primary-hov: #174463;
  --gen-primary-soft: #e6eef4;
  --gen-accent: #e37b31;
  --gen-accent-soft: #f8ebe3;
  --gen-hero-from: #123954;
  --gen-hero-to: #081c2b;
  --gen-bg: #f4f5f6;
  --gen-surface: #ffffff;
  --gen-border: #d2dae0;
  --gen-text: #141d24;
  --gen-text-soft: #607380;
  --gen-gold: #f1ba22;
  --gen-pale: #f6f8f9;
}

/* Reset */

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Lexend', system-ui, sans-serif;
  background: var(--gen-bg);
  color: var(--gen-text);
  font-size: 15px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
}

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

img,
svg,
video,
iframe {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

/* Layout */

.gi-wi {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.dag {
  width: 100%;
  max-width: 100%;
  padding: 36px 0 48px;
  overflow-x: hidden;
}

.da-rin {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  overflow-x: hidden;
}

/* Header */

.ru-cip {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  background: var(--gen-pale);
  border-bottom: 2px solid var(--gen-border);
  overflow: hidden;
}

.ru-cip__inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
}

.ho-fe {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 1px;
  color: var(--gen-text);
  border-bottom: 2px solid var(--gen-accent);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

/* Optional nav */

.mo-ca {
  display: flex;
  gap: 6px;
  list-style: none;
  min-width: 0;
}

.mo-ca a {
  display: inline-block;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid var(--gen-border);
  border-radius: 99px;
  color: var(--gen-text-soft);
  font-size: 12px;
  font-weight: 700;
  transition: all 0.15s;
  white-space: nowrap;
}

.mo-ca a:hover {
  background: var(--gen-primary-soft);
  border-color: var(--gen-primary);
  color: var(--gen-primary);
}

/* Hero */

.neh {
  width: 100%;
  max-width: 100%;
  padding: 44px 0 34px;
  background: linear-gradient(135deg, var(--gen-hero-from) 0%, var(--gen-hero-to) 100%);
  overflow: hidden;
}

.neh__label {
  margin-bottom: 12px;
  color: var(--gen-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.neh h1 {
  max-width: 760px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.12;
}

.neh__sub {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.neh__stats {
  display: flex;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fop {
  flex: 1;
  padding: 14px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.fop:last-child {
  border-right: none;
}

.fop__num {
  display: block;
  color: var(--gen-accent);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.fop__lbl {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* Section heading */

.vav-jow {
  margin-bottom: 18px;
}

.vav-jow h2 {
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.vav-jow p {
  color: var(--gen-text-soft);
  font-size: 13px;
}

.wum-pep {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  padding: 2px 7px;
  background: var(--gen-accent-soft);
  color: var(--gen-accent);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

/* Casino cards */

.mev-ve {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.noj-xu {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 74px 42px minmax(0, 1fr) 86px 96px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--gen-surface);
  border: 1px solid var(--gen-border);
  border-radius: 12px;
  transition: border-color 0.15s, box-shadow 0.15s;
  overflow: hidden;
}

.noj-xu:hover {
  border-color: var(--gen-primary);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.noj-xu--first {
  border-left: 4px solid var(--gen-gold);
}

.noj-xu__logo {
  width: 64px !important;
  max-width: 64px !important;
  min-width: 0 !important;
  flex-shrink: 0 !important;
  justify-self: center;
}

.noj-xu__logo img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

.noj-xu__rank {
  color: var(--gen-primary);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.noj-xu__info {
  min-width: 0;
}

.noj-xu__name {
  display: block;
  color: var(--gen-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.noj-xu__bonus {
  display: block;
  margin-top: 3px;
  color: var(--gen-text-soft);
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.noj-xu__deposit {
  display: none;
}

.noj-xu__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}

.noj-xu__score-val {
  color: var(--gen-primary);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.noj-xu__score-lbl {
  color: var(--gen-text-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.noj-xu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 14px;
  background: var(--gen-primary);
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  transition: background 0.15s;
}

.noj-xu__btn:hover {
  background: var(--gen-primary-hov);
}

/* Content */

.wim {
  min-width: 0;
}

.wim h2 {
  margin: 26px 0 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.wim h3 {
  margin: 18px 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wim p {
  margin-bottom: 14px;
  line-height: 1.75;
}

.wim ul,
.wim ol {
  margin: 10px 0;
  padding-left: 20px;
}

.wim li {
  margin-bottom: 6px;
  line-height: 1.65;
}

.wim blockquote {
  margin: 12px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--gen-accent);
  opacity: 0.85;
}

.wim code {
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  font-family: monospace;
  font-size: 0.9em;
}

.gen-highlight {
  margin: 16px 0;
  padding: 12px 16px;
  background: var(--gen-primary-soft);
  border-left: 3px solid var(--gen-primary);
  border-radius: 0 8px 8px 0;
  font-size: 14px;
}

/* Tables */

.wim table {
  width: 100%;
  margin: 14px 0;
  border-collapse: collapse;
  background: var(--gen-surface);
  font-size: 13px;
}

.wim th {
  padding: 8px 12px;
  background: var(--gen-primary);
  color: #fff;
  text-align: left;
  font-weight: 700;
  vertical-align: top;
}

.wim td {
  padding: 8px 12px;
  border-bottom: 1px solid var(--gen-border);
  vertical-align: top;
}

.wim tr:nth-child(even) td {
  background: rgba(0, 0, 0, 0.03);
}

/* FAQ */

.boc {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.boc h2 {
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 800;
}

.xav {
  margin-bottom: 8px;
  background: var(--gen-surface);
  border: 1px solid var(--gen-border);
  border-radius: 10px;
  overflow: hidden;
}

.dec-mal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  font-size: 13px;
  font-weight: 700;
}

.dec-mal::after {
  content: "+";
  flex-shrink: 0;
  color: var(--gen-primary);
  font-size: 18px;
  font-weight: 400;
}

.lok {
  padding: 0 16px 13px;
  color: var(--gen-text-soft);
  font-size: 13px;
  line-height: 1.7;
}

/* Footer */

.hi-he {
  width: 100%;
  max-width: 100%;
  padding: 24px 0;
  background: var(--gen-primary);
  border-top: 2px solid var(--gen-accent);
  overflow: hidden;
}

.hi-he p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

/* Mobile */

@media (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .gi-wi {
    max-width: 100%;
    padding: 0 26px;
  }

  .dag {
    padding: 32px 0 44px;
  }

  .ru-cip {
    position: relative;
  }

  .ru-cip__inner {
    min-height: 56px;
    height: auto;
    align-items: center;
  }

  .ho-fe {
    font-size: 17px;
    white-space: nowrap;
  }

  .mo-ca {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .mo-ca a {
    font-size: 13px;
    padding: 6px 10px;
  }

  .neh {
    padding: 36px 0 34px;
  }

  .neh h1 {
    font-size: 29px;
    line-height: 1.18;
  }

  .neh__sub {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.75;
  }

  .neh__stats {
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .fop {
    flex: 1 1 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .vav-jow h2 {
    font-size: 27px;
    line-height: 1.35;
  }

  .mev-ve {
    gap: 16px;
  }

  .noj-xu {
    grid-template-columns: 74px 38px minmax(0, 1fr) 82px;
    grid-template-areas:
      "logo rank info score"
      "logo rank info button";
    align-items: center;
    gap: 10px 8px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .noj-xu__logo {
    grid-area: logo;
    width: 62px !important;
    max-width: 62px !important;
  }

  .noj-xu__rank {
    grid-area: rank;
    font-size: 18px;
    justify-self: center;
  }

  .noj-xu__info {
    grid-area: info;
    min-width: 0;
  }

  .noj-xu__name {
    font-size: 18px;
    line-height: 1.22;
  }

  .noj-xu__bonus {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  .noj-xu__score {
    grid-area: score;
    align-items: center;
    justify-content: center;
  }

  .noj-xu__score-val {
    font-size: 18px;
    line-height: 1.1;
  }

  .noj-xu__btn {
    grid-area: button;
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    border-radius: 12px;
    font-size: 13px;
  }

  .wim h2 {
    font-size: 25px;
    line-height: 1.35;
  }

  .wim h3 {
    font-size: 19px;
  }

  .wim p,
  .wim li {
    font-size: 16px;
    line-height: 1.7;
  }

  .wim ul,
  .wim ol {
    padding-left: 20px;
  }

  .wim table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--gen-border);
    border-radius: 10px;
    background: #fff;
  }

  .wim thead,
  .wim tbody,
  .wim tr {
    width: 100%;
  }

  .wim th,
  .wim td {
    min-width: 145px;
    padding: 13px 14px;
    white-space: normal;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.45;
  }

  .wim th {
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
  }

  .boc h2 {
    font-size: 25px;
  }

  .xav {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .dec-mal {
    padding: 17px 18px;
    font-size: 16px;
    line-height: 1.35;
  }

  .lok {
    padding: 0 18px 17px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hi-he {
    padding: 28px 0;
  }

  .hi-he p {
    font-size: 14px;
  }
}

/* Small mobile */

@media (max-width: 520px) {
  .gi-wi {
    padding: 0 26px;
  }

  .ho-fe {
    font-size: 16px;
  }

  .neh h1 {
    font-size: 27px;
  }

  .vav-jow h2 {
    font-size: 25px;
  }

  .noj-xu {
    grid-template-columns: 68px 34px minmax(0, 1fr) 76px;
    gap: 8px 7px;
    padding: 17px 10px;
  }

  .noj-xu__logo {
    width: 56px !important;
    max-width: 56px !important;
  }

  .noj-xu__rank {
    font-size: 17px;
  }

  .noj-xu__name {
    font-size: 17px;
  }

  .noj-xu__bonus {
    font-size: 12px;
  }

  .noj-xu__score-val {
    font-size: 16px;
  }

  .noj-xu__btn {
    min-height: 40px;
    font-size: 12px;
    padding: 8px 8px;
  }

  .wim h2 {
    font-size: 23px;
  }

  .wim p,
  .wim li {
    font-size: 15px;
  }

  .wim th,
  .wim td {
    min-width: 140px;
    padding: 12px 13px;
    font-size: 14px;
  }
}

/* Very small mobile */

@media (max-width: 380px) {
  .gi-wi {
    padding: 0 14px;
  }

  .ho-fe {
    font-size: 15px;
    white-space: normal;
  }

  .neh h1 {
    font-size: 25px;
  }

  .vav-jow h2 {
    font-size: 22px;
  }

  .noj-xu {
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-areas:
      "logo info"
      "rank score"
      "button button";
    gap: 10px;
    padding: 16px 12px;
  }

  .noj-xu__logo {
    width: 50px !important;
    max-width: 50px !important;
  }

  .noj-xu__rank {
    justify-self: start;
    font-size: 16px;
  }

  .noj-xu__score {
    justify-self: end;
  }

  .noj-xu__name {
    font-size: 16px;
  }

  .noj-xu__bonus {
    font-size: 12px;
  }

  .noj-xu__btn {
    width: 100%;
    justify-self: center;
  }

  .wim th,
  .wim td {
    min-width: 132px;
    font-size: 13px;
  }

  .wim p,
  .wim li {
    font-size: 14px;
  }
}