/* --- 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(.s1bmvnfy) {
  transform: scale(1.1);
}
.jjqb4hb78c { margin: -9px; padding: 49px 31px; width: 13%; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.cljax8x4 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.w8ugk8y8 {

}
.vi1el1hc {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.pf5k8qpr {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.tktgnyy2 {
  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;
}
.tktgnyy2:hover {
  transform: translateY(-3px) scale(1.2);
}
.x3gcqkjd {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.ei56ro3i {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.vvcj3e7w {
  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);
}
.utoowrnk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s1bmvnfy {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.u5bx67jd {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.a0mfhh65 {
  color: var(--color-accent);
}
.xc6kdnh2 { display: inline-block; padding: 48px 19px; border: 2px solid #31919a; }
.cwfzxgri {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.qvthvnic {
  padding: 4rem 0;
  text-align: center;
}
.uzisvy5m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.pl9pm48w {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.tadtsl6r {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.rslhj4n7 {
  width: 100%;
}
/* .uk76edtq {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.tiuvcq40 {
  background-color: var(--bg-dark);
}
.abi7usz0 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.s82s4sjp {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.ogda1emd {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.aylkn52nnn { margin: -5px; padding: 45px 17px; width: 49%; color: rgb(160, 234, 156); border: 1px dotted #c2b790; display: inline-block; }
.f9qm5su5 {
  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);
}
.ibx6gku2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.bmg35y81 {
  margin-bottom: 0.5rem;
}
.n169reyg {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.an1p1q3g {
  background-color: var(--bg-dark);
}
.zvk0dv1q {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.g2i7sfkg {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.g2i7sfkg 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) --- */
.bakz9045,
.qzax99n5 {
  overflow-x: auto;
}
.v4yqantp {
  position: relative;
}
.nmflnkkn,
.x6wqm8bn {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.nmflnkkn th,
.nmflnkkn td,
.x6wqm8bn th,
.x6wqm8bn td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nmflnkkn th,
.x6wqm8bn th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.ob96rh12 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.qsiwqgut {
  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;
}
.a72tv5qet { color: rgb(87, 134, 95); width: 63%; margin: 5px; border: 3px dotted #2508f3; padding: 7px 12px; }
.qsiwqgut:hover {
  transform: translateY(-5px);
}
.sd527nu5 {
  padding: 1rem;
}
.i31s6a49 {
  margin-bottom: 0.25rem;
}
.epa9234t {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.yh8xll17 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gwzgpuk3 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.o1unmpfg {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.qw1fjlja {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.h0zo3hp5 {
  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;
}
.h0zo3hp5::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.cfr9u9ky::after {
  transform: rotate(45deg);
}
.omt1071i {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.omt1071i p {
  margin: 0 0 1rem 0;
}
.gveu05885 { display: inline-block; padding: 34px 34px; margin: 4px; color: rgb(235, 60, 242); border: 4px solid #11a839; }
/* --- Sports Section --- */
.zlovow4h {
  background-color: var(--bg-dark);
}
.dsr2gcjo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.wrslgf0v {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.wrslgf0v li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.y7ajdquf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.r6s7sitb {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.r6s7sitb:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.z43fr3g2 {
  background-color: var(--bg-dark);
}
.be6b6pgg {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.e2cnm6nu {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.mo9sv2xc {
  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);
}
.r9ckmkbc {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.i4t3prwpnm { color: rgb(153, 151, 58); border: 2px dotted #b87d70; padding: 10px 35px; display: none; }
/* --- Footer --- */
.vl351969 {
  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;
}
.vl351969 p {
  margin: 0;
}
/* --- Promo Block --- */
.sw9nk5px {
  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);
}
.a91xlguj {
  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;
}
.cfsgmzjr {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.r8a9via1 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.lgkskly1 {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.w7f1f1jg {
  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;
}
.zqfjrzcy6 { border: 5px solid #41a019; display: none; width: 41vw; }
.hsgqgdev {
  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] .hsgqgdev {
  transform: scale(1);
}
.l2p0hc6v {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.mrsucer5 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.qvla4as1 {
  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;
  }

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

  .a0mfhh65 {
    font-weight: 700;
  }

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

  .py75bhpk {
    flex: 1;
  }

  .rslhj4n7 {
    flex: 1;
  }

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

  .ogda1emd {
    flex-direction: row;
  }

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

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

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

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

  .e2cnm6nu {
    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);
}
.wc1j2rvn {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.kt2fq7kk{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.hyls058l { color: rgb(161, 66, 90); padding-right: 41px; }
.ih3vf5ea {
  position: relative;
}
@media (max-width: 1087px) {
  .kt2fq7kk {
    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;
  }
  
  .qjt91g0m {
    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;
}
.zaxdxsuz { margin: 0px; display: flex; border: 2px solid #38ddc9; padding: 19px 1px; width: 1vw; color: rgb(43, 251, 124); }
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.mghwmsmq {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.mghwmsmq h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.i9sgogbt {
  list-style: none;
  padding: 0;
  margin: 0;
}
.i9sgogbt li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.jl4azf6i {
  font-weight: bold;
  color: var(--color-accent);
}
.povmivob {
  max-width: 1400px;
  margin: 0 auto;
}
.d53dah5x {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.d53dah5x {
 justify-content: center;
}
}
.zdbzqke6 {
  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;
}
.zdbzqke6: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);
}
.hqkg6ttpw { border: 5px solid #a0bf71; }
.zdbzqke6:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .d53dah5x {
    gap: 12px;
  }

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

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.r39ns0ug .b1hqn6s5 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.r39ns0ug:hover .b1hqn6s5 {
  opacity: 1; 
}
.r39ns0ug:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.epie4uytnt0 { width: 79vw; color: rgb(80, 154, 80); padding: 11px 11px; display: block; margin: 20px; border: 1px dashed #4d0490; }
.x0wru5r0 p {
  color: var(--color-accent);
  font-weight: 600;
}
.vmm6bkzd {
  border-bottom: 2px solid #e8eaf6;
}
.vmm6bkzd:last-child {
  border-bottom: none;
}
.momcmetz {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.momcmetz::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.momcmetz::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.vmm6bkzd[open] .momcmetz::after {
  transform: translateY(-50%) rotate(45deg);
}
.zu0cd0qf {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.e95dm4em {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.t6hvc592 {
        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;
    }
.t6hvc592:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.t6hvc592:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .t6hvc592 {
            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;
}
.roa63rp0 {
  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;
}
.m1a42k48t { color: rgb(57, 7, 204); display: block; margin: -15px; border: 1px dashed #9ac046; width: 73vw; padding: 26px 7px; }
#lang-dropdown[open] .roa63rp0 {
  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);
}
.r39ns0ug {
max-width:inherit;
text-align: center;
}
.xjkq502t {
 flex-basis: 49%; 
}
.ikkq14yk {
 flex-basis: 32.3333%; 
}
.j8sr1bn6 {
 flex-basis: 24%; 
}
.ai0gup1e {
 flex-basis: 19%; 
}
.x2qdoizv {
 flex-basis: 15.6666%; 
}
.fznxlkt9 {
 flex-basis: 13.2857%; 
}
.vwe54c8l {
    display: flex;
    align-content: center;
    align-items: center;
}
.u5bx67jd li {
margin-bottom:0px;
}