/*
Theme Name: SPANDA - Connected Intelligence Platform
Theme URI: https://spandaplatform.com
Author: Antigravity & Dillilabs TechSports
Author URI: https://spandaplatform.com
Description: Custom high-performance theme for SPANDA - The Connected Intelligence Platform for Sport. Featuring semiconductor-to-heartbeat signal visuals, dark navy aesthetics, Table Tennis vertical hub, and SPANDA Select curated storefront.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: spanda-theme
Tags: sports, technology, dark-mode, custom-theme, e-commerce, responsiveness, table-tennis
*/

/* Reset & CSS Custom Properties */
:root {
  --color-navy-darkest: #04080F;
  --color-navy-dark: #060B14;
  --color-navy-card: #0A1120;
  --color-navy-border: #132238;
  --color-navy-surface: #0E182A;
  
  --color-signal-blue: #00F0FF;
  --color-electric-blue: #0066FF;
  --color-heartbeat-red: #FF1E42;
  --color-heartbeat-glow: rgba(255, 30, 66, 0.4);
  --color-gold: #FFD700;
  
  --color-text-main: #F0F4F8;
  --color-text-muted: #8A99AD;
  --color-text-dim: #54657B;
  
  --font-heading: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'Space Mono', monospace;
  
  --glass-bg: rgba(10, 17, 32, 0.75);
  --glass-border: rgba(0, 240, 255, 0.15);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
  
  --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.15s ease;
}
