@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out forwards}.animate-slide-up{animation:slide-up .6s ease-out .3s both}.animate-fade-in-delayed{animation:fade-in .8s ease-out .6s both}*{transition:background-color .3s ease,border-color .3s ease}@media (max-width: 640px){button,a{min-height:44px;min-width:44px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.dark ::-webkit-scrollbar-thumb{background:#444}.dark ::-webkit-scrollbar-thumb:hover{background:#666}
