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

}
.u9skj9rm {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.yaeux10jqrw9 { margin: 8px; border: 5px solid #b6040a; display: flex; padding: 46px 27px; }
.uhs4bttr {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.bflt682p {
  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;
}
.bflt682p:hover {
  transform: translateY(-3px) scale(1.2);
}
.fj9m1lgy {
    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;
}
.fj9m1lgy::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;
}
.fj9m1lgy:hover::before {
    left: 120%;
}
.fj9m1lgy:hover {
    transform: translateY(-3px);
}
.e9o9r0hh {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.ou2c17gk {
  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);
}
.gvfi61oj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zsvfifps {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
 max-width: 200px;
}
.e9du0zdm {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.zw8nnka4 {
  color: var(--color-accent);
}
.we3y547kc89 { padding-right: 48px; }
.qcr2p366 {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.gyq0oj9n {
  padding: 4rem 0;
  text-align: center;
}
.i9v2tlcm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.phys6q6x {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.aqebx327 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.k41de5m0 {
  width: 100%;
}
/* .lozzl8a0 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.w3se9mi9 {
  background-color: var(--bg-dark);
}
.r12etziq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.yh7g03jx {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.v137q2xd {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ylnsvvsq {
  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);
}
.b3liwax0 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.c609vd3g {
  margin-bottom: 0.5rem;
}
.l03kia0p {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
.jwidze057 { border: 2px dotted #6b7926; width: 2vw; color: rgb(101, 40, 175); margin: -4px; display: inline-block; padding: 2px 7px; }
/* --- How-to Section --- */
.wh22yhm2 {
  background-color: var(--bg-dark);
}
.ehcp4xpy {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.z8y1c1e4 {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.z8y1c1e4 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) --- */
.g7tim2b9,
.bs3wd3bx {
  overflow-x: auto;
}
.oec90hlc {
  position: relative;
}
.aw39jsfy,
.weuusenb {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.aw39jsfy th,
.aw39jsfy td,
.weuusenb th,
.weuusenb td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aw39jsfy th,
.weuusenb th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.tyc4v6s0 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.z9an8fzk {
  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;
}
.z9an8fzk:hover {
  transform: translateY(-5px);
}
.zq91gsqc {
  padding: 1rem;
}
.bbn8a3i2 { display: flex; padding: 45px 22px; margin: -3px; width: 87px; }
.jdk7pt5x {
  margin-bottom: 0.25rem;
}
.r5sfz8jx {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.rrb0afn2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.e4bv9amo {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.l6rqczuh {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.m0ofzike {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.qxpg1lyx {
  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;
}
.qxpg1lyx::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.zum7k08y::after {
  transform: rotate(45deg);
}
.k77xt17b {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.k77xt17b p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.iq09idwk {
  background-color: var(--bg-dark);
}
.ox4fevf9 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.isu205to0l { padding: 15px 23px; color: rgb(57, 153, 166); }
.a5l08dt8 {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.a5l08dt8 li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.qmosbz0t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.cdx0qqh9 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.cdx0qqh9:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.tuserexf {
  background-color: var(--bg-dark);
}
.yid9nmbt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.wphgf6zl {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.v5ohgm4w {
  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);
}
.mtd0qei1 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.t4y6s3k6 {
  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;
}
.t4y6s3k6 p {
  margin: 0;
}
/* --- Promo Block --- */
.y7zzy0dv {
  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;
}
.pxxij7su { width: 46%; padding: 25px 13px; display: none; border: 2px solid #ebe3c1; margin: 18px; }
[promo-block--visible] {
  transform: translateX(0);
}
.pdev0pit {
  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;
}
.e6umru5r {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.soloyqke {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.m7t01dmk {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.xryggc2f {
  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;
}
.gpmp0fye {
  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] .gpmp0fye {
  transform: scale(1);
}
.u2rdl499 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.i2mlkz9z {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.qklb0ucirbou { width: 22px; color: rgb(125, 163, 254); }
.vxcdsrpc {
  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;
  }

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

  .zw8nnka4 {
    font-weight: 700;
  }

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

  .gywxhmhe {
    flex: 1;
  }

  .k41de5m0 {
    flex: 1;
  }

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

  .v137q2xd {
    flex-direction: row;
  }

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

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

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

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

  .wphgf6zl {
    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);
}
.boo0b8hx {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.k0ouerb6{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.kak1isuo {
  position: relative;
}
@media (max-width: 1087px) {
  .k0ouerb6 {
    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;
  }
  
  .zcwevd9j {
    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;
}
.htykem34g { padding: 30px 46px; border: 4px dashed #aad204; display: flex; color: rgb(203, 84, 4); width: 68px; }
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;
}
.lzztex47 {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.lzztex47 h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.wdbjsmxycmc { padding: 29px 41px; color: rgb(43, 209, 127); width: 3%; border: 1px dotted #8a81ba; display: grid; }
.qhznn3nq {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qhznn3nq li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.j8412sn9 {
  font-weight: bold;
  color: var(--color-accent);
}
.r2b6ggcd {
  max-width: 1400px;
  margin: 0 auto;
}
.r7qpdks4 {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.r7qpdks4 {
 justify-content: center;
margin-top: 20px;
}
}
.o748ioay {
  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;
}
.o748ioay: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);
}
.o748ioay:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .r7qpdks4 {
    gap: 12px;
  }

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

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.emfearhs .ede5ki1u {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
.mrjwvrd6am { display: grid; border: 5px dotted #193e7a; margin: -2px; width: 27%; padding: 12px 37px; color: rgb(27, 39, 165); }
@media (max-width: 768px){
.emfearhs .ede5ki1u {

  width: 20px;
  height: 20px;

}

}
.emfearhs {
max-width:inherit;
text-align: center;
}
.s0mejdja:has(.b1l5xo1v) {
  grid-template-columns: repeat(4, 1fr);
}
.s0mejdja:has(.xamxnduz) {
  grid-template-columns: repeat(5, 1fr);
}
.s0mejdja:has(.eojspbx8) {
  grid-template-columns: repeat(6, 1fr);
}
.s0mejdja:has(.y0inc3qz) {
  grid-template-columns: repeat(7, 1fr);
}
.s0mejdja:has(.s7x5zjdk) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .s0mejdja {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .s0mejdja {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .s0mejdja {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .s0mejdja {
    grid-template-columns: 1fr !important;
  }
}
.emfearhs:hover .ede5ki1u {
  opacity: 1; 
}
.emfearhs:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.bidli2hki { padding: 38px 48px; margin: 5px; color: rgb(253, 4, 12); display: grid; }
.j2aedxeo p {
  color: var(--color-accent);
  font-weight: 600;
}
.b3lmmorf {
  border-bottom: 2px solid #e8eaf6;
}
.b3lmmorf:last-child {
  border-bottom: none;
}
.w0oyetcg {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.w0oyetcg::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.w0oyetcg::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.b3lmmorf[open] .w0oyetcg::after {
  transform: translateY(-50%) rotate(45deg);
}
.sjuhodfq {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.lyp0cbpo {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.z0elx4tf {
        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;
    }
.z0elx4tf:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.z0elx4tf:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .z0elx4tf {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
.xzfqqhxq4 { color: rgb(221, 30, 242); width: 49px; padding: 12px 27px; display: block; margin: -7px; }
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.j0jkd72r {
  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] .j0jkd72r {
  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);
}
.dc4tou7m {
    display: flex;
    align-content: center;
    align-items: center;
}
.e9du0zdm li {
margin-bottom:0px;
}
.p3tct5dp {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.p3tct5dp {
display:none;
}
}
.nupfln06 {
display: flex;
    justify-content: center;
    gap: 20px;
}
.utkalrn3kav { padding-right: 42px; }
/* slotpage */

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


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

.dgt90eyy ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.dgt90eyy ul li {
    list-style: none;
    margin-left: 0;
}
:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
}
.jjfa0nrv {
    background: var(--bg-dark);
    color: var(--color-text);
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    text-align: center;
}
.j2aedxeo {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* Меню футера горизонтально */
.u6c3qaj6 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.u6c3qaj6 a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.u6c3qaj6 a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.zi3c1im3fjq { color: rgb(47, 155, 50); border: 1px solid #a5b585; display: block; padding: 18px 1px; }
.u6c3qaj6 a:hover::after {
    width: 100%;
}
/* 18+ та дисклеймер */
.onxcwnbm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.nkzb9qxr {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 5px 14px;
    border-radius: 50%;
    font-weight: 600;
}
/* Іконки */
.wwqz418m {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.wwqz418m img {
    height: 25px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.8;
}
.wwqz418m img:hover {
    transform: translateY(-3px);
    opacity: 1;
}
/* Help links */
.cwuyvh3z {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.cwuyvh3z a {
    color: var(--color-text);
    text-decoration: none;
    transition: 0.3s ease;
}
.cwuyvh3z a:hover {
    color: var(--color-accent);
}
.p3g0285q {
    opacity: 0.5;
}
.we0ycts7sfna { width: 94vw; border: 1px dotted #efc635; padding: 33px 14px; color: rgb(254, 1, 120); margin: 14px; }
/* Affiliate / copyright */
.r8byrgi8 {
    opacity: 0.7;
    font-size: 13px;
}
.cv446xv8 {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.6;
}
/* Адаптив */
@media (max-width: 768px) {
    .u6c3qaj6 {
        gap: 15px;
        flex-direction: column;
    }

    .wwqz418m img {
        height: 28px;
    }
}