@layer utilities{.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.animate-fade-in{animation:fadeIn .3s ease-out forwards}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e199;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8cc}.dark ::-webkit-scrollbar-thumb{background:#47556999}.dark ::-webkit-scrollbar-thumb:hover{background:#64748bcc}.glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dark .glass{background:#111827b3}@media(max-width:640px){.mobile-safe-bottom{padding-bottom:env(safe-area-inset-bottom,20px)}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}}
