/*
Theme Name: Vidapi Dark — All-in-One (TV Guide + Live Scheduler)
Author: ChatGPT
Description: Single dark theme with no dropdown header; includes Video.js player, TV guide shortcode, and Live Stream ms CPT + Scheduler.
Version: 1.0.0
License: GPL2
*/
:root{ --bg:#0b1a1f; --text:#e9f2f3; --muted:#9db7bd; --panel:#0d1b20; }
body{ background:linear-gradient(180deg,#0f2227,#0b1a1f); color:var(--text); font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial; margin:0; }
a{ color:#8fd6ff; }
.site-header{ padding:14px 18px; border-bottom:1px solid #173239; background:#0d1b20; position:sticky; top:0; z-index:10; }
.brand{ font-weight:700; letter-spacing:.3px; }
.site-footer{ margin-top:40px; padding:16px 18px; border-top:1px solid #173239; background:#0d1b20; color:var(--muted); }
.container{ max-width:1200px; margin:0 auto; padding:0 16px; }
.vms-player-wrap{max-width:1100px;margin:10px auto;padding:8px}
.vms-title{margin:0 0 10px 0;color:#e9f2f3}
.video-js{width:100%;height:auto;background:#000;border-radius:12px;overflow:hidden}
