.aether-container{position:relative;padding:1px;border-radius:1rem;overflow:hidden;z-index:1}.aether-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:conic-gradient(from var(--angle),#f655a6,#e87de8,#4dc3ff,#6c6,#ff9233,#f655a6);filter:blur(15px);animation:spin 5s linear infinite;z-index:-1;border-radius:inherit;--angle:0deg}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes spin{to{--angle:360deg}}.aether-content{background:hsl(var(--background));padding:2rem;border-radius:inherit;height:100%;width:100%}