:root {
  --gen-primary: #083249;
  --gen-primary-hov: #0e4a6c;
  --gen-primary-soft: #e6eff4;
  --gen-accent: #e33148;
  --gen-accent-soft: #f8e3e6;
  --gen-hero-from: #0a3e5c;
  --gen-hero-to: #041f2f;
  --gen-hero-mid: #7524a8;
  --gen-bg: #f4f5f6;
  --gen-surface: #ffffff;
  --gen-border: #d2dbe0;
  --gen-text: #141e24;
  --gen-text-soft: #607480;
  --gen-gold: #f1ac22;
  --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: 'Exo 2', 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 */

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

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

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

/* Header */

.wuc-bob {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(135deg, var(--gen-primary), var(--gen-hero-mid));
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.wuc-bob__inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.me-gov {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.me-gov__mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nut {
  display: flex;
  gap: 4px;
  list-style: none;
  min-width: 0;
}

.nut a {
  display: inline-block;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.15s;
}

.nut a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

.ced-xa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  background: var(--gen-accent);
  color: #ffffff;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.15s;
}

.ced-xa:hover {
  opacity: 0.85;
}

/* Hero */

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

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

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

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

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

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

.suf-nu:last-child {
  border-right: none;
}

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

.suf-nu__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 */

.je-rib {
  margin-bottom: 18px;
}

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

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

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

.gid-dun {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
}

.mog-soc {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 76px 42px minmax(0, 1fr) 104px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--gen-surface);
  border-bottom: 1px solid var(--gen-border);
  border-left: 5px solid var(--gen-border);
  transition: border-color 0.15s, background 0.15s;
  overflow: hidden;
}

.mog-soc:first-child {
  border-radius: 10px 10px 0 0;
}

.mog-soc:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

.mog-soc:hover {
  background: var(--gen-pale);
  border-left-color: var(--gen-primary);
}

.mog-soc--first {
  border-left-color: var(--gen-gold);
}

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

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

.mog-soc__rank {
  min-width: 0;
  color: var(--gen-border);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.mog-soc--first .mog-soc__rank {
  color: var(--gen-gold);
}

.mog-soc__info {
  min-width: 0;
}

.mog-soc__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;
}

.mog-soc__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;
}

.mog-soc__deposit,
.mog-soc__score {
  display: none;
}

.mog-soc__score-val {
  color: var(--gen-primary);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

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

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

.mog-soc__btn:hover {
  background: var(--gen-primary-hov);
}

/* Content */

.de-xim {
  min-width: 0;
}

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

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

.de-xim h4 {
  margin: 18px 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

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

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

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

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

.de-xim 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 */

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

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

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

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

/* FAQ */

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

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

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

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

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

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

/* Footer */

.fiw {
  width: 100%;
  max-width: 100%;
  padding: 24px 0;
  background: var(--gen-bg);
  border-top: 1px solid var(--gen-border);
  text-align: center;
  overflow: hidden;
}

.fiw p {
  color: var(--gen-text-soft);
  font-size: 12px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

/* Mobile */

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

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

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

  .wuc-bob {
    position: relative;
  }

  .wuc-bob__inner {
    min-height: 58px;
    height: auto;
    justify-content: flex-start;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    white-space: nowrap;
  }

  .me-gov__mark {
    max-width: 100%;
    min-height: 36px;
    color: #ffffff;
    font-size: 17px;
  }

  .cu-hu {
    padding: 36px 0 40px;
  }

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

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

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

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

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

  .gid-dun {
    border-radius: 14px;
  }

  .mog-soc {
    grid-template-columns: 64px 34px minmax(0, 1fr) 88px;
    grid-template-areas: "logo rank info button";
    gap: 8px;
    padding: 14px 9px;
  }

  .mog-soc__logo {
    grid-area: logo;
    width: 54px !important;
    max-width: 54px !important;
  }

  .mog-soc__rank {
    grid-area: rank;
    font-size: 15px;
  }

  .mog-soc__info {
    grid-area: info;
    min-width: 0;
  }

  .mog-soc__name {
    font-size: 14px;
    line-height: 1.2;
  }

  .mog-soc__bonus {
    font-size: 11px;
    line-height: 1.3;
  }

  .mog-soc__btn {
    grid-area: button;
    width: 100%;
    min-height: 38px;
    padding: 7px 8px;
    border-radius: 12px;
    font-size: 12px;
  }

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

  .de-xim h3,
  .de-xim h4 {
    font-size: 19px;
  }

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

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

  .de-xim 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;
  }

  .de-xim thead,
  .de-xim tbody,
  .de-xim tr {
    width: 100%;
  }

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

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

  .wic-rel h2 {
    font-size: 25px;
  }

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

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

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

  .fiw {
    padding: 28px 0;
  }

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

/* Small mobile */

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

  .wuc-bob__inner {
    font-size: 16px;
  }

  .me-gov__mark {
    font-size: 16px;
  }

  .cu-hu h1 {
    font-size: 27px;
  }

  .je-rib h2 {
    font-size: 23px;
  }

  .mog-soc {
    grid-template-columns: 58px 28px minmax(0, 1fr) 80px;
    gap: 7px;
    padding: 13px 8px;
  }

  .mog-soc__logo {
    width: 48px !important;
    max-width: 48px !important;
  }

  .mog-soc__rank {
    font-size: 13px;
  }

  .mog-soc__name {
    font-size: 13px;
  }

  .mog-soc__bonus {
    font-size: 10.5px;
  }

  .mog-soc__btn {
    min-height: 36px;
    padding: 7px 7px;
    font-size: 11px;
  }

  .de-xim h2 {
    font-size: 23px;
  }

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

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

/* Very small mobile */

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

  .wuc-bob__inner {
    font-size: 15px;
    white-space: normal;
  }

  .me-gov__mark {
    font-size: 15px;
    white-space: normal;
  }

  .cu-hu h1 {
    font-size: 25px;
  }

  .je-rib h2 {
    font-size: 22px;
  }

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

  .mog-soc__logo {
    width: 46px !important;
    max-width: 46px !important;
  }

  .mog-soc__btn {
    width: 100%;
    justify-self: center;
  }

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

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