/*
Theme Name: Al Nokhba Professional Dakhla
Theme URI: https://al-nokhba.club/
Author: Al Nokhba Club Tech Team
Author URI: https://al-nokhba.club/
Description: قالب احترافي عربي لجمعية النادي الرياضي النخبة بالداخلة، بهوية بحرية ورملية وحركات خفيفة وصفحات قابلة للتعديل.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: al-nokhba-professional
Domain Path: /languages
Tags: sports, football, academy, youth, dark-mode, gsap, 3d-carousel, rtl-support, custom-post-types
*/

/* Core CSS Variables & Root Theme Properties */
:root {
  --gold-primary: #d4af37;
  --gold-bright: #ffd700;
  --gold-glow: rgba(212, 175, 55, 0.45);
  --gold-gradient: linear-gradient(135deg, #FFF9D2 0%, #FFDF73 25%, #D4AF37 70%, #997404 100%);
  
  --neon-cyan: #00f5d4;
  --neon-green: #39ff14;
  --neon-blue: #00b4d8;
  
  --bg-deep-black: #07090e;
  --bg-surface-1: #0d111a;
  --bg-surface-2: #141a29;
  --bg-glass: rgba(13, 17, 26, 0.75);
  --bg-glass-card: rgba(20, 26, 41, 0.65);
  --bg-glass-hover: rgba(30, 41, 59, 0.85);
  
  --border-glass: rgba(212, 175, 55, 0.22);
  --border-glass-cyan: rgba(0, 245, 212, 0.25);
  --border-subtle: rgba(255, 255, 255, 0.08);
  
  --text-white: #ffffff;
  --text-light: #f1f5f9;
  --text-muted: #94a3b8;
  --text-dark: #64748b;
  
  --font-primary: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Tajawal', 'Cairo', sans-serif;
  --font-number: 'Plus Jakarta Sans', 'Cairo', sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --shadow-gold: 0 10px 30px -5px rgba(212, 175, 55, 0.35);
  --shadow-neon: 0 10px 30px -5px rgba(0, 245, 212, 0.3);
  --shadow-card: 0 20px 40px -15px rgba(0, 0, 0, 0.7);
  
  --transition-fast: 0.2s ease;
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
