/*
Theme Name: Toto89 Gacor
Theme URI: https://toto89.us
Author: Jm Partner - Seo
Author URI: https://toto89.us
Description: Tema khusus Landing Page Toto89 Slot Gacor Anti Rungkat Terbaru 2025.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gambling, slot, dark, gold, responsive
*/

/* =========================================
   PASTE ORIGINAL CSS BELOW
   ========================================= */

:root {
    --gold: #FFD700;
    --gold-dim: #C5A000;
    --gold-glow: rgba(255, 215, 0, 0.6);
    --black: #050505;
    --black-light: #141414;
    --card-bg: #1a1a1a;
    --text-main: #ffffff;
    --text-muted: #b3b3b3;
    --accent-red: #ff004c;
    --accent-green: #00ff88;
    --accent-blue: #00d0ff;
    --border: 1px solid rgba(255, 215, 0, 0.25);
    --glass: rgba(20, 20, 20, 0.9);
    --radius: 12px;
    --font-head: 'Oxanium', cursive;
    --font-body: 'Poppins', sans-serif;
    --safe-area-bottom: env(safe-area-inset-bottom);
}

* { box-sizing: border-box; margin: 0; padding: 0; outline: none; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; margin-top: 0 !important; } /* Fix WP Admin Bar Bump */
body {
    background-color: var(--black);
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    padding-bottom: 90px;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 215, 0, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(255, 0, 76, 0.05) 0%, transparent 40%);
}
a { text-decoration: none; color: inherit; transition: 0.3s; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--gold); text-transform: uppercase; letter-spacing: 1px; }

