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