/* Mostbet Casino Styles */

:root {
    --clr-primary: #FFD700;
    --clr-secondary: #FFDA00;
    --clr-bg: #151515;
    --clr-header: #000000;
    --clr-text: #e0e0e0;
    --clr-white: #ffffff;
}

body {
    overflow-x: hidden;
}

.qw89x-wrapper {
    flex: 1;
}

/* Header Styles */
.m8x4k-header {
    background: var(--clr-header);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.px7j2 {
    padding-left: 20px;
    padding-right: 20px;
}

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

.vh82l-nav-menu {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.kw7n2-nav-link {
    color: var(--clr-text);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 15px;
}

.kw7n2-nav-link:hover {
    color: var(--clr-primary);
}

.u9k3x-header-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.xp2m8-btn-login {
    background: transparent;
    border: 2px solid var(--clr-primary);
    color: var(--clr-primary);
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.xp2m8-btn-login:hover {
    background: var(--clr-primary);
    color: #000;
    transform: translateY(-2px);
}

.qz4n7-btn-signup {
    background: linear-gradient(135deg, var(--clr-secondary), var(--clr-primary));
    border: none;
    color: #000;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.qz4n7-btn-signup:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
    color: #000;
}

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

.hj5k9-burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--clr-primary);
    transition: 0.3s;
}

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

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

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

.zx8l4-online-counter {
    background: rgba(255, 215, 0, 0.1);
    padding: 8px 15px;
    border-radius: 5px;
    color: var(--clr-text);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.bn3k2-pulse {
    width: 10px;
    height: 10px;
    background: #00ff00;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

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

.fw9p3-mobile-menu {
    display: none;
    background: var(--clr-header);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.fw9p3-mobile-menu.active {
    display: block;
}

/* Hero Section */
.ld92k-hero-section {
    position: relative;
    margin-bottom: 40px;
}

.ls7m4-hero-slider {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.jx9k2-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.jx9k2-slide.active {
    opacity: 1;
}

.jx9k2-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.qn8x3-hero-content {
    position: relative;
    z-index: 2;
    color: var(--clr-white);
}

.qn8x3-hero-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.qn8x3-hero-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.wl4p9-hero-btn {
    background: var(--clr-secondary);
    color: #000;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.wl4p9-hero-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5);
    color: #000;
}

.yx2k8-slider-prev,
.yx2k8-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 215, 0, 0.3);
    border: none;
    color: var(--clr-white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.yx2k8-slider-prev:hover,
.yx2k8-slider-next:hover {
    background: var(--clr-primary);
    color: #000;
}

.yx2k8-slider-prev {
    left: 20px;
}

.yx2k8-slider-next {
    right: 20px;
}

.mn4x7-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.mn4x7-slider-dots span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mn4x7-slider-dots span.active {
    background: var(--clr-primary);
    width: 30px;
    border-radius: 6px;
}

/* Main Content */
.mt9x3 {
    margin-top: 50px;
}

.zk45m-main-content {
    flex: 1;
}

.h7k2p {
    color: var(--clr-white);
    font-size: 36px;
    font-weight: 700;
}

/* Casino Info Table */
.px4n9-casino-table-wrap {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.px4n9-casino-table-wrap h2 {
    color: var(--clr-white);
    font-weight: 700;
}

.vn8k2-info-table {
    background: rgba(0, 0, 0, 0.3);
    color: var(--clr-text);
    border: 2px solid rgba(255, 215, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.vn8k2-info-table tbody tr {
    border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.vn8k2-info-table tbody tr:last-child {
    border-bottom: none;
}

.vn8k2-info-table td {
    padding: 15px 20px;
    vertical-align: top;
}

.vn8k2-info-table td:first-child {
    width: 35%;
    background: rgba(255, 215, 0, 0.05);
}

/* Content Block */
.uf82n-content-block {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    color: var(--clr-text);
    line-height: 1.8;
}

.uf82n-content-block h2 {
    color: var(--clr-white);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.uf82n-content-block h3 {
    color: var(--clr-primary);
    margin-top: 25px;
    margin-bottom: 12px;
}

.uf82n-content-block p {
    margin-bottom: 15px;
}

.uf82n-content-block ul,
.uf82n-content-block ol {
    margin-left: 25px;
    margin-bottom: 15px;
}

.uf82n-content-block li {
    margin-bottom: 8px;
}

.uf82n-content-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(0, 0, 0, 0.3);
}

.uf82n-content-block table td,
.uf82n-content-block table th {
    border: 1px solid rgba(255, 215, 0, 0.2);
    padding: 12px;
    text-align: left;
}

.uf82n-content-block table th {
    background: rgba(255, 215, 0, 0.1);
    font-weight: 700;
    color: var(--clr-white);
}

.uf82n-content-block a {
    color: var(--clr-primary);
    text-decoration: underline;
}

.uf82n-content-block a:hover {
    color: var(--clr-secondary);
}

/* Screenshots */
.lk7x2-screenshots {
    margin-bottom: 50px;
}

.lk7x2-screenshots h2 {
    color: var(--clr-white);
    font-weight: 700;
}

.zp9n4-screenshot-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.zp9n4-screenshot-card:hover {
    transform: translateY(-5px);
}

.zp9n4-screenshot-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.bx5k8-screenshot-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.wy3n7-slider-track {
    display: flex;
    gap: 15px;
}

.wy3n7-slider-track .zp9n4-screenshot-card {
    flex: 0 0 85%;
}

/* Tournaments */
.qp7x4-tournaments {
    margin-bottom: 50px;
}

.qp7x4-tournaments h2 {
    color: var(--clr-white);
    font-weight: 700;
}

.mx8k3-tournament-card {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 218, 0, 0.05));
    padding: 25px;
    border-radius: 12px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
    height: 100%;
}

.mx8k3-tournament-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.mx8k3-tournament-card h3 {
    color: var(--clr-white);
    font-weight: 700;
    margin-bottom: 15px;
}

.mx8k3-tournament-card p {
    color: var(--clr-text);
    margin-bottom: 15px;
}

.nh4z9-prize {
    font-size: 28px;
    font-weight: 700;
    color: var(--clr-primary);
    margin-bottom: 15px;
}

.tz2k7-timer {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: var(--clr-white);
    font-weight: 600;
    margin-bottom: 15px;
}

.kx9m2-tournament-btn {
    background: var(--clr-primary);
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.kx9m2-tournament-btn:hover {
    background: var(--clr-secondary);
    transform: scale(1.05);
    color: #000;
}

.gx4n8-tournament-slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gx4n8-tournament-slider .wy3n7-slider-track {
    display: flex;
    gap: 15px;
}

.gx4n8-tournament-slider .mx8k3-tournament-card {
    flex: 0 0 85%;
}

/* Wheel of Fortune */
.rw5k9-wheel-section {
    margin-bottom: 50px;
}

.rw5k9-wheel-section h2 {
    color: var(--clr-white);
    font-weight: 700;
}

.bk7x3-wheel-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 20px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}

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

.py8n4-spin-btn {
    background: var(--clr-primary);
    color: #000;
    padding: 15px 50px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.py8n4-spin-btn:hover:not(:disabled) {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.5);
}

.py8n4-spin-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.jx3m9-wheel-result {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 218, 0, 0.1));
    padding: 30px;
    border-radius: 10px;
    border: 2px solid var(--clr-primary);
}

.jx3m9-wheel-result h3 {
    color: var(--clr-primary);
    font-weight: 700;
    margin-bottom: 15px;
}

.jx3m9-wheel-result p {
    color: var(--clr-white);
    font-size: 18px;
}

/* Reviews */
.vx4k8-reviews {
    margin-bottom: 50px;
}

.vx4k8-reviews h2 {
    color: var(--clr-white);
    font-weight: 700;
}

.np2x7-review-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid var(--clr-primary);
    transition: all 0.3s ease;
    height: 100%;
}

.np2x7-review-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
}

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

.np2x7-review-card h4 {
    color: var(--clr-white);
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.np2x7-review-card p {
    color: var(--clr-text);
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 0;
}

.km7x3-review-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 10px;
}

.km7x3-review-form h3 {
    color: var(--clr-white);
    font-weight: 700;
}

.km7x3-review-form .form-label {
    color: var(--clr-text);
    font-weight: 600;
    margin-bottom: 8px;
}

.km7x3-review-form .form-control {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: var(--clr-white);
    padding: 12px;
    border-radius: 6px;
}

.km7x3-review-form .form-control:focus {
    background: rgba(0, 0, 0, 0.4);
    border-color: var(--clr-primary);
    color: var(--clr-white);
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

/* Footer */
.wx7k4-footer {
    background: var(--clr-header);
    color: var(--clr-text);
    margin-top: auto;
}

.wx7k4-footer h5 {
    color: var(--clr-white);
    font-weight: 700;
}

.vy2n8-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vy2n8-footer-links a {
    color: var(--clr-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vy2n8-footer-links a:hover {
    color: var(--clr-primary);
}

.kx7m2-payment-logos {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.kx7m2-payment-logos img {
    height: 30px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.kx7m2-payment-logos img:hover {
    opacity: 1;
}

.px9k3-provider-logos {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.px9k3-provider-logos span {
    background: rgba(255, 215, 0, 0.1);
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--clr-text);
}

/* Bonus Widget */
.qx8k3-bonus-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary));
    padding: 15px 0;
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}

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

.lk4x9-widget-btn {
    background: #000;
    color: var(--clr-primary);
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.lk4x9-widget-btn:hover {
    transform: scale(1.05);
    color: var(--clr-primary);
}

/* Responsive */
@media (max-width: 768px) {
    .u9k3x-header-actions {
        gap: 5px;
    }

    .xp2m8-btn-login,
    .qz4n7-btn-signup {
        padding: 6px 12px;
        font-size: 14px;
    }

    .qn8x3-hero-content h2 {
        font-size: 28px;
    }

    .qn8x3-hero-content p {
        font-size: 16px;
    }

    .wl4p9-hero-btn {
        padding: 12px 30px;
        font-size: 16px;
    }

    .h7k2p {
        font-size: 28px;
    }

    .vn8k2-info-table td {
        padding: 10px;
        font-size: 14px;
    }

    .vn8k2-info-table td:first-child {
        width: 40%;
    }

    .zy7n2-widget-text {
        font-size: 13px;
    }

    .lk4x9-widget-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .qx8k3-bonus-widget {
        padding: 10px 0;
    }

    .yx2k8-slider-prev,
    .yx2k8-slider-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

.ysdtf {
    max-width: 980px;
    margin: 40px auto;
    padding: 36px 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 215, 0, .16);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
    color: var(--clr-text);
}

.ysdtf h1 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 800;
    color: var(--clr-white);
    letter-spacing: -.02em;
}

.ysdtf h2 {
    margin: 34px 0 14px;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    line-height: 1.25;
    font-weight: 750;
    color: var(--clr-white);
}

.ysdtf h3 {
    margin: 24px 0 10px;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.3;
    font-weight: 700;
    color: var(--clr-primary);
}

.ysdtf p,
.ysdtf li {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--clr-text);
}

.ysdtf p {
    margin: 0 0 16px;
}

.ysdtf a {
    color: var(--clr-primary);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 215, 0, .35);
    transition: .25s ease;
}

.ysdtf a:hover {
    color: var(--clr-secondary);
    border-color: rgba(255, 218, 0, .7);
}

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

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

.ysdtf table {
    width: 100%;
    margin: 22px 0 28px;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 215, 0, .14);
}

.ysdtf thead th {
    padding: 16px 18px;
    text-align: left;
    font-size: .95rem;
    font-weight: 700;
    color: var(--clr-white);
    background: linear-gradient(180deg, rgba(255, 215, 0, .12), rgba(255, 215, 0, .06));
}

.ysdtf tbody td {
    padding: 15px 18px;
    font-size: .95rem;
    line-height: 1.65;
    color: var(--clr-text);
    border-top: 1px solid rgba(255, 255, 255, .07);
    vertical-align: top;
}

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

.ysdtf blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--clr-primary);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 215, 0, .08), rgba(255, 255, 255, .03));
}

