:root {
  --gen-primary: #0c2c45;
  --gen-primary-hov: #144166;
  --gen-primary-soft: #e6eef4;
  --gen-accent: #e33139;
  --gen-accent-soft: #f8e3e4;
  --gen-hero-from: #0f3757;
  --gen-hero-to: #061b2d;
  --gen-bg: #f4f5f6;
  --gen-surface: #ffffff;
  --gen-border: #d2d9e0;
  --gen-text: #141d24;
  --gen-text-soft: #607280;
  --gen-gold: #f1cb22;
  --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: 'Manrope', 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 */

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

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

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

/* Header */

.xup-ned {
  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;
}

.xup-ned__inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
  width: 100%;
  color: var(--gen-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lax-gen {
  display: inline-flex;
  align-items: center;
  padding-bottom: 1px;
  color: var(--gen-text);
  border-bottom: 2px solid var(--gen-accent);
  font-size: 16px;
  font-weight: 900;
}

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

.gur-mag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  background: #ffffff;
  color: var(--gen-text-soft);
  border: 1px solid var(--gen-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.15s;
}

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

/* Hero */

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

.tuk__row {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: wrap;
}

.tuk__left {
  flex: 1 1 420px;
  min-width: 0;
}

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

.tuk h1 {
  max-width: 680px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(24px, 3.8vw, 40px);
  font-weight: 800;
  line-height: 1.18;
}

.tuk__sub {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.7;
}

.tuk__card {
  flex: 0 0 230px;
  min-width: 210px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

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

.tuk__list {
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.tuk__list li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tuk__list li::before {
  content: "✓ ";
  color: var(--gen-accent);
}

.tuk__list li:last-child {
  border-bottom: none;
}

/* Section heading */

.dos {
  margin-bottom: 18px;
}

.dos h2 {
  margin-bottom: 4px;
  color: var(--gen-text);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

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

.zuw {
  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 */

.nut {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ka-kax {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 74px 38px minmax(0, 1fr) 50px 112px;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  background: var(--gen-surface);
  border: 1px solid transparent;
  border-radius: 17px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.15s, transform 0.15s;
}

.ka-kax:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.ka-kax--first {
  border-top: 3px solid var(--gen-gold);
}

.ka-kax__logo {
  width: 64px !important;
  max-width: 64px !important;
  min-width: 0 !important;
  justify-self: center;
}

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

.ka-kax__rank {
  color: var(--gen-primary);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.ka-kax__info {
  min-width: 0;
}

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

.ka-kax__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;
}

.ka-kax__deposit {
  display: none;
}

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

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

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

.ka-kax__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 12px;
  background: var(--gen-primary);
  color: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  transition: background 0.15s;
}

.ka-kax__btn:hover {
  background: var(--gen-primary-hov);
}

/* Content */

.ro-bex {
  min-width: 0;
}

.ro-bex h2 {
  margin: 26px 0 10px;
  color: var(--gen-text);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.ro-bex h3 {
  margin: 18px 0 8px;
  color: var(--gen-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.ro-bex h4 {
  margin: 18px 0 8px;
  color: var(--gen-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

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

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

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

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

.ro-bex 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 */

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

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

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

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

/* FAQ */

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

.biv-guk h2 {
  margin-bottom: 14px;
  color: var(--gen-text);
  font-size: 19px;
  font-weight: 800;
}

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

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

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

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

/* Footer */

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

.cos__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

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

.ku-mu {
  display: flex;
  gap: 16px;
  list-style: none;
}

.ku-mu a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
}

.ku-mu a:hover {
  color: #ffffff;
}

/* Mobile */

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

  .ko-kuk {
    max-width: 100%;
    padding: 0 20px;
  }

  .mem-hi {
    padding: 32px 0 44px;
  }

  .xup-ned {
    position: relative;
  }

  .xup-ned__inner {
    min-height: 54px;
    height: auto;
    justify-content: flex-start;
    gap: 10px;
    font-size: 17px;
    white-space: nowrap;
  }

  .tuk {
    padding: 36px 0 40px;
  }

  .tuk__row {
    gap: 22px;
  }

  .tuk__left {
    flex: 1 1 100%;
  }

  .tuk h1 {
    max-width: 100%;
    font-size: 29px;
    line-height: 1.18;
  }

  .tuk__card {
    flex: 1 1 100%;
    width: 100%;
    padding: 18px;
  }

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

  .nut {
    gap: 12px;
  }

  .ka-kax {
    grid-template-columns: 58px 30px minmax(0, 1fr) 46px 88px;
    grid-template-areas: "logo rank info score button";
    gap: 7px;
    padding: 14px 9px;
    border-radius: 14px;
  }

  .ka-kax__logo {
    grid-area: logo;
    width: 50px !important;
    max-width: 50px !important;
  }

  .ka-kax__rank {
    grid-area: rank;
    font-size: 13px;
  }

  .ka-kax__info {
    grid-area: info;
  }

  .ka-kax__name {
    font-size: 13px;
    line-height: 1.2;
  }

  .ka-kax__bonus {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .ka-kax__score {
    grid-area: score;
  }

  .ka-kax__score-val {
    font-size: 13px;
  }

  .ka-kax__score-lbl {
    font-size: 7px;
  }

  .ka-kax__btn {
    grid-area: button;
    width: 100%;
    min-height: 36px;
    padding: 7px 6px;
    font-size: 10.5px;
  }

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

  .ro-bex h3,
  .ro-bex h4 {
    font-size: 19px;
  }

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

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

  .ro-bex 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: #ffffff;
  }

  .ro-bex thead,
  .ro-bex tbody,
  .ro-bex tr {
    width: 100%;
  }

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

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

  .biv-guk h2 {
    font-size: 25px;
  }

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

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

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

  .cos {
    padding: 28px 0;
  }

  .cos p {
    font-size: 14px;
  }
}

/* Small mobile */

@media (max-width: 520px) {
  .ko-kuk {
    padding: 0 18px;
  }

  .xup-ned__inner {
    font-size: 16px;
  }

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

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

  .ka-kax {
    grid-template-columns: 54px 28px minmax(0, 1fr);
    grid-template-areas:
      "logo rank info"
      "score score score"
      "button button button";
    gap: 10px;
    padding: 14px 12px;
  }

  .ka-kax__logo {
    width: 46px !important;
    max-width: 46px !important;
  }

  .ka-kax__rank {
    font-size: 13px;
  }

  .ka-kax__name {
    font-size: 14px;
  }

  .ka-kax__bonus {
    font-size: 11px;
  }

  .ka-kax__score {
    justify-self: center;
  }

  .ka-kax__score-val {
    font-size: 15px;
  }

  .ka-kax__btn {
    width: 100%;
    min-height: 42px;
    font-size: 14px;
  }

  .ro-bex h2 {
    font-size: 23px;
  }

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

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

/* Very small mobile */

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

  .xup-ned__inner {
    font-size: 15px;
    white-space: normal;
  }

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

  .dos h2 {
    font-size: 22px;
  }

  .ka-kax {
    grid-template-columns: 50px 26px minmax(0, 1fr);
    padding: 14px 10px;
  }

  .ka-kax__logo {
    width: 44px !important;
    max-width: 44px !important;
  }

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

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