@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-fadeInRight{animation:fadeInRight .8s ease-out .3s both}html.dark{color-scheme:dark}*{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}html.dark ::-webkit-scrollbar-track{background:#020617}html.dark ::-webkit-scrollbar-thumb{background:#1e293b}html.dark ::-webkit-scrollbar-thumb:hover{background:#334155}
