/* AgeVerif / SFW gate — xxxshake.com & jizzberry.com */

/* ---- Blur adult media ---- */
html.nsfw .list-videos .item img,
html.nsfw .list-videos .item video,
html.nsfw .list-models .item img,
html.nsfw .list-sponsors .item img,
html.nsfw .list-categories .item img,
html.nsfw .list-channels .item img,
html.nsfw .list-playlists .item img,
html.nsfw .item .img img,
html.nsfw .item .thumb,
html.nsfw .img_thumbs,
html.nsfw #kt_player video,
html.nsfw #kt_player .fluid_pseudo_poster,
html.nsfw #kt_player .fp-poster,
html.nsfw #main_video,
html.nsfw .player-holder img,
html.nsfw .rtb-vs-root,
html.nsfw .rtb-vs-root video,
html.nsfw .headZ > div,
html.nsfw .outstream,
html.nsfw .sb-A,
html.nsfw .sb-B {
    filter: blur(40px);
    pointer-events: none;
}

/* ---- Blur content text ---- */
html.nsfw .list-videos .item .title,
html.nsfw .list-models .item .title,
html.nsfw .list-sponsors .item .title,
html.nsfw .list-categories .item .title,
html.nsfw .list-channels .item .title,
html.nsfw .item .title,
html.nsfw .headline h1,
html.nsfw .headline h2,
html.nsfw h1:not(.sfw-landing-title),
html.nsfw h2:not(.sfw-landing-title),
html.nsfw .block-details,
html.nsfw .video-info,
html.nsfw .info,
html.nsfw .description,
html.nsfw .seo-text,
html.nsfw .comments,
html.nsfw .comment-body,
html.nsfw .tags,
html.nsfw .list-tags,
html.nsfw .site-slogan {
    filter: blur(4px);
}

html.nsfw .list-videos .item a,
html.nsfw .list-models .item,
html.nsfw .list-sponsors .item,
html.nsfw .list-categories .item,
html.nsfw .list-channels .item a,
html.nsfw .item .img,
html.nsfw #kt_player,
html.nsfw .rtb-vs-root,
html.nsfw .rtb-vs-clickoverlay {
    pointer-events: none;
}

html.nsfw #kt_player {
    overflow: hidden;
}

/* Keep chrome sharp */
html.nsfw .head,
html.nsfw .head *,
html.nsfw .head-wrapper,
html.nsfw .head-wrapper *,
html.nsfw .logo,
html.nsfw .logo *,
html.nsfw .main-menu,
html.nsfw .main-menu *,
html.nsfw .footer,
html.nsfw .footer *,
html.nsfw .ageverif-bar,
html.nsfw .ageverif-bar *,
html.nsfw .ageverif-modal,
html.nsfw .ageverif-modal * {
    filter: none !important;
    pointer-events: auto;
}

html.nsfw .ageverif-modal .av-verify-btn:disabled,
html.nsfw .ageverif-bar .av-verify-btn:disabled {
    pointer-events: none;
}

.sfw-landing-hero {
    margin: 0;
    padding: 28px 20px 32px;
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.38) 0%, rgba(15, 15, 15, 0.95) 55%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

.sfw-landing-hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.sfw-landing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(198, 40, 40, 0.9);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(198, 40, 40, 0.35);
}

.sfw-landing-title {
    margin: 0 0 14px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.sfw-landing-lead {
    margin: 0 0 18px;
    font-size: 1.7rem;
    line-height: 2.6rem;
    color: rgba(255, 255, 255, 0.88);
}

.sfw-landing-region {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 1.5rem;
    line-height: 2rem;
}

.sfw-landing-region strong {
    color: #fff;
}

.sfw-landing-benefits-intro {
    margin: 0 0 16px;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: rgba(255, 255, 255, 0.92);
}

.sfw-landing-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 22px;
    max-width: 640px;
}

.sfw-landing-stat {
    flex: 1 1 160px;
    min-width: 140px;
    padding: 16px 12px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    box-sizing: border-box;
}

.sfw-landing-stat-value {
    display: block;
    margin-bottom: 6px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.sfw-landing-stat-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 1.35rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
}

.sfw-landing-points {
    margin: 0 auto 22px;
    padding: 0;
    list-style: none;
    max-width: 560px;
    text-align: left;
}

.sfw-landing-points li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
    font-size: 1.45rem;
    line-height: 2.2rem;
    color: rgba(255, 255, 255, 0.78);
}

.sfw-landing-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c62828;
}

