
        @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Orbitron:wght@400;700&family=Inter:wght@900&display=swap');

        body {
            background-color: #000;
            color: #fff;
            font-family: 'Roboto', sans-serif;
            background-image: url('/hkelite-bg.webp');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            padding-top: 90px;
             padding-bottom: 50px;
        }

        .oswald { font-family: 'Oswald', sans-serif; }
        .orbitron { font-family: 'Orbitron', sans-serif; }
        
        .logo-container { text-align: center; margin-bottom: 40px; }
        .logo-text { font-family: 'Inter', sans-serif; font-weight: 900; font-style: italic; line-height: 0.8; }
        .text-glow-red { color: #ff1111; text-shadow: 0 0 30px rgba(255, 0, 0, 0.9); }
        
        .live-box {
            background: rgba(0, 0, 0, 0.9);
            border: 2px solid #500000;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.8);
        }

        .live-header {
            background: linear-gradient(to bottom, #8b0000, #4a0000);
            padding: 15px;
            text-align: center;
            border-bottom: 2px solid #500000;
        }

        .prize-row {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #200000;
            background: #0a0000;
        }

        .prize-label {
            width: 100px;
            padding: 15px;
            background: #1a0000;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            font-size: 14px;
            color: #ff3333;
            text-transform: uppercase;
        }

        .prize-val {
            flex-grow: 1;
            text-align: center;
            font-family: 'Orbitron', sans-serif;
            font-size: 2.2rem;
            font-weight: 700;
            letter-spacing: 5px;
            color: #fff;
        }

        .ball-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            padding: 25px;
            background: #000;
        }

        .ball {
            width: 50px; height: 50px;
            background: radial-gradient(circle at 30% 30%, #fff, #ccc, #999);
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            color: #000; font-family: 'Oswald', sans-serif; font-weight: 900; font-size: 1.5rem;
            box-shadow: inset -5px -5px 10px rgba(0,0,0,0.5), 5px 5px 15px rgba(0,0,0,0.3);
        }

        .ball-rolling { animation: roll 0.5s infinite linear; }
        @keyframes roll {
            0% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0); }
        }

        .card-panel { background: rgba(10, 0, 0, 0.95); border: 1px solid #300000; border-radius: 4px; overflow: hidden; }
        .card-header { background: #600000; color: #fff; padding: 8px; text-align: center; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 13px; }
        
        .pred-table { width: 100%; border-collapse: collapse; }
        .pred-table td { border: 1px solid #1a0000; padding: 10px 5px; text-align: center; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 16px; color: #bbb; }

        .circle-num {
            width: 42px; height: 42px; border-radius: 50%;
            background: radial-gradient(circle, #ff0000, #500000);
            display: flex; align-items: center; justify-content: center;
            font-weight: 900; border: 2px solid #ff4444; font-size: 1.2rem;
        }

        .square-num { background: #000; border: 1px solid #4a0000; color: #ff0000; font-size: 1.8rem; font-weight: 900; padding: 10px; width: 100%; text-align: center; font-family: 'Oswald', sans-serif; }

        .shio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 6px; }
        .shio-box { 
            position: relative;
            aspect-ratio: 1/1;
            border: 1px solid #222; 
            border-radius: 8px;
            overflow: hidden; 
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            background: #111;
        }
        .shio-box.active { 
            border: 2px solid #ff1111; 
            box-shadow: 0 0 15px rgba(255, 0, 0, 0.8), inset 0 0 10px rgba(255, 0, 0, 0.4);
            z-index: 10;
        }
        .shio-box img { 
            position: absolute;
            top: 0; left: 0;
            width: 100%; 
            height: 100%; 
            object-fit: cover;
            border-radius: inherit;
            opacity: 0.9;
        }
        .shio-box.active img { opacity: 1; }
        .shio-box span { 
            position: relative;
            z-index: 2;
            width: 100%;
            background: rgba(0,0,0,0.85);
            text-align: center;
            font-size: 10px; 
            font-weight: bold; 
            padding: 3px 0;
            color: #fff;
            text-transform: uppercase;
            font-family: 'Oswald', sans-serif;
            border-top: 1px solid #222;
        }
        .shio-box.active span { background: #600000; border-top: 1px solid #ff0000; }

        .salam-jp { border: 2px solid #ffcc00; color: #ffcc00; padding: 15px; text-align: center; font-family: 'Oswald', sans-serif; font-weight: 900; font-style: italic; font-size: 1.3rem; border-radius: 4px; }
        
        .bom-container {
            background: linear-gradient(145deg, #1a0000, #400000);
            border: 2px solid #ff0000;
            box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
            animation: pulse-glow 2s infinite;
        }
        @keyframes pulse-glow {
            0%, 100% { box-shadow: 0 0 10px rgba(255, 0, 0, 0.4); border-color: #600000; }
            50% { box-shadow: 0 0 30px rgba(255, 0, 0, 0.8); border-color: #ff0000; }
        }

        .result-table { width: 100%; color: #fff; text-align: center; border-collapse: collapse; background: rgba(10,0,0,0.8); border: 1px solid #300000; }
        .result-table th { background: #400000; padding: 10px; font-family: 'Oswald'; color: #ff3333; text-transform: uppercase; font-size: 12px; }
        .result-table td { padding: 10px; border-bottom: 1px solid #200000; font-family: 'Orbitron'; font-weight: bold; font-size: 18px; }

        .info-section {
            background: rgba(20, 0, 0, 0.8);
            border: 1px solid #400000;
            padding: 20px;
            margin-top: 40px;
            border-radius: 8px;
            font-size: 14px;
            line-height: 1.6;
            color: #ccc;
        }
        .info-title { color: #ff3333; font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; font-size: 18px; text-transform: uppercase; }
        .info-grid { display: grid; grid-template-columns: auto 1fr; gap: 5px 20px; margin-bottom: 15px; }
        .info-label { font-weight: bold; color: #fff; }

        .seo-hidden { display: none; }

        ::-webkit-scrollbar { width: 5px; }
        ::-webkit-scrollbar-thumb { background: #500000; }
        
        .fixed-top-wrapper {
            position: fixed;
            top: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 1200px;
            display: flex;
            gap: 5px;
            padding: 0 5px;
            z-index: 9999;
        }
        .fixed-top-item {
            flex: 1;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            background: #fff;
             border: 1px solid #ddd;
        }
        
        .banner-bar { 
            width: 100%;
            max-width: 1200px;
            margin: 10px auto;
            display: flex;
            flex-direction: row;
            gap: 105px;
        }
        
        .banner-bar img {
            display: block;
            width: 100%;
            border-radius: 5px;
            border: 1px solid rgba(255, 0, 0, 0.3);
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            transition: all 0.25s ease;
        }

        .banner-bar img:hover {
            border-color: #ff3b3b;
            transform: scale(1.03);
            box-shadow:
            0 8px 20px rgba(0,0,0,0.35),
            0 0 15px rgba(255,0,0,0.45);
        }
        
        .fixed-bottom-container {
            position: fixed;
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 1200px;
            z-index: 9999;
            padding: 0 5px;
        }
        .close-btn-bottom {
            position: absolute;
            top: -30px;
            right: 10px;
            background: #ff0000;
            color: #fff;
            border: 2px solid #fff;
            border-bottom: none;
            border-radius: 8px 8px 0 0;
            padding: 2px 12px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
            text-transform: uppercase;
        }
        .fixed-bottom-wrapper {
            display: flex;
            gap: 5px;
            width: 100%;
        }
        .fixed-bottom-item {
            flex: 1;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
            background: #fff;
            border: 1px solid #ddd;
        }

        img.ad-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        @media (max-width: 768px) {
            .banner-bar {flex-direction: column; gap: 3px;}
            .fixed-top-wrapper, .fixed-bottom-wrapper { flex-direction: column;
                gap: 2px; }
            .close-btn-bottom { font-size: 10px; top: -22px; }
        }
        
