.episode-list:hover .group{filter:grayscale(100%) brightness(.6);transition:filter .3s,transform .3s}.episode-list:hover .group:hover{filter:grayscale(0%) brightness(1);transform:scale(1.02);z-index:10}.thumb{transition:.3s}.episode-item{transition:.2s}.episode-item:hover{background:#1a1d21!important}.episode-item.current{background:rgba(244,117,33,.15);border:1px solid #f47521}.episode-section{position:fixed;top:0;right:0;width:400px;height:100vh;background:#0f1418;z-index:1000;transform:translateX(100%);transition:transform .3s;overflow-y:auto}.episode-section.open{transform:translateX(0)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:999;display:none}.floating-episode-btn{bottom:20px;background:var(--primary,#f47521);color:#000;font-weight:700;z-index:998;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:.3s}.floating-episode-btn:hover{background:#e56712;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.4)}@media (max-width:768px){.episode-section{width:100%}.floating-episode-btn{bottom:16px;right:16px;padding:14px 18px}}