diff --git a/index.php b/index.php index 4add1f0..841656d 100644 --- a/index.php +++ b/index.php @@ -171,15 +171,36 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe display: flex; align-items: center; justify-content: center; - transition: transform 0.2s, background 0.2s; + transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 4px 15px rgba(56, 189, 248, 0.4); } + .play-btn.playing { + background: #ff4444 !important; + box-shadow: 0 4px 20px rgba(255, 68, 68, 0.5); + transform: scale(1.1); + } + .play-btn:hover { transform: scale(1.05); background: #0ea5e9; } + .visualizer-container { + width: 100%; + height: 60px; + margin-bottom: 1rem; + display: flex; + align-items: flex-end; + justify-content: center; + overflow: hidden; + } + + #visualizer { + width: 100%; + height: 100%; + } + .volume-slider { flex: 1; height: 6px; @@ -389,11 +410,15 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe
+
+ +
EN VIVO
Cargando stream...
+
@@ -443,23 +468,80 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe - +