/*
Theme Name: Slot Ocean Treasure
Theme URI: https://slot-ocean-treasure.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-ocean-treasure
Tags: dark, gambling, entertainment, chinese, responsive, custom-colors, custom-logo
*/

/* ============================================
   CSS VARIABLES - 品牌色彩配置
   Theme: Slot Ocean Treasure (E06)
   ============================================ */
:root {
    --color-primary:    #FF6B35;
    --color-primary-dk: #E55A2B;
    --color-secondary:  #F7F7F7;
    --color-bg:         #001020;
    --color-bg2:        #001830;
    --color-bg3:        #00204A;
    --color-bg4:        #002860;
    --color-border:     #2a2a2a;
    --color-text:       #ffffff;
    --color-text2:      #cccccc;
    --color-text3:      #888888;
    --font-main:        'Arial Black', 'Microsoft YaHei', sans-serif;
    --radius:           0px;
    --radius-lg:        0px;
    --shadow:           0 4px 16px rgba(0,0,0,0.3);
    --transition:       all 0.35s ease;
}
