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

body {
    font-family: 'PT Sans', Arial, sans-serif;
    background-color: #323234;
    color: #e8e8e8;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: #00fbc8;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #00d4ac;
}

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

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

.xw8p2-wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

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

.c4lv8-navbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px;
}

.k8nt5-logo-img {
    display: block;
}

.x5jv9-nav-menu {
    display: flex;
    list-style: none;
    gap: 25px;
    justify-content: center;
}

.x5jv9-nav-link {
    color: #e8e8e8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    transition: color 0.3s;
}

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

.t9px4-navbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.j5kw7-online-counter {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 251, 200, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}

.b4xt6-counter-text {
    color: #e8e8e8;
}

.h3qk5-auth-buttons {
    display: flex;
    gap: 10px;
}

.m3dx7-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}

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

.m3dx7-btn--login:hover {
    background-color: #00d4ac;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 251, 200, 0.3);
}

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

.m3dx7-btn--signup:hover {
    background-color: #e02808;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 46, 9, 0.3);
}

.m3dx7-btn--primary {
    background: linear-gradient(135deg, #ff2e09 0%, #ff6b09 100%);
    color: #ffffff;
    padding: 18px 40px;
    font-size: 18px;
}

.m3dx7-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 46, 9, 0.4);
}

.m3dx7-btn--secondary {
    background-color: #00fbc8;
    color: #000000;
}

.m3dx7-btn--secondary:hover {
    background-color: #00d4ac;
}

.m3dx7-btn--widget {
    background-color: #ff2e09;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
}


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

.z8dv4-burger-line {
    width: 25px;
    height: 3px;
    background-color: #e8e8e8;
    transition: all 0.3s;
}

.z8dv4-burger.active .z8dv4-burger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.z8dv4-burger.active .z8dv4-burger-line:nth-child(2) {
    opacity: 0;
}

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


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

.y2kp6-mobile-menu.active {
    display: block;
    animation: slideDown 0.3s ease;
}

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

.l6hk4-mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.l6hk4-mobile-nav-link {
    color: #e8e8e8;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.l6hk4-mobile-nav-link:hover {
    background-color: rgba(0, 251, 200, 0.1);
}

.k9lm4-hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/banner-kazino.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    margin-bottom: 30px;
}

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

.r5nt2-hero-title {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
}

.q4bk8-hero-subtitle {
    font-size: 24px;
    color: #00fbc8;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Breadcrumbs */
.z2hf9-breadcrumbs {
    margin: 20px 0;
}

.z2hf9-breadcrumb-list {
    display: flex;
    list-style: none;
    gap: 10px;
    flex-wrap: wrap;
}

.z2hf9-breadcrumb-item:not(:last-child)::after {
    content: '›';
    margin-left: 10px;
    color: #888;
}

.z2hf9-breadcrumb-item a {
    color: #00fbc8;
}

/* Main Content */
.t6vr4-main-content {
    padding: 20px 0;
}

/* Sections */
.p8km2-info-section,
.w9pr7-advantages-section,
.x4rk6-proscons-section,
.e3mg8-mirrors-section,
.r8ty5-app-section,
.p3jk7-video-section,
.d7mx4-bonuses-section,
.h5vw8-review-section {
    background-color: #2a2a2c;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.f4xn9-section-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 25px;
    border-bottom: 3px solid #00fbc8;
    padding-bottom: 10px;
}

/* Tables */
.v7tz3-table-wrapper {
    overflow-x: auto;
}

.d5lg8-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #1a1a1c;
    border-radius: 10px;
    overflow: hidden;
}

.d5lg8-info-table th,
.d5lg8-info-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #3a3a3c;
}

.d5lg8-info-table thead th {
    background-color: #000000;
    color: #00fbc8;
    font-weight: 700;
    text-transform: uppercase;
}

.b3nv6-param {
    font-weight: 700;
    color: #00fbc8;
    width: 35%;
}

.b3nv6-value {
    color: #e8e8e8;
}

.d5lg8-info-table tr:last-child td {
    border-bottom: none;
}

.d5lg8-info-table tr:hover {
    background-color: rgba(0, 251, 200, 0.05);
}

/* Advantages Grid */
.y5kx4-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.h8vc2-advantage-card {
    background-color: #1a1a1c;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.h8vc2-advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 251, 200, 0.2);
}

.g6tf1-advantage-icon {
    font-size: 50px;
    margin-bottom: 15px;
}

.l3mn8-advantage-title {
    font-size: 20px;
    color: #00fbc8;
    margin-bottom: 10px;
}

