.logo {
    color: #1a56db;
}

.progress-bar { width: 0%; transition: width 1.2s cubic-bezier(0.1, 0.5, 0.5, 1); }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
.animate-skeleton { animation: pulse 1.5s infinite; }