
        body { background: linear-gradient(135deg, #2a0808 0%, #0a0a0a 100%); animation: backgroundGradientChange 15s infinite alternate; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; overflow-x: hidden; color: #ffffff; min-height: 100vh; }
        
        /* ⭐ Updated Header & Menu Sidebar CSS ⭐ */
        .app-header { background: rgb(140 2 2); backdrop-filter: blur(10px); color: #ffffff; padding: 10px 15px; font-family: poppins; font-weight: 900; font-size: 22px; border-bottom: 1px solid rgba(255, 71, 87, 0.3); position: sticky; top: 0; z-index: 50; text-transform: uppercase; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
        .menu-btn { background: none; border: none; color: white; font-size: 24px; padding: 0; cursor: pointer; transition: 0.3s; }
        .offcanvas-dark { background: rgba(15, 15, 15, 0.95); backdrop-filter: blur(15px); color: white; border-left: 1px solid rgba(255, 71, 87, 0.3); }
        .offcanvas-dark .nav-link { color: #dddddd; border-bottom: 1px solid rgba(255,255,255,0.05); padding: 15px 20px; font-weight: 600; transition: 0.3s; display: flex; align-items: center; }
        .offcanvas-dark .nav-link i { width: 25px; text-align: center; }
        .offcanvas-dark .nav-link:hover { color: #ff4757; background: rgba(255,255,255,0.05); padding-left: 25px; }

        .news-ticker { background-color: #000000; color: #ffeb3b; padding: 7px 0px 0px 0px; font-size: 17px; font-family: poppins; font-weight: bold; border-bottom: 2px solid #e85b67; box-shadow: 0 1px 1px rgba(255, 71, 87, 0.3); }
        
        .player-card { max-width: 420px; margin: 5px auto 5px auto; background: rgba(30, 30, 30, 0.7); backdrop-filter: blur(20px); border-radius: 35px; padding: 10px 20px; box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 2px rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.05); text-align: center; transition: all 0.4s ease; position: relative; }
        .player-card.live-mode { box-shadow: 0 0 50px rgba(13, 110, 253, 0.4); border: 2px solid #0d6efd; background: rgba(0, 20, 50, 0.8); }
        .player-card.breaking-mode { box-shadow: 0 0 50px rgba(255, 0, 0, 0.6); border: 5px solid #ffffff; background: rgb(8 37 174 / 80%); }
        .player-card.forced-mode { box-shadow: 0 0 50px rgba(255, 159, 67, 0.6); border: 2px solid #ff9f43; background: rgba(255, 159, 67, 0.1); }

        .live-count-badge { position: absolute; top: 15px; left: 20px; background: rgba(0,0,0,0.6); padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: bold; color: #ff9f43; border: 1px solid rgba(255, 159, 67, 0.3); display: flex; align-items: center; gap: 5px; z-index: 10; }
        .live-count-badge i { color: #ff4757; animation: pulseLive 1.5s infinite; }
        .current-show-badge { position: absolute; top: 15px; right: 20px; background: rgba(0,0,0,0.6); padding: 4px 10px; border-radius: 12px; font-size: 11px; font-weight: bold; color: #0dcaf0; border: 1px solid rgba(13, 202, 240, 0.3); display: flex; align-items: center; gap: 5px; z-index: 10; max-width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .branding-disc-container { width: 200px; height: 200px; margin: 0 auto 5px auto; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: radial-gradient(circle at center, #FFC107 0%, #ffffff 70%, #ca1111 100%); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.7), inset 0 0 10px rgba(255, 255, 255, 0.1); border: 6px solid rgb(215, 0, 0); transition: 0.4s; }
        .player-card.live-mode .branding-disc-container { border-color: #0d6efd; background: radial-gradient(circle at center, #0dcaf0 0%, #ffffff 70%, #0d6efd 100%); }
        .player-card.forced-mode .branding-disc-container { border-color: #8c0303; background: radial-gradient(circle at center, #ffffff00 0%, #ffffff 70%, #b57b44 100%); }

        .rotating-logo { width: 180px; height: 180px; border-radius: 50%; border: 2px solid rgb(254, 254, 254); box-shadow: 0 0 20px rgba(255, 214, 2, 0.99); position: relative; z-index: 5; object-fit: cover; }
        .bar-visualizer.active + .branding-disc-container .rotating-logo, .player-card.breaking-mode .rotating-logo, .player-card.live-mode .rotating-logo, .player-card.forced-mode .rotating-logo { animation: rotateLogo 8s linear infinite; }
        .branding-disc-container::after { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 1px dashed rgba(255, 71, 87, 0.3); opacity: 0.5; }
        
        .bar-visualizer { display: flex; align-items: flex-end; justify-content: center; gap: 4px; height: 35px; margin-bottom: 2px; opacity: 0.2; transition: 0.3s; }
        .bar-visualizer.active { opacity: 1; }
        .bar { width: 6px; background: #ff4757; border-radius: 3px; }
        .player-card.live-mode .bar { background: #0dcaf0; }
        .player-card.forced-mode .bar { background: #ff9f43; }
        .visualizer.active .bar { animation: bounce 1s infinite ease-in-out; }
        .bar:nth-child(1) { height: 10px; } .visualizer.active .bar:nth-child(1) { animation-delay: 0.1s; }
        .bar:nth-child(2) { height: 28px; } .visualizer.active .bar:nth-child(2) { animation-delay: 0.2s; }
        .bar:nth-child(3) { height: 15px; } .visualizer.active .bar:nth-child(3) { animation-delay: 0.3s; }
        .bar:nth-child(4) { height: 35px; } .visualizer.active .bar:nth-child(4) { animation-delay: 0.4s; }
        .bar:nth-child(5) { height: 20px; } .visualizer.active .bar:nth-child(5) { animation-delay: 0.5s; }

        .track-badge { display: inline-block; padding: 6px 18px; border-radius: 20px; font-size: 13px; font-weight: 800; margin-bottom: 10px; background: rgba(rgb(255 226 0)); color: #a4b0be; text-transform: uppercase; letter-spacing: .5px; transition: 0.3s; }
        .badge-live { background: rgba(13, 110, 253, 0.2) !important; color: #0dcaf0 !important; animation: pulseLive 2s infinite; }
        .badge-breaking { background: #ff4757 !important; color: white !important; animation: blinker 1s linear infinite; }
        .badge-forced { background: rgba(255, 159, 67, 0.3) !important; color: #ff9f43 !important; }

        .track-title { font-size: 24px; font-weight: 900; color: #ffffff; margin-bottom: 1px; line-height: 1.3; min-height: 38px; text-transform: capitalize; text-shadow: 0 2px 5px rgba(0,0,0,0.5); }
        .track-subtitle { font-size: 18px; color: #e7e7e6; font-weight: 800; margin-bottom: 10px; }

        .play-btn { background: #ff4757; color: white; border: none; border-radius: 50%; width: 85px; height: 85px; font-size: 32px; cursor: pointer; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 10px 30px rgba(255, 71, 87, 0.5); display: flex; align-items: center; justify-content: center; margin: 0 auto; position: relative; z-index: 20; }
        .play-btn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 15px 40px rgba(255, 71, 87, 0.7); }
        .player-card.live-mode .play-btn { background: #0d6efd; box-shadow: 0 10px 30px rgba(13, 110, 253, 0.5); }
        .player-card.forced-mode .play-btn { background: #ff9f43; box-shadow: 0 10px 30px rgba(255, 159, 67, 0.5); }

        .action-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.8); color: #fff; width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; transition: 0.3s; position: relative; z-index: 20; }
        .action-btn:hover { background: rgba(255,255,255,0.15); transform: translateY(-3px); }
        .action-btn.liked { color: #ff4757; background: rgba(255, 71, 87, 0.1); border-color: rgba(255, 71, 87, 0.5); }
        .action-btn.sleep-active { color: #0dcaf0; background: rgba(13, 202, 240, 0.1); border-color: rgba(13, 202, 240, 0.5); animation: blinker 2s infinite; }
        .sleep-timer-display { position: absolute; top: -25px; font-size: 10px; background: #0dcaf0; color: #000; padding: 2px 6px; border-radius: 10px; font-weight: bold; opacity: 0; transition: 0.3s; }
        .action-btn.sleep-active .sleep-timer-display { opacity: 1; }
        
        .ad-slider-container { max-width: 420px; margin: 0 auto 20px auto; padding: 0 10px; }
        .carousel-inner { border-radius: 10px; box-shadow: 0 15px 40px rgba(0,0,0,0.4); border: 2px solid rgba(255,255,255,0.1); }
        .carousel-item img { width: 100%; height: 120px; object-fit: cover; }
        .ad-sponsor-tag { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,0.8); color: #ffda79; font-size: 10px; font-weight: bold; padding: 4px 10px; border-radius: 10px; text-transform: uppercase; border: 1px solid rgba(255,218,121,0.5); backdrop-filter: blur(5px); }

        @keyframes bounce { 0%, 100% { transform: scaleY(0.4); } 50% { transform: scaleY(1); } }
        @keyframes rotateLogo { 100% { transform: rotate(360deg); } } 
        @keyframes blinker { 50% { opacity: 0.5; } }
        @keyframes pulseLive { 0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(13, 110, 253, 0); } 100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); } }
        @keyframes backgroundGradientChange { 0% { background: linear-gradient(135deg, #2a0808 0%, #0a0a0a 100%); } 50% { background: linear-gradient(135deg, #0d0d3a 0%, #0a0a0a 100%); } 100% { background: linear-gradient(135deg, #0d3a0d 0%, #0a0a0a 100%); } }