.ysdtf blockquote p {
    margin: 0;
    color: var(--clr-white);
}

.ysdtf strong,
.ysdtf b {
    color: var(--clr-white);
    font-weight: 700;
}

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

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

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

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

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

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

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

    .ysdtf h1 {
        font-size: 1.8rem;
        line-height: 1.18;
    }

    .ysdtf h2 {
        font-size: 1.3rem;
        line-height: 1.3;
        margin: 24px 0 12px;
    }

    .ysdtf h3 {
        font-size: 1.08rem;
        margin: 18px 0 8px;
    }

    .ysdtf p,
    .ysdtf li {
        font-size: .96rem;
        line-height: 1.72;
    }

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

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

    .ysdtf thead th,
    .ysdtf tbody td {
        padding: 12px 14px;
        font-size: .9rem;
    }

    .ysdtf blockquote {
        padding: 16px 14px;
        margin: 18px 0;
        border-radius: 14px;
    }
}

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

    .ysdtf h1 {
        font-size: 1.55rem;
    }

    .ysdtf h2 {
        font-size: 1.18rem;
    }

    .ysdtf h3 {
        font-size: 1rem;
    }

    .ysdtf p,
    .ysdtf li,
    .ysdtf tbody td,
    .ysdtf thead th {
        font-size: .88rem;
    }

    .ysdtf table {
        white-space: normal;
    }

    .ysdtf thead th,
    .ysdtf tbody td {
        min-width: 160px;
    }
}