/* --- ANIMATIONS --- */
@keyframes pulse-gold { 0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); } }
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }
@keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }
@keyframes slideInUp { from { transform: translateY(100px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* --- PRELOADER --- */
#preloader { position: fixed; inset: 0; background: #000; z-index: 9999; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: opacity 0.5s; }
.loader-logo { width: 120px; margin-bottom: 20px; animation: pulse-gold 2s infinite; }
.loader-bar { width: 220px; height: 6px; background: #333; border-radius: 3px; overflow: hidden; }
.loader-progress { width: 0%; height: 100%; background: var(--gold); animation: load 2s ease-out forwards; }
@keyframes load { to { width: 100%; } }

/* --- HEADER & NAVBAR --- */
.header-top { background: var(--black-light); border-bottom: 1px solid #333; padding: 6px 0; font-size: 11px; color: var(--text-muted); }
.marquee-container { overflow: hidden; white-space: nowrap; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; }
.marquee-content { display: inline-block; padding-left: 100%; animation: marquee 25s linear infinite; color: var(--gold); font-family: var(--font-head); font-weight: 600; }

.navbar { position: sticky; top: 0; z-index: 1000; background: var(--glass); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255,215,0,0.15); box-shadow: 0 5px 20px rgba(0,0,0,0.7); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; }
.logo { height: 45px; filter: drop-shadow(0 0 8px var(--gold-glow)); transition: transform 0.3s; }
.logo:hover { transform: scale(1.05); }
.nav-actions { display: flex; gap: 12px; align-items: center; }
.btn-login, .btn-register { padding: 9px 20px; border-radius: 50px; font-weight: 700; font-size: 13px; font-family: var(--font-head); letter-spacing: 0.5px; }
.btn-login { background: transparent; border: 1px solid var(--gold); color: var(--gold); }
.btn-login:hover { background: rgba(255,215,0,0.1); }
.btn-register { background: linear-gradient(135deg, var(--gold), #ff8c00); color: #000; border: none; box-shadow: 0 0 15px var(--gold-glow); animation: pulse-gold 2s infinite; }
.btn-register:hover { transform: translateY(-2px); box-shadow: 0 5px 20px var(--gold-glow); }

/* --- HERO SECTION --- */
.hero { padding: 20px 15px 10px; text-align: center; overflow: hidden; position: relative; }
.hero-banner { border-radius: 16px; border: 2px solid var(--gold); box-shadow: 0 0 30px rgba(255,215,0,0.2); overflow: hidden; margin-bottom: 25px; position: relative; max-width: 1200px; margin-left: auto; margin-right: auto; }
.hero-banner img { width: 100%; transition: transform 0.5s; display: block; }
.hero-banner:hover img { transform: scale(1.03); }
.jackpot-ticker { background: url('https://i.ibb.co.com/BG8z0j4/bg-jackpot.png') center/cover; padding: 20px; border-radius: 12px; border: 1px solid var(--gold); margin: 0 auto 20px; max-width: 700px; text-shadow: 0 0 10px rgba(255,0,0,0.8); position: relative; overflow: hidden; }
.jackpot-ticker::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.6); z-index: 0; }
.jackpot-content { position: relative; z-index: 1; }
.jackpot-label { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 8px; font-family: var(--font-head); letter-spacing: 2px; }
.jackpot-value { font-size: 32px; font-weight: 900; color: var(--accent-green); font-family: 'Courier New', monospace; letter-spacing: 3px; text-shadow: 0 0 10px var(--accent-green); }

/* --- QUICK MENU --- */
.quick-menu { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 1200px; margin: 0 auto 35px; padding: 0 15px; }
.qm-item { background: linear-gradient(180deg, var(--card-bg) 0%, #000 100%); padding: 15px 5px; border-radius: 12px; text-align: center; border: 1px solid #333; transition: 0.3s; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative; overflow: hidden; }
.qm-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--gold); opacity: 0; transition: 0.3s; }
.qm-item:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.qm-item:hover::before { opacity: 1; }
.qm-icon { font-size: 30px; color: var(--gold); background: rgba(255,215,0,0.1); padding: 12px; border-radius: 50%; }
.qm-text { font-size: 11px; font-weight: 700; text-transform: uppercase; color: #fff; }

/* --- NEW FEATURE: LIVE TRANSACTIONS --- */
.live-transactions { max-width: 1200px; margin: 0 auto 30px; padding: 0 15px; }
.lt-container { background: var(--black-light); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.lt-header { background: linear-gradient(90deg, #333, #111); padding: 10px 15px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #444; }
.lt-title { font-size: 14px; color: var(--gold); font-weight: bold; display: flex; align-items: center; gap: 5px; }
.lt-scroll { height: 180px; overflow: hidden; position: relative; }
.lt-list { padding: 0; margin: 0; }
.lt-item { display: flex; justify-content: space-between; padding: 8px 15px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 12px; align-items: center; animation: slideInUp 0.5s ease; }
.lt-user { color: #fff; font-weight: 600; }
.lt-game { color: var(--text-muted); font-style: italic; }
.lt-amount { color: var(--accent-green); font-weight: 700; }
.lt-action { padding: 2px 6px; border-radius: 4px; font-size: 10px; font-weight: bold; text-transform: uppercase; }
.act-deposit { background: rgba(0, 255, 136, 0.1); color: var(--accent-green); }
.act-withdraw { background: rgba(255, 215, 0, 0.1); color: var(--gold); }

/* --- GAME SECTION --- */
.game-section { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.tabs-header { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 10px; margin-bottom: 25px; -ms-overflow-style: none; scrollbar-width: none; }
.tabs-header::-webkit-scrollbar { display: none; }
.tab-btn { white-space: nowrap; padding: 12px 24px; border-radius: 50px; background: #222; border: 1px solid #444; color: #aaa; font-weight: 700; cursor: pointer; transition: 0.3s; font-family: var(--font-head); font-size: 13px; }
.tab-btn:hover { background: #333; color: #fff; }
.tab-btn.active { background: var(--gold); color: #000; border-color: var(--gold); box-shadow: 0 0 20px rgba(255,215,0,0.4); }

.provider-scroll { display: flex; gap: 12px; overflow-x: auto; margin-bottom: 25px; padding-bottom: 10px; }
.prov-card { min-width: 110px; background: linear-gradient(180deg, #2a2a2a, #1a1a1a); padding: 12px; border-radius: 10px; border: 1px solid #333; text-align: center; cursor: pointer; transition: 0.3s; }
.prov-card:hover { border-color: var(--gold); background: #000; transform: scale(1.05); }
.prov-card img { height: 35px; margin: 0 auto; object-fit: contain; filter: grayscale(100%); transition: 0.3s; }
.prov-card:hover img { filter: grayscale(0%); }

/* --- GAME GRID (CUSTOM 15 IMAGES) --- */
.game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 15px; margin-bottom: 50px; }
.game-card { background: var(--card-bg); border-radius: 12px; overflow: hidden; position: relative; border: 1px solid #333; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.game-card:hover { transform: translateY(-7px); border-color: var(--gold); box-shadow: 0 10px 25px rgba(255,215,0,0.15); z-index: 2; }
.gc-img-wrap { position: relative; width: 100%; aspect-ratio: 1/1; overflow: hidden; }
.gc-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.game-card:hover .gc-img { transform: scale(1.1); }
.gc-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); opacity: 0; transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.game-card:hover .gc-overlay { opacity: 1; }
.play-icon { font-size: 40px; color: var(--gold); filter: drop-shadow(0 0 10px rgba(0,0,0,0.8)); transform: scale(0.5); transition: 0.3s; }
.game-card:hover .play-icon { transform: scale(1); }

.gc-info { padding: 10px; background: linear-gradient(0deg, #111 0%, #1a1a1a 100%); }
.gc-name { font-size: 11px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; margin-bottom: 6px; }
.gc-rtp { display: flex; justify-content: space-between; align-items: center; font-size: 10px; color: var(--text-muted); }
.rtp-val { color: var(--accent-green); font-weight: 800; font-family: var(--font-head); }
.rtp-bar-bg { width: 100%; height: 5px; background: #333; border-radius: 3px; margin-top: 6px; overflow: hidden; }
.rtp-bar-fill { height: 100%; background: linear-gradient(90deg, #ff0000, #ffff00, #00ff00); border-radius: 3px; width: 0%; transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1); }
.hot-badge { position: absolute; top: 8px; right: 8px; background: linear-gradient(135deg, var(--accent-red), #aa0000); color: #fff; font-size: 9px; padding: 3px 8px; border-radius: 4px; font-weight: 900; animation: pulse-gold 1.5s infinite; z-index: 5; box-shadow: 0 2px 5px rgba(0,0,0,0.5); }

/* --- VIP LEVELS --- */
.vip-section { max-width: 1200px; margin: 0 auto 40px; padding: 0 15px; }
.vip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; }
.vip-card { background: #1a1a1a; padding: 20px; border-radius: 12px; border: 1px solid #333; text-align: center; position: relative; overflow: hidden; }
.vip-card::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%); opacity: 0; transition: 0.5s; }
.vip-card:hover::after { opacity: 1; }
.vip-icon { font-size: 40px; margin-bottom: 10px; color: #555; }
.vip-title { font-weight: bold; color: #fff; font-size: 16px; margin-bottom: 5px; }
.vip-perk { font-size: 12px; color: var(--text-muted); }
.vip-bronze .vip-icon { color: #cd7f32; }
.vip-silver .vip-icon { color: #c0c0c0; }
.vip-gold .vip-icon { color: #ffd700; }
.vip-platinum .vip-icon { color: #e5e4e2; }

/* --- INFO TABLE --- */
.info-table-container { background: var(--card-bg); border-radius: 15px; padding: 25px; border: 1px solid var(--border); margin: 30px 15px; position: relative; overflow: hidden; }
.info-table-container::before { content: ''; position: absolute; top: 0; right: 0; width: 100px; height: 100px; background: linear-gradient(135deg, transparent 50%, rgba(255,215,0,0.1) 100%); }
.info-table { width: 100%; border-collapse: collapse; font-size: 13px; position: relative; z-index: 1; }
.info-table td { padding: 14px; border-bottom: 1px solid #333; }
.info-table tr:last-child td { border-bottom: none; }
.info-table td:first-child { width: 35%; color: var(--gold); font-weight: 600; text-transform: uppercase; }
.payment-icons { display: flex; gap: 6px; flex-wrap: wrap; }
.pay-icon { background: #fff; padding: 3px; border-radius: 4px; width: 45px; height: 24px; object-fit: contain; border: 1px solid #ccc; }

/* --- SEO CONTENT (HUGE) --- */
.seo-block { background: #0f0f0f; padding: 50px 20px; margin-top: 50px; border-top: 3px solid var(--gold); position: relative; }
.seo-inner { max-width: 1000px; margin: 0 auto; color: #ccc; }
.seo-inner h1 { font-size: 26px; margin-bottom: 25px; text-align: center; color: var(--gold); text-shadow: 0 0 20px rgba(255,215,0,0.2); }
.seo-inner h2 { font-size: 20px; margin: 30px 0 15px; border-left: 5px solid var(--gold); padding-left: 15px; color: #fff; }
.seo-inner h3 { font-size: 16px; margin: 20px 0 10px; color: var(--accent-blue); }
.seo-inner p { margin-bottom: 18px; text-align: justify; font-size: 14px; line-height: 1.8; }
.seo-inner ul, .seo-inner ol { padding-left: 20px; margin-bottom: 20px; }
.seo-inner li { margin-bottom: 10px; }
.seo-inner strong { color: var(--text-main); }

/* --- FAQ --- */
.faq-section { max-width: 1000px; margin: 40px auto; padding: 0 15px; }
details { background: #1a1a1a; margin-bottom: 12px; border-radius: 10px; overflow: hidden; border: 1px solid #333; transition: 0.3s; }
details:hover { border-color: #555; }
details[open] { border-color: var(--gold); background: #222; }
summary { padding: 18px; cursor: pointer; font-weight: 700; color: var(--gold); list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-head); }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 24px; transition: 0.3s; }
details[open] summary::after { content: '-'; transform: rotate(180deg); }
details p { padding: 0 18px 20px; color: #ccc; font-size: 13px; line-height: 1.7; border-top: 1px solid #333; margin-top: 0; }

/* --- FOOTER --- */
footer { background: #080808; padding: 50px 15px 110px; border-top: 1px solid #333; text-align: center; position: relative; }
.footer-logo { width: 140px; margin: 0 auto 25px; opacity: 0.9; }
.footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 30px; }
.social-icon { width: 40px; height: 40px; background: #222; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; transition: 0.3s; border: 1px solid #444; }
.social-icon:hover { background: var(--gold); color: #000; transform: translateY(-5px); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-bottom: 30px; font-size: 12px; max-width: 800px; margin-left: auto; margin-right: auto; }
.footer-links a { color: #888; border-bottom: 1px dotted #444; padding-bottom: 2px; }
.footer-links a:hover { color: var(--gold); border-color: var(--gold); }
.copyright { color: #555; font-size: 11px; margin-top: 20px; }

/* --- MOBILE BOTTOM NAV --- */
.bottom-nav { position: fixed; bottom: 0; left: 0; width: 100%; height: 75px; background: rgba(10,10,10,0.95); backdrop-filter: blur(15px); border-top: 1px solid var(--border); display: flex; justify-content: space-around; align-items: center; z-index: 9999; padding-bottom: var(--safe-area-bottom); box-shadow: 0 -10px 30px rgba(0,0,0,0.9); }
.bn-item { display: flex; flex-direction: column; align-items: center; justify-content: center; color: #666; font-size: 10px; gap: 5px; width: 20%; position: relative; text-decoration: none; }
.bn-item.active, .bn-item:hover { color: var(--gold); }
.bn-item span { font-size: 26px; transition: 0.2s; }
.bn-item:active span { transform: scale(0.8); }
.bn-main { position: relative; top: -30px; }
.bn-circle { width: 65px; height: 65px; background: linear-gradient(135deg, var(--gold), #ff8c00); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #000; box-shadow: 0 0 20px var(--gold-glow); border: 5px solid var(--black); animation: pulse-gold 3s infinite; }
.bn-circle span { font-size: 32px; font-weight: bold; }

/* --- FLOATING & TOAST --- */
.floating-wa { position: fixed; bottom: 100px; right: 20px; background: #25D366; color: white; width: 55px; height: 55px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.5); z-index: 998; animation: float 3s ease-in-out infinite; transition: 0.3s; }
.floating-wa:hover { transform: scale(1.1); }

.toast-container { position: fixed; top: 80px; right: 20px; z-index: 9999; pointer-events: none; }
.toast { background: rgba(20, 20, 20, 0.95); backdrop-filter: blur(10px); border: 1px solid var(--gold); border-left: 5px solid var(--accent-green); padding: 15px; border-radius: 8px; color: #fff; margin-bottom: 10px; width: 300px; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transform: translateX(120%); transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); pointer-events: auto; display: flex; gap: 10px; align-items: center; }
.toast.show { transform: translateX(0); }
.toast-icon { font-size: 24px; color: var(--accent-green); }
.toast-content { flex: 1; }
.toast-title { font-size: 12px; font-weight: bold; color: var(--gold); margin-bottom: 2px; }
.toast-msg { font-size: 11px; color: #ddd; }

/* --- RESPONSIVE --- */
@media (min-width: 768px) {
    .game-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 20px; }
    .bottom-nav { display: none; }
    body { padding-bottom: 0; }
    .floating-wa { bottom: 40px; }
    .toast-container { bottom: 40px; top: auto; right: 40px; }
    .hero { padding: 40px 15px; }
    .hero-banner { margin-bottom: 40px; }
    .nav-inner { padding: 15px 30px; }
    .seo-block { padding: 80px 20px; }
}