@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Open+Sans:wght@400;600;700&display=swap');

:root {
    --bg: #042522;
    --hdr: #053029;
    --btn-login: #013D33;
    --btn-reg: #B30AD7;
    --text: #d4ede8;
    --text-dim: #8ab5ae;
    --accent: #B30AD7;
    --accent2: #2fe0a0;
    --border: rgba(46, 224, 160, 0.18);
    --card: #062e28;
    --card2: #073530;
    --radius: 14px;
    --radius-sm: 8px;
    --shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: var(--accent2);
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

.xb72k {
    display: none;
    visibility: hidden;
}

.q9m3p {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.wr4dx-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.js8nf-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.p7kt2-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: transform .15s, box-shadow .15s, filter .2s;
    white-space: nowrap;
    letter-spacing: .4px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .4);
}

.btn:active {
    transform: translateY(0);
}

.btn--login {
    background: var(--btn-login);
    color: #fff;
    border: 1px solid var(--accent2);
}

.btn--login:hover {
    filter: brightness(1.25);
    color: #fff;
}

.btn--reg {
    background: var(--btn-reg);
    color: #fff;
}

.btn--reg:hover {
    filter: brightness(1.2);
    color: #fff;
}

.btn--hero {
    background: linear-gradient(135deg, var(--btn-reg), #8800b0);
    color: #fff;
    font-size: 17px;
    padding: 14px 36px;
    border-radius: 10px;
}

.btn--hero:hover {
    filter: brightness(1.15);
    color: #fff;
}

.btn--slot {
    background: linear-gradient(135deg, #B30AD7, #013D33);
    color: #fff;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 10px;
    min-width: 160px;
}

.btn--slot:hover {
    filter: brightness(1.2);
    color: #fff;
}

.btn--get {
    background: var(--accent2);
    color: #042522;
    font-size: 15px;
    padding: 11px 28px;
    border-radius: 9px;
    font-weight: 800;
}

.btn--get:hover {
    filter: brightness(1.1);
    color: #042522;
}

#r5hd-site-header {
    background: var(--hdr);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5);
}

.m4kz-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 16px;
}

.v9pl-logo {
    flex-shrink: 0;
}

.v9pl-logo img {
    height: 44px;
    width: auto;
    display: block;
}

.n2wx-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
}

.n2wx-nav a {
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background .2s, color .2s;
}

.n2wx-nav a:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.t8gq-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.e3mc-online {
    font-size: 12px;
    color: var(--accent2);
    background: rgba(47, 224, 160, .1);
    border: 1px solid rgba(47, 224, 160, .2);
    border-radius: 20px;
    padding: 4px 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.e3mc-online::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent2);
    display: inline-block;
    animation: k2pl-pulse 1.4s infinite;
}

@keyframes k2pl-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .3;
    }
}

.f6nt-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
}

.f6nt-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}

.f6nt-burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.f6nt-burger.active span:nth-child(2) {
    opacity: 0;
}

.f6nt-burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.w3qv-mobile-menu {
    display: none;
    background: var(--hdr);
    border-top: 1px solid var(--border);
    padding: 16px 20px;
    flex-direction: column;
    gap: 8px;
}

.w3qv-mobile-menu.open {
    display: flex;
}

.w3qv-mobile-menu a {
    color: var(--text);
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    transition: background .2s;
}

.w3qv-mobile-menu a:hover {
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

#h5sx-hero {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: linear-gradient(180deg, #053029 0%, var(--bg) 100%);
}

.b8vr-slider {
    position: relative;
    width: 100%;
    min-height: 520px;
}

.b8vr-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .7s ease;
    display: flex;
    align-items: center;
}

.b8vr-slide.active {
    opacity: 1;
    z-index: 1;
}

.b8vr-slide-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.b8vr-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.35);
}

.b8vr-slide-content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    padding: 60px 20px;
    margin-left: 8%;
}

.b8vr-slide-content h1 {
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 900;
    line-height: 1.15;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .7);
    margin-bottom: 16px;
}

.b8vr-slide-content h1 span {
    color: var(--accent);
}

