/* FW2-METRIC-012 — Context Pressure (additive). */
.context-pressure-panel {
  margin-top: 0.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 8px;
  background: rgba(8, 12, 22, 0.45);
}
.context-pressure-panel h3 { margin: 0 0 0.35rem; font-size: 0.95rem; }
#context-pressure-gauge, #context-pressure-list {
  list-style: none; margin: 0.35rem 0 0; padding: 0; display: grid; gap: 0.3rem;
  max-height: 10rem; overflow: auto;
}
.context-pressure-dim, .context-pressure-event {
  display: grid; grid-template-columns: 1fr auto; gap: 0.15rem 0.65rem;
  padding: 0.35rem 0.45rem; border-left: 3px solid rgba(34, 211, 238, 0.55);
  background: rgba(15, 23, 42, 0.55);
}
.context-pressure-dim[data-unavailable="1"] { opacity: 0.7; border-left-color: rgba(148,163,184,0.5); }
#context-pressure-status { margin-top: 0.35rem; font-size: 0.75rem; }