.s9bq4-advantage-text {
    color: #c8c8c8;
    line-height: 1.6;
}

/* Pros and Cons */
.c7dv9-proscons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.a2fw5-pros-column,
.a2fw5-cons-column {
    background-color: #1a1a1c;
    padding: 25px;
    border-radius: 12px;
}

.q8nh3-proscons-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.q8nh3-proscons-title--pros {
    color: #00fbc8;
}

.q8nh3-proscons-title--cons {
    color: #ff2e09;
}

.k5xt7-proscons-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.k5xt7-proscons-item {
    padding-left: 5px;
    line-height: 1.6;
}

.u6yn2-mirrors-update {
    color: #c8c8c8;
    margin-bottom: 20px;
    font-size: 16px;
}

.i7tp4-mirror-link {
    color: #00fbc8;
    font-weight: 700;
}

.o5wk9-status {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.o5wk9-status--active {
    background-color: rgba(0, 251, 200, 0.2);
    color: #00fbc8;
}

.n4kp7-app-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.b8xv3-app-download {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.w6df2-download-title {
    font-size: 24px;
    color: #00fbc8;
    margin-bottom: 10px;
}

.z5hr9-download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background-color: #1a1a1c;
    border-radius: 10px;
    transition: all 0.3s;
    color: #e8e8e8;
}

.z5hr9-download-btn:hover {
    background-color: #252527;
    transform: translateX(5px);
}

.z5hr9-btn-icon {
    font-size: 24px;
}

.z5hr9-btn-text {
    font-weight: 700;
    font-size: 16px;
}


.t8nv5-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.y4mg2-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.s6pk8-bonuses-container {
    overflow: hidden;
}

.k2hg5-bonuses-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.v9lm3-bonus-card {
    background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #3a3a3c;
    transition: all 0.3s;
}

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

.f3bx7-bonus-badge {
    background-color: #ff2e09;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.n8kv4-bonus-title {
    font-size: 32px;
    color: #00fbc8;
    margin-bottom: 15px;
}

.w5tn9-bonus-description {
    color: #c8c8c8;
    margin-bottom: 20px;
    line-height: 1.6;
}

.q7nx2-review-content {
    color: #e8e8e8;
    line-height: 1.8;
}

.q7nx2-review-content h2,
.q7nx2-review-content h3,
.q7nx2-review-content h4 {
    color: #00fbc8;
    margin-top: 25px;
    margin-bottom: 15px;
}

.q7nx2-review-content p {
    margin-bottom: 15px;
}

.q7nx2-review-content ul,
.q7nx2-review-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.q7nx2-review-content li {
    margin-bottom: 8px;
}

.q7nx2-review-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #1a1a1c;
    border-radius: 10px;
    overflow: hidden;
}

.q7nx2-review-content table th,
.q7nx2-review-content table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #3a3a3c;
}

.q7nx2-review-content table th {
    background-color: #000000;
    color: #00fbc8;
    font-weight: 700;
}

.q7nx2-review-content a {
    color: #00fbc8;
    text-decoration: underline;
}

/* Author Block */
.t4ry6-author-block {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #3a3a3c;
}

.j8km3-author-info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.p2lx9-author-avatar {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.p2lx9-author-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--clr-primary);
    box-shadow: 0 4px 10px rgba(0, 251, 200, 0.3);
}

.w8pn5-author-name {
    font-size: 20px;
    color: #00fbc8;
    font-weight: 700;
    margin-bottom: 8px;
}

.k3bf7-author-bio {
    color: #c8c8c8;
    line-height: 1.6;
    margin-bottom: 10px;
}

.r9dv2-author-link {
    color: #00fbc8;
    text-decoration: underline;
}

.g8vx2-footer {
    background-color: #000000;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.k4pw7-footer-content {
    display: grid;
    gap: 30px;
}

.j9mv3-footer-top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
}

