:root {
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
a,
  button,
  input,
  svg ,
  textarea {
    transition-duration: var(--transition-duration);
  }
body {
    color: var(--color-light);
    background-color: var(--bg-dark);
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
a {
    text-decoration: none;
    
}
h1 {
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px;
}
strong {
    color:var(--color-accent);
    font-weight: 600;
}
@media screen and (max-width:768px)  {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
}
.q4o7vv1z {
 position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 30px;
    min-height: 70px;
    padding-left: 2%;
    padding-right: 2%;

    /* додатково для розмиття */
    background-color: #0b0a0859; /* темний колір з прозорістю */
    backdrop-filter: blur(10px); /* розмиття за фоном */
    -webkit-backdrop-filter: blur(10px); /* для Safari */
}
.nsa8bxmg { border: 1px dashed #27ee42; margin: -15px; }
.rop9ebeo {
    max-width: 149px;
    width: 100%;
}
.v0sx1clc {
    width: 100%;
}
.tmt0nmdu {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.tmt0nmdu a.h5wcr8e5 {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .tmt0nmdu a.h5wcr8e5 {
        display:none;
    }
}
.wi2z14cn {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.mpgcqomd {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.mpgcqomd a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.mpgcqomd:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.mpgcqomd:nth-of-type(2){

    
}
.mpgcqomd:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.kt9qnmpy {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
.rt8gbjbdhvk { border: 5px dotted #546f9d; padding-right: 11px; display: block; margin: -16px; }
@media screen and (max-width:768px) {
    .q4o7vv1z{
        height: auto;
        padding-right: 85px;
    }
    .kt9qnmpy {
        display: none;
    }
    .tmt0nmdu {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .mpgcqomd {
        height: 32px;
        padding: 5px 10px;
    }
    .mpgcqomd a {
        font-size: 10px;
    }
}
.v9z3b5qj {
    display: none;
 }
@media screen and (max-width: 768px) {
    .v9z3b5qj {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .qx6kvd8p {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        border-bottom: 2px solid var(--color-accent); 
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--bg-dark);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    .qx6kvd8p a {
 color:var(--color-light);
}
    .qx6kvd8p[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .eb079mrp {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .eb079mrp:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .eb079mrp a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .t7jwayke {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .q0m75qix {
        width: 100%;
        border-bottom: 1px solid var(--bg-dark);
        padding-bottom: 10px;
        font-weight: 700;
        color:var(--bg-card);
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;

    }
    
    .oyj71p26 {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .oy6831xp {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .oy6831xp:before,
    .oy6831xp:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .oy6831xp:before {
        transform: rotate(45deg);
    }
    
    .oy6831xp:after {
        transform: rotate(-45deg);
    }
    
    .oyj71p26 div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.nycco9bz {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.husdakak');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.xc83bo6b {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.w7ug5u95 {
    width: 60%;
}
.dd1udw38 {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.rekllcla {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 870px){
    .nycco9bz {
        width: 100%;
        margin-top: 70px;
    }
    .xc83bo6b {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .w7ug5u95 {
        width: 60%;
    }
    .dd1udw38 {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .rekllcla {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .w7ug5u95 {
        width: 100%;
    }
    .dd1udw38 {
        font-size: 24px;
    }
    .rekllcla {
        font-size: 18px;
    }
}
.t7dz8sjg {  
    width: 100%;
}
.bcrv7270 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.priz8dg1 { 
    max-width: 260px;
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background-color: var(--bg-dark);
    box-shadow: 0px 0px 9px 9px #0000000d;
    border-radius: 10px;
}
.priz8dg1 a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.priz8dg1 img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.priz8dg1 p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .bcrv7270 { 
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding-top: 30px;
    }
    .priz8dg1 { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .priz8dg1 img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .priz8dg1 p {
        font-size: 16px;
        font-weight: bold;
    }
}
.izslk4rj {
  width: 100%;
  margin-bottom: 40px;
}
.mjl87olt {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.mjl87olt h2 {
  color: var(--color-accent);
}
.sa4rwwjjp { color: rgb(8, 224, 69); margin: -3px; padding: 40px 5px; display: block; width: 29vw; }
.h6ejs7qn {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .h6ejs7qn {
    justify-content: center;
  }
}
.e4w6lbid {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.e4w6lbid img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.e4w6lbid .g9i9p366 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.e4w6lbid .g9i9p366 {

  width: 20px;
  height: 20px;

}

}
.e4w6lbid {
max-width:inherit;
text-align: center;
}
.h6ejs7qn:has(.mhwttf45) {
  grid-template-columns: repeat(4, 1fr);
}
.h6ejs7qn:has(.d372o81c) {
  grid-template-columns: repeat(5, 1fr);
}
.h6ejs7qn:has(.wkcyx4t5) {
  grid-template-columns: repeat(6, 1fr);
}
.h6ejs7qn:has(.wbpnzgxy) {
  grid-template-columns: repeat(7, 1fr);
}
.h6ejs7qn:has(.ucik74x7) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .h6ejs7qn {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .h6ejs7qn {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .h6ejs7qn {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .h6ejs7qn {
    grid-template-columns: 1fr !important;
  }
}
.e4w6lbid:hover .g9i9p366 {
  opacity: 1; 
}
.e4w6lbid:hover img {
  opacity: 0.3;
}
table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}
@media (max-width: 868px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
  box-shadow: 0 2px 8px var(--color-accent);
}
.r2p4rtndml46 { padding-left: 31px; display: inline-block; }
td {
    border: none; 
    border-radius: 10px 10px 10px 10px; 
	border: 1px double var(--color-light);
    padding: 5px 10px; 
}
tr {
    background-color: rgba(146, 146, 146, 0.197);
    border: 2px solid var(--color-light);
}
th {
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(146, 146, 146, 0.197); 
    border-radius: 10px 10px 10px 10px; 
    padding: 10px 0;
}
@media (max-width: 1280px) {
    .kc6hhu21 {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .kc6hhu21 {
      width: 100%;
    }
    .nq9y0n4u img {
        max-width: 35px;
    }
  }
.uewk57o6 {
    margin-top: 70px;
}
.huj0guop {
    width: 100%;
    margin-bottom: 40px;
}
.yd47324v {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.huj0guop .m9s7z7pw {
    display: flex;
    justify-content: center;
}
.s81gqeej {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.s81gqeej img {
    width: 100%;
}
.m9s7z7pw {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.kzvvwnbaotk { color: rgb(113, 88, 199); padding-right: 22px; margin: 9px; border: 5px dashed #b9a2cc; }
.yd47324v a{
 color: var(--color-accent);
}
.aydr2edb {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.aydr2edb a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.v5kcr26f {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.mcwiewxh h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.idgo0zkj {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.xezjctjc {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
footer {
    width: 100%;
    margin-bottom: 40px;
}
.n9jdtd4q {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ze3wxewz {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.ze3wxewz img {
    opacity: 0.4;
}
.zq7mqkkd {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.n77sqvjn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.n77sqvjn a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.kmem1m9182xn { padding-right: 35px; padding-left: 44px; display: grid; color: rgb(42, 122, 14); }
.n77sqvjn a:hover {
    text-decoration: underline; 
  }
.y9flfm5o {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.y9flfm5o img {
    height: 30px;
}
.wyvlwrw9 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .zq7mqkkd {
      grid-template-columns: repeat(1, 2fr); 
    }
    .aydr2edb {
        padding: 10px 40px;
    }
    .aydr2edb a {
        font-size: 15px;
    }
  }
ul li {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
ol li {
    list-style-type: decimal;
    line-height: 1.5;
    margin-left: 20px;
}
/* ===== CURSOR TRAIL STYLES ===== */
#cursor-trail-dot {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.xc83bo6b {
  position: relative;
  z-index: 2;
}
.dd1udw38 {
  text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent);
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from { text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent); }
  to { text-shadow: 0 0 20px var(--color-accent) 0 0 40px var(--color-accent) }
}
.nycco9bz {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.ebiinn7g button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.ebiinn7g button{
  filter: grayscale(0%); 
  border-radius: 12px;
  animation: pulseShadow 2s infinite ease-in-out;
  margin: 20px 0;
}
@keyframes pulseShadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.huj0guop img {
  border-radius: 12px;
  box-shadow: 0 8px 25px var(--color-accent); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 20px 0;


}
.ctfmdtq2vki1 { padding-right: 50px; display: flex; border: 4px dashed #b3db8c; width: 79px; }
.n7ybqyfm {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.gunlkvvr {
            max-width: 1400px;
            margin: 0 auto;
        }
.rhh46btw {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.kt9qnmpy {
            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;
        }
.kt9qnmpy:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.kt9qnmpy:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .rhh46btw {
                gap: 12px;
            }

            .kt9qnmpy {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .kt9qnmpy {
                flex: 1 1 calc(50% - 6px);
            }
        }
.i3n3drko {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.tk07iedk {
        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);
       
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.tk07iedk:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.tk07iedk:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .tk07iedk {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#casino-sticky-block {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 75%;
    max-width: 750px;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    background: var(--bg-dark);
    transition: height, .4s;
    border-radius: 12px;
    border: 2px solid var(--color-accent, #fff);
    box-shadow: 0 0 16px 10px #00000026
}
#casino-sticky-block[open] {
    height: -moz-fit-content;
    height: fit-content;
    bottom: 28px
}
.cuvno7ui7 { width: 7%; color: rgb(58, 38, 100); padding: 12px 31px; border: 1px dotted #cb84a9; display: block; }
@media (max-width: 1024px) {
    #casino-sticky-block[open] {
        bottom: 0;
        height: unset;
        width: 100%;
        border-radius: 12px 12px 0 0
    }
}
#casino-sticky-block[closed] {
    display: none
}
.ro5sx90w {
    position: relative;
    align-items: center
}
.tcjpuhnj {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .tcjpuhnj {
        display: grid;
        gap: 12px;
        background: var(--bg-dark);
        border-radius: 6px;
        margin: 16px;
        padding: 12px;
        justify-content: start;
        grid-template-columns: auto 1fr;
        grid-template-areas: "img text" "button button"
    }
}
.jizl0iuc {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.leohr7jb {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .leohr7jb {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.izvcyfrc {
    display: flex;
    height: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    padding: 20px 8px;
    gap: 25px;
    color: var(--color-light);
    background: var(--bg-dark);
    border-radius: 6px;
    position: relative;
    overflow: hidden
}
@media (max-width: 1024px) {
    .izvcyfrc {
        display: contents
    }
}
.izvcyfrc svg *[fill] {
    fill: currentcolor
}
.izvcyfrc svg *[stroke] {
    stroke: currentcolor
}
.i0863p65 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .i0863p65 {
        align-items: start;
        grid-area: text
    }
}
.o1ymyldk {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
.ejy83w1gg8ok { padding: 47px 41px; color: rgb(206, 203, 70); }
@media (max-width: 1024px) {
    .o1ymyldk {
        font-size: 18px;
        text-align: start
    }
}
.der7dgot {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .der7dgot {
        font-size: 14px;
        text-align: start
    }
}
.vx4dbm39 {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .vx4dbm39 {
        right: -8%
    }
}
.cqhg9jeh {
    width: 278px;
    flex-shrink: 0;
    z-index: 2;
    height: -moz-fit-content;
    height: fit-content;
    padding: 17px 0;
    color:var(--bg-dark);
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    background-color:  var(--color-accent, #011c39);
    border-radius: 8px;
    line-height: 18px;
    display: block;
    justify-self: center
}
.cqhg9jeh:hover {
    filter: brightness(1.2)
}
.cqhg9jeh:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .cqhg9jeh {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.cqhg9jeh {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .cqhg9jeh {
        grid-area: button;
        min-width: 100%
    }
}
#casino-sticky-block__close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    cursor: pointer;
    width: 10px;
    height: 10px;
    color: var(--color-accent)
}
@media (max-width: 1024px) {
    #casino-sticky-block__close-btn {
        width: 8px;
        height: 8px;
        top: -8px;
        right: 8px
    }
}
.bz6cgzc2 {
max-height: 370px;
    overflow-y: scroll;
}
.jm53ykll {
margin-right:5px;
}
.uqpvd9pf {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.isd8wfnw {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.isd8wfnw svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.n843h8pf {
    display: none;
    position: absolute;
    top: 120%; /* Расположение под иконкой */
    right: 0;
    background-color: var(--bg-dark);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 10;
    min-width: 160px;
}
.uqpvd9pf[active] .n843h8pf {
    display: block;
}
.n843h8pf ul li {
 list-style: none;
margin-left: 5px;
}
.xzgqere4qpu { width: 36px; padding: 20px 4px; border: 4px dotted #d01c68; display: inline-block; color: rgb(87, 115, 208); }
.n843h8pf ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.n843h8pf li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--color-light);
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.n843h8pf li a:hover {
    border: 1px solid black;
}
.n843h8pf li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.ugjyf78x {
overflow: hidden;
}
.q8ues1p7 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.q8ues1p7 .chwh55ja {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.q8ues1p7 .prgz2vxr {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.q8ues1p7 .prgz2vxr .x9mke5qp  {
list-style:none;
}
.q8ues1p7 .prgz2vxr .x9mke5qp a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.q8ues1p7 + section.nycco9bz {
margin-top:0px;
}
.in0xscun { border: 1px dashed #0d7619; display: flex; color: rgb(149, 181, 234); width: 48px; }
/* slotpage */

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


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


.nh1xnzk3 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.nh1xnzk3 ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.rugak3uv {
    background: var(--bg-dark);
    color: var(--color-light);
    font-family: var(--font-family);
    font-size: 14px;
}
.zq7mqkkd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.n77sqvjn a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.n77sqvjn a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.n77sqvjn a:hover {
    color: var(--color-accent);
}
.n77sqvjn a:hover::after {
    width: 100%;
}
.w4jhd7m2wos { padding: 26px 27px; border: 2px dotted #5ff6a7; color: rgb(2, 253, 157); display: inline-block; width: 7px; }
/* ===== Disclaimer ===== */

.n6ia06rz {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.j2qnjbet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.petg6dg5 {
    background: var(--color-accent);

    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

.ryyzba7m {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
/* Help links */

.vyy4xvt3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mmwel7wh {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.vyy4xvt3 a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.vyy4xvt3 a:hover {
    color: var(--color-accent);
}
.wxb3tnde {
    opacity: 0.4;
}
/* Payment / RG icons */

.y9flfm5o {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.y9flfm5o img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.y9flfm5o img:hover {
    opacity: 1;
    transform: translateY(-3px);
}
/* Affiliate text */

.sdppk4ng {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}
/* Copyright */

.wyvlwrw9 {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}
.zp7g848eiz1 { border: 3px solid #d93841; margin: -15px; color: rgb(56, 40, 21); display: flex; }
/* Mobile */

@media (max-width: 768px) {
    .zq7mqkkd {
        flex-direction: column;
        gap: 12px;
    }

    .ryyzba7m {
        width: 100%;
    }

    .y9flfm5o img {
        height: 26px;
    }
}
.rugak3uv {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.n6ia06rz {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.fq5cjlce {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .ryyzba7m {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .ussoc1hw {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .petg6dg5 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;

      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }
/* ── Help links row ───────────────────────────────── */
    .vyy4xvt3 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.vyy4xvt3 div {
display: flex;
gap: 10px;
}
.vyy4xvt3 span {
      color:var( --color-light);
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
font-size: 14px;
    }
.vyy4xvt3 a {
     color:var( --color-light);
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;
font-size: 14px;

    }
.vyy4xvt3 a:hover { color: #c5cad6; }
.wxb3tnde {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .yzgi6p7r {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.zkt8a5al {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.o0mubcg1 { display: grid; }
.zkt8a5al:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .zkt8a5al svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .kmsfgs9f {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.nibwi4sf {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }
/* ── BeGambleAware badge ──────────────────────────── */
    .l49a4bps {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.qqz0vtjt {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .kg86z7y4 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.vjksapvn {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .wzmsugct {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.wzmsugct a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.wzmsugct a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .iychl7uc {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
.u9mkubw9yjlp { margin: 4px; width: 94%; padding: 22px 12px; color: rgb(42, 217, 181); border: 1px dashed #e3c6cb; }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .yzgi6p7r { gap: 8px; }
      .zkt8a5al { font-size: 10px; padding: 6px 10px; }
    }
.xr3eghgj {
max-width: 100%;

}
.ynhie8da {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #0d0906;
}
.vzt1u4pe {
    background: #140e09;
    border: 1px solid rgba(255, 190, 40, 0.15);
    border-radius: 16px;
    padding: 18px 16px;
    color: #ffbe28;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
.vzt1u4pe:hover {
    transform: translateY(-4px);
    border-color: #ffbe28;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.v12xm6ue {
    font-size: 16px;
    color: #ffbe28;
    letter-spacing: 2px;
}
.h75fe53f {
    font-weight: 600;
    font-size: 14px;
    color: #ffbe28;
}
.zzqx08tq {
    font-size: 12px;
    color: rgba(255, 190, 40, 0.6);
}
.vzt1u4pe p {
    font-size: 14px;
    line-height: 1.5;
    color: #f5d27a;
}
.vzt1u4pe::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,190,40,0.08), transparent);
    opacity: 0;
    transition: 0.3s;
}
.vzt1u4pe:hover::before {
    opacity: 1;
}
.vxr3cgnbw80 { padding-left: 46px; display: block; padding-right: 49px; border: 4px dotted #4930bb; color: rgb(46, 179, 193); width: 83vw; }
/* Акцентна полоска */
.vzt1u4pe::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #5e3b26;
    transition: 0.3s;
}
.vzt1u4pe:hover::after {
    background: #ffbe28;
}
/* Mobile */
@media (max-width: 480px) {
    .vzt1u4pe {
        padding: 16px 14px;
    }

    .vzt1u4pe p {
        font-size: 13px;
    }
}