/*
Theme Name: Slot Candy Pop
Theme URI: https://slot-candy-pop.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: slot-candy-pop
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Slot Candy Pop (E07)
   ============================================ */
:root {
    --color-primary:    #EC4899;
    --color-primary-dk: #DB2777;
    --color-secondary:  #A78BFA;
    --color-bg:         #1A0A14;
    --color-bg2:        #24101E;
    --color-bg3:        #2E1828;
    --color-bg4:        #382032;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Verdana', 'PingFang SC', sans-serif;
    --radius:           14px;
    --radius-lg:        20px;
    --shadow:           0 8px 24px rgba(236,72,153,0.2);
    --transition:       all 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
