.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}@keyframes fluid-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.fluid-glass-effect{position:relative;overflow:hidden}.fluid-glass-effect:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:linear-gradient(120deg,#fff0,#ffffff1a 30%,#ffffff0d,#ffffff1a 70%,#fff0);background-size:200% 200%;animation:fluid-animation 15s ease infinite;pointer-events:none}
