/* Theme Name: Sổ Đỏ Đồng Nai - Real Estate Theme Theme URI: https://bds-luxury.com Author: Senior Full Stack Real Estate Solution Author URI: https://bds-luxury.com Description: Dedicated, high-performance luxury real estate WordPress theme built completely without page builders. Features dynamic Theme Options, CPT Properties & Projects, Live Theme Customizer, AJAX Filter system, Viewing Schedule & Lead Manager, and WooCommerce compatibility. Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: bds-luxury Tags: real-estate, luxury, custom-options, dark-mode, ajax-filter, modern, high-performance */ /* CSS Variables & Tokens Baseline */ :root { --bds-navy: #0b192c; --bds-navy-light: #1e293b; --bds-navy-dark: #0b192c; --bds-gold: #d4af37; --bds-gold-hover: #c5a880; --bds-gold-light: #fef08a; --bds-white: #ffffff; --bds-bg-light: #f8fafc; --bds-text-dark: #0f172a; --bds-text-muted: #64748b; --bds-border-color: #e2e8f0; --bds-card-bg: #ffffff; --bds-glass-bg: rgba(11, 25, 44, 0.85); --bds-glass-border: rgba(212, 175, 55, 0.2); --bds-font-primary: 'Be Vietnam Pro', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; --bds-font-secondary: 'Inter', sans-serif; --bds-radius-sm: 6px; --bds-radius-md: 12px; --bds-radius-lg: 20px; --bds-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05); --bds-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04); --bds-shadow-lg: 0 20px 35px -10px rgba(11, 25, 44, 0.15); --bds-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); --bds-header-height: 80px; } [data-theme="dark"] { --bds-bg-light: #0b192c; --bds-text-dark: #f8fafc; --bds-text-muted: #94a3b8; --bds-border-color: #1e293b; --bds-card-bg: #0f172a; --bds-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.4); }