.t3xv9-footer-nav {
    list-style: none;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.t3xv9-footer-nav-link {
    color: #c8c8c8;
    transition: color 0.3s;
}

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

.w7kv5-footer-middle {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.m8lv6-footer-title {
    font-size: 18px;
    color: #00fbc8;
    margin-bottom: 15px;
}

.v9tx3-payment-logos,
.c2nx7-provider-logos {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.h5km2-payment-logo,
.b6xt9-provider-logo {
    opacity: 0.7;
    transition: opacity 0.3s;
}

.h5km2-payment-logo:hover,
.b6xt9-provider-logo:hover {
    opacity: 1;
}

.d5jk8-footer-bottom {
    border-top: 1px solid #3a3a3c;
    padding-top: 20px;
    text-align: center;
}

.n7mv4-copyright {
    color: #888;
    font-size: 14px;
}

.t8px2-legal-text {
    margin-top: 10px;
    font-size: 12px;
}

.x4kv7-legal-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.x4kv7-legal-link {
    color: #888;
    font-size: 13px;
    transition: color 0.3s;
}

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

.w2kg7-fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, #1a1a1a 100%);
    padding: 15px 20px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 999;
    animation: slideUp 0.5s ease;
}

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

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

.r3bx7-widget-bonus {
    color: #00fbc8;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .x5jv9-nav-menu {
        display: none;
    }

    .z8dv4-burger {
        display: flex;
    }

    .c4lv8-navbar {
        grid-template-columns: auto 1fr;
    }

    .j9mv3-footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .t3xv9-footer-nav {
        justify-content: center;
    }
}

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

    .q4bk8-hero-subtitle {
        font-size: 18px;
    }

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

    .n4kp7-app-content {
        grid-template-columns: 1fr;
    }

    .c7dv9-proscons-grid {
        grid-template-columns: 1fr;
    }

    .k2hg5-bonuses-slider {
        grid-template-columns: 1fr;
    }

    .j8km3-author-info {
        flex-direction: column;
    }

    .h6mx3-widget-content {
        flex-direction: column;
        text-align: center;
    }

    .j5kw7-online-counter {
        display: none;
    }
}

@media (max-width: 576px) {
    .c4lv8-navbar {
        grid-template-columns: auto auto auto;
    }

    .h3qk5-auth-buttons {
        display: flex;
        gap: 5px;
    }

    .m3dx7-btn--login,
    .m3dx7-btn--signup {
        padding: 8px 12px;
        font-size: 11px;
        white-space: nowrap;
    }
}

.legacy-wrapper-m3kx8 {
    display: none;
}

.deprecated-container-w7nx4 {
    visibility: hidden;
}

.old-style-p9kv2 {
    opacity: 0;
    pointer-events: none;
}

#unused-element-t5mx6 {
    position: absolute;
    left: -10000px;
}

.hidden-component-j8kv3 {
    width: 0;
    height: 0;
    overflow: hidden;
}


@media (max-width: 576px) {

    .n8wp5-container {
        padding: 0 12px;
    }

    .a9mx5-header {
        padding: 10px 0;
    }

    .c4lv8-navbar {
        grid-template-columns: auto 1fr auto;
        gap: 10px;
    }

    .k8nt5-logo-img {
        max-width: 110px;
    }

    .z8dv4-burger {
        display: flex;
    }

    .x5jv9-nav-menu {
        display: none;
    }

    .h3qk5-auth-buttons {
        gap: 6px;
    }

    .m3dx7-btn--login,
    .m3dx7-btn--signup {
        padding: 8px 10px;
        font-size: 10px;
        border-radius: 6px;
    }

    .k9lm4-hero-section {
        padding: 60px 15px;
    }

    .r5nt2-hero-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .q4bk8-hero-subtitle {
        font-size: 15px;
    }

    .m3dx7-btn--primary {
        padding: 14px 25px;
        font-size: 15px;
    }


    .p8km2-info-section,
    .w9pr7-advantages-section,
    .x4rk6-proscons-section,
    .e3mg8-mirrors-section,
    .r8ty5-app-section,
    .p3jk7-video-section,
    .d7mx4-bonuses-section,
    .h5vw8-review-section {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .f4xn9-section-title {
        font-size: 22px;
    }


    .d5lg8-info-table th,
    .d5lg8-info-table td {
        padding: 10px;
        font-size: 13px;
    }

    .b3nv6-param {
        width: 45%;
    }


    .y5kx4-advantages-grid {
        grid-template-columns: 1fr;
    }

    .h8vc2-advantage-card {
        padding: 18px;
    }

    .g6tf1-advantage-icon {
        font-size: 36px;
    }

    .c7dv9-proscons-grid {
        grid-template-columns: 1fr;
    }

    .n4kp7-app-content {
        grid-template-columns: 1fr;
    }

    .z5hr9-download-btn {
        justify-content: center;
    }

    .k2hg5-bonuses-slider {
        grid-template-columns: 1fr;
    }

    .n8kv4-bonus-title {
        font-size: 24px;
    }


    .j8km3-author-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .j9mv3-footer-top {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .t3xv9-footer-nav {
        justify-content: center;
    }

    .w7kv5-footer-middle {
        grid-template-columns: 1fr;
    }

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

    .r3bx7-widget-bonus {
        font-size: 15px;
    }

}

