.watch-title color: white; font-weight: 600; margin-bottom: 0.8rem; font-size: 1.1rem;
.poster position: relative; height: 320px; background: url('https://image.tmdb.org/t/p/w500/ncEsesgOJDNrTUED89hYb8SPOai.jpg') center/cover; border-bottom: 3px solid #ffb347;
.toggle-switch width: 48px; height: 24px; background: #2a2f45; border-radius: 40px; position: relative; cursor: pointer; transition: 0.2s;
function updateRatingUI() if (isHindiPreferred) ratingMsg.innerHTML = "⭐ 84% of users prefer the Hindi dub version"; ratingMsg.style.color = "#ffb347"; else ratingMsg.innerHTML = "🎬 72% of users prefer English with subtitles"; ratingMsg.style.color = "#b0b8d0";
.movie-card max-width: 500px; width: 100%; background: rgba(18, 25, 45, 0.85); backdrop-filter: blur(10px); border-radius: 2rem; overflow: hidden; box-shadow: 0 25px 40px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05); transition: transform 0.2s ease;
.trailer-btn:hover background: #ffb347; color: #0a0f1e;