.invite-link-gradient-container{position:relative;overflow:hidden;border-radius:12px}.invite-link-gradient-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;background:linear-gradient(135deg,rgba(248,182,146,.3),rgba(255,248,235,.4),rgba(255,252,240,.4),rgba(220,240,255,.9),rgba(220,245,255,.8),rgba(230,220,250,.95),rgba(255,243,245,.4));background-size:400% 400%;animation:gradient-flow 8s ease-in-out infinite;z-index:0;pointer-events:none;opacity:.6}.share-link-gradient-container{position:relative;overflow:hidden;border-radius:12px}.share-link-gradient-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;background:linear-gradient(135deg,rgba(248,182,146,.3),rgba(255,248,235,.4),rgba(255,252,240,.4),rgba(220,240,255,.9),rgba(220,245,255,.8),rgba(230,220,250,.95),rgba(255,243,245,.4));background-size:400% 400%;animation:gradient-flow 8s ease-in-out infinite;z-index:0;pointer-events:none;opacity:.6}@keyframes gradient-flow{0%,to{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}}