.aurora-container{width:100%;height:90%;position:absolute;top:0;left:0;z-index:-1}[data-toolpad-color-scheme=dark] .shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;display:inline-block;animation:shine 5s linear infinite}[data-toolpad-color-scheme=light] .shiny-text{color:#2b2b2ba7;background:linear-gradient(120deg,rgb(10,10,10,0) 40%,rgb(67,67,67,.8) 50%,rgb(10,10,10,0) 60%);-webkit-background-clip:text;background-clip:text;background-size:200% 100%;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shiny-text.disabled{animation:none}