/* IP Author Prosecution Insights — brand theme.
   Loaded AFTER the inline CSS via nginx sub_filter, so these rules win.

   Primary orange: #FA6E00 (from ipauthor.com)
   To change the accent color site-wide, edit ONLY this file.
   All changes auto-deploy via CI/CD on push (hook test).
*/

:root {
  --accent: #FA6E00;
  --accent-light: #fff4eb;
  --alert: #d4a843;
  --alert-light: #fdf6e3;
}

/* ── Hover states ──────────────────────────────────────────────────────── */
.top-bar-cta:hover { background: #d45e00 !important; }
.gate-cta:hover { background: #d45e00 !important; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(250,110,0,0.35) !important; }
.auth-modal .auth-btn:hover { background: #d45e00 !important; }

/* ── CTA shadows ──────────────────────────────────────────────────────── */
.gate-cta { box-shadow: 0 4px 14px rgba(250,110,0,0.25) !important; }

/* ── Statute pills ─────────────────────────────────────────────────────── */
.pill-statute { background: var(--accent-light) !important; color: var(--accent) !important; border-color: #f5d4b3 !important; }

/* ── Badges ────────────────────────────────────────────────────────────── */
.badge-green { background: #fff4eb !important; color: var(--accent) !important; }
.badge-blue { background: var(--accent-light) !important; color: var(--accent) !important; }

/* ── Timeline markers ──────────────────────────────────────────────────── */
.tl-item.interview::before { background: #d45e00 !important; border-color: #d45e00 !important; }

/* ── Search overlay ────────────────────────────────────────────────────── */
.oasrus-search input:focus { border-color: #FA6E00 !important; }
.oasrus-result-label { color: #FA6E00 !important; }
.oasrus-narrative { color: #c45800 !important; background: #fff4eb !important; border-color: #f5d4b3 !important; }

/* ── Nav bar: match ipauthor.com dark navy ─────────────────────────────── */
.top-bar { background: #020617 !important; }

/* ── Logo: hide inline SVG, show white ipauthor.com webp ───────────────── */
.logo-wrap svg { display: none !important; }
.logo-wrap .logo-divider { display: none !important; }
.logo-wrap::before {
  content: '';
  display: block;
  width: 140px;
  height: 36px;
  background: url('/static/ipauthor-logo-white.webp') no-repeat center / contain;
}
.logo-sub { color: #94A3B8 !important; }
