html.site-protect-blocked,
html.site-protect-blocked body {
    overflow: hidden !important;
}

html.site-protect-blocked .watch-player-wrap,
html.site-protect-blocked #artplayerContainer,
html.site-protect-blocked .player-embed-wrap {
    visibility: hidden !important;
    pointer-events: none !important;
}

#siteProtectOverlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background: rgba(5, 5, 10, 0.97);
    color: #fff;
    font-family: Inter, system-ui, sans-serif;
}

html.site-protect-blocked #siteProtectOverlay {
    display: flex;
}

.site-protect-card {
    width: min(100%, 440px);
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(229, 9, 20, 0.45);
    background: linear-gradient(165deg, rgba(22, 22, 32, 0.98) 0%, rgba(12, 12, 18, 0.98) 100%);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-protect-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 9, 20, 0.15);
    border: 1px solid rgba(229, 9, 20, 0.35);
    color: #e50914;
    font-size: 28px;
}

#siteProtectTitle {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
}

.site-protect-lead {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

.site-protect-list {
    margin: 0 0 14px;
    padding: 0 0 0 18px;
    text-align: left;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 200, 200, 0.88);
}

.site-protect-list li {
    margin-bottom: 6px;
}

.site-protect-list li:last-child {
    margin-bottom: 0;
}

.site-protect-hint {
    margin: 0 0 18px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(229, 9, 20, 0.1);
    border: 1px solid rgba(229, 9, 20, 0.22);
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.site-protect-reload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    background: var(--accent-primary, #e50914);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.15s;
}

.site-protect-reload:hover {
    opacity: 0.92;
}

.site-protect-reload:active {
    transform: scale(0.98);
}
