.card-spotlight{transition:all .3s;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(600px circle at var(--mouse-x,50%)var(--mouse-y,50%),var(--spotlight-color,#3b82f64d),transparent 40%);opacity:0;pointer-events:none;z-index:1;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.card-spotlight:hover:before{opacity:1}.card-spotlight>*{z-index:2;position:relative}
