/* Siyah Perde */
#sinema-perdesi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9990; 
    display: none; 
    cursor: pointer; 
}

/* Sinema modunda üstte kalması gerekenler */
body.sinema-aktif .player-container,
body.sinema-aktif .player-tabs,
body.sinema-aktif .source-list {
    position: relative;
    z-index: 9999; 
    transition: all 0.3s ease;
}

/* Oynatıcıya hafif bir parlama gölgesi eklenebilir */
body.sinema-aktif .player-container {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}