/* OndePassa — CSS compartilhado entre index.html e páginas de times */

:root {
  --bg: #f5f5f7;
  --surface: #ffffff;
  --border: #e0e0e4;
  --green: #16a34a;
  --green-dim: #15803d;
  --text: #1a1a2e;
  --muted: #71717a;
  --dim: #a1a1aa;
  --accent: #ca8a04;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--bg); color: var(--text); font-family: 'Barlow', sans-serif; min-height: 100vh; }
a { color: inherit; text-decoration: none; }

/* Channel pills */
.ch { font-size: 8px; font-weight: 600; padding: 2px 7px; border-radius: 4px; }
.ch.free { background: #dcfce7; color: #15803d; }
.ch.pay { background: #dbeafe; color: #1d4ed8; }
.ch.stream { background: #fce7f3; color: #be185d; }
/* Brand colors per channel */
.ch.ch-globo { background: #fee2e2; color: #dc2626; }
.ch.ch-sportv { background: #fef3c7; color: #b45309; }
.ch.ch-premiere { background: #e0f2fe; color: #0369a1; }
.ch.ch-espn { background: #fee2e2; color: #b91c1c; }
.ch.ch-tnt { background: #fef9c3; color: #a16207; }
.ch.ch-sbt { background: #ede9fe; color: #7c3aed; }
.ch.ch-record { background: #e0f2fe; color: #0284c7; }
.ch.ch-band { background: #e0f2fe; color: #1d4ed8; }
.ch.ch-cazetv { background: #d1fae5; color: #059669; }
.ch.ch-ge { background: #fee2e2; color: #dc2626; }
.ch.ch-disney- { background: #ede9fe; color: #6d28d9; }
.ch.ch-paramount- { background: #dbeafe; color: #2563eb; }
.ch.ch-prime-video { background: #dbeafe; color: #1e40af; }
.ch.ch-globoplay { background: #fce7f3; color: #e11d48; }
.ch.ch-dazn { background: #f5f5f4; color: #1c1917; }
.ch.ch-sportynet { background: #dcfce7; color: #16a34a; }

/* Footer SEO */
.site-footer { max-width: 960px; margin: 0 auto; padding: 20px; font-size: 10px; color: var(--dim); border-top: 1px solid var(--border); }
.footer-seo { line-height: 1.5; margin-bottom: 12px; }
.footer-section { margin-bottom: 8px; line-height: 1.7; }
.footer-label { display: block; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 2px; }
.footer-bottom { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--border); color: var(--muted); }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--green); }
.bmc-footer { display: block; text-align: center; padding: 8px; font-size: 11px; color: var(--muted); border-top: 1px solid var(--border); text-decoration: none; }
.bmc-footer:hover { color: var(--green); }
