/* --- 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(.zq6nm9w1) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.xrubjq6w {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.qbl7yf3l4h { border: 2px dotted #38a80c; width: 4vw; display: none; color: rgb(136, 134, 65); padding: 46px 44px; margin: 4px; }
.qszum1fn {

}
.n2qz7ist {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.e8st5xpj {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.zgz9x7ke {
  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;
}
.zgz9x7ke:hover {
  transform: translateY(-3px) scale(1.2);
}
.cqreld2n {
    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;
}
.cqreld2n::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;
}
.cqreld2n:hover::before {
    left: 120%;
}
.cqreld2n:hover {
    transform: translateY(-3px);
}
.tlolajow {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.wrj142fe {
  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);
}
.lsdphj4f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zq6nm9w1 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.iororqdebap { padding-left: 19px; margin: 3px; }
.ozg6h5g3 {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.wyakv9og {
  color: var(--color-accent);
}
.vy413747 {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.r6ylvtdq {
  padding: 4rem 0;
  text-align: center;
}
.ad86gg35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.zznvdurg {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.judl6i08 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.gv5lc4hb {
  width: 100%;
}
/* .dhx7eimj {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.uid0uvg2 {
  background-color: var(--bg-dark);
}
.iab3ciy2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.ejysejw9 {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.tf6w9ioc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.asbr89vm {
  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);
}
.uk1av7m1 { margin: 1px; width: 34vw; padding: 28px 27px; }
.zbc9z9qf {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.wws7fk0v {
  margin-bottom: 0.5rem;
}
.sn8pk9oe {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.ecrw234p {
  background-color: var(--bg-dark);
}
.sc6o6igs {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.yt6f51wv {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.yt6f51wv 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) --- */
.kwx56ini,
.fyztls7p {
  overflow-x: auto;
}
.vqp1zbfi {
  position: relative;
}
.gjpu66nm,
.jrk8i1y1 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.gjpu66nm th,
.gjpu66nm td,
.jrk8i1y1 th,
.jrk8i1y1 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gjpu66nm th,
.jrk8i1y1 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.rvwzq3ps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.o6kjqfz3 {
  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;
}
.o6kjqfz3:hover {
  transform: translateY(-5px);
}
.pcpiomftn4ur { margin: 6px; border: 1px dashed #359a97; padding: 46px 15px; width: 74vw; color: rgb(184, 165, 67); display: none; }
.q9muxoyd {
  padding: 1rem;
}
.cgl78jlu {
  margin-bottom: 0.25rem;
}
.g7byqa8r {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.bei0ws5c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jprw5a6c {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.oqq5vyxb {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.m00dupkl {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.hdrbij3r {
  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;
}
.hdrbij3r::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.g593sasx::after {
  transform: rotate(45deg);
}
.g7bwbf3c {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.g7bwbf3c p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.r81g9124 {
  background-color: var(--bg-dark);
}
.cex6gtosb { display: none; border: 1px dotted #082fd0; padding: 19px 16px; }
.ah3tbk08 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.bs4cbvs0 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.bs4cbvs0 li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.rmdrduhe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.dmjn936l {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.dmjn936l:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.brc0tc93 {
  background-color: var(--bg-dark);
}
.kmm830qo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.locnmob2 {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.fj9eb4p6 {
  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);
}
.az1v7r47 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.e7zmrb1c {
  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;
}
.e7zmrb1c p {
  margin: 0;
}
.rp09c4g4 { display: flex; color: rgb(54, 80, 3); width: 30%; padding-right: 11px; }
/* --- Promo Block --- */
.pzi5y3we {
  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);
}
.mij20jdg {
  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;
}
.cb0w5zaz {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.qz24yj5e {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.j1vcdt9s {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.mr2xwtde {
  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;
}
.xypr8tdu {
  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] .xypr8tdu {
  transform: scale(1);
}
.up6rqk7l {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.x79cnqkps { display: block; }
.j10v0nh1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.u3k2mitp {
  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;
  }

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

  .wyakv9og {
    font-weight: 700;
  }

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

  .n4zcr89w {
    flex: 1;
  }

  .gv5lc4hb {
    flex: 1;
  }

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

  .tf6w9ioc {
    flex-direction: row;
  }

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

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

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

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

  .locnmob2 {
    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);
}
.w6qa9euz {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.rfqge6pf{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.h42v3ul0 {
  position: relative;
}
@media (max-width: 1087px) {
  .rfqge6pf {
    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);
}
.hy0t31sq { color: rgb(187, 28, 15); margin: 2px; border: 5px solid #e82db5; display: flex; padding: 40px 26px; }
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;
  }
  
  .q96xw1zn {
    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;
}
.hss7rpyn {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.qj32tzdqqu { padding: 6px 30px; display: flex; border: 3px dotted #019f7e; margin: -4px; color: rgb(136, 2, 203); width: 13px; }
.hss7rpyn h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.uxld5vgf {
  list-style: none;
  padding: 0;
  margin: 0;
}
.uxld5vgf li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.avhq4dqy {
  font-weight: bold;
  color: var(--color-accent);
}
.ohkxr0dl {
  max-width: 1400px;
  margin: 0 auto;
}
.ur6ccr5k {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.ur6ccr5k {
 justify-content: center;
margin-top: 20px;
}
}
.bxhkzhaq {
  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;
}
.bxhkzhaq: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);
}
.bxhkzhaq:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ur6ccr5k {
    gap: 12px;
  }

  .bxhkzhaq {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .bxhkzhaq {
    flex: 1 1 calc(50% - 6px);
  }
}
.odnnyi1u {
  width: 100%;
  margin-bottom: 40px;
}
.auwn668r {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.auwn668r h2 {
  color: var(--color-accent);
}
.fgorhjb4 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .fgorhjb4 {
    justify-content: center;
  }
}
.prxehzhn {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.k091rlhx { margin: 17px; padding-left: 39px; }
.prxehzhn img {

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

  width: 20px;
  height: 20px;

}

}
.prxehzhn {
max-width:inherit;
text-align: center;
}
.fgorhjb4:has(.mwws6znh) {
  grid-template-columns: repeat(4, 1fr);
}
.fgorhjb4:has(.mka5sjqg) {
  grid-template-columns: repeat(5, 1fr);
}
.fgorhjb4:has(.lbo5pgm2) {
  grid-template-columns: repeat(6, 1fr);
}
.fgorhjb4:has(.cajwp7br) {
  grid-template-columns: repeat(7, 1fr);
}
.fgorhjb4:has(.us1ypqm2) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .fgorhjb4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .fgorhjb4 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .fgorhjb4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .fgorhjb4 {
    grid-template-columns: 1fr !important;
  }
}
.prxehzhn:hover .gl07f5v0 {
  opacity: 1; 
}
.prxehzhn:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.ng30wmdl p {
  color: var(--color-accent);
  font-weight: 600;
}
.zjs7b1og {
  border-bottom: 2px solid #e8eaf6;
}
.zjs7b1og:last-child {
  border-bottom: none;
}
.eooj01wpu { border: 5px dashed #a98c0c; display: block; width: 59vw; padding: 46px 4px; margin: -1px; color: rgb(183, 108, 185); }
.a8qq6t37 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.a8qq6t37::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.a8qq6t37::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.zjs7b1og[open] .a8qq6t37::after {
  transform: translateY(-50%) rotate(45deg);
}
.qaz6jdpo {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.v7ne0smu {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.atkug12z {
        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;
    }
.atkug12z:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.atkug12z:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .atkug12z {
            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;
}
.pl0o77h4 {
  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;
}
.gc0dxeax { margin: 13px; color: rgb(230, 155, 87); padding-right: 6px; }
#lang-dropdown[open] .pl0o77h4 {
  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);
}
.e1d0ofep {
    display: flex;
    align-content: center;
    align-items: center;
}
.ozg6h5g3 li {
margin-bottom:0px;
}
.on9zmp0a {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.on9zmp0a {
display:none;
}
}
.mucqczgb {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

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


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

.js084abr ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.js084abr ul li {
    list-style: none;
    margin-left: 0;
}
:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
}
.ximox2kf {
    background: var(--bg-dark);
    color: var(--color-text);
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    text-align: center;
}
.ng30wmdl {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Меню футера горизонтально */
.c106gv7i {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.c106gv7i a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.c106gv7i a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.czs9i2hmb { border: 5px solid #56d959; margin: -7px; width: 84vw; padding: 37px 46px; }
.c106gv7i a:hover::after {
    width: 100%;
}
/* 18+ та дисклеймер */
.msvbob4h {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.vbe323oi {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 5px 14px;
    border-radius: 50%;
    font-weight: 600;
}
/* Іконки */
.cb1y13y9 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.cb1y13y9 img {
    height: 25px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.8;
}
.cb1y13y9 img:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* Help links */
.lb639yde {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.lb639yde a {
    color: var(--color-text);
    text-decoration: none;
    transition: 0.3s ease;
}
.lb639yde a:hover {
    color: var(--color-accent);
}
.zb6qorhs {
    opacity: 0.5;
}
.mw8z312zs { display: flex; padding: 45px 28px; border: 2px dotted #3c5a89; color: rgb(213, 133, 70); }
/* Affiliate / copyright */
.c2mrnlqw {
    opacity: 0.7;
    font-size: 13px;
}
.cq4zbpeg {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.6;
}
/* Адаптив */
@media (max-width: 768px) {
    .c106gv7i {
        gap: 15px;
        flex-direction: column;
    }

    .cb1y13y9 img {
        height: 28px;
    }
}