/* ==========================================================================
   Leveraged Access - Design Tokens
   Ported from V1 (la.sharedevtech.com/wp-content/themes/leverage-access)
   ========================================================================== */
:root {
  /* Backgrounds */
  --la-bg-primary:    #070B14;
  --la-bg-secondary:  #0D1426;
  --la-bg-section:    #0F1D35;
  --la-bg-card:       #0D1A2E;
  --la-bg-card-hover: #102040;
  --la-bg-input:      #0A1020;
  --la-bg-overlay:    rgba(7,11,20,0.88);
  --la-bg-footer:     #04080F;
  --la-rail-bg:       #0A0F1E;

  /* Blue */
  --la-blue:          #1D6FEF;
  --la-blue-bright:   #3B82F6;
  --la-blue-glow:     #60A5FA;
  --la-blue-dim:      rgba(29,111,239,0.12);
  --la-blue-border:   rgba(59,130,246,0.30);
  --la-blue-border-h: rgba(96,165,250,0.65);

  /* Amber - reserved for urgency/emergency only, never decorative */
  --la-amber:          #D97706;
  --la-amber-bright:   #F59E0B;
  --la-amber-glow:     #FBBF24;
  --la-amber-dim:      rgba(217,119,6,0.12);
  --la-amber-border:   rgba(245,158,11,0.35);
  --la-amber-border-h: rgba(251,191,36,0.7);
  --la-shadow-amber:   0 0 30px rgba(245,158,11,0.22);

  /* Text */
  --la-white:          #FFFFFF;
  --la-text-secondary: #CBD5E1;
  --la-text-muted:     #94A3B8;
  --la-text-dim:       #64748B;

  /* Borders */
  --la-border:        rgba(29,111,239,0.20);
  --la-border-subtle: rgba(255,255,255,0.06);

  /* Shadows */
  --la-shadow-card: 0 2px 24px rgba(0,0,0,0.55);
  --la-shadow-blue: 0 0 30px rgba(29,111,239,0.18);
  --la-shadow-glow: 0 0 40px rgba(59,130,246,0.25);
  --la-shadow-btn:  0 4px 18px rgba(29,111,239,0.40);

  /* Radius */
  --la-radius-sm:   6px;
  --la-radius:      10px;
  --la-radius-lg:   16px;
  --la-radius-xl:   24px;
  --la-radius-pill: 50px;

  /* Spacing */
  --la-space-xs: 8px;
  --la-space-sm: 16px;
  --la-space-md: 24px;
  --la-space-lg: 40px;
  --la-space-xl: 64px;

  /* Type */
  --la-font-heading: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --la-font-body:    'Inter', 'Segoe UI', system-ui, sans-serif;
  --la-font-mono:    'JetBrains Mono', 'Consolas', monospace;

  /* Motion */
  --la-transition:      all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --la-transition-slow: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);

  /* Shell */
  --la-bar-h:     64px;
  --la-rail:      64px;
  --la-rail-open: 268px;
  --la-rail-ease: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --la-icon-col:  64px;
  --la-item-h:    54px;
}
