:root {
    /* Colors */
    --color-bg-dark: #050a14;
    --color-bg-card: rgba(20, 25, 40, 0.7);
    --color-primary: #00f0ff; /* Neon Blue */
    --color-secondary: #7000ff; /* Deep Purple */
    --color-accent: #ff2a6d; /* Cyber Red */
    --color-text-main: #ffffff;
    --color-text-muted: #94a3b8;
    --color-border: rgba(255, 255, 255, 0.1);

    /* Typography */
    --font-heading: 'Syne', sans-serif; /* Modern, wide tech feel */
    --font-body: 'Inter', sans-serif;

    /* Spacing */
    --container-width: 1200px;
    --section-spacing: 120px;
    
    /* Effects */
    --glass-blur: blur(12px);
    --shadow-glow: 0 0 20px rgba(0, 240, 255, 0.3);
    --transition-fast: 0.2s ease;
    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
