.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;position:relative}.logo{background:#191b1f;-webkit-mask-image:url(/logo/uen.png);mask-image:url(/logo/uen.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;animation:pulsing 1s ease-in-out infinite alternate}@keyframes pulsing{0%{opacity:1;background:#191b1f}to{opacity:0;background:#2b2e33}}.uen-container{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem}.particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.particle{position:absolute;width:6px;height:6px;background-color:hsla(0,0%,100%,.3);border-radius:50%;animation:particles 15s linear infinite}.particle:nth-child(2n){background-color:var(--primary-color);opacity:.3}.particle:nth-child(3n){background-color:var(--secondary-color);opacity:.3}.particle:nth-child(5n){background-color:var(--tertiary-color);opacity:.3}@keyframes particles{0%{transform:translateY(100vh) translateX(0);opacity:1}to{transform:translateY(-100vh) translateX(100px);opacity:0}}.particle:first-child{left:10%;animation-duration:12s}.particle:nth-child(2){left:20%;animation-duration:18s;animation-delay:1s}.particle:nth-child(3){left:30%;animation-duration:14s;animation-delay:2s}.particle:nth-child(4){left:40%;animation-duration:16s;animation-delay:.5s}.particle:nth-child(5){left:50%;animation-duration:15s;animation-delay:1.5s}.particle:nth-child(6){left:60%;animation-duration:17s;animation-delay:2.5s}.particle:nth-child(7){left:70%;animation-duration:13s;animation-delay:.2s}.particle:nth-child(8){left:80%;animation-duration:19s;animation-delay:1.2s}.particle:nth-child(9){left:90%;animation-duration:11s;animation-delay:2.2s}.particle:nth-child(10){left:5%;animation-duration:14s;animation-delay:.7s}.particle:nth-child(11){left:15%;animation-duration:16s;animation-delay:1.7s}.particle:nth-child(12){left:25%;animation-duration:12s;animation-delay:2.7s}.particle:nth-child(13){left:35%;animation-duration:18s;animation-delay:.4s}.particle:nth-child(14){left:45%;animation-duration:15s;animation-delay:1.4s}.particle:nth-child(15){left:55%;animation-duration:17s;animation-delay:2.4s}.particle:nth-child(16){left:65%;animation-duration:13s;animation-delay:.9s}.particle:nth-child(17){left:75%;animation-duration:19s;animation-delay:1.9s}.particle:nth-child(18){left:85%;animation-duration:11s;animation-delay:2.9s}.particle:nth-child(19){left:95%;animation-duration:14s;animation-delay:.3s}.particle:nth-child(20){left:7%;animation-duration:16s;animation-delay:1.3s}@media (max-width:768px){.letter{font-size:4rem;gap:1rem}.loading-bar{width:250px}}@media (max-width:480px){.letter{font-size:3rem;gap:.5rem}.uen-container{gap:1rem}.loading-bar{width:200px}}