.b8vr-slide-content p {
    font-size: 18px;
    color: var(--text-dim);
    margin-bottom: 28px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

.b8vr-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.b8vr-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
    transition: background .3s, transform .3s;
    border: none;
}

.b8vr-dot.active {
    background: var(--accent);
    transform: scale(1.3);
}

.b8vr-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 3;
    pointer-events: none;
}

.b8vr-arrow {
    pointer-events: all;
    cursor: pointer;
    background: rgba(255, 255, 255, .12);
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}

.b8vr-arrow:hover {
    background: rgba(255, 255, 255, .25);
}

main {
    flex: 1;
}

.u1jz-section {
    padding: 56px 0;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .6s ease, transform .6s ease;
}

.u1jz-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.r3kp-section-title {
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 800;
    margin-bottom: 32px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.r3kp-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), transparent);
    border-radius: 2px;
}

.d7mf-toc {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 32px;
    margin-bottom: 40px;
}

.d7mf-toc h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.d7mf-toc ol {
    counter-reset: toc-item;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d7mf-toc ol li {
    counter-increment: toc-item;
    display: flex;
    align-items: center;
    gap: 10px;
}

.d7mf-toc ol li::before {
    content: counter(toc-item);
    font-weight: 700;
    color: var(--accent);
    min-width: 24px;
}

.d7mf-toc a {
    color: var(--text);
    font-size: 15px;
    transition: color .2s;
}

.d7mf-toc a:hover {
    color: var(--accent2);
}

#a2bv-advantages .c5tr-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.c5tr-adv-card {
    flex: 1 1 200px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 20px;
    text-align: center;
    transition: transform .25s, box-shadow .25s;
}

.c5tr-adv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .4);
}

.c5tr-adv-card .c5tr-icon {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
    filter: drop-shadow(0 0 8px rgba(179, 10, 215, .5));
}

.c5tr-adv-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.c5tr-adv-card p {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.5;
}

#m9hs-jackpots .p4yl-jackpot-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.p4yl-jackpot-card {
    flex: 1 1 220px;
    background: linear-gradient(135deg, #0a4038, #062e28);
    border: 1px solid rgba(179, 10, 215, .3);
    border-radius: var(--radius);
    padding: 28px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform .25s;
}

.p4yl-jackpot-card:hover {
    transform: translateY(-4px);
}

.p4yl-jackpot-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0, rgba(179, 10, 215, .15), transparent 70%);
}

.p4yl-jackpot-card h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.p4yl-jackpot-amount {
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 20px rgba(179, 10, 215, .6);
    transition: transform .3s;
}

.p4yl-jackpot-amount.bump {
    animation: k9fn-bump .3s ease;
}

@keyframes k9fn-bump {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.12)
    }
}

.p4yl-jackpot-label {
    font-size: 11px;
    color: var(--text-dim);
    margin-top: 8px;
}

.p4yl-btn-wrap {
    margin-top: 20px;
    text-align: center;
}

#t6bc-winners .v2kn-table-wrap {
    overflow-x: auto;
}

.v2kn-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 480px;
    margin: 0 auto;
}

.v2kn-table th {
    background: var(--card2);
    color: var(--text-dim);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 16px;
    text-align: left;
    border-bottom: 2px solid var(--border);
}

.v2kn-table td {
    padding: 11px 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    vertical-align: middle;
}

.v2kn-table tr:hover td {
    background: rgba(255, 255, 255, .03);
}

.v2kn-table .v2kn-rank {
    font-weight: 800;
    color: var(--text-dim);
    width: 36px;
}

.v2kn-table tr:nth-child(1) .v2kn-rank {
    color: #ffd700;
}

.v2kn-table tr:nth-child(2) .v2kn-rank {
    color: #c0c0c0;
}

.v2kn-table tr:nth-child(3) .v2kn-rank {
    color: #cd7f32;
}

.v2kn-table .v2kn-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.v2kn-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #013D33);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.v2kn-amount {
    font-weight: 700;
    color: var(--accent2);
}

.v2kn-game {
    font-size: 12px;
    color: var(--text-dim);
}

#s3nv-slot {
    padding: 56px 0;
}

