.splash-char-f,.splash-char-h,.splash-char-w{display:inline-block;font-weight:700;font-size:5rem;color:hsl(var(--primary-foreground));text-shadow:0 0 5px hsl(var(--accent)),0 0 10px hsl(var(--accent)),0 0 15px hsl(var(--accent));position:relative}.splash-char-f:before,.splash-char-h:before,.splash-char-w:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,hsla(var(--accent)/.6) 0,transparent 70%);border-radius:50%;z-index:-1;animation:glow-pulse 2s ease-in-out infinite}.splash-char-w{animation:glow-char 2s ease-in-out 0s infinite}.splash-char-h{animation:glow-char 2s ease-in-out .2s infinite}.splash-char-f{animation:glow-char 2s ease-in-out .4s infinite}@keyframes glow-char{0%,to{opacity:.8;text-shadow:0 0 5px hsl(var(--accent)),0 0 10px hsl(var(--accent)),0 0 15px hsl(var(--accent))}50%{opacity:1;text-shadow:0 0 10px hsl(var(--accent)),0 0 20px hsl(var(--accent)),0 0 30px hsl(var(--accent)),0 0 40px hsl(var(--accent))}}@keyframes glow-pulse{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.3)}}.progress-bar-container{width:80%;max-width:400px;height:10px;background-color:hsl(var(--muted));border-radius:5px;overflow:hidden;margin-top:2rem}.progress-bar-fill{height:100%;background-color:hsl(var(--accent));border-radius:5px;animation:progress-bar 3s linear forwards}@keyframes progress-bar{0%{width:0}to{width:100%}}.holographic-grid{height:100%;background-image:linear-gradient(to right,hsla(var(--primary-foreground)/.1) 1px,transparent 1px),linear-gradient(to bottom,hsla(var(--primary-foreground)/.1) 1px,transparent 1px);background-size:50px 50px;opacity:.5;z-index:-1}.holographic-grid,.scanline-effect{position:absolute;top:0;left:0;width:100%}.scanline-effect{height:3px;background-color:hsla(var(--accent)/.3);box-shadow:0 0 10px hsla(var(--accent)/.5);animation:scanline 5s linear infinite;z-index:1}@keyframes scanline{0%{top:0}to{top:100%}}.nebula-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,hsla(var(--primary)/.3) 0,hsla(var(--primary)/.2) 30%,hsla(var(--primary)/.1) 60%,transparent 80%);opacity:.7;z-index:-2;overflow:hidden}.nebula-background:after,.nebula-background:before{content:"";position:absolute;width:2px;height:2px;background:hsl(var(--primary-foreground));border-radius:50%;opacity:.5;animation:twinkle 5s infinite}.nebula-background:before{top:20%;left:25%;animation-delay:0s}.nebula-background:after{top:70%;left:75%;animation-delay:2.5s}@keyframes twinkle{0%,to{opacity:.2}50%{opacity:.8}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}