/* ===========================================
   Design Tokens - Apex Numeris Deep Tech
   =========================================== */

:root {
    /* Core */
    --apex-dark: #0a0a0f;
    --apex-darker: #05050a;
    --apex-primary: #6366f1;
    --apex-primary-light: #818cf8;
    --apex-accent: #22d3ee;

    /* Deep Tech */
    --night-blue: #0d1b2a;
    --silver-tech: #c0c5ce;

    /* Sentinelle - Security States */
    --sentinelle-peace: #22c55e;
    --sentinelle-alert: #f59e0b;
    --sentinelle-war: #ef4444;

    /* Phrones - Module Groups */
    --phrones-physical: #38bdf8;
    --phrones-causal: #a78bfa;
    --phrones-social: #fb923c;
    --phrones-meta: #34d399;

    /* Text */
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;

    /* Borders & Glass */
    --border-subtle: rgba(255, 255, 255, 0.08);
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-bg-hover: rgba(255, 255, 255, 0.06);

    /* Spacing */
    --section-padding: 6rem 2rem;
    --container-max: 1400px;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.4s ease;

    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 100px;
}
