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

}
.j49e4yhxy { display: grid; padding-left: 6px; border: 1px dashed #76365c; color: rgb(208, 225, 103); margin: -2px; width: 33vw; }
.es01onh4 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.lcaomrwv {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.gmo5mkmt {
  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;
}
.gmo5mkmt:hover {
  transform: translateY(-3px) scale(1.2);
}
.ydqsdmxh {
    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;
}
.ydqsdmxh::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;
}
.ydqsdmxh:hover::before {
    left: 120%;
}
.ydqsdmxh:hover {
    transform: translateY(-3px);
}
.cn9hixlj {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.l7vfj2ru {
  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);
}
.tzwc2xjf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uac4cgx9 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
 max-width: 200px;
}
.j51500o4 {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.ha3sm79d {
  color: var(--color-accent);
}
.hqx1p0n4 { color: rgb(207, 223, 220); padding-left: 8px; }
.l9s4glt9 {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.mixnaa7y {
  padding: 4rem 0;
  text-align: center;
}
.x781k7d3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.u3pye2ba {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.uh3ag1au {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.wdkhj1e1 {
  width: 100%;
}
/* .vtprq7w5 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.q8v6op5n {
  background-color: var(--bg-dark);
}
.ikqzvgl1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.r7zz044b {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.b9g9350t {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.gwxajbut {
  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);
}
.uhljtxto {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.eh2iwpqn { display: inline-block; padding: 34px 40px; width: 38vw; border: 2px dashed #eba436; margin: -20px; }
.wwwy98aw {
  margin-bottom: 0.5rem;
}
.u9ml9ins {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.z0egavs8 {
  background-color: var(--bg-dark);
}
.as6xx32y {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.nz0zlmbo {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.nz0zlmbo 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) --- */
.ll31ep1m,
.aqqj2rz1 {
  overflow-x: auto;
}
.hi9w876y {
  position: relative;
}
.zf8n59hn,
.pt174xj1 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.zf8n59hn th,
.zf8n59hn td,
.pt174xj1 th,
.pt174xj1 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zf8n59hn th,
.pt174xj1 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.nc4ioyom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.j4wrnfya {
  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;
}
.j4wrnfya:hover {
  transform: translateY(-5px);
}
.e0ii5ieor3 { width: 11px; border: 1px dotted #3a95df; padding: 38px 36px; }
.jhnahvck {
  padding: 1rem;
}
.rayb6kqt {
  margin-bottom: 0.25rem;
}
.lbih4vdb {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.x3dulbhw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.az6y6p1c {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.fjzil3mt {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.wvfwtveb {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.xrfm0ztu {
  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;
}
.xrfm0ztu::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.m9264wmt::after {
  transform: rotate(45deg);
}
.trookjnb {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.trookjnb p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.trj6tb3q {
  background-color: var(--bg-dark);
}
.kqt9pii7 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.w16b5s2z {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.r7l2quwsh { width: 59%; margin: 7px; padding-left: 29px; border: 3px dotted #b1aca8; display: grid; }
.w16b5s2z li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.nrdn1di5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.dv9weqhr {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.dv9weqhr:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.uysxv2wo {
  background-color: var(--bg-dark);
}
.wrm9a7ox {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.mnjft47q {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.kt971s31 {
  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);
}
.bw33khxb {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.ag5dwnhg {
  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;
}
.u7ctz98tp8 { display: block; }
.ag5dwnhg p {
  margin: 0;
}
/* --- Promo Block --- */
.vyocbvjs {
  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);
}
.n1is6l05 {
  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;
}
.jky8s7tv {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.n8pwmy63 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.o3igro5h {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.ck5gyxzo {
  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;
}
.w5y03cxq {
  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] .w5y03cxq {
  transform: scale(1);
}
.zkucvfoy {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.qfeoms25 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.zklzhcew {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.s21c0mz2 { width: 6vw; display: inline-block; margin: 4px; border: 4px solid #5ae3c2; }
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

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

  .ha3sm79d {
    font-weight: 700;
  }

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

  .uofgy0zy {
    flex: 1;
  }

  .wdkhj1e1 {
    flex: 1;
  }

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

  .b9g9350t {
    flex-direction: row;
  }

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

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

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

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

  .mnjft47q {
    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);
}
.jtzehws5 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.jowwi44m{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.ax7tt5n0 {
  position: relative;
}
@media (max-width: 1087px) {
  .jowwi44m {
    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);
}
.i50g2gc1xvp { display: block; border: 3px dotted #bbc0e2; width: 39%; padding: 5px 9px; }
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;
  }
  
  .q2vadm9o {
    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;
}
.t7o9mmbo {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.t7o9mmbo h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.m8q967cq {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vwl87zrp { margin: -11px; }
.m8q967cq li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.oo3y09gp {
  font-weight: bold;
  color: var(--color-accent);
}
.gionld7s {
  max-width: 1400px;
  margin: 0 auto;
}
.lx8jb0tf {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.lx8jb0tf {
 justify-content: center;
margin-top: 20px;
}
}
.obt9zu2j {
  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;
}
.obt9zu2j: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);
}
.obt9zu2j:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .lx8jb0tf {
    gap: 12px;
  }

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

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

  width: 20px;
  height: 20px;

}

}
.j9puzbz9 {
max-width:inherit;
text-align: center;
}
.jd40mtmt9 { padding: 33px 26px; }
.xdg11g37:has(.gwrutung) {
  grid-template-columns: repeat(4, 1fr);
}
.xdg11g37:has(.ukncueoy) {
  grid-template-columns: repeat(5, 1fr);
}
.xdg11g37:has(.wivaihjc) {
  grid-template-columns: repeat(6, 1fr);
}
.xdg11g37:has(.o2xt71gw) {
  grid-template-columns: repeat(7, 1fr);
}
.xdg11g37:has(.n3vzlx8o) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .xdg11g37 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .xdg11g37 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .xdg11g37 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .xdg11g37 {
    grid-template-columns: 1fr !important;
  }
}
.j9puzbz9:hover .b8y974sz {
  opacity: 1; 
}
.j9puzbz9:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.sljmkl07 p {
  color: var(--color-accent);
  font-weight: 600;
}
.v5y2gz0w {
  border-bottom: 2px solid #e8eaf6;
}
.v5y2gz0w:last-child {
  border-bottom: none;
}
.rt91zqol {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.rt91zqol::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.rt91zqol::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.kduyh4yj1js { padding: 39px 25px; margin: 17px; display: flex; border: 5px solid #30510a; color: rgb(160, 101, 149); width: 50vw; }
.v5y2gz0w[open] .rt91zqol::after {
  transform: translateY(-50%) rotate(45deg);
}
.x58t9iwn {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.g2vshavl {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.oois5v68 {
        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;
    }
.oois5v68:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.oois5v68:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .oois5v68 {
            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;
}
.l7qkvd5f {
  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] .l7qkvd5f {
  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;
}
.gm1jome3 { border: 5px dotted #8930cc; width: 11vw; }
#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);
}
.uwcwseib {
    display: flex;
    align-content: center;
    align-items: center;
}
.j51500o4 li {
margin-bottom:0px;
}
.nkonv16y {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.nkonv16y {
display:none;
}
}
.fkqb755b {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

        .njdo8mj5 {
          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;


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

.efzylcw1 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.u3gn4mf5408 { padding-left: 42px; }
.efzylcw1 ul li {
    list-style: none;
    margin-left: 0;
}
:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
}
.c8qybjpf {
    background: var(--bg-dark);
    color: var(--color-text);
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    text-align: center;
}
.sljmkl07 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Меню футера горизонтально */
.nelgledc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.nelgledc a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.nelgledc a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.nelgledc a:hover::after {
    width: 100%;
}
/* 18+ та дисклеймер */
.wh3i3o1d {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.be167510 {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 5px 14px;
    border-radius: 50%;
    font-weight: 600;
}
.gzjnuamnbcxd { padding: 5px 50px; display: block; color: rgb(36, 179, 114); border: 3px solid #2ebfb6; margin: -20px; width: 90vw; }
/* Іконки */
.eph86whu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.eph86whu img {
    height: 25px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.8;
}
.eph86whu img:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* Help links */
.f1xru4f9 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.f1xru4f9 a {
    color: var(--color-text);
    text-decoration: none;
    transition: 0.3s ease;
}
.f1xru4f9 a:hover {
    color: var(--color-accent);
}
.zkwb828e {
    opacity: 0.5;
}
/* Affiliate / copyright */
.zxfjt62e {
    opacity: 0.7;
    font-size: 13px;
}
.ttqqu59d {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.6;
}
/* Адаптив */
@media (max-width: 768px) {
    .nelgledc {
        gap: 15px;
        flex-direction: column;
    }

    .eph86whu img {
        height: 28px;
    }
}