: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;
    }
}
.ullm45ro {
 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 */
}
.f1da8hmk {
    max-width: 149px;
    width: 100%;
}
.syxkjm626bae { width: 9%; }
.wqu6qhqs {
    width: 100%;
}
.qye2gcpv {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.qye2gcpv a.bo0k149u {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .qye2gcpv a.bo0k149u {
        display:none;
    }
}
.g0u1o93x {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.x4ce5meg {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.x4ce5meg a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.x4ce5meg:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.x4ce5meg:nth-of-type(2){

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

}
@media screen and (max-width:768px) {
    .ullm45ro{
        height: auto;
        padding-right: 85px;
    }
    .p5fv8x1f {
        display: none;
    }
    .qye2gcpv {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .x4ce5meg {
        height: 32px;
        padding: 5px 10px;
    }
    .x4ce5meg a {
        font-size: 10px;
    }
}
.vjr9hbts {
    display: none;
 }
@media screen and (max-width: 768px) {
    .vjr9hbts {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .vx15jcuw {
        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;
    }
    .vx15jcuw a {
 color:var(--color-light);
}
    .vx15jcuw[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .jooq7h8h {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .jooq7h8h:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .jooq7h8h a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .f5b1h7oi {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .zkj1bnoq {
        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;

    }
    
    .ngf6svgb {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .i69tx9pk {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .i69tx9pk:before,
    .i69tx9pk:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .i69tx9pk:before {
        transform: rotate(45deg);
    }
    
    .i69tx9pk:after {
        transform: rotate(-45deg);
    }
    
    .ngf6svgb div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.dmdazxgg {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.n3p5chhh');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.bu48wrbm {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.m1jyd79j {
    width: 60%;
}
.z2qv5tsv {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.i2vbg4trany4 { width: 52%; margin: -20px; color: rgb(52, 171, 19); padding: 46px 11px; border: 4px dashed #7164eb; }
.qm0o6ppx {
    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){
    .dmdazxgg {
        width: 100%;
        margin-top: 70px;
    }
    .bu48wrbm {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .m1jyd79j {
        width: 60%;
    }
    .z2qv5tsv {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .qm0o6ppx {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .m1jyd79j {
        width: 100%;
    }
    .z2qv5tsv {
        font-size: 24px;
    }
    .qm0o6ppx {
        font-size: 18px;
    }
}
.t0udcmtp {  
    width: 100%;
}
.g3fd56i2 { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mwsiwt1t { 
    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;
}
.mwsiwt1t a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.mwsiwt1t img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.mwsiwt1t p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .g3fd56i2 { 
        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;
    }
    .mwsiwt1t { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .mwsiwt1t img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .mwsiwt1t p {
        font-size: 16px;
        font-weight: bold;
    }
}
.utge375g {
  width: 100%;
  margin-bottom: 40px;
}
.udvasnqq {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.udvasnqq h2 {
  color: var(--color-accent);
}
.bx4gsfjk {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .bx4gsfjk {
    justify-content: center;
  }
}
.a9tet9k7 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.a9tet9k7 img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.dvrw7fhk { padding: 2px 11px; color: rgb(86, 193, 56); margin: -17px; width: 63%; }
.a9tet9k7 .jw3h4dx4 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.a9tet9k7 .jw3h4dx4 {

  width: 20px;
  height: 20px;

}

}
.a9tet9k7 {
max-width:inherit;
text-align: center;
}
.bx4gsfjk:has(.wehy3wd3) {
  grid-template-columns: repeat(4, 1fr);
}
.bx4gsfjk:has(.g5bvliwt) {
  grid-template-columns: repeat(5, 1fr);
}
.bx4gsfjk:has(.vfqcf3ly) {
  grid-template-columns: repeat(6, 1fr);
}
.bx4gsfjk:has(.fecyfj7m) {
  grid-template-columns: repeat(7, 1fr);
}
.bx4gsfjk:has(.ndvr2qa3) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .bx4gsfjk {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .bx4gsfjk {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .bx4gsfjk {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .bx4gsfjk {
    grid-template-columns: 1fr !important;
  }
}
.a9tet9k7:hover .jw3h4dx4 {
  opacity: 1; 
}
.a9tet9k7: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);
}
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) {
    .rfg671la {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .rfg671la {
      width: 100%;
    }
    .bmtn6pnc img {
        max-width: 35px;
    }
  }
.hbofdwxz {
    margin-top: 70px;
}
.yam13yr9408f { color: rgb(168, 38, 86); padding-right: 4px; }
.vodbg9ft {
    width: 100%;
    margin-bottom: 40px;
}
.rcrr4pa8 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
overflow-x: hidden;
}
.vodbg9ft .c6xqjt2v {
    display: flex;
    justify-content: center;
}
.t4hdrkfa {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.t4hdrkfa img {
    width: 100%;
}
.c6xqjt2v {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.rcrr4pa8 a{
 color: var(--color-accent);
}
.vnkzd7u9 {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.vnkzd7u9 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.t8ioaw6d {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.vzn0xadw h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.cj0pgi10 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.uf86bwmk {
	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;
}
.ftdq0ktspjf3 { color: rgb(170, 62, 206); padding-right: 41px; }
.wkk9n0i4 {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ovzbtpcs {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.ovzbtpcs img {
    opacity: 0.4;
}
.aby9btkw {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.wremsuu6 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wremsuu6 a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.wremsuu6 a:hover {
    text-decoration: underline; 
  }
.fh88gqan {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.fh88gqan img {
    height: 30px;
}
.clhnmuiv {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .aby9btkw {
      grid-template-columns: repeat(1, 2fr); 
    }
    .vnkzd7u9 {
        padding: 10px 40px;
    }
    .vnkzd7u9 a {
        font-size: 15px;
    }
  }
ul li {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
.ty6hy47ioi { margin: 0px; padding: 30px 11px; color: rgb(133, 32, 203); border: 3px dashed #414d45; }
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;
}
.bu48wrbm {
  position: relative;
  z-index: 2;
}
.z2qv5tsv {
  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) }
}
.dmdazxgg {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.trh5fjkd button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.trh5fjkd 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);
  }
}
.vodbg9ft 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;


}
.wojvqpsa {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.gwd1t3wq {
            max-width: 1400px;
            margin: 0 auto;
        }
.pg66anq6 {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.p5fv8x1f {
            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;
        }
.p5fv8x1f: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);
        }
.p5fv8x1f:active {
            transform: translateY(0);
        }
.g2y9p9qxe { margin: -6px; padding-left: 48px; }
@media (max-width: 768px) {
            .pg66anq6 {
                gap: 12px;
            }

            .p5fv8x1f {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .p5fv8x1f {
                flex: 1 1 calc(50% - 6px);
            }
        }
.qe9i1vk2 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.f1mwkfag {
        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;
    }
.f1mwkfag:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.f1mwkfag:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .f1mwkfag {
            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
}
@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
}
.trcj80xs {
    position: relative;
    align-items: center
}
.ygrfgv0f {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .ygrfgv0f {
        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"
    }
}
.bf5aex1z {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.fz2jmsec {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .fz2jmsec {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.y5eahq9v {
    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
}
.udr68rd6 { display: none; width: 93px; margin: 7px; }
@media (max-width: 1024px) {
    .y5eahq9v {
        display: contents
    }
}
.y5eahq9v svg *[fill] {
    fill: currentcolor
}
.y5eahq9v svg *[stroke] {
    stroke: currentcolor
}
.am97vsya {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .am97vsya {
        align-items: start;
        grid-area: text
    }
}
.af4p88rp {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .af4p88rp {
        font-size: 18px;
        text-align: start
    }
}
.uog0yjoy {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .uog0yjoy {
        font-size: 14px;
        text-align: start
    }
}
.eblkte2c {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .eblkte2c {
        right: -8%
    }
}
.j0r7bdt8 {
    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
}
.j0r7bdt8:hover {
    filter: brightness(1.2)
}
.j0r7bdt8:active {
    filter: contrast(200%) saturate(50%)
}
@media (max-width: 576px) {
    .j0r7bdt8 {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.j0r7bdt8 {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .j0r7bdt8 {
        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)
}
.nsoovxm0h2 { color: rgb(102, 251, 38); padding: 46px 11px; margin: -2px; width: 27vw; display: block; border: 1px dashed #7870ad; }
@media (max-width: 1024px) {
    #casino-sticky-block__close-btn {
        width: 8px;
        height: 8px;
        top: -8px;
        right: 8px
    }
}
.uhfugbl2 {
max-height: 370px;
    overflow-y: scroll;
}
.m476rbqp {
margin-right:5px;
}
.yku9nfb9 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.gphikrwc {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.gphikrwc svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.mjef3d6u {
    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;
}
.yku9nfb9[active] .mjef3d6u {
    display: block;
}
.mjef3d6u ul li {
 list-style: none;
margin-left: 5px;
}
.mjef3d6u ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.mjef3d6u 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;
}
.mjef3d6u li a:hover {
    border: 1px solid black;
}
.mjef3d6u li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.xv0eg0kt {
overflow: hidden;
}
.o9oqrto8 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.o9oqrto8 .tmday1ak {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.gkugx4bl { border: 2px dashed #90b053; padding-left: 37px; margin: 15px; display: block; }
.o9oqrto8 .dal0mvyd {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.o9oqrto8 .dal0mvyd .f8cqh46b  {
list-style:none;
}
.o9oqrto8 .dal0mvyd .f8cqh46b 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;
}
.o9oqrto8 + section.dmdazxgg {
margin-top:0px;
}
/* slotpage */

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


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


.ecbehi0l ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.ecbehi0l ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.n3dmblmd {
    background: var(--bg-dark);
    color: var(--color-light);
    font-family: var(--font-family);
    font-size: 14px;
}
.aby9btkw {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.wremsuu6 a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.wremsuu6 a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.wremsuu6 a:hover {
    color: var(--color-accent);
}
.wremsuu6 a:hover::after {
    width: 100%;
}
/* ===== Disclaimer ===== */

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

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

.y7ra9xu0 {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
.eitjqq4vmk { border: 5px solid #56fff7; padding: 25px 13px; display: block; }
/* Help links */

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

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

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

.clhnmuiv {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}
/* Mobile */

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

    .y7ra9xu0 {
        width: 100%;
    }

    .fh88gqan img {
        height: 26px;
    }
}
.n3dmblmd {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.e726zkcu {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.pfs0ipua {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
.aug6907xi { border: 3px solid #463bc5; width: 4%; }
/* ── Divider line between sections ───────────────── */
    .y7ra9xu0 {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .o7b2vmup {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .ua80e2xn {
      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 ───────────────────────────────── */
    .ebm50jto {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.ebm50jto div {
display: flex;
gap: 10px;
}
.ebm50jto span {
      color: #9aa0b0;
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
    }
.ebm50jto a {
      color: #8a94a6;
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;

    }
.ebm50jto a:hover { color: #c5cad6; }
.g5i1fkyj {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .ek2z112k {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.hpq11rt4w { padding: 42px 43px; margin: -7px; }
.pxrfv5x0 {
      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;
    }
.pxrfv5x0:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .pxrfv5x0 svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .k3tkggcl {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.ouo63vx1 {
      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 ──────────────────────────── */
    .uh0hzavt {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.yjykj43t {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .zkh1xh62 {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.z4r4ozif {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .u2djebxo {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.u2djebxo a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.k83y2rag { padding: 24px 21px; }
.u2djebxo a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .es9woo10 {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .ek2z112k { gap: 8px; }
      .pxrfv5x0 { font-size: 10px; padding: 6px 10px; }
    }
.a98witc5 {
max-width: 100%;

}
.e18p4oks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #0d0906;
}
.a5dxxsgk {
    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;
}
.a5dxxsgk:hover {
    transform: translateY(-4px);
    border-color: #ffbe28;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.xpstzq3m {
    font-size: 16px;
    color: #ffbe28;
    letter-spacing: 2px;
}
.p795vf3f {
    font-weight: 600;
    font-size: 14px;
    color: #ffbe28;
}
.hyumqd5g {
    font-size: 12px;
    color: rgba(255, 190, 40, 0.6);
}
.a5dxxsgk p {
    font-size: 14px;
    line-height: 1.5;
    color: #f5d27a;
}
.a5dxxsgk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,190,40,0.08), transparent);
    opacity: 0;
    transition: 0.3s;
}
.a5dxxsgk:hover::before {
    opacity: 1;
}
.m6e69ahi06z { color: rgb(34, 217, 8); width: 61vw; border: 2px dashed #3460ca; margin: 5px; padding: 28px 38px; }
/* Акцентна полоска */
.a5dxxsgk::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #5e3b26;
    transition: 0.3s;
}
.a5dxxsgk:hover::after {
    background: #ffbe28;
}
/* Mobile */
@media (max-width: 480px) {
    .a5dxxsgk {
        padding: 16px 14px;
    }

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