.hot-games-section {
    display: block;
    width: 100%;
    padding: 10px 5px 20px 5px;
    min-height: auto;
    height: auto !important;
}

.hot-games-scroll-wrapper {
    overflow: hidden;
    position: relative;
    height: auto !important;
    min-height: 280px;
    width: 100%;
    padding: 10px 0 15px 0;
    margin-bottom: 10px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

.hot-games-scroll-wrapper:active {
    cursor: grabbing;
}

.hot-games-scroll-wrapper .hot-games-track {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 8px 8px 8px;
    overflow: visible !important;
    min-height: 250px;
    width: auto !important;
    max-width: 100%;
    overflow-x: auto;
    will-change: transform;
    transition: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.hot-games-scroll-wrapper .game-item {
    position: relative;
    margin-right: 4px;
    margin-bottom: 0;
    padding: 8px 6px 6px 6px;
    background: linear-gradient(145deg, #280d28, #0f0612);
    height: 230px;
    width: 115px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible !important;
    will-change: transform, box-shadow;
    isolation: isolate;
    scroll-snap-align: start;
}

.hot-games-scroll-wrapper .game-item .game-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: visible !important;
    flex-shrink: 0;
    width: 100%;
    padding: 0;
}

.hot-games-scroll-wrapper .game-item img {
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid rgba(0, 255, 136, 0.08);
    max-width: 90px;
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    z-index: 1;
}

.hot-games-scroll-wrapper .game-item .game-title {
    padding: 2px 3px 0;
    text-align: center;
    height: auto;
    min-height: 18px;
    width: 100%;
    background: transparent;
    color: #e8f5e9 !important;
    font-size: 0.45rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.2px;
    margin-top: 2px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.hot-games-scroll-wrapper .game-item .rtp-wrapper {
    padding: 0 6px;
    margin-top: 2px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.hot-games-scroll-wrapper .game-item .animated-progress {
    height: 8px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    overflow: hidden;
    position: relative;
    border: none !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    max-width: 80% !important;
    margin: 0 auto !important;
}

.hot-games-scroll-wrapper .game-item .bg-progress-rtp {
    font-size: 5px !important;
    line-height: 8px !important;
    padding-right: 4px !important;
    text-align: right !important;
    font-weight: 700 !important;
    color: #fff !important;
    transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 4px !important;
}

.hot-games-scroll-wrapper .game-item .bg-progress-rtp.rtp-high {
    background: linear-gradient(135deg, #065f46, #059669, #10b981, #34d399, #6ee7b7) !important;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.1);
    border-radius: 4px !important;
    height: 100% !important;
}

.hot-games-scroll-wrapper .game-item .bg-progress-rtp.rtp-medium {
    background: linear-gradient(135deg, #92400e, #d97706, #f59e0b, #fbbf24, #fde047) !important;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.1);
    border-radius: 4px !important;
    height: 100% !important;
}

.hot-games-scroll-wrapper .game-item .bg-progress-rtp.rtp-low {
    background: linear-gradient(135deg, #7f1d1d, #b91c1c, #dc2626, #f87171, #fca5a5) !important;
    box-shadow: 0 0 10px rgba(220, 38, 38, 0.1);
    border-radius: 4px !important;
    height: 100% !important;
}

.hot-games-scroll-wrapper .game-item .rtp-status {
    font-size: 0.35rem !important;
    font-weight: 600 !important;
    display: block !important;
    margin-top: 2px !important;
    letter-spacing: 0.2px;
}

.hot-games-scroll-wrapper .game-item .btn-action-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding: 3px 2px 2px !important;
    width: 100% !important;
    flex-shrink: 0;
    margin-top: 2px !important;
    position: relative;
    z-index: 2;
}

.hot-games-scroll-wrapper .game-item .pola-main,
.hot-games-scroll-wrapper .game-item .suntikan-gacor,
.hot-games-scroll-wrapper .game-item .simulasi {
    font-size: 5px !important;
    font-weight: 700 !important;
    height: 16px !important;
    min-height: 16px !important;
    padding: 0 2px !important;
    border-radius: 3px !important;
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #fff !important;
    cursor: pointer;
    line-height: 16px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap;
    overflow: visible !important;
}

.hot-games-scroll-wrapper .game-item .pola-main {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
}

.hot-games-scroll-wrapper .game-item .suntikan-gacor {
    background: linear-gradient(135deg, #059669, #10b981) !important;
}

.hot-games-scroll-wrapper .game-item .simulasi {
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
}

.hot-games-scroll-wrapper .game-item .hot-sticker {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 20;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.hot-games-scroll-wrapper .game-item .hot-sticker img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: none !important;
    border-radius: 0 !important;
}

.hot-games-scroll-wrapper .game-item.spotlight-active {
    transform: scale(1.03) !important;
    transform-origin: center center !important;
    z-index: 100 !important;
    border-color: rgba(225, 0, 255, 0.7) !important;
    border-width: 2px !important;
    box-shadow: 0 0 20px rgba(234, 0, 255, 0.15), 0 0 40px rgba(0, 255, 136, 0.08), 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    background: linear-gradient(145deg, #c113f7, #1f0d18) !important;
    transition: all 0.3s ease !important;
    overflow: visible !important;
    padding: 8px 6px 6px 6px !important;
    height: 230px !important;
    width: 115px !important;
    border-radius: 12px !important;
}

.hot-games-scroll-wrapper .game-item.spotlight-active img {
    transform: scale(1.02);
    border-color: rgba(255, 0, 255, 0.4) !important;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .game-title {
    color: #ff00ea !important;
    font-weight: 800 !important;
    text-shadow: 0 0 15px rgba(255, 0, 212, 0.2) !important;
    transition: all 0.3s ease;
    letter-spacing: 0.3px !important;
    position: relative;
    z-index: 2;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .pola-main,
.hot-games-scroll-wrapper .game-item.spotlight-active .suntikan-gacor,
.hot-games-scroll-wrapper .game-item.spotlight-active .simulasi {
    transform: scale(1.01);
    box-shadow: 0 0 15px rgba(255, 0, 242, 0.1), 0 2px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease;
    font-weight: 800 !important;
    position: relative;
    z-index: 2;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .pola-main {
    background: linear-gradient(135deg, #fbbf24, #f59e0b) !important;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .suntikan-gacor {
    background: linear-gradient(135deg, #34d399, #059669) !important;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .simulasi {
    background: linear-gradient(135deg, #60a5fa, #2563eb) !important;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .rtp-status {
    color: #ff00c8 !important;
    text-shadow: 0 0 10px rgba(255, 0, 242, 0.15) !important;
    position: relative;
    z-index: 2;
}

.scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 0, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    color: #fff;
    padding: 0;
}

.scroll-indicator:hover {
    background: rgba(255, 0, 242, 0.2);
    border-color: rgba(255, 0, 242, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.scroll-indicator:active {
    transform: translateY(-50%) scale(0.95);
}

.scroll-indicator-left {
    left: 2px;
}

.scroll-indicator-right {
    right: 2px;
}

.scroll-indicator svg {
    width: 12px;
    height: 12px;
    stroke: #fff;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#searchGame {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #cccccc !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    width: 100% !important;
    font-size: 14px !important;
}

#searchGame::placeholder {
    color: #888888 !important;
}

#searchGame:focus {
    border-color: #ea00ff !important;
    outline: none !important;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.2) !important;
}

@media (max-width: 768px) {
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp::after {
        display: none !important;
    }
    .hot-games-scroll-wrapper .game-item .hot-sticker {
        animation: none !important;
    }
    .hot-games-scroll-wrapper .game-item {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        box-shadow: none !important;
    }
    .hot-games-scroll-wrapper .game-item:hover {
        transform: none !important;
    }
    .hot-games-scroll-wrapper .game-item:hover img {
        transform: none !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main:hover,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor:hover,
    .hot-games-scroll-wrapper .game-item .simulasi:hover {
        transform: none !important;
    }
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp.rtp-high,
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp.rtp-medium,
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp.rtp-low {
        animation: none !important;
        background-size: 100% 100% !important;
        border: 1px solid rgb(255 255 255) !important;
    }
    .hot-games-scroll-wrapper .game-item .animated-progress {
        height: 8px !important;
        border-radius: 4px !important;
        border: none !important;
    }
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp {
        border-radius: 4px !important;
        font-size: 5px !important;
        line-height: 8px !important;
    }
    .hot-games-scroll-wrapper .game-item {
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        transition: transform 0.15s ease !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-glow {
        display: none !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-ring {
        display: none !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-ring-2 {
        display: none !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-vignette {
        display: none !important;
    }
    .hot-games-scroll-wrapper {
        min-height: 250px;
        padding: 8px 0 10px 0;
    }
    .hot-games-scroll-wrapper .hot-games-track {
        gap: 8px;
        padding: 4px 6px 6px 6px;
        min-height: 230px;
    }
    .hot-games-scroll-wrapper .game-item {
        height: 210px;
        width: 105px;
        padding: 6px 4px 4px 4px;
        border-radius: 10px;
        margin-right: 4px;
        scroll-snap-align: start;
    }
    .hot-games-scroll-wrapper .game-item .game-image-wrapper {
        padding: 0;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 82px;
        border-radius: 8px;
    }
    .hot-games-scroll-wrapper .game-item .game-title {
        font-size: 0.4rem;
        min-height: 16px;
        padding: 2px 2px 0;
        margin-top: 2px;
    }
    .hot-games-scroll-wrapper .game-item .rtp-wrapper {
        padding: 0 4px;
        margin-top: 2px;
    }
    .hot-games-scroll-wrapper .game-item .animated-progress {
        height: 7px !important;
        border-radius: 3px !important;
        max-width: 75% !important;
    }
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp {
        font-size: 4px !important;
        line-height: 7px !important;
        padding-right: 3px !important;
        border-radius: 3px !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        font-size: 4px !important;
        height: 14px !important;
        min-height: 14px !important;
        line-height: 14px !important;
        padding: 0 2px !important;
        border-radius: 3px !important;
    }
    .hot-games-scroll-wrapper .game-item .btn-action-group {
        gap: 2px !important;
        padding: 2px 2px 2px !important;
        margin-top: 2px !important;
    }
    .hot-games-scroll-wrapper .game-item .rtp-status {
        font-size: 0.35rem !important;
        margin-top: 1px !important;
    }
    .hot-games-scroll-wrapper .game-item .hot-sticker {
        width: 14px !important;
        height: 14px !important;
        top: -3px !important;
        right: -3px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        transform: scale(1.03) !important;
        transform-origin: center center !important;
        box-shadow: 0 0 15px rgba(0, 255, 136, 0.1), 0 0 30px rgba(0, 255, 136, 0.05), 0 6px 20px rgba(0, 0, 0, 0.2) !important;
        padding: 6px 4px 4px 4px !important;
        height: 210px !important;
        width: 105px !important;
        border-radius: 10px !important;
        border-width: 2px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active img {
        transform: scale(1.01);
        max-width: 85px;
        border-radius: 8px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .game-title {
        font-size: 0.45rem !important;
        min-height: 18px;
        padding: 2px 2px 0;
        margin-top: 2px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .pola-main,
    .hot-games-scroll-wrapper .game-item.spotlight-active .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item.spotlight-active .simulasi {
        transform: scale(1);
        font-size: 5px !important;
        height: 16px !important;
        min-height: 16px !important;
        line-height: 16px !important;
        padding: 0 2px !important;
        border-radius: 3px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .btn-action-group {
        gap: 2px !important;
        padding: 3px 2px 2px !important;
        margin-top: 2px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .hot-sticker {
        width: 16px !important;
        height: 16px !important;
        top: -4px !important;
        right: -4px !important;
    }
    .scroll-indicator {
        width: 22px;
        height: 22px;
    }
    .scroll-indicator svg {
        width: 10px;
        height: 10px;
    }
    .scroll-indicator-left {
        left: 2px;
    }
    .scroll-indicator-right {
        right: 2px;
    }
}

@media (max-width: 480px) {
    .hot-games-scroll-wrapper {
        min-height: 220px;
        padding: 6px 0 10px 0;
    }
    .hot-games-scroll-wrapper .hot-games-track {
        gap: 6px;
        padding: 4px 5px 6px 5px;
        min-height: 200px;
    }
    .hot-games-scroll-wrapper .game-item {
        height: 180px;
        width: 90px;
        padding: 5px 4px 4px 4px;
        border-radius: 8px;
        margin-right: 3px;
    }
    .hot-games-scroll-wrapper .game-item .game-image-wrapper {
        padding: 0;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 70px;
        border-radius: 6px;
    }
    .hot-games-scroll-wrapper .game-item .game-title {
        font-size: 0.35rem;
        min-height: 14px;
        padding: 1px 2px 0;
        margin-top: 1px;
    }
    .hot-games-scroll-wrapper .game-item .rtp-wrapper {
        padding: 0 4px;
        margin-top: 1px;
    }
    .hot-games-scroll-wrapper .game-item .animated-progress {
        height: 6px !important;
        border-radius: 3px !important;
        max-width: 70% !important;
    }
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp {
        font-size: 3px !important;
        line-height: 6px !important;
        padding-right: 2px !important;
        border-radius: 3px !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        font-size: 4px !important;
        height: 12px !important;
        min-height: 12px !important;
        line-height: 12px !important;
        padding: 0 1px !important;
        border-radius: 2px !important;
    }
    .hot-games-scroll-wrapper .game-item .btn-action-group {
        gap: 1px !important;
        padding: 2px 1px 2px !important;
        margin-top: 1px !important;
    }
    .hot-games-scroll-wrapper .game-item .rtp-status {
        font-size: 0.3rem !important;
        margin-top: 1px !important;
    }
    .hot-games-scroll-wrapper .game-item .hot-sticker {
        width: 12px !important;
        height: 12px !important;
        top: -3px !important;
        right: -3px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        transform: scale(1.02) !important;
        transform-origin: center center !important;
        box-shadow: 0 0 10px rgba(0, 255, 136, 0.08), 0 0 20px rgba(0, 255, 136, 0.04), 0 4px 15px rgba(0, 0, 0, 0.15) !important;
        padding: 5px 4px 4px 4px !important;
        height: 180px !important;
        width: 90px !important;
        border-radius: 8px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active img {
        transform: scale(1);
        max-width: 72px;
        border-radius: 6px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .game-title {
        font-size: 0.4rem !important;
        min-height: 16px;
        padding: 1px 2px 0;
        margin-top: 1px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .pola-main,
    .hot-games-scroll-wrapper .game-item.spotlight-active .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item.spotlight-active .simulasi {
        transform: scale(1);
        font-size: 5px !important;
        height: 14px !important;
        min-height: 14px !important;
        line-height: 14px !important;
        padding: 0 2px !important;
        border-radius: 2px !important;
    }
    .scroll-indicator {
        width: 20px;
        height: 20px;
    }
    .scroll-indicator svg {
        width: 10px;
        height: 10px;
    }
    .scroll-indicator-left {
        left: 2px;
    }
    .scroll-indicator-right {
        right: 2px;
    }
}

@media (max-width: 380px) {
    .hot-games-scroll-wrapper {
        min-height: 180px;
        padding: 4px 0 8px 0;
    }
    .hot-games-scroll-wrapper .hot-games-track {
        gap: 5px;
        padding: 3px 4px 5px 4px;
        min-height: 170px;
    }
    .hot-games-scroll-wrapper .game-item {
        height: 155px;
        width: 78px;
        padding: 4px 3px 3px 3px;
        border-radius: 6px;
        margin-right: 2px;
    }
    .hot-games-scroll-wrapper .game-item .game-image-wrapper {
        padding: 0;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 60px;
        border-radius: 5px;
    }
    .hot-games-scroll-wrapper .game-item .game-title {
        font-size: 0.3rem;
        min-height: 12px;
        padding: 1px 1px 0;
        margin-top: 1px;
    }
    .hot-games-scroll-wrapper .game-item .rtp-wrapper {
        padding: 0 3px;
        margin-top: 1px;
    }
    .hot-games-scroll-wrapper .game-item .animated-progress {
        height: 5px !important;
        border-radius: 2px !important;
        max-width: 65% !important;
    }
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp {
        font-size: 3px !important;
        line-height: 5px !important;
        padding-right: 2px !important;
        border-radius: 2px !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        font-size: 3px !important;
        height: 10px !important;
        min-height: 10px !important;
        line-height: 10px !important;
        padding: 0 1px !important;
        border-radius: 2px !important;
    }
    .hot-games-scroll-wrapper .game-item .btn-action-group {
        gap: 1px !important;
        padding: 2px 1px 1px !important;
        margin-top: 1px !important;
    }
    .hot-games-scroll-wrapper .game-item .rtp-status {
        font-size: 0.25rem !important;
        margin-top: 1px !important;
    }
    .hot-games-scroll-wrapper .game-item .hot-sticker {
        width: 10px !important;
        height: 10px !important;
        top: -2px !important;
        right: -2px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        transform: scale(1.02) !important;
        transform-origin: center center !important;
        box-shadow: 0 0 8px rgba(0, 255, 136, 0.06), 0 0 15px rgba(0, 255, 136, 0.03), 0 3px 10px rgba(0, 0, 0, 0.12) !important;
        padding: 4px 3px 3px 3px !important;
        height: 155px !important;
        width: 78px !important;
        border-radius: 6px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active img {
        transform: scale(1);
        max-width: 62px;
        border-radius: 5px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .game-title {
        font-size: 0.35rem !important;
        min-height: 14px;
        padding: 1px 1px 0;
        margin-top: 1px;
    }
    .scroll-indicator {
        width: 18px;
        height: 18px;
    }
    .scroll-indicator svg {
        width: 8px;
        height: 8px;
    }
    .scroll-indicator-left {
        left: 1px;
    }
    .scroll-indicator-right {
        right: 1px;
    }
}

@media (min-width: 769px) {
    .hot-games-scroll-wrapper {
        min-height: 430px;
        padding: 15px 0 30px 0;
    }
    .hot-games-scroll-wrapper .game-item .animated-progress {
    height: 8px !important;
    border-radius: 4px !important;
    background: rgb(249 249 249) !important;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    max-width: 80% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}
    .hot-games-scroll-wrapper .hot-games-track {
        gap: 20px;
        padding: 10px 10px 10px 10px;
        min-height: 400px;
    }
    .hot-games-scroll-wrapper .game-item {
        height: 390px;
        width: 220px;
        padding: 14px 14px 12px 14px;
        border-radius: 20px;
        margin-right: 14px;
    }
    .hot-games-scroll-wrapper .game-item .game-image-wrapper {
        padding: 0;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 165px;
        border-radius: 18px;
    }
    .hot-games-scroll-wrapper .game-item .game-title {
        font-size: 0.8rem;
        min-height: 32px;
        padding: 4px 6px 0;
        margin-top: 6px;
    }
    .hot-games-scroll-wrapper .game-item .rtp-wrapper {
        padding: 0 20px;
        margin-top: 8px;
    }
    .hot-games-scroll-wrapper .game-item .animated-progress {
        height: 16px !important;
        border-radius: 10px !important;
        max-width: 100% !important;
    }
    .hot-games-scroll-wrapper .game-item .bg-progress-rtp {
        font-size: 9px !important;
        line-height: 16px !important;
        border-radius: 10px !important;
        padding-right: 8px !important;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        font-size: 9px !important;
        height: 24px !important;
        min-height: 24px !important;
        line-height: 24px !important;
        padding: 0 6px !important;
        border-radius: 6px !important;
    }
    .hot-games-scroll-wrapper .game-item .btn-action-group {
        gap: 5px !important;
        padding: 8px 4px 4px !important;
        margin-top: 6px !important;
    }
    .hot-games-scroll-wrapper .game-item .rtp-status {
        font-size: 0.6rem !important;
        margin-top: 4px !important;
    }
    .hot-games-scroll-wrapper .game-item .hot-sticker {
        width: 34px !important;
        height: 34px !important;
        top: -12px !important;
        right: -12px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        transform: scale(1.08) !important;
        transform-origin: center center !important;
        box-shadow: 0 0 50px rgba(0, 255, 136, 0.25), 0 0 100px rgba(0, 255, 136, 0.12), 0 25px 70px rgba(0, 0, 0, 0.45) !important;
        padding: 14px 14px 12px 14px !important;
        height: 390px !important;
        width: 220px !important;
        border-radius: 20px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active img {
        transform: scale(1.06);
        max-width: 175px;
        border-radius: 18px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .game-title {
        font-size: 0.85rem !important;
        min-height: 34px;
        padding: 4px 6px 0;
        margin-top: 6px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .pola-main,
    .hot-games-scroll-wrapper .game-item.spotlight-active .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item.spotlight-active .simulasi {
        transform: scale(1.05);
        font-size: 10px !important;
        height: 26px !important;
        min-height: 26px !important;
        line-height: 26px !important;
        padding: 0 8px !important;
        border-radius: 6px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .btn-action-group {
        gap: 6px !important;
        padding: 8px 4px 4px !important;
        margin-top: 6px !important;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active .hot-sticker {
        width: 38px !important;
        height: 38px !important;
        top: -14px !important;
        right: -14px !important;
    }
    .scroll-indicator {
        width: 40px;
        height: 40px;
    }
    .scroll-indicator svg {
        width: 20px;
        height: 20px;
    }
    .scroll-indicator-left {
        left: 10px;
    }
    .scroll-indicator-right {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        flex-wrap: nowrap;
        gap: 6px;
    }
    .logo img {
        max-width: 100px !important;
        height: auto !important;
    }
    .desktop-menu {
        display: none !important;
    }
    .header-buttons-mobile {
        display: flex !important;
        align-items: center;
        gap: 6px;
        flex-shrink: 0;
    }
    .header-buttons-mobile .btn-daftar-mobile,
    .header-buttons-mobile .btn-login-mobile {
        font-size: 9px !important;
        padding: 5px 10px !important;
        border-radius: 5px !important;
        white-space: nowrap !important;
    }
    .mobile-menu-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 6px;
        padding: 4px 6px;
        cursor: pointer;
    }
    .mobile-menu-icon svg {
        width: 20px;
        height: 20px;
        fill: #fff;
    }
    .mobile-menu {
        display: none;
        flex-direction: column;
        padding: 10px 0;
        gap: 6px;
        border-top: 1px solid rgba(255,255,255,0.05);
        margin-top: 8px;
    }
    .mobile-menu.show {
        display: flex !important;
    }
    .mobile-menu-link {
        padding: 10px 12px;
        color: #fff;
        text-decoration: none;
        border-radius: 6px;
        font-size: 13px;
    }
    .mobile-menu-link:hover {
        background: rgba(255, 0, 242, 0.05);
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 60px !important;
    }
    .navbar {
        padding: 6px 8px !important;
    }
    .logo img {
        max-width: 120px !important;
    }
    .header-buttons-mobile .btn-daftar-mobile,
    .header-buttons-mobile .btn-login-mobile {
        font-size: 15px !important;
        padding: 3px 7px !important;
        border-radius: 4px !important;
    }
    .mobile-menu-icon svg {
        width: 18px !important;
        height: 18px !important;
    }
}

@media (max-width: 380px) {
    body {
        padding-top: 55px !important;
    }
    .logo img {
        max-width: 65px !important;
    }
    .header-buttons-mobile .btn-daftar-mobile,
    .header-buttons-mobile .btn-login-mobile {
        font-size: 6px !important;
        padding: 2px 5px !important;
    }
    .mobile-menu-icon svg {
        width: 16px !important;
        height: 16px !important;
    }
}

.pro-scroll-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    overflow: hidden;
    z-index: 5;
}

.pro-scroll-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #ff00c8, #b910b0);
    border-radius: 2px;
    transition: width 0.3s ease;
    width: 0%;
}

@media (max-width: 768px) {
    .pro-scroll-progress {
        display: none;
    }
}

@keyframes spotlightPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes spotlightRing {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.02);
        opacity: 1;
    }
}

@keyframes spotlightRing2 {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.04);
        opacity: 0.7;
    }
}

@keyframes spotlightRing3 {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-glow {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: radial-gradient(circle at center, rgba(255, 0, 234, 0.08), transparent 70%);
    border-radius: 25px;
    pointer-events: none;
    z-index: 0;
    animation: spotlightPulse 1.5s ease-in-out infinite;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-ring {
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 20px;
    pointer-events: none;
    z-index: 0;
    animation: spotlightRing 2s ease-in-out infinite;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-ring-2 {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid rgba(0, 255, 136, 0.1);
    border-radius: 18px;
    pointer-events: none;
    z-index: 0;
    animation: spotlightRing2 2.5s ease-in-out infinite;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-ring-3 {
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    border: 1px dashed rgba(0, 255, 136, 0.08);
    border-radius: 22px;
    pointer-events: none;
    z-index: 0;
    animation: spotlightRing3 3s linear infinite;
}

.hot-games-scroll-wrapper .game-item.spotlight-active .spotlight-vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 40%, rgba(0, 0, 0, 0.1) 100%);
    border-radius: 10px;
    pointer-events: none;
    z-index: 0;
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .hot-games-scroll-wrapper .game-item {
        height: 160px;
        width: 80px;
        padding: 4px 3px 3px 3px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 65px;
    }
    .hot-games-scroll-wrapper .game-item .game-title {
        font-size: 0.35rem;
        min-height: 14px;
    }
    .hot-games-scroll-wrapper .game-item .pola-main,
    .hot-games-scroll-wrapper .game-item .suntikan-gacor,
    .hot-games-scroll-wrapper .game-item .simulasi {
        font-size: 4px !important;
        height: 12px !important;
        min-height: 12px !important;
        line-height: 12px !important;
    }
}

@media only screen and (max-width: 480px) and (orientation: landscape) {
    .hot-games-scroll-wrapper .game-item {
        height: 140px;
        width: 70px;
        padding: 3px 2px 2px 2px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 55px;
    }
    .hot-games-scroll-wrapper .game-item .game-title {
        font-size: 0.3rem;
        min-height: 12px;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .hot-games-scroll-wrapper .game-item {
        width: 100px;
        height: 195px;
        padding: 6px 4px 4px 4px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 78px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        width: 100px !important;
        height: 195px !important;
        padding: 6px 4px 4px 4px !important;
        transform: scale(1.03) !important;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .hot-games-scroll-wrapper .game-item {
        width: 105px;
        height: 200px;
        padding: 6px 4px 4px 4px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 82px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        width: 105px !important;
        height: 200px !important;
        padding: 6px 4px 4px 4px !important;
        transform: scale(1.03) !important;
    }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .hot-games-scroll-wrapper .game-item {
        width: 110px;
        height: 205px;
        padding: 6px 5px 5px 5px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 85px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        width: 110px !important;
        height: 205px !important;
        padding: 6px 5px 5px 5px !important;
        transform: scale(1.03) !important;
    }
}

@media only screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 3) {
    .hot-games-scroll-wrapper .game-item {
        width: 85px;
        height: 170px;
        padding: 5px 3px 3px 3px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 68px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        width: 85px !important;
        height: 170px !important;
        padding: 5px 3px 3px 3px !important;
        transform: scale(1.02) !important;
    }
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .hot-games-scroll-wrapper .game-item {
        width: 108px;
        height: 200px;
        padding: 6px 4px 4px 4px;
    }
    .hot-games-scroll-wrapper .game-item img {
        max-width: 84px;
    }
    .hot-games-scroll-wrapper .game-item.spotlight-active {
        width: 108px !important;
        height: 200px !important;
        padding: 6px 4px 4px 4px !important;
        transform: scale(1.03) !important;
    }
}