.loader-container{justify-content:center;align-items:center;width:100%;padding:40px 20px;display:flex}.loader{border:4px solid;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.glitter-container{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.sparkle{opacity:0;background:radial-gradient(circle,#fff 0%,#fff0 70%);border-radius:50%;animation:3s ease-in-out infinite twinkle;position:absolute;box-shadow:0 0 10px #fff,0 0 20px #ffffff80}@keyframes twinkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.sparkle:nth-child(3n){clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:linear-gradient(45deg,#fff,#ffdcff);box-shadow:0 0 15px #fff,0 0 30px #ffc8ffcc}.sparkle:nth-child(5n){clip-path:polygon(40% 0%,60% 0%,60% 40%,100% 40%,100% 60%,60% 60%,60% 100%,40% 100%,40% 60%,0% 60%,0% 40%,40% 40%);background:linear-gradient(90deg,#fff,#dcffff);box-shadow:0 0 15px #fff,0 0 30px #c8ffffcc}.sparkle:nth-child(7n){clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:linear-gradient(135deg,#fff,#ffffdc);box-shadow:0 0 15px #fff,0 0 30px #ffffc8cc}.sparkle:nth-child(10n){transform:scale(2);box-shadow:0 0 20px #fff,0 0 40px #fffc}
