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

.yumanse-user-layout {
    --yumanse-user-accent: #ec4899;
    --yumanse-user-highlight: #8b5cf6;
}

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

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

.yumanse-sidebar-menu {
    transition: all 0.5s ease;
}

.yumanse-menu-item {
    transition: all 0.3s ease;
}

.yumanse-menu-item:hover {
    transform: translateX(5px);
}

.yumanse-daily-checkin {
    transition: all 0.5s ease;
}

.yumanse-daily-checkin:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(139, 92, 246, 0.3);
}

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

.yumanse-manga-item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 30px rgba(236, 72, 153, 0.3);
}

.yumanse-activity-item {
    transition: all 0.3s ease;
}

.yumanse-activity-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(139, 92, 246, 0.2);
}

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

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

.yumanse-manga-item:nth-child(1) { animation-delay: 0.1s; }
.yumanse-manga-item:nth-child(2) { animation-delay: 0.2s; }
.yumanse-manga-item:nth-child(3) { animation-delay: 0.3s; }