/*
Theme Name: AGL Directory
Theme URI: https://advancedgrowlights.com/
Author: Advanced Grow Lights
Author URI: https://advancedgrowlights.com/
Description: Deep Spectrum directory theme for Advanced Grow Lights (AGL). A production-ready directory of LED, HID, and plasma horticultural lighting with Grow Logic calculator, AJAX filtering, comparison tray, and verified manufacturer data.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agl-directory
Tags: directory, dark, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Root tokens — Deep Spectrum design system */
:root {
    --bg-primary: #0d0d1a;
    --bg-secondary: #13132a;
    --bg-card: rgba(20, 20, 40, 0.85);
    --accent-green: #39ff14;
    --accent-violet: #7b2fff;
    --accent-red: #ff2200;
    --accent-blue: #1a00ff;
    --text-primary: #ffffff;
    --text-secondary: #a0a0c0;
    --border-card: 1px solid rgba(123, 47, 255, 0.3);
    --gradient-spectrum: linear-gradient(90deg, #1a00ff, #7b2fff, #ff2200);
    --gradient-card-hover: linear-gradient(135deg, #1a00ff 0%, #7b2fff 50%, #ff2200 100%);
    --radius-card: 8px;
    --font-body: 'Space Grotesk', system-ui, -apple-system, sans-serif;
}

/* Theme stylesheet is the manifest; real styles live in assets/css/*.css */
