:root {
  --main-bg: rgb(18, 22, 30);
  --main-text: rgb(255, 254, 254);
  --header-color: rgb(254, 254, 255);
  --footer-color: rgb(254, 255, 254);
  --login-btn: rgb(64, 72, 160);
  --reg-btn: rgb(16, 140, 70);
  --banner-color: rgb(254, 253, 254);
  --text-btns: rgb(254, 253, 255);
  --header-bg: rgb(31, 30, 45);
  --footer-bg: rgb(12, 18, 25);
  --nav-acc-head-game-bg: rgb(55, 56, 142);
  --table-color: rgb(254, 254, 255);
  --table-even-bg: rgb(32, 36, 41);
  --table-odd-bg: rgb(28, 36, 49);
  --table-border: rgb(0, 101, 28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: var(--main-bg);
  color: var(--main-text);
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.8;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  padding-left: 1.2rem;
  margin-bottom: 1.25rem;
}

li {
  margin-bottom: 0.4rem;
}

main.top2026-z6a9b2c5d {
  display: flex;
  flex-direction: column;
  padding: 0 1rem 2rem;
}

.top2026-e8f1g4h7i {
  max-width: 1240px;
  margin: 30px auto 0;
}

section {
  margin-bottom: 2rem;
  scroll-margin-top: 100px;
}

h1,
h2,
h3 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 0.4rem;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-bottom: 1rem;
}

.top2026-r1s5t8u2v {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  background: var(--header-bg);
}

