.shiny-button-container{width:fit-content;display:grid}.shiny-button{--before-bg:#fff;--text-color:#fff;--after-bg:#232732;color:var(--text-color);z-index:1;background-color:#00000026;border-radius:10rem;padding:1rem 3rem;font-size:1.125rem;font-weight:500;position:relative;overflow:hidden}.shiny-button:before{content:"";background-color:var(--before-bg);filter:blur(12px);z-index:-1;border-radius:50%;width:3rem;height:2rem;animation:3s linear infinite shiny-button-animation;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.shiny-button:after{content:"";background-color:var(--after-bg);border-radius:inherit;z-index:-1;width:calc(100% - 6px);height:calc(100% - 6px);position:absolute;top:3px;left:3px}@keyframes shiny-button-animation{0%{top:0;left:0}35%{top:0;left:100%}50%{top:100%;left:100%}85%{top:100%;left:0}}
/*# sourceMappingURL=45028e68854586ac.css.map*/