.divGen{width:100%;height:100vh;overflow:auto;background-color:#051225;position:absolute}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.pulse-animation{animation:pulse 1s infinite}@keyframes neon-pulse{0%,to{fill:#00e1fd;filter:drop-shadow(0 0 6px rgba(0,225,253,.5))}50%{fill:#fff;filter:drop-shadow(0 0 20px rgba(255,255,255,.8))}}.neon-svg{animation:neon-pulse 2s ease-in-out infinite}.circle{position:absolute;width:200px;height:200px;transform-style:preserve-3d;animation:animateCircle 40s linear infinite;display:none}@media (min-width: 1280px){.circle{display:block;width:180px;height:180px}}@media (min-width: 1536px){.circle{display:block;width:250px;height:250px}}.circle:hover{animation-play-state:paused}@keyframes animateCircle{0%{transform:perspective(1000px) rotateY(0) rotateX(15deg) translateY(0)}to{transform:perspective(1000px) rotateY(360deg) rotateX(15deg) translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse;animation-duration:1s;animation-iteration-count:infinite}@property --num{syntax: "<integer>"; initial-value: 0; inherits: false;}@keyframes opcty{0%{opacity:0}to{opacity:1}}@keyframes counting{0%{--num: 0 }60%{--num: 66 }to{--num: 100 }}@keyframes charging{0%{width:0%}60%{width:66%}to{width:100%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flex{display:flex}body{background-color:#000;color:#fff;overflow:hidden;height:100%}.container{display:flex;height:100vh;flex:1;align-items:center;justify-content:center}#loader{display:flex;flex-direction:column;width:80%;animation:opcty 1s ease-in-out}#loader .loading-text{font-family:Orbitron;letter-spacing:.3rem}#loader .therefore{font-size:24px;animation:rotate 1s linear infinite;padding-top:9.5px;height:fit}#loader .loading-number{counter-reset:num var(--num);margin-left:auto;transition:--num 5s;animation:counting 3s ease-in-out;font-family:Orbitron;animation-fill-mode:forwards}#loader .loading-number:before{font-family:Sunset;content:counter(num)}.neon-effect{text-shadow:0 0 5px #08f,0 0 10px #08f,0 0 20px #08f,0 0 40px #0ff,0 0 80px #0ff;color:#0ff}.loading-bar{background-color:#0ff;box-shadow:0 0 5px #08f,0 0 10px #08f,0 0 20px #08f,0 0 40px #0ff,0 0 80px #0ff}#loading-bar-border{display:flex;align-items:center;padding:3px;border-radius:3px;border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(255,255,255,.5);width:100%}#loading-bar-border .loading-bar{height:.6rem;margin:1px 0;background:white;animation:charging 3s ease-in-out;animation-fill-mode:forwards}#warning .exclamation{width:1rem;display:flex;justify-content:center;color:#fff;border-radius:3px}#line-cascates{margin-left:auto;display:flex;align-items:end;margin-top:5rem}#line-cascates:after{height:5rem;font-size:12px;white-space:pre;text-align:end;color:#b5b5b5;content:"";animation:initText 3s ease;animation-fill-mode:forwards}@font-face{font-family:Roboto;src:local("Roboto"),url(/Fonts/Roboto-Regular.ttf) format("truetype")}@font-face{font-family:Sunset;src:local("Sunset"),url(/Fonts/Sunset.ttf) format("truetype")}@font-face{font-family:Moontime;src:local("Moontime"),url(/Fonts/Moontime.ttf) format("truetype")}html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;overflow:auto}*{scrollbar-width:auto;scrollbar-color:#de6111 #140a32}*::-webkit-scrollbar{width:24px}*::-webkit-scrollbar-track{background:#140a32}*::-webkit-scrollbar-thumb{background-color:#de6111;border-radius:10px;border:3px solid #ffffff}@media screen and (max-width: 768px){*::-webkit-scrollbar{display:none}*{scrollbar-width:none}}
