FOLLOW ON WHATSAPP VIP Server Player - Updated :root { --gold: #FFD700; --bg-black: #0a0a0a; --card-bg: #151515; --text-gray: #b0b0b0; } body { background-color: var(--bg-black); color: #ffffff; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 20px; } .main-container { width: 100%; max-width: 900px; background: var(--card-bg); border: 1px solid rgba(255, 215, 0, 0.15); border-radius: 28px; padding: 30px; box-shadow: 0 40px 100px rgba(0, 0, 0, 0.9); } .header { text-align: center; margin-bottom: 25px; } .header h1 { color: var(--gold); font-size: 22px; text-transform: uppercase; letter-spacing: 5px; margin: 0; font-weight: 800; } .video-box { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 18px; overflow: hidden; border: 2px solid #222; box-shadow: 0 15px 35px rgba(0,0,0,0.5); } iframe { width: 100%; height: 100%; border: none; } .label { display: block; text-align: center; color: var(--text-gray); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin: 25px 0 15px; } .grid-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; } /* Server Button Styling */ .btn-server { background: rgba(255, 215, 0, 0.05); color: var(--gold); border: 1px solid var(--gold); padding: 14px; border-radius: 12px; cursor: pointer; font-size: 13px; font-weight: 600; transition: all 0.3s ease; } .btn-server:hover { background: rgba(255, 215, 0, 0.15); transform: translateY(-2px); } .btn-server.active { background: var(--gold); color: #000; box-shadow: 0 0 20px rgba(255, 215, 0, 0.25); } /* Download Button Styling - Black Text */ .btn-dl { background: linear-gradient(135deg, #FFD700, #B8860B); color: #000000 !important; text-decoration: none; padding: 14px; border-radius: 12px; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.3s ease; border: none; } .btn-dl:hover { filter: brightness(1.2); transform: scale(1.03); box-shadow: 0 10px 20px rgba(255, 215, 0, 0.2); } .quality-badge { background: rgba(0,0,0,0.15); color: #000000; padding: 2px 6px; border-radius: 4px; font-size: 11px; font-weight: 900; } Premium Server Player Switch Fast Servers Server 01 Server 02 Server 03 Offline Download DOWNLOAD 1080P DOWNLOAD 720P function loadVideo(url, btn) { document.getElementById('main-frame').src = url; const allBtns = document.querySelectorAll('.btn-server'); allBtns.forEach(b => b.classList.remove('active')); btn.classList.add('active'); }