:root {
  --gen-primary: #460d0c;
  --gen-primary-hov: #671514;
  --gen-primary-soft: #f4e7e6;
  --gen-accent: #31e3a4;
  --gen-accent-soft: #e3f8f0;
  --gen-hero-from: #57100f;
  --gen-hero-to: #2d0706;
  --gen-bg: #f6f4f4;
  --gen-surface: #ffffff;
  --gen-border: #e0d2d2;
  --gen-text: #241414;
  --gen-text-soft: #806160;
  --gen-gold: #f1cf22;
  --gen-pale: #f9f6f6;
}

/* 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: 'Plus Jakarta Sans', 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 */

.te-jat {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.mo-ho {
  width: 100%;
  max-width: 100%;
  padding: 34px 0 48px;
  overflow-x: hidden;
}

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

/* Header */

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

.zot__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

.dip-xix,
.dip-xix__mark {
  display: inline-flex;
  align-items: center;
}

.dip-xix {
  gap: 10px;
  min-width: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
}

.dip-xix__mark {
  justify-content: 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;
}

/* Header nav if present */

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

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

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

/* Hero */

.dat-zas {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 46px 0 52px;
  background: linear-gradient(135deg, var(--gen-hero-from), var(--gen-hero-to));
  overflow: hidden;
}

.dat-zas::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 80% 50%,
    rgba(255, 255, 255, 0.06),
    transparent
  );
  pointer-events: none;
}

.dat-zas .te-jat {
  position: relative;
  z-index: 1;
}

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

.dat-zas h1 {
  max-width: 920px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
}

.dat-zas__sub {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
}

.dat-zas__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.waj-ro {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* Section heading */

.woz {
  margin-bottom: 18px;
}

.woz h2 {
  margin-bottom: 4px;
  color: var(--gen-text);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

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

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

.rug-wih {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.van {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 82px 50px minmax(160px, 1fr) minmax(230px, 300px) 96px;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: var(--gen-surface);
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 6px 18px rgba(70, 13, 12, 0.06);
  overflow: hidden;
  transition: box-shadow 0.15s, transform 0.15s;
}

.van:hover {
  box-shadow: 0 10px 28px rgba(70, 13, 12, 0.1);
  transform: translateY(-1px);
}

.van--first {
  border-top: 4px solid var(--gen-gold);
}

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

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

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

.van__info {
  min-width: 0;
}

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

/* Bonus block */

.van__bonus-box {
  min-width: 0;
  text-align: right;
}

.van__bonus-val {
  display: block;
  color: var(--gen-primary);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.van__bonus-lbl {
  display: block;
  margin-top: 4px;
  color: var(--gen-text-soft);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* Fallback if old HTML still uses score block */

.van__score {
  min-width: 0;
  text-align: right;
}

.van__score-val {
  display: block;
  color: var(--gen-primary);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.van__score-lbl {
  display: block;
  margin-top: 4px;
  color: var(--gen-text-soft);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.van__bonus,
.van__deposit {
  display: none;
}

.van__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  background: var(--gen-primary);
  color: #ffffff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  transition: background 0.15s;
}

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

/* Content */

.ti-reg {
  min-width: 0;
}

.ti-reg h2 {
  margin: 30px 0 12px;
  color: var(--gen-text);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

.ti-reg h3 {
  margin: 22px 0 8px;
  color: var(--gen-text);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

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

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

.ti-reg ul,
.ti-reg ol {
  margin: 10px 0;
  padding-left: 22px;
}

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

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

.ti-reg 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 */

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

.ti-reg th {
  padding: 10px 14px;
  background: var(--gen-primary);
  color: #ffffff;
  text-align: left;
  font-weight: 800;
  vertical-align: top;
}

.ti-reg td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--gen-border);
  vertical-align: top;
}

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

/* FAQ */

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

.du-muk h2 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 900;
}

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

.sos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 800;
}

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

.ge-fe {
  padding: 0 18px 15px;
  color: var(--gen-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

/* Footer */

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

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

/* Tablet */

@media (max-width: 900px) {
  .te-jat {
    max-width: 100%;
    padding: 0 22px;
  }

  .van {
    grid-template-columns: 64px 38px minmax(0, 1fr) 84px;
    grid-template-areas:
      "logo rank info button"
      "bonus bonus bonus bonus";
    gap: 12px;
    padding: 16px 14px;
    border-radius: 20px;
  }

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

  .van__rank {
    grid-area: rank;
    font-size: 18px;
  }

  .van__info {
    grid-area: info;
  }

  .van__name {
    font-size: 15px;
    line-height: 1.25;
  }

  .van__bonus-box,
  .van__score {
    grid-area: bonus;
    width: 100%;
    padding: 12px 14px;
    background: var(--gen-primary-soft);
    border-radius: 14px;
    text-align: center;
  }

  .van__bonus-val,
  .van__score-val {
    font-size: 18px;
    line-height: 1.25;
  }

  .van__bonus-lbl,
  .van__score-lbl {
    margin-top: 4px;
    font-size: 10px;
  }

  .van__btn {
    grid-area: button;
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
  }
}

/* Mobile */

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

  .te-jat {
    padding: 0 20px;
  }

  .mo-ho {
    padding: 32px 0 44px;
  }

  .zot {
    position: relative;
  }

  .zot__inner {
    min-height: 56px;
    height: auto;
    justify-content: flex-start;
    gap: 10px;
    color: #ffffff;
    font-size: 17px;
    white-space: nowrap;
  }

  .dip-xix__mark {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .dat-zas {
    padding: 36px 0 40px;
  }

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

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

  .woz h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .rug-wih {
    gap: 14px;
  }

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

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

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

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

  .ti-reg 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;
  }

  .ti-reg thead,
  .ti-reg tbody,
  .ti-reg tr {
    width: 100%;
  }

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

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

  .du-muk h2 {
    font-size: 25px;
  }

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

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

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

  .ra-lef {
    padding: 28px 0;
  }

  .ra-lef p {
    font-size: 14px;
  }
}

/* Small mobile */

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

  .zot__inner {
    font-size: 16px;
  }

  .dat-zas h1 {
    font-size: 27px;
  }

  .woz h2 {
    font-size: 24px;
  }

  .van {
    grid-template-columns: 56px 34px minmax(0, 1fr);
    grid-template-areas:
      "logo rank info"
      "bonus bonus bonus"
      "button button button";
    gap: 12px;
    padding: 16px 14px;
    border-radius: 18px;
  }

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

  .van__rank {
    font-size: 17px;
  }

  .van__name {
    font-size: 16px;
  }

  .van__bonus-box,
  .van__score {
    padding: 12px;
  }

  .van__bonus-val,
  .van__score-val {
    font-size: 17px;
  }

  .van__bonus-lbl,
  .van__score-lbl {
    font-size: 10px;
  }

  .van__btn {
    width: 100%;
    min-height: 44px;
    font-size: 15px;
  }

  .ti-reg h2 {
    font-size: 23px;
  }

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

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

/* Very small mobile */

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

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

  .dat-zas h1 {
    font-size: 25px;
  }

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

  .van {
    grid-template-columns: 50px 30px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 12px;
  }

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

  .van__rank {
    font-size: 16px;
  }

  .van__name {
    font-size: 15px;
  }

  .van__bonus-val,
  .van__score-val {
    font-size: 16px;
  }

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

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