.px4n9-casino-table-wrap {
    margin: 40px 0;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 215, 0, .14);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .24);
}

.px4n9-casino-table-wrap h2 {
    margin: 0 0 22px;
    text-align: center;
    color: #fff;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
}

.px4n9-casino-table-wrap .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 18px;
}

.vn8k2-info-table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent !important;
    color: #e0e0e0;
    border: 1px solid rgba(255, 215, 0, .12);
    border-radius: 18px;
    overflow: hidden;
}

.vn8k2-info-table.table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-striped-color: #e0e0e0;
    --bs-table-active-bg: transparent;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: transparent;
    --bs-table-hover-color: #fff;
    --bs-table-color: #e0e0e0;
    --bs-table-border-color: rgba(255, 255, 255, .08);
    background: transparent !important;
    color: #e0e0e0;
}

.vn8k2-info-table tbody,
.vn8k2-info-table tr,
.vn8k2-info-table td {
    background: transparent !important;
}

.vn8k2-info-table tbody tr {
    transition: background .25s ease;
}

.vn8k2-info-table tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, .025) !important;
}

.vn8k2-info-table tbody tr:nth-child(even) {
    background: rgba(255, 215, 0, .03) !important;
}

.vn8k2-info-table tbody tr:hover {
    background: rgba(255, 215, 0, .08) !important;
}

