*{margin:0;padding:0;box-sizing:border-box}.app{width:100vw;min-height:100vh;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.bebas{font-family:Bebas Neue,cursive,sans-serif;font-weight:400}.spacer{height:100vh;background:#000}.loading-fallback{display:flex;align-items:center;justify-content:center;height:100vh;background:#000;color:#fff;font-size:1.2rem}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loading-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.wire-container{width:800px;height:250px;position:relative}.progress-info{text-align:center}.progress-text{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:1rem}.progress-number{font-family:Bebas Neue,sans-serif;font-size:clamp(4rem,8vw,6rem);color:#fff;font-weight:400;text-shadow:0 0 20px rgba(255,255,255,.5);animation:glow 2s ease-in-out infinite alternate}.progress-percent{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4vw,3rem);color:#f60;font-weight:400;text-shadow:0 0 10px rgba(255,102,0,.7)}.loading-message{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;font-style:italic;margin:0;animation:pulse 3s ease-in-out infinite;transition:opacity .5s ease;min-height:1.5rem}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,255,255,.5)}to{text-shadow:0 0 30px rgba(255,255,255,.8),0 0 40px rgba(255,255,255,.6)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 768px){.wire-container{width:500px;height:180px}.loading-content{gap:2rem}}@media (max-width: 480px){.wire-container{width:350px;height:140px}.loading-content{gap:1.5rem;padding:1rem}}.simple-loader{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.loading-bar{width:80%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;position:relative}.loading-progress{height:100%;background:linear-gradient(90deg,#f60,#f90,#fc0);border-radius:4px;transition:width .3s ease;position:relative;overflow:hidden}.loading-progress:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
