.darkveil-canvas{background:#030303;width:100%;height:100%;display:block}
.galaxy-container{width:100%;height:100%;position:absolute;inset:0}
.shiny-text{color:#0000;-webkit-text-fill-color:transparent;will-change:background-position;animation:shinyTextSweep var(--shiny-duration,2s) linear var(--shiny-delay,0s) infinite;animation-direction:var(--shiny-direction,normal);background-position:150%;background-size:200%;-webkit-background-clip:text;background-clip:text;display:inline-block}.shiny-text[data-direction=right]{animation-name:shinyTextSweepReverse}.shiny-text[data-pause-on-hover=true]:hover{animation-play-state:paused}.shiny-text--disabled{background-position:50%;animation:none}@keyframes shinyTextSweep{0%{background-position:150%}to{background-position:-50%}}@keyframes shinyTextSweepReverse{0%{background-position:-50%}to{background-position:150%}}@media (prefers-reduced-motion:reduce){.shiny-text{background-position:50%;animation:none}}
.animated-gradient-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:1.25rem;flex-direction:row;justify-content:center;align-items:center;max-width:fit-content;margin:0 auto;font-weight:500;transition:box-shadow .5s ease-out;display:flex;position:relative;overflow:hidden}.animated-gradient-text .gradient-overlay,.animated-gradient-text .text-content{background-image:var(--gradient-image);background-size:var(--gradient-size,300% 100%);will-change:background-position;animation:var(--gradient-name,gradientTextHorizontal) var(--gradient-duration,8s) linear infinite;animation-direction:var(--gradient-direction,alternate);background-position:0%;background-repeat:repeat}.animated-gradient-text[data-pause-on-hover=true]:hover .gradient-overlay,.animated-gradient-text[data-pause-on-hover=true]:hover .text-content{animation-play-state:paused}.animated-gradient-text.with-border{padding:.35rem .75rem}.gradient-overlay{border-radius:inherit;z-index:0;pointer-events:none;position:absolute;inset:0}.gradient-overlay:before{content:"";border-radius:inherit;z-index:-1;background-color:#120f17;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.text-content{z-index:2;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}@keyframes gradientTextHorizontal{0%{background-position:0%}to{background-position:100%}}@keyframes gradientTextVertical{0%{background-position:50% 0}to{background-position:50% 100%}}@media (prefers-reduced-motion:reduce){.animated-gradient-text .gradient-overlay,.animated-gradient-text .text-content{background-position:50%;animation:none}}
