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

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Poker Dark Pro (P01)
   ============================================ */
:root {
    --color-primary:    #DC143C;
    --color-primary-dk: #8B0000;
    --color-secondary:  #FFFFFF;
    --color-bg:         #0A0A0A;
    --color-bg2:        #0F0F0F;
    --color-bg3:        #161616;
    --color-bg4:        #1E1E1E;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Trebuchet MS', 'Hiragino Sans GB', sans-serif;
    --radius:           24px;
    --radius-lg:        32px;
    --shadow:           0 12px 36px rgba(16,185,129,0.18);
    --transition:       all 0.45s cubic-bezier(0.34,1.56,0.64,1);
}
