
        :root {
            --gold-gradient: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
            --gold-bright: #FFD700;
            --gold-solid: #E6B325;
            --dark-bg: #030303;
            --card-bg: #0D0D0D;
            --text-light: #F0F0F0;
        }

        @keyframes shine-silver {
            0% { background-position: 200% center; }
            100% { background-position: -200% center; }
        }
        
        @keyframes blink-green {
            0% { background-color: #00ff00; box-shadow: 0 0 5px #00ff00; }
            50% { background-color: #004400; box-shadow: 0 0 0px #004400; }
            100% { background-color: #00ff00; box-shadow: 0 0 5px #00ff00; }
        }
        
        @keyframes rotate-globe {
            0% { transform: rotateY(0deg); }
            100% { transform: rotateY(360deg); }
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: var(--dark-bg);
            color: var(--text-light);
            line-height: 1.6;
            overflow-x: hidden;
            width: 100%;
        }
        
        a {
            text-decoration: none;
        }

        .container {
            width: 100%;
            max-width: 960px;
            margin: 0 auto;
            padding: 10px;
        }

        .head {
            text-align: center;
            padding: 30px 0;
            border-bottom: 1px solid rgba(255, 215, 0, 0.2);
        }

        .logo {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            max-width: 960px;
            height: 271px;
            background: url("/hero-960x271.webp") center no-repeat;
            background-size: cover;
            margin: 0 auto;
            text-decoration: none;
            border-radius: 12px;
            border: 2px solid var(--gold-bright);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
            overflow: hidden;
        }

        .logo-text {
            font-family: 'Playfair Display', serif;
            font-size: 3.2rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 4px;
            background: linear-gradient(
                135deg, 
                #4a0000 20%, 
                #ff0000 40%, 
                #ffffff 50%, 
                #ff0000 60%, 
                #4a0000 80%
            );
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: shine-silver 2.5s linear infinite;
            filter: drop-shadow(0 0 2px rgba(255,0,0,0.5));
            text-align: center;
            padding: 170px 10px 0 10px;
        }

        /* Navigasi Sticky */
        .nav-wrapper {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 999;
            background: rgba(3, 3, 3, 0.85);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        /* Tombol Mobile Menu (Hidden on Desktop) */
        .mobile-menu-btn {
            display: none;
            padding: 12px 15px;
            cursor: pointer;
            color: var(--gold-bright);
            font-weight: 900;
            font-size: 1.1rem;
            align-items: center;
            gap: 10px;
            border-right: 1px solid rgba(255, 215, 0, 0.2);
        }

        .mobile-menu-btn span {
            background: var(--gold-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
        }

        .menu {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            padding: 15px 0;
            margin: 0;
            transition: all 0.3s ease;
        }

        .menu a {
            background: rgba(255, 215, 0, 0.08);
            color: var(--gold-bright);
            text-decoration: none;
            padding: 12px 5px;
            text-align: center;
            border: 1px solid var(--gold-solid);
            border-radius: 6px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease-in-out;
            text-transform: uppercase;
        }

        .menu a:hover {
            background: var(--gold-gradient);
            color: #000;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
            border-color: #fff;
        }

        .content {
            background: var(--card-bg);
            padding: 45px;
            border-radius: 0 0 15px 15px;
            border: 1px solid rgba(255, 215, 0, 0.15);
            margin-top: 10px;
        }

        h1, h2, h3 {
            font-family: 'Playfair Display', serif;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .title-head {
            text-decoration: none;
            background: var(--gold-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 800;
            display: inline;
        }

        h1 { font-size: 2.8rem; border-left: 5px solid var(--gold-bright); padding-left: 12px; }
        h2 { font-size: 2.2rem; color: var(--gold-bright); margin-top: 35px; }
        h3 { font-size: 1.6rem; color: #FFF8C4; margin-top: 25px; }

        p {
            margin-bottom: 20px;
            color: #D1D1D1;
            font-size: 1.05rem;
            text-align: justify;
        }

        p b a {
            color: #FFFFFF;
            border-bottom: none;
            transition: 0.3s;
        }

        p b a:hover {
            color: var(--gold-bright);
            text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
        }
        
        .wrapper-logo-prediksi {
            text-align: center;
            margin-bottom: 10px;
            perspective: 5000px;
        }
        .logo-prediksi {
            width: 80px; 
            height: auto;
            filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
            animation: rotate-globe 5s linear infinite; 
            border-radius: 50%;
        }

        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            background: #111;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid var(--gold-solid);
            table-layout: fixed;
        }

        .data-table th {
            background: var(--gold-gradient);
            color: #000;
            padding: 15px;
            text-transform: uppercase;
            font-size: 1rem;
            text-align: left;
        }

        .data-table td {
            padding: 15px 5px;
            text-align: center;
            border-bottom: 1px solid rgba(255, 215, 0, 0.1);
        }

        .status-light {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin-right: 8px;
            animation: blink-green 1s infinite;
            vertical-align: middle;
        }

        .bingo-ball {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            background: radial-gradient(circle at 30% 30%, #ffffff, #dcdcdc);
            border: 2px solid #333;
            border-radius: 50%;
            color: #000;
            font-weight: 900;
            font-size: 0.85rem;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        }

        .prediction-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 6px;
            width: 100%;
        }
        
        .vs-text {
            color: var(--gold-bright);
            font-weight: 900;
            font-size: 0.9rem;
            font-style: italic;
            width: 100%;
            margin: 5px 0;
        }

        .footer {
            text-align: center;
            margin-top: 40px;
            padding: 20px 10px;
            font-size: 0.8rem;
            color: #777;
            border-top: 1px solid rgba(255, 215, 0, 0.1);
        }

        /* --- RESPONSIVE ADJUSTMENTS --- */
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: flex;
            }
            .menu {
                display: none; /* Hidden by default on mobile */
                grid-template-columns: 1fr; /* Stack menu items */
                padding: 10px;
                gap: 5px;
            }
            .menu.active {
                display: grid; /* Show when active */
            }
            .menu a {
                text-align: left;
                padding: 15px;
            }

            .content { padding: 20px 15px; }
            h1 { font-size: 1.8rem; }
            h2 { font-size: 1.6rem; }
            p { text-align: left; font-size: 1rem; }
            .logo-text { font-size: 2.2rem; 
                padding: 60px 10px 0 10px;
            }
            .logo { height: 100%; }
            .bingo-ball { width: 28px; height: 28px; font-size: 0.75rem; }
            .data-table th { font-size: 0.8rem; padding: 10px; }
            .logo-prediksi { width: 60px; }
        }

        @media (max-width: 480px) {
            .container { padding: 0 5px; }
            .logo-text { font-size: 1.8rem; letter-spacing: 2px; }
            h1 { font-size: 1.6rem; }
        }
