.card-spotlight{position:relative;overflow:hidden;--spotlight-color:hsla(0,0%,100%,.05);transition:background-color .3s ease}.card-spotlight:before{content:"";position:absolute;inset:0;background-color:var(--spotlight-color);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:1}.card-spotlight>*{position:relative;z-index:1}