/*
Theme Name: Sports Pro
Theme URI: https://github.com/sports-pro
Author: Sports Pro Team
Author URI: #
Description: 专为体育博彩/娱乐平台设计的WordPress主题，仿照星空体育、开云体育等亚洲领先在线娱乐平台风格，支持自定义品牌配色，适合批量搭建同类站点。
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sports-pro
Tags: dark, gambling, sports, casino, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置（按需修改）
   ============================================ */
:root {
    --color-primary:    #f0a500;   /* 主色：金黄色 */
    --color-primary-dk: #c88200;   /* 深金 */
    --color-secondary:  #e63946;   /* 辅色：红色 */
    --color-bg:         #0a0a0a;   /* 主背景 */
    --color-bg2:        #111111;   /* 二级背景 */
    --color-bg3:        #1a1a1a;   /* 卡片背景 */
    --color-bg4:        #222222;   /* 悬停背景 */
    --color-border:     #2a2a2a;   /* 边框 */
    --color-text:       #ffffff;   /* 主文字 */
    --color-text2:      #cccccc;   /* 次要文字 */
    --color-text3:      #888888;   /* 辅助文字 */
    --font-main:        'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    --radius:           8px;
    --radius-lg:        16px;
    --shadow:           0 4px 20px rgba(0,0,0,0.5);
    --transition:       all 0.3s ease;
}