.l7qw-slot-wrap {
    background: linear-gradient(135deg, #062e28, #0a1e1c);
    border: 1px solid rgba(179, 10, 215, .25);
    border-radius: 20px;
    padding: 40px 32px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 8px 48px rgba(0, 0, 0, .5);
}

.l7qw-slot-wrap h2 {
    margin-bottom: 8px;
}

.l7qw-slot-sub {
    color: var(--text-dim);
    font-size: 14px;
    margin-bottom: 32px;
}

.l7qw-reels {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}

.l7qw-reel {
    background: #021a18;
    border: 2px solid var(--border);
    border-radius: 12px;
    width: 90px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.l7qw-reel-strip {
    display: flex;
    flex-direction: column;
    transition: transform .0s;
    will-change: transform;
}

.l7qw-reel-strip.spinning {
    animation: reel-spin 0.7s linear;
}

@keyframes reel-spin {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-420px);
    }
}

.l7qw-symbol {
    width: 90px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    flex-shrink: 0;
}

.l7qw-result {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.l7qw-win-msg {
    font-size: 20px;
    font-weight: 800;
    color: var(--accent2);
    animation: r5hw-fadeIn .4s ease;
}

.l7qw-lose-msg {
    font-size: 16px;
    color: var(--text-dim);
}

@keyframes r5hw-fadeIn {
    from {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

#n8pc-review {
    padding: 56px 0;
}

.o4jx-review-wrap {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 40px;
}

.o4jx-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0 24px;
    border-top: 1px solid var(--border);
    margin-top: 28px;
}

.o4jx-author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--btn-login));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.o4jx-author-name {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

.o4jx-author-bio {
    font-size: 13px;
    color: var(--text-dim);
    margin-top: 3px;
}

.o4jx-author-link {
    font-size: 13px;
    color: var(--accent2);
    margin-top: 3px;
    display: inline-block;
}

.o4jx-content-block h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 10px;
}

.o4jx-content-block h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin: 16px 0 8px;
}

.o4jx-content-block p {
    color: var(--text);
    margin-bottom: 14px;
    line-height: 1.7;
}

.o4jx-content-block ul, .o4jx-content-block ol {
    padding-left: 24px;
    margin-bottom: 14px;
}

.o4jx-content-block li {
    color: var(--text);
    margin-bottom: 6px;
    line-height: 1.6;
}

.o4jx-content-block ul {
    list-style: disc;
}

.o4jx-content-block ol {
    list-style: decimal;
}

.o4jx-content-block table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

.o4jx-content-block table th, .o4jx-content-block table td {
    border: 1px solid var(--border);
    padding: 10px 14px;
    text-align: left;
    font-size: 14px;
}

.o4jx-content-block table th {
    background: var(--card2);
    color: var(--text-dim);
    font-weight: 600;
}

.o4jx-content-block blockquote {
    border-left: 3px solid var(--accent);
    padding: 10px 20px;
    background: rgba(179, 10, 215, .07);
    border-radius: 0 8px 8px 0;
    margin-bottom: 14px;
    font-style: italic;
    color: var(--text-dim);
}

.o4jx-content-block a {
    color: var(--accent2);
    text-decoration: underline;
}

.o4jx-content-block strong, .o4jx-content-block b {
    color: #fff;
    font-weight: 700;
}

#y7tm-faq {
    padding: 56px 0;
}

.g6rd-faq-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .2s;
}

.g6rd-faq-item.open {
    border-color: rgba(179, 10, 215, .4);
}

.g6rd-faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    gap: 16px;
    transition: background .2s;
}

.g6rd-faq-q:hover {
    background: rgba(255, 255, 255, .03);
}

.g6rd-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(179, 10, 215, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--accent);
    font-weight: 700;
    transition: transform .3s, background .2s;
}

.g6rd-faq-item.open .g6rd-faq-icon {
    transform: rotate(45deg);
    background: var(--accent);
    color: #fff;
}

.g6rd-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s;
    padding: 0 22px;
}

.g6rd-faq-item.open .g6rd-faq-a {
    max-height: 400px;
    padding: 0 22px 18px;
}

.g6rd-faq-a p {
    font-size: 14px;
    color: var(--text-dim);
    line-height: 1.7;
}

