/* HaiJiao Forum Topics Styles - 15999918887.com.cn 2025 */

.hjforum-topics-layout {
    --hjforum-topics-accent: #10b981;
    --hjforum-topics-highlight: #f59e0b;
}

.hjforum-page-header {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.1));
    border-bottom: 1px solid rgba(99, 102, 241, 0.2);
}

.hjforum-topics-featured {
    backdrop-filter: blur(15px);
    transition: all 0.5s ease;
}

.hjforum-topics-featured:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(99, 102, 241, 0.35);
}

.hjforum-topic-card .hjforum-card-wrapper {
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hjforum-topic-card:hover .hjforum-card-wrapper {
    transform: translateY(-10px) rotateX(3deg);
    box-shadow: 0 25px 50px rgba(99, 102, 241, 0.3);
}

.hjforum-card-badge {
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

.hjforum-pagination .hjforum-page-btn:hover {
    background: linear-gradient(135deg, #374151, #4b5563);
    transform: translateY(-2px);
}

.hjforum-page-number:hover {
    transform: scale(1.12);
    box-shadow: 0 5px 15px rgba(99, 102, 241, 0.5);
}

@keyframes hjforum-topics-fade-in {
    0% { opacity: 0; transform: translateY(25px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

.hjforum-topic-card {
    animation: hjforum-topics-fade-in 0.9s ease-out forwards;
}

.hjforum-topic-card:nth-child(1) { animation-delay: 0.1s; }
.hjforum-topic-card:nth-child(2) { animation-delay: 0.2s; }
.hjforum-topic-card:nth-child(3) { animation-delay: 0.3s; }
.hjforum-topic-card:nth-child(4) { animation-delay: 0.4s; }
.hjforum-topic-card:nth-child(5) { animation-delay: 0.5s; }
.hjforum-topic-card:nth-child(6) { animation-delay: 0.6s; }