@import"https://fonts.googleapis.com/css2?family=Jersey+10&display=swap";.page-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;z-index:99998}.page-loading-topbar{position:fixed;top:0;left:0;width:100%;height:3px;z-index:99999;background:#ffffff0d}.page-loading-progress{height:100%;width:40%;background:linear-gradient(90deg,#ffd98d,#f0c060,#ffd98d);border-radius:0 2px 2px 0;animation:page-topbar-slide 1.2s ease-in-out infinite}@keyframes page-topbar-slide{0%{transform:translate(-100%);width:40%}50%{transform:translate(80%);width:60%}to{transform:translate(250%);width:40%}}html,body,#root{height:100%;width:100%;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;scroll-behavior:smooth;background:#000}@media (max-width: 768px){*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}}@media (min-width: 769px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}}body.no-scroll{overflow:hidden}.app-container{position:relative;width:100%}.main-content{display:flex;justify-content:center}.bottom-nav-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000}.logo,.card,.read-the-docs{display:none!important}
