/* YuManSe Updates Styles - hhx-library.com 2025 */

.yumanse-updates-layout {
    --yumanse-updates-accent: #6366f1;
    --yumanse-updates-highlight: #ec4899;
}

.yumanse-update-stats {
    backdrop-filter: blur(20px);
    transition: all 0.6s ease;
}

.yumanse-update-stats:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px rgba(236, 72, 153, 0.3);
}

.yumanse-update-item {
    transition: all 0.5s ease;
}

.yumanse-update-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.3);
}

.yumanse-new-manga {
    transition: all 0.5s ease;
}

.yumanse-new-manga:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(236, 72, 153, 0.35);
}

@keyframes yumanse-updates-fade-in {
    0% { opacity: 0; transform: translateY(35px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.yumanse-new-manga {
    animation: yumanse-updates-fade-in 1s ease-out forwards;
}

.yumanse-new-manga:nth-child(1) { animation-delay: 0.2s; }
.yumanse-new-manga:nth-child(2) { animation-delay: 0.4s; }
.yumanse-new-manga:nth-child(3) { animation-delay: 0.6s; }