.top2026-w3x6y9z0a {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.top2026-b4c7d1e3f {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top2026-b4c7d1e3f a {
  width: 9rem;
}

.top2026-b4c7d1e3f img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top2026-g6h9i2j5k {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.top2026-g6h9i2j5k li a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--header-color);
}

.top2026-l8m1n4o7p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.top2026-q0r3s6t9u,
.top2026-v2w5x8y1z,
.top2026-a4b7c0d3e,
.top2026-f6g9h2i5j,
.top2026-k8l1m4n7o {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0.5rem;
  color: var(--text-btns);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.top2026-q0r3s6t9u,
.top2026-a4b7c0d3e {
  background: var(--login-btn);
}

.top2026-v2w5x8y1z,
.top2026-f6g9h2i5j,
.top2026-k8l1m4n7o {
  background: var(--reg-btn);
}

.top2026-q0r3s6t9u:hover,
.top2026-v2w5x8y1z:hover,
.top2026-a4b7c0d3e:hover,
.top2026-f6g9h2i5j:hover,
.top2026-k8l1m4n7o:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.top2026-k8l1m4n7o {
  background: linear-gradient(135deg, rgba(16, 140, 70, 1) 0%, rgba(22, 170, 90, 1) 100%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.top2026-k8l1m4n7o:hover {
  opacity: 0.95;
  transform: translateY(-2px);
}

.top2026-p0q3r6s9t {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.top2026-u2v5w8x1y {
  width: 1.6rem;
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top2026-u2v5w8x1y span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: var(--header-color);
}

.top2026-z4a7b0c3d {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 1.25rem 0;
}

.top2026-z4a7b0c3d::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

.top2026-e6f9g2h5i,
.top2026-o0p3q6r9s {
  position: relative;
  z-index: 2;
}

.top2026-e6f9g2h5i {
  position: relative;
}

.top2026-j8k1l4m7n {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top2026-o0p3q6r9s {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.top2026-t2u5v8w1x {
  max-width: 680px;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
  backdrop-filter: blur(2px);
  }

.top2026-y4z7a0b3c {
  color: var(--banner-color);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.top2026-d6e9f2g5h {
  margin-top: 1.75rem;
}

.top2026-d6e9f2g5h .top2026-i8j1k4l7m {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border-radius: 0.5rem;
  border: 1px solid var(--main-text);
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  color: var(--main-text);
}

.top2026-d6e9f2g5h .top2026-i8j1k4l7m svg {
  width: 20px;
  height: 20px;
}

.top2026-n0o3p6q9r {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease;
}

#nav[data-open="true"] .top2026-n0o3p6q9r {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0.75rem;
}

.top2026-s2t5u8v1w {
  list-style: none;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: var(--nav-acc-head-game-bg);
  display: grid;
  gap: 0.35rem;
}

.top2026-s2t5u8v1w a {
  font-size: 0.95rem;
  font-weight: 500;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border: 1px solid var(--table-border);
}

td,
th {
  border: 1px solid var(--table-border);
  padding: 0.4rem 0.5rem;
  font-size: 0.9rem;
}

thead tr {
  background: var(--table-odd-bg);
}

tbody tr:nth-child(odd) {
  background: var(--table-odd-bg);
}

tbody tr:nth-child(even) {
  background: var(--table-even-bg);
}

[data-item="faq-item"] {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--nav-acc-head-game-bg);
}

[data-item="faq-item"] h3 {
  margin-bottom: 0.5rem;
}

.top2026-x4y7z0a3b {
  display: none;
}

body[data-menu-open] .top2026-x4y7z0a3b {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.65);
}

.top2026-c6d9e2f5g {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.top2026-h8i1j4k7l {
  width: 260px;
  max-width: 80%;
  background: var(--header-bg);
  padding: 0.75rem;
  position: relative;
}

.top2026-m0n3o6p9q {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}

.top2026-r2s5t8u1v {
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
}

.top2026-r2s5t8u1v::before,
.top2026-r2s5t8u1v::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: var(--header-color);
}

.top2026-r2s5t8u1v::after {
  transform: translateY(-50%) rotate(90deg);
}

.top2026-w4x7y0z3a {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0.5rem;
}

.top2026-b6c9d2e5f {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0.5rem 0 1rem;
}

.top2026-g8h1i4j7k {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.top2026-g8h1i4j7k li a {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.8rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--header-color);
  font-size: 0.95rem;
}

.top2026-l0m3n6o9p {
  background: var(--footer-bg);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.6rem;
}

.top2026-q2r5s8t1u {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.25rem 1rem;
}

.top2026-v4w7x0y3z {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.top2026-v4w7x0y3z a {
  font-size: 0.95rem;
  color: var(--footer-color);
}

.top2026-a6b9c2d5e {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: var(--reg-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-btns);
}

.top2026-f8g1h4i7j {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
}

.top2026-k0l3m6n9o {
  margin-top: 0.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.top2026-l0m3n6o9p p {
  font-size: 0.85rem;
  color: var(--footer-color);
  opacity: 0.85;
}

.top2026-p2q5r8s1t {
  position: fixed;
  right: -100%;
  bottom: 0.9rem;
  transition: right 0.3s ease;
  z-index: 40;
}

#go-top-elem[data-shown="true"] {
  right: 0.75rem;
}

.top2026-u4v7w0x3y {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--login-btn);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.top2026-u4v7w0x3y:hover {
  transform: scale(1.05);
}

#go-top-elem svg path {
  fill: var(--text-btns);
}

.top2026-hero-text {
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 600;

}

.top2026-games {
  margin-top: 2.5rem;
}

.top2026-games-subtitle {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
}

.top2026-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top2026-game-card {
  text-align: center;
}

.top2026-game-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.top2026-game-thumb img {
  width: 100%;
  display: block;
  transition: transform 0.25s ease;
}

.top2026-game-card:hover img {
  transform: scale(1.05);
}

.top2026-game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.top2026-game-card:hover .top2026-game-overlay {
  opacity: 1;
}

.top2026-game-play,
.top2026-game-demo {
  min-width: 90px;
  padding: 0.45rem 0;
  border-radius: 6px;
  font-size: 0.75rem;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

.top2026-game-play {
  background: linear-gradient(135deg, #118c46, #16aa5a);
  color: #fff;
}

.top2026-game-demo {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.top2026-game-name {
  margin-top: 0.45rem;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .top2026-game-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
}



@media (max-width: 640px) {
  .top2026-hero-text {
    font-size: 0.95rem;
  }
}


@media (max-width: 900px) {
  .top2026-g6h9i2j5k {
    display: none;
  }

  .top2026-p0q3r6s9t {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .top2026-w3x6y9z0a {
    padding-inline: 1rem;
    flex-wrap: wrap;
  }

  .top2026-l8m1n4o7p {
    margin-left: auto;
  }
}

@media (max-width: 640px) {
    .top2026-t2u5v8w1x {
     background: rgba(0, 0, 0, 0.6);
    backdrop-filter: none;
  }

main.top2026-z6a9b2c5d {
    padding-inline: 0.75rem;
  }

  .top2026-w3x6y9z0a {
    flex-direction: row;
  }

  .top2026-l8m1n4o7p {
    gap: 0.5rem;
  }

  .top2026-q0r3s6t9u,
  .top2026-v2w5x8y1z {
    padding-inline: 0.8rem;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.35rem;
  }

  table {
    font-size: 0.85rem;
  }
}
