.aurora-container{pointer-events:none}.aurora-container,.particles-container{position:absolute;inset:0;width:100%;height:100%}.shiny-text{color:var(--shiny-base,#b5b5b5a4);background:linear-gradient(120deg,rgba(255,255,255,0) 40%,var(--shiny-highlight,rgba(255,255,255,.85)) 50%,rgba(255,255,255,0) 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;animation:shine 5s linear infinite}.shiny-text.disabled{animation:none}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.gradient-text{display:inline-flex;position:relative;max-width:-moz-fit-content;max-width:fit-content;font-weight:900;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-color:transparent;background-image:var(--gradient-stops,linear-gradient(to right,#40ffaa,#4079ff,#40ffaa));background-size:300% 100%;animation:gradient-move var(--gradient-duration,8s) linear infinite}@keyframes gradient-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.spotlight-card{position:relative;border-radius:var(--spotlight-radius,1rem);overflow:hidden}.spotlight-card:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none;z-index:2;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),var(--spotlight-color,rgba(216,233,161,.22)),transparent 42%)}.spotlight-card:focus-within:before,.spotlight-card:hover:before{opacity:1}.tilted-card-figure{display:flex;align-items:center;justify-content:center;margin:0}.tilted-card-figure,.tilted-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d}