/* --- 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(.e3038amd) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.h9qpfmpj {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.b1755u6ra12 { width: 11vw; }
.mrn13xk8 {

}
.r7k8tvqi {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.avgh8teb {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.uwjnkqzw {
  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;
}
.uwjnkqzw:hover {
  transform: translateY(-3px) scale(1.2);
}
.jd6x045a {
    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;
}
.jd6x045a::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;
}
.jd6x045a:hover::before {
    left: 120%;
}
.jd6x045a:hover {
    transform: translateY(-3px);
}
.th50e7z7 {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.l69ob906 {
  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);
}
.rkmaq8os {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.afck5pval { margin: -16px; color: rgb(36, 105, 161); }
.e3038amd {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
 max-width: 200px;
}
.mv2xw1ll {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.pdsx36c9 {
  color: var(--color-accent);
}
.nyz2wxgz {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.unq7y5qh {
  padding: 4rem 0;
  text-align: center;
}
.du2uvtsh {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.f9nipkca {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.xlrixf79 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.nzb9r0yc {
  width: 100%;
}
/* .nv7laa3a {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.rj018n4f {
  background-color: var(--bg-dark);
}
.v2i36tpq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.qo2vkbqb {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.kpcwel0k {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hvmimdjn {
  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);
}
.wmmaklxtwi { display: block; margin: 6px; width: 91px; }
.lwlpztvq {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.hfjk5dg5 {
  margin-bottom: 0.5rem;
}
.c7b18x23 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.ur22u0sm {
  background-color: var(--bg-dark);
}
.ib5nph6l {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.sy01hyij {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.sy01hyij 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) --- */
.answw3bz,
.cs6tgqkv {
  overflow-x: auto;
}
.lubc8mox {
  position: relative;
}
.r0ualqlo,
.uzl341ks {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.r0ualqlo th,
.r0ualqlo td,
.uzl341ks th,
.uzl341ks td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.r0ualqlo th,
.uzl341ks th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.jd3vg8ab {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.str3s848f { display: none; color: rgb(235, 144, 205); margin: 14px; border: 5px dashed #c751f4; }
.aok8w7y2 {
  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;
}
.aok8w7y2:hover {
  transform: translateY(-5px);
}
.f6j82c1k {
  padding: 1rem;
}
.g1ynv8l2 {
  margin-bottom: 0.25rem;
}
.hx2sb7be {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.la67pa81 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ulo2dzjo {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.u22vxpt7 {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.si5hfse2 {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.gphoexhf {
  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;
}
.gphoexhf::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.ynsiaw92fk { padding: 35px 39px; color: rgb(165, 185, 111); margin: -18px; border: 2px dashed #377e81; display: inline-block; width: 53px; }
.bmqghpvg::after {
  transform: rotate(45deg);
}
.owf5yodi {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.owf5yodi p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.rsfxt4td {
  background-color: var(--bg-dark);
}
.pommbgig {
  text-align: center;
  margin-bottom: 1.5rem;
}
.f8p5c9zg {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.f8p5c9zg li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.gt3u6e0q {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.d7ckffl5 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.d7ckffl5:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.livekjit {
  background-color: var(--bg-dark);
}
.k806qstn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.lril1dil {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.ig5uc265 {
  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);
}
.qvtbhwy9rgt8 { display: flex; color: rgb(243, 76, 183); border: 2px dotted #8d56d7; padding: 43px 9px; }
.o6u7kazt {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.vgpeve4t {
  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;
}
.vgpeve4t p {
  margin: 0;
}
/* --- Promo Block --- */
.ksyjibnn {
  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);
}
.rbqs5r3d {
  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;
}
.jk3t50r9 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.u56xku88 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.tw6ylirs {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.fg1kpy66 {
  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;
}
.qa7v9019 {
  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] .qa7v9019 {
  transform: scale(1);
}
.quun5ijt {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.e1a3fnxo {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.breium94mny1 { color: rgb(92, 222, 163); margin: -18px; padding: 7px 19px; display: inline-block; }
.d8er5jy0 {
  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;
  }

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

  .pdsx36c9 {
    font-weight: 700;
  }

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

  .ex5j4i5d {
    flex: 1;
  }

  .nzb9r0yc {
    flex: 1;
  }

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

  .kpcwel0k {
    flex-direction: row;
  }

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

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

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

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

  .lril1dil {
    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);
}
.rfq7w2mw {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.k05lxeqz{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.xnx1h290 {
  position: relative;
}
@media (max-width: 1087px) {
  .k05lxeqz {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
.g1juwywvf { margin: -15px; display: grid; padding: 35px 49px; border: 2px dotted #a2d799; width: 90vw; }
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;
  }
  
  .w3atfiho {
    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; }
.pcz8rqr98l { border: 4px dashed #6f0536; }
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;
}
.vb22btan {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.vb22btan h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.mcnzhpb1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mcnzhpb1 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.bqd3pcoj {
  font-weight: bold;
  color: var(--color-accent);
}
.tmgaksmg {
  max-width: 1400px;
  margin: 0 auto;
}
.r3l6o1z8 {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.r3l6o1z8 {
 justify-content: center;
margin-top: 20px;
}
}
.nrk7aw2l {
  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;
}
.nrk7aw2l: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);
}
.nrk7aw2l:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .r3l6o1z8 {
    gap: 12px;
  }

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

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

  width: 20px;
  height: 20px;

}

}
.ve7n07q1 {
max-width:inherit;
text-align: center;
}
.e7ssdzpm:has(.p7v6uty9) {
  grid-template-columns: repeat(4, 1fr);
}
.e7ssdzpm:has(.q5o82auw) {
  grid-template-columns: repeat(5, 1fr);
}
.e7ssdzpm:has(.vegzi4jr) {
  grid-template-columns: repeat(6, 1fr);
}
.e7ssdzpm:has(.snjfm46r) {
  grid-template-columns: repeat(7, 1fr);
}
.e7ssdzpm:has(.lpp1b8iz) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .e7ssdzpm {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .e7ssdzpm {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .e7ssdzpm {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .e7ssdzpm {
    grid-template-columns: 1fr !important;
  }
}
.ve7n07q1:hover .zdbt98jj {
  opacity: 1; 
}
.ve7n07q1:hover img {
  opacity: 0.3;
}
.ef4uynkzi6sp { margin: -6px; width: 96vw; color: rgb(114, 106, 237); border: 2px dashed #b5a469; padding: 25px 13px; display: grid; }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.it29pzlh p {
  color: var(--color-accent);
  font-weight: 600;
}
.jnfh92gz {
  border-bottom: 2px solid #e8eaf6;
}
.jnfh92gz:last-child {
  border-bottom: none;
}
.obnlb9va {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.obnlb9va::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.obnlb9va::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.jnfh92gz[open] .obnlb9va::after {
  transform: translateY(-50%) rotate(45deg);
}
.ewii2l06 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.jrs2nxc6 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.p53g95l3 {
        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;
    }
.p53g95l3:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.xq38pgcwu { padding: 19px 18px; color: rgb(34, 80, 122); width: 91px; display: block; margin: 1px; border: 3px dashed #ba4a38; }
.p53g95l3:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .p53g95l3 {
            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;
}
.axlj0iem {
  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] .axlj0iem {
  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);
}
.aaqxlvg1 {
    display: flex;
    align-content: center;
    align-items: center;
}
.mv2xw1ll li {
margin-bottom:0px;
}
.d85h71np {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
.wwldofd8gim { margin: -1px; width: 79vw; color: rgb(195, 183, 11); border: 2px solid #2ff858; display: flex; padding: 33px 4px; }
@media (min-width: 768px) {
.d85h71np {
display:none;
}
}
.q4dj17j5 {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

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


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

.js2v9ch7 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.js2v9ch7 ul li {
    list-style: none;
    margin-left: 0;
}
:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
}
.cf61s8sr {
    background: var(--bg-dark);
    color: var(--color-text);
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    text-align: center;
}
.it29pzlh {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Меню футера горизонтально */
.fbzx0rbp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.fbzx0rbp a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.x521lq8pn8 { display: none; width: 90vw; border: 2px dashed #9cda5c; color: rgb(199, 199, 115); padding: 50px 24px; }
.fbzx0rbp a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.fbzx0rbp a:hover::after {
    width: 100%;
}
/* 18+ та дисклеймер */
.kdxfs1cq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.nm819pul {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 5px 14px;
    border-radius: 50%;
    font-weight: 600;
}
/* Іконки */
.tdpi3wuz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.tdpi3wuz img {
    height: 25px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.8;
}
.tdpi3wuz img:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* Help links */
.x7ky099w {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.x7ky099w a {
    color: var(--color-text);
    text-decoration: none;
    transition: 0.3s ease;
}
.x7ky099w a:hover {
    color: var(--color-accent);
}
.hwnjr8a3 {
    opacity: 0.5;
}
/* Affiliate / copyright */
.d0iio2x6 {
    opacity: 0.7;
    font-size: 13px;
}
.f7f5ngli {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.6;
}
/* Адаптив */
@media (max-width: 768px) {
    .fbzx0rbp {
        gap: 15px;
        flex-direction: column;
    }

    .tdpi3wuz img {
        height: 28px;
    }
}
.wgcg7l67dx { margin: 18px; padding-left: 48px; }