.ytm-wrap .section-group{margin-bottom:28px}.ytm-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}.ytm-wrap .carousel{position:relative}.ytm-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}.ytm-wrap .carousel-track::-webkit-scrollbar{display:none}.ytm-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}.ytm-wrap .carousel-arrow:hover{background:rgba(50,50,50,.95);border-color:var(--text-muted)}.ytm-wrap .carousel-arrow-left{left:-4px}.ytm-wrap .carousel-arrow-right{right:-4px}.ytm-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}.ytm-wrap .channel-card:hover{border-color:var(--border);background:var(--bg-card)}.ytm-wrap .channel-card.active{border-color:var(--red);box-shadow:0 0 12px var(--red-glow);background:var(--bg-card)}.ytm-wrap .card-thumb{width:100%;height:96px;border-radius:var(--radius-sm) var(--radius-sm) 0 0;overflow:hidden;position:relative;background:#000}.ytm-wrap .card-thumb img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.ytm-wrap .card-thumb img.loaded{opacity:1}.ytm-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}.ytm-wrap .card-info{padding:8px 8px 10px}.ytm-wrap .card-name{font-size:.78rem;font-weight:600;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ytm-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}.ytm-wrap .card-viewers{font-size:.65rem;color:var(--text-secondary);font-weight:500;margin-top:3px}.ytm-wrap .card-viewers::before{content:"●";color:var(--red);font-size:.5rem;vertical-align:middle}.ytm-wrap .skeleton-card{flex:0 0 170px;border-radius:var(--radius);overflow:hidden}.ytm-wrap .skeleton-thumb{width:100%;height:96px;background:linear-gradient(90deg,#222 25%,#2a2a2a 50%,#222 75%);background-size:200% 100%;animation:ytm-shimmer 1.5s infinite}.ytm-wrap .skeleton-lines{padding:8px}.ytm-wrap .skeleton-line{height:10px;background:linear-gradient(90deg,#222 25%,#2a2a2a 50%,#222 75%);background-size:200% 100%;animation:ytm-shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.ytm-wrap .skeleton-line:last-child{width:60%;margin-bottom:0}@media (max-width:640px){.ytm-wrap .channel-card{flex:0 0 150px}.ytm-wrap .card-thumb{height:84px}.ytm-wrap .carousel-arrow{width:30px;height:30px;font-size:1.1rem}.ytm-wrap .section-title{font-size:1.05rem}}