/* --- 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(.jmcywyg9) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.yfi539u5 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.j2d79y9fw { margin: -10px; display: flex; padding-left: 33px; color: rgb(254, 100, 129); }
.xmeynl1h {

}
.i9cein1p {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.mgiw4ywn {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.ffy9w8hx {
  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;
}
.ffy9w8hx:hover {
  transform: translateY(-3px) scale(1.2);
}
.zs21ftk8 {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.n35k78xy {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.bu6sj8aq {
  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);
}
.ommdcmma {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jmcywyg9 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.jmcywyg9 img {
max-height: 80px;
}
.z66o56uf {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.ok75cnha08 { margin: 18px; padding: 18px 1px; color: rgb(34, 58, 144); }
.so9pv8ft {
  color: var(--color-accent);
}
.o4nyls2i {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.ix1r12sb {
  padding: 4rem 0;
  text-align: center;
}
.mo0ejy8i {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.rubavisl {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.ni5qumiv {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.nu4lrk0n {
  width: 100%;
}
/* .nyomd34c {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.tij10apy {
  background-color: var(--bg-dark);
}
.ancdocw9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.q8jqxdaj {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
.rpiqqtiyiyh { width: 99%; padding: 40px 15px; display: flex; }
/* --- Bonus Section --- */
.yiwtxwc1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ce8xzx3x {
  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);
}
.o3p8ircu {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.n4ov6q7y {
  margin-bottom: 0.5rem;
}
.wfth5ala {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.odrrbe2d {
  background-color: var(--bg-dark);
}
.xaaag3x0 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.e5vtwcam {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.e5vtwcam 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) --- */
.zavx8hft,
.umjsldf3 {
  overflow-x: auto;
}
.m0tl864e {
  position: relative;
}
.af9h4tp2gmz { width: 22%; border: 3px dashed #e78b04; margin: 4px; padding: 8px 26px; color: rgb(33, 36, 41); }
.nwyru42f,
.jh22tzce {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.nwyru42f th,
.nwyru42f td,
.jh22tzce th,
.jh22tzce td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nwyru42f th,
.jh22tzce th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.c40it77n {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.u4gcpdt6 {
  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;
}
.u4gcpdt6:hover {
  transform: translateY(-5px);
}
.vyokmija {
  padding: 1rem;
}
.d8pd0ti8 {
  margin-bottom: 0.25rem;
}
.g3s2hw8z {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.q2ykfep6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.v6l6hii3 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.k02y0glx {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.za4thxwz {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.knjsk77v {
  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;
}
.knjsk77v::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.oiopobabat { width: 19%; color: rgb(223, 71, 42); padding-right: 23px; }
.vs22lbpy::after {
  transform: rotate(45deg);
}
.afrl7vn4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.afrl7vn4 p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.quffjlcj {
  background-color: var(--bg-dark);
}
.ef42g0zo {
  text-align: center;
  margin-bottom: 1.5rem;
}
.b6rlvioi {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.b6rlvioi li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.ucbhxzgu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.pbj0fr1y {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.pbj0fr1y:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.iv424l6e {
  background-color: var(--bg-dark);
}
.wgifwx29 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.rav53fhu {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.qc789jkkkk9 { border: 2px dashed #22563e; padding: 48px 20px; display: flex; width: 47vw; color: rgb(179, 146, 3); }
.tzp12u3v {
  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);
}
.glb59on2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.qzm1xpev {
  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;
}
.qzm1xpev p {
  margin: 0;
}
/* --- Promo Block --- */
.x9qhqdcs {
  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);
}
.ii6mii6y {
  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;
}
.enr7kdk3 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.og5govb1 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.s3wewrz9 {
  background-color: var(--color-text);
  color: var(--color-accent);
}
.h2sdy65nyxzv { width: 85vw; display: inline-block; }
/* --- Exit Intent Popup --- */
.hpy18ntb {
  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;
}
.s6fgh2s0 {
  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] .s6fgh2s0 {
  transform: scale(1);
}
.sekiqd4l {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.yo5mtswf {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.vqq2azyq {
  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;
  }

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

  .so9pv8ft {
    font-weight: 700;
  }

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

  .yizcoarv {
    flex: 1;
  }

  .nu4lrk0n {
    flex: 1;
  }

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

  .yiwtxwc1 {
    flex-direction: row;
  }

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

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

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

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

  .rav53fhu {
    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);
}
.ay1d4raonz { margin: -15px; display: grid; padding: 33px 27px; border: 3px solid #04a488; width: 77px; color: rgb(33, 239, 196); }
.n80bmzwl {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vzyz9s17{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.zjgdjaos {
  position: relative;
}
@media (max-width: 1087px) {
  .vzyz9s17 {
    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;
  }
  
  .mv89xq9b {
    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; }
.tava2ucy { margin: -16px; width: 95%; color: rgb(96, 208, 224); }
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;
}
.ojh0exd4 {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.ojh0exd4 h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.zozecszt {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zozecszt li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.mhombym8 {
  font-weight: bold;
  color: var(--color-accent);
}
.vudjh3fu {
  max-width: 1400px;
  margin: 0 auto;
}
.vfecatfl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.h8e7dhjwtcl7 { width: 59px; padding: 19px 43px; }
.i0r1lumt {
  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;
}
.i0r1lumt: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);
}
.i0r1lumt:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .vfecatfl {
    gap: 12px;
  }

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

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.wxx8chn9 .fn6tv8ps {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.wxx8chn9:hover .fn6tv8ps {
  opacity: 1; 
}
.wxx8chn9:hover img {
  opacity: 0.3;
}
.owe0einjx { color: rgb(206, 244, 165); display: inline-block; border: 3px dashed #c3dae1; margin: 3px; padding-left: 43px; padding-right: 50px; }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.xjorf7dx p {
  color: var(--color-accent);
  font-weight: 600;
}
.zscvgovc {
  border-bottom: 2px solid #e8eaf6;
}
.zscvgovc:last-child {
  border-bottom: none;
}
.dcnpqvn2 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.dcnpqvn2::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.dcnpqvn2::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.zscvgovc[open] .dcnpqvn2::after {
  transform: translateY(-50%) rotate(45deg);
}
.r5tcft93 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.qx0amuy1 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.vbat2c0x {
        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;
    }
.vbat2c0x:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.vbat2c0x:active {
        transform: translateY(-1px);
    }
.nex3mpa0qjf2 { color: rgb(12, 47, 122); margin: 16px; display: flex; padding: 16px 49px; border: 4px solid #dbb421; width: 17vw; }
@media (max-width: 480px) {
        .vbat2c0x {
            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;
}
.y7ha5oul {
  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] .y7ha5oul {
  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);
}
.wxx8chn9 {
max-width:inherit;
text-align: center;
}
.lllnwbck {
 flex-basis: 49%; 
}
.ftz7ksqb {
 flex-basis: 32.3333%; 
}
.mtksap0s {
 flex-basis: 24%; 
}
.hl7cc737 {
 flex-basis: 19%; 
}
.zwegnojd3g8 { padding-left: 1px; }
.bnojxx6g {
 flex-basis: 15.6666%; 
}
.rhfhht9v {
 flex-basis: 13.2857%; 
}