/*
Theme Name: Slot Liquid Tech
Theme URI: https://slot-liquid-tech.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-liquid-tech
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Slot Liquid Tech (E02)
   ============================================ */
:root {
    --color-primary:    #00FF9F;
    --color-primary-dk: #00CC80;
    --color-secondary:  #00D9FF;
    --color-bg:         #001008;
    --color-bg2:        #001810;
    --color-bg3:        #002820;
    --color-bg4:        #003830;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Helvetica Neue', 'PingFang SC', sans-serif;
    --radius:           4px;
    --radius-lg:        6px;
    --shadow:           0 2px 8px rgba(0,0,0,0.06);
    --transition:       all 0.25s ease;
}
