@keyframes drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,15px) scale(.97)}}@keyframes drift-reverse{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-25px,20px) scale(.95)}66%{transform:translate(20px,-15px) scale(1.04)}}@keyframes pulse-glow{0%,to{opacity:.15}50%{opacity:.25}}.glow-orb{animation:drift 20s ease-in-out infinite,pulse-glow 8s ease-in-out infinite}.glow-orb,.glow-orb-reverse{position:absolute;border-radius:50%;filter:blur(80px)}.glow-orb-reverse{animation:drift-reverse 25s ease-in-out infinite,pulse-glow 10s ease-in-out infinite}.bg-crosshatch{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path d='M0 4 L4 0 M0 0 L4 4' stroke='%23000' stroke-opacity='0.06' stroke-width='0.5' fill='none'/></svg>");background-size:4px 4px;background-repeat:repeat}