.LiveDemoButton_button__wlMW4{cursor:pointer;border:none;background:hsl(var(--foreground));color:hsl(var(--background));width:100px;height:100px;border-radius:50%;overflow:hidden;position:relative;display:grid;place-content:center;transition:background .3s,transform .2s;font-weight:600;box-shadow:0 4px 14px 0 rgba(0,0,0,.1)}.LiveDemoButton_button__wlMW4:hover{background:hsl(var(--primary));transform:scale(1.05)}.LiveDemoButton_button__text__70XMw{position:absolute;inset:0;animation:LiveDemoButton_text-rotation__SYwl6 8s linear infinite;font-size:13.5px;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.LiveDemoButton_button__text__70XMw span{position:absolute;transform:rotate(calc(var(--angle) * var(--idx)));inset:7px;text-align:center}.LiveDemoButton_button__circle__JHpUt{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;background:hsl(var(--background));color:hsl(var(--foreground));display:flex;align-items:center;justify-content:center;z-index:10;transition:color .3s}.LiveDemoButton_button__wlMW4:hover .LiveDemoButton_button__circle__JHpUt{color:hsl(var(--primary))}.LiveDemoButton_button__icon__base__dy0nM{transition:transform .3s ease-in-out}.LiveDemoButton_button__wlMW4:hover .LiveDemoButton_button__icon__base__dy0nM{transform:translate(150%,-150%)}.LiveDemoButton_button__icon__copy__X_PhH{position:absolute;transform:translate(-150%,150%);transition:transform .3s ease-in-out .1s}.LiveDemoButton_button__wlMW4:hover .LiveDemoButton_button__icon__copy__X_PhH{transform:translate(0)}@keyframes LiveDemoButton_text-rotation__SYwl6{to{rotate:1turn}}