.yld-wrap .section-group{margin-bottom:28px}.yld-wrap .section-title{font-size:1.2rem;font-weight:700;text-transform:none;letter-spacing:-.2px;color:var(--text-primary);padding:0 0 12px;border-bottom:none;margin-bottom:0;text-align:center}.yld-wrap .carousel{position:relative}.yld-wrap .carousel-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.yld-wrap .carousel-track::-webkit-scrollbar{display:none}.yld-wrap .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(30,30,30,.85);border:1px solid var(--border);color:var(--text-primary);font-size:1.4rem;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .15s}.yld-wrap .carousel-arrow:hover{background:rgba(50,50,50,.95);border-color:var(--text-muted)}.yld-wrap .carousel-arrow-left{left:-4px}.yld-wrap .carousel-arrow-right{right:-4px}.yld-wrap .channel-card{flex:0 0 170px;scroll-snap-align:start;background:0 0;border:2px solid transparent;border-radius:var(--radius);cursor:pointer;transition:all .2s;overflow:hidden}.yld-wrap .channel-card:hover{border-color:var(--border);background:var(--bg-card)}.yld-wrap .channel-card.active{border-color:var(--red);box-shadow:0 0 12px var(--red-glow);background:var(--bg-card)}.yld-wrap .card-thumb{width:100%;height:96px;border-radius:var(--radius-sm) var(--radius-sm) 0 0;overflow:hidden;position:relative;background:#000}.yld-wrap .card-thumb img{width:100%;height:100%;object-fit:cover}.yld-wrap .card-thumb .thumb-live{position:absolute;bottom:4px;left:4px;background:var(--red);color:#fff;font-size:.55rem;font-weight:700;padding:2px 6px;border-radius:3px;letter-spacing:.5px;text-transform:uppercase}.yld-wrap .card-info{padding:8px 8px 10px}.yld-wrap .card-name{font-size:.78rem;font-weight:600;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yld-wrap .card-title{font-size:.7rem;color:var(--text-secondary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yld-wrap .card-viewers{font-size:.65rem;color:var(--text-secondary);font-weight:500;margin-top:3px}.yld-wrap .card-viewers::before{content:"●";color:var(--red);font-size:.5rem;vertical-align:middle}.yld-wrap .skeleton-card{flex:0 0 170px;border-radius:var(--radius);overflow:hidden}.yld-wrap .skeleton-thumb{width:100%;height:96px;background:linear-gradient(90deg,#222 25%,#2a2a2a 50%,#222 75%);background-size:200% 100%;animation:yld-shimmer 1.5s infinite}.yld-wrap .skeleton-lines{padding:8px}.yld-wrap .skeleton-line{height:10px;background:linear-gradient(90deg,#222 25%,#2a2a2a 50%,#222 75%);background-size:200% 100%;animation:yld-shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.yld-wrap .skeleton-line:last-child{width:60%;margin-bottom:0}@media (max-width:640px){.yld-wrap .channel-card{flex:0 0 150px}.yld-wrap .card-thumb{height:84px}.yld-wrap .carousel-arrow{width:30px;height:30px;font-size:1.1rem}.yld-wrap .modal{max-height:95vh}.yld-wrap .section-title{font-size:1.05rem}}