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

html {
    scroll-behavior: smooth;
    font-size: 16px
}

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

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

a {
    color: #00fbc8;
    text-decoration: none;
    transition: color .2s
}

a:hover {
    color: #00d8ab
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3;
    color: #fff
}

.x7f2a, .kd91m, .lp38q {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -9999px
}

.wp-block-group, .wp-content, .elementor-widget-wrap {
    display: contents
}

.entry-meta, .post-meta {
    display: none
}

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

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

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

.pu-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    flex-wrap: wrap
}

.pu-header__logo img {
    height: 44px;
    width: auto
}

.pu-header__nav {
    display: flex;
    align-items: center;
    gap: 8px
}

.pu-header__nav a {
    color: #c8c8c8;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 4px;
    transition: color .2s, background .2s
}

.pu-header__nav a:hover {
    color: #00fbc8;
    background: rgba(0, 251, 200, .08)
}

.pu-header__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0
}

.pu-online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #a0a0a0;
    padding: 6px 10px;
    background: rgba(0, 251, 200, .07);
    border-radius: 20px;
    border: 1px solid rgba(0, 251, 200, .15)
}

.pu-online__dot {
    width: 8px;
    height: 8px;
    background: #00fbc8;
    border-radius: 50%;
    animation: pu-pulse 1.8s infinite
}

@keyframes pu-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .5;
        transform: scale(1.3)
    }
}

.pu-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    z-index: 1100
}

.pu-burger span {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .3s, opacity .3s
}

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

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

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

.pu-mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .97);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 80px 24px 24px
}

.pu-mobile-nav.active {
    display: flex
}

.pu-mobile-nav a {
    color: #f0f0f0;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    width: 100%;
    text-align: center
}

.pu-mobile-nav a:hover {
    color: #00fbc8
}

.pu-mobile-nav .pu-btns-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    margin-top: 16px
}

.pu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s, filter .15s;
    white-space: nowrap
}

.pu-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    filter: brightness(1.08)
}

.pu-btn:active {
    transform: translateY(0);
    filter: brightness(.95)
}

.pu-btn--login {
    background: #00fbc8;
    color: #000
}

.pu-btn--register {
    background: #ff2e09;
    color: #fff
}

.pu-btn--bonus {
    background: linear-gradient(135deg, #ff2e09, #ff6a00);
    color: #fff
}

.pu-btn--lg {
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 8px
}

.pu-btn--full {
    width: 100%
}

.pu-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.pu-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('/banner-pinup.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0
}

.pu-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .85) 40%, rgba(0, 0, 0, .2));
    z-index: 1
}

.pu-hero__content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding: 60px 0
}

.pu-hero__label {
    display: inline-block;
    background: rgba(0, 251, 200, .15);
    border: 1px solid rgba(0, 251, 200, .3);
    color: #00fbc8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px
}

.pu-hero__title {
    font-size: clamp(26px, 5vw, 48px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
    text-wrap: balance
}

.pu-hero__sub {
    font-size: 16px;
    color: #d0d0d0;
    margin-bottom: 28px;
    line-height: 1.6
}

.pu-hero__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.pu-section {
    padding: 56px 0
}

.pu-section-title {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-wrap: balance
}

.pu-section-sub {
    color: #a0a0a0;
    font-size: 15px;
    margin-bottom: 32px
}

.pu-divider {
    width: 48px;
    height: 3px;
    background: #00fbc8;
    border-radius: 2px;
    margin-bottom: 24px
}

.pu-block {
    background: #2a2a2c;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, .06)
}

.pu-block--accent {
    border-color: rgba(0, 251, 200, .2)
}

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

.pu-mirrors__time {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #a0a0a0;
    background: rgba(0, 251, 200, .06);
    border: 1px solid rgba(0, 251, 200, .15);
    padding: 6px 14px;
    border-radius: 20px
}

.pu-mirrors__time-val {
    color: #00fbc8;
    font-weight: 700
}

.pu-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.pu-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px
}

.pu-table thead tr {
    background: #1a1a1c
}

.pu-table th {
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #a0a0a0;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 2px solid rgba(0, 251, 200, .2)
}

.pu-table td {
    padding: 12px 16px;
    font-size: 14px;
    color: #e0e0e0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    vertical-align: middle
}

.pu-table tr:hover td {
    background: rgba(0, 251, 200, .04)
}

.pu-table__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #00fbc8
}

.pu-table__status::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #00fbc8;
    border-radius: 50%;
    display: inline-block;
    animation: pu-pulse 1.8s infinite
}

