.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:rgba(17,17,17,.5);padding:2rem;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:rgba(255,255,255,0.05);transition:transform .2s ease;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.card-spotlight:before{content:"";position:absolute;inset:0;background:radial-gradient(circle 15px at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 150px);opacity:0;pointer-events:none;transition:opacity .25s ease}.card-spotlight.active:before,.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6;transition:opacity .2s ease}.card-spotlight.fading:before{animation:spotlight-fade .6s forwards}@keyframes spotlight-fade{0%{opacity:.6}to{opacity:0}}.aurora-container{position:fixed;top:0;left:0;width:100vw;height:100dvh;inset:0;z-index:0;pointer-events:none;overflow:hidden}