/* Extracted from style.css: secret overlay styles */
#secret-76-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#secret-76-overlay.active {
    opacity: 1;
}

#secret-76-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
