.yt-section{padding:8px}
.yt-search-row{display:flex;gap:6px;margin-bottom:8px}
.yt-search-row input{flex:1;background:#10141e;border:1px solid #1a2030;color:#c0c8d8;padding:8px 12px;font-size:12px;border-radius:6px;outline:none}
.yt-search-row input:focus{border-color:#ff4444}
.yt-player{width:100%;aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden;margin-bottom:8px}
.yt-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#3e4e74;font-size:14px}
.yt-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}
.yt-card{background:#10141e;border:1px solid #1a2030;border-radius:6px;overflow:hidden;cursor:pointer;transition:.2s}
.yt-card:hover{border-color:#ff4444;transform:translateY(-2px)}
.yt-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.yt-card-info{padding:6px 8px}
.yt-card-title{font-size:11px;color:#c0c8d8;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.yt-card-meta{font-size:9px;color:#4e5e74;margin-top:3px}
.yt-empty{color:#3e4e74;text-align:center;padding:20px;font-size:12px}
