/* desktop-Hades-C22-GOLD-BLACK-GLOSSY-V11.css - TEMA GOLD ELEGANT & HITAM GLOSSY */

/* Warna Dominan: Glossy Black, Premium Gold (#D4AF37), Bright Gold Highlight (#FFD666) */

/* ========================================================= */
/* 1. KEYFRAMES (Diubah ke Gold Elegant) */
/* ========================================================= */
/* Animasi Denyut (Pulsing Glow) Premium Gold (Primary Glow) */
@keyframes neon-pulse-blue {
    0% { box-shadow: 0 0 10px rgba(212, 175, 55, 0.55), 0 0 20px rgba(212, 175, 55, 0.25); }
    50% { box-shadow: 0 0 30px rgba(255, 214, 102, 0.85), 0 0 60px rgba(212, 175, 55, 0.35); } 
    100% { box-shadow: 0 0 10px rgba(212, 175, 55, 0.55), 0 0 20px rgba(212, 175, 55, 0.25); }
}

/* Animasi Denyut (Pulsing Glow) Antique Gold (Secondary Glow) */
@keyframes neon-pulse-orange {
    0% { box-shadow: 0 0 15px rgba(212, 175, 55, 0.75), 0 0 30px rgba(138, 107, 31, 0.45); }
    100% { box-shadow: 0 0 5px rgba(212, 175, 55, 0.35), 0 0 15px rgba(138, 107, 31, 0.25); }
}

/* ========================================================= */
/* 2. LATAR BELAKANG BODY & CONTAINER UTAMA (HITAM GLOSSY & GOLD) */
/* ========================================================= */

/* **FIX UTAMA BODY & BACKGROUND KESELURUHAN** (Glossy Black) */
body {
    background-image: none !important;
    background-color: #050505 !important; /* Deep Glossy Black */
    color: #E8E1D2; 
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    /* Glow samar-samar Gold di background */
    box-shadow: inset 0 0 50px rgba(212, 175, 55, 0.06), inset 0 0 50px rgba(255, 214, 102, 0.03); 
}

/* KONTENER UTAMA (Kotak Konten, Game list, dll) - Glossy Black Base */
.site-content-container, [data-container-background], .main-content-wrapper, .page-wrapper {
    background-color: #101010 !important; /* Glossy Black Panel */
    border-radius: 16px;
    
    /* Bingkai Premium (Utama Gold, Outline Antique Gold) */
    border: 3px solid #D4AF37 !important; /* Premium Gold */
    outline: 3px solid #8A6B1F !important; /* Antique Gold */
    outline-offset: -8px; 
    
    /* Glow Multi Layer (3D Lift) - Gold Elegant */
    box-shadow: 
        0 0 5px rgba(255, 255, 255, 0.25),   
        0 0 20px rgba(212, 175, 55, 0.55),      /* Gold Glow */
        0 0 40px rgba(255, 214, 102, 0.25),     /* Bright Gold Soft Glow */
        8px 8px 15px rgba(0, 0, 0, 0.95);    
}

/* **FIX UTAMA UNTUK CONTAINER GAME LIST & popular_providers** */
.game-list-container, .provider-list-section, .game-provider-section, .list-game-wrapper,
.provider-area, .game-area, .popular_providers,
.site-content-container > div, .site-content-container section {
    background-image: none !important; 
    background-color: #101010 !important; /* Glossy Black Panel */
}

/* Footer/Panel Bawah */
footer, .site-footer, .footer-container, .notification-panel {
    background-image: none !important; 
    background-color: #050505 !important; 
    border-top: 3px solid #D4AF37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
}

