/*
Theme Name: Best Scheduler Theme
Theme URI: https://vidapi.com/
Author: Vidapi
Description: TV-Guide style scheduler with Network taxonomy grid (hours + dots) and Live Stream CPT.
Version: 1.0.1
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: best-scheduler-theme
*/

:root{
  --header:#27383a;
  --footer:#27383a;
  --bg:#0f2227; 
  --panel:#0d1b20; 
  --grid:#173239; 
  --grid2:#0f2b33;
  --text:#e9f2f3; 
  --muted:#9db7bd; 
  --now:#ff5630;
}

body{
  margin:0;
  background:#0d1a20;
  color:#e9f2f3;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

a{ color:#9bd2ff; text-decoration:none; }
a:hover{ text-decoration:underline; }

#header{background:var(--header); padding:16px; color:#fff}
#footer{background:var(--footer); padding:16px; color:#fff}

/* fallback grid styles if needed */
.grid-container{display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:12px; padding:16px}
.grid-item{background:#173239; padding:12px; border-radius:12px; border:1px solid #21464f}
.dot-time{font-weight:700}