/* ═══════════════════════════════════════════════════════
   SKILLS BG CANVAS  ·  skills-bg.css
   Animated dot-grid background with yellow circle
   specific to the Skills section.
   Canvas sits inside .skills-arkanoid, behind content.
═══════════════════════════════════════════════════════ */

.skills-arkanoid__bg-canvas {
  position:       absolute;
  top:            0;
  left:           0;
  width:          100%;
  /* Height is managed by JS to allow bottom overflow */
  z-index:        0;
  pointer-events: none;
  display:        block;
}
