 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } /* Estilos de Interacción y Animación */ @keyframes floating { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } } @keyframes pulse-border { 0%, 100% { border-color: rgba(0, 212, 255, 0.3); } 50% { border-color: rgba(139, 92, 246, 0.6); } } @keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.3); } 50% { box-shadow: 0 0 30px rgba(139, 92, 246, 0.5); } } .card-hover:hover { transform: translateY(-8px) !important; box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2) !important; } .btn-primary-hover:hover { background: linear-gradient(135deg, #8B5CF6 0%, #00D4FF 100%) !important; transform: translateY(-2px) !important; box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3) !important; } .crypto-card-hover:hover { transform: scale(1.1) rotate(5deg) !important; }
