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

body {
    font-family: 'Roboto', sans-serif;
    background-color: #111111;
    color: #e0e0e0;
    line-height: 1.7;
    overflow-x: hidden;
}

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

/* Unused styles for uniqueness */
.wp-block-cover { display: none; }
.elementor-section { margin: 0; }
.yoast-seo-meta { visibility: hidden; }

/* Header */
.kd8pn2-header {
    background: #151515;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.xr5jq9-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.wm3tk7-logo-container {
    flex: 0 0 auto;
}

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

.qj4xv8-online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

.lw7bn3-online-icon {
    font-size: 12px;
}

.yt2pk6-online-text {
    font-size: 14px;
    color: #e0e0e0;
}

.fn8vq4-online-num {
    color: #ffec00;
}

.bt7pn4-nav-menu {
    display: flex;
    flex: 1;
    justify-content: center;
}

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

.ph2tk7-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.ph2tk7-nav-link:hover {
    color: #ffec00;
}

.kr4xw6-auth-buttons {
    display: flex;
    gap: 10px;
}

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

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

/* Buttons */
.js5kp1-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    text-align: center;
}

.js5kp1-btn-primary {
    background: #ffec00;
    color: #111111;
}

.js5kp1-btn-primary:hover {
    background: #ffd700;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,236,0,0.3);
}

.js5kp1-btn-secondary {
    background: #ffffff;
    color: #111111;
}

.js5kp1-btn-secondary:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.js5kp1-btn-sm {
    padding: 8px 20px;
    font-size: 14px;
}

/* Hero Section */
.qw8pz3-hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/banner.png');
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    text-align: center;
    margin-bottom: 50px;
}

.lm4vn9-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.rt6gk2-hero-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    line-height: 1.2;
}

.uy3bn8-hero-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    color: #ffec00;
    font-weight: 500;
}

.zx7hm4-hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Main Content */
.df9wq6-main-content {
    padding: 40px 0;
}

/* Section Titles */
.tp8kr5-section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

