@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background:#050510;color:#e0e0ff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#7b61ff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#7b61ff4d}::selection{background:#7b61ff4d;color:#fff}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}70%{opacity:1}to{opacity:0;pointer-events:none}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #7b61ff4d}50%{transform:scale(1.8);box-shadow:0 0 40px #ff6b3580}}@keyframes coreExpand{0%{width:4px;height:4px;box-shadow:0 0 10px #ff6b354d}50%{width:16px;height:16px;box-shadow:0 0 60px #ff6b35cc,0 0 120px #7b61ff66}to{width:8px;height:8px;box-shadow:0 0 40px #ff6b3599,0 0 80px #7b61ff4d}}@keyframes breathe{0%,to{opacity:.4}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.search-glass{background:#08061280!important;-webkit-backdrop-filter:blur(24px) saturate(1.5);backdrop-filter:blur(24px) saturate(1.5);border:1px solid rgba(123,97,255,.1)!important;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff08;transition:all .3s cubic-bezier(.16,1,.3,1)}.search-glass:focus-within{border-color:#7b61ff40!important;box-shadow:0 8px 32px #7b61ff1a,inset 0 1px #ffffff0d}.detail-glass{background:#080612d9;-webkit-backdrop-filter:blur(32px) saturate(1.4);backdrop-filter:blur(32px) saturate(1.4);border-left:1px solid rgba(123,97,255,.08);box-shadow:-20px 0 60px #00000080}.splash-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:#020108;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Inter,monospace}.starfield-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.scanline-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none;z-index:100}.terminal-logs{position:relative;z-index:10;width:560px;max-width:90vw;background:#00050fd9;border:1px solid rgba(0,229,255,.3);border-radius:8px;box-shadow:0 0 30px #00e5ff1a,0 0 60px #0064c80d,inset 0 0 30px #00000080;overflow:hidden}.terminal-header{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#000a19cc;border-bottom:1px solid rgba(0,229,255,.15)}.terminal-dot{width:10px;height:10px;border-radius:50%}.terminal-dot.red{background:#ff5f57;box-shadow:0 0 6px #ff5f5780}.terminal-dot.yellow{background:#ffbd2e;box-shadow:0 0 6px #ffbd2e80}.terminal-dot.green{background:#28ca42;box-shadow:0 0 6px #28ca4280}.terminal-title{margin-left:10px;font-size:11px;color:#00e5ff99;font-family:Consolas,Courier New,monospace;letter-spacing:1px}.terminal-body{padding:16px 20px;min-height:180px}.log-line{font-size:13px;line-height:2;color:#00e878;text-shadow:0 0 10px rgba(0,232,120,.6);font-family:Consolas,Courier New,monospace;white-space:nowrap;overflow:hidden;animation:typeIn .4s ease-out forwards;opacity:0;transform:translate(-10px)}@keyframes typeIn{to{opacity:1;transform:translate(0)}}.blinking-cursor{display:inline-block;font-weight:700;font-size:14px;color:#00e878;text-shadow:0 0 12px rgba(0,232,120,.8);animation:cursorBlink .7s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.svg-wrapper{position:absolute;z-index:10;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:none}.svg-glow-ring{position:absolute;width:600px;height:600px;border-radius:50%;border:2px solid rgba(0,229,255,.15);box-shadow:0 0 40px #00e5ff1a,0 0 80px #783cff0d,inset 0 0 40px #00e5ff0d;animation:ringPulse 3s ease-in-out infinite}@keyframes ringPulse{0%,to{transform:scale(.8);opacity:.3;border-color:#00e5ff26}50%{transform:scale(1.1);opacity:.6;border-color:#b464ff4d}}.hologram-svg{position:relative;z-index:2;width:100%;max-width:1400px;height:auto;opacity:0;animation:svgReveal 1.5s cubic-bezier(.2,.8,.2,1) forwards}@keyframes svgReveal{0%{opacity:0;filter:brightness(0) contrast(2) saturate(0) blur(15px);transform:scale(.9)}20%{opacity:.2;filter:brightness(3) contrast(1.5) saturate(3) blur(8px)}50%{opacity:.6;filter:brightness(1.2) contrast(1.3) saturate(2) blur(2px);transform:scale(1.02)}70%{filter:brightness(2) contrast(1) saturate(1.5) blur(0px)}85%{opacity:.9;filter:brightness(1) contrast(1) saturate(1) blur(0px)}to{opacity:1;filter:brightness(1) contrast(1) saturate(1) blur(0px);transform:scale(1)}}.loading-progress-overlay{position:absolute;bottom:15vh;display:flex;flex-direction:column;align-items:center;z-index:20;width:400px;max-width:80vw;opacity:0;animation:svgReveal 1.5s cubic-bezier(.2,.8,.2,1) forwards}.progress-text{font-size:14px;color:#00e5ff;font-family:Consolas,monospace;letter-spacing:2px;margin-bottom:12px;text-shadow:0 0 10px rgba(0,229,255,.8)}.progress-bar-bg{width:100%;height:4px;background:#00e5ff1a;border-radius:2px;overflow:hidden;position:relative;box-shadow:inset 0 0 5px #00000080}.progress-bar-fill{height:100%;background:#00e5ff;border-radius:2px;box-shadow:0 0 15px #00e5ff,0 0 5px #fff;transition:width .1s linear}.progress-subtext{font-size:11px;color:#ffffff80;margin-top:8px;font-family:Inter,sans-serif;letter-spacing:1px;animation:pulseSubtext 1s infinite alternate}@keyframes pulseSubtext{0%{opacity:.3}to{opacity:.8}}.phase-3 .hologram-svg{animation:hyperspaceJump 1.2s cubic-bezier(.7,0,.3,1) forwards}.phase-3 .svg-glow-ring{animation:ringExplode 1s ease-out forwards}@keyframes ringExplode{0%{transform:scale(1);opacity:.5}to{transform:scale(5);opacity:0;border-width:0}}@keyframes hyperspaceJump{0%{transform:scale(1) translateZ(0);filter:blur(0px) brightness(1);opacity:1}30%{transform:scale(1.3);filter:blur(2px) brightness(1.5);opacity:.9}60%{transform:scale(3);filter:blur(10px) brightness(3);opacity:.5}85%{transform:scale(8);filter:blur(30px) brightness(6);opacity:.15}to{transform:scale(15);filter:blur(60px) brightness(10);opacity:0}}.hyperspace-flash{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;z-index:99999}.phase-3 .hyperspace-flash{animation:flashBang 1.2s ease-out forwards}@keyframes flashBang{0%{opacity:0;background:radial-gradient(circle,#00e5ff,transparent)}30%{opacity:.3;background:radial-gradient(circle,#00e5ff,#b388ff)}50%{opacity:1;background:#fff}to{opacity:0;background:#fff}}.splash-fading{opacity:0;transform:scale(1.05);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);pointer-events:none}