.g6rd-faq-a a {
    color: var(--accent2);
    text-decoration: underline;
}

#z2xw-footer {
    background: var(--hdr);
    border-top: 1px solid var(--border);
    padding: 40px 0 0;
}

.h1mn-footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 32px;
}

.h1mn-footer-col {
    flex: 1 1 180px;
}

.h1mn-footer-logo img {
    height: 40px;
    margin-bottom: 14px;
}

.h1mn-footer-desc {
    font-size: 13px;
    color: var(--text-dim);
    line-height: 1.6;
}

.h1mn-footer-col h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-dim);
    margin-bottom: 12px;
}

.h1mn-footer-col ul li {
    margin-bottom: 7px;
}

.h1mn-footer-col ul li a {
    font-size: 13px;
    color: var(--text-dim);
    transition: color .2s;
}

.h1mn-footer-col ul li a:hover {
    color: var(--accent2);
}

.q2nk-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.q2nk-provider-badge {
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 12px;
    color: var(--text-dim);
    font-weight: 600;
}

.s5vt-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.s5vt-pay-badge {
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--text);
}

.w8jn-footer-bottom {
    border-top: 1px solid var(--border);
    padding: 20px;
    text-align: center;
}

.w8jn-footer-bottom p {
    font-size: 12px;
    color: var(--text-dim);
    line-height: 1.7;
}

.w8jn-footer-bottom strong {
    color: var(--text);
}

#k3lp-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: linear-gradient(90deg, #053029 0%, #0a1e1c 50%, #053029 100%);
    border-top: 2px solid var(--accent);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 -4px 24px rgba(179, 10, 215, .2);
}

#k3lp-widget .k3lp-text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    flex: 1;
}

#k3lp-widget .k3lp-text span {
    color: var(--accent2);
    font-weight: 800;
}

#k3lp-widget .k3lp-close {
    background: none;
    border: none;
    color: var(--text-dim);
    font-size: 18px;
    cursor: pointer;
    padding: 0 4px;
    flex-shrink: 0;
    transition: color .2s;
}

#k3lp-widget .k3lp-close:hover {
    color: #fff;
}

#k3lp-widget a.btn--reg {
    text-decoration: none;
}

body {
    padding-bottom: 70px;
}

@media (max-width: 900px) {
    .n2wx-nav {
        display: none;
    }

    .f6nt-burger {
        display: flex;
    }

    .t8gq-header-right .e3mc-online {
        display: none;
    }
}

@media (max-width: 640px) {
    .b8vr-slide-content {
        margin-left: 5%;
        margin-right: 5%;
    }

    .b8vr-slide-content h1 {
        font-size: 26px;
    }

    .o4jx-review-wrap {
        padding: 20px 16px;
    }

    .l7qw-slot-wrap {
        padding: 24px 16px;
    }

    .l7qw-reel {
        width: 80px;
    }

    .l7qw-symbol {
        width: 80px;
        font-size: 36px;
    }

    .h1mn-footer-top {
        flex-direction: column;
    }

    .t8gq-header-right {
        gap: 6px;
    }

    .btn--login, .btn--reg {
        padding: 8px 14px;
        font-size: 13px;
    }

    #k3lp-widget .k3lp-text {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .l7qw-reels {
        gap: 6px;
    }

    .l7qw-reel {
        width: 70px;
    }

    .l7qw-symbol {
        width: 70px;
        font-size: 30px;
    }
}

.wp-site-icon {
    display: none;
}

.elementor-widget-wrap {
    display: contents;
}

.entry-content {
    display: contents;
}

@media (max-width: 640px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    #r5hd-site-header,
    #h5sx-hero {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .wr4dx-container {
        width: 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .m4kz-header-inner {
        width: 100%;
        height: 58px;
    }

    .b8vr-slider,
    .b8vr-slide {
        width: 100%;
        min-height: 420px;
    }

    .b8vr-slide-content {
        width: calc(100% - 24px);
        max-width: none;
        margin: 0 12px;
        padding: 40px 12px;
    }

    .b8vr-slide-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#r5hd-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: var(--hdr);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5);
}