/* --- 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(.je03wbnd) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fga1rkfp {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.t4ooprrc {

}
.feca6wk83k { padding-right: 35px; margin: 9px; padding-left: 8px; color: rgb(183, 30, 26); }
.fqu6jvkr {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.fibtluyk {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.ds8wm4pe {
  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;
}
.ds8wm4pe:hover {
  transform: translateY(-3px) scale(1.2);
}
.s0sclq6t {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.j4igqskg {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.jxvzrn80 {
  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);
}
.t4lip1a8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.je03wbnd {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.r82njkaf {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.xjwuensu {
  color: var(--color-accent);
}
.m8jmw4ch {
  font-size: 0.9rem;
}
.q9tjcdd0kwl { color: rgb(162, 219, 110); margin: -17px; width: 65vw; border: 1px dashed #5c63ff; display: flex; padding: 41px 6px; }
/* --- Hero Section --- */
.w11g3xi2 {
  padding: 4rem 0;
  text-align: center;
}
.sf7goduh {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.dddybj61 {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.myogjwol {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.u2qoqckg {
  width: 100%;
}
/* .szdcc6uw {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.mznm2s7a {
  background-color: var(--bg-dark);
}
.bn4jcn23 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.dv7l8z4z {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.csvx5m5p {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ugqa9wb21ppt { border: 3px dashed #75878c; width: 82px; padding: 48px 36px; display: inline-block; }
.n6f6i1ay {
  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);
}
.dp0mynsd {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.crf09zyj {
  margin-bottom: 0.5rem;
}
.a891vu3o {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.ryddydtc {
  background-color: var(--bg-dark);
}
.ypukn905 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.t3s8fbxn {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.t3s8fbxn 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) --- */
.ejwjl55s,
.uaoojkhf {
  overflow-x: auto;
}
.wy61rjb7 {
  position: relative;
}
.qrmrgnm1,
.c62s4l3k {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.qrmrgnm1 th,
.qrmrgnm1 td,
.c62s4l3k th,
.c62s4l3k td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.qrmrgnm1 th,
.c62s4l3k th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.gh9vub7d {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.mf7ajoduw2 { display: none; padding-right: 40px; width: 80px; color: rgb(173, 217, 56); border: 3px dotted #0968e3; margin: 14px; padding-left: 50px; }
.yim2qhs1 {
  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;
}
.yim2qhs1:hover {
  transform: translateY(-5px);
}
.y1bbhc6l {
  padding: 1rem;
}
.g6ybr0nf {
  margin-bottom: 0.25rem;
}
.smct8nef {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.epjzhy6f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hu18xouw {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.ul3pti1o {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.qeukkq3x {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.keynbpvo {
  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;
}
.urjho4ix1 { width: 94vw; display: block; padding: 36px 25px; margin: -14px; color: rgb(53, 21, 124); border: 4px dashed #384570; }
.keynbpvo::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.aqgcjxl8::after {
  transform: rotate(45deg);
}
.njf2tqik {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.njf2tqik p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.yriqk9j9 {
  background-color: var(--bg-dark);
}
.zihmzcvm {
  text-align: center;
  margin-bottom: 1.5rem;
}
.jzoe0sis {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.jzoe0sis li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.rv3sklc9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.mr61yn4g {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.mr61yn4g:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.vc48xxfw {
  background-color: var(--bg-dark);
}
.jiwnsr0a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.sfcv6yzf {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.lciawvvw {
  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);
}
.xauh2lwxckc { width: 92%; padding: 42px 33px; display: flex; }
.u7akqh8n {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.tqxltr4u {
  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;
}
.tqxltr4u p {
  margin: 0;
}
/* --- Promo Block --- */
.vzxvsp50 {
  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);
}
.a7jmuxf3 {
  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;
}
.yai0atlc {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.nracvjm2 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.n0pz2jia {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.cgava3qw {
  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;
}
.ky73axjg { padding: 48px 33px; border: 4px dashed #060739; display: inline-block; margin: -1px; color: rgb(109, 150, 49); }
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.znlrw4js {
  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] .znlrw4js {
  transform: scale(1);
}
.jarmh3kd {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.i2fkvsvl {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.y5r7irrb {
  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;
  }

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

  .xjwuensu {
    font-weight: 700;
  }

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

  .r55ulnyp {
    flex: 1;
  }

  .u2qoqckg {
    flex: 1;
  }

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

  .csvx5m5p {
    flex-direction: row;
  }

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

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

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

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

  .sfcv6yzf {
    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);
}
.vzo3z539 { width: 62%; padding-left: 10px; }
.qkf7ky6x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.w8j3f09r{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.pximnwkv {
  position: relative;
}
@media (max-width: 1087px) {
  .w8j3f09r {
    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;
  }
  
  .ujkxmd7f {
    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; }
.jit3v46hy { color: rgb(118, 250, 152); width: 79vw; border: 1px dashed #cfd17b; padding: 12px 32px; display: block; margin: 6px; }
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;
}
.cewielm4 {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.cewielm4 h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.u50vf0py {
  list-style: none;
  padding: 0;
  margin: 0;
}
.u50vf0py li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.jtlma9a7 {
  font-weight: bold;
  color: var(--color-accent);
}
.rq8uru9s {
  max-width: 1400px;
  margin: 0 auto;
}
.ktjeo83q {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.ktjeo83q {
 justify-content: center;
}
}
.m7k2d04u {
  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;
}
.dsr02u24dfp { padding: 4px 42px; color: rgb(38, 109, 125); }
.m7k2d04u: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);
}
.m7k2d04u:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ktjeo83q {
    gap: 12px;
  }

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

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.x7na3na6 .c62cq9nw {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.x7na3na6:hover .c62cq9nw {
  opacity: 1; 
}
.x7na3na6:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
.nxjny816k8 { color: rgb(188, 108, 140); padding: 8px 16px; }
* {
  scroll-margin-top: 80px; 
}
.f6piqnku p {
  color: var(--color-accent);
  font-weight: 600;
}
.jhup77nu {
  border-bottom: 2px solid #e8eaf6;
}
.jhup77nu:last-child {
  border-bottom: none;
}
.isvj50m8 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.isvj50m8::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.isvj50m8::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.jhup77nu[open] .isvj50m8::after {
  transform: translateY(-50%) rotate(45deg);
}
.tvd8z92e {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.rng8o7qo {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.c8h6hqhc {
        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;
    }
.c8h6hqhc:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.c8h6hqhc:active {
        transform: translateY(-1px);
    }
.n3az6dcz5qa { border: 1px dotted #869686; width: 96%; padding: 4px 5px; color: rgb(36, 143, 16); }
@media (max-width: 480px) {
        .c8h6hqhc {
            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;
}
.lfdl9n4b {
  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] .lfdl9n4b {
  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);
}
.x7na3na6 {
max-width:inherit;
text-align: center;
}
.wi8itq3p {
 flex-basis: 49%; 
}
.uww7sd3b {
 flex-basis: 32.3333%; 
}
.m0m8waoh {
 flex-basis: 24%; 
}
.g6ef44aq {
 flex-basis: 19%; 
}
.unnau8gs {
 flex-basis: 15.6666%; 
}
.m0t6pt3c {
 flex-basis: 13.2857%; 
}
.npv8mied4nk { padding-left: 17px; margin: -1px; }
.ioacfbok {
    display: flex;
    align-content: center;
    align-items: center;
}
.r82njkaf li {
margin-bottom:0px;
}