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

body.z4km9-body {
    font-family: 'PT Sans', Arial, sans-serif;
    background-color: #323234;
    color: #f0f0f0;
    line-height: 1.6;
}

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

.qw9x3-header {
    background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

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

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

.f7ks1-burger span {
    width: 100%;
    height: 3px;
    background-color: #00fbc8;
    transition: all 0.3s;
}

.p2xl5-nav ul {
    padding: 0;
    margin: 0;
}

.v4nb2-link {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.v4nb2-link:hover {
    color: #00fbc8;
}

.v4nb2-link-mobile {
    color: #f0f0f0;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    transition: all 0.3s;
}

.v4nb2-link-mobile:hover {
    background-color: #1a1a1a;
    color: #00fbc8;
}

.r8jm4-online {
    color: #f0f0f0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.t5pl9-pulse {
    width: 8px;
    height: 8px;
    background-color: #00fbc8;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.k3md9-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 14px;
}

.k3md9-btn-login {
    background-color: #00fbc8;
    color: #000000;
}

.k3md9-btn-login:hover {
    background-color: #00d4ad;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 251, 200, 0.3);
}

.k3md9-btn-signup {
    background-color: #ff2e09;
    color: #ffffff;
}

.k3md9-btn-signup:hover {
    background-color: #e02a08;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 46, 9, 0.3);
}

.k3md9-btn-hero {
    background-color: #ff2e09;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 18px;
}

.k3md9-btn-hero:hover {
    background-color: #e02a08;
    transform: scale(1.05);
}

.k3md9-btn-spin {
    background-color: #ff2e09;
    color: #ffffff;
    padding: 15px 40px;
    margin-top: 20px;
    font-size: 18px;
}

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

.k3md9-btn-claim {
    background-color: #00fbc8;
    color: #000000;
}

.k3md9-btn-submit {
    background-color: #ff2e09;
    color: #ffffff;
}

.k3md9-btn-widget {
    background-color: #ff2e09;
    color: #ffffff;
    text-decoration: none;
}

.y5nb2-hero-section {
    position: relative;
    margin-bottom: 40px;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(0.7);
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.s8vx4-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.f2lm7-hero-text {
    font-size: 20px;
    color: #f0f0f0;
    margin-bottom: 25px;
}

.c9xl2-h1 {
    font-size: 36px;
    color: #00fbc8;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.g4km8-content-wrapper {
    background: #2a2a2c;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.g4km8-content-wrapper h2 {
    color: #00fbc8;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.g4km8-content-wrapper h3 {
    color: #f0f0f0;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.g4km8-content-wrapper p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.g4km8-content-wrapper ul, .g4km8-content-wrapper ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

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

.g4km8-content-wrapper table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
    background: #1a1a1c;
}

.g4km8-content-wrapper th {
    background-color: #000000;
    color: #00fbc8;
    padding: 15px;
    text-align: left;
    border: 2px solid #00fbc8;
}

.g4km8-content-wrapper td {
    padding: 12px 15px;
    border: 1px solid #444;
    text-align: left;
}

.g4km8-content-wrapper tr:nth-child(even) {
    background-color: #222224;
}

.x1pm4-section-title {
    font-size: 32px;
    color: #00fbc8;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.w7nb5-advantages {
    background: #2a2a2c;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.u3kx7-advantage-card {
    background: linear-gradient(135deg, #1a1a1c 0%, #2d2d2f 100%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    border: 1px solid #3a3a3c;
}

.u3kx7-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 251, 200, 0.2);
    border-color: #00fbc8;
}

.p9lm2-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.u3kx7-advantage-card h3 {
    color: #00fbc8;
    margin-bottom: 15px;
}

.u3kx7-advantage-card p {
    color: #d0d0d0;
    line-height: 1.6;
}

.k2vb9-jackpots {
    background: #2a2a2c;
    padding: 40px 20px;
    border-radius: 15px;
}

.j7xm3-jackpot-card {
    background: linear-gradient(135deg, #ff2e09 0%, #b31f05 100%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 46, 9, 0.3);
    transition: transform 0.3s;
}

.j7xm3-jackpot-card:hover {
    transform: scale(1.05);
}

.j7xm3-jackpot-card h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
}

.e5nl8-jackpot-amount {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
}

.t8nb4-tournaments {
    background: #2a2a2c;
    padding: 40px 20px;
    border-radius: 15px;
}

.m4kx9-tournament-card {
    background: linear-gradient(135deg, #1a1a1c 0%, #2d2d2f 100%);
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #00fbc8;
    height: 100%;
}

.m4kx9-tournament-card h3 {
    color: #00fbc8;
    font-size: 22px;
    margin-bottom: 15px;
}

.d3vm7-description {
    color: #d0d0d0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.w2pl5-timer {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.q8nx4-time-block {
    background: #000000;
    padding: 12px;
    border-radius: 8px;
    min-width: 60px;
    text-align: center;
}

.f5km2-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #ff2e09;
}

.b7xl3-label {
    display: block;
    font-size: 12px;
    color: #999;
}

.h9vb2-prize {
    text-align: center;
    font-size: 18px;
    color: #f0f0f0;
}

.h9vb2-prize strong {
    color: #00fbc8;
}

.n5kx8-wheel-game {
    background: #2a2a2c;
    padding: 40px 20px;
    border-radius: 15px;
}

.v7mb3-wheel-container {
    text-align: center;
    position: relative;
}

#wheelCanvas {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.l4nx7-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.95);
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #00fbc8;
    z-index: 10;
    max-width: 90%;
}

.p3km9-result-content h3 {
    color: #00fbc8;
    font-size: 28px;
    margin-bottom: 15px;
}

.p3km9-result-content p {
    color: #f0f0f0;
    font-size: 18px;
    margin-bottom: 20px;
}

.b8vm2-reviews {
    background: #2a2a2c;
    padding: 40px 20px;
    border-radius: 15px;
}

.r3nx8-review-card {
    background: #1a1a1c;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #00fbc8;
    height: 100%;
    transition: transform 0.3s;
}

.r3nx8-review-card:hover {
    transform: translateX(5px);
}

.s4km7-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.y9pl2-rating {
    display: flex;
    gap: 3px;
}

.w6nb4-star {
    width: 16px;
    height: 16px;
    color: #ffd700;
}

.w6nb4-star-empty {
    width: 16px;
    height: 16px;
    color: #555;
}

.e2xl5-review-text {
    color: #d0d0d0;
    line-height: 1.7;
    font-style: italic;
}

.k5nx9-review-form {
    background: #1a1a1c;
    padding: 35px;
    border-radius: 12px;
    margin-top: 30px;
    border: 2px solid #00fbc8;
}

.k5nx9-review-form h3 {
    color: #00fbc8;
}

.k5nx9-review-form .form-label {
    color: #f0f0f0;
    font-weight: 600;
}

.k5nx9-review-form .form-control {
    background-color: #2a2a2c;
    border: 1px solid #444;
    color: #f0f0f0;
}

.k5nx9-review-form .form-control:focus {
    background-color: #2a2a2c;
    border-color: #00fbc8;
    color: #f0f0f0;
    box-shadow: 0 0 0 0.25rem rgba(0, 251, 200, 0.25);
}

.m7kd3-footer {
    background-color: #000000;
    color: #d0d0d0;
    margin-top: auto;
    padding-top: 20px;
}

.h6px2-title {
    color: #00fbc8;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.n5vb8-text {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.6;
}

.x2kf7-footer-link {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.x2kf7-footer-link:hover {
    color: #00fbc8;
}

.j9xm2-providers img,
.w3bd7-payments img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.b2nf5-divider {
    border-color: #333;
}

.e4wr9-legal {
    color: #999;
}

.o1km6-copyright {
    color: #999;
}

.q7hs3-disclaimer {
    border-top: 1px solid #333;
    padding-top: 15px;
}

.z2nm8-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #ff2e09 0%, #b31f05 100%);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.4);
    z-index: 999;
    animation: slideUp 0.5s ease-out;
}

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

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

.p7km3-bonus-text {
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 768px) {
    .carousel-item img {
        height: 300px;
    }

    .s8vx4-hero-title {
        font-size: 24px;
    }

    .f2lm7-hero-text {
        font-size: 16px;
    }

    .c9xl2-h1 {
        font-size: 26px;
    }

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

    .q4xl6-widget-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .p7km3-bonus-text {
        font-size: 14px;
    }

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

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

.k4ln8-wordpress-meta {
    visibility: hidden;
}

.v2bx9-elementor-hidden {
    opacity: 0;
}

.n7km3-yoast-seo {
    position: absolute;
    left: -9999px;
}

.txvcs {
    max-width: 980px;
    margin: 40px auto;
    padding: 40px 34px;
    background: radial-gradient(circle at top right, rgba(0, 251, 200, .1), transparent 28%),
    linear-gradient(180deg, rgba(42, 42, 44, .98), rgba(26, 26, 28, .98));
    border: 1px solid rgba(0, 251, 200, .16);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .34);
    color: #f0f0f0;
}

.txvcs h1 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.14;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -.02em;
}