.av-verify-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0 22px;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(135deg, #ff4d6d 0%, #c62828 55%, #8e0000 100%);
    box-shadow: 0 10px 28px rgba(198, 40, 40, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    box-sizing: border-box;
}

.av-verify-btn:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 32px rgba(198, 40, 40, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.av-verify-btn:active {
    transform: translateY(1px);
}

.av-verify-btn:disabled,
.av-verify-btn--loading {
    cursor: wait;
    opacity: 0.75;
    pointer-events: none;
}

.av-verify-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1.2rem;
    font-weight: 800;
    flex-shrink: 0;
}

.av-verify-btn__text {
    white-space: nowrap;
}

.av-verify-btn--lg {
    width: 100%;
    max-width: 420px;
    min-height: 54px;
    margin: 0 auto 14px;
    font-size: 1.65rem;
}

.av-verify-btn--bar {
    min-height: 40px;
    padding: 0 18px;
    font-size: 1.35rem;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(198, 40, 40, 0.35);
}

.av-verify-btn--bar .av-verify-btn__icon {
    width: 24px;
    height: 24px;
    font-size: 1rem;
}

.ageverif-sdk-error {
    margin: 0 0 12px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(198, 40, 40, 0.2);
    border: 1px solid rgba(255, 138, 128, 0.45);
    color: #ff8a80;
    font-size: 1.35rem;
    line-height: 1.5;
    text-align: center;
}

.ageverif-bar {
    position: relative;
    z-index: 150;
    background: linear-gradient(90deg, rgba(142, 0, 0, 0.95) 0%, rgba(33, 33, 33, 0.98) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.ageverif-bar__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 16px;
    box-sizing: border-box;
}

.ageverif-bar .ageverif-sdk-error {
    flex: 1 1 100%;
    margin: 0;
}

.ageverif-bar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    font-size: 1.2rem;
    font-weight: 800;
    color: #ff8a80;
    flex-shrink: 0;
}

.ageverif-bar__text {
    margin: 0;
    flex: 1 1 auto;
    font-size: 1.4rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    min-width: 0;
}

.ageverif-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.ageverif-modal[hidden] {
    display: none !important;
}

.ageverif-modal__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.ageverif-modal__panel {
    position: relative;
    width: 100%;
    max-width: 760px;
    max-height: calc(100vh - 32px);
    overflow: auto;
    border-radius: 14px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.85);
    background: #141414;
    box-sizing: border-box;
}

.ageverif-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: #212121;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    font-size: 2.8rem;
    line-height: 1;
    font-family: Arial, sans-serif;
    padding: 0;
}

.ageverif-modal__close:hover {
    background: #c62828;
    border-color: #c62828;
}

.ageverif-modal__hero {
    border-radius: 14px;
}

body.ageverif-modal-open {
    overflow: hidden;
}

.sfw-landing-note {
    margin: 0;
    font-size: 1.35rem;
    line-height: 2rem;
    color: rgba(255, 255, 255, 0.55);
}

.sfw-landing-privacy {
    margin: 10px 0 0;
    font-size: 1.25rem;
    line-height: 1.85rem;
    color: rgba(255, 255, 255, 0.62);
}

.sfw-landing-privacy-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}

.sfw-landing-privacy-link:hover,
.sfw-landing-privacy-link:focus {
    color: #fff;
}

body.ageverif-bar-on .head,
body.ageverif-bar-on .head-wrapper {
    z-index: 140;
}

@media (max-width: 767px) {
    .sfw-landing-hero {
        margin: 10px 0 18px;
        padding: 22px 16px 24px;
    }

    .sfw-landing-title {
        font-size: 2.4rem;
    }

    .sfw-landing-lead {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .sfw-landing-stats {
        gap: 8px;
        flex-wrap: nowrap;
    }

    .sfw-landing-stat {
        flex: 1 1 100%;
        min-width: 0;
    }

    .sfw-landing-stat-value {
        font-size: 2.4rem;
    }

    .ageverif-bar__inner {
        flex-wrap: wrap;
        padding: 10px 12px;
    }

    .ageverif-bar__text {
        flex: 1 1 100%;
        font-size: 1.3rem;
    }

    .av-verify-btn--bar {
        width: 100%;
    }

    .ageverif-modal {
        padding: 10px;
    }

    .ageverif-modal .sfw-landing-points,
    .ageverif-modal .sfw-landing-note,
    .ageverif-modal .sfw-landing-benefits-intro {
        display: none;
    }

    .ageverif-modal .sfw-landing-lead {
        margin-bottom: 14px;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .ageverif-modal .sfw-landing-title {
        font-size: 2.1rem;
        margin-bottom: 10px;
    }

    .ageverif-modal .sfw-landing-badge {
        width: 48px;
        height: 48px;
        font-size: 1.7rem;
        margin-bottom: 12px;
    }

    .ageverif-modal__close {
        top: 22px;
    }

    .ageverif-modal__panel {
        max-height: calc(100vh - 20px);
    }
}