/* Header/Topbar (Top Menu Background) */
.topbar-container, .site-header {
    /* Gradien Glossy Black (ada highlight tipis biar keliatan kaca) */
    background: linear-gradient(to right, #1A1A1A 0%, #070707 50%, #1A1A1A 100%) !important; 
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #8A6B1F 0%, #FFD666 50%, #8A6B1F 100%) 1; /* Gold Gradient */
    border-image-slice: 1;
    box-shadow: 
        0 0 10px rgba(255, 255, 255, 0.20),   
        0 0 35px rgba(212, 175, 55, 0.55),      
        0 0 60px rgba(255, 214, 102, 0.22);    
    animation: neon-pulse-blue 4s infinite alternate ease-in-out; 
}

/* ========================================================= */
/* 3. TOMBOL MASUK & DAFTAR (GOLD ELEGANT) */
/* ========================================================= */
/* Tombol Masuk (LOGIN) - Gold 3D */
.login-panel .login-button {
    background-color: #0B0B0B !important; /* Glossy Black Base */
    color: #FFF5D6; 
    border: 3px solid #D4AF37; /* Gold */
    outline: 3px solid #8A6B1F; /* Antique Gold */
    outline-offset: -5px; 
    
    box-shadow: 
        inset 0 0 10px rgba(255, 255, 255, 0.12), 
        0 0 25px rgba(212, 175, 55, 0.65), 
        0 0 50px rgba(255, 214, 102, 0.22), 
        -8px -8px 0 0 #2A1F08, /* Dark Gold Shadow */
        -8px -8px 20px rgba(212, 175, 55, 0.18); 
}
.login-panel .login-button:hover {
    background-color: #121212 !important; 
    box-shadow: 
        inset 0 0 15px rgba(255, 255, 255, 0.18),
        0 0 50px rgba(255, 214, 102, 0.55), 
        -8px -8px 0 0 #3A2C0C; 
    transform: translate(3px, 3px); 
}

/* Tombol Daftar (REGISTER) - Bright Gold 3D & Pulsing */
.login-panel .register-button {
    background-color: #060606 !important; /* Deep Glossy Black Base */
    color: #FFF5D6; 
    border: 3px solid #FFD666; /* Bright Gold */
    outline: 3px solid #D4AF37; /* Premium Gold */
    outline-offset: -5px; 
    
    box-shadow: 
        inset 0 0 10px rgba(255, 255, 255, 0.12), 
        0 0 30px rgba(255, 214, 102, 0.65), 
        0 0 60px rgba(212, 175, 55, 0.25), 
        8px 8px 0 0 #1F1706, /* Dark Shadow */
        8px 8px 20px rgba(212, 175, 55, 0.18); 
        
    animation: neon-pulse-blue 2s infinite ease-in-out; 
}
.login-panel .register-button:hover {
    background-color: #0D0D0D !important;
    box-shadow: 
        inset 0 0 15px rgba(255, 255, 255, 0.18),
        0 0 60px rgba(255, 214, 102, 0.75), 
        8px 8px 0 0 #2A1F08; 
    animation: none;
    transform: translate(-3px, -3px); 
}

/* ========================================================= */
/* 4. IKON MENU NAVIGASI (BENTUK SUPERMAN SHIELD & GOLD) */
/* ========================================================= */

/* Ikon itu sendiri (Filter, Gambar, atau SVG) */
.icon-3d-glow, .site-header .top-menu>li>a .icon, .site-header .top-menu>li>a img {
    width: 40px; 
    height: 40px; 
    object-fit: contain;
    padding: 5px;
    
    /* *** BENTUK SUPERMAN SHIELD *** Tidak diubah, tetap bentuk lonceng terbalik. */
    border-radius: 15px 15px 50% 50%; 

    /* Background Glossy Transparan (Gold tint) */
    background: rgba(212, 175, 55, 0.08); 
    
    /* Bingkai Premium 3D (Border Gold, Outline Antique Gold) */
    border: 3px solid #D4AF37; /* Gold */
    outline: 3px solid #8A6B1F; /* Antique Gold */
    outline-offset: -8px; 
    
    box-shadow: 
        0 0 5px rgba(255, 255, 255, 0.25),   
        0 0 15px rgba(212, 175, 55, 0.55),      
        0 0 30px rgba(255, 214, 102, 0.18),    
        4px 4px 10px rgba(0, 0, 0, 0.95);    
        
    filter: drop-shadow(0 0 10px #D4AF37) brightness(1.25); 
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Ikon Hover (Efek Hyper-Glow) */
.icon-3d-glow:hover, .site-header .top-menu>li:hover>a .icon, .site-header .top-menu>li:hover>a img {
    background: rgba(255, 214, 102, 0.10); 
    border-color: #FFD666; 
    outline-color: #D4AF37; 
    
    box-shadow: 
        0 0 10px rgba(255, 255, 255, 0.30),
        0 0 30px rgba(255, 214, 102, 0.55), 
        0 0 60px rgba(212, 175, 55, 0.30),
        6px 6px 20px rgba(0, 0, 0, 1);
        
    transform: translateY(-5px) scale(1.1); 
    filter: drop-shadow(0 0 15px #FFD666) brightness(1.4); 
}

/* Teks di bawah Ikon */
.site-header .top-menu>li>a span {
    color: #FFD666; /* Gold Text */
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
    font-weight: 600;
    margin-top: 5px;
    transition: color 0.3s;
}

.site-header .top-menu>li:hover>a span {
    color: #FFF1B8; /* Brighter Gold on Hover */
    text-shadow: 0 0 10px rgba(255, 214, 102, 0.55);
}

/* Menu Item Aktif (Glow Dominan) */
.site-header .top-menu>li[data-active="true"]>a {
    background: #0A0A0A; /* Glossy Black */
    border: 1px solid #D4AF37; 
    border-radius: 18px 6px 18px 6px; 
    box-shadow: 0 0 35px rgba(212, 175, 55, 0.55); 
}

.site-header .top-menu>li[data-active="true"]>a .icon, .site-header .top-menu>li[data-active="true"]>a img {
     border-color: #FFD666;
     outline-color: #8A6B1F;
     box-shadow: 
        0 0 5px rgba(255, 255, 255, 0.25), 
        0 0 25px rgba(255, 214, 102, 0.55), 
        0 0 50px rgba(212, 175, 55, 0.28);
     transform: scale(1.05);
}


/* ========================================================= */
/* 5. WIDGET (JACKPOT & SGP 4D) - GOLD */
/* ========================================================= */
.home-progressive-jackpot .jackpot-container {
    background: #101010; /* Glossy Black Panel */
    
    /* Bingkai 3D Kuat - Border Gold, Outline Antique Gold */
    border: 3px solid #D4AF37; 
    outline: 3px solid #8A6B1F; 
    outline-offset: -8px; 
    border-radius: 30px; 
    
    box-shadow: 
        0 0 15px rgba(212, 175, 55, 0.65),     
        0 0 35px rgba(255, 214, 102, 0.22),   
        inset 0 0 20px rgba(255, 255, 255, 0.12), 
        10px 10px 20px rgba(0, 0, 0, 0.95);   
        
    padding: 15px 30px;
}

.home-progressive-jackpot .jackpot-amount-wrapper {
    background: #000000; 
    border: 2px solid #FFD666; 
    border-radius: 15px;
    outline: 2px solid #8A6B1F; 
    outline-offset: -5px;
    
    box-shadow: 
        0 0 10px rgba(255, 214, 102, 0.55), 
        0 0 25px rgba(212, 175, 55, 0.35); 
}

.home-progressive-jackpot .jackpot-amount {
    color: #FFD666; /* Gold Text */
    font-family: 'Digital-7', monospace; 
    text-shadow: 0 0 15px #D4AF37, 0 0 40px rgba(255, 214, 102, 0.35); 
    letter-spacing: 3px;
}
.home-progressive-jackpot .jackpot-currency {
    color: #D4AF37; /* Premium Gold */
    text-shadow: 0 0 10px #8A6B1F; 
}


/* ========================================================= */
/* 6. GAME LIST & PROVIDER ICONS (APPLY GOLD & HITAM GLOSSY) */
/* ========================================================= */
/* Menargetkan ikon provider dan list item */
.game-list-item, .provider-icon-wrapper, .popular_providers a, .game-provider-item, 
.game-list-item > div, .provider-icon-wrapper > a, .popular_providers a > div, 
.game-provider-item img, .game-provider-item div {
    background: #101010 !important; 
    background-color: #101010 !important;
    background-image: none !important;
    
    border: 3px solid #D4AF37 !important; /* Gold */
    outline: 3px solid #8A6B1F !important; /* Antique Gold */
    outline-offset: -8px; 
    border-radius: 12px; 
    box-shadow: 
        0 0 5px rgba(255, 255, 255, 0.25),   
        0 0 20px rgba(212, 175, 55, 0.55),    
        0 0 40px rgba(255, 214, 102, 0.18),      
        8px 8px 15px rgba(0, 0, 0, 0.95);
    
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.game-list-item:hover, .provider-icon-wrapper:hover, .popular_providers a:hover, .game-provider-item:hover {
    border-color: #FFD666 !important;
    outline-color: #D4AF37 !important;
    box-shadow: 
        0 0 10px rgba(255, 255, 255, 0.30),
        0 0 40px rgba(255, 214, 102, 0.55),      
        0 0 70px rgba(212, 175, 55, 0.30);    
    transform: translateY(-3px) scale(1.05);
}

/* ========================================================= */
/* 7. TEKS, JUDUL, DAN TAUTAN (OVERRIDE ke GOLD ELEGANT) */
/* ========================================================= */

/* Teks Default */
body, .site-content-container, .main-content-wrapper {
    color: #E8E1D2; /* Warm Luxury */
}

/* Teks Judul Utama (h1, h2, h3) */
h1, h2, h3, .section-title, .title-wrapper h3 {
    color: #FFD666; /* Bright Gold */
    font-weight: 700;
    /* Text Shadow Multi Layer Gold */
    text-shadow: 
        0 0 5px rgba(255, 214, 102, 0.45), 
        0 0 15px rgba(212, 175, 55, 0.30), 
        0 0 25px rgba(138, 107, 31, 0.22);
    transition: all 0.3s;
}

/* Judul pada Footer (PELAYANAN, PRODUK, BANTUAN & DUKUNGAN) */
footer h3, .site-footer h3, .footer-container h3 {
    color: #D4AF37; /* Premium Gold */
    text-shadow: 
        0 0 5px rgba(212, 175, 55, 0.35), 
        0 0 15px rgba(255, 214, 102, 0.20), 
        0 0 25px rgba(138, 107, 31, 0.18);
}

/* Teks Paragraf dan Deskripsi */
p, .text-muted, .description-text {
    color: #D9D0BF; /* Soft Warm */
    text-shadow: 0 0 2px rgba(212, 175, 55, 0.10); 
    line-height: 1.6;
}

/* Teks Tautan / Menu Navigasi di Konten dan Footer */
a, .link-item, .footer-links a, .menu-links a {
    color: #FFD666; /* Gold Link */
    text-decoration: none;
    transition: all 0.3s;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.22);
}

a:hover, .link-item:hover, .footer-links a:hover, .menu-links a:hover {
    color: #FFF1B8; /* Brighter Gold Hover */
    text-shadow: 0 0 8px rgba(255, 214, 102, 0.55), 0 0 15px rgba(212, 175, 55, 0.25);
    transform: translateX(3px);
}

/* Teks Hak Cipta (Copyright) */
.copyright-text, .site-info {
    color: #D4AF37; /* Gold */
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.22);
    font-size: 0.9em;
}

/* ========================================================= */
/* 8. KONTAINER/WIDGET FOOTER (Whatsapp/Telegram) - GOLD */
/* ========================================================= */

/* Kotak Telegram/Whatsapp */
.telegram-link, .whatsapp-link, .contact-widget a {
    /* Style background dipertahankan dari Section 2/3 */
    
    border: 2px solid #D4AF37; /* Gold Border */
    box-shadow: 
        0 0 10px rgba(212, 175, 55, 0.35), 
        0 0 20px rgba(255, 214, 102, 0.18);
    transition: all 0.3s;
}

.telegram-link:hover, .whatsapp-link:hover, .contact-widget a:hover {
    /* Style background hover dipertahankan */
    border-color: #FFD666; /* Bright Gold Hover Border */
    box-shadow: 
        0 0 15px rgba(255, 214, 102, 0.55), 
        0 0 30px rgba(212, 175, 55, 0.25);
}

/* Icon Social Media di 'TERHUBUNG DENGAN KAMI' */
.social-icons a {
    /* Background, Radius, dll. dipertahankan */
    
    border: 2px solid #8A6B1F; /* Antique Gold Ring */
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.30);
    filter: brightness(1.15);
}

.social-icons a:hover {
    border-color: #FFD666;
    box-shadow: 0 0 15px rgba(255, 214, 102, 0.55);
    transform: scale(1.1);
}