.txvcs h2 {
    margin: 34px 0 14px;
    font-size: clamp(1.35rem, 2.7vw, 2rem);
    line-height: 1.24;
    font-weight: 800;
    color: #00fbc8;
}

.txvcs h3 {
    margin: 24px 0 10px;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

.txvcs p {
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.82;
    color: #d8d8d8;
}

.txvcs a {
    color: #00fbc8;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 251, 200, .35);
    transition: color .25s ease, border-color .25s ease;
}

.txvcs a:hover {
    color: #7fffe5;
    border-color: rgba(127, 255, 229, .7);
}

.txvcs ul,
.txvcs ol {
    margin: 0 0 20px;
    padding-left: 22px;
}

.txvcs ul {
    list-style: none;
}

.txvcs ol {
    list-style: decimal;
}

.txvcs ul li,
.txvcs ol li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.75;
    color: #d8d8d8;
}

.txvcs ul li {
    position: relative;
    padding-left: 18px;
}

.txvcs ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00fbc8;
    box-shadow: 0 0 0 4px rgba(0, 251, 200, .12);
}

.txvcs table {
    width: 100%;
    margin: 22px 0 28px;
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    overflow: hidden;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(0, 251, 200, .16);
    border-radius: 18px;
}

.txvcs thead th,
.txvcs th,
.txvcs td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
}