.pu-table__link {
    color: #00fbc8;
    font-weight: 700;
    text-decoration: none
}

.pu-table__link:hover {
    text-decoration: underline
}

.pu-screenshots__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory
}

.pu-screenshots__grid::-webkit-scrollbar {
    height: 4px
}

.pu-screenshots__grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .05);
    border-radius: 2px
}

.pu-screenshots__grid::-webkit-scrollbar-thumb {
    background: #00fbc8;
    border-radius: 2px
}

.pu-screenshot-item {
    flex: 0 0 calc(33.333% - 12px);
    min-width: 260px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    scroll-snap-align: start;
    transition: transform .2s, box-shadow .2s
}

.pu-screenshot-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .4)
}

.pu-screenshot-item img {
    width: 100%;
    height: 180px;
    object-fit: cover
}

.pu-screenshot-item__caption {
    padding: 10px 14px;
    background: #1e1e20;
    font-size: 13px;
    color: #a0a0a0
}

.pu-winners {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 4px
}

.pu-winners::-webkit-scrollbar {
    width: 4px
}

.pu-winners::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .05)
}

.pu-winners::-webkit-scrollbar-thumb {
    background: #ff2e09;
    border-radius: 2px
}

.pu-winner-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .03);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .05);
    transition: background .2s
}

.pu-winner-item:hover {
    background: rgba(0, 251, 200, .05)
}

.pu-winner-rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0
}

.pu-winner-rank--gold {
    background: linear-gradient(135deg, #f9c200, #e09000);
    color: #000
}

.pu-winner-rank--silver {
    background: linear-gradient(135deg, #c0c0c0, #909090);
    color: #000
}

.pu-winner-rank--bronze {
    background: linear-gradient(135deg, #cd7f32, #a0522d);
    color: #fff
}

.pu-winner-rank--other {
    background: #2a2a2c;
    color: #a0a0a0;
    border: 1px solid rgba(255, 255, 255, .1)
}

.pu-winner-nick {
    flex: 1;
    font-size: 14px;
    color: #e0e0e0;
    font-weight: 600
}

.pu-winner-game {
    font-size: 12px;
    color: #707070;
    flex: 1
}

.pu-winner-amount {
    font-size: 15px;
    font-weight: 700;
    color: #00fbc8
}

.pu-slot {
    text-align: center
}

.pu-slot__reels {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 24px 0
}

.pu-slot__reel {
    width: 72px;
    height: 80px;
    background: #1a1a1c;
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    overflow: hidden;
    position: relative;
    transition: border-color .3s
}

.pu-slot__reel.spinning {
    animation: pu-spin-reel .12s linear infinite
}

@keyframes pu-spin-reel {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-8px)
    }
    75% {
        transform: translateY(8px)
    }
    100% {
        transform: translateY(0)
    }
}

.pu-slot__reel.winner {
    border-color: #00fbc8;
    box-shadow: 0 0 16px rgba(0, 251, 200, .4)
}

.pu-slot__result {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px
}

.pu-slot__win-text {
    font-size: 18px;
    font-weight: 700;
    color: #00fbc8;
    animation: pu-fadeIn .4s ease
}

.pu-slot__lose-text {
    font-size: 15px;
    color: #a0a0a0
}

@keyframes pu-fadeIn {
    from {
        opacity: 0;
        transform: translateY(6px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.pu-review {
    line-height: 1.7
}

.pu-review h2 {
    font-size: 22px;
    margin: 24px 0 10px;
    color: #fff
}

.pu-review h3 {
    font-size: 18px;
    margin: 20px 0 8px;
    color: #e0e0e0
}

.pu-review p {
    margin-bottom: 14px;
    color: #d0d0d0
}

.pu-review ul, .pu-review ol {
    margin: 12px 0 16px 24px;
    color: #d0d0d0
}

.pu-review li {
    margin-bottom: 6px
}

.pu-review a {
    color: #00fbc8
}

.pu-review strong, .pu-review b {
    color: #fff
}

.pu-review em, .pu-review i {
    color: #c8c8c8
}

.pu-review table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    overflow-x: auto;
    display: block
}

.pu-review table th, .pu-review table td {
    padding: 10px 14px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, .12)
}

.pu-review table th {
    background: #1a1a1c;
    color: #a0a0a0;
    font-size: 13px
}

.pu-review table tr:nth-child(even) td {
    background: rgba(255, 255, 255, .02)
}

.pu-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #1e1e20;
    border-radius: 10px;
    border: 1px solid rgba(0, 251, 200, .12);
    margin-top: 32px
}

.pu-author__ava {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00fbc8, #0090a0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    flex-shrink: 0
}

.pu-author__info {
    flex: 1
}

.pu-author__name {
    font-weight: 700;
    color: #fff;
    font-size: 15px
}

.pu-author__bio {
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 2px
}

.pu-author__link {
    font-size: 13px;
    color: #00fbc8;
    margin-top: 4px;
    display: inline-block
}

.pu-faq {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.pu-faq-item {
    background: #2a2a2c;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    overflow: hidden
}

.pu-faq-item.open {
    border-color: rgba(0, 251, 200, .2)
}

.pu-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    color: #f0f0f0;
    gap: 12px;
    user-select: none;
    transition: color .2s
}

.pu-faq-q:hover {
    color: #00fbc8
}

.pu-faq-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1;
    transition: transform .3s, background .3s, border-color .3s;
    color: #a0a0a0
}

