*{box-sizing:border-box;margin:0;padding:0}body,html{height:100dvh;overflow:hidden}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:2px}.bounce-dot{animation:bounceDot 1s ease-in-out infinite}.bounce-dot:nth-child(2){animation-delay:.15s}.bounce-dot:nth-child(3){animation-delay:.3s}@keyframes bounceDot{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .35s ease forwards}