.ytvcf{border:1px solid #e5e7eb;border-radius:12px;padding:16px;max-width:980px}
.ytvcf__label{display:block;font-weight:600;margin-bottom:8px}
.ytvcf__inputRow{display:flex;gap:8px;align-items:center}
#ytvcf-channel-input{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px}
.ytvcf__btn{padding:10px 14px;border:1px solid #111827;border-radius:10px;background:#111827;color:#fff;cursor:pointer}
.ytvcf__btn--ghost{background:#fff;color:#111827}
.ytvcf__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.ytvcf__chip{border:1px solid #d1d5db;background:#f9fafb;border-radius:999px;padding:6px 10px;cursor:pointer}
.ytvcf__hint{font-size:12px;color:#6b7280;margin-top:8px}
.ytvcf__error{margin-top:8px;color:#b91c1c;font-weight:600}
.ytvcf__suggestions{position:relative}
.ytvcf__sugList{list-style:none;margin:6px 0 0 0;padding:0;border:1px solid #d1d5db;border-radius:10px;overflow:hidden;max-width:720px;background:#fff}
.ytvcf__sugItem{padding:10px 12px;border-bottom:1px solid #f3f4f6;cursor:pointer}
.ytvcf__sugItem:last-child{border-bottom:none}
.ytvcf__sugItem.is-active,.ytvcf__sugItem:hover{background:#f3f4f6}
.ytvcf__results{margin-top:18px;display:grid;grid-template-columns:1fr;gap:18px}
@media(min-width:900px){.ytvcf__results{grid-template-columns:1fr 1fr}}
.ytvcf__section h3{margin:0 0 10px 0}
.ytvcf__card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-bottom:10px;background:#fff}
.ytvcf__cardTitle{font-weight:700;margin-bottom:6px}
.ytvcf__meta{font-size:13px;color:#374151;margin-bottom:10px}
.ytvcf__cols{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:700px){.ytvcf__cols{grid-template-columns:1fr 1fr}}
.ytvcf__colHeader{font-weight:700;margin-bottom:6px}
.ytvcf__list{margin:0;padding-left:18px}
.ytvcf__empty{padding:10px 12px;border:1px dashed #d1d5db;border-radius:12px;color:#6b7280;background:#f9fafb}