/* Moban 8-2-31 main.css - Dark theme enhanced styles */
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes glowPulse{0%,100%{box-shadow:0 0 8px rgba(187,134,252,.2)}50%{box-shadow:0 0 16px rgba(187,134,252,.4)}}
.hero-section{animation:fadeInUp .6s ease-out;background:linear-gradient(135deg,rgba(187,134,252,.15),rgba(3,218,198,.08))!important;border:1px solid rgba(187,134,252,.15)}
.hero-section .btn-download{animation:glowPulse 2s infinite}
.content-section{animation:fadeInUp .5s ease-out both}
.content-section:nth-child(2){animation-delay:.1s}
.content-section:nth-child(3){animation-delay:.2s}
.card-grid .card{border:1px solid rgba(187,134,252,.08);background:var(--sf)}
.card-grid .card:hover{border-color:rgba(187,134,252,.2);box-shadow:0 4px 20px rgba(187,134,252,.15)}
.img-text-list .list-item{border:1px solid rgba(255,255,255,.05)}
.img-text-list .list-item:hover{border-color:rgba(3,218,198,.15);box-shadow:0 2px 12px rgba(3,218,198,.1)}
.left-sidebar{background:linear-gradient(180deg,#BB86FC 0%,#7C4DFF 100%)}
.left-sidebar::-webkit-scrollbar{width:4px}
.left-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:2px}
.tab-btn{color:var(--tl)}
.tab-btn.active{color:var(--c2);border-bottom-color:var(--c2)}
.tab-btn:hover{color:var(--c1)}
.section-title{color:var(--c1);text-shadow:0 0 20px rgba(187,134,252,.2)}
.section-title::after{content:'';display:block;width:40px;height:2px;background:var(--c2);margin-top:6px;transition:width .3s}
.section-title:hover::after{width:80px}
.poster-card{border:1px solid rgba(187,134,252,.08)}
.poster-card:hover{border-color:rgba(187,134,252,.2)}
.poster-card img{transition:transform .4s}.poster-card:hover img{transform:scale(1.05)}
.single-post .post-content h2,.single-post .post-content h3{font-family:var(--fh);margin:20px 0 10px;color:var(--c1)}
.single-post .post-content p{margin-bottom:14px}
.btn-download:hover{background:#04F5E0;box-shadow:0 0 16px rgba(3,218,198,.3)}
.sidebar-auth .btn-register:hover{background:rgba(3,218,198,.15)}
::selection{background:rgba(187,134,252,.3);color:#fff}
