/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A1E00;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

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

a {
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Header */
.g3xn8v.header {
    background-color: #012B00;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 179, 0, 0.2);
}

.j7wq2x.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: 20px;
}

.t6vp3k.logo-link img {
    height: 50px;
    width: auto;
}

.p2kn7v.header-nav {
    display: flex;
}

.m9xc4t.nav-list {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
}

.l3wp8z.nav-item a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s;
}

.l3wp8z.nav-item a:hover {
    background-color: #00B300;
}

.k4mx7w.online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 179, 0, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.counter-icon {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.b8nv3x.header-buttons {
    display: flex;
    gap: 10px;
}

.btn-login {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-login:hover {
    background-color: #FFFFFF;
    color: #012B00;
}

.btn-signup {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #00B300;
    transition: all 0.3s;
}

.btn-signup:hover {
    background-color: #009900;
    border-color: #009900;
    transform: translateY(-2px);
}

.r7kx3n.burger {
    display: none;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    padding: 10px;
}

.burger-line {
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    transition: all 0.3s;
}

.r7kx3n.burger.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.r7kx3n.burger.active .burger-line:nth-child(2) {
    opacity: 0;
}

.r7kx3n.burger.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Hero Section */
.p7vh3x.hero-section {
    position: relative;
    overflow: hidden;
}

.x4vp9k.hero-slider {
    position: relative;
    height: 500px;
}

.t2bn8v.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
}

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

.k9mx4p.slide-content {
    text-align: center;
    z-index: 2;
    background: rgba(128, 128, 128, 0.6);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.w3qn7z.slide-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.p8vk2m.slide-text {
    font-size: 24px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.btn-hero {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.4);
    transition: all 0.3s;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 179, 0, 0.6);
}

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

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background-color: #00B300;
    width: 30px;
    border-radius: 6px;
}

/* Jackpot Section */
.v3xm9p.jackpot-container {
    padding: 60px 0;
}

.k7wp2n.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #00B300;
}

.b9nv4x.jackpot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.p8wk3m.jackpot-card {
    background: linear-gradient(135deg, #012B00, #014A00);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #00B300;
    transition: all 0.3s;
}

.p8wk3m.jackpot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 179, 0, 0.3);
}

.jackpot-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.jackpot-name {
    font-size: 24px;
    margin-bottom: 20px;
}

.jackpot-amount {
    font-size: 32px;
    color: #00B300;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: monospace;
}

.btn-jackpot {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.btn-jackpot:hover {
    background-color: #009900;
    transform: scale(1.05);
}

/* Screenshots Section */
.t6mx9v.screenshots-container {
    padding: 60px 0;
    background-color: rgba(1, 43, 0, 0.5);
}

.screenshot-card {
    background-color: #012B00;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #00B300;
    transition: all 0.3s;
}

.screenshot-card:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(0, 179, 0, 0.4);
}

.screenshot-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.screenshot-caption {
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

/* Video Section */
.p9kx7m.video-container {
    padding: 60px 0;
}

.v8wn3k.video-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #00B300;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-description {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #cccccc;
}

/* Games Section */
.m7kn4v.games-container {
    padding: 60px 0;
    background-color: rgba(1, 43, 0, 0.5);
}

