        body.modal-open { overflow: hidden !important; height: 100vh !important; }
        .parallax-bg { pointer-events: none; }
        .modal { 
            display: none; 
            position: fixed; 
            top: 0; 
            left: 0; 
            width: 100%; 
            height: 100%; 
            background: rgba(0, 0, 0, 0.85);
            opacity: 0; 
            transition: opacity 0.3s;
            justify-content: center; 
            align-items: center; 
            pointer-events: none; 
            overflow: hidden;
            z-index: 9999;
        }
        .modal.active { display: flex; pointer-events: auto; }
        .modal-content { 
            background: url('https://www.transparenttextures.com/patterns/clean-gray-paper.png'), #ffffff;
            padding: 30px; border-radius: 8px; width: 90%; max-width: 600px; 
            max-height: 85vh; overflow-y: auto; overflow-x: hidden; 
            position: relative; box-sizing: border-box; color: #4a4a4a; text-align: left;
        }
        .close-top { position: absolute; top: 10px; right: 20px; font-size: 28px; cursor: pointer; color: #1a1a2e; }
        .modal-image-container { position: relative; margin-top: 15px; width: 100%; }
        .modal-image-container img { width: 100%; height: auto; border-radius: 4px; opacity: 0; transition: opacity 0.3s; }
        .modal-image-container img.loaded { opacity: 1; }
        .bottom-close-btn {
            display: block; width: 100%; padding: 15px; margin-top: 30px;
            background: #d4af37; color: #1a1a2e; text-align: center; border-radius: 4px;
            cursor: pointer; font-weight: bold; border: none; box-sizing: border-box;
        }
        .new-badge { 
            background: #e63946; color: #ffffff; font-size: 10px; padding: 2px 8px; 
            border-radius: 10px; margin-left: 8px; vertical-align: middle; font-weight: bold;
        }
        #news-container { position: relative;}
        #news-container div { cursor: pointer; padding: 20px 10px; border-bottom: 1px solid rgba(0,0,0,0.1); text-align: left; }