:root {
  --gen-primary: #0d1c45;
  --gen-primary-hov: #152b65;
  --gen-primary-soft: #e6eaf4;
  --gen-accent: #b9e331;
  --gen-accent-soft: #f3f8e3;
  --gen-hero-from: #102356;
  --gen-hero-to: #07112c;
  --gen-hero-mid: #24a864;
  --gen-bg: #f4f4f6;
  --gen-surface: #ffffff;
  --gen-border: #d2d6e0;
  --gen-text: #141824;
  --gen-text-soft: #606980;
  --gen-gold: #f1bd22;
  --gen-signal: #eb851e;
  --gen-pale: #f6f7f9;
}

/* 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: 'Outfit', 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 */

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

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

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

/* Header */

.vu-sov {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  background: var(--gen-primary);
  border-bottom: 3px solid var(--gen-accent);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.vu-sov__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.cin-de {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.cin-de__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 12px;
  background: var(--gen-accent);
  color: var(--gen-primary);
  font-size: 12px;
  font-weight: 900;
}

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

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

.bi-tuh a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

/* Hero */

.to-kil {
  width: 100%;
  max-width: 100%;
  padding: 54px 0 58px;
  background: linear-gradient(160deg, var(--gen-hero-from), var(--gen-hero-to));
  text-align: center;
  overflow: hidden;
}

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

.to-kil h1 {
  max-width: 700px;
  margin: 0 auto 14px;
  color: #fff;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 900;
  line-height: 1.1;
}

.to-kil__sub {
  max-width: 500px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
}

.to-kil__stats {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.po-wox {
  color: #fff;
  text-align: center;
}

.po-wox__num {
  color: var(--gen-accent);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.po-wox__lbl {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Section heading */

.dax-duw {
  margin-bottom: 18px;
}

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

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

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

.did {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--gen-border);
  border-radius: 10px;
  background: var(--gen-surface);
  overflow: hidden;
}

.nad {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 82px 44px minmax(0, 1fr) 44px 118px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--gen-surface);
  border-bottom: 1px solid var(--gen-border);
  border-radius: 0 !important;
  transition: background 0.12s;
  overflow: hidden;
}

.nad:last-child {
  border-bottom: none;
}

.nad:hover {
  background: var(--gen-pale);
}

.nad--first {
  background: var(--gen-primary-soft);
}

.nad__logo {
  width: 64px !important;
  max-width: 64px;
  min-width: 0;
  flex-shrink: 0;
}

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

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

.nad__info {
  min-width: 0;
}

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

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

.nad__deposit {
  flex-shrink: 0;
  padding: 3px 8px;
  background: var(--gen-bg);
  color: var(--gen-text-soft);
  border-radius: 6px;
  font-size: 11px;
  white-space: nowrap;
}

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

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

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

.nad__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  background: var(--gen-primary);
  color: #fff;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  transition: background 0.15s;
}

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

/* Content */

.nug {
  min-width: 0;
}

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

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

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

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

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

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

.nug 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 */

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

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

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

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

/* FAQ */

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

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

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

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

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

/* Footer */

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

.joc-xik p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

/* Mobile */

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

  .kef-ju {
    max-width: 100%;
    padding: 0 30px;
  }

  .xe-pa {
    padding: 32px 0 44px;
  }

  .vu-sov {
    position: relative;
  }

  .vu-sov__inner {
    height: auto;
    min-height: 58px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 10px 0;
  }

  .cin-de {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    white-space: nowrap;
  }

  .cin-de__mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 12px;
  }

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

  .bi-tuh a {
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 1.2;
  }

  .to-kil {
    padding: 40px 0 44px;
  }

  .to-kil h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.15;
  }

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

  .dax-duw h2 {
    font-size: 31px;
    line-height: 1.35;
  }

  .did {
    border-radius: 14px;
  }

  .nad {
    grid-template-columns: 86px 38px minmax(0, 1fr) 110px;
    grid-template-areas:
      "logo rank info button"
      "logo rank info button";
    gap: 8px 10px;
    padding: 18px 12px;
  }

  .nad__logo {
    grid-area: logo;
    width: 72px !important;
    max-width: 72px;
    justify-self: center;
    align-self: center;
  }

  .nad__rank {
    grid-area: rank;
    font-size: 20px;
    justify-self: center;
  }

  .nad__info {
    grid-area: info;
    width: 100%;
    min-width: 0;
  }

  .nad__name {
    font-size: 21px;
    line-height: 1.2;
  }

  .nad__bonus {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.35;
  }

  .nad__score {
    display: none;
  }

  .nad__btn {
    grid-area: button;
    width: 100%;
    min-height: 54px;
    padding: 11px 12px;
    border-radius: 24px;
    font-size: 16px;
  }

  .nad__deposit {
    display: none;
  }

  .nug h2 {
    font-size: 29px;
    line-height: 1.35;
  }

  .nug h3 {
    font-size: 21px;
  }

  .nug p,
  .nug li {
    font-size: 18px;
    line-height: 1.7;
  }

  .nug ul,
  .nug ol {
    padding-left: 22px;
  }

  .nug 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;
  }

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

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

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

  .fes-cut h2 {
    font-size: 28px;
  }

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

  .de-gex {
    padding: 17px 18px;
    font-size: 17px;
    line-height: 1.35;
  }

  .ke-hux {
    padding: 0 18px 17px;
    font-size: 16px;
    line-height: 1.65;
  }

  .joc-xik {
    padding: 28px 0;
  }

  .joc-xik p {
    font-size: 14px;
  }
}

/* Small mobile */

@media (max-width: 520px) {
  .kef-ju {
    padding: 0 30px;
  }

  .cin-de {
    font-size: 17px;
  }

  .to-kil h1 {
    font-size: 30px;
  }

  .dax-duw h2 {
    font-size: 29px;
  }

  .nad {
    grid-template-columns: 78px 32px minmax(0, 1fr) 98px;
    padding: 17px 10px;
    gap: 8px 8px;
  }

  .nad__logo {
    width: 66px !important;
    max-width: 66px;
  }

  .nad__rank {
    font-size: 18px;
  }

  .nad__name {
    font-size: 19px;
  }

  .nad__bonus {
    font-size: 15px;
  }

  .nad__btn {
    min-height: 48px;
    font-size: 15px;
    padding: 10px 10px;
  }

  .nug h2 {
    font-size: 27px;
  }

  .nug p,
  .nug li {
    font-size: 17px;
  }

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

/* Very small mobile */

@media (max-width: 380px) {
  .kef-ju {
    padding: 0 16px;
  }

  .cin-de {
    font-size: 16px;
    white-space: normal;
  }

  .to-kil h1 {
    font-size: 27px;
  }

  .dax-duw h2 {
    font-size: 25px;
  }

  .nad {
    grid-template-columns: 64px 28px minmax(0, 1fr);
    grid-template-areas:
      "logo rank info"
      "button button button";
    padding: 16px 10px;
  }

  .nad__logo {
    width: 54px !important;
    max-width: 54px;
  }

  .nad__rank {
    font-size: 16px;
  }

  .nad__name {
    font-size: 17px;
  }

  .nad__bonus {
    font-size: 13px;
  }

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

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

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