/*
Theme Name: BongDa Theme
Theme URI: https://tintucbongda.test
Author: BongDa Dev
Author URI: https://tintucbongda.test
Description: Theme tin tức bóng đá - Clone bongda.com.vn - Bootstrap 5, Custom Post Types, Native Meta Boxes
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bongda
Tags: news, sports, bootstrap, football, soccer
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/

/* ============================================
   CSS Variables - Bảng màu từ bongda.com.vn
   ============================================ */
:root {
    /* Màu chính */
    --bd-red: #E21A22;
    --bd-red-dark: #C41218;
    --bd-red-light: #FF2D35;

    /* Nền */
    --bd-bg-header: #1A1A1A;
    --bd-bg-body: #F2F3F5;
    --bd-bg-white: #FFFFFF;
    --bd-bg-dark: #000000;
    --bd-bg-section: #F8F9FA;

    /* Text */
    --bd-text-primary: #333333;
    --bd-text-secondary: #888888;
    --bd-text-white: #FFFFFF;
    --bd-text-dark: #1A1A1A;

    /* Links */
    --bd-link: #0066CC;
    --bd-link-hover: #E21A22;

    /* Badges */
    --bd-badge-live: #28A745;
    --bd-badge-upcoming: #FFA500;
    --bd-badge-finished: #6F42C1;
    --bd-badge-canceled: #DC3545;

    /* Dự đoán */
    --bd-predict-bg: #E8E0F0;

    /* Borders */
    --bd-border: #DEE2E6;
    --bd-border-light: #F0F0F0;

    /* Shadows */
    --bd-shadow: 0 2px 4px rgba(0,0,0,0.08);
    --bd-shadow-hover: 0 4px 12px rgba(0,0,0,0.15);

    /* Font */
    --bd-font-family: 'Roboto', Arial, Helvetica, sans-serif;

    /* Font sizes */
    --bd-fs-h1: 28px;
    --bd-fs-h2: 22px;
    --bd-fs-h3: 16px;
    --bd-fs-body: 14px;
    --bd-fs-meta: 12px;
    --bd-fs-section-header: 16px;
    --bd-fs-menu: 13px;

    /* Spacing */
    --bd-container-width: 1200px;
    --bd-gutter: 20px;

    /* Transitions */
    --bd-transition: all 0.3s ease;

    /* Màu kết quả trận đấu */
    --bd-win: #4caf50;
    --bd-draw: #ccc;
    --bd-loss: #e20007;

    /* Màu giải đấu/CLB */
    --bd-league-red: #c62828;
    --bd-league-red-dark: #d32f2f;
    --bd-accent-red: #e53935;
    --bd-accent-red-dark: #b71c1c;
    --bd-pitch-green: #3a964a;
    --bd-accent-blue: #5c6bc0;
    --bd-team-primary: #283593;

    /* Màu thẻ */
    --bd-yellow-card: #f08022;
    --bd-red-card: #e20007;

    /* Live score */
    --bd-live-green: #28a745;
    --bd-upcoming-orange: #ffa500;
    --bd-finished-purple: #6f42c1;
    --bd-canceled-red: #dc3545;
}
