/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ==================== DYNAMIC RTP & SERVER SECTION ==================== */
.rtp-server-section {
    position: relative;
    background: rgba(62, 91, 145, 0.18);
    border: 1px solid #fb8a86;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.rtp-server-section h2 {
    color: #fb8a86;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'gilroybold', sans-serif;
}
.rtp-server-section p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.rtp-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.rtp-tabs button {
    background: #6683b9;
    color: #fff;
    border: 1px solid #ffb2ae;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}
.rtp-tabs button.active, .rtp-tabs button:hover {
    background: #fb8a86;
    color: #000;
    border-color: #fb8a86;
}
.rtp-card {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed #fb8a86;
}
.rtp-card.active {
    display: block;
    animation: rtpFadeIn 0.5s;
}
.rtp-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.rtp-live-stats {
    font-size: 32px;
    font-family: 'Open24DisplaySt', sans-serif;
    color: #00ff00;
    margin: 10px 0;
    text-shadow: 0px 0px 10px rgba(0, 255, 0, 0.5);
}
.rtp-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    background: linear-gradient(180deg, #fb8a86, #ffb2ae);
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}
.rtp-btn:hover {
    filter: brightness(1.2);
}
@keyframes rtpFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}



.vip-top-widgets { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }
@media (min-width: 992px) { .vip-top-widgets { grid-template-columns: 1fr 1fr; align-items: stretch; } }
.vip-widget-box {
    background: linear-gradient(145deg, #161616 0%, #050505 100%);
    border: 1px solid rgba(62, 91, 145, 0.18); 
    border-top: 3px solid #3E5B91; 
    border-radius: 16px; padding: 25px; color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8), inset 0 0 15px rgba(62, 91, 145, 0.18); 
    text-align: center; font-family: 'Arial', sans-serif;
    position: relative; overflow: hidden;
}
.vip-widget-box h2 {
    color: #fb8a86;  font-size: 20px; font-weight: 900; 
    margin: 0 0 5px; text-transform: uppercase; text-shadow: 0 0 10px rgba(251, 138, 134, 0.18); 
}
.vip-widget-box p { color: #ccc; font-size: 13px; margin: 0 0 15px; }
.vip-btn {
    background: linear-gradient(90deg, #3E5B91;, #222);
    color: #fb8a86;  border: 1px solid #fb8a86; 
    padding: 15px; border-radius: 8px; font-size: 15px; font-weight: 900; width: 100%;
    cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; margin-top: 15px;
}
.vip-btn:hover { background: #fb8a86;  color: #111; box-shadow: 0 5px 15px rgba(251, 138, 134, 0.18);  transform: translateY(-2px); }
.vip-btn:disabled { background: #333; color: #777; border-color: #555; cursor: not-allowed; transform: none; box-shadow: none; }
.vip-server-list { list-style: none; padding: 0; margin: 0; }
.vip-server-item {
    display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.05);
    padding: 12px 15px; margin-bottom: 8px; border-radius: 8px; border-left: 4px solid #3E5B91;  transition: 0.3s;
}
.vip-server-item.active { border-left-color: #fb8a86;  background: linear-gradient(90deg, rgba(251, 138, 134, 0.18);, transparent); }
.vip-server-item span:first-child { font-weight: bold; font-size: 14px; }
.vip-ping-val { font-family: monospace; font-size: 15px; color: #aaa; font-weight: bold; }
.ping-good { color: #00ff88; text-shadow: 0 0 8px rgba(0,255,136,0.5); }
.ping-warn { color: #fb8a86;  text-shadow: 0 0 8px rgba(251, 138, 134, 0.18);  }
.vip-result-alert { margin-top: 15px; padding: 12px; border: 1px dashed #fb8a86;  background: rgba(251, 138, 134, 0.18);  color: #fff; border-radius: 8px; font-size: 13px; display: none; }
.vip-result-alert.show { display: block; }
.vip-neon-screen {
    background: #050505; border: 2px solid #3E5B91;  padding: 20px; border-radius: 8px;
    font-size: 20px; font-weight: 900; color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); margin-bottom: 15px; box-shadow: inset 0 0 20px #000;
}
.vip-neon-screen.spinning { animation: vipPulse 0.1s infinite alternate; }
@keyframes vipPulse { from { border-color: #3E5B91;  opacity: 1; } to { border-color: #fb8a86;  opacity: 0.7; } }
.vip-rec-details { margin-top: 15px; background: rgba(255,255,255,0.05); padding: 15px; border-radius: 8px; border-left: 4px solid #fb8a86;  display: none; text-align: left; }
.vip-rec-details.show { display: block; }
.vip-rec-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; font-weight: bold; color: #ddd; }
.vip-portal-grid { display: grid; grid-template-columns: 1fr; gap: 15px; margin-top: 15px; }
@media (min-width: 768px) { .vip-portal-grid { grid-template-columns: 1fr 1fr; } }
.vip-portal-link {
    display: flex; align-items: center; gap: 15px; padding: 15px 20px; border-radius: 10px; text-decoration: none;
    color: #fff; font-weight: bold; transition: 0.3s; background: linear-gradient(135deg, #3E5B91;, #222); border: 1px solid #3E5B91; 
}
.vip-portal-link:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(62, 91, 145, 0.18);  color: #fff; }
.vip-portal-icon { font-size: 28px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); }
.vip-portal-text { line-height: 1.2; text-align: left; font-size: 15px;}
.vip-portal-text small { font-weight: normal; font-size: 11px; opacity: 0.8; }



/* =======================================================
   APP DOWNLOAD BANNER 
   ======================================================= */
.app-download-wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #111111 0%, #3E5B91 100%);
    border: 1px solid #fb8a86;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    /* Uses your engine's RGBA variable for the dynamic outer glow */
    box-shadow: 0 10px 30px rgba(0,0,0,0.8), 0 0 20px rgba(251, 138, 134, 0.18);
    overflow: hidden;
}

.app-left-col {
    flex: 0 0 40%;
    position: relative;
}

/* Enlarges the phone to slightly overflow its column */
.phone-mockup {
    max-width: 120%;
    margin-left: -10%;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.7));
}

.app-right-col {
    flex: 0 0 60%;
    padding-left: 20px;
    color: #ffffff;
}

.app-headings .subtitle {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.app-headings .title {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff;
    text-transform: uppercase;
}

.app-headings .desc {
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 25px;
}

.app-actions-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.app-qr-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* 1:1 Image Container */
.square-img-container {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fb8a86;
    /* Dynamic glow behind the 1:1 image */
    box-shadow: 0 5px 15px rgba(251, 138, 134, 0.18);
    margin-bottom: 15px;
}

.square-img-container .square-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Image Text Overlay */
.square-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 6px 4px;
}

.square-overlay span {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}

.qr-instruction {
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

.qr-instruction .highlight-text {
    /* Uses the dynamic secondary color */
    color: #fb8a86; 
    font-weight: bold;
    text-shadow: 0 0 5px rgba(251, 138, 134, 0.18);
}

.app-btn-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
}

.app-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #ffffff;
}

/* Gradient Installation Button */
.btn-panduan {
    background: linear-gradient(90deg, #fb8a86 0%, #ffb2ae 100%);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    /* Dynamic button glow */
    box-shadow: 0 4px 15px rgba(251, 138, 134, 0.18);
}

.btn-panduan:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 138, 134, 0.18);
    color: #ffffff;
    text-decoration: none;
}

/* Responsive adjustments for Tablets/Mobiles */
@media (max-width: 768px) {
    .app-download-wrapper {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }
    
    .app-left-col {
        flex: 100%;
        margin-bottom: 20px;
    }
    
    .phone-mockup {
        max-width: 100%;
        margin-left: 0;
    }
    
    .app-right-col {
        flex: 100%;
        padding-left: 0;
    }
    
    .app-headings .title {
        font-size: 24px;
    }
    
    .app-headings .subtitle {
        font-size: 18px;
    }
    
    .app-actions-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .app-btn-section {
        padding-top: 0;
        align-items: center;
    }
}

/* ==================================================
   GANAS33 COLOR PALETTE & VARIABLES
================================================== */
:root {
    --g33-bg-abyss: #070b14;     /* Lautan dalam */
    --g33-card-skin: #101826;    /* Kulit hiu */
    --g33-cyan: #00d4ff;         /* Predator Cyan */
    --g33-red: #ff004c;          /* Blood Red / Ganas */
    --g33-text-main: #c0cbdc;
    --g33-text-muted: #8e9bb0;
}

/* WIDGET 1: PROVIDER RTP STATS (Sesuai image_247bb4.jpg) */
.g33-stats-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    background: var(--g33-bg-abyss);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 16px;
    padding: 40px 25px;
    font-family: 'Rajdhani', 'Segoe UI', Arial, sans-serif;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8), inset 0 0 30px rgba(0, 212, 255, 0.03);
    text-align: center;
}
.g33-stats-header { margin-bottom: 35px; }
.g33-stats-subtitle {
    color: var(--g33-cyan);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.g33-stats-header h2 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 10px rgba(0, 212, 255, 0.3);
}
.g33-stats-header p { color: var(--g33-text-muted); font-size: 14px; margin: 0; }

.g33-provider-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 15px;
}
.g33-provider-card {
    background: var(--g33-card-skin);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.g33-provider-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, var(--g33-cyan), transparent);
    opacity: 0; transition: 0.3s;
}
.g33-provider-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 212, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.g33-provider-card:hover::before { opacity: 1; }

