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

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #141414;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

.g6h5j4k {
    font-size: 16px;
}

.l2k3j4h {
    flex: 1;
}

/* Header */
.m1n2b3v {
    background: #000000;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.z8x9qw4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.k7p2m1n {
    flex-shrink: 0;
}

.f3g5h8j {
    display: block;
}

.q9w8e7r {
    height: 30px;
    width: 70px;
    transition: transform 0.3s;
}

.q9w8e7r:hover {
    transform: scale(1.05);
}

.t6y5u4i {
    flex: 1;
    justify-content: center;
    margin: 0 20px;
}

.s3d4f5g {
    width: 100%;
}

.a1s2d3f {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.a1s2d3f li {
    margin: 0;
}

.z1x2c3v {
    color: #FFD700;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    padding: 5px 10px;
    border-radius: 4px;
}

.z1x2c3v:hover {
    color: #FFCC00;
    background: rgba(255, 215, 0, 0.1);
}

.h8j9k0l {
    display: flex;
    align-items: center;
    gap: 15px;
}

.m3n4b5v {
    margin-right: 10px;
}

.w2e3r4t {
    color: #FFD700;
    font-size: 14px;
    white-space: nowrap;
}

.p7o8i9u {
    gap: 10px;
}

.v4c5x6z {
    background: #FFD700;
    color: #000;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.v4c5x6z:hover {
    background: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
    color: #000;
}

.b8n9m0k {
    background: #FFCC00;
    color: #000;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.b8n9m0k:hover {
    background: #FFB700;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
    color: #000;
}

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

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

.q3w4e5r:hover span {
    background: #FFCC00;
}

.r5t6y7u {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.u8i9o0p {
    display: none;
    background: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}

.u8i9o0p.active {
    display: block;
}

.y7u8i9o {
    width: 100%;
}

.i6o7p8l {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.k5l6m7n {
    color: #FFD700;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    transition: all 0.3s;
}

.k5l6m7n:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #FFCC00;
}

/* Hero Section */
.c4v5b6n {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    background-image: url('/banner-1xslots.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
}

.c4v5b6n::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.c4v5b6n .container {
    position: relative;
    z-index: 2;
}

.x2z3a4s {
    padding: 30px;
    background: rgba(20, 20, 20, 0.8);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.q5w6e7r {
    font-size: 42px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.t8y9u0i {
    font-size: 18px;
    margin-bottom: 30px;
    color: #e0e0e0;
    line-height: 1.7;
}

.r4e5w6q {
    background: linear-gradient(135deg, #FFD700 0%, #FFCC00 100%);
    color: #000;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.r4e5w6q:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    color: #000;
}

.p7a8s9d {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f1g2h3j {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #FFD700;
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.2);
    width: 100%;
    max-width: 450px;
}

.k5l6z7x {
    color: #FFD700;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.c8v9b0n {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.m4n5b6v {
    flex: 1;
    background: #000;
    border: 2px solid #FFD700;
    color: #FFD700;
    padding: 12px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    letter-spacing: 2px;
}

.q3w4e5r.btn-sm {
    background: #FFD700;
    color: #000;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
}

.t6y7u8i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.i9o0p1l {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.status-active {
    background: #28a745;
    color: #fff;
}

.a2s3d4f {
    color: #FFD700;
    font-size: 14px;
}

.btn-block {
    width: 100%;
    display: block;
    text-align: center;
}

.g7h8j9k {
    text-align: center;
    color: #FFD700;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
}

/* Winners Section */
.z5x6c7v {
    padding: 60px 0;
    background: #1a1a1a;
}

.b3n4m5k {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.v7c8x9z {
    background: #2d2d2d;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.n6m7b8v {
    width: 100%;
    border-collapse: collapse;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
}

.n6m7b8v thead {
    background: linear-gradient(135deg, #FFD700 0%, #FFCC00 100%);
    color: #000;
}

.n6m7b8v th {
    padding: 15px;
    text-align: left;
    font-weight: 700;
    border: 2px solid #333;
}

.n6m7b8v td {
    padding: 12px 15px;
    border: 2px solid #333;
    color: #e0e0e0;
}

.n6m7b8v tbody tr {
    transition: all 0.3s;
}

.n6m7b8v tbody tr:hover {
    background: #2d2d2d;
}

.n6m7b8v tbody tr:nth-child(odd) {
    background: #222;
}

/* Tournaments */
.a1s2d3f {
    padding: 60px 0;
    background: #141414;
}

.t7y8u9i {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #333;
    transition: all 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.t7y8u9i:hover {
    border-color: #FFD700;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

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

.i3u4y5t {
    color: #b0b0b0;
    margin-bottom: 20px;
    line-height: 1.6;
    flex: 1;
}

.r6e7w8q {
    background: rgba(255, 215, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #FFD700;
}

.q9a8s7d {
    color: #b0b0b0;
    font-size: 14px;
    margin-bottom: 5px;
}

.w6e5r4t {
    color: #FFD700;
    font-size: 28px;
    font-weight: 700;
}

.t3y2u1i {
    background: #000;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.countdown span {
    background: #FFD700;
    color: #000;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
}

/* App Section */
.e9r8t7y {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.u6i7o8p {
    padding: 20px;
}

.p9l0k1j {
    color: #FFD700;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.a4s5d6f {
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 30px;
    line-height: 1.7;
}

.z3x4c5v {
    width: 100%;
    border-collapse: collapse;
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
}

.z3x4c5v td {
    padding: 12px 15px;
    border: 2px solid #333;
    color: #e0e0e0;
}

.z3x4c5v tr:nth-child(odd) {
    background: #222;
}

.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.q6w7e8r {
    display: block;
    transition: all 0.3s;
}

.q6w7e8r img {
    height: 60px;
    width: auto;
}

.q6w7e8r:hover {
    transform: scale(1.05);
}

.t9y0u1i {
    background: linear-gradient(135deg, #FFD700 0%, #FFCC00 100%);
    color: #000;
    font-weight: 700;
    padding: 15px 50px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.t9y0u1i:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
    color: #000;
}

/* Bonus Section */
.i2o3p4l {
    padding: 60px 0;
    background: #1a1a1a;
}

.l9k0j1h {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #333;
    transition: all 0.4s;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.l9k0j1h:hover {
    border-color: #FFCC00;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 204, 0, 0.2);
}

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

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

.x1z2a3s {
    color: #FFCC00;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.s4d5f6g {
    color: #b0b0b0;
    font-size: 18px;
    margin-bottom: 20px;
}

.q8w9e0r {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
    flex: 1;
}

.q8w9e0r li {
    color: #e0e0e0;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.q8w9e0r li::before {
    content: '✓ ';
    color: #FFD700;
    font-weight: 700;
    margin-right: 8px;
}

/* Slot Game */
.r5t6y7u {
    padding: 60px 0;
    background: linear-gradient(135deg, #141414 0%, #2d2d2d 100%);
}

.e8w9q0a {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.t4y5u6i {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    padding: 40px;
    border-radius: 15px;
    border: 3px solid #FFD700;
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.3);
    max-width: 500px;
    width: 100%;
}

.o7p8l9k {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    background: #000;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #FFD700;
}

.i1u2y3t {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border: 3px solid #FFCC00;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    transition: all 0.1s;
}

.slot-btn {
    width: 100%;
    font-size: 24px;
    padding: 20px;
    margin-bottom: 20px;
}

.p6a7s8d {
    text-align: center;
    min-height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: #FFD700;
}

/* Content */
.f9g0h1j {
    padding: 60px 0;
    background: #141414;
}

.j4k5l6z {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.m8n9b0v {
    color: #e0e0e0;
    line-height: 1.8;
}

.m8n9b0v h1,
.m8n9b0v h2,
.m8n9b0v h3 {
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.m8n9b0v h1 {
    font-size: 32px;
}

.m8n9b0v h2 {
    font-size: 28px;
}

.m8n9b0v h3 {
    font-size: 24px;
}

.m8n9b0v p {
    margin-bottom: 15px;
}

.m8n9b0v ul,
.m8n9b0v ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

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

.m8n9b0v a {
    color: #FFD700;
    text-decoration: underline;
}

.m8n9b0v a:hover {
    color: #FFCC00;
}

.m8n9b0v table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #2d2d2d;
    border-radius: 8px;
    overflow: hidden;
}

.m8n9b0v table th,
.m8n9b0v table td {
    padding: 12px 15px;
    border: 2px solid #333;
    text-align: left;
}

.m8n9b0v table th {
    background: linear-gradient(135deg, #FFD700 0%, #FFCC00 100%);
    color: #000;
    font-weight: 700;
}

.m8n9b0v table tr:nth-child(even) {
    background: #222;
}

.m8n9b0v strong {
    color: #FFD700;
    font-weight: 700;
}

.m8n9b0v blockquote {
    border-left: 4px solid #FFD700;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #b0b0b0;
    background: rgba(255, 215, 0, 0.05);
    padding: 15px 20px;
    border-radius: 4px;
}

/* FAQ */
.c3v4b5n {
    padding: 60px 0;
    background: #1a1a1a;
}

.x7z8a9s {
    max-width: 900px;
    margin: 0 auto;
}

.s2d3f4g {
    background: #2d2d2d;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #333;
    transition: all 0.3s;
}

.s2d3f4g:hover {
    border-color: #FFD700;
}

.q5w6e7r {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1a1a1a;
    transition: all 0.3s;
}

.q5w6e7r:hover {
    background: #222;
}

.q5w6e7r h3 {
    color: #FFD700;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.faq-toggle {
    color: #FFD700;
    font-size: 28px;
    font-weight: 700;
    transition: all 0.3s;
}

.s2d3f4g.active .faq-toggle {
    transform: rotate(45deg);
}

.t8y9u0i {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    padding: 0 20px;
}

.s2d3f4g.active .t8y9u0i {
    max-height: 500px;
    padding: 20px;
}

.t8y9u0i p {
    color: #e0e0e0;
    line-height: 1.7;
    margin: 0;
}

/* Footer */
.j9k0l1m {
    background: #000;
    padding: 50px 0 20px;
    margin-top: 60px;
}

.n8m9v0b,
.q2w3e4r,
.r6t7y8u,
.s7d8f9g {
    color: #e0e0e0;
}

.c5v6b7n {
    height: 40px;
    width: auto;
}

.x4z5a6s {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

.t5y6u7i {
    color: #FFD700;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.o9p0l1k {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.i8u9y0t {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s;
}

.i8u9y0t:hover {
    color: #FFD700;
    padding-left: 5px;
}

.e3w4r5t {
    margin-top: 15px;
}

.q1a2z3x {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.h4j5k6l {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.g8h9j0k {
    background: #1a1a1a;
    color: #FFD700;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    border: 1px solid #333;
}

.z1c2v3b {
    border-top: 2px solid #333;
    padding-top: 20px;
    margin-top: 30px;
}

.n5m6b7v {
    text-align: center;
}

.x9c8v7b,
.l3k4j5h,
.m7n8b9v {
    color: #b0b0b0;
    font-size: 13px;
    margin-bottom: 8px;
}

.p1o2i3u {
    color: #FFD700;
    text-decoration: none;
    margin: 0 8px;
}

.p1o2i3u:hover {
    text-decoration: underline;
}

/* Sticky Widget */
.a5s6d7f {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
    border-top: 3px solid #FFD700;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 15px 0;
}

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

.k2l3z4x {
    flex: 1;
}

.m6n7b8v {
    color: #FFD700;
    font-size: 18px;
    font-weight: 700;
}

.widget-btn {
    padding: 12px 40px;
    font-size: 16px;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 991px) {
    .t6y5u4i {
        display: none;
    }


    .q5w6e7r {
        font-size: 32px;
    }

    .t7y8u9i {
        margin-bottom: 20px;
    }

    .l9k0j1h {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .q5w6e7r {
        font-size: 28px;
    }

    .b3n4m5k {
        font-size: 28px;
    }

    .f1g2h3j {
        padding: 20px;
    }

    .m4n5b6v {
        font-size: 16px;
    }

    .j4k5l6z {
        padding: 20px;
    }

    .t4y5u6i {
        padding: 20px;
    }

    .o7p8l9k {
        gap: 10px;
        padding: 20px;
    }

    .i1u2y3t {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }

    .f8g9h0j {
        justify-content: center;
        text-align: center;
    }

    .k2l3z4x {
        width: 100%;
        margin-bottom: 10px;
    }

    .m6n7b8v {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .h8j9k0l {
        flex-wrap: wrap;
    }

    .p7o8i9u {
        order: -1;
        width: 100%;
        justify-content: flex-end;
    }

    .v4c5x6z,
    .b8n9m0k {
        padding: 6px 15px;
        font-size: 14px;
    }
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes spin {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(360deg);
    }
}

.reel.spinning {
    animation: spin 0.1s linear infinite;
}

/* WordPress Elements (for obfuscation) */
.elementor-widget-container {
    display: none;
}

.wp-widget {
    display: none;
}

.wp-block-group {
    display: none;
}

.wp-site-blocks {
    display: block;
}

.site-header {
    position: relative;
}

.wp-widget-area {
    display: none;
}

.sidebar-widgets {
    display: none;
}

/* Unused styles for uniqueness */
.unused-class-1x2s3d {
    color: #ff0000;
}

.q9w8e7r6t5y {
    background: #00ff00;
}

.a1b2c3d4e5f6 {
    display: none;
}

.z9y8x7w6v5u4 {
    opacity: 0;
}

.m8n7b6v5c4x3 {
    visibility: hidden;
}

.unused-wrapper-9k8j {
    padding: 0;
}

.legacy-element-7h6g {
    margin: 0;
}

.deprecated-class-5f4d {
    border: none;
}

/* Table horizontal scroll */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tournament-slider {
    overflow-x: auto;
}

@media (max-width: 991px) {
    .tournament-slider .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
    }

    .tournament-slider .col-lg-4 {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .bonus-slider .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
    }

    .bonus-slider .col-lg-4 {
        flex: 0 0 85%;
        max-width: 85%;
    }
}

.gdhw {
    max-width: 1120px;
    margin: 0 auto;
    padding: 48px 20px 72px;
    color: #e8e8e8;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.75;
    font-size: 16px;
}

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

.gdhw h1,
.gdhw h2,
.gdhw h3,
.gdhw h4,
.gdhw h5,
.gdhw h6 {
    color: #ffd54a;
    line-height: 1.25;
    font-weight: 700;
    margin: 32px 0 16px;
}

.gdhw h1 {
    font-size: 40px;
    margin-top: 0;
}

.gdhw h2 {
    font-size: 30px;
}

.gdhw h3 {
    font-size: 24px;
}

.gdhw p,
.gdhw ul,
.gdhw ol,
.gdhw table,
.gdhw blockquote,
.gdhw dl {
    margin: 0 0 20px;
}

.gdhw p {
    color: #e8e8e8;
}

.gdhw a {
    color: #ffd54a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease, opacity 0.2s ease;
    word-break: break-word;
}

.gdhw a:hover {
    color: #ffea9a;
}

.gdhw ul,
.gdhw ol {
    padding-left: 22px;
}

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

.gdhw ul li::marker,
.gdhw ol li::marker {
    color: #ffd54a;
    font-weight: 700;
}

.gdhw blockquote {
    padding: 20px 22px;
    border-left: 4px solid #ffd54a;
    background: linear-gradient(180deg, rgba(255, 213, 74, 0.12) 0%, rgba(255, 213, 74, 0.04) 100%);
    border-radius: 12px;
    color: #f1f1f1;
}

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

.gdhw table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
    background: #171717;
    box-shadow: 0 0 0 1px rgba(255, 213, 74, 0.12);
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gdhw table thead {
    background: linear-gradient(90deg, #ffd54a 0%, #ffbf2f 100%);
}

.gdhw table tbody {
    background: #171717;
}

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

.gdhw th,
.gdhw td {
    min-width: 180px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 213, 74, 0.12);
    text-align: left;
    vertical-align: top;
}

.gdhw th {
    color: #111;
    font-weight: 700;
}

.gdhw td {
    color: #e8e8e8;
}

.gdhw dl {
    display: grid;
    gap: 14px;
}

.gdhw dt {
    color: #ffd54a;
    font-weight: 700;
    font-size: 18px;
}

.gdhw dd {
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gdhw dd:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.gdhw strong,
.gdhw b {
    color: #fff3c2;
    font-weight: 700;
}

.gdhw em {
    color: #f3f3f3;
}

.gdhw hr {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 32px 0;
}

.gdhw img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.gdhw {
    background: linear-gradient(180deg, #101010 0%, #151515 100%);
    border: 1px solid rgba(255, 213, 74, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.gdhw h2,
.gdhw h3,
.gdhw table,
.gdhw blockquote,
.gdhw dl {
    scroll-margin-top: 24px;
}

@media (max-width: 992px) {
    .gdhw {
        padding: 40px 18px 56px;
        border-radius: 20px;
    }

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

    .gdhw h2 {
        font-size: 27px;
    }

    .gdhw h3 {
        font-size: 22px;
    }

    .gdhw th,
    .gdhw td {
        min-width: 160px;
        padding: 13px 14px;
    }
}

@media (max-width: 768px) {
    .gdhw {
        padding: 32px 16px 48px;
        font-size: 15px;
        line-height: 1.7;
        border-radius: 18px;
    }

    .gdhw h1 {
        font-size: 28px;
    }

    .gdhw h2 {
        font-size: 23px;
        margin-top: 28px;
    }

    .gdhw h3 {
        font-size: 20px;
        margin-top: 24px;
    }

    .gdhw p,
    .gdhw ul,
    .gdhw ol,
    .gdhw table,
    .gdhw blockquote,
    .gdhw dl {
        margin-bottom: 18px;
    }

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

    .gdhw blockquote {
        padding: 16px 18px;
        border-radius: 10px;
    }

    .gdhw dt {
        font-size: 17px;
    }

    .gdhw th,
    .gdhw td {
        min-width: 145px;
        padding: 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .gdhw {
        padding: 24px 14px 40px;
        font-size: 14px;
        border-radius: 16px;
    }

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

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

    .gdhw h3 {
        font-size: 18px;
    }

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

    .gdhw blockquote {
        padding: 14px 16px;
    }

    .gdhw th,
    .gdhw td {
        min-width: 130px;
        padding: 10px;
        font-size: 13px;
    }

    .gdhw dt {
        font-size: 16px;
    }
}

.z8x9qw4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    border: 1px solid rgba(255, 215, 0, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 20;
}

.k7p2m1n {
    flex: 0 0 auto;
}

.f3g5h8j {
    display: inline-flex;
    align-items: center;
}

.q9w8e7r {
    display: block;
    width: auto;
    height: 52px;
    max-width: 180px;
    object-fit: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.f3g5h8j:hover .q9w8e7r {
    transform: scale(1.03);
    opacity: 0.95;
}

.t6y5u4i {
    flex: 1 1 auto;
    min-width: 0;
}

.s3d4f5g {
    width: 100%;
}

.a1s2d3f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.a1s2d3f li {
    margin: 0;
    padding: 0;
}

.z1x2c3v {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    color: #f3f3f3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.z1x2c3v:hover {
    background: rgba(255, 215, 0, 0.12);
    color: #ffd54a;
    transform: translateY(-1px);
}

.h8j9k0l {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.p7o8i9u {
    display: flex;
    align-items: center;
    gap: 10px;
}

.v4c5x6z,
.b8n9m0k {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.v4c5x6z {
    background: transparent;
    color: #ffd54a;
    border-color: rgba(255, 215, 0, 0.45);
}

.v4c5x6z:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #fff0b3;
    transform: translateY(-1px);
}

.b8n9m0k {
    background: linear-gradient(180deg, #ffd54a 0%, #ffbf1f 100%);
    color: #111;
    box-shadow: 0 8px 18px rgba(255, 191, 31, 0.24);
}

.b8n9m0k:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(255, 191, 31, 0.3);
    color: #111;
}

.q3w4e5r {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    background: #171717;
    border-radius: 12px;
    padding: 11px 10px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.q3w4e5r:hover {
    background: #1d1d1d;
    border-color: rgba(255, 215, 0, 0.4);
}

.q3w4e5r span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #ffd54a;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.u8i9o0p {
    display: none;
    margin-top: 12px;
    padding: 14px;
    background: linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    border: 1px solid rgba(255, 215, 0, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.u8i9o0p.active {
    display: block;
}

.y7u8i9o {
    width: 100%;
}

.i6o7p8l {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.k5l6m7n {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.k5l6m7n:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #ffd54a;
}

@media (max-width: 1199px) {
    .z8x9qw4 {
        gap: 18px;
        padding: 14px 16px;
    }

    .a1s2d3f {
        gap: 6px;
    }

    .z1x2c3v {
        padding: 9px 11px;
        font-size: 14px;
    }

    .v4c5x6z,
    .b8n9m0k {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .z8x9qw4 {
        gap: 14px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .t6y5u4i {
        display: none !important;
    }

    .q3w4e5r {
        display: inline-flex;
    }

    .h8j9k0l {
        margin-left: auto;
    }

    .q9w8e7r {
        height: 46px;
        max-width: 150px;
    }

    .u8i9o0p {
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .z8x9qw4 {
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        padding: 12px;
    }

    .q9w8e7r {
        height: 40px;
        max-width: 132px;
    }

    .h8j9k0l {
        gap: 10px;
    }

    .p7o8i9u {
        gap: 8px;
    }

    .v4c5x6z,
    .b8n9m0k {
        min-height: 40px;
        padding: 10px 12px;
        font-size: 13px;
        border-radius: 10px;
    }

    .q3w4e5r {
        width: 40px;
        height: 40px;
        padding: 9px 8px;
        border-radius: 10px;
    }

    .u8i9o0p {
        padding: 12px;
    }

    .k5l6m7n {
        min-height: 42px;
        padding: 11px 12px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .z8x9qw4 {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        align-items: center;
    }

    .k7p2m1n {
        min-width: 0;
    }

    .h8j9k0l {
        display: contents;
    }

    .p7o8i9u {
        grid-column: 1 / -1;
        order: 4;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 4px;
    }

    .v4c5x6z,
    .b8n9m0k {
        width: 100%;
        padding: 11px 10px;
    }

    .q3w4e5r {
        justify-self: end;
    }

    .q9w8e7r {
        height: 36px;
        max-width: 118px;
    }

    .u8i9o0p {
        margin-top: 10px;
        border-radius: 14px;
    }
}

@media (max-width: 420px) {
    .z8x9qw4 {
        padding: 10px;
    }

    .q9w8e7r {
        height: 32px;
        max-width: 104px;
    }

    .v4c5x6z,
    .b8n9m0k {
        min-height: 38px;
        font-size: 12px;
        padding: 10px 8px;
    }

    .q3w4e5r {
        width: 38px;
        height: 38px;
    }

    .k5l6m7n {
        font-size: 13px;
    }
}

.m1n2b3v {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding-top: 10px;
    padding-bottom: 10px;
}

body {
    padding-top: 0;
}

.z8x9qw4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 20px;
    background: linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    border: 1px solid rgba(255, 215, 0, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 20;
}

.k7p2m1n {
    flex: 0 0 auto;
}

.f3g5h8j {
    display: inline-flex;
    align-items: center;
}

.q9w8e7r {
    display: block;
    width: auto;
    height: 52px;
    max-width: 180px;
    object-fit: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.f3g5h8j:hover .q9w8e7r {
    transform: scale(1.03);
    opacity: 0.95;
}

.t6y5u4i {
    flex: 1 1 auto;
    min-width: 0;
}

.s3d4f5g {
    width: 100%;
}

.a1s2d3f {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.a1s2d3f li {
    margin: 0;
    padding: 0;
}

.z1x2c3v {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 12px;
    color: #f3f3f3;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.z1x2c3v:hover {
    background: rgba(255, 215, 0, 0.12);
    color: #ffd54a;
    transform: translateY(-1px);
}

.h8j9k0l {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.p7o8i9u {
    display: flex;
    align-items: center;
    gap: 10px;
}

.v4c5x6z,
.b8n9m0k {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.v4c5x6z {
    background: transparent;
    color: #ffd54a;
    border-color: rgba(255, 215, 0, 0.45);
}

.v4c5x6z:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #fff0b3;
    transform: translateY(-1px);
}

.b8n9m0k {
    background: linear-gradient(180deg, #ffd54a 0%, #ffbf1f 100%);
    color: #111;
    box-shadow: 0 8px 18px rgba(255, 191, 31, 0.24);
}

.b8n9m0k:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(255, 191, 31, 0.3);
    color: #111;
}

.q3w4e5r {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    background: #171717;
    border-radius: 12px;
    padding: 11px 10px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.q3w4e5r:hover {
    background: #1d1d1d;
    border-color: rgba(255, 215, 0, 0.4);
}

.q3w4e5r span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #ffd54a;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.u8i9o0p {
    display: none;
    margin-top: 12px;
    padding: 14px;
    background: linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    border: 1px solid rgba(255, 215, 0, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.u8i9o0p.active {
    display: block;
}

.y7u8i9o {
    width: 100%;
}

.i6o7p8l {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.k5l6m7n {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease;
}

.k5l6m7n:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #ffd54a;
}

@media (max-width: 1199px) {
    .z8x9qw4 {
        gap: 18px;
        padding: 14px 16px;
    }

    .a1s2d3f {
        gap: 6px;
    }

    .z1x2c3v {
        padding: 9px 11px;
        font-size: 14px;
    }

    .v4c5x6z,
    .b8n9m0k {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .m1n2b3v {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .z8x9qw4 {
        gap: 14px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .t6y5u4i {
        display: none !important;
    }

    .q3w4e5r {
        display: inline-flex;
    }

    .h8j9k0l {
        margin-left: auto;
    }

    .q9w8e7r {
        height: 46px;
        max-width: 150px;
    }

    .u8i9o0p {
        border-radius: 16px;
    }
}

@media (max-width: 767px) {
    .z8x9qw4 {
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        padding: 12px;
    }

    .q9w8e7r {
        height: 40px;
        max-width: 132px;
    }

    .h8j9k0l {
        gap: 10px;
    }

    .p7o8i9u {
        gap: 8px;
    }

    .v4c5x6z,
    .b8n9m0k {
        min-height: 40px;
        padding: 10px 12px;
        font-size: 13px;
        border-radius: 10px;
    }

    .q3w4e5r {
        width: 40px;
        height: 40px;
        padding: 9px 8px;
        border-radius: 10px;
    }

    .u8i9o0p {
        padding: 12px;
    }

    .k5l6m7n {
        min-height: 42px;
        padding: 11px 12px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .z8x9qw4 {
        display: grid;
        grid-template-columns: auto 1fr auto;
        gap: 10px;
        align-items: center;
    }

    .k7p2m1n {
        min-width: 0;
    }

    .h8j9k0l {
        display: contents;
    }

    .p7o8i9u {
        grid-column: 1 / -1;
        order: 4;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 4px;
    }

    .v4c5x6z,
    .b8n9m0k {
        width: 100%;
        padding: 11px 10px;
    }

    .q3w4e5r {
        justify-self: end;
    }

    .q9w8e7r {
        height: 36px;
        max-width: 118px;
    }

    .u8i9o0p {
        margin-top: 10px;
        border-radius: 14px;
    }
}

@media (max-width: 420px) {
    .z8x9qw4 {
        padding: 10px;
    }

    .q9w8e7r {
        height: 32px;
        max-width: 104px;
    }

    .v4c5x6z,
    .b8n9m0k {
        min-height: 38px;
        font-size: 12px;
        padding: 10px 8px;
    }

    .q3w4e5r {
        width: 38px;
        height: 38px;
    }

    .k5l6m7n {
        font-size: 13px;
    }
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
svg,
video,
iframe {
    max-width: 100%;
    height: auto;
}

.z8x9qw4,
.u8i9o0p,
.gdhw,
.container,
.row {
    max-width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.m1n2b3v {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 0;
}

.z8x9qw4 {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

@media (max-width: 575px) {
    .z8x9qw4 {
        grid-template-columns: minmax(0, auto) 1fr auto;
    }

    .k7p2m1n,
    .h8j9k0l,
    .p7o8i9u,
    .u8i9o0p {
        min-width: 0;
        max-width: 100%;
    }

    .p7o8i9u {
        grid-column: 1 / -1;
    }

    .v4c5x6z,
    .b8n9m0k {
        min-width: 0;
    }
}

.m1n2b3v {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 0;
}

body {
    padding-top: 96px;
}

.copy-promo-btn {
    min-width: 132px;
    height: 48px;
    padding: 0 18px;
    border: 2px solid #ffd54a;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffd54a 0%, #ffbf1f 100%);
    color: #111;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(255, 191, 31, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.copy-promo-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(255, 191, 31, 0.36);
}