.x9wp3k.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.game-card {
    background: linear-gradient(135deg, #012B00, #003D00);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #00B300;
    transition: all 0.3s;
}

.game-card:hover {
    transform: translateY(-5px);
    border-color: #00FF00;
    box-shadow: 0 8px 25px rgba(0, 179, 0, 0.4);
}

.game-logo {
    font-size: 60px;
    margin-bottom: 15px;
}

.game-name {
    font-size: 16px;
    margin-bottom: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-game {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.btn-game:hover {
    background-color: #009900;
    transform: scale(1.1);
}

/* Content Box */
.content-box {
    background-color: rgba(1, 43, 0, 0.7);
    padding: 40px;
    border-radius: 15px;
    margin: 60px 0;
    border: 2px solid #00B300;
}

.h7wq2k {
    font-size: 40px;
    color: #00B300;
    margin-bottom: 30px;
    text-align: center;
}

.text-content h2 {
    font-size: 32px;
    color: #00B300;
    margin-top: 30px;
    margin-bottom: 20px;
}

.text-content h3 {
    font-size: 24px;
    color: #00CC00;
    margin-top: 25px;
    margin-bottom: 15px;
}

.text-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.text-content ul, .text-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.text-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.text-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background-color: rgba(1, 43, 0, 0.5);
}

.text-content table th,
.text-content table td {
    border: 1px solid #00B300;
    padding: 15px;
    text-align: left;
}

.text-content table th {
    background-color: #012B00;
    color: #00B300;
    font-weight: 700;
}

.text-content table tr:hover {
    background-color: rgba(0, 179, 0, 0.1);
}

.text-content strong {
    color: #00FF00;
}

/* Slot Game Section */
.k3wn9m.slotgame-container {
    padding: 60px 0;
    background-color: rgba(1, 43, 0, 0.7);
}

.v8mx4p.slot-machine {
    max-width: 500px;
    margin: 0 auto;
    background: linear-gradient(135deg, #012B00, #014A00);
    padding: 40px;
    border-radius: 20px;
    border: 3px solid #00B300;
    text-align: center;
}

.t6bn9x.slot-display {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.r2xk7p.reel {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    border: 3px solid #00B300;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.w9km3v.btn-spin {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.4);
}

.w9km3v.btn-spin:hover {
    background-color: #009900;
    transform: scale(1.05);
}

.w9km3v.btn-spin:active {
    transform: scale(0.95);
}

.w9km3v.btn-spin:disabled {
    background-color: #666;
    cursor: not-allowed;
}

.p7nv8x.slot-result {
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(0, 179, 0, 0.2);
    border-radius: 10px;
}

.result-title {
    font-size: 28px;
    color: #00FF00;
    margin-bottom: 15px;
}

.result-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-claim {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}

.btn-claim:hover {
    background-color: #009900;
    transform: scale(1.1);
}

/* FAQ Section */
.n4km8v.faq-container {
    padding: 60px 0;
}

.x7wp3n.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.b9vn4m.faq-item {
    background-color: rgba(1, 43, 0, 0.7);
    border: 1px solid #00B300;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.l3xk8p.faq-question {
    width: 100%;
    text-align: left;
    background-color: #012B00;
    color: #FFFFFF;
    padding: 20px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.l3xk8p.faq-question:hover {
    background-color: #013D00;
}

.l3xk8p.faq-question.active {
    background-color: #00B300;
}

.faq-arrow {
    transition: transform 0.3s;
}

.l3xk8p.faq-question.active .faq-arrow {
    transform: rotate(180deg);
}

.p6wm2k.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    display: none;
}

.p6wm2k.faq-answer p {
    padding: 20px 0;
    line-height: 1.8;
}

/* Author Section */
.m8vn3k.author-container {
    padding: 40px 0;
}

.author-card {
    background: linear-gradient(135deg, #012B00, #014A00);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #00B300;
    display: flex;
    gap: 25px;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.author-avatar {
    font-size: 80px;
    flex-shrink: 0;
}

.author-name {
    font-size: 24px;
    color: #00B300;
    margin-bottom: 10px;
}

.author-bio {
    line-height: 1.7;
    margin-bottom: 15px;
}

.author-link {
    color: #00FF00;
    text-decoration: underline;
    font-weight: 600;
}

.author-link:hover {
    color: #00B300;
}

/* Footer */
.t9xn4v.footer {
    background-color: #012B00;
    padding: 60px 0 30px;
    margin-top: auto;
    border-top: 3px solid #00B300;
}

.footer-logo-img {
    max-height: 60px;
    margin-bottom: 20px;
}

.footer-desc {
    line-height: 1.7;
    color: #cccccc;
}

.p8wn2k.footer-title {
    color: #00B300;
    font-size: 20px;
    margin-bottom: 20px;
}

.k6vm9x.footer-menu {
    list-style: none;
}

.k6vm9x.footer-menu li {
    margin-bottom: 10px;
}

.k6vm9x.footer-menu a {
    color: #FFFFFF;
    transition: color 0.3s;
}

.k6vm9x.footer-menu a:hover {
    color: #00B300;
}

.payment-logos img,
.providers-logos img {
    max-width: 100%;
    margin-top: 10px;
}

.providers-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.provider-item {
    background-color: rgba(0, 179, 0, 0.2);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 13px;
}

.m4kn8v.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #00B300;
}

.copyright-text,
.license-text,
.legal-text {
    margin-bottom: 10px;
    color: #cccccc;
    font-size: 14px;
}

/* Fixed Widget */
.z7wn3k.fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #012B00;
    border-top: 3px solid #00B300;
    padding: 15px 0;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 179, 0, 0.3);
}

.x9vm4p.widget-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-bonus {
    font-size: 18px;
    font-weight: 700;
    color: #00FF00;
}

.k3xp8m.widget-btn {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 700;
    transition: all 0.3s;
    text-decoration: none !important;
}

.k3xp8m.widget-btn:hover {
    background-color: #009900;
    transform: scale(1.05);
}

/* Unused styles for obfuscation */
.wp-block-image {
    margin: 20px 0;
}

.elementor-widget-container {
    padding: 10px;
}

.site-branding {
    display: block;
}

.menu-toggle {
    display: none;
}

.screen-reader-text {
    position: absolute;
}

.sticky {
    position: sticky;
}

.gallery-item {
    display: inline-block;
}

.bypostauthor {
    font-weight: bold;
}

/* Responsive */
@media (max-width: 992px) {
    .j7wq2x.header-inner {
        grid-template-columns: auto 1fr auto;
    }

    .p2kn7v.header-nav {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        background-color: #012B00;
        padding: 30px;
        transition: left 0.3s;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    }

    .p2kn7v.header-nav.active {
        left: 0;
    }

    .m9xc4t.nav-list {
        flex-direction: column;
        gap: 15px;
    }

    .k4mx7w.online-counter {
        display: none;
    }

    .r7kx3n.burger {
        display: flex;
    }

    .w3qn7z.slide-title {
        font-size: 32px;
    }

    .p8vk2m.slide-text {
        font-size: 18px;
    }

    .x4vp9k.hero-slider {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .b8nv3x.header-buttons {
        position: fixed;
        top: 15px;
        right: 60px;
        z-index: 1001;
    }

    .w3qn7z.slide-title {
        font-size: 28px;
    }

    .p8vk2m.slide-text {
        font-size: 16px;
    }

    .k7wp2n.section-title {
        font-size: 28px;
    }

    .h7wq2k {
        font-size: 32px;
    }

    .author-card {
        flex-direction: column;
        text-align: center;
    }

    .x9vm4p.widget-content {
        flex-direction: column;
        gap: 15px;
    }

    .t6bn9x.slot-display {
        gap: 10px;
    }

    .r2xk7p.reel {
        width: 80px;
        height: 80px;
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .content-box {
        padding: 20px;
    }

    .v8mx4p.slot-machine {
        padding: 25px;
    }

    .btn-hero {
        padding: 12px 30px;
        font-size: 16px;
    }
}

.were,
.m7kn4v.games-container,
.v3xm9p.jackpot-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    #102709;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.were {
    max-width: 980px;
    margin: 0 auto 24px;
    padding: 32px 24px 40px;
    color: #eef8ea;
}

.were h1,
.were h2,
.were h3,
.were h4,
.were h5,
.were h6 {
    color: #ffffff;
    line-height: 1.24;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.were h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 24px;
}

.were h2 {
    font-size: clamp(1.4rem, 2.2vw, 1.95rem);
    margin-top: 44px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.were h3 {
    font-size: clamp(1.12rem, 1.8vw, 1.38rem);
    margin-top: 28px;
    margin-bottom: 14px;
    color: #8dff8d;
}

.were p {
    margin-bottom: 16px;
    color: #c2d0bc;
    font-size: 1rem;
    line-height: 1.76;
}

.were > p:first-of-type {
    color: #eef8ea;
    font-size: 1.05rem;
}

.were a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.25s ease;
}

.were a:hover {
    color: #cffff0;
}

.were strong,
.were b {
    color: #ffffff;
    font-weight: 800;
}

.were ul,
.were ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.were li {
    margin-bottom: 10px;
    color: #c2d0bc;
    line-height: 1.72;
}

.were ul li::marker,
.were ol li::marker {
    color: #00b300;
    font-weight: 800;
}

.were blockquote {
    margin: 28px 0;
    padding: 18px 20px;
    border-left: 4px solid #00b300;
    border-radius: 0 14px 14px 0;
    background: rgba(0, 179, 0, 0.08);
}

.were blockquote p {
    margin: 0;
    color: #eef8ea;
}

.were table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.were th,
.were td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
}

.were th {
    background: #012b00;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
}

.were td {
    color: #eef8ea;
    font-size: 0.95rem;
}

.were tbody tr:last-child td {
    border-bottom: 0;
}

.m7kn4v.games-container,
.v3xm9p.jackpot-container {
    padding: 28px 24px;
    margin-bottom: 24px;
}

.k7wp2n.section-title {
    margin: 0 0 24px;
    text-align: center;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    font-weight: 800;
    color: #eef8ea;
}

.x9wp3k.games-grid,
.b9nv4x.jackpot-grid {
    margin: 0;
}

.x9wp3k.games-grid > [class*="col-"],
.b9nv4x.jackpot-grid > [class*="col-"] {
    margin-bottom: 0 !important;
}

.game-card.b4vn8x,
.p8wk3m.jackpot-card {
    height: 100%;
    padding: 24px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    #16370c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.game-card.b4vn8x:hover,
.p8wk3m.jackpot-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 179, 0, 0.5);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.game-logo,
.jackpot-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(0, 179, 0, 0.14);
    border: 1px solid rgba(0, 179, 0, 0.26);
    font-size: 2rem;
    line-height: 1;
}

.game-name,
.jackpot-name {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.35;
    font-weight: 700;
    min-height: auto;
    height: auto;
}

.jackpot-amount {
    margin-bottom: 18px;
    color: #8dff8d;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 900;
    line-height: 1.15;
    font-family: Arial, "Open Sans", sans-serif;
}

.amount-value {
    color: inherit;
}

.btn-game,
.btn-jackpot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 132px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(180deg, #00b300, #069706);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: 0 10px 22px rgba(0, 179, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-game:hover,
.btn-jackpot:hover {
    background: linear-gradient(180deg, #18cc18, #00b300);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .were,
    .m7kn4v.games-container,
    .v3xm9p.jackpot-container {
        border-radius: 18px;
    }

    .were {
        padding: 22px 16px 28px;
        margin-bottom: 18px;
    }

    .were h1 {
        font-size: 1.8rem;
        margin-bottom: 18px;
    }

    .were h2 {
        margin-top: 34px;
        margin-bottom: 14px;
        font-size: 1.28rem;
    }

    .were h3 {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 1.06rem;
    }

    .were p,
    .were li,
    .were td,
    .were th {
        font-size: 0.95rem;
    }

    .were table,
    .were thead,
    .were tbody,
    .were tr,
    .were th,
    .were td {
        display: block;
        width: 100%;
    }

    .were table {
        border: 0;
        background: transparent;
    }

    .were thead {
        display: none;
    }

    .were tbody {
        display: grid;
        gap: 12px;
    }

    .were tr {
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .were td {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .were td:last-child {
        border-bottom: 0;
    }

    .m7kn4v.games-container,
    .v3xm9p.jackpot-container {
        padding: 20px 16px;
        margin-bottom: 18px;
    }

    .k7wp2n.section-title {
        margin-bottom: 18px;
        font-size: 1.34rem;
    }

    .game-card.b4vn8x,
    .p8wk3m.jackpot-card {
        padding: 18px 14px;
        border-radius: 16px;
    }

    .game-logo,
    .jackpot-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
        font-size: 1.7rem;
    }

    .game-name,
    .jackpot-name {
        font-size: 0.94rem;
        margin-bottom: 12px;
    }

    .jackpot-amount {
        font-size: 1.5rem;
        margin-bottom: 14px;
    }

    .btn-game,
    .btn-jackpot {
        min-height: 40px;
        min-width: 118px;
        padding: 0 16px;
        font-size: 0.84rem;
    }
}

@media (max-width: 479px) {
    .were {
        padding-left: 14px;
        padding-right: 14px;
    }

    .were h1 {
        font-size: 1.64rem;
    }

    .were h2 {
        font-size: 1.18rem;
    }

    .k7wp2n.section-title {
        font-size: 1.2rem;
    }

    .game-logo,
    .jackpot-icon {
        width: 58px;
        height: 58px;
        font-size: 1.55rem;
    }

    .jackpot-amount {
        font-size: 1.34rem;
    }
}