/* =========================================
   CRYPTO TEK AI - SHARED ANIMATIONS
   ALL ANIMATIONS DISABLED FOR PERFORMANCE
   ========================================= */

/* All @keyframes animations removed to improve browser performance */
/* Empty class placeholders to prevent CSS errors */

.animated-element {
}

.fade-in {
}

.slide-up {
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
