
.alp-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background-color: rgba(15, 23, 42, 0.99); z-index: 9999999;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: opacity 0.2s ease;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.alp-overlay.alp-active { opacity: 1; visibility: visible; }
.alp-card {
    background: #0f172a; padding: 40px; border-radius: 12px; text-align: center;
    border: 1px solid #1e293b; width: 90%; max-width: 420px; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.5);
}
.alp-card p { color: #f8fafc; font-size: 16px; margin-bottom: 25px; font-weight: 600; line-height: 1.6; font-family: system-ui, sans-serif; }
.alp-button {
    background: #2563eb; color: #fff; border: none; padding: 14px 28px;
    font-size: 15px; border-radius: 6px; cursor: pointer; width: 100%; font-weight: bold; transition: background 0.2s;
}
.alp-button:hover { background: #1d4ed8; }
video.alp-protected { pointer-events: auto !important; }
