html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111113}::-webkit-scrollbar-thumb{background:#2e2e38;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8f74ff}::selection{background:#8f74ff66;color:#fff}*:focus-visible{outline:2px solid #8F74FF;outline-offset:2px}@keyframes cuttoFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes cuttoPulseSoft{0%,to{opacity:.65;transform:scaleX(.95)}50%{opacity:1;transform:scaleX(1)}}@keyframes cuttoCarouselScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 10px))}}.cutto-fade-in-up{animation:cuttoFadeInUp .8s cubic-bezier(0,0,.2,1) both}.cutto-soft-pulse{animation:cuttoPulseSoft 2.4s ease-in-out infinite}.cutto-carousel-scroll{animation:cuttoCarouselScroll 48s linear infinite;width:max-content}.cutto-carousel-scroll:hover{animation-play-state:paused}