/* Casino Info Section */
.bn2vm7-casino-info-section {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.gh4xn1-table-wrapper {
    overflow-x: auto;
}

.wr5tj9-casino-info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.wr5tj9-casino-info-table td {
    padding: 15px 20px;
    border: 1px solid #333333;
    text-align: left;
}

.yq6ml3-param {
    font-weight: 600;
    color: #ffec00;
    width: 40%;
}

.fp2nw8-value {
    color: #e0e0e0;
}

.wr5tj9-casino-info-table tr:hover {
    background: rgba(255,236,0,0.05);
}

/* Winners Section */
.km9xt4-winners-section {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.pl7yn2-winners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.vh3kq8-winner-card {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #333333;
    transition: transform 0.3s;
}

.vh3kq8-winner-card:hover {
    transform: translateY(-5px);
    border-color: #ffec00;
}

.wj6mr9-rank {
    font-size: 24px;
    font-weight: 700;
    color: #ffec00;
    min-width: 40px;
}

.qz4tp7-nick {
    flex: 1;
    font-weight: 500;
    color: #ffffff;
}

.nx8wk5-amount {
    font-weight: 700;
    color: #4caf50;
    font-size: 16px;
}

/* App Section */
.kv2xm6-app-section {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.rp9nh4-app-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.mt5gx2-app-table {
    width: 100%;
    border-collapse: collapse;
}

.mt5gx2-app-table td {
    padding: 12px 15px;
    border: 1px solid #333333;
}

.lx6pk9-app-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wn3jv7-app-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    background: linear-gradient(135deg, #ffec00, #ffd700);
    color: #111111;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.wn3jv7-app-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(255,236,0,0.3);
}

.fk8qm2-app-icon {
    font-size: 28px;
}

/* Bonuses Section */
.bx4zn8-bonuses-section {
    padding: 40px 20px;
    margin-bottom: 50px;
}

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

.vf9kq2-bonus-card {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #333333;
    transition: all 0.3s;
}

.vf9kq2-bonus-card:hover {
    border-color: #ffec00;
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255,236,0,0.2);
}

.jw6hn5-bonus-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.zq3mp7-bonus-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.xt8rk4-bonus-description {
    font-size: 15px;
    margin-bottom: 20px;
    color: #b0b0b0;
    line-height: 1.6;
}

.pk2bn9-bonus-amount {
    font-size: 32px;
    font-weight: 900;
    color: #ffec00;
    margin-bottom: 25px;
}

/* Slot Machine */
.tx9vk6-slot-section {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.hw2nq8-slot-machine {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

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

.qn5kx9-slot-reel {
    width: 100px;
    height: 100px;
    background: #2a2a2a;
    border: 3px solid #ffec00;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zm4pt8-slot-symbol {
    font-size: 60px;
    animation: spin 0.5s ease-in-out;
}

@keyframes spin {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}

.wp6nr2-spin-button {
    padding: 15px 40px;
    background: #ffec00;
    color: #111111;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.wp6nr2-spin-button:hover {
    background: #ffd700;
    transform: scale(1.05);
}

.wp6nr2-spin-button:disabled {
    background: #666666;
    cursor: not-allowed;
}

.bk8xm5-slot-result {
    margin-top: 30px;
    min-height: 100px;
}

.slot-win-message {
    background: linear-gradient(135deg, #4caf50, #45a049);
    padding: 30px;
    border-radius: 15px;
    animation: slideIn 0.5s ease-out;
}

.slot-win-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.slot-win-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ Section */
.hq3zm7-faq-section {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
}

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

.jr9kq2-faq-item {
    margin-bottom: 20px;
    border: 1px solid #333333;
    border-radius: 10px;
    overflow: hidden;
}

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

.xw7hn3-faq-question:hover {
    background: #333333;
}

.pq4vk8-faq-icon {
    font-size: 24px;
    color: #ffec00;
    transition: transform 0.3s;
}

.jr9kq2-faq-item.active .pq4vk8-faq-icon {
    transform: rotate(45deg);
}

.gy5mn2-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #1a1a1a;
}

.jr9kq2-faq-item.active .gy5mn2-faq-answer {
    max-height: 500px;
}

.gy5mn2-faq-answer div {
    padding: 20px 25px;
    color: #b0b0b0;
    line-height: 1.8;
}

/* Footer */
.pm7zn4-footer {
    background: #151515;
    padding: 60px 0 30px;
    margin-top: 80px;
}

.xk8vq3-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.qt8pk5-footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffec00;
}

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

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

.lm3vn7-footer-links {
    list-style: none;
}

.lm3vn7-footer-links li {
    margin-bottom: 12px;
}

.vx6jq2-footer-link {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s;
}

.vx6jq2-footer-link:hover {
    color: #ffec00;
}

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

.hr4wq8-payment-logo {
    padding: 8px 12px;
    background: #2a2a2a;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
}

.pw7vk3-footer-providers {
    margin-bottom: 40px;
    text-align: center;
}

.zx4qn8-providers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.fm6wq2-provider {
    padding: 8px 15px;
    background: #2a2a2a;
    border-radius: 20px;
    font-size: 14px;
    color: #b0b0b0;
}

.kv3xm7-footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ty4hp9-copyright,
.bj7vn2-license,
.wp2kx6-disclaimer {
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
}

.gy9tn4-author-text,
.ln6vk8-author-desc {
    color: #b0b0b0;
    font-size: 14px;
    margin-bottom: 8px;
}

.hq4wp7-author-link {
    color: #ffec00;
    text-decoration: none;
    font-size: 14px;
}

/* Fixed Widget */
.vc8xm4-widget-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ffec00, #ffd700);
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 999;
}

.hs9pn7-widget-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.qm3vk6-widget-text {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
}

.tl7hw2-widget-btn {
    padding: 12px 30px;
    background: #111111;
    color: #ffec00;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s;
}

.tl7hw2-widget-btn:hover {
    background: #2a2a2a;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .bt7pn4-nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: calc(100vh - 80px);
        background: #151515;
        transition: left 0.3s;
        padding: 30px;
        z-index: 999;
    }
    
    .bt7pn4-nav-menu.active {
        left: 0;
    }
    
    .vq5jk8-nav-list {
        flex-direction: column;
        gap: 20px;
    }
    
    .hx6rm9-burger {
        display: flex;
    }
    
    .rp9nh4-app-content {
        grid-template-columns: 1fr;
    }
    
    .kv3xm7-footer-bottom {
        grid-template-columns: 1fr;
    }
    
    .gm7yp3-bonuses-slider {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        grid-template-columns: repeat(3, 300px);
    }
    
    .vf9kq2-bonus-card {
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .rt6gk2-hero-title {
        font-size: 32px;
    }
    
    .uy3bn8-hero-subtitle {
        font-size: 18px;
    }
    
    .tp8kr5-section-title {
        font-size: 28px;
    }
    
    .pl7yn2-winners-grid {
        grid-template-columns: 1fr;
    }
    
    .hs9pn7-widget-content {
        flex-direction: column;
        text-align: center;
    }
    
    .qm3vk6-widget-text {
        font-size: 16px;
    }
}


.wp-container-1 { display: none; }
.wp-site-blocks { display: none; }
.elementor-invisible { visibility: hidden; }
.yoast-text-mark { background: none; }
