/* --- General Styles & Variables --- */

:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
  background-color: var(--bg-dark);
  color: var(--color-text) !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover:not(.zavp910c) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pgkrlhsj {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.ud81msxl {

}
.mitn582o31s { margin: -3px; border: 2px solid #ffd2f7; padding: 19px 4px; color: rgb(11, 239, 37); }
.o7oicq1r {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.mx5w97qr {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.vdiuuor2 {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.vdiuuor2:hover {
  transform: translateY(-3px) scale(1.2);
}
.jykyhh9e {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.zinykuxg {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.sigieslf {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ht0qqxkd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zavp910c {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.mw6fzztl {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.il94t3rh {
  color: var(--color-accent);
}
.wxuy63mg {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.hp91d1kw {
  padding: 4rem 0;
  text-align: center;
}
.vryd2anf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.beipvswy {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.h7nxh5p7m { margin: 14px; width: 78px; display: block; padding: 17px 48px; color: rgb(55, 10, 198); }
.ien4usdn {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.mzwl190h {
  width: 100%;
}
/* .u9n0on52 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.wyhu041w {
  background-color: var(--bg-dark);
}
.plntdy3v {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p7eyn7fa {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.r0ffblqu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.vclbvxjs {
  background: linear-gradient(135deg, var(--bg-dark), rgba(8, 33, 84, 0.5));
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.es8zosyj {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.u84q9g43 {
  margin-bottom: 0.5rem;
}
.jaku658i { padding-right: 22px; }
.p91g9jr1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.wchbv8zz {
  background-color: var(--bg-dark);
}
.ospnz7r2 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.hw4l2lxz {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.hw4l2lxz span {
  counter-increment: steps-counter;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  color: var(--color-text);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
/* --- Tables (Offers, Tournaments) --- */
.x9yok8ek,
.f6mhjucz {
  overflow-x: auto;
}
.yhqvcy36 {
  position: relative;
}
.yt1e1b3u,
.o1vvwz5p {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.yt1e1b3u th,
.yt1e1b3u td,
.o1vvwz5p th,
.o1vvwz5p td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.yt1e1b3u th,
.o1vvwz5p th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.ae9r74ox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.ebgziywn {
  background-color: var(--bg-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.ebgziywn:hover {
  transform: translateY(-5px);
}
.av4ng68u {
  padding: 1rem;
}
.svdt2ul7toc { border: 5px solid #2068f1; color: rgb(155, 88, 106); padding: 36px 10px; width: 52px; display: flex; }
.ckz2yhiy {
  margin-bottom: 0.25rem;
}
.ogebh5pi {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.qm2z9b16 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sdoo5alm {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.rr19i2zz {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.hqu2rk1r {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.llkg09uc {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.llkg09uc::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.bv31in0l::after {
  transform: rotate(45deg);
}
.t4fj5r30 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.t4fj5r30 p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.oquwt1av {
  background-color: var(--bg-dark);
}
.x2knbwtbkj { padding: 7px 4px; width: 18%; border: 5px dashed #33b45c; display: block; }
.w564i2q5 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.ck3n3q6i {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.ck3n3q6i li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.k2llm71a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.i5pat16d {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.i5pat16d:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.j2vblisa {
  background-color: var(--bg-dark);
}
.pf81m5ph {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.kd8baqh4 {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.vdu212rj {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  border: 3px solid var(--bg-dark);
}
.oaxtxehu2q { padding-left: 35px; color: rgb(151, 161, 136); border: 4px solid #c75eff; }
.fxp2hnwj {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.ge64z5o9 {
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.7;
}
.ge64z5o9 p {
  margin: 0;
}
/* --- Promo Block --- */
.iv1zqtkk {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  color: var(--color-text);
  padding: 1.5rem;
  border-radius: 10px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
  width: 280px;
}
[promo-block--visible] {
  transform: translateX(0);
}
.anvltbrb {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.d8qb2ywk {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.q56hmgnh {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.ev1fmhww {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.kptob007 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.utpd1pvlo9vx { margin: 13px; width: 94px; padding-right: 8px; border: 3px dotted #56cedc; display: inline-block; }
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.vhwllsa5 {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
[popup-overlay--visible] .vhwllsa5 {
  transform: scale(1);
}
.ea21dncj {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.xfkzeh2i {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.lc669qwe {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .mw6fzztl {
    display: flex;
    gap: 1.5rem;
  }

  .il94t3rh {
    font-weight: 700;
  }

  .vryd2anf {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
  }

  .hs6wzk2u {
    flex: 1;
  }

  .mzwl190h {
    flex: 1;
  }

  .plntdy3v {
    grid-template-columns: repeat(2, 1fr);
  }

  .r0ffblqu {
    flex-direction: row;
  }

  .ae9r74ox {
    grid-template-columns: repeat(2, 1fr);
  }

  .pf81m5ph {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Larger Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .plntdy3v {
    grid-template-columns: repeat(3, 1fr);
  }

  .ae9r74ox {
    grid-template-columns: repeat(4, 1fr);
  }

  .pf81m5ph {
    grid-template-columns: repeat(5, 1fr);
  }

  .kd8baqh4 {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.kiej65yt {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.po4izibl{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.ej9qeslbuo { color: rgb(77, 172, 197); border: 2px dotted #28cb36; margin: -11px; display: none; }
.v5wj00vz {
  position: relative;
}
@media (max-width: 1087px) {
  .po4izibl {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .prk044qg {
    float: inherit;
    display: block;
  }
}
h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  color: var(--color-text);
  margin: 16px 0 8px 0;
  line-height: 1.3;
  font-weight: 600;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
.n0jhb1fg { color: rgb(119, 102, 171); border: 2px dotted #9d0dcd; padding: 12px 22px; margin: -3px; }
ul, ol {
  padding-left: 20px;
  margin: 12px 0;
}
li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 6px;
  position: relative;
}
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.c6xttz4d {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.c6xttz4d h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.nn61trbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nn61trbs li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.h1mhre7z {
  font-weight: bold;
  color: var(--color-accent);
}
.uly95oaw {
  max-width: 1400px;
  margin: 0 auto;
}
.ngdtjomg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.b0g66ddo47 { display: none; margin: 7px; color: rgb(47, 8, 98); border: 3px dotted #8bb7bb; padding: 35px 25px; }
.yo02cslk {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
}
.yo02cslk:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.yo02cslk:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ngdtjomg {
    gap: 12px;
  }

  .yo02cslk {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .yo02cslk {
    flex: 1 1 calc(50% - 6px);
  }
}
.p5kgy7wf {
  width: 100%;
  margin-bottom: 40px;
}
.h2otdjt6 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.h2otdjt6 h2 {
  color: var(--color-accent);
}
.mh7oxyvt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .mh7oxyvt {
    justify-content: center;
  }
}
.s4sxg6dm {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.s4sxg6dm img {

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.s4sxg6dm .es9fbp5u {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.kh3e15mr4u2 { border: 3px dotted #e4f989; margin: 7px; padding-left: 38px; padding-right: 17px; display: block; }
.s4sxg6dm:hover .es9fbp5u {
  opacity: 1; 
}
.s4sxg6dm:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.mwge3d9a p {
  color: var(--color-accent);
  font-weight: 600;
}
.foiz47r0 {
  border-bottom: 2px solid #e8eaf6;
}
.foiz47r0:last-child {
  border-bottom: none;
}
.t2jwhu5n {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.t2jwhu5n::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.t2jwhu5n::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.foiz47r0[open] .t2jwhu5n::after {
  transform: translateY(-50%) rotate(45deg);
}
.y0v8s9jc {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.uaj9dw5p {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.lk668q5q {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.lk668q5q:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.vooviq97 { display: block; }
.lk668q5q:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .lk668q5q {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.nyx74aje {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
#lang-dropdown[open] .nyx74aje {
  transform: rotate(-135deg);
}
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var( --color-accent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: none;
  backdrop-filter: blur(4px);
  width: 100px;
}
#lang-menu li a {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.s4sxg6dm {
max-width:inherit;
text-align: center;
}
.oj6ubs4t {
 flex-basis: 49%; 
}
.zgp289w3 {
 flex-basis: 32.3333%; 
}
.dtpif9lq {
 flex-basis: 24%; 
}
.wh6b8m0d {
 flex-basis: 19%; 
}
.ozjuaxd8 {
 flex-basis: 15.6666%; 
}
.z1h0f3o3 {
 flex-basis: 13.2857%; 
}
.emdc37774 { display: block; }