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

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A1E00;
    color: #e8e8e8;
    line-height: 1.65;
}

.y3u8i5-body-main {
    overflow-x: hidden;
}

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

.m2n6b4-header-main {
    background: linear-gradient(135deg, #012B00 0%, #014400 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.xb7g4h2-header-wrap {
    padding: 0;
}

.qw8rt5-logo-col {
}

.d5f9g3-logo-link {
    display: block;
}

.zx3c9v-logo-img {
    max-width: 180px;
    height: auto;
}

.w9e2r7-main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.a4s6d8-nav-link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

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

.f3g7h9-online-counter {
    background: rgba(0, 179, 0, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid #00B300;
}

.j6k8l4-counter-text {
    color: #FFFFFF;
    font-size: 14px;
}

.n2m5p9-counter-num {
    color: #00B300;
}

.u7i9o3-header-btns {
    display: flex;
    gap: 10px;
}

.p9k4l7-btn-login {
    background: #FFFFFF;
    color: #012B00;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.p9k4l7-btn-login:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.h2m6n3-btn-signup {
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    color: #FFFFFF;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 179, 0, 0.3);
}

.h2m6n3-btn-signup:hover {
    background: linear-gradient(135deg, #00d400 0%, #00B300 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 179, 0, 0.5);
    color: #FFFFFF;
}

.r5t8y2-burger-btn {
    background: transparent;
    border: none;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.r5t8y2-burger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s;
}

.v8b3n6-mobile-nav {
    background: #012B00;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.c5x9z2-mobile-link {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    transition: background 0.3s;
}

.c5x9z2-mobile-link:hover {
    background: rgba(0, 179, 0, 0.1);
    color: #00B300;
}

.q7w4e9-mobile-counter {
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
}

.p5l9k7-hero-section {
    background: linear-gradient(135deg, #0A1E00 0%, #012B00 100%);
    padding: 60px 0;
    margin-bottom: 40px;
}

.r8t4y6-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
}

.w3e9r5-hero-subtitle {
    font-size: 18px;
    color: #e8e8e8;
    margin-bottom: 30px;
    line-height: 1.6;
}

.q6a2s8-hero-btns {
    margin-top: 30px;
}

.f4d7g3-hero-btn-primary {
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    color: #FFFFFF;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.4);
}

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

.z9x5c2-hero-btn-secondary {
    background: #FFFFFF;
    color: #012B00;
    border: 2px solid #FFFFFF;
    padding: 15px 35px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;
}

.z9x5c2-hero-btn-secondary:hover {
    background: transparent;
    color: #FFFFFF;
    transform: translateY(-3px);
}

.v7b4n8-hero-img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.c3x7v9-main-content {
    flex: 1;
    padding: 40px 0;
}

.k5m2p8-pros-cons-section {
}

.h8j4l6-pros-box, .t3r7y5-cons-box {
    background: rgba(1, 43, 0, 0.6);
    border: 2px solid rgba(0, 179, 0, 0.3);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s;
}

.h8j4l6-pros-box {
    border-color: rgba(0, 179, 0, 0.5);
}

.t3r7y5-cons-box {
    border-color: rgba(255, 100, 100, 0.3);
}

.h8j4l6-pros-box:hover, .t3r7y5-cons-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.n9o3p7-box-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.u6i2k8-list {
    list-style: none;
    padding: 0;
}

.u6i2k8-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #e8e8e8;
}

.u6i2k8-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #00B300;
    font-size: 24px;
}

.t3r7y5-cons-box .u6i2k8-list li:before {
    color: #ff6464;
}

.a9s6d4-winners-section {
    background: rgba(1, 43, 0, 0.4);
    padding: 40px 20px;
    border-radius: 15px;
    border: 2px solid rgba(0, 179, 0, 0.2);
}

.f2g8h5-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.w7e3r9-winners-table-wrap {
    overflow-x: auto;
}

.q5t8y2-winners-table {
    background: rgba(1, 43, 0, 0.6) !important;
    color: #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

.q5t8y2-winners-table thead {
    background: linear-gradient(135deg, #012B00 0%, #014400 100%);
}

.q5t8y2-winners-table th {
    font-weight: 700;
    padding: 15px;
    border: 1px solid rgba(0, 179, 0, 0.2);
}

.q5t8y2-winners-table td {
    padding: 12px 15px;
    border: 1px solid rgba(0, 179, 0, 0.1);
}

.k3l7m4-winners-body tr:hover {
    background: rgba(0, 179, 0, 0.1);
}

.p8k5l3-bonuses-section {
}

.j6h9k2-bonus-card {
    background: linear-gradient(135deg, rgba(1, 43, 0, 0.8) 0%, rgba(1, 68, 0, 0.6) 100%);
    border: 2px solid rgba(0, 179, 0, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

.j6h9k2-bonus-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 179, 0, 0.3);
    border-color: rgba(0, 179, 0, 0.6);
}

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

.s4d8f6-bonus-title {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.l9p2m7-bonus-amount {
    font-size: 32px;
    font-weight: 700;
    color: #00B300;
    margin-bottom: 15px;
}

.i5o8k3-bonus-desc {
    color: #e8e8e8;
    margin-bottom: 20px;
    font-size: 15px;
}

.t7y4u9-bonus-btn {
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    color: #FFFFFF !important;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s;
}

.t7y4u9-bonus-btn:hover {
    background: linear-gradient(135deg, #00d400 0%, #00B300 100%);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 179, 0, 0.5);
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.r5t9y3-games-section {
}

.c8v5b3-game-card {
    background: rgba(1, 43, 0, 0.6);
    border: 2px solid rgba(0, 179, 0, 0.2);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
}

.c8v5b3-game-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 179, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 179, 0, 0.2);
}

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

.a7s9d2-game-name {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
    min-height: 40px;
}

.k4l8p6-game-btn {
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    color: #FFFFFF;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.k4l8p6-game-btn:hover {
    background: linear-gradient(135deg, #00d400 0%, #00B300 100%);
    color: #FFFFFF;
    transform: scale(1.05);
}

.b4n8m5-minigame-section {
}

.g3h7j4-minigame-box {
    background: rgba(1, 43, 0, 0.8);
    border: 2px solid rgba(0, 179, 0, 0.4);
    border-radius: 15px;
    padding: 40px 30px;
}

.v9c5x2-slot-display {
}

.s7d4f8-reel {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(0, 179, 0, 0.3);
    border-radius: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    transition: all 0.3s;
}

.s7d4f8-reel.spinning {
    animation: spin 0.5s ease-in-out;
}

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

.l5m8n6-spin-btn {
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    color: #FFFFFF;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s;
}

.l5m8n6-spin-btn:hover {
    background: linear-gradient(135deg, #00d400 0%, #00B300 100%);
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 179, 0, 0.5);
}

.l5m8n6-spin-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.p6k9l3-result-box {
    background: rgba(0, 179, 0, 0.1);
    border: 2px solid #00B300;
    border-radius: 10px;
    padding: 20px;
    animation: fadeIn 0.5s;
}

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

.h9j3k7-content-area {
}

.e4r8t6-content-box {
    background: rgba(1, 43, 0, 0.4);
    border: 2px solid rgba(0, 179, 0, 0.2);
    border-radius: 15px;
    padding: 40px 30px;
}

.e4r8t6-content-box h2 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.e4r8t6-content-box h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.e4r8t6-content-box p {
    color: #e8e8e8;
    margin-bottom: 15px;
    line-height: 1.7;
}

.e4r8t6-content-box ul, .e4r8t6-content-box ol {
    color: #e8e8e8;
    margin-bottom: 15px;
    padding-left: 25px;
}

.e4r8t6-content-box li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.e4r8t6-content-box table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    background: rgba(1, 43, 0, 0.6);
    border-radius: 8px;
    overflow: hidden;
}

.e4r8t6-content-box table th {
    background: rgba(0, 179, 0, 0.2);
    color: #FFFFFF;
    padding: 12px 15px;
    text-align: left;
    border: 1px solid rgba(0, 179, 0, 0.3);
    font-weight: 600;
}

.e4r8t6-content-box table td {
    padding: 10px 15px;
    border: 1px solid rgba(0, 179, 0, 0.2);
    color: #e8e8e8;
}

.e4r8t6-content-box a {
    color: #00B300;
    text-decoration: underline;
}

.e4r8t6-content-box a:hover {
    color: #00d400;
}

.z2x6c4-faq-section {
}

.q9w3e7-faq-item {
    background: rgba(1, 43, 0, 0.6);
    border: 1px solid rgba(0, 179, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.q9w3e7-faq-item .accordion-button {
    background: rgba(1, 43, 0, 0.8);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 20px;
    border: none;
}

.q9w3e7-faq-item .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #012B00 0%, #014400 100%);
    color: #FFFFFF;
    box-shadow: none;
}

.q9w3e7-faq-item .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.q9w3e7-faq-item .accordion-body {
    background: rgba(1, 43, 0, 0.4);
    color: #e8e8e8;
    padding: 20px;
    line-height: 1.7;
}

.o7p3k9-author-section {
}

.m5n8b6-author-box {
    background: rgba(1, 43, 0, 0.6);
    border: 2px solid rgba(0, 179, 0, 0.3);
    border-radius: 15px;
    padding: 30px;
}

.t4y8u5-author-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    flex-shrink: 0;
}

.r6t9y4-author-link {
    color: #00B300;
    text-decoration: underline;
}

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

.t4y7u3-footer-section {
    background: linear-gradient(135deg, #012B00 0%, #001a00 100%);
    color: #e8e8e8;
    margin-top: 60px;
    border-top: 3px solid rgba(0, 179, 0, 0.3);
}

.i9o6p2-footer-text {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 1.6;
}

.k3l8m5-footer-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

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

.b6n9m4-payments-grid, .s8d3f6-providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}

.q2w5e7-payment-item, .h5j7k2-provider-item {
    background: rgba(0, 179, 0, 0.1);
    border: 1px solid rgba(0, 179, 0, 0.2);
    border-radius: 6px;
    padding: 8px 12px;
    text-align: center;
    font-size: 12px;
    color: #e8e8e8;
    transition: all 0.3s;
}

.q2w5e7-payment-item:hover, .h5j7k2-provider-item:hover {
    background: rgba(0, 179, 0, 0.2);
    border-color: rgba(0, 179, 0, 0.4);
}

.l9p3m7-footer-legal {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 179, 0, 0.2);
}

.a8s5d3-legal-disclaimer {
    color: #b8b8b8;
}

.w4e7r9-fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #00B300 0%, #00d400 100%);
    padding: 15px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: slideUp 0.5s;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.s2d6f8-widget-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
}

.k7l3m9-widget-btn {
    background: #FFFFFF;
    color: #012B00 !important;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s;
}

.k7l3m9-widget-btn:hover {
    background: #f0f0f0;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #012B00 !important;
    text-decoration: none !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

@media (max-width: 768px) {
    .r8t4y6-hero-title {
        font-size: 28px;
    }

    .w3e9r5-hero-subtitle {
        font-size: 16px;
    }

    .f2g8h5-section-title {
        font-size: 24px;
    }

    .q6a2s8-hero-btns {
        flex-direction: column;
    }

    .f4d7g3-hero-btn-primary,
    .z9x5c2-hero-btn-secondary {
        width: 100%;
        text-align: center;
    }

    .w4e7r9-fixed-widget {
        padding: 10px 0;
    }

    .s2d6f8-widget-text {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin-bottom: 8px;
    }

    .k7l3m9-widget-btn {
        width: 100%;
    }
}

.wp-site-header,
.wp-footer-meta {
    display: none;
}

.unused-class-1 {
    display: none;
}

.unused-class-2 {
    visibility: hidden;
}

.x9z3m7-unused {
    opacity: 0;
}

.q4w8e2-dummy {
    position: absolute;
    left: -9999px;
}

.elementor-hidden {
    display: none !important;
}

.yoast-hidden {
    visibility: hidden !important;
}

.lgsew {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 32px;
    background: linear-gradient(180deg, rgba(1, 43, 0, 0.9) 0%, rgba(8, 28, 0, 0.98) 100%);
    border: 1px solid rgba(0, 179, 0, 0.2);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
    color: #e8f5e9;
}

.lgsew h1,
.lgsew h2,
.lgsew h3,
.lgsew h4,
.lgsew h5,
.lgsew h6 {
    margin: 0 0 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
}

.lgsew h1 {
    font-size: 40px;
    margin-bottom: 24px;
}

.lgsew h2 {
    font-size: 30px;
    margin-top: 34px;
}

.lgsew h3 {
    font-size: 24px;
    margin-top: 28px;
}

.lgsew p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #dbe9dc;
}

.lgsew strong {
    color: #ffffff;
    font-weight: 700;
}

.lgsew a {
    color: #59e36a;
    text-decoration: none;
    border-bottom: 1px solid rgba(89, 227, 106, 0.35);
    transition: color 0.25s ease, border-color 0.25s ease;
}

.lgsew a:hover {
    color: #8dff99;
    border-bottom-color: rgba(141, 255, 153, 0.75);
}

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

.lgsew li {
    margin-bottom: 10px;
    color: #dbe9dc;
    line-height: 1.75;
}

.lgsew ul li::marker {
    color: #29d849;
}

.lgsew ol li::marker {
    color: #7dff90;
    font-weight: 700;
}

.lgsew table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    background: rgba(6, 24, 0, 0.72);
    border: 1px solid rgba(0, 179, 0, 0.24);
    border-radius: 16px;
    overflow: hidden;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.lgsew thead {
    background: linear-gradient(180deg, rgba(0, 179, 0, 0.16) 0%, rgba(0, 120, 0, 0.1) 100%);
}

.lgsew th,
.lgsew td {
    padding: 14px 16px;
    border: 1px solid rgba(0, 179, 0, 0.16);
    text-align: left;
    vertical-align: top;
}

.lgsew th {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

.lgsew td {
    font-size: 15px;
    color: #dbe9dc;
    background: transparent;
}

.lgsew tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.lgsew tbody tr:hover td {
    background: rgba(0, 179, 0, 0.06);
}

.lgsew blockquote {
    margin: 22px 0;
    padding: 18px 20px;
    border-left: 4px solid #22d345;
    border-radius: 14px;
    background: rgba(0, 179, 0, 0.08);
    color: #eef8ee;
}

.lgsew blockquote p:last-child {
    margin-bottom: 0;
}

.lgsew hr {
    margin: 28px 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 179, 0, 0.45), transparent);
}

.lgsew img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.lgsew > *:first-child {
    margin-top: 0;
}

.lgsew > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .lgsew {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .lgsew h1 {
        font-size: 34px;
    }

    .lgsew h2 {
        font-size: 27px;
        margin-top: 30px;
    }

    .lgsew h3 {
        font-size: 22px;
        margin-top: 24px;
    }

    .lgsew p,
    .lgsew li {
        font-size: 16px;
    }

    .lgsew th,
    .lgsew td {
        padding: 12px 14px;
    }
}

@media (max-width: 767px) {
    .lgsew {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .lgsew h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .lgsew h2 {
        font-size: 23px;
        margin-top: 26px;
        margin-bottom: 14px;
    }

    .lgsew h3 {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .lgsew p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    .lgsew ul,
    .lgsew ol {
        padding-left: 20px;
        margin-bottom: 18px;
    }

    .lgsew li {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 8px;
    }

    .lgsew table {
        margin: 18px 0;
        border-radius: 14px;
    }

    .lgsew th,
    .lgsew td {
        padding: 11px 12px;
        font-size: 14px;
    }

    .lgsew blockquote {
        padding: 16px;
        margin: 18px 0;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .lgsew {
        padding: 20px 14px;
        border-radius: 16px;
    }

    .lgsew h1 {
        font-size: 24px;
    }

    .lgsew h2 {
        font-size: 20px;
    }

    .lgsew h3 {
        font-size: 17px;
    }

    .lgsew p,
    .lgsew li {
        font-size: 14px;
    }

    .lgsew th,
    .lgsew td {
        padding: 10px;
        font-size: 13px;
    }
}

.xb7g4h2-header-wrap {
    background: linear-gradient(135deg, #012b00 0%, #014400 100%);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.qw8rt5-logo-col {
    display: flex;
    align-items: center;
}

.d5f9g3-logo-link {
    display: inline-flex;
    align-items: center;
}

.zx3c9v-logo-img {
    display: block;
    width: auto;
    max-height: 56px;
    border-radius: 8px;
}

.w9e2r7-main-nav ul {
    margin: 0;
    padding: 0;
}

.a4s6d8-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.a4s6d8-nav-link:hover {
    color: #00d43c;
}

.f3g7h9-online-counter {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 8px 14px;
    background: rgba(0, 179, 0, 0.12);
    border: 1px solid rgba(0, 179, 0, 0.3);
    border-radius: 999px;
}

.j6k8l4-counter-text {
    color: #ffffff;
    font-size: 14px;
}

.n2m5p9-counter-num {
    color: #33e25d;
}

.u7i9o3-header-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p9k4l7-btn-login,
.h2m6n3-btn-signup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.p9k4l7-btn-login {
    background: #ffffff;
    color: #012b00;
    border: 1px solid #ffffff;
}

.p9k4l7-btn-login:hover {
    background: #f1f1f1;
    color: #012b00;
}

.h2m6n3-btn-signup {
    background: linear-gradient(135deg, #00b300 0%, #00d43c 100%);
    color: #ffffff;
    border: 1px solid #00c42e;
    box-shadow: 0 6px 18px rgba(0, 179, 0, 0.25);
}

.h2m6n3-btn-signup:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.r5t8y2-burger-btn {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    margin-left: 2px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    box-shadow: none;
    outline: none;
}

.r5t8y2-burger-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
}

.v8b3n6-mobile-nav {
    margin-top: 10px;
    padding: 14px;
    background: rgba(2, 28, 0, 0.96);
    border: 1px solid rgba(0, 179, 0, 0.22);
    border-radius: 14px;
}

.c5x9z2-mobile-link {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease;
}

.c5x9z2-mobile-link:hover {
    background: rgba(0, 179, 0, 0.12);
    color: #33e25d;
}

.q7w4e9-mobile-counter {
    margin-top: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(0, 179, 0, 0.08);
    color: #dff5df;
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .xb7g4h2-header-wrap .row.align-items-center {
        flex-wrap: nowrap;
    }

    .qw8rt5-logo-col {
        flex: 0 0 auto;
        width: auto;
        max-width: 42%;
    }

    .zx3c9v-logo-img {
        max-height: 44px;
    }

    .xb7g4h2-header-wrap .col-6.d-md-none.text-end {
        flex: 1 1 auto;
        width: auto;
        max-width: 58%;
    }

    .xb7g4h2-header-wrap .col-6.d-md-none.text-end > .d-flex {
        justify-content: flex-end;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .p9k4l7-btn-login,
    .h2m6n3-btn-signup {
        min-height: 38px;
        padding: 8px 12px;
        font-size: 13px;
        white-space: nowrap;
    }

    .p9k4l7-btn-login {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h2m6n3-btn-signup {
        padding-left: 12px;
        padding-right: 12px;
    }

    .r5t8y2-burger-btn {
        display: inline-flex;
        flex: 0 0 44px;
    }
}

@media (max-width: 575.98px) {
    .xb7g4h2-header-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .xb7g4h2-header-wrap .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .zx3c9v-logo-img {
        max-height: 40px;
    }

    .h2m6n3-btn-signup {
        min-width: auto;
        padding: 8px 10px;
        font-size: 12px;
    }

    .r5t8y2-burger-btn {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .r5t8y2-burger-btn span {
        width: 20px;
    }
}

.a9s6d4-winners-section .q5t8y2-winners-table,
.a9s6d4-winners-section .q5t8y2-winners-table thead,
.a9s6d4-winners-section .q5t8y2-winners-table tbody,
.a9s6d4-winners-section .q5t8y2-winners-table tr,
.a9s6d4-winners-section .q5t8y2-winners-table th,
.a9s6d4-winners-section .q5t8y2-winners-table td {
    background-color: transparent !important;
    background-image: none !important;
}

.a9s6d4-winners-section .q5t8y2-winners-table {
    width: 100%;
    border-collapse: collapse;
    color: #e8e8e8;
    background: rgba(1, 43, 0, 0.55) !important;
    border: 1px solid rgba(0, 179, 0, 0.18);
    border-radius: 12px;
    overflow: hidden;
}

.a9s6d4-winners-section .q5t8y2-winners-table thead tr {
    background: linear-gradient(135deg, #012b00 0%, #014400 100%) !important;
}

.a9s6d4-winners-section .q5t8y2-winners-table th {
    color: #ffffff;
    font-weight: 700;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0, 179, 0, 0.25);
}

.a9s6d4-winners-section .q5t8y2-winners-table td {
    color: #e8e8e8;
    padding: 12px 16px;
    border-top: 1px solid rgba(0, 179, 0, 0.12);
}

.a9s6d4-winners-section .q5t8y2-winners-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02) !important;
}

.a9s6d4-winners-section .q5t8y2-winners-table tbody tr:hover {
    background: rgba(0, 179, 0, 0.08) !important;
}