/* ============================================================
   BIM ANALYTICS — Shadows, glow, motion, texture
   ============================================================ */

:root {
  /* Glow + elevation (always paired with translucent borders) */
  --glow:          0 0 40px rgba(59, 130, 246, 0.35);
  --glow-accent:   0 0 12px rgba(34, 211, 238, 0.6);
  --shadow-btn:    0 8px 26px rgba(59, 130, 246, 0.4);
  --shadow-btn-hover: 0 14px 36px rgba(59, 130, 246, 0.55);
  --shadow-cta:    0 6px 20px rgba(59, 130, 246, 0.35);
  --shadow-card:   0 24px 50px rgba(0, 0, 0, 0.45);  /* hover only */
  --shadow-project:0 28px 60px rgba(0, 0, 0, 0.5);   /* hover only */

  /* Motion — one signature ease, lift-on-hover */
  --ease:        cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --dur-fast:    0.25s;  /* @kind other */
  --dur-base:    0.35s;  /* @kind other */
  --dur-slow:    0.8s;   /* @kind other */
  --lift-card:   -6px;   /* @kind other */
  --lift-btn:    -3px;   /* @kind other */

  /* Glass blur */
  --blur-nav:    16px; /* @kind other */
  --blur-chip:   8px;  /* @kind other */

  /* Blueprint grid texture */
  --grid-line:   rgba(120, 165, 255, 0.05); /* @kind color */
  --grid-size:   54px; /* @kind spacing */
  --grid-line-media: rgba(34, 211, 238, 0.12); /* @kind color */
}
