/*
Theme Name: Slots Pro
Theme URI: https://github.com/slots-pro
Author: Slots Pro Team
Author URI: #
Description: 专为电子游戏/老虎机评测站设计的WordPress主题，暗色霓虹绿风格，主打PG电子免费试玩、RTP爆率看板、新游攻略，适合面向年轻玩家与币圈用户的长尾流量站。
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: slots-pro
Tags: dark, gambling, slots, electronic, pg, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 电子霓虹暗紫绿配色
   ============================================ */
:root {
    --color-primary:    #00ff9d;   /* 主色：霓虹绿 */
    --color-primary-dk: #00c97c;   /* 深绿 */
    --color-secondary:  #b14eff;   /* 辅色：电光紫 */
    --color-bg:         #0d0d1a;   /* 主背景：暗紫黑 */
    --color-bg2:        #14142b;   /* 二级背景 */
    --color-bg3:        #1c1c3a;   /* 卡片背景 */
    --color-bg4:        #252550;   /* 悬停背景 */
    --color-border:     #2a2a55;   /* 边框 */
    --color-text:       #f0f0ff;   /* 主文字 */
    --color-text2:      #b8b8d8;   /* 次要文字 */
    --color-text3:      #7a7aa0;   /* 辅助文字 */
    --font-main:        'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    --radius:           8px;
    --radius-lg:        16px;
    --shadow:           0 4px 20px rgba(0,255,157,0.15);
    --transition:       all 0.3s ease;
}
