.loading-screen-container{z-index:9999;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.loading-layer{width:100%;height:100%;position:absolute;top:0;left:0}.loading-layer-black{z-index:3;background:#0d0d0d}.loading-layer-lime{z-index:2;background:#c9ff00}.loading-layer-gray{z-index:1;background:#4a4a4a}.loading-content{z-index:4;flex-direction:column;justify-content:center;align-items:center;gap:2rem;height:100%;display:flex;position:relative}.loading-title-container{width:500px;height:150px}.loading-title-svg{width:100%;height:100%}.loading-title-text{font-family:var(--font-pacifico), cursive;fill:none;stroke:#c9ff00;stroke-width:2px;stroke-dasharray:800;stroke-dashoffset:800px;font-size:100px;animation:2s ease-out forwards drawText}@keyframes drawText{to{stroke-dashoffset:0;fill:#c9ff00}}.progress-bar-container{background:#ffffff1a;border-radius:2px;width:300px;height:4px;overflow:hidden}.progress-bar{background:#c9ff00;border-radius:2px;height:100%}.progress-text{color:gray;font-size:1.5rem;font-weight:500}@media (max-width:768px){.loading-title-container{width:300px;height:100px}.loading-title-text{font-size:60px}.progress-bar-container{width:200px}.progress-text{font-size:1.2rem}}
