:root {
  --gen-primary: #3e142c;
  --gen-primary-hov: #5b1f42;
  --gen-primary-soft: #f4e6ee;
  --gen-accent: #a7e331;
  --gen-accent-soft: #f1f8e3;
  --gen-hero-from: #4e1837;
  --gen-hero-to: #280b1c;
  --gen-hero-mid: #2477a8;
  --gen-bg: #f6f4f5;
  --gen-surface: #ffffff;
  --gen-border: #e0d2da;
  --gen-text: #24141d;
  --gen-text-soft: #806073;
  --gen-gold: #f1ac22;
  --gen-pale: #f9f6f8;
}

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

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

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

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

/* Header */

.jat-wo {
  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;
}

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

.pi-huv {
  color: var(--gen-text);
  border-bottom: 2px solid var(--gen-accent);
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

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

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

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

/* Hero */

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

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

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

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

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

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

.zi-hu:last-child {
  border-right: none;
}

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

.zi-hu__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 */

.fal {
  margin-bottom: 18px;
}

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

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

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

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

.pe-vog {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 76px 42px minmax(0, 1fr) 64px 74px;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--gen-surface);
  border: 1px solid transparent;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.15s, transform 0.15s;
  overflow: hidden;
}

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

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

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

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

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

.pe-vog__info {
  min-width: 0;
}

.pe-vog__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;
}

.pe-vog__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;
}

.pe-vog__deposit {
  display: none;
}

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

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

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

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

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

/* Content */

.fec {
  min-width: 0;
}

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

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

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

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

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

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

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

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

.roz,
.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 */

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

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

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

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

/* FAQ */

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

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

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

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

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

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

/* Footer */

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

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

/* Mobile */

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

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

  .ju-gaj {
    padding: 32px 0 44px;
  }

  .jat-wo {
    position: relative;
  }

  .jat-wo__inner {
    min-height: 54px;
    height: auto;
    align-items: center;
    font-size: 17px;
    white-space: nowrap;
  }

  .vev-fo {
    padding: 36px 0 40px;
  }

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

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

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

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

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

  .va-nok {
    gap: 14px;
  }

  .pe-vog {
    grid-template-columns: 64px 34px minmax(0, 1fr) 52px 70px;
    grid-template-areas: "logo rank info score button";
    gap: 8px;
    padding: 14px 9px;
    border-radius: 14px;
  }

  .pe-vog__logo {
    grid-area: logo;
    width: 54px !important;
    max-width: 54px !important;
  }

  .pe-vog__rank {
    grid-area: rank;
    font-size: 15px;
  }

  .pe-vog__info {
    grid-area: info;
    min-width: 0;
  }

  .pe-vog__name {
    font-size: 14px;
    line-height: 1.2;
  }

  .pe-vog__bonus {
    font-size: 11px;
    line-height: 1.3;
  }

  .pe-vog__score {
    grid-area: score;
  }

  .pe-vog__score-val {
    font-size: 15px;
  }

  .pe-vog__score-lbl {
    font-size: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fod-pi {
    padding: 28px 0;
  }

  .fod-pi p {
    font-size: 14px;
  }
}

/* Small mobile */

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

  .jat-wo__inner {
    font-size: 16px;
  }

  .vev-fo h1 {
    font-size: 27px;
  }

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

  .pe-vog {
    grid-template-columns: 54px 26px minmax(0, 1fr) 46px 62px;
    gap: 6px;
    padding: 13px 7px;
  }

  .pe-vog__logo {
    width: 46px !important;
    max-width: 46px !important;
  }

  .pe-vog__rank {
    font-size: 13px;
  }

  .pe-vog__name {
    font-size: 13px;
  }

  .pe-vog__bonus {
    font-size: 10.5px;
  }

  .pe-vog__score-val {
    font-size: 14px;
  }

  .pe-vog__score-lbl {
    font-size: 7px;
  }

  .pe-vog__btn {
    min-height: 36px;
    padding: 7px 6px;
    font-size: 11px;
  }

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

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

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

/* Very small mobile */

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

  .jat-wo__inner {
    font-size: 15px;
    white-space: normal;
  }

  .vev-fo h1 {
    font-size: 25px;
  }

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

  .pe-vog {
    grid-template-columns: 50px 26px minmax(0, 1fr);
    grid-template-areas:
      "logo rank info"
      "score score score"
      "button button button";
    gap: 10px;
    padding: 14px 12px;
  }

  .pe-vog__logo {
    width: 44px !important;
    max-width: 44px !important;
  }

  .pe-vog__score {
    justify-self: center;
  }

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

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

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