/*
Theme Name: Poker Neon Texas
Theme URI: https://poker-neon-texas.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: poker-neon-texas
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Poker Neon Texas (P05)
   ============================================ */
:root {
    --color-primary:    #00BFFF;
    --color-primary-dk: #0099CC;
    --color-secondary:  #9D4EDD;
    --color-bg:         #050010;
    --color-bg2:        #0A0018;
    --color-bg3:        #100028;
    --color-bg4:        #160038;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Bodoni 72', 'STSong', serif;
    --radius:           10px;
    --radius-lg:        14px;
    --shadow:           0 6px 20px rgba(120,53,15,0.2);
    --transition:       all 0.4s ease;
}
