.dot-flashing{position:relative;width:6px;height:6px;border-radius:5px;background-color:currentColor;color:#000;animation:dotFlashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-8px;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:6px;height:6px;border-radius:5px;background-color:currentColor;color:#000}.dot-flashing:after{left:8px;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:currentColor}50%,to{background-color:rgba(0,0,0,.2)}}.button{display:flex;justify-content:center;color:#fff;width:80px;height:80px;border-radius:100%;background-color:hsl(var(--primary))}.button:is(.dark *){background-color:hsl(var(--primary)/.4)}.button{transition:all .3s ease-in-out 0s;box-shadow:0 0 0 0 rgba(0,0,0,.698);animation:pulse 1.5s cubic-bezier(.8,0,0,1) 0s infinite normal none running;align-items:center;border:0}.button:is(:hover,:focus){transform:scale(1.2)}