body {
    background-color: #0b0f19;
    color: #f8fafc;
    font-family: system-ui, -apple-system, sans-serif;
}
.splide__slide img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
/* Live Jackpot Styles */
.jp-item {
    background: linear-gradient(90deg, #111827 0%, #1f2937 100%);
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.jp-profile-img {
    width: 45px;
    height: 45px;
    border-radius: 6px;
    object-fit: cover;
}
.jp-info { flex-grow: 1; }
.jp-user { font-weight: bold; font-size: 0.9rem; color: #38bdf8; }
.jp-game { font-size: 0.75rem; color: #9ca3af; }
.jp-values { text-align: right; }
.jp-amt { font-size: 0.85rem; font-weight: bold; color: #4ade80; }
.jp-wd { font-size: 0.75rem; color: #f87171; }

/* Provider Slider */
.provider-card {
    background: #1e293b;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
}
.provider-card img {
    height: 30px;
    object-fit: contain;
}

/* Card Slot RTP */
.slot-card {
    background: #111827;
    border: 1px solid #1e293b;
    border-radius: 12px;
    overflow: hidden;
    padding: 8px;
    position: relative;
}
.slot-img-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.slot-img-wrap img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.badge-promo {
    position: absolute; top: 5px; left: 5px;
    background: #ef4444; color: #fff; font-size: 0.65rem; font-weight: bold;
    padding: 2px 6px; border-radius: 4px;
}
.badge-online {
    position: absolute; bottom: 5px; right: 5px;
    background: rgba(0,0,0,0.7); color: #4ade80; font-size: 0.65rem;
    padding: 2px 6px; border-radius: 4px;
}
.slot-rtp-container { margin: 10px 0; }
.slot-rtp-bar {
    background: #374151; height: 18px; border-radius: 20px; overflow: hidden; position: relative;
}
.slot-rtp-progress {
    background: linear-gradient(90deg, #e11d48, #2563eb);
    height: 100%; text-align: center; color: white; font-size: 0.75rem; font-weight: bold; line-height: 18px;
}
.pola-box {
    background: #0f172a; border-radius: 6px; padding: 6px; margin-bottom: 8px; font-size: 0.75rem;
}
.pola-line { display: flex; justify-content: space-between; margin-bottom: 3px; color: #9ca3af; }
.pola-hint { font-size: 0.6rem; text-align: center; color: #6b7280; margin-bottom: 8px; }
.slot-actions { display: flex; gap: 4px; }
.btn-pola, .btn-main-game {
    flex: 1; border: none; font-size: 0.75rem; font-weight: bold; padding: 6px; border-radius: 6px;
}
.btn-pola { background: #374151; color: #fff; }
.btn-main-game { background: #2563eb; color: #fff; }

/* Galeri Bukti JP */
.gallery-card {
    background: #111827; border: 1px solid #1e293b; border-radius: 12px; overflow: hidden;
}
.gallery-img { width: 100%; height: auto; display: block; }
.gallery-title { padding: 12px; font-size: 0.85rem; font-weight: bold; color: #fff; }

/* Bottom Nav Menu */
.bottom-nav {
    position: fixed; bottom: 0; left: 0; right: 0; height: 56px;
    background: #0f172a; border-top: 1px solid #1e293b;
    display: flex; justify-content: space-around; align-items: center; z-index: 1000;
}
.bottom-nav-item { text-align: center; color: #6b7280; cursor: pointer; }
.bottom-nav-item span { font-size: 1.2rem; }
.nav-text { font-size: 0.65rem; margin-top: 2px; }
.bottom-nav-item.active { color: #2563eb; font-weight: bold; }