.vn8k2-info-table td {
    padding: 16px 18px;
    vertical-align: top;
    font-size: .96rem;
    line-height: 1.6;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #e0e0e0 !important;
}

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

.vn8k2-info-table td:first-child {
    width: 34%;
    min-width: 220px;
    color: #fff !important;
    font-weight: 700;
    background: rgba(255, 215, 0, .06) !important;
    border-right: 1px solid rgba(255, 215, 0, .1);
}

.vn8k2-info-table td:first-child strong {
    color: #fff;
    font-weight: 700;
}

.vn8k2-info-table td:last-child {
    color: #d8d8d8 !important;
}

@media (max-width: 991px) {
    .px4n9-casino-table-wrap {
        padding: 22px;
        border-radius: 20px;
    }

    .px4n9-casino-table-wrap .table-responsive {
        border-radius: 16px;
    }

    .vn8k2-info-table {
        border-radius: 16px;
    }

    .vn8k2-info-table td {
        padding: 14px 16px;
    }

    .vn8k2-info-table td:first-child {
        min-width: 190px;
        width: 38%;
    }
}

@media (max-width: 767px) {
    .px4n9-casino-table-wrap {
        margin: 28px 0;
        padding: 16px;
        border-radius: 18px;
    }

    .px4n9-casino-table-wrap h2 {
        margin-bottom: 16px;
        font-size: 1.3rem;
    }

    .vn8k2-info-table td {
        padding: 12px 14px;
        font-size: .9rem;
        line-height: 1.5;
    }

    .vn8k2-info-table td:first-child {
        min-width: 170px;
        width: 44%;
    }
}

@media (max-width: 520px) {
    .px4n9-casino-table-wrap {
        padding: 14px;
        border-radius: 16px;
    }

    .vn8k2-info-table {
        min-width: 640px;
    }

    .vn8k2-info-table td {
        padding: 11px 12px;
        font-size: .88rem;
    }

    .vn8k2-info-table td:first-child {
        min-width: 160px;
    }
}

.m8x4k-header {
    background: #000;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.px7j2 {
    padding-left: 20px;
    padding-right: 20px;
}

.u9k3x-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.hj5k9-burger {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0;
    margin-left: 6px;
    border: 1px solid rgba(255, 215, 0, .35);
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1002;
}

.hj5k9-burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #ffd700;
    transition: .3s ease;
}

.hj5k9-burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

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

.hj5k9-burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.fw9p3-mobile-menu {
    display: none;
    background: #000;
    border-top: 1px solid rgba(255, 215, 0, .15);
    padding: 12px 0 18px;
}

.fw9p3-mobile-menu.active {
    display: block;
}

.fw9p3-mobile-menu .kw7n2-nav-link {
    display: block;
    padding: 12px 0;
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.fw9p3-mobile-menu .kw7n2-nav-link:last-child {
    border-bottom: none;
}

@media (max-width: 767.98px) {
    .u9k3x-header-actions {
        gap: 8px;
    }


    .hj5k9-burger {
        display: flex !important;
    }

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

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

    .n4p9z-logo img {
        width: 72px;
        height: auto;
    }
}

.zr9k2-unused {
    display: none;
}

.pw8x3-hidden {
    visibility: hidden;
}

.tx4n7-ghost {
    opacity: 0;
}

.vk2m9-phantom {
    position: absolute;
    left: -9999px;
}

.bn7x4-void {
    pointer-events: none;
}

.qm3k8-blank {
    content: '';
}

.lx6n2-empty {
    height: 0;
    overflow: hidden;
}

.wy5k9-null {
    width: 0;
}

.jx8m3-zero {
    margin: 0;
    padding: 0;
}

.px4n7-nada {
    background: none;
}
