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

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A0A0A;
    color: #E5E5E5;
    line-height: 1.6;
    font-size: 16px;
}

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

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

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

a:hover {
    color: #FFB366;
    text-decoration: none;
}

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

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

.z5k9r3n1 {
    color: #fff;
}

.z5k9r3n1:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 153, 51, 0.4);
    color: #fff;
}

.c2w7p4m8 {
    background: transparent;
    border: 2px solid #FF9933;
    color: #FF9933;
}

.c2w7p4m8:hover {
    background: #FF9933;
    color: #fff;
    transform: translateY(-2px);
}

.k9m3p7x2.site-header {
    background-color: #1A1A1A;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.n4h8p2q1.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.m2x9k5t3.header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.t3n8k6m2.logo-img {
    height: 35px;
    width: 130px;
}

.w6k2m9t4.desktop-nav {
    display: block;
}

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

.v3p7h2k9.nav-menu li {
    margin: 0;
}

.x2k8m4n6 {
    color: #E5E5E5;
    font-weight: 500;
    transition: color 0.3s ease;
}

.x2k8m4n6:hover {
    color: #FF9933;
}

.h3m8k2n6.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

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

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

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

.r3n8m6t2.online-text {
    color: #E5E5E5;
    font-size: 14px;
}

.z5k9r3n1.header-buttons {
    display: flex;
    gap: 12px;
}

.j5n9m3k7.mobile-buttons {
    display: none;
}

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

.d8n4m7k2.burger-menu span {
    width: 25px;
    height: 3px;
    background: #FF9933;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.d8n4m7k2.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.d8n4m7k2.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

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

.p8k3m9n4.mobile-nav {
    display: none;
    background: #1A1A1A;
    padding: 20px 0;
    margin-top: 15px;
}

.p8k3m9n4.mobile-nav.active {
    display: block;
}

.k2m7n9h4.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.k2m7n9h4.mobile-menu li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 153, 51, 0.2);
}

.n4h8p2q1.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/hero-drag.jpg') center/cover;
    padding: 100px 0;
    text-align: center;
    margin-bottom: 60px;
}

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

.b6w8n1r4 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.v3p7h2k9.hero-text {
    font-size: 20px;
    margin-bottom: 30px;
    color: #E5E5E5;
}

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

.t7h3x9k2.main-content {
    padding: 40px 0;
}

.f4n8m2p6.casino-info-block,
.w6k2m9t4.mirrors-block,
.d8n4m7k2.winners-block,
.j5n9m3k7.bonuses-block,
.p8k3m9n4.wheel-block,
.q9k4m7n2.author-block {
    background: #1A1A1A;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.s9k4w7x1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FF9933;
    position: relative;
    padding-bottom: 15px;
}

.s9k4w7x1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #FF9933;
}

.table-responsive {
    overflow-x: auto;
    margin-top: 20px;
}

.k2m9t5n3 {
    width: 100%;
    border-collapse: collapse;
    background: #0A0A0A;
    border-radius: 8px;
    overflow: hidden;
}

.k2m9t5n3 th,
.k2m9t5n3 td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 153, 51, 0.2);
}

.k2m9t5n3 th {
    background: #FF9933;
    color: #fff;
    font-weight: 600;
}

.k2m9t5n3 tbody tr:hover {
    background: rgba(255, 153, 51, 0.05);
    transition: background 0.3s ease;
}

.p7h4k2x9 {
    font-weight: 600;
    color: #FF9933;
}

.r3n8m6t2 {
    color: #E5E5E5;
}

.x3h7n2k9.mirror-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.h9k3x7m2.status-active {
    color: #00FF00;
    font-weight: 600;
}

.p2w6k9t4.mirror-link {
    background: #FF9933;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
}

.p2w6k9t4.mirror-link:hover {
    background: #FFB366;
    color: #fff;
}

.t6h9p3k2 {
    color: #00FF00;
    font-weight: 700;
}

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

.w7h3p9k2.bonus-card {
    background: linear-gradient(135deg, #2A2A2A 0%, #1A1A1A 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid rgba(255, 153, 51, 0.3);
    transition: all 0.3s ease;
}

.w7h3p9k2.bonus-card:hover {
    border-color: #FF9933;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 153, 51, 0.3);
}

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

.k9h4p7m2.bonus-amount {
    font-size: 28px;
    font-weight: 700;
    color: #FF9933;
    margin-bottom: 15px;
}

.v3n8k2m7 {
    color: #B5B5B5;
    line-height: 1.8;
    margin-bottom: 20px;
}

.m7h2k9x4.wheel-container {
    text-align: center;
    padding: 40px 20px;
}

.t3n8k6m2#wheelCanvas {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
}

.x4m9k2p7 {
    font-size: 18px;
    padding: 15px 40px;
}

.k2m7n9h4.wheel-result {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    min-height: 60px;
}

.h3m8k2n6.author-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.p7k4m9x2.author-image {
    flex-shrink: 0;
}

.p7k4m9x2.author-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FF9933;
}

.n2k8m4h7.author-info {
    flex: 1;
}

