/*
Theme Name: ReviewBoard - grid-v3-dark
Theme URI: https://developer.example.com/cardgrid
Author: GridDev Studio
Author URI: https://developer.example.com
Description: Wave4 auto-generated theme [grid-v3-dark]
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: cardgrid-v3-dark
Tags: dark, grid-layout, full-width, custom-colors, custom-logo, featured-images, one-column
*/

/* ============================================
   CSS VARIABLES - Placeholder (overridden by skin)
   ============================================ */
:root {
    --color-primary:    #f59e0b;
    --color-primary-dk: #d97706;
    --color-secondary:  #ef4444;
    --color-bg:         #09090b;
    --color-bg2:        #18181b;
    --color-bg3:        #27272a;
    --color-bg4:        #3f3f46;
    --color-border:     #3f3f46;
    --color-text:       #fafafa;
    --color-text2:      #d4d4d8;
    --color-text3:      #71717a;
    --font-main:        'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --radius:           8px;
    --radius-lg:        16px;
    --shadow:           0 8px 32px rgba(245,158,11,0.15);
    --transition:       all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
    --skin-primary: #fb923c;
    --skin-primary-dk: #f97316;
    --skin-secondary: #38bdf8;
    --skin-bg: #1a1a2e;
    --skin-bg2: #16213e;
    --skin-bg3: #0f3460;
    --skin-bg4: #1a4680;
    --skin-border: #2563a8;
    --skin-text: #e2e8f0;
    --skin-text2: #94a3b8;
    --skin-text3: #64748b;
    --skin-font: 'Poppins', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    --skin-radius: 8px;
    --skin-radius-lg: 14px;
    --skin-shadow: 0 4px 16px rgba(251,146,60,0.15);
}
