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

body {
    font-family: 'Lato', sans-serif;
    background-color: #13083c;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Header Styles */
.hdr-wrp-982 {
    background: #22125b;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hdr-cnt-445 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hdr-top-223 {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    align-items: center;
    gap: 30px;
}

.hdr-logo-667 {
    display: flex;
}

.logo-lnk-889 {
    display: block;
}

.logo-img-001 {
    max-width: 180px;
    height: auto;
    display: block;
}

.hdr-nav-112 {
    display: flex;
    justify-content: center;
}

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

.nav-link-778 {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-link-778:hover {
    color: #ffd571;
}

.hdr-actions-992 {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

.online-dot-336 {
    width: 8px;
    height: 8px;
    background: #00ff00;
    border-radius: 50%;
    animation: pulse-992 2s infinite;
}

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

.online-txt-558 {
    font-size: 14px;
    font-weight: 600;
}

.hdr-btn-login-771 {
    padding: 10px 20px;
    background: #8476b5;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hdr-btn-login-771:hover {
    background: #9587c5;
    transform: translateY(-2px);
}

.hdr-btn-signup-993 {
    padding: 10px 25px;
    background: #ffd571;
    color: #22125b;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.hdr-btn-signup-993:hover {
    background: #ffe291;
    transform: translateY(-2px);
}

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

.burger-line-447 {
    width: 28px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero-sc87 {
    background-image: url('/ol-banner1.png');
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    position: relative;
    text-align: center;
}

.hero-sc87::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-cnt923 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.hero-h1-982 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    background: rgba(128, 128, 128, 0.6);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.hero-txt-112 {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.6;
    background: rgba(128, 128, 128, 0.6);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.hero-btns-09 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-hero-823 {
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary-982 {
    background: #ffd571;
    color: #22125b;
}

.btn-primary-982:hover {
    background: #ffe291;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 213, 113, 0.4);
}

/* Content Wrapper */
.cnt-wrp-001 {
    flex: 1;
    padding: 60px 20px;
}

.main-923 {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Headers */
.sec-hdr-991 {
    text-align: center;
    margin-bottom: 50px;
}

.h2-style-883 {
    font-size: 40px;
    font-weight: 700;
    color: #ffd571;
    margin-bottom: 15px;
}

.sec-sub-223 {
    font-size: 18px;
    color: #cccccc;
}

/* Advantages Section */
.adv-sec-772 {
    margin-bottom: 80px;
    padding: 60px 30px;
    background: rgba(34, 18, 91, 0.4);
    border-radius: 20px;
}

.adv-grid-334 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.adv-card-112 {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.adv-card-112:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #8476b5;
    transform: translateY(-5px);
}

.adv-icon-90 {
    font-size: 50px;
    margin-bottom: 20px;
}

.adv-h3-223 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffd571;
}

.adv-txt-445 {
    font-size: 16px;
    line-height: 1.6;
    color: #dddddd;
}

/* Screenshots Section */
.scrn-sec-881 {
    margin-bottom: 80px;
}

.scrn-slider-223 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.scrn-item-445 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.scrn-item-445:hover {
    transform: scale(1.05);
}

.scrn-img-667 {
    width: 100%;
    height: auto;
    display: block;
}

.scrn-cap-889 {
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

/* Tournaments Section */
.trn-sec-554 {
    margin-bottom: 80px;
    padding: 60px 30px;
    background: linear-gradient(135deg, rgba(132, 118, 181, 0.2), rgba(255, 213, 113, 0.1));
    border-radius: 20px;
}

.trn-slider-778 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.trn-card-998 {
    background: rgba(34, 18, 91, 0.6);
    padding: 30px;
    border-radius: 15px;
    position: relative;
    border: 2px solid rgba(255, 213, 113, 0.3);
    transition: all 0.3s ease;
}

.trn-card-998:hover {
    border-color: #ffd571;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 213, 113, 0.2);
}

.trn-badge-221 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #00ff00;
    color: #000000;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.trn-h3-332 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffd571;
}

.trn-desc-556 {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #dddddd;
}

.trn-timer-443 {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.timer-label-92 {
    display: block;
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 5px;
}

.timer-val-84 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ffd571;
}

.trn-prize-667 {
    background: rgba(255, 213, 113, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.prize-label-33 {
    display: block;
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 5px;
}

.prize-val-55 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ffd571;
}

.trn-btn-778 {
    display: block;
    width: 100%;
    padding: 12px;
    background: #8476b5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.trn-btn-778:hover {
    background: #9587c5;
}

/* Bonuses Section */
.bns-sec-336 {
    margin-bottom: 80px;
}

.bns-slider-449 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bns-card-771 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.bns-card-771:hover {
    border-color: #ffd571;
    transform: translateY(-5px);
}

.bns-img-992 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.bns-img-992 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bns-h3-554 {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 20px 10px;
    color: #ffd571;
}

.bns-desc-776 {
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #dddddd;
}

.bns-btn-883 {
    display: block;
    margin: 0 20px 20px;
    padding: 12px;
    background: #ffd571;
    color: #22125b;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.bns-btn-883:hover {
    background: #ffe291;
}

/* Slot Game Section */
.slot-game-sec-112 {
    margin-bottom: 80px;
    padding: 60px 30px;
    background: rgba(34, 18, 91, 0.4);
    border-radius: 20px;
    text-align: center;
}

.slot-wrp-445 {
    max-width: 500px;
    margin: 0 auto;
}

.slot-machine-667 {
    background: linear-gradient(135deg, #8476b5, #22125b);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.slot-reels-889 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.slot-reel-001 {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 0;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
}

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

@keyframes spin-556 {
    0% { transform: translateY(-100px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

.slot-btn-334 {
    width: 100%;
    padding: 18px;
    background: #ffd571;
    color: #22125b;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slot-btn-334:hover {
    background: #ffe291;
    transform: scale(1.05);
}

.slot-btn-334:disabled {
    background: #888888;
    cursor: not-allowed;
}

.slot-result-556 {
    margin-top: 30px;
}

.slot-win-778 {
    background: linear-gradient(135deg, rgba(0, 255, 0, 0.2), rgba(255, 213, 113, 0.2));
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #00ff00;
}

.win-h3-992 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00ff00;
}

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

.win-btn-336 {
    display: inline-block;
    padding: 15px 40px;
    background: #ffd571;
    color: #22125b;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.win-btn-336:hover {
    background: #ffe291;
    transform: scale(1.05);
}

/* Reviews Section */
.rev-sec-889 {
    margin-bottom: 80px;
}

.rev-grid-223 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.rev-card-445 {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.rev-card-445:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #8476b5;
}

.rev-hdr-667 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.rev-avatar-889 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #8476b5;
}

.rev-name-223 {
    font-size: 18px;
    font-weight: 700;
    color: #ffd571;
    display: block;
    margin-bottom: 5px;
}

.rev-stars-445 {
    color: #ffd571;
    font-size: 16px;
}

.rev-txt-667 {
    font-size: 15px;
    line-height: 1.7;
    color: #dddddd;
}

/* Review Form */
.rev-form-wrp-112 {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(34, 18, 91, 0.4);
    padding: 40px;
    border-radius: 20px;
}

.rev-form-h3-334 {
    font-size: 28px;
    font-weight: 700;
    color: #ffd571;
    margin-bottom: 30px;
    text-align: center;
}

.form-grp-778 {
    margin-bottom: 25px;
}

.form-lbl-992 {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #ffffff;
}

.form-inp-114,
.form-txt-336 {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease;
}

.form-inp-114:focus,
.form-txt-336:focus {
    outline: none;
    border-color: #8476b5;
    background: rgba(255, 255, 255, 0.15);
}

.form-txt-336 {
    resize: vertical;
}

.form-btn-558 {
    width: 100%;
    padding: 15px;
    background: #ffd571;
    color: #22125b;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-btn-558:hover {
    background: #ffe291;
    transform: translateY(-2px);
}

.form-success-779 {
    background: rgba(0, 255, 0, 0.2);
    border: 2px solid #00ff00;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.form-success-779 p {
    font-size: 16px;
    font-weight: 600;
    color: #00ff00;
    margin: 0;
}

/* Author Section */
.author-sec-991 {
    margin-bottom: 80px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

.author-card-223 {
    display: flex;
    gap: 30px;
    align-items: center;
}

.author-img-445 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #8476b5;
    flex-shrink: 0;
}

.author-name-889 {
    font-size: 24px;
    font-weight: 700;
    color: #ffd571;
    margin-bottom: 10px;
}

.author-bio-001 {
    font-size: 15px;
    line-height: 1.7;
    color: #dddddd;
    margin-bottom: 15px;
}

.author-link-223 {
    display: inline-block;
    padding: 10px 20px;
    background: #8476b5;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.author-link-223:hover {
    background: #9587c5;
}

/* Footer */
.ftr-wrp-883 {
    background: #22125b;
    padding: 60px 20px 30px;
    margin-top: auto;
}

.ftr-cnt-225 {
    max-width: 1200px;
    margin: 0 auto;
}

.ftr-grid-447 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.ftr-logo-img-225 {
    max-width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.ftr-desc-447 {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 20px;
}

.ftr-support-title-881 {
    font-weight: 700;
    margin-bottom: 8px;
}

.ftr-phone-003 {
    color: #ffd571;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.ftr-h4-225 {
    font-size: 18px;
    font-weight: 700;
    color: #ffd571;
    margin-bottom: 20px;
}

.ftr-links-447 {
    list-style: none;
}

.ftr-link-item-669 {
    margin-bottom: 12px;
}

.ftr-link-881 {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.ftr-link-881:hover {
    color: #ffd571;
}

.ftr-payments-003,
.ftr-providers-447 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.payment-logo-225,
.provider-logo-669 {
    width: 60px;
    height: 40px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 8px;
}

.ftr-bottom-881 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.ftr-legal-003 {
    text-align: center;
}

.ftr-copyright-225,
.ftr-license-447,
.ftr-warning-669 {
    font-size: 13px;
    color: #aaaaaa;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Fixed Widget */
.widget-fixed-992 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    animation: slideUp-778 0.5s ease;
}

@keyframes slideUp-778 {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.widget-content-225 {
    background: linear-gradient(135deg, #8476b5, #22125b);
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    gap: 20px;
}

.widget-text-447 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-emoji-669 {
    font-size: 28px;
}

.widget-title-881 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.widget-amount-003 {
    font-size: 20px;
    font-weight: 900;
    color: #ffd571;
}

.widget-btn-225 {
    padding: 12px 25px;
    background: #ffd571;
    color: #22125b;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.widget-btn-225:hover {
    background: #ffe291;
    transform: scale(1.05);
}

/* Unused styles for obfuscation */
.wp-element-hidden { display: none !important; }
.yoast-breadcrumb { font-size: 14px; }
.elementor-widget-container { position: relative; }
.site-header-wrapper { background: transparent; }
.custom-logo-link { display: inline-block; }

/* Responsive Styles */
@media (max-width: 992px) {
    .hdr-top-223 {
        grid-template-columns: auto 1fr;
    }
    
    .hdr-nav-112 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #22125b;
        padding: 20px;
    }
    
    .hdr-nav-112.active {
        display: block;
    }
    
    .nav-list-334 {
        flex-direction: column;
        gap: 15px;
    }
    
    .burger-btn-225 {
        display: flex;
    }
    
    .hdr-online-114 {
        order: -1;
    }
    
    .hero-h1-982 {
        font-size: 36px;
    }
    
    .adv-grid-334,
    .trn-slider-778,
    .bns-slider-449 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ftr-grid-447 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hdr-actions-992 {
        flex-wrap: wrap;
    }
    
    .hero-h1-982 {
        font-size: 28px;
    }
    
    .hero-txt-112 {
        font-size: 16px;
    }
    
    .h2-style-883 {
        font-size: 32px;
    }
    
    .adv-grid-334,
    .ftr-grid-447 {
        grid-template-columns: 1fr;
    }
    
    .scrn-slider-223,
    .trn-slider-778,
    .bns-slider-449 {
        grid-template-columns: 1fr;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-bottom: 10px;
    }
    
    .scrn-item-445,
    .trn-card-998,
    .bns-card-771 {
        scroll-snap-align: center;
        min-width: 90%;
    }
    
    .author-card-223 {
        flex-direction: column;
        text-align: center;
    }
    
    .widget-content-225 {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }
    
    .widget-text-447 {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .hdr-btn-login-771,
    .hdr-btn-signup-993 {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    .hero-h1-982 {
        font-size: 24px;
    }
    
    .btn-hero-823 {
        padding: 14px 30px;
        font-size: 16px;
    }
}
