.hsp-episode-panel{--hsp-panel-height:420px;display:flex;flex-direction:column;min-width:0;height:var(--hsp-panel-height);overflow:hidden;border:1px solid rgba(119,154,255,.42);border-radius:15px;background:linear-gradient(145deg,rgba(22,30,53,.98),rgba(17,18,27,.99));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 44px rgba(0,0,0,.24);color:#f7f8ff}
.hsp-episode-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,rgba(59,108,255,.12),rgba(255,255,255,0))}
.hsp-episode-title-wrap{display:flex;align-items:center;min-width:0;gap:12px}.hsp-episode-head-mark{width:4px;height:16px;border-radius:4px;background:linear-gradient(180deg,#3f8cff,#a65cff);box-shadow:0 0 12px rgba(69,132,255,.65)}
.hsp-episode-head h2{margin:0!important;color:#fff!important;font-size:15px!important;font-weight:850!important;letter-spacing:-.015em!important;line-height:1!important;text-transform:none!important}.hsp-episode-count{display:inline-flex;align-items:center;justify-content:center;min-width:25px;height:25px;padding:0 8px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(255,255,255,.06);color:#c7cbe0;font-size:10px;font-weight:850}
.hsp-episode-list{display:flex;flex:1 1 auto;flex-direction:column;gap:9px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:10px 11px 12px;scrollbar-width:thin;scrollbar-color:rgba(141,154,206,.44) transparent}.hsp-episode-list::-webkit-scrollbar{width:7px}.hsp-episode-list::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(148,160,212,.46);background-clip:padding-box}.hsp-episode-list::-webkit-scrollbar-track{background:transparent}
.hsp-episode-item{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:11px;min-height:84px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.026);color:#f5f6ff;text-decoration:none!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.hsp-episode-item:hover{transform:translateY(-1px);border-color:rgba(118,162,255,.68);background:rgba(59,108,255,.10);box-shadow:0 8px 18px rgba(0,0,0,.17)}.hsp-episode-item.is-current{border-color:rgba(79,138,255,.88);background:linear-gradient(135deg,rgba(53,103,255,.20),rgba(32,44,80,.48));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 22px rgba(31,72,172,.16)}
.hsp-episode-thumb{position:relative;align-self:stretch;display:block;overflow:hidden;min-height:82px;background:linear-gradient(135deg,#4c2b73,#151826 60%,#2a4267)}.hsp-episode-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease,filter .25s ease}.hsp-episode-item:hover .hsp-episode-thumb img{transform:scale(1.055);filter:saturate(1.08)}.hsp-episode-thumb:after{content:'';position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(5,7,14,.72));pointer-events:none}.hsp-episode-play{position:absolute;z-index:2;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:31px;height:31px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(10,13,22,.62);box-shadow:0 2px 9px rgba(0,0,0,.38);color:#fff}.hsp-episode-play svg{width:14px;height:14px;margin-left:2px}
.hsp-episode-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:8px 11px 8px 0}.hsp-episode-name{display:block;overflow:hidden;color:#f6f7ff;font-size:13px;font-weight:850;letter-spacing:-.017em;line-height:1.24;text-overflow:ellipsis;white-space:nowrap}.hsp-episode-sub{display:flex;align-items:center;gap:6px;margin-top:7px;color:#9ca5c5;font-size:10px;font-weight:750;line-height:1.15}.hsp-episode-item.is-current .hsp-episode-sub{color:#77a7ff}.hsp-now-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#4b95ff;box-shadow:0 0 9px rgba(74,148,255,.9)}
.hsp-episode-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px;padding:0 15px;border-top:1px solid rgba(255,255,255,.075);background:rgba(6,8,15,.22)}.hsp-series-name{overflow:hidden;color:#aab2cf;font-size:9px;font-weight:760;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.hsp-series-link{color:#96bcff!important;font-size:10px;font-weight:850;text-decoration:none!important;white-space:nowrap}.hsp-series-link:hover{color:#fff!important}
@media(max-width:1100px){.hsp-episode-panel--shortcode{height:auto;max-height:none}.hsp-episode-panel--shortcode .hsp-episode-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,280px);grid-template-rows:1fr;overflow-x:auto;overflow-y:hidden;padding-bottom:12px}.hsp-episode-panel--shortcode .hsp-episode-item{grid-template-columns:105px minmax(0,1fr);min-height:74px}.hsp-episode-panel--shortcode .hsp-episode-thumb{min-height:72px}}
@media(max-width:620px){.hsp-episode-panel{border-radius:13px}.hsp-episode-head{min-height:52px;padding:0 13px}.hsp-episode-head h2{font-size:14px!important}.hsp-episode-panel--shortcode .hsp-episode-list{grid-auto-columns:minmax(220px,76vw);gap:8px;padding:9px 10px 11px}.hsp-episode-panel--shortcode .hsp-episode-item{grid-template-columns:96px minmax(0,1fr);min-height:68px;border-radius:10px}.hsp-episode-panel--shortcode .hsp-episode-thumb{min-height:66px}.hsp-episode-name{font-size:12px}.hsp-episode-copy{padding-right:9px}.hsp-episode-sub{margin-top:5px;font-size:9px}.hsp-episode-panel--shortcode .hsp-episode-foot{display:none}}
