#root,body,html{margin:0;padding:0;height:100%;font-family:Poppins,sans-serif;color:#fff;background:linear-gradient(135deg,#0a192f,#112240,#1e3a8a)}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;padding:20px}h1{font-size:2.5rem;margin-bottom:1rem;animation:pulse 2s infinite}p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.name{font-weight:700;color:#60a5fa}.loading-bar{width:150px;height:6px;background-color:hsla(0,0%,100%,.2);border-radius:3px;position:relative;overflow:hidden;margin-bottom:1rem}.loading-bar:before{content:"";position:absolute;width:40%;height:100%;background-color:#3b82f6;animation:loading 1.5s linear infinite;border-radius:3px}.footer{font-size:.9rem;opacity:.8}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes loading{0%{left:-40%}to{left:100%}}