.g33-provider-icon {
    width: 45px; height: 45px;
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
}
.g33-provider-name { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 15px; }
.g33-rtp-val {
    font-size: 26px; font-weight: 900; color: var(--g33-cyan);
    margin-bottom: 12px; letter-spacing: 1px;
    text-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
}
.g33-progress-bg {
    width: 80%; height: 4px; background: rgba(255,255,255,0.1);
    border-radius: 10px; overflow: hidden; margin-bottom: 15px;
}
.g33-progress-fill {
    height: 100%; width: 0%; /* Diatur via JS */
    background: linear-gradient(90deg, var(--g33-cyan), #ffffff);
    border-radius: 10px; transition: width 1.5s ease-out;
}
.g33-status-dot {
    font-size: 11px; color: var(--g33-text-muted); font-weight: 700;
    display: flex; align-items: center; gap: 6px;
}
.g33-status-dot::before {
    content: ''; width: 8px; height: 8px;
    background: var(--g33-cyan); border-radius: 50%;
    box-shadow: 0 0 8px var(--g33-cyan);
}

.g33-footer-note { font-size: 12px; color: rgba(255,255,255,0.2); margin-top: 25px; }

/* WIDGET 2: VIP FAST ACCESS (TRENDING GAMES) */
.g33-games-wrap {
    max-width: 1000px; margin: 30px auto; padding: 30px 25px; border-radius: 16px;
    background: var(--g33-card-skin); border: 1px solid rgba(255, 0, 76, 0.2);
    box-shadow: 0 15px 35px rgba(0,0,0,0.7);
    font-family: 'Rajdhani', Arial, sans-serif;
}
.g33-games-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; border-bottom: 1px dashed rgba(255, 255, 255, 0.1); padding-bottom: 15px;}
.g33-games-title {
    font-size: 20px; font-weight: 900; color: #fff; text-transform: uppercase;
    display: flex; align-items: center; gap: 10px;
}
.g33-games-title::before {
    content: ''; width: 4px; height: 20px; background: var(--g33-red);
    box-shadow: 0 0 10px var(--g33-red);
}
.g33-btn-action {
    padding: 10px 24px; border-radius: 4px; font-size: 14px; font-weight: 800; border: none; cursor: pointer;
    background: var(--g33-red); color: #fff; text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(255, 0, 76, 0.4); transition: 0.3s;
}
.g33-btn-action:hover { background: #fff; color: var(--g33-red); }
.g33-game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 15px; }
.g33-game-card {
    background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; padding: 10px;
    text-align: center; position: relative; transition: 0.3s;
}
.g33-game-card:hover { border-color: var(--g33-red); transform: scale(1.03); }
.g33-rank-badge {
    position: absolute; top: -8px; left: -8px; width: 28px; height: 28px; border-radius: 4px;
    background: var(--g33-red); color: #fff; font-size: 14px; font-weight: 900;
    display: flex; align-items: center; justify-content: center; z-index: 2;
}
.g33-game-img { width: 100%; height: 120px; border-radius: 8px; object-fit: cover; }
.g33-game-name { font-size: 15px; font-weight: 800; margin-top: 12px; color: #fff; }
.g33-game-rtp { font-size: 13px; font-weight: 700; color: var(--g33-cyan); margin: 5px 0 10px; }
.g33-tag { font-size: 11px; font-weight: 800; display: inline-block; padding: 4px 14px; border-radius: 20px; color: #fff; background: rgba(0, 212, 255, 0.2); border: 1px solid var(--g33-cyan);}
.g33-tag.hot { background: rgba(255, 0, 76, 0.2); border-color: var(--g33-red); color: #fff; }

@media (max-width: 768px) {
    .g33-stats-wrapper { padding: 30px 15px; }
    .g33-games-header { flex-direction: column; gap: 15px; text-align: center; }
}