/* --- 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(.efvi6g6e) {
  transform: scale(1.1);
}
.b5roariwg { color: rgb(204, 124, 108); border: 4px dotted #00dc83; width: 98px; margin: -14px; padding-right: 32px; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ktlj38cb {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.eewc8980 {

}
.y5gknpta {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.dwmjqcr0 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.ayltei74 {
  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;
}
.ayltei74:hover {
  transform: translateY(-3px) scale(1.2);
}
.z8soyg95 {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.v4oluzwb {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.qn7y8azo {
  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);
}
.uyt7e9y3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.efvi6g6e {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.z7jmchoa {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.k0dwg8ax {
  color: var(--color-accent);
}
.nfcjjmc6 {
  font-size: 0.9rem;
}
.umyv8laj { padding-right: 38px; }
/* --- Hero Section --- */
.i39o0ckt {
  padding: 4rem 0;
  text-align: center;
}
.eyv7hdo1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.vsbtao9c {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.th1yapm4 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.w0exirb8 {
  width: 100%;
}
/* .vf6rj7po {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.f12kwup9 {
  background-color: var(--bg-dark);
}
.ycqriggj {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.s8djfdrn {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.bfedf31k {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ry5z686b {
  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);
}
.c6u0p5v6 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.ex4ei89o {
  margin-bottom: 0.5rem;
}
.gmxqb838 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
.xffbdobb9dcj { color: rgb(108, 94, 172); display: grid; border: 4px solid #d6c6df; margin: -16px; width: 97%; padding: 5px 18px; }
/* --- How-to Section --- */
.pg1ruguk {
  background-color: var(--bg-dark);
}
.heghsddu {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.yxa2afr1 {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.yxa2afr1 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) --- */
.c083bea7,
.ahd21glk {
  overflow-x: auto;
}
.vimp9osm {
  position: relative;
}
.wzw2y553,
.ljr6rgt5 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.wzw2y553 th,
.wzw2y553 td,
.ljr6rgt5 th,
.ljr6rgt5 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wzw2y553 th,
.ljr6rgt5 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.eqq5h79t {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.y1mmubjl {
  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;
}
.y1mmubjl:hover {
  transform: translateY(-5px);
}
.jg6yix5q {
  padding: 1rem;
}
.tf47qbpdk { padding-left: 46px; color: rgb(7, 200, 251); padding-right: 2px; width: 75%; border: 5px dotted #414912; display: flex; margin: -20px; }
.i1ylb1yl {
  margin-bottom: 0.25rem;
}
.o3kza6eg {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.kmo3dd6r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l4cphaz4 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.uzd8oxqn {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.mwwiqehq {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.nz63uyzs {
  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;
}
.nz63uyzs::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.ugxm7tme::after {
  transform: rotate(45deg);
}
.npxmgqjs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.or1lmgh4 { border: 3px solid #d2aff7; padding: 8px 6px; width: 47px; color: rgb(130, 156, 169); display: flex; margin: -13px; }
.npxmgqjs p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.soc65fea {
  background-color: var(--bg-dark);
}
.axc3981i {
  text-align: center;
  margin-bottom: 1.5rem;
}
.juqqpjmx {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.juqqpjmx li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.dfv1kum4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.poazo8f0 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.poazo8f0:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.wm0p55c6 {
  background-color: var(--bg-dark);
}
.im91qdep {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.qd4yy4gr {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.lz2vs4ennwa { border: 2px dotted #6f9b6e; width: 58vw; padding-left: 31px; color: rgb(0, 174, 139); }
.vm0gn3xv {
  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);
}
.g4a98smi {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.ls2yotr2 {
  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;
}
.ls2yotr2 p {
  margin: 0;
}
/* --- Promo Block --- */
.oimqoomj {
  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);
}
.v9bipt5t {
  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;
}
.b9hpyjbn {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.gju5m5ji {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.ejqw6zyc {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.drn8iotv {
  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;
}
.j11jqmeg8k { padding-right: 45px; display: none; color: rgb(98, 150, 161); margin: -8px; }
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.o2m6ryqc {
  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] .o2m6ryqc {
  transform: scale(1);
}
.zcoiehdw {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.ea05f0ky {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.o8msdb6x {
  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;
  }

  .z7jmchoa {
    display: flex;
    gap: 1.5rem;
margin-right: 1.5rem;
  }

  .k0dwg8ax {
    font-weight: 700;
  }

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

  .narj2wpu {
    flex: 1;
  }

  .w0exirb8 {
    flex: 1;
  }

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

  .bfedf31k {
    flex-direction: row;
  }

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

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

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

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

  .qd4yy4gr {
    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);
}
.btuwwsvg {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jb69gmz3{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.r34ho4ohocjk { padding: 25px 5px; margin: 3px; width: 24px; display: none; }
.x70d8cyo {
  position: relative;
}
@media (max-width: 1087px) {
  .jb69gmz3 {
    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;
  }
  
  .gxju9qe2 {
    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; }
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;
}
.oxbsclwwiu { display: grid; margin: 3px; padding: 14px 14px; width: 30vw; border: 5px dashed #3667d2; }
.am9cr90e {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.am9cr90e h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.xqxn8cmn {
  list-style: none;
  padding: 0;
  margin: 0;
}
.xqxn8cmn li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.crhwathk {
  font-weight: bold;
  color: var(--color-accent);
}
.bvsbbjmr {
  max-width: 1400px;
  margin: 0 auto;
}
.ka5ljfcv {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.l3ttlarn {
  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;
    line-height: normal;
    white-space: nowrap;
}
.l3ttlarn: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);
}
.l3ttlarn:active {
  transform: translateY(0);
}
.roacx9w1fk { border: 3px solid #cd6e8c; padding: 42px 23px; width: 85px; margin: -9px; display: block; color: rgb(26, 123, 191); }
@media (max-width: 768px) {
  .ka5ljfcv {
    gap: 12px;
  }

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

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.ojw26age .foby784c {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.ojw26age:hover .foby784c {
  opacity: 1; 
}
.ojw26age:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.lu0s9svdo { padding: 7px 18px; display: none; }
.uhh8udly p {
  color: var(--color-accent);
  font-weight: 600;
}
.cwtbk67v {
  border-bottom: 2px solid #e8eaf6;
}
.cwtbk67v:last-child {
  border-bottom: none;
}
.mjf7bhs8 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.mjf7bhs8::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.mjf7bhs8::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.cwtbk67v[open] .mjf7bhs8::after {
  transform: translateY(-50%) rotate(45deg);
}
.nx1bwer2 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.ffp59zua {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.zuf3opqx {
        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;
    }
.zuf3opqx:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.zuf3opqx:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .zuf3opqx {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
.n7vp4oig4j { color: rgb(192, 226, 235); padding: 17px 25px; display: none; }
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.pe1ym8lg {
  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] .pe1ym8lg {
  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);
}
.ojw26age {
max-width:inherit;
text-align: center;
}
.dz593ndh {
 flex-basis: 49%; 
}
.camrivfi {
 flex-basis: 32.3333%; 
}
.yrxa3ock {
 flex-basis: 24%; 
}
.zyx5datn {
 flex-basis: 19%; 
}
.gxywhw0l {
 flex-basis: 15.6666%; 
}
.fer6c80l {
 flex-basis: 13.2857%; 
}
.i48mk3cr5 { display: none; color: rgb(48, 133, 239); width: 14vw; margin: -5px; border: 2px dashed #c89724; padding: 35px 35px; }
.uopjhe8c {
    display: flex;
    align-content: center;
    align-items: center;
}
.z7jmchoa li {
margin-bottom:0px;
}