/*
Theme Name: WarungBola
Theme URI: https://warungbola.id
Description: Tema Prediksi Bola, Live Soccer, Highlight, Mix Parlay & Togel
Version: 1.0
Author: WarungBola
Author URI: https://warungbola.id
License: GPL v2
Text Domain: warungbola
*/

/* Reset & Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #333; background: #f5f7fa; }
.wb-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
.wb-header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: white; padding: 50px 20px; text-align: center; }
.wb-header h1 { font-size: 2.5em; margin-bottom: 15px; }
.wb-keywords { margin-top: 25px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.wb-keywords span { background: rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 25px; }

/* Navigation */
.wb-nav { background: white; box-shadow: 0 2px 20px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; }
.wb-nav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; max-width: 1200px; margin: 0 auto; }
.wb-nav a { display: block; padding: 18px 24px; text-decoration: none; color: #333; font-weight: 600; }
.wb-nav a:hover { color: #667eea; background: #f8f9fa; }

/* Sections */
.wb-section { padding: 50px 0; }
.wb-section-title { font-size: 1.8em; color: #1e3c72; margin-bottom: 30px; padding-left: 20px; border-left: 5px solid #667eea; }

/* Grid & Cards */
.wb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 25px; }
.wb-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.3s; }
.wb-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.wb-card-img { width: 100%; height: 200px; object-fit: cover; }
.wb-card-content { padding: 25px; }
.wb-card-title { font-size: 1.2em; margin-bottom: 12px; color: #1e3c72; font-weight: 700; }
.wb-card-meta { color: #666; font-size: 0.9em; margin-bottom: 15px; }
.wb-btn { display: inline-block; padding: 12px 28px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-decoration: none; border-radius: 25px; font-weight: 600; }
.wb-btn:hover { transform: scale(1.05); }

/* Mix Parlay Card */
.wb-card-mix { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; text-align: center; }
.wb-card-mix .wb-card-title { color: white; }
.wb-odds { font-size: 3em; font-weight: bold; margin: 20px 0; }

/* Togel Card */
.wb-card-togel { text-align: center; background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: white; }
.wb-togel-num { font-size: 2.2em; font-weight: bold; margin: 15px 0; letter-spacing: 3px; }

/* Single Post */
.wb-single-header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color: white; padding: 60px 20px; text-align: center; }
.wb-single-title { font-size: 2.2em; margin-bottom: 20px; }
.wb-single-content { max-width: 800px; margin: 0 auto; padding: 40px 20px; background: white; margin-top: -30px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }

/* Prediction Box */
.wb-prediction-box { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px; border-radius: 15px; text-align: center; margin: 30px 0; }
.wb-prediction-score { font-size: 3.5em; font-weight: bold; margin: 20px 0; }

/* Stats Box */
.wb-stats-box { background: #f8f9fa; border-radius: 12px; padding: 25px; margin: 25px 0; border-left: 5px solid #667eea; }

/* Footer */
.wb-footer { background: #1e3c72; color: white; padding: 50px 20px 30px; margin-top: 60px; text-align: center; }

/* Empty State */
.wb-empty { text-align: center; padding: 60px; background: white; border-radius: 15px; grid-column: 1 / -1; }
.wb-empty-icon { font-size: 4em; margin-bottom: 20px; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.pagination a, .pagination span { padding: 10px 20px; background: white; border-radius: 25px; text-decoration: none; color: #667eea; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.pagination .current { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }

/* Responsive */
@media (max-width: 768px) { 
    .wb-grid { grid-template-columns: 1fr; }
    .wb-header h1 { font-size: 1.8em; }
    .wb-nav ul { flex-direction: column; }
}