/* NewsPortal Theme Engine v1
   Loaded for every public page. Editorial remains visually unchanged. */
.theme-preview-bar-v1{
  position:sticky;top:0;z-index:9999;display:flex;align-items:center;justify-content:center;
  gap:14px;min-height:38px;padding:7px 16px;background:#15171a;color:#fff;
  font:600 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  border-bottom:1px solid rgba(255,255,255,.15)
}
.theme-preview-bar-v1 strong{letter-spacing:.02em}
.theme-preview-bar-v1 span{opacity:.72}
.theme-preview-bar-v1 a{color:#fff;text-decoration:underline;text-underline-offset:2px}
body[data-site-theme]{--brand-accent:var(--site-accent,#d71920)}
body[data-site-theme] .primary-nav a.active,
body[data-site-theme] .sports-subnav-v1 a.active{border-color:var(--brand-accent)}
@media(max-width:720px){
  .theme-preview-bar-v1{justify-content:flex-start;overflow-x:auto;white-space:nowrap}
}
