/*
Theme Name: VIP Pro
Theme URI: https://github.com/vip-pro
Author: VIP 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: vip-pro
Tags: dark, gambling, casino, livecasino, baccarat, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - VIP奢华黑紫金配色
   ============================================ */
:root {
    --color-primary:    #d4af37;   /* 主色：奢华金 */
    --color-primary-dk: #a8860c;   /* 深金 */
    --color-secondary:  #6a0dad;   /* 辅色：尊贵紫 */
    --color-bg:         #0a0612;   /* 主背景：深紫黑 */
    --color-bg2:        #110a1a;   /* 二级背景 */
    --color-bg3:        #1a1226;   /* 卡片背景 */
    --color-bg4:        #261a36;   /* 悬停背景 */
    --color-border:     #2e1f44;   /* 边框：暗紫 */
    --color-text:       #ffffff;   /* 主文字 */
    --color-text2:      #d8c8e8;   /* 次要文字：淡紫 */
    --color-text3:      #8a7a99;   /* 辅助文字 */
    --font-main:        'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    --radius:           8px;
    --radius-lg:        16px;
    --shadow:           0 4px 20px rgba(106,13,173,0.25);
    --transition:       all 0.3s ease;
}
