/*
Theme Name: Live Cyan Elegant
Theme URI: https://live-cyan-elegant.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: live-cyan-elegant
Tags: light, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Live Cyan Elegant (L02)
   ============================================ */
:root {
    --color-primary:    #06B6D4;
    --color-primary-dk: #0891B2;
    --color-secondary:  #EF4444;
    --color-bg:         #F5F5F5;
    --color-bg2:        #FFFFFF;
    --color-bg3:        #F8F8F8;
    --color-bg4:        #EEEEEE;
    --color-border:     #E0E0E0;
    --color-text:       #333333;
    --color-text2:      #555555;
    --color-text3:      #888888;
    --font-main:        'Avenir Next', 'PingFang SC', sans-serif;
    --radius:           20px;
    --radius-lg:        28px;
    --shadow:           0 10px 40px rgba(88,28,135,0.12);
    --transition:       all 0.5s cubic-bezier(0.34,1.56,0.64,1);
}
