.spotlight-card{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#10b98112;position:relative;overflow:hidden}.spotlight-card:after{content:"";background:radial-gradient(circle 260px at var(--mouse-x) var(--mouse-y), var(--spotlight-color), transparent 75%);opacity:0;pointer-events:none;border-radius:inherit;z-index:0;transition:opacity .4s ease-out;position:absolute;inset:0}.spotlight-card:hover:after{opacity:1;transition-duration:.2s}.spotlight-card>*{z-index:1;position:relative}
