
/* === Vidapi Door Timeline Bridge (v1.0.0) === */
.vgd-grid{ display:none !important; } /* hide placeholder grid */

.vct-wrap{ color:#e7eef0; background:transparent; font:14px/1.4 system-ui,Segoe UI,Arial; }
.vct-timebar{ display:grid; grid-auto-flow:column; grid-auto-columns:120px; position:sticky; top:0;
  z-index:2; background:rgba(8,14,17,.95); backdrop-filter:blur(4px); }
.vct-tick{ border-left:1px solid var(--vgd-line, #173239); padding:8px 6px; text-align:center; color:#cfe3e8; }

.vct-grid{ display:grid; grid-template-columns:220px 1fr; border-top:1px solid var(--vgd-line, #173239); position:relative; }
.vct-channels{ background:#0f191f; border-right:1px solid var(--vgd-line, #173239); }
.vct-ch{ height:90px; display:flex; align-items:center; padding-left:12px; border-bottom:1px solid var(--vgd-line, #173239); color:#cfe3e8; }

.vct-rows{ position:relative; overflow-x:auto; }
.vct-row{ height:90px; border-bottom:1px solid var(--vgd-line, #173239); position:relative; }
.vct-prog{ position:absolute; height:70px; top:10px; border:1px solid #698c3f; background:#16322a;
  display:flex; align-items:center; padding:0 10px; color:#e7f0e9; overflow:hidden; white-space:nowrap;
  text-overflow:ellipsis; border-radius:6px; }
.vct-prog .live{ margin-left:8px; background:#ff4d4d; color:#fff; font-size:11px; padding:2px 5px; border-radius:3px; }
.vct-prog.news{ background:#0f2b36; border-color:#2a5a6d; }
.vct-prog.drama{ background:#2e2a12; border-color:#6d5e2a; }

.vct-nowline{ position:absolute; top:0; bottom:0; width:2px; background:#ff4d4d; z-index:1; }
.vct-timechip{ position:absolute; top:0; left:0; right:0; height:26px; display:flex; align-items:center;
  justify-content:center; background:#7e8d00; color:#0b151a; font-weight:700; }

/* Hide mini head when mounted in Door */
.vgd-card .vct .vct-head{display:none !important;}
