/*
Theme Name: Sport Neon Night
Theme URI: https://sport-neon-night.com
Author: ThemeDev
Author URI: #
Description: 夜间电竞体育风主题
Version: 1.0.2
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: sport-neon-night
Tags: dark, gambling, sports, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Sport Neon Night (S05)
   ============================================ */
:root {
    --color-primary:    #00F5FF;
    --color-primary-dk: #00CED1;
    --color-secondary:  #7B61FF;
    --color-bg:         #050510;
    --color-bg2:        #0A0A1A;
    --color-bg3:        #101028;
    --color-bg4:        #161635;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Impact', 'Microsoft YaHei', sans-serif;
    --radius:           0px;
    --radius-lg:        0px;
    --shadow:           0 6px 24px rgba(220,38,38,0.25);
    --transition:       all 0.2s ease;
}
