:root{--safe-top:max(env(safe-area-inset-top,0px), calc(var(--tg-safe-area-inset-top,0px) + var(--tg-content-safe-area-inset-top,56px)));--safe-bottom:max(env(safe-area-inset-bottom,0px), var(--tg-safe-area-inset-bottom,0px));--tab-bar-height:56px;--safe-left:max(env(safe-area-inset-left,0px), var(--tg-safe-area-inset-left,0px));--safe-right:max(env(safe-area-inset-right,0px), var(--tg-safe-area-inset-right,0px))}html,body{background-color:var(--mui-palette-background-default,#000)}main{z-index:1;position:relative}::view-transition-old(root){animation:.15s ease-out both vt-out}::view-transition-new(root){animation:.15s ease-in both vt-in}@keyframes vt-out{to{opacity:0}}@keyframes vt-in{0%{opacity:0}}@keyframes stagger-in{0%{transform:translateY(8px)}to{transform:translateY(0)}}.stagger-item{animation:.3s cubic-bezier(.22,1,.36,1) both stagger-in}.stagger-item:first-child{animation-delay:0s}.stagger-item:nth-child(2){animation-delay:50ms}.stagger-item:nth-child(3){animation-delay:.1s}.stagger-item:nth-child(4){animation-delay:.15s}.stagger-item:nth-child(5){animation-delay:.2s}.stagger-item:nth-child(6){animation-delay:.25s}.stagger-item:nth-child(7){animation-delay:.3s}.stagger-item:nth-child(8){animation-delay:.35s}@keyframes card-appear{0%{transform:scale(.98)}to{transform:scale(1)}}.card-appear{animation:.25s ease-out both card-appear}@keyframes bar-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.bar-fill{transform-origin:0;animation:.6s cubic-bezier(.22,1,.36,1) .2s both bar-fill}[data-tg-scheme=dark] .logo-light,[data-tg-scheme=light] .logo-dark{display:none!important}@keyframes subtle-pulse{0%,to{opacity:1}50%{opacity:.5}}.subtle-pulse{animation:1.5s ease-in-out infinite subtle-pulse}
