/* V84 no-blue final polish: warm bronze/graphite secondary, readable KTV brand */
:root{--ktv-secondary:#d99a3d!important;--ktv-secondary-soft:rgba(217,154,61,.18)!important;--ktv-secondary-border:rgba(217,154,61,.42)!important;--ktv-hero-edge:#d99a3d!important;--ktv-green:#69f087!important;--ktv-bg-panel:#07120d!important;}
/* Remove blue/cyan as secondary accents everywhere customer sees it */
.ktv-hero,.institutional-hero,.intel-hero-v12,.terminal-card,.ktv-panel,.panel,.market-command-card,.team-hero,.chart-hero,.decision-hero,.book-hero,.search-hero{
  background:linear-gradient(135deg,rgba(12,31,20,.98),rgba(6,14,10,.98) 56%,rgba(43,27,13,.82))!important;
  border-color:rgba(105,240,135,.24)!important;
  border-left-color:var(--ktv-hero-edge)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.03)!important;
}
.institutional-hero,.intel-hero-v12,.ktv-hero:first-of-type,.team-hero,.chart-hero{border-left:5px solid var(--ktv-hero-edge)!important;}
.analyst-panel,.intel-research-panel,.report-panel,.context-panel,.chart,.ktv-mini-chart,.terminal-card .chart{
  background:linear-gradient(180deg,rgba(12,21,15,.98),rgba(5,10,8,.98))!important;
  border-color:var(--ktv-secondary-border)!important;
}
.ktv-eyebrow,.micro-label,.terminal-topline .ktv-eyebrow{color:#f0c86a!important;}
.pill.blue,.ktv-v30-status.info,.info,.NORMAL,[class*="blue"]{
  background:#24180b!important;border-color:#8c642a!important;color:#ffe0a3!important;
}
/* Replace blue borders/highlights left by old files */
[style*="#4b8cff"],[style*="#38bdf8"],[style*="#60a5fa"],[style*="#8ab4ff"]{border-color:var(--ktv-secondary-border)!important;color:#ffe0a3!important;background:#24180b!important;}
.intel-research-panel,.analyst-panel{border-left:3px solid var(--ktv-secondary-border)!important;}
.intel-table-v12 tr.active-row,.edge-table tr.active-row{outline-color:var(--ktv-secondary)!important;}
/* Top nav brand readability */
.ktv-top-nav .brand,.ktv-top-nav a.brand,.ktv-top-nav a:first-child{
  color:#031008!important;
  background:linear-gradient(180deg,#76ff95,#35c964)!important;
  border:1px solid rgba(118,255,149,.72)!important;
  min-width:52px!important;
  padding:8px 14px!important;
  text-shadow:none!important;
  opacity:1!important;
  font-weight:1000!important;
  letter-spacing:.08em!important;
  box-shadow:0 0 18px rgba(105,240,135,.22)!important;
}
.ktv-top-nav .brand:hover,.ktv-top-nav a.brand:hover,.ktv-top-nav a:first-child:hover{color:#031008!important;background:linear-gradient(180deg,#91ffaa,#45d973)!important;}
.ktv-top-nav a:not(.brand):not(:first-child){color:#dfffe6!important;opacity:1!important;}
.ktv-top-nav a.active:not(.brand):not(:first-child),.ktv-top-nav a:not(.brand):not(:first-child):hover{color:#fff4d2!important;border-color:var(--ktv-secondary-border)!important;background:linear-gradient(180deg,rgba(36,24,11,.98),rgba(12,30,18,.98))!important;}
/* Kill any remaining cyan/blue hero borders after dynamic CSS injection */
.institutional-hero[style],.intel-hero-v12[style],.ktv-hero[style]{border-left-color:var(--ktv-hero-edge)!important;}
