Sprites (Cats)
AI agents use <img> tags or SVGs when you ask for pixel art. Real CSS pixel sprites use a single 3×3px element where every ‘pixel’ is a box-shadow offset — zero images, no canvas, fully scalable with transform: scale(), and themeable through 4 CSS custom properties. Walk cycles swap between different box-shadow values via class toggling. Agents never reach for this technique because they don’t have the pixel coordinates memorized.