:root {
  /* ---- Shadows: nearly none. Depth comes from color glow + gradients, not drop shadows. ---- */
  --shadow-card-hover: 0 12px 32px rgba(0, 0, 0, 0.35);
  --shadow-glow-blue: 0 0 48px rgba(37, 99, 235, 0.35);

  /* ---- Motion ---- */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-md: 250ms; /* @kind other */
}
