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

}
.kkgc452c {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.v3nm72z6 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
.unbjrkmca { border: 3px solid #d7723e; display: block; padding-right: 32px; }
/* --- Buttons --- */
.i9bcvwoy {
  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;
}
.i9bcvwoy:hover {
  transform: translateY(-3px) scale(1.2);
}
.ycsqjize {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.hb31qhus {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.noh34zws {
  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);
}
.k52g9wk1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.j9u3jmko {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.anduh2p1 {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.rojf9ivn {
  color: var(--color-accent);
}
.lt87y0cc {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.nbcuk4vq {
  padding: 4rem 0;
  text-align: center;
}
.rqdosf4r {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.ds5hnfsv {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.nc6kgiq5ex { margin: 8px; padding: 40px 35px; width: 32%; display: none; color: rgb(38, 148, 92); }
.yqsbgt7o {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.c1037uqv {
  width: 100%;
}
/* .ubwigyt1 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.rkakxk8e {
  background-color: var(--bg-dark);
}
.tblhvbof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.fx5wxjdo {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.jnj8re8o {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.q96xhg2v {
  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);
}
.r8g7gu5r {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.odrbcq1b {
  margin-bottom: 0.5rem;
}
.gwbzr0hh {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.clnve5d1 {
  background-color: var(--bg-dark);
}
.ar7exh59 {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.dsdgpa5ap { margin: 10px; display: grid; width: 82px; padding: 33px 1px; }
.ifj6r385 {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.ifj6r385 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) --- */
.rhjve90b,
.g72210fa {
  overflow-x: auto;
}
.su8vn7te {
  position: relative;
}
.k9z57zxi,
.gjpteea3 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.k9z57zxi th,
.k9z57zxi td,
.gjpteea3 th,
.gjpteea3 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.k9z57zxi th,
.gjpteea3 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.jwx8zjx3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.lv3lr0mx {
  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;
}
.lv3lr0mx:hover {
  transform: translateY(-5px);
}
.xh27wmwd6v { padding: 44px 7px; width: 72px; border: 5px dotted #6fb56d; }
.hxp3jmth {
  padding: 1rem;
}
.o46v4b3y {
  margin-bottom: 0.25rem;
}
.vksg71ok {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.ac420ni6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gay8gt19 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.ysh9f0u8 {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.e0vowkbo {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.c69gnko6 {
  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;
}
.c69gnko6::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.zmmrbfxg::after {
  transform: rotate(45deg);
}
.mejt82xs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.mejt82xs p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.r2t7nofg {
  background-color: var(--bg-dark);
}
.whympjwy {
  text-align: center;
  margin-bottom: 1.5rem;
}
.bnd6cok1b3wd { border: 1px dotted #d32382; display: block; width: 100vw; padding-left: 42px; color: rgb(15, 135, 38); margin: -16px; }
.t7ix3hag {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.t7ix3hag li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.ezgenxzy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.takojvtt {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.takojvtt:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.oq7oq3an {
  background-color: var(--bg-dark);
}
.d2d8kw39 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.u6dodl4u {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.xunvo7ij {
  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);
}
.sayfa2yo {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.ohwbwpmn {
  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;
}
.hrio06t7 { padding: 23px 33px; margin: -3px; border: 4px solid #10bab9; display: inline-block; }
.ohwbwpmn p {
  margin: 0;
}
/* --- Promo Block --- */
.fumfg9oa {
  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);
}
.lkitwa9r {
  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;
}
.clx1ftvp {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.ptg5bflr {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.u2w0fcve {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.nli0ykdm {
  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;
}
.ra3pycpw {
  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;
}
.itn4gz36 { display: block; padding-right: 32px; }
[popup-overlay--visible] .ra3pycpw {
  transform: scale(1);
}
.lvsc1vhk {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.c45ps6w9 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.mwc4kml0 {
  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;
  }

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

  .rojf9ivn {
    font-weight: 700;
  }

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

  .ja145vs6 {
    flex: 1;
  }

  .c1037uqv {
    flex: 1;
  }

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

  .jnj8re8o {
    flex-direction: row;
  }

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

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

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

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

  .u6dodl4u {
    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);
}
.cgn88dhz {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.psypp8ft{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.dprot4e3 {
  position: relative;
}
@media (max-width: 1087px) {
  .psypp8ft {
    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;
}
.lsvwchjpxuh5 { color: rgb(252, 10, 224); padding-right: 19px; }
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;
  }
  
  .y3hl1r1u {
    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;
}
.izlsms2y {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.izlsms2y h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.uyyjn624 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mvw84nd718p { color: rgb(209, 200, 232); border: 4px dotted #c41a64; padding: 18px 43px; width: 66%; margin: -8px; }
.uyyjn624 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.szrdy1bk {
  font-weight: bold;
  color: var(--color-accent);
}
.bxpuh837 {
  max-width: 1400px;
  margin: 0 auto;
}
.pi0isxkv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.c23jgfy2 {
  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;
}
.c23jgfy2: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);
}
.c23jgfy2:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .pi0isxkv {
    gap: 12px;
  }

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

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.wvz7m591 .lk0ne4dz {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.wvz7m591:hover .lk0ne4dz {
  opacity: 1; 
}
.wvz7m591:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.cy8lwwcx p {
  color: var(--color-accent);
  font-weight: 600;
}
.ap6wvlep {
  border-bottom: 2px solid #e8eaf6;
}
.ap6wvlep:last-child {
  border-bottom: none;
}
.y9118eak {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.y9118eak::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.y9118eak::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.ap6wvlep[open] .y9118eak::after {
  transform: translateY(-50%) rotate(45deg);
}
.fy5doirm {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.vgo396mt {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.lq9a2nsyetj { color: rgb(158, 224, 0); width: 90vw; padding: 22px 35px; border: 4px dashed #781975; }
.m84bbcxp {
        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;
    }
.m84bbcxp:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.m84bbcxp:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .m84bbcxp {
            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;
}
.hsdqyro4 {
  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] .hsdqyro4 {
  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);
}
.vnx1lr42jtnp { padding: 2px 7px; width: 98px; margin: -5px; display: grid; border: 3px dashed #068f6b; color: rgb(238, 104, 76); }
.wvz7m591 {
max-width:inherit;
text-align: center;
}
.v379yvag {
 flex-basis: 49%; 
}
.auyl5anj {
 flex-basis: 32.3333%; 
}
.z2x5hhkg {
 flex-basis: 24%; 
}
.ymzdrfze {
 flex-basis: 19%; 
}
.n8d1kth4 {
 flex-basis: 15.6666%; 
}
.aacgcqhw {
 flex-basis: 13.2857%; 
}
.vl68mm92 {
    display: flex;
    align-content: center;
    align-items: center;
}
.anduh2p1 li {
margin-bottom:0px;
}