html{scroll-behavior:smooth}::selection{background:#111;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:fadeInUp .6s cubic-bezier(.22,1,.36,1) forwards}@keyframes pulse-ring{0%{box-shadow:0 0 #34c75959}70%{box-shadow:0 0 0 5px #34c75900}to{box-shadow:0 0 #34c75900}}.dot-current{animation:pulse-ring 2.5s ease-out infinite}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-30px);opacity:0}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(30px);opacity:0}}@keyframes slideInRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}.slide-out-left{animation:slideOutLeft .25s ease forwards}.slide-out-right{animation:slideOutRight .25s ease forwards}.slide-in-right{animation:slideInRight .25s ease forwards}.slide-in-left{animation:slideInLeft .25s ease forwards}
