/* ============================================================
   SYNTHABILITY — accents on top of base.css
   (the synthwave sun / grid / starfield effects were removed;
   what remains here is the logo's neon glow.)
   ============================================================ */

/* Gentle static logo glow */
.logo-img {
  filter: drop-shadow(0 0 6px rgba(var(--pink-rgb), .45))
          drop-shadow(0 0 20px rgba(var(--cyan-rgb), .3));
}

/* (bio panel intentionally has no coloured glow — only its border is animated) */
