.threads-container{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.threads-container canvas{display:block;width:100%;height:100%}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:2rem;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:hsla(0,0%,100%,.05)}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}.shiny-text{background:linear-gradient(120deg,hsla(0,0%,78%,.8),hsla(0,0%,78%,.8) 35%,#fff 50%,hsla(0,0%,78%,.8) 65%,hsla(0,0%,78%,.8));background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}