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