a{text-decoration:none}img{user-select:none}.navbar-btn{outline:none;border-radius:10px}.mobile-nav{background-color:var(--theme-color2);border-radius:10px}.draw-outline{stroke-dasharray:500;stroke-dashoffset:500;animation:drawStroke 2s forwards}.fill-shape{fill-opacity:0;animation:fillShape .6s 2s forwards}.accent-dot{transform-origin:50px 46px;transform:scale(0);opacity:0;animation:scaleIn .4s 2.6s forwards}.trend-arrow{stroke-dasharray:15;stroke-dashoffset:15;animation:drawStroke .3s 3s forwards}.fade-in-text{opacity:0;animation:fadeIn .6s 3.2s forwards}@keyframes drawStroke{to{stroke-dashoffset:0}}@keyframes fillShape{to{fill-opacity:1}}@keyframes fadeIn{to{opacity:1}}@keyframes scaleIn{to{transform:scale(1);opacity:1}}