.LoadingScreen_loadingContainer__pCQrl{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;color:#fff;font-family:Inter,sans-serif}.LoadingScreen_loader__R9d42{position:relative;width:100px;height:100px;perspective:800px;margin-bottom:20px}.LoadingScreen_book__VxYRw{width:100%;height:100%;transform-style:preserve-3d;animation:LoadingScreen_rotate__Wkmqi 4s linear infinite}.LoadingScreen_page__1aSo2{position:absolute;top:0;left:0;width:50px;height:80px;background:linear-gradient(90deg,#ffffff 0,#cccccc);border-radius:2px 10px 10px 2px;transform-origin:left center;box-shadow:0 2px 5px hsla(0,0%,100%,.1)}.LoadingScreen_page__1aSo2:first-child{transform:rotateY(0deg) translateZ(2px);animation:LoadingScreen_flip__dhqW7 2s ease-in-out infinite;animation-delay:0s}.LoadingScreen_page__1aSo2:nth-child(2){transform:rotateY(0deg) translateZ(1px);animation:LoadingScreen_flip__dhqW7 2s ease-in-out infinite;animation-delay:.2s}.LoadingScreen_page__1aSo2:nth-child(3){transform:rotateY(0deg) translateZ(0);animation:LoadingScreen_flip__dhqW7 2s ease-in-out infinite;animation-delay:.4s}@keyframes LoadingScreen_rotate__Wkmqi{0%{transform:rotateY(0deg) rotateX(10deg)}to{transform:rotateY(1turn) rotateX(10deg)}}@keyframes LoadingScreen_flip__dhqW7{0%{transform:rotateY(0deg)}50%{transform:rotateY(-160deg)}to{transform:rotateY(0deg)}}.LoadingScreen_text__u_328{margin-top:30px;font-size:.9rem;letter-spacing:4px;text-transform:uppercase;opacity:.7}.LoadingScreen_percentageContainer__ZKUm_{margin-top:10px;position:relative;display:flex;flex-direction:column;align-items:center}.LoadingScreen_percentage__9UUY8{font-size:2rem;font-weight:300;font-variant-numeric:tabular-nums;letter-spacing:2px;background:linear-gradient(180deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.LoadingScreen_progressBarContainer___FKAA{width:200px;height:2px;background:hsla(0,0%,100%,.1);margin-top:10px;position:relative;overflow:hidden;border-radius:2px}.LoadingScreen_progressBarFill__KWMCW{height:100%;background:#fff;width:0;transition:width .1s linear;box-shadow:0 0 10px hsla(0,0%,100%,.5)}.LoadingScreen_fadeOut__DvnJo{opacity:0;pointer-events:none;transition:opacity .8s ease-out}.LoadingScreen_networkTip__e7cUI{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;animation:LoadingScreen_fadeInTip__8Kl3z 1s ease forwards;animation-delay:2s}.LoadingScreen_networkIcon___OKou{color:hsla(0,0%,100%,.5);display:flex;align-items:center}.LoadingScreen_tipText__v5cwn{font-size:.75rem;color:hsla(0,0%,100%,.5);font-weight:300;letter-spacing:.5px}@keyframes LoadingScreen_fadeInTip__8Kl3z{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.StartScreen_container__w66wB{position:fixed;top:0;left:0;height:100%;background:radial-gradient(circle at center,#2e2e2e 0,#000000 100%);z-index:9998;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:StartScreen_fadeIn__yMjjd 1.5s ease-out}.StartScreen_container__w66wB,.StartScreen_content__Qn0GW{width:100%;display:flex;justify-content:center;align-items:center}.StartScreen_content__Qn0GW{flex-direction:column;text-align:center;padding:20px;max-width:600px;max-height:90vh}.StartScreen_iconWrapper__G5A5N{margin-bottom:30px;position:relative;display:flex;justify-content:center;align-items:center;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.StartScreen_icon__neNZa{width:100px;height:100px;fill:#fff;animation:StartScreen_float__H1tUK 6s ease-in-out infinite}.StartScreen_title__vKp_t{font-family:Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:200;margin-bottom:35px;color:#fff;letter-spacing:.25em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.5);animation:StartScreen_slideUpFade__rBDnf 1s ease-out .3s backwards;line-height:1.2}.StartScreen_startBtn__Nru8E{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.3);padding:12px 32px;border-radius:2px;font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);backdrop-filter:blur(5px);font-family:Inter,sans-serif;animation:StartScreen_slideUpFade__rBDnf 1s ease-out .6s backwards}.StartScreen_startBtn__Nru8E:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px hsla(0,0%,100%,.1)}.StartScreen_startBtn__Nru8E:active{transform:translateY(0)}.StartScreen_copyright__0qvBA{position:absolute;bottom:15px;left:0;width:100%;text-align:center;font-family:Inter,sans-serif;font-size:.65rem;font-weight:300;letter-spacing:.1em;color:hsla(0,0%,100%,.3);text-transform:uppercase;cursor:default}@keyframes StartScreen_fadeIn__yMjjd{0%{opacity:0}to{opacity:1}}@keyframes StartScreen_float__H1tUK{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes StartScreen_slideUpFade__rBDnf{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media(max-height:500px){.StartScreen_content__Qn0GW{padding:10px}.StartScreen_iconWrapper__G5A5N{margin-bottom:15px}.StartScreen_icon__neNZa{width:60px;height:60px}.StartScreen_title__vKp_t{font-size:1rem;margin-bottom:20px;letter-spacing:.2em}.StartScreen_startBtn__Nru8E{padding:10px 24px;font-size:.7rem;letter-spacing:1.5px}.StartScreen_copyright__0qvBA{bottom:10px;font-size:.55rem}}@media(max-width:900px)and (orientation:landscape){.StartScreen_icon__neNZa{width:70px;height:70px}.StartScreen_title__vKp_t{font-size:1.1rem;margin-bottom:25px}}