/* =========================================================
   0xCYBER — Home Page Styles
   ========================================================= */

/* Matrix canvas */
#matrix-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
}

/* Social icon hover */
.social-icon:hover {
  color: #00ff9d !important;
  border-color: rgba(0,255,157,0.3) !important;
}

/* Category card hover */
.group:hover .cat-icon {
  background: rgba(0,255,157,0.15) !important;
}

/* Newsletter input */
section input[type="email"]:focus {
  border-color: rgba(0,255,157,0.4) !important;
}
