@import"https://fonts.googleapis.com/css2?family=Michroma&display=swap";.loading-page{position:fixed;top:0;left:0;background:linear-gradient(135deg,#1f2b6c,#3a5fcd);height:100%;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;z-index:9999}.loading-page svg{width:150px;height:150px;display:block}.loading-page svg path{fill:none;stroke:#fff;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw 3.5s ease forwards}.loading-page svg path:nth-child(2){animation-delay:1s}@keyframes draw{to{stroke-dashoffset:0}}.name-container{height:30px;overflow:hidden}.logo-name{color:#fff;font-size:20px;letter-spacing:12px;text-transform:uppercase;margin-left:20px;font-weight:bolder}
