@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-marquee{animation:marquee 40s linear infinite}.pause-animation{animation-play-state:paused}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.strands-container{position:relative;width:100%;height:100%;background:transparent}.strands-container canvas{display:block;width:100%;height:100%}
