/*
Theme Name: Flatsome Child - WORLDCUPVN
Theme URI: https://worldcupvn.com
Description: Custom dark theme for WORLDCUPVN.COM
Author: WORLDCUPVN Team
Author URI: https://worldcupvn.com
Template: flatsome
Version: 1.0.0
*/

/* ============================================
   WORLDCUPVN.COM - DESIGN SYSTEM & GLOBAL CSS
   Dark Premium Theme với Green/Red/Gold Accents
============================================ */

/* ============================================
   WORLDCUPVN.COM - DESIGN SYSTEM & GLOBAL CSS
   Dark Premium Theme với Green/Red/Gold Accents
============================================ */

:root {
    /* Brand Colors */
    --wcvn-green: #228B22;
    --wcvn-red: #DC143C;
    --wcvn-gold: #DAA520;
    
    /* Backgrounds */
    --wcvn-bg-dark: #0f0f23;
    --wcvn-bg-light: #1a1a2e;
    --wcvn-bg-card: #16213e;
    
    /* Text */
    --wcvn-text-primary: #ffffff;
    --wcvn-text-secondary: #b8b8d1;
    --wcvn-text-muted: #6e6e8f;
    
    /* Borders & Dividers */
    --wcvn-border: rgba(255,255,255,0.08);
    --wcvn-divider: rgba(255,255,255,0.04);
}

/* ========== GLOBAL TYPOGRAPHY ========== */
body {
    font-family: 'Montserrat', -apple-system, sans-serif;
    color: var(--wcvn-text-secondary);
    background: var(--wcvn-bg-dark);
}

h1, h2, h3, h4, h5, h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.5px;
}

h1, h2 { color: var(--wcvn-gold); }
h3, h4 { color: var(--wcvn-text-primary); }

/* ========== HEADER ========== */
#masthead {
    background: var(--wcvn-bg-dark) !important;
    border-bottom: 1px solid var(--wcvn-border);
}

.header-nav .nav > li > a {
    color: var(--wcvn-text-secondary);
    font-weight: 500;
    transition: color 0.3s;
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li.active > a {
    color: var(--wcvn-green);
    border-bottom: 2px solid var(--wcvn-gold);
}

/* ========== SECTIONS & CONTAINERS ========== */
.section {
    background: var(--wcvn-bg-dark);
}

.container {
    max-width: 1280px;
}

/* ========== CARDS & PANELS ========== */
.wcvn-card,
.widget,
.sidebar-wrapper .widget {
    background: var(--wcvn-bg-card);
    border: 1px solid var(--wcvn-border);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s;
}

.wcvn-card:hover {
    border-color: var(--wcvn-green);
    box-shadow: 0 0 20px rgba(34,139,34,0.2);
}

/* ========== TABLES ========== */
.wcvn-table {
    width: 100%;
    background: var(--wcvn-bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--wcvn-border);
}

.wcvn-table thead {
    background: linear-gradient(135deg, var(--wcvn-green), #1a7a1a);
}

.wcvn-table thead th {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 0.8px;
}

.wcvn-table tbody tr {
    border-bottom: 1px solid var(--wcvn-divider);
    transition: background 0.2s;
}

.wcvn-table tbody tr:hover {
    background: rgba(34,139,34,0.05);
}

.wcvn-table tbody td {
    padding: 14px 15px;
    color: var(--wcvn-text-secondary);
    font-size: 14px;
}

/* Odds Pills */
.odds-pill {
    display: inline-block;
    padding: 5px 12px;
    background: linear-gradient(135deg, rgba(34,139,34,0.15), rgba(34,139,34,0.05));
    border: 1px solid var(--wcvn-green);
    border-radius: 20px;
    color: var(--wcvn-green);
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    min-width: 55px;
}

/* ========== BADGES & LABELS ========== */
.badge-live {
    display: inline-block;
    padding: 4px 10px;
    background: var(--wcvn-red);
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.badge-ft {
    background: var(--wcvn-text-muted);
    color: white;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
}

/* ========== BUTTONS ========== */
.button.primary,
.button-primary,
.wcvn-btn {
    background: linear-gradient(135deg, var(--wcvn-green), #1a7a1a) !important;
    color: white !important;
    border: none !important;
    padding: 12px 28px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 6px;
    transition: all 0.3s;
}

.button.primary:hover,
.wcvn-btn:hover {
    background: linear-gradient(135deg, #1a7a1a, var(--wcvn-green)) !important;
    box-shadow: 0 6px 20px rgba(34,139,34,0.4);
    transform: translateY(-2px);
}

/* ========== LINKS ========== */
a {
    color: var(--wcvn-green);
    transition: color 0.25s;
}

a:hover {
    color: var(--wcvn-gold);
}

/* ========== SIDEBAR WIDGETS ========== */
.sidebar-wrapper {
    padding-left: 20px;
}

.sidebar-wrapper .widget-title {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    color: var(--wcvn-gold);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--wcvn-border);
    position: relative;
}

.sidebar-wrapper .widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--wcvn-gold);
}

/* ========== SCROLLBAR (Webkit) ========== */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--wcvn-bg-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--wcvn-green);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--wcvn-gold);
}

/* ========== TEXT SELECTION ========== */
::selection {
    background: var(--wcvn-green);
    color: white;
}

::-moz-selection {
    background: var(--wcvn-green);
    color: white;
}