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

}
.djz9iq58l35v { border: 3px dotted #ff3158; margin: 19px; color: rgb(46, 200, 193); padding: 24px 18px; }
.p2tk2ftk {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.b7z314l0 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.tpkscar6 {
  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;
}
.tpkscar6:hover {
  transform: translateY(-3px) scale(1.2);
}
.pqhuosgg {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0) 40%),
        linear-gradient(135deg, var(--color-accent), var(--color-accent));
    position: relative;
    overflow: hidden;

    background: var(--color-accent);
    color: #fff;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    border: none;

    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.pqhuosgg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.6) 50%,
        transparent 100%
    );

    transform: skewX(-20deg);
    transition: left 0.6s ease;
}
.pqhuosgg:hover::before {
    left: 120%;
}
.pqhuosgg:hover {
    transform: translateY(-3px);
}
.c0ss83po {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.exi2tapd {
  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);
}
.ijp180hx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g4c88wht {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
 max-width: 200px;
}
.yaq5h0qi {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.fvzf3h0u { display: flex; margin: 3px; border: 4px solid #dc06b4; padding: 31px 45px; color: rgb(80, 203, 21); width: 32px; }
.vdw1fwam {
  color: var(--color-accent);
}
.bk9z4utz {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.aljhvon1 {
  padding: 4rem 0;
  text-align: center;
}
.oz23esk5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.iql4uym0 {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.dtd207kb {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.iunax7v7 {
  width: 100%;
}
/* .pws13rsm {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.c9sdh80f {
  background-color: var(--bg-dark);
}
.fxfzt5jh {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.qts8cpdh {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.z25ma8ci {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wtuv1rsq {
  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);
}
.kdfhxy1z {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.l923jbmb {
  margin-bottom: 0.5rem;
}
.ybdx77dl { width: 44px; display: none; padding: 28px 14px; }
.j4art8qq {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.w5qu5ntx {
  background-color: var(--bg-dark);
}
.jae2a08r {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.aysdm6be {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.aysdm6be 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) --- */
.s0arspvh,
.njklkbrc {
  overflow-x: auto;
}
.vkxi1lhx {
  position: relative;
}
.a2gvdlj3,
.r8fboy97 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.a2gvdlj3 th,
.a2gvdlj3 td,
.r8fboy97 th,
.r8fboy97 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.a2gvdlj3 th,
.r8fboy97 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.vlbizi6n {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.fibb1r7x {
  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;
}
.fibb1r7x:hover {
  transform: translateY(-5px);
}
.yl5pi6l2 {
  padding: 1rem;
}
.jkopw30q8 { margin: 14px; color: rgb(208, 114, 248); }
.czunjwyr {
  margin-bottom: 0.25rem;
}
.s4gw4toj {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.pdrcaxqa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fghi0yqq {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.acl13sr4 {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.iy5a2d43 {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.x8n51w7a {
  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;
}
.x8n51w7a::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.uti0jm6s::after {
  transform: rotate(45deg);
}
.poq4urm4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.poq4urm4 p {
  margin: 0 0 1rem 0;
}
.hvzsh1nxcq2 { display: block; margin: 6px; padding-right: 21px; width: 27%; }
/* --- Sports Section --- */
.nawxojwj {
  background-color: var(--bg-dark);
}
.zda75b8i {
  text-align: center;
  margin-bottom: 1.5rem;
}
.t3ocdps4 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.t3ocdps4 li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.a7ipcewo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.bnep5ypr {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.bnep5ypr:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.hyzn726g {
  background-color: var(--bg-dark);
}
.wjjf9t1j {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.qxmgvbmv {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.zql8t7jk {
  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);
}
.beaoomla {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.uqj7udga {
  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;
}
.uqj7udga p {
  margin: 0;
}
.zh373uvuf6 { margin: -13px; }
/* --- Promo Block --- */
.j63n65hw {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: 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);
}
.u4cop04c {
  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;
}
.bcylu9m7 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.t7hew63i {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.e4x1ukkw {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.y86cud6c {
  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;
}
.jhmtrsmg {
  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] .jhmtrsmg {
  transform: scale(1);
}
.xgafu71x {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.hgqiczdjhtze { width: 43%; border: 2px dotted #5a6d46; margin: 5px; color: rgb(159, 219, 176); display: inline-block; padding: 37px 7px; }
.brk0tt1g {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.s6i4nkup {
  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;
  }

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

  .vdw1fwam {
    font-weight: 700;
  }

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

  .kmj4n3r1 {
    flex: 1;
  }

  .iunax7v7 {
    flex: 1;
  }

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

  .z25ma8ci {
    flex-direction: row;
  }

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

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

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

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

  .qxmgvbmv {
    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);
}
.g4rm1m7o {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.sor6q6f2{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.r6szjscy {
  position: relative;
}
.se4e454ipi { margin: 14px; padding: 23px 1px; border: 2px dashed #5621dd; }
@media (max-width: 1087px) {
  .sor6q6f2 {
    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;
  }
  
  .uvcdvzeg {
    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;
}
.aqy2fhg8iwe { display: block; }
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.ppwoylz4 {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.ppwoylz4 h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.vbmgx3f1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vbmgx3f1 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.e7aszotq {
  font-weight: bold;
  color: var(--color-accent);
}
.e4gs4225 {
  max-width: 1400px;
  margin: 0 auto;
}
.ekvlen8k {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.ekvlen8k {
 justify-content: center;
margin-top: 20px;
}
}
.ybhsvpuf {
  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;
}
.ybhsvpuf: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);
}
.ybhsvpuf:active {
  transform: translateY(0);
}
.e0sp9cb87269 { border: 4px solid #4248a8; }
@media (max-width: 768px) {
  .ekvlen8k {
    gap: 12px;
  }

  .ybhsvpuf {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .ybhsvpuf {
    flex: 1 1 calc(50% - 6px);
  }
}
.fb3fs6wg {
  width: 100%;
  margin-bottom: 40px;
}
.dc3noyfw {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.dc3noyfw h2 {
  color: var(--color-accent);
}
.bwvvvw6v {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .bwvvvw6v {
    justify-content: center;
  }
}
.clbkbplr {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.clbkbplr img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.clbkbplr .j0m2wjmk {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.clbkbplr .j0m2wjmk {

  width: 20px;
  height: 20px;

}

}
.clbkbplr {
max-width:inherit;
text-align: center;
}
.bwvvvw6v:has(.xagsohla) {
  grid-template-columns: repeat(4, 1fr);
}
.bwvvvw6v:has(.thi9yln4) {
  grid-template-columns: repeat(5, 1fr);
}
.bwvvvw6v:has(.anwwryb1) {
  grid-template-columns: repeat(6, 1fr);
}
.slo3ma0ip { padding: 38px 46px; width: 60%; border: 1px dotted #de16ea; display: none; color: rgb(231, 30, 133); margin: 19px; }
.bwvvvw6v:has(.wjuz2hyz) {
  grid-template-columns: repeat(7, 1fr);
}
.bwvvvw6v:has(.fj3ylosu) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .bwvvvw6v {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .bwvvvw6v {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .bwvvvw6v {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .bwvvvw6v {
    grid-template-columns: 1fr !important;
  }
}
.clbkbplr:hover .j0m2wjmk {
  opacity: 1; 
}
.clbkbplr:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.swba4pht p {
  color: var(--color-accent);
  font-weight: 600;
}
.jj5kws8p {
  border-bottom: 2px solid #e8eaf6;
}
.jj5kws8p:last-child {
  border-bottom: none;
}
.qnwjk99e {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.qnwjk99e::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.qnwjk99e::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.jj5kws8p[open] .qnwjk99e::after {
  transform: translateY(-50%) rotate(45deg);
}
.w8v5rxf1 { color: rgb(157, 123, 64); border: 2px dashed #85f7e9; margin: 4px; padding: 24px 9px; width: 50%; }
.foijy01t {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.ynrk4gst {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.rht3gblo {
        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;
    }
.rht3gblo:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.rht3gblo:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .rht3gblo {
            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;
}
.zsryx0eb {
  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] .zsryx0eb {
  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;
}
.dzxqd6mjjjr { margin: 5px; display: grid; padding-right: 9px; }
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.azn7ls22 {
    display: flex;
    align-content: center;
    align-items: center;
}
.yaq5h0qi li {
margin-bottom:0px;
}
.tywdfcta {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.tywdfcta {
display:none;
}
}
.imreofe2 {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

        .ztr4viv4 {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.tmy3nefg {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.nw3n9ix4 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.ikte0kvu {
            background-color: #00bcd4;
            color: #fff;
        }
.ig2s0det {
            background-color: #ff9800;
            color: #fff;
        }
.nw3n9ix4:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
.rc6sf7kyp { margin: 12px; padding-right: 36px; }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
/* slotpage end */

.py2ayqb0 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.py2ayqb0 ul li {
    list-style: none;
    margin-left: 0;
}
:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
}
.ml4y9ohk {
    background: var(--bg-dark);
    color: var(--color-text);
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    text-align: center;
}
.swba4pht {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Меню футера горизонтально */
.uxa7n0zv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.uxa7n0zv a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.uxa7n0zv a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.uxa7n0zv a:hover::after {
    width: 100%;
}
/* 18+ та дисклеймер */
.mcb608pv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.xrjnscsf {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 5px 14px;
    border-radius: 50%;
    font-weight: 600;
}
/* Іконки */
.cv8lbztm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.to2dp8vxsyv { margin: -19px; padding-left: 31px; padding-right: 23px; width: 38%; display: block; color: rgb(59, 231, 170); }
.cv8lbztm img {
    height: 25px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.8;
}
.cv8lbztm img:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* Help links */
.n69wgwsu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.n69wgwsu a {
    color: var(--color-text);
    text-decoration: none;
    transition: 0.3s ease;
}
.n69wgwsu a:hover {
    color: var(--color-accent);
}
.f2a77jwz {
    opacity: 0.5;
}
/* Affiliate / copyright */
.lj4xqy9a {
    opacity: 0.7;
    font-size: 13px;
}
.vhbtbts3 {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.6;
}
/* Адаптив */
@media (max-width: 768px) {
    .uxa7n0zv {
        gap: 15px;
        flex-direction: column;
    }

    .cv8lbztm img {
        height: 28px;
    }
}