.jl-channel-browser{
max-width:1200px;margin:0 auto;padding:0 14px 110px;color:#0f0f0f;
font-family:inherit;background:#fff
}
.jl-channel-header{
display:flex;align-items:center;gap:16px;padding:18px 0 16px;border-bottom:1px solid #e5e5e5
}
.jl-channel-avatar{width:72px;height:72px;flex:0 0 72px;border-radius:50%;overflow:hidden;background:#eee}
.jl-channel-avatar img{width:100%;height:100%;object-fit:cover}
.jl-channel-info{min-width:0;flex:1}
.jl-channel-info h2{margin:0 0 5px;font-size:22px;line-height:1.2;font-weight:700}
.jl-channel-sub{font-size:13px;color:#606060}
.jl-verified{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;font-size:11px;background:#1677ff;color:#fff;vertical-align:2px}
.jl-channel-subscribe{
background:#0f0f0f;color:#fff!important;border-radius:20px;padding:10px 16px;
font-size:13px;text-decoration:none;white-space:nowrap
}
.jl-channel-tabs{
display:flex;gap:30px;border-bottom:1px solid #e5e5e5;background:#fff;
position:sticky;top:0;z-index:20
}
.jl-tab{
border:0;background:transparent;padding:15px 2px 12px;font-weight:700;
font-size:14px;color:#606060;border-bottom:3px solid transparent;cursor:pointer
}
.jl-tab span{font-size:11px;color:#999;margin-left:5px}
.jl-tab.is-active{color:#0f0f0f;border-bottom-color:#0f0f0f}
.jl-channel-section{display:none;padding-top:22px}
.jl-channel-section.is-active{display:block}
.jl-video-grid{
display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 18px
}
.jl-video-card{min-width:0}
.jl-thumb-wrap{
display:block;position:relative;aspect-ratio:16/9;border-radius:10px;
overflow:hidden;background:#111
}
.jl-thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.jl-duration{
position:absolute;right:7px;bottom:7px;background:rgba(0,0,0,.85);color:#fff;
padding:3px 5px;border-radius:3px;font-size:11px;font-weight:600
}
.jl-play{
position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.68);
color:#fff;display:grid;place-items:center;font-size:18px;opacity:0;transition:.18s
}
.jl-thumb-wrap:hover .jl-play,.jl-short-thumb:hover .jl-play{opacity:1}
.jl-card-body{padding:10px 2px 0}
.jl-card-title{
display:block;color:#0f0f0f;text-decoration:none;font-weight:700;font-size:15px;
line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.jl-card-meta{margin-top:6px;color:#606060;font-size:12px}
.jl-shorts-grid{
display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px 14px
}
.jl-short-thumb{position:relative;aspect-ratio:9/16;border-radius:10px;overflow:hidden;background:#111}
.jl-short-thumb img{width:100%;height:100%;object-fit:cover}
.jl-short-title{
font-weight:700;font-size:13px;line-height:1.3;margin-top:8px;color:#0f0f0f;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.jl-short-card a{color:inherit;text-decoration:none}
.jl-browser-empty{padding:55px 20px;text-align:center;background:#f7f7f7;border-radius:10px;color:#666}
@media(max-width:1000px){.jl-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jl-shorts-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:600px){
.jl-channel-browser{padding:0 10px calc(110px + env(safe-area-inset-bottom));min-height:calc(100dvh - 120px)}
.jl-channel-header{padding:13px 0;gap:10px}
.jl-channel-avatar{width:52px;height:52px;flex-basis:52px}
.jl-channel-info h2{font-size:17px}
.jl-channel-sub{font-size:11px}
.jl-channel-subscribe{font-size:12px;padding:8px 12px}
.jl-channel-tabs{gap:25px}
.jl-tab{font-size:14px;padding:13px 1px 10px}
.jl-video-grid{grid-template-columns:1fr;gap:24px}
.jl-thumb-wrap{border-radius:8px}
.jl-card-title{font-size:15px}
.jl-shorts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}
.jl-play{opacity:1;width:40px;height:40px;font-size:15px}
}