.txvcs thead th,
.txvcs th {
    font-size: .95rem;
    font-weight: 700;
    color: #00fbc8;
    background: rgba(0, 251, 200, .08);
    border-bottom: 1px solid rgba(0, 251, 200, .16);
}

.txvcs td {
    font-size: .95rem;
    line-height: 1.65;
    color: #e8e8e8;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.txvcs tr:last-child td {
    border-bottom: none;
}

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

.txvcs blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid #00fbc8;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 251, 200, .09), rgba(255, 255, 255, .025));
}

.txvcs blockquote p {
    margin: 0;
    color: #ffffff;
}

.txvcs strong,
.txvcs b {
    color: #ffffff;
    font-weight: 700;
}

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

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

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

@media (max-width: 991px) {
    .txvcs {
        margin: 28px auto;
        padding: 28px 22px;
        border-radius: 20px;
    }

    .txvcs h1 {
        margin-bottom: 18px;
    }

    .txvcs h2 {
        margin-top: 28px;
    }

    .txvcs table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .txvcs {
        margin: 20px auto;
        padding: 22px 16px;
        border-radius: 18px;
    }

    .txvcs h1 {
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .txvcs h2 {
        margin: 24px 0 12px;
        font-size: 1.28rem;
    }

    .txvcs h3 {
        margin: 18px 0 8px;
        font-size: 1.02rem;
    }

    .txvcs p,
    .txvcs ul li,
    .txvcs ol li {
        font-size: .95rem;
        line-height: 1.72;
    }

    .txvcs ul,
    .txvcs ol {
        padding-left: 18px;
    }

    .txvcs th,
    .txvcs td {
        padding: 12px 13px;
        font-size: .9rem;
    }

    .txvcs blockquote {
        margin: 18px 0;
        padding: 15px 14px;
        border-radius: 14px;
    }
}

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

    .txvcs h1 {
        font-size: 1.52rem;
    }

    .txvcs h2 {
        font-size: 1.14rem;
    }

    .txvcs h3 {
        font-size: .98rem;
    }

    .txvcs p,
    .txvcs ul li,
    .txvcs ol li,
    .txvcs th,
    .txvcs td {
        font-size: .88rem;
    }

    .txvcs table {
        border-radius: 14px;
    }

    .txvcs th,
    .txvcs td {
        min-width: 160px;
    }
}

.f7ks1-burger {
    display: none;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    border: 1px solid rgba(0, 251, 200, .45);
    border-radius: 8px;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    flex-shrink: 0;
}

.f7ks1-burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #00fbc8;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .f7ks1-burger {
        display: flex;
    }

    .k3md9-btn {
        padding: 8px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .qw9x3-header .col-6 {
        display: flex;
        align-items: center;
    }

    .qw9x3-header .col-6:last-child {
        justify-content: flex-end;
    }

    .qw9x3-header .d-flex.align-items-center.justify-content-end.gap-2 {
        flex-wrap: nowrap;
        width: 100%;
    }
}

@media (max-width: 480px) {


    .k3md9-btn {
        padding: 8px 9px;
        font-size: 11px;
    }

    .f7ks1-burger {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .f7ks1-burger span {
        width: 18px;
    }
}

.f7ks1-burger {
    display: none;
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0;
    border: 1px solid rgba(0, 251, 200, .45);
    border-radius: 10px;
    background: transparent;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    flex-shrink: 0;
}

.f7ks1-burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #00fbc8;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .f7ks1-burger {
        display: flex;
    }

    .k3md9-btn {
        padding: 11px 16px;
        font-size: 14px;
        line-height: 1.2;
        border-radius: 10px;
        white-space: nowrap;
    }

    .qw9x3-header .col-6 {
        display: flex;
        align-items: center;
    }

    .qw9x3-header .col-6:last-child {
        justify-content: flex-end;
    }

    .qw9x3-header .d-flex.align-items-center.justify-content-end.gap-2 {
        flex-wrap: nowrap;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .k3md9-btn {
        padding: 10px 14px;
        font-size: 13px;
    }

    .f7ks1-burger {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .f7ks1-burger span {
        width: 20px;
    }
}