/*
Theme Name: ForexWolf
Theme URI: https://forexwolf.pl
Author: ForexWolf Team
Author URI: https://forexwolf.pl
Description: Profesjonalny motyw WordPress dla platformy Forex Wolf – AI-powered trading intelligence. Jasny tryb domyślny, pełna integracja z Customizerem, zoptymalizowany pod SEO i Google Core Web Vitals. Przygotowany pod publikacje SkrybaAI.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forexwolf
Tags: light, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news, business
*/

/* =========================================================
   DESIGN TOKENS – Light Mode (default)
   ========================================================= */
:root {
    /* Palette */
    --fw-bg:          #ffffff;
    --fw-bg-alt:      #f7f8fa;
    --fw-bg-card:     #f1f4f8;
    --fw-border:      #e2e8f0;
    --fw-text:        #0f172a;
    --fw-text-muted:  #64748b;
    --fw-text-light:  #94a3b8;

    /* Brand */
    --fw-primary:     #16a34a;       /* green */
    --fw-primary-h:   #15803d;
    --fw-primary-rgb: 22, 163, 74;
    --fw-accent:      #d97706;       /* gold */
    --fw-accent-h:    #b45309;
    --fw-danger:      #dc2626;

    /* Typography */
    --fw-font-display: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
    --fw-font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --fw-font-mono:    'JetBrains Mono', 'Courier New', monospace;

    /* Layout */
    --fw-max-w:       1200px;
    --fw-radius:      4px;
    --fw-header-h:    40px;

    /* Shadows */
    --fw-shadow-sm:   0 1px 3px rgba(0,0,0,.08);
    --fw-shadow:      0 4px 16px rgba(0,0,0,.10);
    --fw-shadow-lg:   0 8px 32px rgba(0,0,0,.14);
    --fw-glow-green:  0 0 20px rgba(22, 163, 74, .25);
    --fw-glow-gold:   0 0 20px rgba(217, 119, 6, .25);
}

/* Dark mode override (opt-in via body class) */
body.dark-mode {
    --fw-bg:          #0a0e1a;
    --fw-bg-alt:      #0f1524;
    --fw-bg-card:     #141b2d;
    --fw-border:      #1e2a42;
    --fw-text:        #f0f4ff;
    --fw-text-muted:  #8899bb;
    --fw-text-light:  #4a5a7a;
    --fw-primary:     #22c55e;
    --fw-primary-h:   #16a34a;
}
