/* --- 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(.ehldl7uz) {
  transform: scale(1.1);
}
.qqraaa9ok4ns { padding: 15px 45px; color: rgb(216, 190, 153); margin: -10px; width: 35%; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.qgi4wrbf {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.aeu9oaj5 {

}
.jnaxgc8d {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.vqxpcczp {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.du7m8vy1 {
  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;
}
.du7m8vy1:hover {
  transform: translateY(-3px) scale(1.2);
}
.aakl42vj {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.cf1pesbz {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.hh1p6jmo {
  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);
}
.xsphf65a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ehldl7uz {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.n4snbofkujwv { padding-left: 49px; padding-right: 8px; display: grid; border: 3px solid #d33aa8; margin: 10px; width: 34px; }
.z9iktnmv {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.ogaw53ke {
  color: var(--color-accent);
}
.jxtmbnvl {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.tez4bmnn {
  padding: 4rem 0;
  text-align: center;
}
.wyyrjwex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.p1no2cmj {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.ffon56wz {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.coraj4jz {
  width: 100%;
}
/* .c6z81th4 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.gaoaijlb {
  background-color: var(--bg-dark);
}
.gjkr0tn5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.owgjolog {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.o9ydl4fi {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.qnxy90mm {
  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);
}
.v3ow74vb { display: flex; padding: 37px 18px; width: 84vw; border: 4px dashed #ea1fd7; }
.h57x6o8v {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.s0mv8d00 {
  margin-bottom: 0.5rem;
}
.r6nqyzu9 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.vqxlkdt2 {
  background-color: var(--bg-dark);
}
.tskaoyy2 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.tlp2nz2q {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.tlp2nz2q 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) --- */
.qk8vus8h,
.fo9c8fre {
  overflow-x: auto;
}
.stryeafg {
  position: relative;
}
.y9nfyeum,
.kx8ycr5u {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.y9nfyeum th,
.y9nfyeum td,
.kx8ycr5u th,
.kx8ycr5u td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.y9nfyeum th,
.kx8ycr5u th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.sa82fbh1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.s2petei2e7f7 { display: flex; padding: 39px 42px; color: rgb(44, 57, 138); }
.vyixu0gk {
  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;
}
.vyixu0gk:hover {
  transform: translateY(-5px);
}
.wz0zv6ak {
  padding: 1rem;
}
.oengoebg {
  margin-bottom: 0.25rem;
}
.o0iszfgq {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.m2fcxhbd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cp7bisbn {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.tk5awzgf {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.moi1t3uc {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.rtdip56u {
  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;
}
.rtdip56u::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.b8bsj4fmf { padding-left: 25px; }
.yvb7un2k::after {
  transform: rotate(45deg);
}
.s4rlc4io {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.s4rlc4io p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.fzl0fgy1 {
  background-color: var(--bg-dark);
}
.j2eapcw9 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.nvt8hyzg {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.nvt8hyzg li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.fmpnbzj6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.k9jcyu60 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.k9jcyu60:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.pt61ks0x {
  background-color: var(--bg-dark);
}
.vkj5zpw7 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.ma2p7k7c {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.mwv7gjg1srm { color: rgb(229, 241, 159); }
.zr5jcob2 {
  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);
}
.ty1mvk7t {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.t781s2n1 {
  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;
}
.t781s2n1 p {
  margin: 0;
}
/* --- Promo Block --- */
.gqgyh8h9 {
  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);
}
.l4ecsb3t {
  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;
}
.e3qnrs7y {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.gdinwipl {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.w1bxmqn1 {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.zvgb9gdm {
  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;
}
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.j10nl30v {
  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;
}
.jagbj9m4 { border: 4px dotted #867e26; width: 100px; color: rgb(117, 43, 194); margin: -2px; padding: 46px 3px; }
[popup-overlay--visible] .j10nl30v {
  transform: scale(1);
}
.wkpjb8dj {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.hownkgc8 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.x342480b {
  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;
  }

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

  .ogaw53ke {
    font-weight: 700;
  }

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

  .k5eptj0e {
    flex: 1;
  }

  .coraj4jz {
    flex: 1;
  }

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

  .o9ydl4fi {
    flex-direction: row;
  }

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

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

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

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

  .ma2p7k7c {
    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);
}
.a6iy69wg {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cd8n6smv{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.xdbp8ik3 {
  position: relative;
}
.d71xxtsq30h0 { width: 47vw; padding: 29px 11px; color: rgb(186, 145, 214); display: block; }
@media (max-width: 1087px) {
  .cd8n6smv {
    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;
  }
  
  .vh063drw {
    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;
}
.b3kxpevnq { color: rgb(158, 177, 59); }
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.s5uhy9ok {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.s5uhy9ok h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.dgi5q459 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dgi5q459 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.vgck4oba {
  font-weight: bold;
  color: var(--color-accent);
}
.vava785z {
  max-width: 1400px;
  margin: 0 auto;
}
.e0rnnufr {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.e0rnnufr {
 justify-content: center;
}
}
.fqm9wyky {
  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;
}
.fqm9wyky: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);
}
.fqm9wyky:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .e0rnnufr {
    gap: 12px;
  }

  .fqm9wyky {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .fqm9wyky {
    flex: 1 1 calc(50% - 6px);
  }
}
.knif4m4w {
  width: 100%;
  margin-bottom: 40px;
}
.b0v4oalwyloh { color: rgb(44, 47, 232); padding: 35px 7px; display: inline-block; width: 44%; }
.c3p007dl {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.c3p007dl h2 {
  color: var(--color-accent);
}
.ju25c4nf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .ju25c4nf {
    justify-content: center;
  }
}
.l8a0czcq {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.l8a0czcq img {

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.l8a0czcq .b27u9y5v {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.l8a0czcq:hover .b27u9y5v {
  opacity: 1; 
}
.l8a0czcq:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.no6qdi9i p {
  color: var(--color-accent);
  font-weight: 600;
}
.jhzgykst {
  border-bottom: 2px solid #e8eaf6;
}
.jhzgykst:last-child {
  border-bottom: none;
}
.f8nk5uyror76 { color: rgb(111, 50, 75); margin: 2px; padding-right: 31px; padding-left: 27px; border: 4px solid #262d6e; }
.ttmlb2ql {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.ttmlb2ql::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.ttmlb2ql::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.jhzgykst[open] .ttmlb2ql::after {
  transform: translateY(-50%) rotate(45deg);
}
.eszmooqd {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.yah5jjc5 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.tgwc05qn {
        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;
    }
.tgwc05qn:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.tgwc05qn:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .tgwc05qn {
            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;
}
.m0a9f736 {
  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] .m0a9f736 {
  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;
}
.ohkjjk5cl0qx { display: grid; padding-left: 43px; color: rgb(250, 127, 222); padding-right: 35px; }
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.l8a0czcq {
max-width:inherit;
text-align: center;
}
.i07bt3ov {
 flex-basis: 49%; 
}
.b7tz1uwm {
 flex-basis: 32.3333%; 
}
.tm6iuho6 {
 flex-basis: 24%; 
}
.rz4llk6l {
 flex-basis: 19%; 
}
.zy26v69p {
 flex-basis: 15.6666%; 
}
.x8hgeld1 {
 flex-basis: 13.2857%; 
}
.yg1g8hz6 {
    display: flex;
    align-content: center;
    align-items: center;
}
.z9iktnmv li {
margin-bottom:0px;
}