

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.wp-block-group__inner-container { max-width: 1200px; margin: 0 auto; }
.wp-element-caption { font-size: .875rem; color: #999; }
.elementor-widget-wrap { display: flex; }
.yoast-schema-graph { display: none; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.wp-embed-responsive .wp-has-aspect-ratio { position:relative; padding-bottom: 0; }
.entry-content .alignwide { margin-left: -80px; margin-right: -80px; }
#ez-toc-container { background: #f9f9f9; border: 1px solid #aaa; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    background-color: #323234;
    color: #e0e0e0;
    line-height: 1.65;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #00fbc8; text-decoration: underline; transition: color 0.3s ease, opacity 0.3s ease; }
a:hover { color: #00d4a8; opacity: 0.9; }

.pnk7x_wr { width: 100%; position: relative; }
.pnk7x_mn { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.pnk7x_bx { border-radius: 12px; padding: 24px; margin-bottom: 20px; background: #2a2a2c; }
.pnk7x_bx2 { border-radius: 8px; padding: 20px; margin-bottom: 16px; background: #3a3a3c; }
.pnk7x_hd { background-color: #000000; padding: 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.pnk7x_ft { background-color: #000000; padding: 32px 0 0; margin-top: 40px; }
.k9m2_pad { padding: 12px 0; }
.q3f8_none { display: none; }
.r5t1_abs { position: absolute; }
.j7w4_rel { position: relative; }
.b2x9_flex { display: flex; }
.m6p3_grid { display: grid; }
.v8n1_center { text-align: center; }
.z4k7_hidden { overflow: hidden; }

.pnk7x_u1 { letter-spacing: 0.02em; }
.pnk7x_u2 { word-break: break-word; }
.pnk7x_u3 { backface-visibility: hidden; }
.pnk7x_u4 { -webkit-overflow-scrolling: touch; }
.pnk7x_u5 { transform: translateZ(0); }
.pnk7x_u6 { will-change: transform; }
.pnk7x_u7 { contain: layout; }
.t3j9_sr { clip: rect(0,0,0,0); position:absolute; width:1px; height:1px; overflow:hidden; }

.pnk7x_hdr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    min-height: 64px;
}
.pnk7x_logo img {
    height: 42px;
    width: auto;
    border-radius: 4px;
}
.pnk7x_nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pnk7x_nav a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.25s ease;
    white-space: nowrap;
}
.pnk7x_nav a:hover { color: #00fbc8; }
.pnk7x_online {
    color: #00fbc8;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.pnk7x_online-dot {
    width: 8px;
    height: 8px;
    background: #00fbc8;
    border-radius: 50%;
    display: inline-block;
    animation: pnk_pulse 1.5s infinite;
}
@keyframes pnk_pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}
.pnk7x_hdr-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}
.pnk7x_burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    z-index: 1010;
    background: none;
    border: none;
}
.pnk7x_burger span {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.pnk7x_burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.pnk7x_burger.active span:nth-child(2) { opacity: 0; }
.pnk7x_burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.pnk7x_btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    line-height: 1.4;
    font-family: 'PT Sans', sans-serif;
}
.pnk7x_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.pnk7x_btn-login {
    background: #00fbc8;
    color: #000 !important;
}
.pnk7x_btn-login:hover { background: #00d4a8; color: #000 !important; }
.pnk7x_btn-signup {
    background: #ff2e09;
    color: #fff !important;
}
.pnk7x_btn-signup:hover { background: #e02600; color: #fff !important; }
.pnk7x_btn-dl {
    background: #3a3a3c;
    color: #fff !important;
    border: 1px solid #555;
    padding: 10px 16px;
    font-size: 13px;
}
.pnk7x_btn-dl:hover { background: #4a4a4c; }
.pnk7x_btn-game {
    background: #00fbc8;
    color: #000 !important;
    padding: 10px 28px;
    font-size: 15px;
    border-radius: 10px;
}
.pnk7x_btn-game:hover { background: #00d4a8; color: #000 !important; }

.pnk7x_hero {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin: 20px auto;
    max-width: 1200px;
}
.pnk7x_hero-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pnk7x_hero-slide {
    min-width: 100%;
    position: relative;
    height: 360px;
    overflow: hidden;
}
.pnk7x_hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pnk7x_hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}
.pnk7x_hero-overlay h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.pnk7x_hero-overlay p {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 20px;
    max-width: 480px;
}
.pnk7x_hero-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}
.pnk7x_hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
}
.pnk7x_hero-dot.active { background: #00fbc8; }
.pnk7x_hero-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 10;
    pointer-events: none;
}
.pnk7x_hero-arrow {
    pointer-events: all;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}
.pnk7x_hero-arrow:hover { background: rgba(0,251,200,0.5); }

.pnk7x_section {
    max-width: 1200px;
    margin: 0 auto 24px;
    padding: 0 16px;
}
.pnk7x_section-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #00fbc8;
    display: inline-block;
}
.pnk7x_author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #2a2a2c;
    border-radius: 10px;
    margin-bottom: 24px;
    border-left: 4px solid #00fbc8;
}
.pnk7x_author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #00fbc8;
}
.pnk7x_author-info { flex: 1; }
.pnk7x_author-name { font-weight: 700; color: #fff; font-size: 15px; }
.pnk7x_author-name a { color: #00fbc8; }
.pnk7x_author-desc { font-size: 13px; color: #aaa; margin-top: 2px; }

.pnk7x_proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.pnk7x_pros, .pnk7x_cons {
    border-radius: 10px;
    padding: 20px;
}
.pnk7x_pros {
    background: linear-gradient(135deg, #1a3a2a 0%, #2a2a2c 100%);
    border: 1px solid #00fbc8;
}
.pnk7x_cons {
    background: linear-gradient(135deg, #3a1a1a 0%, #2a2a2c 100%);
    border: 1px solid #ff2e09;
}
.pnk7x_pros h3 { color: #00fbc8; margin-bottom: 12px; font-size: 18px; }
.pnk7x_cons h3 { color: #ff2e09; margin-bottom: 12px; font-size: 18px; }
.pnk7x_proscons ul {
    list-style: none;
    padding: 0;
}
.pnk7x_proscons li {
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}
.pnk7x_pros li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: #00fbc8;
    font-weight: 700;
    font-size: 18px;
}
.pnk7x_cons li::before {
    content: '\2212';
    position: absolute;
    left: 0;
    color: #ff2e09;
    font-weight: 700;
    font-size: 18px;
}

.pnk7x_mirrors { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pnk7x_mirrors-time {
    font-size: 14px;
    color: #00fbc8;
    margin-bottom: 10px;
    font-weight: 700;
}
.pnk7x_tbl {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0 auto;
}
.pnk7x_tbl th, .pnk7x_tbl td {
    padding: 12px 16px;
    border: 1px solid #555;
    font-size: 14px;
}
.pnk7x_tbl th {
    background: #1a1a1c;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}
.pnk7x_tbl td { color: #ccc; }
.pnk7x_tbl tr:nth-child(even) td { background: #333336; }
.pnk7x_tbl tr:hover td { background: #3e3e40; }
.pnk7x_tbl a { color: #00fbc8; text-decoration: none; }
.pnk7x_tbl a:hover { text-decoration: underline; }
.pnk7x_status-active {
    color: #00fbc8;
    font-weight: 700;
}

.pnk7x_tournaments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pnk7x_tour-card {
    background: #2a2a2c;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #444;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pnk7x_tour-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.pnk7x_tour-card h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.pnk7x_tour-card p { font-size: 14px; color: #aaa; }
.pnk7x_tour-timer {
    font-size: 20px;
    font-weight: 700;
    color: #ff2e09;
    font-family: 'PT Sans', monospace;
}
.pnk7x_tour-prize {
    font-size: 22px;
    font-weight: 700;
    color: #00fbc8;
}

.pnk7x_app-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pnk7x_app-table { overflow-x: auto; }
.pnk7x_app-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 10px;
}
.pnk7x_app-btns .pnk7x_btn-dl {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.pnk7x_video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #1a1a1c;
}
.pnk7x_video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}


.pnk7x_livegames {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.pnk7x_game-card {
    background: #2a2a2c;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #444;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pnk7x_game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.pnk7x_game-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}
.pnk7x_game-card h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.pnk7x_review-content {
    background: #2a2a2c;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #444;
}
.pnk7x_review-content h1,
.pnk7x_review-content h2,
.pnk7x_review-content h3,
.pnk7x_review-content h4,
.pnk7x_review-content h5,
.pnk7x_review-content h6 {
    color: #fff;
    margin: 20px 0 10px;
    line-height: 1.3;
}
.pnk7x_review-content h1 { font-size: 28px; }
.pnk7x_review-content h2 { font-size: 22px; border-bottom: 1px solid #444; padding-bottom: 6px; }
.pnk7x_review-content h3 { font-size: 18px; }
.pnk7x_review-content p {
    margin-bottom: 14px;
    color: #ccc;
    line-height: 1.7;
    font-size: 15px;
}
.pnk7x_review-content ul,
.pnk7x_review-content ol {
    margin: 10px 0 16px 20px;
    color: #ccc;
}
.pnk7x_review-content li {
    margin-bottom: 6px;
    line-height: 1.6;
}
.pnk7x_review-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.pnk7x_review-content table th,
.pnk7x_review-content table td {
    padding: 10px 14px;
    border: 1px solid #555;
    text-align: left;
    color: #ccc;
    font-size: 14px;
}
.pnk7x_review-content table th {
    background: #1a1a1c;
    color: #fff;
    font-weight: 700;
}
.pnk7x_review-content a { color: #00fbc8; }
.pnk7x_review-content img {
    border-radius: 8px;
    margin: 12px 0;
}
.pnk7x_review-content blockquote {
    border-left: 3px solid #00fbc8;
    padding: 10px 16px;
    margin: 12px 0;
    background: #333336;
    border-radius: 0 8px 8px 0;
    color: #ddd;
}


.pnk7x_ft-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.pnk7x_ft-top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #333;
}
.pnk7x_ft-logo img { height: 38px; width: auto; border-radius: 4px; }
.pnk7x_ft-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.pnk7x_ft-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.25s;
}
.pnk7x_ft-links a:hover { color: #00fbc8; }
.pnk7x_ft-payments,
.pnk7x_ft-providers {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}
.pnk7x_ft-payments h5,
.pnk7x_ft-providers h5 {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.pnk7x_ft-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.pnk7x_ft-icons span {
    background: #1a1a1c;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    color: #aaa;
    white-space: nowrap;
}
.pnk7x_ft-bottom {
    padding: 20px 0;
    text-align: center;
}
.pnk7x_ft-bottom p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 4px;
}
.pnk7x_ft-bottom a { color: #888; font-size: 12px; }

.pnk7x_widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #1a0a00 0%, #330e00 100%);
    border-top: 2px solid #ff2e09;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
}
.pnk7x_widget-text {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.pnk7x_widget-text span {
    color: #00fbc8;
}
.pnk7x_widget .pnk7x_btn-signup {
    text-decoration: none !important;
    white-space: nowrap;
    padding: 10px 28px;
    font-size: 15px;
}
.pnk7x_widget a { text-decoration: none !important; }

.pnk7x_fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.pnk7x_fadein.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes wp_fadein { from { opacity: 0; } to { opacity: 1; } }
@keyframes el_slideUp { from { transform: translateY(30px); } to { transform: translateY(0); } }
@keyframes pnk_shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}


.pnk7x_mob-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.pnk7x_mob-slider::-webkit-scrollbar { display: none; }
.pnk7x_mob-slider > * {
    scroll-snap-align: center;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .pnk7x_nav { display: none; }
    .pnk7x_burger { display: flex; }
    .pnk7x_nav.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        padding: 24px;
        gap: 16px;
        z-index: 999;
        overflow-y: auto;
    }
    .pnk7x_nav.active a { font-size: 18px; }
    .pnk7x_online { font-size: 12px; }
    .pnk7x_hero-slide { height: 260px; }
    .pnk7x_hero-overlay h2 { font-size: 22px; }
    .pnk7x_hero-overlay p { font-size: 14px; }
    .pnk7x_proscons { grid-template-columns: 1fr; }
    .pnk7x_tournaments {
        grid-template-columns: auto;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }
    .pnk7x_tournaments::-webkit-scrollbar { display: none; }
    .pnk7x_tour-card {
        min-width: 280px;
        scroll-snap-align: center;
        flex-shrink: 0;
    }
    .pnk7x_app-info { grid-template-columns: 1fr; }
    .pnk7x_livegames {
        grid-template-columns: auto;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }
    .pnk7x_livegames::-webkit-scrollbar { display: none; }
    .pnk7x_game-card {
        min-width: 260px;
        scroll-snap-align: center;
        flex-shrink: 0;
    }
    .pnk7x_ft-top { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 576px) {
    .pnk7x_hero-slide { height: 200px; }
    .pnk7x_hero-overlay { padding: 20px; }
    .pnk7x_hero-overlay h2 { font-size: 18px; }
    .pnk7x_bx { padding: 16px; }
    .pnk7x_section-title { font-size: 20px; }
    .pnk7x_widget { flex-direction: column; gap: 8px; text-align: center; }
    .pnk7x_widget-text { font-size: 13px; }
    body { padding-bottom: 100px; }
}
@media (min-width: 577px) {
    body { padding-bottom: 60px; }
}

@media print {
    .no-print, .wp-admin-bar, .elementor-element { display: none !important; }
    body { background: #fff; color: #000; }
}