.m9k3p7x2 {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.k7m3n9p2.author-social {
    margin-top: 15px;
}

.q9k4m7n2.site-footer {
    background: #1A1A1A;
    padding: 50px 0 30px;
    margin-top: auto;
    border-top: 3px solid #FF9933;
}

.h3m8k2n6.footer-top {
    margin-bottom: 40px;
}

.n2k8m4h7.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

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

.x2k8m4n6.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.n4m8t2x6.footer-providers,
.p2w6k9t4.footer-payments {
    margin-bottom: 30px;
}

.k9h4p7m2.providers-logos,
.h9k3x7m2.payments-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.t6h9p3k2,
.r8k3m9n7 {
    background: rgba(255, 153, 51, 0.1);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #E5E5E5;
}

.h4m8k2p6.footer-legal {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 153, 51, 0.2);
}

.v9k3m7n2 {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.v9k3m7n2.legal-text {
    font-size: 12px;
    line-height: 1.6;
}

.r8k3m9n7.fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.5s ease;
}

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

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

.v9k3m7n2 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.x2k9m4n7 {
    background: #fff;
    color: #FF9933;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none;
}

.x2k9m4n7:hover {
    background: #FFE5CC;
    color: #FF7700;
    transform: scale(1.05);
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .w6k2m9t4.desktop-nav {
        display: none;
    }

    .z5k9r3n1.header-buttons.desktop-buttons {
        display: none;
    }

    .j5n9m3k7.mobile-buttons {
        display: flex;
        gap: 8px;
    }

    .j5n9m3k7.mobile-buttons .btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .d8n4m7k2.burger-menu {
        display: flex;
    }

    .b6w8n1r4 {
        font-size: 32px;
    }

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

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

    .p7k4m9x2.author-image {
        margin: 0 auto;
    }

    .x2k8m4n6.bonuses-slider {
        overflow-x: auto;
        display: flex;
        scroll-snap-type: x mandatory;
        padding-bottom: 20px;
    }

    .w7h3p9k2.bonus-card {
        min-width: 280px;
        scroll-snap-align: start;
    }

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

@media (max-width: 768px) {
    .f4n8m2p6.casino-info-block,
    .w6k2m9t4.mirrors-block,
    .d8n4m7k2.winners-block,
    .j5n9m3k7.bonuses-block,
    .p8k3m9n4.wheel-block,
    .q9k4m7n2.author-block {
        padding: 25px 20px;
    }

    .s9k4w7x1 {
        font-size: 24px;
    }

    .q8m4t6x2.online-counter {
        font-size: 12px;
        padding: 6px 10px;
    }

    .t3n8k6m2#wheelCanvas {
        width: 100%;
        height: auto;
    }
}

.elementor-widget-container {
    display: none;
}

.wp-block-group {
    margin: 0;
}

.entry-content p {
    line-height: 1.8;
}

.site-main article {
    margin-bottom: 2rem;
}

.post-thumbnail {
    margin-bottom: 1.5rem;
}

.xdah {
    max-width: 960px;
    margin: 48px auto;
    padding: 40px;
    background: #141414;
    border: 1px solid rgba(255, 153, 51, 0.18);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.xdah h1,
.xdah h2,
.xdah h3 {
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.xdah h1 {
    font-size: 42px;
    margin-bottom: 24px;
}

.xdah h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 153, 51, 0.2);
}

.xdah h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.xdah p,
.xdah li,
.xdah td,
.xdah th {
    font-size: 17px;
    line-height: 1.75;
    color: #d7d7d7;
}

.xdah p {
    margin-bottom: 18px;
}

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

.xdah li {
    margin-bottom: 10px;
}

.xdah a {
    color: #ff9933;
    text-decoration: underline;
    text-decoration-color: rgba(255, 153, 51, 0.4);
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.xdah a:hover {
    color: #ffb366;
    text-decoration-color: rgba(255, 179, 102, 0.7);
}

.xdah strong {
    color: #fff;
    font-weight: 700;
}

.xdah table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0 28px;
    overflow: hidden;
    border-radius: 18px;
    background: #101010;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.xdah thead {
    background: linear-gradient(135deg, #ff9933 0%, #ff7700 100%);
}

.xdah th {
    color: #fff;
    font-weight: 700;
}

.xdah th,
.xdah td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 153, 51, 0.14);
    text-align: left;
}

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

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

.xdah blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid #ff9933;
    background: rgba(255, 153, 51, 0.08);
    border-radius: 12px;
    color: #f1f1f1;
}

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

.xdah hr {
    border: 0;
    height: 1px;
    background: rgba(255, 153, 51, 0.16);
    margin: 32px 0;
}

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

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

@media (max-width: 1024px) {
    .xdah {
        margin: 32px auto;
        padding: 32px 24px;
        border-radius: 20px;
    }

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

    .xdah h2 {
        font-size: 25px;
    }

    .xdah h3 {
        font-size: 20px;
    }

    .xdah p,
    .xdah li,
    .xdah td,
    .xdah th {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .xdah {
        margin: 20px auto;
        padding: 24px 16px;
        border-radius: 16px;
    }

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

    .xdah h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 14px;
        padding-bottom: 8px;
    }

    .xdah h3 {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 10px;
    }

    .xdah p,
    .xdah li,
    .xdah td,
    .xdah th {
        font-size: 15px;
        line-height: 1.65;
    }

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

    .xdah li {
        margin-bottom: 8px;
    }

    .xdah th,
    .xdah td {
        padding: 13px 14px;
    }
}

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

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

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

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

    .xdah p,
    .xdah li,
    .xdah td,
    .xdah th {
        font-size: 14px;
    }

    .xdah table {
        margin: 20px 0 24px;
    }

    .xdah th,
    .xdah td {
        padding: 12px;
    }
}