.pu-faq-item.open .pu-faq-icon {
    transform: rotate(45deg);
    background: #00fbc8;
    border-color: #00fbc8;
    color: #000
}

.pu-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease
}

.pu-faq-item.open .pu-faq-a {
    max-height: 400px
}

.pu-faq-a-inner {
    padding: 0 20px 16px;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.7
}

.pu-footer {
    background: #000;
    padding: 40px 0 24px;
    margin-top: auto
}

.pu-footer__top {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 32px
}

.pu-footer__logo img {
    height: 40px;
    width: auto;
    margin-bottom: 16px
}

.pu-footer__tagline {
    font-size: 13px;
    color: #606060;
    max-width: 220px;
    line-height: 1.5
}

.pu-footer__nav h4 {
    font-size: 12px;
    font-weight: 700;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px
}

.pu-footer__nav ul {
    list-style: none
}

.pu-footer__nav ul li {
    margin-bottom: 8px
}

.pu-footer__nav ul li a {
    color: #a0a0a0;
    font-size: 14px;
    transition: color .2s
}

.pu-footer__nav ul li a:hover {
    color: #00fbc8
}

.pu-footer__payments {
    margin-bottom: 20px
}

.pu-footer__payments h4 {
    font-size: 12px;
    font-weight: 700;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px
}

.pu-footer__payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.pu-payment-badge {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12px;
    color: #a0a0a0;
    font-weight: 700
}

.pu-footer__providers {
    margin-bottom: 24px
}

.pu-footer__providers h4 {
    font-size: 12px;
    font-weight: 700;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px
}

.pu-footer__provider-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.pu-provider-badge {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 11px;
    color: #808080
}

.pu-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding-top: 20px;
    font-size: 12px;
    color: #505050;
    line-height: 1.6
}

.pu-footer__legal {
    margin-top: 8px;
    font-size: 11px;
    color: #404040;
    line-height: 1.5
}

.pu-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: linear-gradient(135deg, #1a1a1c, #111);
    border-top: 2px solid #ff2e09;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transform: translateY(100%);
    transition: transform .5s cubic-bezier(.23, 1, .32, 1);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, .4)
}

.pu-widget.visible {
    transform: translateY(0)
}

.pu-widget__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0
}

.pu-widget__bonus {
    font-size: 15px;
    font-weight: 700;
    color: #ff2e09;
    white-space: nowrap
}

.pu-widget__sub {
    font-size: 12px;
    color: #a0a0a0
}

.pu-widget__close {
    background: none;
    border: none;
    color: #505050;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
    line-height: 1;
    transition: color .2s
}

.pu-widget__close:hover {
    color: #fff
}

@media (max-width: 900px) {
    .pu-header__nav {
        display: none
    }

    .pu-burger {
        display: flex
    }

    .pu-screenshot-item {
        flex: 0 0 80vw;
        min-width: 240px
    }

    .pu-footer__top {
        gap: 24px
    }
}

@media (max-width: 600px) {
    .pu-hero {
        min-height: 380px
    }

    .pu-hero__content {
        padding: 40px 0
    }

    .pu-slot__reel {
        width: 60px;
        height: 68px;
        font-size: 32px
    }

    .pu-section {
        padding: 36px 0
    }

    .pu-block {
        padding: 18px
    }

    .pu-widget {
        flex-wrap: wrap;
        gap: 8px
    }
}

.wp-site-icon, .wpseo-schema-graph, .rank-math-breadcrumb {
    display: none !important
}

.elementor-post__card, .e-con-inner {
    display: contents
}

input[name="wc-ajax"] {
    display: none
}
