.custom-loader{position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.shiny-logo{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden}.shiny-logo img{width:100%;height:100%;object-fit:contain;display:block;border-radius:50%}.shiny-logo:before{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.4) 50%,rgba(255,255,255,0));transform:skewX(-20deg);animation:shine 2s ease-in-out infinite;pointer-events:none}@keyframes shine{0%{left:-60%}60%{left:100%}to{left:130%}}