/* Historical Intelligence panel — additive only; does not touch any existing
   page styles. Namespaced under .hist- to avoid collision with evidence-grid,
   explain-panel, or any current selectors. Reuses the site's existing dark
   theme tokens (--bg #06080d, --cyan #73f6ff, --lime #b8ff71, --amber #e4bd6a,
   --mono ui-monospace stack) inline rather than depending on :root vars, so
   this file works even if injected into a page that defines the vars differently. */
.hist-section{margin:70px 0 96px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#edf5ff}
.hist-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:20px;flex-wrap:wrap}
.hist-kicker{color:#73f6ff;font:750 9px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.16em;text-transform:uppercase}
.hist-head h2{font-size:30px;letter-spacing:-.03em;margin:10px 0 0;line-height:1.1}
.hist-head p{color:#8a98ad;font-size:13px;line-height:1.6;max-width:520px;margin:8px 0 0}
.hist-note{border:1px solid #e4bd6a55;background:#e4bd6a0a;padding:11px 15px;color:#c8ba8f;font-size:11.5px;line-height:1.55;margin-bottom:18px;border-radius:4px}
.hist-note b{color:#e4bd6a;font:800 9px ui-monospace,Menlo,monospace;letter-spacing:.08em;margin-right:6px}

.hist-loading,.hist-empty,.hist-error{border:1px dashed #1d2a3b;background:#080c13;padding:26px;text-align:center;color:#5f6f86;font:700 10px ui-monospace,Menlo,monospace;letter-spacing:.06em;border-radius:5px}
.hist-error{color:#ff8e8e;border-color:#ff8e8e33}

.hist-asof{border:1px solid #1d2a3b;background:#080c13;padding:12px 16px;border-radius:5px;margin-bottom:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hist-asof-label{color:#73f6ff;font:750 9px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.1em}
.hist-asof-input{background:#070b11;border:1px solid #1d2a3b;color:#edf5ff;padding:5px 9px;font:700 11px ui-monospace,Menlo,monospace;border-radius:3px}
.hist-asof-now{cursor:pointer;background:#73f6ff0f;border:1px solid #73f6ff66;color:#73f6ff;padding:5px 10px;font:750 9px ui-monospace,Menlo,monospace;border-radius:3px;letter-spacing:.03em}
.hist-asof-now:hover{background:#73f6ff22}
.hist-asof-note{flex:1 1 100%;color:#8a98ad;font-size:11px;line-height:1.5;margin:2px 0 0}

.hist-asof-empty{color:#e4bd6a;font:700 10.5px ui-monospace,Menlo,monospace;padding:10px 0;text-align:center;grid-column:1/-1}

.hist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.hist-card{border:1px solid #1d2a3b;background:#080c13;padding:18px 18px 14px;border-radius:5px}
.hist-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px}
.hist-card-top span{color:#8a98ad;font:750 9px ui-monospace,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}
.hist-card-top b{color:#edf5ff;font:800 15px ui-monospace,Menlo,monospace}
.hist-card-name{font-size:14px;font-weight:650;margin:2px 0 10px;color:#c3cddd}

.hist-range{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:12px}
.hist-range button{cursor:pointer;background:#070b11;border:1px solid #1d2a3b;color:#8a98ad;padding:5px 9px;font:700 8.5px ui-monospace,Menlo,monospace;border-radius:3px;letter-spacing:.03em}
.hist-range button.hist-active{color:#73f6ff;border-color:#73f6ff66;background:#73f6ff0f}
.hist-range button:hover{color:#edf5ff}

.hist-chart-wrap{position:relative;height:110px;margin-bottom:10px}
.hist-chart-wrap canvas{width:100%;height:100%;display:block}

.hist-stats{display:grid;grid-template-columns:1fr 1fr;gap:6px 14px;border-top:1px solid #14202e;padding-top:10px;font-size:11px}
.hist-stats div{display:flex;justify-content:space-between;gap:8px}
.hist-stats dt{color:#5f6f86;font:700 9px ui-monospace,Menlo,monospace}
.hist-stats dd{margin:0;color:#c3cddd;font:700 10px ui-monospace,Menlo,monospace;text-align:right}
.hist-stats dd.hist-pos{color:#b8ff71}
.hist-stats dd.hist-neg{color:#ff8e8e}

.hist-derived-tag{display:inline-block;margin-left:5px;padding:1px 5px;font:750 7px ui-monospace,Menlo,monospace;border-radius:2px;background:#73f6ff1a;color:#73f6ff;letter-spacing:.03em;text-transform:uppercase;vertical-align:1px}
.hist-source-tag{display:inline-block;margin-left:5px;padding:1px 5px;font:750 7px ui-monospace,Menlo,monospace;border-radius:2px;background:#b8ff711a;color:#b8ff71;letter-spacing:.03em;text-transform:uppercase;vertical-align:1px}

.hist-footline{display:flex;justify-content:space-between;gap:14px;margin-top:16px;color:#5f6f86;font:700 8.5px ui-monospace,Menlo,monospace;flex-wrap:wrap}
.hist-footline a{color:#73f6ff}

@media(max-width:900px){.hist-grid{grid-template-columns:1fr}}
