/* ── NobarTV AI Search — English Premier League Theme v4.0 ── */
/* Light edition: purple accent */

.nbt-theme-epl {
  --comp-primary: #38003c;
  --comp-glow:    rgba(56,0,60,.09);
  --c-accent:     #38003c;
  --c-accent-dark:#26002a;
  --c-accent-glow:rgba(56,0,60,.12);
}

.nbt-theme-epl .nbt-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #38003c 0%, #00ff85 50%, #38003c 100%);
}

.nbt-theme-epl .nbt-intent-badge         { background:rgba(56,0,60,.07); border-color:rgba(56,0,60,.18); color:#38003c; }
.nbt-theme-epl .nbt-section__title svg   { color:#38003c; }
.nbt-theme-epl .nbt-chip:hover,
.nbt-theme-epl .nbt-chip.active          { background:#38003c; border-color:#38003c; }
.nbt-theme-epl .nbt-ai-badge             { background:rgba(56,0,60,.07); color:#38003c; }
.nbt-theme-epl .nbt-hero__summary        { border-left-color:#38003c; }
.nbt-theme-epl .nbt-match-hero__league   { background:rgba(56,0,60,.07); color:#38003c; }
.nbt-theme-epl .nbt-win-prob__home       { background:#38003c; }
.nbt-theme-epl .nbt-standings-pts strong { color:#38003c; }
.nbt-theme-epl .nbt-discover__trend-tag--top .nbt-discover__rank { background:#38003c; color:#fff; }
.nbt-theme-epl .nbt-discover__tag:hover,
.nbt-theme-epl .nbt-discover__trend-tag:hover { background:#38003c; border-color:#38003c; }
.nbt-theme-epl .nbt-btn                  { background:#38003c; }
.nbt-theme-epl .nbt-btn:hover            { background:#26002a; }
.nbt-theme-epl .nbt-stat__num            { color:#38003c; }
.nbt-theme-epl .nbt-search-bar:focus-within { border-color:#38003c; }
.nbt-theme-epl .nbt-search-bar__btn      { background:#38003c; }
.nbt-theme-epl .nbt-search-bar__btn:hover{ background:#26002a; }
.nbt-theme-epl .nbt-logo__text           { color:#38003c; }
