html,body{margin:0;padding:0;overflow-x:hidden;overflow-y:hidden;height:100%;background-color:#1a1a2e}#app-container{position:relative;width:100%;height:100vh;overflow:hidden}#content-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.fullpage-container{position:relative;height:calc(100vh - var(--header-height));overflow:hidden}.fullpage-wrapper{position:relative;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1)}.fullpage-section{position:relative;height:calc(100vh - var(--header-height))}.nav-indicators{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:100}.nav-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.nav-dot:hover{background:#fff9;transform:scale(1.2)}.nav-dot.active{background:#ef4444;border-color:#ef4444;transform:scale(1.3)}.tg__show__dialog{position:fixed!important;z-index:9999!important}
