.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ffffff0d;background-color:#111;border:1px solid #222;border-radius:1.5rem;padding:2rem;transition:border-color .3s,transform .3s;position:relative;overflow:visible}.card-spotlight:hover,.card-spotlight:focus-visible{border-color:#7c3aed99;transform:translateY(-2px)}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x)var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.custom-spotlight-card{background:linear-gradient(145deg,#161b22f2,#0e121af2);border-color:#3c414b99}.custom-spotlight-card:hover,.custom-spotlight-card:focus-visible{border-color:#818cf8b3}
