﻿/*
Theme Name: X9Capital
Theme URI: https://x9capital.vn
Author: X9Capital Engineering Team
Author URI: https://x9capital.vn
Description: Production-ready, ultra-fast, high-converting WordPress theme for X9Capital financial platform. Built with clean PHP 8.x, Tailwind CSS, Alpine.js, and institutional security standards.
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: x9capital
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, financial, fintech
*/

/* Base CSS Variables for Financial Theme */
:root {
  --x9-bg-obsidian: #0B0F19;
  --x9-bg-navy: #111827;
  --x9-bg-card: #1F2937;
  --x9-emerald: #10B981;
  --x9-emerald-dark: #059669;
  --x9-emerald-glow: rgba(16, 185, 129, 0.15);
  --x9-amber: #F59E0B;
  --x9-text-main: #F9FAFB;
  --x9-text-muted: #9CA3AF;
  --x9-border-glass: rgba(255, 255, 255, 0.08);
}