.pct-mid { font-size: 3rem; font-weight: 700; color: #14b8a6; text-align: center; }
.range-bar { height: 10px; background: var(--border); border-radius: 5px; margin: 1rem 0 0.35rem; position: relative; }
.range-fill { height: 100%; background: linear-gradient(90deg, #14b8a6, #f59e0b); border-radius: 5px; width: 30%; }
.range-labels { display: flex; justify-content: space-between; font-size: 0.8rem; color: var(--text-muted); }
.chart-wrap { height: 360px; position: relative; }
.num-col { text-align: right; }
.nx-kpi-value-sm { font-size: 1rem; }
.methodology-panel { display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.9rem; }
.meth-row { display: flex; flex-wrap: wrap; gap: 0.5rem 1rem; padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
.meth-tags { color: var(--text-muted); font-size: 0.8rem; }
.meth-row strong { min-width: 8.5rem; }
.meth-list { margin: 0; padding-left: 1.1rem; display: flex; flex-direction: column; gap: 0.2rem; }
.nx-empty { color: var(--text-muted); font-size: 0.85rem; text-align: center; padding: 1rem 0; }
